
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #7eb041;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #7eb041;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.stype-content ul li{
    font-size: 16px;
}
figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

.list-inline {
  padding-left: 0;
  list-style: none;
}
h1.item-name-form-search * {
    font-size: 2.5rem;
}
.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm,
.col-sm-auto,
.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,
.col-md,
.col-md-auto,
.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,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.33333333%;
      flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -ms-flex: 0 0 16.66666667%;
      flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333333%;
      flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -ms-flex: 0 0 41.66666667%;
      flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.33333333%;
      flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -ms-flex: 0 0 66.66666667%;
      flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.33333333%;
      flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -ms-flex: 0 0 91.66666667%;
      flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
p.wp-caption-text {
    /* text-align: center; */
    font-size: 13px !important;
    text-align: center;
    font-style: italic;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
 
  vertical-align: 0.255em;
  content: "";
	border-top: 0.6em solid;
    border-right: 0.6em solid transparent;
    border-bottom: 0;
    border-left: 0.6em solid transparent
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}


.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.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-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.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(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.item-scroll-news-pys .nav-link {
  display: block;
  padding: 0.5rem 0.6rem;
}
.nav-link {
  display: block;
  padding: 0.5rem 0.8rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
      margin-top: -50px;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

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

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }

  .card-group > .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

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

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
     display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 2;
    /* text-align: center; */
    /* white-space: nowrap; */
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  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: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
      flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

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

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

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

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

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

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

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

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

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

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

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

.mh-100 {
  max-height: 100% !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

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

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

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

  pre {
    white-space: pre-wrap !important;
  }

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

  thead {
    display: table-header-group;
  }

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

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

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

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

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

body,
html {
  width: 100%;
  height: 100%;
}

.reset-panel {
  border: 0;
  box-shadow: none;
}

.title-text-decoration {
  width: 135px;
  border-bottom: 3px solid #b42e60;
  margin-bottom: 15px;
}

.button-booking-tour {
  border: none;
  background: #7eb041;
  padding: 8px 0;
  color: #fff;
  border-radius: 3px;
  display: block;
  box-shadow: none;
}

.button-booking-tour .main-text {
  font-size: 16px;
}

.button-booking-tour .tiny-text {
  display: block;
  width: 100%;
  font-size: 12px;
}

.button-booking-tour:hover {
  background: #439c1f;
}

.btn-booking-tour-mobile {
  position: fixed;
  width: 50%;
  right: 10px;
  bottom: 10px;
  text-align: center;
  border-radius: 20px;
  padding: 7px 30px 4px 30px;
  line-height: 16px;
  background: #b42e60;
  border: 1px solid #b42e60;
  color: #fff;
  z-index: 99;
}

.btn-booking-tour-mobile .main-text {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-booking-tour-mobile .tiny-text {
  display: block;
  width: 100%;
  font-size: 12px;
}

.reason-choose {
  padding-bottom: 30px;
}
.reason-choose .reason-top {
  margin: 40px 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .reason-choose {
    padding-bottom: 0px;
  }
  .reason-choose .reason-top {
  margin:10px 0;
}
}



.reason-choose .reason-title {
  color: #b42e60;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.reason-choose .reason-sub-title {
  color: #999999;
  font-size: 15px;
  margin: 10px auto;
  text-align: center;
}

.reason-choose .title-text-decoration {
  margin: 0 auto;
}

.reason-choose .reason-media .reason-center {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.reason-choose .reason-media .media-body {
  font-weight: bold;
  padding: 25px 0;
}

.reason-choose .reason-media .media-body p {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}

.card-tour-item-fix .price-general {
  margin-bottom: 10px;
}

.card-tour-item-fix .price-general .price-new {
  color: #ff3c00;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

.card-tour-item-fix .price-general .price-old {
  font-size: 12px;
  color: #717171ad;
}

.card-tour-item-fix .item-info {
  color: #717171;
}

.vition-news-detail-v2 {
  border: 1px solid #f1f1f1;
}

.vition-news-detail-v2 .vition-news-most-title .nav-item-v {
  width: 50%;
}

.vition-news-detail-v2 .vition-news-most-title .nav-item-v .nav-link-v {
  padding: 10px 0;
  display: block;
  color: #000000;
  text-align: center;
  text-decoration: none;
}

.vition-news-detail-v2 .vition-news-most-title .nav-item-v .nav-link-v.active {
  color: #ffffff;
  background: #b42e60;
}

.vition-news-detail-v2 .content-news-most {
  padding: 10px 5px;
}

.vition-news-detail-v2 .content-news-most .content-item {
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.vition-news-detail-v2 .content-news-most .content-item .fix-image {
  height: 80px;
  width: 100px;
}

.vition-news-detail-v2 .content-news-most .content-item .fix-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.vition-news-detail-v2 .content-news-most .content-item .title {
  font-size: 14px;
  height: 33px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #000000;
}

.vition-news-detail-v2 .content-news-most .content-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#sidebar {
  margin-top: 5px;
  transition: all 0.3s;
}

#sidebar ul {
  margin-bottom: 0 !important;
}

#sidebar ul li a {
  padding: 10px 0;
  font-size: 14px;
  display: block;
  color: #333333;
}

#sidebar ul li a:hover {
  color: #76af31;
  text-decoration: none;
}

#sidebar ul li ul a {
  font-size: 13px !important;
  padding-left: 20px !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #sidebar ul li ul a {
    padding-left: 6px !important;
  }
}

#sidebar ul li.active > a,
#sidebar ul li a[aria-expanded="true"] {
  color: #333333;
  font-weight: bold;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  margin-top: 20px;
  color: #b42e60;
  top: 50%;
  float: right;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.article,
a.article:hover {
  background: #b42e60 !important;
  color: #fff !important;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  /*#sidebar {
    margin-left: -250px;
  }*/

  #sidebar.active {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }
}

#nav-bot {
  background:#c10c6b;
}

#nav-bot .logo-menu {
  padding-bottom: 30px;
}

#nav-bot .logo-menu #logo {
  padding-top: 10px;
}

#nav-bot .logo-menu #logo img {
  width: 150px;
}

#nav-bot .logo-menu .menu-header {
  padding-top: 20px;
}

#nav-bot .logo-menu .menu-header .nav {
  float: right;
}

#nav-bot .logo-menu .menu-header a {
  font-size: 16px;
  color: #ffffff;
      text-decoration: none;
}

#nav-bot .logo-menu .menu-header .ruler-menu {
  width: 50px;
  margin: 0 auto;
  border-bottom: 2px solid #ffff;
  display: none;
}

#nav-bot .search {
  margin-bottom: 40px;
  height: 40px;
}

#nav-bot .search .input-group {
  color: #b30660;
  height: 100%;
}

#nav-bot .search .input-group .search-from {
  position: relative;
  margin-right: 3px;
  width: 155px;
}

#nav-bot .search .input-group .search-from i {
  position: absolute;
  top: 13px;
  left: 15px;
}

#nav-bot .search .input-group .search-from select {
  padding-left: 30px;
  height: 100%;
  background: #ffffff;
  color: #71aac5;
}

#nav-bot .search .input-group .search-from .expand {
  position: absolute;
  right: 15px;
  top: 17px;
}

#nav-bot .search .input-group .search-to {
  position: relative;
  width: 230px;
  margin-right: 3px;
  z-index: 99;
  background: #fff;
  border-radius: 3px;
}

#nav-bot .search .input-group .search-to .list-search-category {
  height: 300px;
  overflow-y: scroll;
}

#nav-bot .search .input-group .search-to .list-search-category::-webkit-scrollbar {
  width: 0;
}

#nav-bot .search .input-group .search-to .list-search-category::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666666;
}

#nav-bot .search .input-group .search-to .list-search-category::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#nav-bot .search .input-group .search-to i {
  position: absolute;
  color: #71aac5;
  top: 13px;
  left: 15px;
}

#nav-bot .search .input-group .search-to input {
  padding-left: 30px;
  background: #ffffff;
  color: #71aac5;
  height: 40px;
  border: none;
  border-radius: 3px;
}

#nav-bot .search .input-group .btn-group {
  height: 100%;
}

#nav-bot .search .input-group .btn-group button {
  background: #7eb041;
  text-transform: uppercase;
}

#nav-bot .search-info-header {
  float: right;
  position: relative;
  height: 40px;
}

#nav-bot .search-info-header input {
  width: 265px;
  border-radius: 20px;
  height: 100%;
  padding-left: 20px;
  padding-right: 50px;
}

#nav-bot .search-info-header .search-round {
  position: absolute;
  right: 1px;
  top: 1px;
}

#nav-bot .search-info-header .search-round button {
  border-radius: 50%;
  background: #b30660;
  height: 38px;
  width: 38px;
}

#header-bot .logo-menu .menu-header {
  padding: 15px 15px 0 15px !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #header-bot .logo-menu .menu-header {
    max-width: 100% !important;
    -ms-flex: 1;
        flex: 1;
    text-align: center;
  }
}

#header-bot .logo-menu .menu-header .n-nav-ul {
  list-style: none;
  margin-bottom: 0;
  float: right;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #header-bot .logo-menu .menu-header .n-nav-ul {
    float: unset;
  }
}

#header-bot .logo-menu .menu-header .n-nav-ul .drops-parent {
  position: relative;
}

#header-bot .logo-menu .menu-header .n-nav-ul .drops-parent .ruler-menu {
  width: 50px;
  margin: 0 auto;
  border-bottom: 2px solid #ffff;
  display: none;
  position: absolute;
  bottom: 10px;
  left: 27%;
}

#header-bot .logo-menu .menu-header .n-nav-ul .drops-parent .drop-sub-menu {
  display: none;
  width: 172px;
  position: absolute;
  background: #b30660;
  top: 100%;
  z-index: 99;
  transition: 0.5s;
}

#header-bot .logo-menu .menu-header .n-nav-ul .drops-parent .drop-sub-menu::-webkit-scrollbar {
  width: 10px;
}

#header-bot .logo-menu .menu-header .n-nav-ul .drops-parent .drop-sub-menu::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

#header-bot .logo-menu .menu-header .n-nav-ul .drops-parent .drop-sub-menu .drop-item {
  width: 100%;
}

#header-bot .logo-menu .menu-header .n-nav-ul .drops-parent .drop-sub-menu li:hover {
  background-color: #b42e60;
}

#header-bot .logo-menu .menu-header .n-nav-ul .drops-parent .drop-sub-menu .drops {
  position: relative;
}

#header-bot .logo-menu .menu-header .n-nav-ul .drops-parent .drop-sub-menu .drops:hover .drop-sub-menu {
  transition: all 0.3s ease 0s;
  display: block;
}

#header-bot .logo-menu .menu-header .n-nav-ul .drops-parent .drop-sub-menu .drops .drop-sub-menu {
  left: 100%;
  top: 0;
  display: none;
}

#header-bot .logo-menu .menu-header .n-nav-ul li {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#nav-bot .logo-menu .menu-header a:hover {
    border-bottom: 3px solid white;
    padding-bottom: 10px;
    width: 29px;
    /* margin: 25px; */
}
#header-bot .logo-menu .menu-header .n-nav-ul li a {
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  padding: 16px 20px;
  text-decoration: none;
}

#header-bot .logo-menu .menu-header .n-nav-ul .drops:hover .drop-sub-menu {
  transition: all 0.3s ease 0s;
  display: block;
}

#header-bot .logo-menu .menu-header .n-nav-ul .drops:hover .ruler-menu {
  display: block;
}

#nav-top .n-nav-ul {
  list-style: none;
  margin-bottom: 0;
  float: right;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #nav-top .n-nav-ul {
    float: unset;
  }
}

#nav-top .n-nav-ul .drops-parent {
  position: relative;
}

#nav-top .n-nav-ul .drops-parent .drop-sub-menu {
  margin-top: 2px;
  display: none;
  width: 180px;
  position: absolute;
  background: #b42e60;
  top: 65px;
  z-index: 99;
  transition: 0.5s;
}

#nav-top .n-nav-ul .drops-parent .drop-sub-menu .drop-item {
  width: 100%;
}

#nav-top .n-nav-ul .drops-parent .drop-sub-menu .drops {
  position: relative;
}

#nav-top .n-nav-ul .drops-parent .drop-sub-menu .drops:hover .drop-sub-menu {
  transition: all 0.3s ease 0s;
  display: block;
}

#nav-top .n-nav-ul .drops-parent .drop-sub-menu .drops .drop-sub-menu {
  left: 100%;
  top: -2px;
  font-size: 14px !important;
  display: none;
}

#nav-top .n-nav-ul li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 51px;
}

#nav-top .n-nav-ul li a {
  font-size: 13px;
  color: #ffffff;
  text-transform: capitalize;
  padding: 15px 15px;
  text-decoration: none;
}

#nav-top .n-nav-ul li:hover {
  background-color: #457f94;
  border-bottom: 2px solid #b42e60;
}

#nav-top .n-nav-ul .drops:hover .drop-sub-menu {
  transition: all 0.3s ease 0s;
  display: block;
}

#nav-top .n-nav-ul .background-hover-menu:hover {
  background: #457f94;
}

#nav-bot .logo-menu .menu-header li:hover .ruler-menu {
  display: block;
}

#body-category {
  background: #FAFAFA;
  padding-top: 10px;
  /*advisory*/
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-category {
    background: #eaeaea;
  }
}

#body-category .title-category {
  margin-bottom: 25px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-category .title-category {
    margin-bottom: 15px;
  }
	#header {
    display: none;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-category .title-category {
    margin-bottom: 20px;
  }
}

#body-category .title-category h1 {
  font-size: 36px;
  color: #b42e60;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-category .title-category h1 {
    font-size: 20px;
  }
	#header {
    display: none;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-category .title-category h1 {
    font-size: 30px;
  }
}

#body-category .title-category .ruler {
  border-bottom: 3px solid #b30660;
  width: 13%;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-category .title-category .ruler {
    width: 30%;
  }
}

#body-category .sort {
  border-radius: 3px;
  background: #ffffff;
  font-size: 14px;
  color: #0d0d0d;
  margin-bottom: 15px;
  border: 1px solid #f1f1f1;
}

@media (min-width: 320px) and (max-width: 767px) {
  #body-category .sort {
    display: none;
  }
#header {
    display: none;
}
	#body-detail-tour .position-fixed-info-tour-right{
    display: none;
}
}

#body-category .sort ul {
  margin-bottom: 0px;
}

#body-category .sort ul .bg-pys-help {
  background: #e1e1e1;
}

#body-category .sort .gray {
  background: #e1e1e1;
}

#body-category .sort .gray a {
  color: #0d0d0d;
}

#body-category .sort .sort-item {
  color: #c3c3c3;
}

#body-category .sort .sort-item a {
  color: #717171;
}

#body-category .sort li {
  display: inline-block;
  padding: 10px 27.7px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-category .sort li {
    padding: 10px 11.7px !important;
  }
}

#body-category .sort li span {
  font-weight: bold;
}

#body-category .sort li a {
  text-decoration: none;
}

#body-category .sort li i {
  margin-left: 3px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-category .sort .display-none-tablet-category {
    display: none;
  }
}

#body-category .item-category {
  border-radius: 3px;
  margin-bottom: 15px;
  border: 1px solid #7171711c;
  padding: 5px;
  background: #ffffff;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-category .item-category {
    padding: 0px;
  }
}

#body-category .item-category:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

#body-category .item-category .item {
  margin: 0;
}

#body-category .item-category .item .image {
  padding: 0;
}

#body-category .item-category .item .image .card-category {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0px;
  left: 2%;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-category .item-category .item .image .card-category {
    left: 0%;
  }
}

#body-category .item-category .item .image .card-category .arrow-down {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 15px solid #ea0f42;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-category .item-category .item .image .card-category .arrow-down {
    display: none;
  }
}

#body-category .item-category .item .image .card-category .rectangle {
  background: #ea0f42;
  width: 50px;
  text-align: center;
  padding: 5px;
}

#body-category .item-category .item .image .card-category .rectangle span {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-category .item-category .item .image .price-public-and-base {
    text-align: left;
  }

  #body-category .item-category .item .image .price-public-and-base .price_public {
    color: #ff8d1b;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: bold;
    font-style: initial;
    position: absolute;
    right: 10px;
    bottom: 30px;
    z-index: 1;
  }

  #body-category .item-category .item .image .price-public-and-base .price_base {
    color: #8d8e8f;
    font-size: 13px;
    position: absolute;
    right: 30px;
    bottom: 15px;
    z-index: 1;
  }
}

#body-category .item-category .item .fix-image-height {
  height: 246px;
  width: 100%;
}

#body-category .item-category .item .fix-image-height img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 320px) and (max-width: 374px) {
  #body-category .item-category .item .fix-image-height {
    height: 180px;
  }
}

@media (min-width: 375px) and (max-width: 424px) {
  #body-category .item-category .item .fix-image-height {
    height: 200px;
  }
}

@media (min-width: 345px) and (max-width: 480px) {
  #body-category .item-category .item .fix-image-height {
    height: 225px;
  }
}

#body-category .item-category .item .content {
  padding: 0 0 0 15px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-category .item-category .item .content {
    padding-bottom: 10px;
  }
}

#body-category .item-category .item .content a {
  text-decoration: none;
}

#body-category .item-category .item .content h2 {
  font-size: 23px;
  color: #b42e60;
  font-weight: bold;
  padding-top: 10px;
  height: 65px;
  overflow: hidden;
}

#body-category .item-category .item .content h2:hover {
  color: #b42e60;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-category .item-category .item .content h2 {
    font-size: 18px;
  }
}

#body-category .item-category .item .content .item-content {
  font-size: 14px;
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-category .item-category .item .content .item-content {
    margin-top: 0;
  }
}

#body-category .item-category .item .content .item-content .fix-content-detail {
  width: 74%;
}

#body-category .item-category .item .content .item-content .item-content-detail .item-content-p {
  color: #717171;
}

#body-category .item-category .item .content .item-content .item-content-detail .item-content-p img {
  margin-right: 10px;
  padding-bottom: 5px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-category .item-category .item .content .item-content .item-content-detail .item-content-p img {
    margin-right: 5px;
  }
}

#body-category .item-category .item .content .item-content .item-content-mobile {
  display: none;
}

@media (max-width: 480px) {
  #body-category .item-category .item .content .item-content .item-content-mobile {
    display: none;
  }
}

#body-category .item-category .item .content .item-content .ruler {
  border-bottom: 2px solid #bcbcbc;
  width: 10%;
  margin: 11px 0;
}

#body-category .item-category .item .content .item-content .price-old {
  position: absolute;
  right: 0;
  top: 34%;
  color: #717171;
  font-size: 15px;
}

#body-category .item-category .item .content .item-content .price-new {
  position: absolute;
  right: 0px;
  top: 40%;
  font-size: 24px;
  font-weight: bold;
  color: #7eb041;
}

#body-category .item-category .item .content .item-content .button-book-tour {
  background: #7eb041;
  border: none;
  font-weight: bold;
  font-size: 16px;
  width: 135px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 56%;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-category .item-category .item .content .item-content .button-book-tour {
    width: 115px;
    line-height: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    border-radius: 3px;
    border: 1px solid #b42e60;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  #body-category .item-category .item .content .item-content .button-book-tour {
    height: 30px;
    line-height: 30px;
    width: 90px;
  }
}

#body-category .item-category .item .content .rulers-mobile-category {
  border-bottom: 1px solid #bcbcbc;
  margin: 10px -10px;
}

#body-category .item-category .item .content .promotion {
  color: #717171;
  padding-top: 15px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-category .item-category .item .content .promotion {
    padding-top: 0;
  }
}

#body-category .item-category .item .content .promotion .item-promotion {
  clear: both;
  width: 100%;
  overflow: hidden;
}

#body-category .item-category .item .content .promotion .item-promotion ul {
  margin-bottom: 0px;
}

#body-category .item-category .item .content .promotion .item-promotion ul li {
  width: 50%;
  float: left;
  padding-right: 19px;
  height: 24px;
  overflow: hidden;
  list-style: inside;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#body-category .menu {
  border-radius: 3px;
  background: #ffffff;
  padding: 20px;
  border: 1px solid #f1f1f1;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-category .menu {
    display: block;
  }
}

#body-category .menu .title-menu {
  border-bottom: 1px solid #ebebeb;
}

#body-category .menu .title-menu h5 {
  color: #b42e60;
  text-transform: capitalize;
}

#body-category .menu .title-menu .ruler {
  border-bottom: 3px solid #b30660;
  width: 29%;
  margin-bottom: 15px;
}

#body-category .menu .item-menu {
  margin: 15px 0px;
}

#body-category .menu .item-menu .navbar-brand {
  font-size: 14px;
  width: 100%;
}

#body-category .menu .item-menu .navbar-brand .navbar-nav .navbar-text {
  border-bottom: 1px solid #ebebeb;
}

#body-category .menu .item-menu .navbar-brand .navbar-nav .navbar-text .navbar-nav-child {
  padding-left: 35px;
}

#body-category .menu .item-menu .navbar-brand .navbar-nav .navbar-text .navbar-nav-child .navbar-text-child {
  list-style: none;
}

#body-category .menu .item-menu .navbar-brand .navbar-nav .navbar-text .navbar-nav-child .navbar-text-child a {
  color: #b42e60;
}

#body-category .menu .item-menu .navbar-brand .navbar-nav .navbar-text a {
  color: #0d0d0d;
}

#body-category .fix-slide {
  height: 420px;
}

#body-category .fix-slide .carousel-indicators-fix-dot {
  bottom: 0;
}

#body-category .fix-slide .carousel-indicators-fix-dot li {
  height: 10px;
  width: 10px;
  background-color: #ebebeb82;
  border-radius: 50%;
}

#body-category .fix-slide .carousel-indicators-fix-dot li.active {
  background-color: #b42e60;
}

#body-category .fix-slide .carousel-item-fix-bg {
  background: none;
}

#body-category .tks-customers {
  border-radius: 3px;
  position: relative;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  margin-top: 30px;
  height: 400px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-category .tks-customers {
    display: none;
  }
}

#body-category .tks-customers .tks-customer .avatar-customer {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 102px;
  border-radius: 50px;
  right: 32%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-category .tks-customers .tks-customer .avatar-customer {
    width: 70px;
    height: 70px;
    right: 55px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  #body-category .tks-customers .tks-customer .avatar-customer {
    right: 60px;
  }
}

#body-category .tks-customers .tks-customer .avatar-customer img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  border-radius: 50px;
}

#body-category .tks-customers .tks-customer .img {
  background: #000000;
  height: 150px;
}

#body-category .tks-customers .tks-customer .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.9;
}

#body-category .tks-customers .tks-customer .title-customer {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ffeb00;
  right: 10px;
  height: 20px;
}

#body-category .tks-customers .tks-customer .title-customer h5 {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: bold;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 18px;
}

#body-category .tks-customers .tks-customer .title-customer span {
  color: #b42e60;
}

#body-category .tks-customers .tks-customer-content {
  padding-top: 50px;
  text-align: center;
}

#body-category .tks-customers .tks-customer-content .name {
  color: #b30660;
  margin-bottom: 5px;
}

#body-category .tks-customers .tks-customer-content .name h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

#body-category .tks-customers .tks-customer-content .location {
  font-size: 15px;
  color: #adadad;
  margin-bottom: 5px;
  overflow: hidden;
  height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  padding: 0 23px;
}

#body-category .tks-customers .tks-customer-content .location p {
  margin-bottom: 0px;
}

#body-category .tks-customers .tks-customer-content .comment {
  padding: 0px 23px;
  font-size: 12px;
  margin-bottom: 20px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#body-category .tks-customers .tks-customer-content .more {
  margin-bottom: 10px;
}

#body-category .tks-customers .tks-customer-content .more a {
  color: #b30660;
  text-decoration: none;
  font-size: 12px;
}

#body-category .tks-customers .tks-customer-content .more a:hover {
  color: #b42e60;
}

#body-category .fixed-advisory-category {
  position: fixed;
  top: 0;
  width: 255px;
}

#body-category .fixed-advisory-category .advisory {
  margin-top: 30px;
}

#body-category .position-default-category {
  position: absolute;
  top: 3678px;
}

.path .breadcrumb {
  background: none;
  margin-bottom: 0;
}

.path img {
  padding-bottom: 5px;
  margin-right: 8px;
}

.path a {
  color: #b30660;
  text-decoration: none;
}

.advisory {
  border-radius: 3px;
  margin-top: 30px;
  border: 1px solid #f1f1f1;
}

@media (min-width: 320px) and (max-width: 480px) {
  .advisory {
    display: none;
  }
}

.advisory .advisory-top {
  background: #b30660;
  height: 50px;
  padding: 0 auto;
}

.advisory .advisory-top h5 {
  color: #ffffff;
  line-height: 50px;
  font-weight: 600;
  padding-left: 10px;
}

.advisory .advisory-bot {
  padding: 15px;
  background: #ffffff;
}

.advisory .advisory-bot .phone-advisory {
  font-size: 15px;
  position: relative;
}

.advisory .advisory-bot .phone-advisory .sdt {
  position: absolute;
  top: 5px;
  color: #7eb041;
  font-weight: bold;
  left: 58px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .advisory .advisory-bot .phone-advisory .sdt {
    left: 45px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .advisory .advisory-bot .phone-advisory .sdt span {
    font-size: 12px;
  }
}

@media (min-width: 1025px) {
  .advisory .advisory-bot .phone-advisory .sdt span {
    font-size: 14px;
  }
}

.advisory .advisory-bot .phone-advisory img {
  width: 50px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .advisory .advisory-bot .phone-advisory img {
    width: 40px;
  }
}

.advisory .advisory-bot .contact-advisory {
  font-size: 14px;
  margin-top: 10px;
}

.advisory .advisory-bot .contact-advisory span {
  color: #717171;
}

.advisory .advisory-bot .contact-advisory .form-contact {
  margin-top: 10px;
}

.advisory .advisory-bot .contact-advisory .form-contact input {
  border: 2px solid #b30660;
  border-right: none;
  font-size: 13px;
}

.advisory .advisory-bot .contact-advisory .form-contact button {
  border-bottom: 2px solid #b30660;
  border-top: 2px solid #b30660;
  border-right: 2px solid #b30660;
  background: #b30660;
  color: #ffffff;
  font-weight: bold;
}

/*
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 769px) and (max-width: 1024px) {
  #body-category .item-category .item .content h5 {
    font-size: 21px;
    margin-bottom: 3px;
  }

  #body-category .item-category .item .content .item-content {
    margin-top: 0px;
  }

  #body-category .item-category .item .content .item-content .ruler {
    margin: 2px 0;
  }

  #body-category .item-category .item .content .item-content .price-new {
    font-size: 20px;
  }

  #body-category .item-category .item .content .item-content button {
    top: 53%;
  }

  #body-category .sort ul li {
    padding: 10px 17.7px;
  }

  #body-category .tks-customers .tks-customer .avatar-customer img {
    right: 65px;
  }

  .advisory .advisory-bot .phone-advisory {
    font-size: 13px;
  }

  .advisory .advisory-bot .phone-advisory img {
    width: 43px;
  }

  .advisory .advisory-bot .phone-advisory .sdt {
    left: 46px;
  }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 768px) {
  #body-category .sort ul li {
    padding: 10px 15.7px;
  }
}

@media (min-width: 320px) and (max-width: 380px) {
  .item-category .item .content a h5 {
    width: 53%;
    position: absolute;
    top: -55px;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: unset !important;
    height: 45px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }

  .item-category .item .content .item-content {
    margin-top: 0px !important;
  }

  .item-category .item .content .item-content .item-content-mobile {
    display: block !important;
  }

  .item-category .item .content .item-content .item-content-mobile span {
    display: inherit;
  }

  .item-category .item .content .item-content .item-content-mobile span img {
    padding-bottom: 5px;
    margin-right: 5px;
  }

  .item-category .image {
    position: relative;
  }

  .item-category .image:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.94));
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    opacity: 0.7;
    z-index: 0;
  }
}

@media (min-width: 381px) and (max-width: 480px) {
  .item-category .item .content a h5 {
    width: 55%;
    position: absolute;
    top: -66px;
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: unset !important;
    overflow: hidden;
    height: 50px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
  }

  .item-category .item .content .item-content {
    margin-top: 0px !important;
    /*.price-new{
            right: 10px !important;
            top: -70% !important;
            font-size: 20px !important;
            color: #ff8d1b !important;
          }
          .price-old{
            right: 11px !important;
            top: -25% !important;
            color: #8d8e8f !important;
          }*/
  }

  .item-category .item .content .item-content .flr {
    float: right;
  }

  .item-category .item .content .item-content .dn {
    display: none;
  }

  .item-category .item .content .item-content .mb3 {
    margin-bottom: 3px;
  }

  .item-category .image {
    position: relative;
  }

  .item-category .image:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.94));
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    opacity: 0.7;
    z-index: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu-tablet {
    line-height: 12px;
    margin-top: 0 !important;
    padding: 10px !important;
  }

  .menu-tablet .del-button:after {
    border-right: none;
    border-left: none;
  }
}

#nav-bot .logo-menu-no-search {
  padding-bottom: 10px;
}

.search-info {
  float: right;
  position: relative;
  height: 40px;
  margin-top: 2px;
}

.search-info input {
  width: 265px;
  border-radius: 20px;
  height: 40px;
  padding-left: 20px;
  padding-right: 50px;
  border: 1px solid #b30660;
}

.search-info .search-round {
  position: absolute;
  right: 0px;
  top: 0px;
}

.search-info .search-round button {
  border-radius: 50px;
  background: #b30660;
  height: 40px;
  width: 40px;
}

#body-aboutlist {
  background: #ffffff;
  padding-top: 10px;
}

#body-aboutlist .path .breadcrumb {
  background: none;
  padding-left: 0 !important;
  margin-bottom: 5px;
}

#body-aboutlist .path img {
  padding-bottom: 5px;
  margin-right: 8px;
}

#body-aboutlist .path a {
  color: #0099cb;
  text-decoration: none;
}

#body-aboutlist .title-aboutlist {
  margin-bottom: 25px;
}

#body-aboutlist .title-aboutlist h1 {
  font-size: 36px;
  color: #b42e60;
  text-transform: capitalize;
}

#body-aboutlist .title-aboutlist h2 {
  font-size: 36px;
  color: #b42e60;
  text-transform: capitalize;
}

#body-aboutlist .title-aboutlist .ruler {
  border-bottom: 3px solid #b30660;
  width: 13%;
}

#body-aboutlist .item-category {
  margin-bottom: 30px;
  border: 1px solid #eee;
  background: #ffffff;
  border-radius: 3px;
}

#body-aboutlist .item-category:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

#body-aboutlist .item-category .item {
  margin: 0px;
}

#body-aboutlist .item-category .item .image-about {
  width: 100%;
  padding: 0px;
}

#body-aboutlist .item-category .item .image-about img {
  width: 100%;
  height: 100%;
}

#body-aboutlist .item-category .item .content {
  padding: 0px 20px 0px 20px;
  font-size: 14px;
  background: #b7b7b72b;
}

@media (min-width: 320px) and (max-width: 767px) {
  #body-aboutlist .item-category .item .content {
    padding: 0 15px;
  }
}

#body-aboutlist .item-category .item .content span {
  height: 60px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#body-aboutlist .item-category .item .content a {
  text-decoration: none;
}

#body-aboutlist .item-category .item .content .title-about-list {
  height: 48px;
  display: -webkit-box;
  line-height: 23px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  color: #b42e60;
  font-weight: bold;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 5px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #body-aboutlist .item-category .item .content .title-about-list {
    height: 44px;
    font-size: 14px;
  }
}

#body-aboutlist .item-category .item .content .title-about-list:hover {
  color: #b42e60;
}

#body-aboutlist .item-category .item .content h4 {
  height: 48px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  color: #b42e60;
  font-weight: bold;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 5px;
}

#body-aboutlist .item-category .item .content h4:hover {
  color: #b42e60;
}

#body-aboutlist .item-category .item .content .content-bot {
  width: 100%;
  color: #b7b7b7;
}

#body-aboutlist .item-category .item .content .content-bot .item-time-update {
  position: absolute;
  left: 20px;
  bottom: 15px;
}

#body-aboutlist .item-category .item .content .content-bot .item-time-update i {
  padding-right: 5px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #body-aboutlist .item-category .item .content .content-bot .item-time-update {
    left: 17px;
  }
}

#body-aboutlist .item-category .item .content .content-bot .item-see-more-list {
  position: absolute;
  right: 20px;
  bottom: 15px;
}

#body-aboutlist .item-category .item .content .content-bot .item-see-more-list a {
  color: #b42e60;
  text-decoration: none;
}

#body-aboutlist .item-category .item .content .content-bot .item-see-more-list a:hover {
  text-decoration: underline;
}

#body-aboutlist .paging-bar .page-link {
  color: #000000;
  background-color: unset;
  border: unset;
}

#body-aboutlist .paging-bar .page-first {
  background: #b30660;
  color: #ffffff;
}

#body-aboutlist .paging-bar .page-last {
  background: #b30660;
  color: #ffffff;
}

.style-image-about {
  width: 274px;
  height: 180px;
}

.style-image-about img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 320px) and (max-width: 480px) {
  .style-image-about {
    width: 100%;
    height: 120px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .style-image-about {
    width: 100%;
    height: 120px;
  }
}

.recruitment {
  border-radius: 3px;
  margin-top: 30px;
  border: 1px solid #f1f1f1;
}

.recruitment .recruitment-title {
  background: #b30660;
  height: 50px;
}

.recruitment .recruitment-title h4 {
  color: #ffffff;
  line-height: 50px;
  padding-left: 10px;
}

.recruitment .recruitment-content .recruitment-item {
  padding: 15px;
  background: #ffffff;
  padding: 10px 15px 0px 15px;
}

.recruitment .recruitment-content .recruitment-item .recruitment-item-child {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 7px;
}

.recruitment .recruitment-content .recruitment-item .recruitment-item-child a {
  margin-bottom: 5px;
  text-decoration: none;
  color: #000000;
  display: block;
}

.recruitment .recruitment-content .recruitment-item .recruitment-item-child a:hover {
  color: #b42e60;
}

.recruitment .recruitment-content .recruitment-item .recruitment-item-child span {
  color: #b42e60;
}

.recruitment .recruitment-content .recruitment-item .recruitment-item-child span i {
  margin-right: 5px;
}

.menu {
  border-radius: 3px;
  background: #ffffff;
  padding: 20px 20px 5px 20px;
  border: 1px solid #f1f1f1;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .menu {
    padding: 20px 10px 5px 10px;
  }
}

.menu .title-menu h5 {
  color: #b42e60;
  text-transform: capitalize;
}

.menu .title-menu .ruler {
  border-bottom: 3px solid #b30660;
  width: 29%;
  margin-bottom: 15px;
}

.menu .item-menu .navbar-brand {
  width: 100%;
}

.menu .item-menu .navbar-brand .navbar-text {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}

.menu .item-menu .navbar-brand .navbar-text i {
  padding-right: 5px;
  color: #b30660;
}

.menu .item-menu .navbar-brand .navbar-text a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
}

.menu .item-menu .navbar-brand .navbar-text:last-child {
  border-bottom: none;
}

.menu .item-menu .navbar-brand .navbar-text:hover a {
  color: #b42e60;
}

#body-aboutlist .paging-bar {
  margin: 50px 0px 100px 0px;
}

#body-aboutlist .paging-bar .pagination .page-item:hover .page-link {
  color: #b42e60 !important;
}

@media (min-width: 320px) and (max-width: 480px) {
  .body-aboutlist-mobile {
    background: #ffffff !important;
  }

  .item-category-mobile {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    margin-bottom: 15px !important;
  }

  .item-category-mobile .item-mobile {
    padding-bottom: 15px;
  }

  .item-category-mobile .item-mobile .image-about-mobile {
    float: left;
    width: 33% !important;
    height: 135px;
  }

  .item-category-mobile .item-mobile .image-about-mobile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .item-category-mobile .item-mobile .content-mobile {
    background: none !important;
    float: right;
    width: 67%;
  }

  .item-category-mobile .item-mobile .content-mobile h4 {
    font-size: 15px !important;
    font-weight: bold;
    height: 40px !important;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
  }

  .item-category-mobile .item-mobile .content-mobile span {
    font-weight: bold;
    height: 40px !important;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
  }

  .paging-mobile {
    display: block;
    background: #eaeaea;
    padding: 20px 0px 40px 0px;
  }

  .paging-mobile .paging-bar {
    margin: 0 !important;
  }

  .paging-mobile .paging-bar .pagination {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .body-aboutlist-mobile {
    background: #ffffff !important;
  }

  .item-category-mobile {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    margin-bottom: 15px !important;
  }

  .item-category-mobile .item-mobile {
    padding-bottom: 15px;
  }

  .item-category-mobile .item-mobile .image-about-mobile {
    float: left;
    width: 33% !important;
    height: 135px;
  }

  .item-category-mobile .item-mobile .image-about-mobile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .item-category-mobile .item-mobile .content-mobile {
    background: none !important;
    float: right;
    width: 67%;
  }

  .item-category-mobile .item-mobile .content-mobile h4 {
    font-size: 15px !important;
    font-weight: bold;
    height: 40px !important;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
  }

  .item-category-mobile .item-mobile .content-mobile span {
    font-weight: bold;
    height: 40px !important;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
  }

  .paging-mobile {
    display: block;
    background: #eaeaea;
    padding: 20px 0px 40px 0px;
  }

  .paging-mobile .paging-bar {
    margin: 0 !important;
  }

  .paging-mobile .paging-bar .pagination {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#footer {
  background: #b42e60;
  color: #ffffff;
  padding-top: 60px;
  font-size: 14px;
}

#footer .footer-main {
  padding-right: 40px;
}

#footer .footer-main .rectangle {
  margin: 30px 0px;
}

#footer .footer-main .rectangle img {
  width: 100%;
}

#footer .footer-main .footer-license {
  font-size: 12px;
}

#footer .footer-main .footer-license p {
  margin-bottom: 0px;
}

#footer .footer-main .footer-name p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

#footer .footer-left {
  padding-right: 25px;
}

#footer .footer-left .footer-img {
  margin-bottom: 10px;
}

#footer .footer-left .footer-img img {
  width: 100%;
}

#footer h5 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 30px;
  margin-bottom: 25px;
}
#footer h3 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 30px;
  margin-bottom: 25px;
}

#footer .footer-p p {
  font-weight: unset;
}

#footer .footer-p p img {
  margin-right: 10px;
}

#footer .footer-contact {
  border-bottom: 1px solid #738e97;
  margin-bottom: 20px;
}

#footer .footer-contact .footer-contact-first {
  font-weight: 600;
}

#footer .footer-contact .icon-home {
  padding-bottom: 8px;
}

#footer .notify {
  margin-top: 30px;
}

#footer .footer-bot {
  background: #9b355b;
  text-align: center;
  line-height: 45px;
  height: 45px;
  margin-top: 100px;
}

.rectangle-news {
  width: 20%;
  height: 150px;
  float: left;
  margin-left: 10px;
}

.rectangle-news img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-customer-option {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 320px) and (max-width: 480px) {
  .text-trun-address {
    width: 50%;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .text-trun-address {
    width: 50%;
  }
}

.item-customer {
  background: #b7b7b72b;
  border: 1px solid #7171711c;
  border-radius: 3px;
  padding: 20px 10px 5px 0px;
  margin-bottom: 30px;
}

.item-customer:hover {
  transition-delay: 0s;
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

.item-customer .item .b-see-more {
  height: 30px;
  width: 130px;
  position: absolute;
  right: 15px;
  bottom: 6px !important;
  text-align: center;
  background: #7eb041;
  line-height: 30px;
  border-radius: 3px;
}

.item-customer .item .b-see-more:hover {
  background: #ff941c;
}

.item-customer .item .b-see-more span {
  color: #ffffff;
}

.item-customer .item .b-see-more span a {
  color: #ffffff;
  margin-right: 5px;
  text-decoration: none;
}

.item-customer .item .star {
  text-align: center;
  margin: 15px 0px;
  color: #b42e60;
}

.item-customer .feeling-customer {
  border-bottom: 1px solid #b7b7b7;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.item-customer .feeling-customer img {
  position: absolute;
}

.item-customer .feeling-customer a {
  text-decoration: none !important;
}

.item-customer .feeling-customer h2 {
  color: #b30660;
  font-weight: bold;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
  margin-left: 40px;
  font-size: 20px !important;
}

.item-customer .feeling-customer h2 a {
  color: #b30660;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 18px;
}

.item-customer .feeling-customer h2 a:hover {
  transition: 0.3s;
  color: #b42e60;
}

.item-customer .feeling-customer span {
  height: 58px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
}

.item-customer .feeling-customer-bot .last {
  color: #b30660;
  padding-left: 10px;
}

.search-tour-fast {
  background: #b30660;
  padding: 15px;
  border: 1px solid #b30660;
  border-radius: 3px;
}

.search-tour-fast h5 {
  text-transform: uppercase;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.search-tour-fast .search-tour-from {
  position: relative;
  margin-bottom: 15px;
  height: 40px;
}

.search-tour-fast .search-tour-from i {
  position: absolute;
  top: 13px;
  left: 10px;
  color: #b30660;
}

.search-tour-fast .search-tour-from img {
  position: absolute;
  right: 13px;
  top: 19px;
  display: none;
}

.search-tour-fast .search-tour-from select {
  padding-left: 25px;
  background: #ffffff;
  height: 100%;
  border: 0;
}

.search-tour-fast .search-tour-to {
  margin-bottom: 15px;
  position: relative;
  height: 40px;
}

.search-tour-fast .search-tour-to i {
  position: absolute;
  top: 13px;
  left: 10px;
  color: #b30660;
}

.search-tour-fast .search-tour-to input {
  padding-left: 25px;
  background: #ffffff;
  height: 100%;
  border: 0;
}

.search-tour-fast .search-tour-btn button {
  background: #7eb041;
  text-transform: uppercase;
  border: 0;
}

.search-tour-fast .search-tour-btn button:hover {
  background: #67ab17;
}

.search-tour-fast .search-tour-btn button i {
  font-size: 15px;
  margin-right: 5px;
}

.stars-new {
  display: none;
}

.item-btn-view-more {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #body-aboutlist .item-customer .item .fix-feeling-customer {
    padding-left: 35px;
  }

  .advisory .advisory-bot .contact-advisory .form-contact input {
    font-size: 11px;
  }
}

.item-info-customer-individual {
  display: none;
}

.item-individual-new {
  display: none;
}

@media (min-width: 320px) and (max-width: 480px) {
  .item-star-new-customer {
    display: none;
  }

  .item-btn-view-more {
    display: block;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff !important;
    font-family: inherit;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid #b7b7b7;
    background-clip: padding-box;
  }

  .stars-new {
    display: block;
    padding-left: 10px;
    color: #b42e60;
    text-align: center;
  }

  .item-customer-mobile {
    display: none;
  }

  .item-img-customer {
    width: 100%;
    height: 100%;
  }

  .item-img-customer .item-img-customer-mobile {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
    float: left;
  }

  .item-img-customer .item-img-customer-new {
    padding-left: 0 !important;
    width: 100%;
    height: 100%;
    text-align: center !important;
    float: unset;
  }

  .item-styl-info-individual {
    width: 30%;
  }

  .item-styl-info-customer {
    width: 70%;
  }

  .item-individual-new {
    display: block;
    padding-left: 70px;
  }

  .item-individual-new .name-individual-new {
    width: 33%;
    padding-right: 0;
  }

  .item-individual-new .info-individual-new {
    width: 67%;
    padding-right: 0;
  }

  .item-individual-new .info-individual-new .text-trun-address {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    height: 14px;
    overflow: hidden;
    width: 100%;
  }

  .styl-individual-new .item-padding-style {
    float: left;
  }

  .fix-feeling-customer-new {
    margin-top: 10px;
    padding: 0 10px !important;
  }

  .fix-feeling-customer-new .feeling-customer {
    margin-bottom: 0;
    border-bottom: none;
  }

  .btn-view-more-custom {
    text-align: center;
    width: 100%;
    border: none;
    background: #ffff;
    padding: 5px;
    text-transform: uppercase;
    color: #b42e60;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .style-img-customer-mobile {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .style-img-customer-mobile {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .item-star-new-customer {
    display: none;
  }

  .stars-new {
    display: block;
    padding-left: 10px;
    color: #b42e60;
    text-align: center;
  }

  .item-img-customer {
    padding-left: 10px !important;
  }

  .item-img-customer .item-img-customer-new {
    padding-left: 0 !important;
  }

  .item-customer-mobile {
    display: none;
  }

  .item-info-customer-individual {
    display: block;
    margin-top: 10px;
  }

  .item-styl-info-individual {
    width: 30%;
  }

  .item-styl-info-customer {
    width: 70%;
  }

  .item-individual-new {
    display: block;
    padding-left: 70px;
  }

  .item-individual-new .name-individual-new {
    width: 33%;
    padding-right: 0;
  }

  .item-individual-new .info-individual-new {
    width: 67%;
    padding-right: 0;
  }

  .item-individual-new .info-individual-new .text-trun-address {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    height: 14px;
    overflow: hidden;
    width: 100%;
  }

  .styl-individual-new .item-padding-style {
    float: left;
  }

  .fix-feeling-customer-new {
    margin-top: 10px;
    padding: 0 10px !important;
  }

  .fix-feeling-customer-new .feeling-customer {
    margin-bottom: 0;
    border-bottom: none;
  }

  .item-btn-view-more {
    display: block;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff !important;
    font-family: inherit;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid #b7b7b7;
    background-clip: padding-box;
  }

  .btn-view-more-custom {
    text-align: center;
    width: 100%;
    border: none;
    background: #ffff;
    padding: 5px;
    text-transform: uppercase;
    color: #b42e60;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .item-img-customer-new-tablet {
    width: 115px;
  }

  .item-star-new-customer-tablet {
    position: absolute;
    left: 26px;
  }

  .item-title-customer-tablet {
    max-width: 28%;
    -ms-flex: 28%;
        flex: 28%;
  }

  .item-info-customer-tablet {
    padding-right: 0px;
    padding-left: 10px;
  }
}

.business-logo {
  text-align: center;
  margin: 3px;
  padding: 3px;
}

.business-logo img {
  max-width: 100%;
  height: auto;
  width: 90px;
}

.business-logo-new {
  display: none;
}

.item-customer .item .star-corporate {
  position: absolute;
  right: 15px;
  bottom: 50px;
  color: #b42e60;
}

.item-customer .item .star-corporate {
  position: absolute;
  right: 15px;
  bottom: 42px !important;
  color: #f7b800;
}

.fix-feeling-customer {
  position: relative;
}

.item-name-corporate-customer {
  display: none;
}

.item-top-corporate-customer {
  display: none;
}

.item-star-corporate {
  display: none;
}

.item-box-name-corporate {
  display: none;
}

.item-padding-style {
  margin-bottom: 0 !important;
}

.item-padding-style-new {
  margin-bottom: 0 !important;
}

.fix-height-text-c-customer {
  height: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.paging-bar .pagination .page-item.active .page-link {
  color: #b42e60 !important;
}

.paging-bar .pagination .page-item:first-child .page-link {
  color: #ffffff !important;
}

.paging-bar .pagination .page-item:last-child .page-link {
  color: #ffffff !important;
}

@media (max-width: 767px) and (min-width: 481px) {
  #body-aboutlist {
    background: #b7b7b72b;
  }

  #body-aboutlist .title-aboutlist {
    display: block !important;
  }

  #body-aboutlist .title-aboutlist h1 {
    font-size: 20px;
  }

  #body-aboutlist .title-aboutlist h2 {
    font-size: 20px;
  }

  #body-aboutlist .title-aboutlist .ruler {
    width: 30%;
  }

  .col-md-2.item-title-customer {
    width: 30% !important;
    font-size: 12px !important;
  }

  .col-md-6.item-info-customer {
    width: 70% !important;
    font-size: 12px !important;
    padding-left: 0 !important;
  }

  .item-padding-style-new {
    width: 200px;
    margin-bottom: 0 !important;
  }

  .business-logo-new {
    display: block !important;
  }

  .business-logo {
    display: none;
  }

  .item-box-name-corporate {
    display: block;
  }

  .name-corporate-customer {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    width: 53%;
  }

  .item-customer {
    background: #fff !important;
    padding: 10px 0 0 0;
  }

  .paging-bar {
    overflow: hidden;
  }

  .item-name-corporate-customer {
    display: block;
    margin-left: 90px;
  }

  .item-top-corporate-customer {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .item-top-corporate-customer .image-corporate-customer {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }

  .item-top-corporate-customer .image-corporate-customer img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .item-avatar-customer-corporate {
    display: none;
  }

  .item-padding-corporate {
    padding: 0 !important;
  }

  .item-star-corporate {
    display: block;
    float: right;
  }

  .b-see-more {
    display: none;
  }

  .star-corporate-new {
    display: none;
  }
}

@media (max-width: 480px) and (min-width: 320px) {
  #body-aboutlist {
    background: #b7b7b72b;
  }

  #body-aboutlist .title-aboutlist {
    display: block !important;
  }

  #body-aboutlist .title-aboutlist h1 {
    font-size: 20px;
  }

  #body-aboutlist .title-aboutlist h2 {
    font-size: 20px;
  }

  #body-aboutlist .title-aboutlist .ruler {
    width: 30%;
  }

  .col-md-2.item-title-customer {
    width: 30% !important;
    font-size: 12px !important;
  }

  .col-md-6.item-info-customer {
    width: 70% !important;
    font-size: 12px !important;
    padding-left: 0 !important;
  }

  .item-padding-style-new {
    width: 200px;
    margin-bottom: 0 !important;
  }

  .business-logo-new {
    display: block !important;
  }

  .item-box-name-corporate {
    display: block;
  }

  .name-corporate-customer {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    width: 53%;
  }

  .item-customer {
    background: #fff !important;
    padding: 10px 0 0 0;
  }

  .item-name-corporate-customer {
    display: block;
    margin-left: 90px;
    padding-top: 15px;
  }

  .item-top-corporate-customer {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .item-top-corporate-customer .image-corporate-customer {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }

  .item-top-corporate-customer .image-corporate-customer img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .item-avatar-customer-corporate {
    display: none;
  }

  .item-padding-corporate {
    padding: 0 !important;
  }

  .item-star-corporate {
    display: block;
    float: right;
  }

  .item-star-corporate .star-corporate-mobile {
    position: absolute;
    right: 15px;
    bottom: 35px !important;
    color: #b42e60;
  }

  .business-logo {
    display: none;
  }

  .b-see-more {
    display: none;
  }

  .star-corporate-new {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .img-corporate-customer {
    width: 115px;
  }

  .business-logo-tablet {
    position: absolute;
    bottom: 3px;
    left: 32px;
  }

  .star-corporate-new-tablet {
    position: absolute;
    left: -105px;
    top: -135px;
    bottom: 35px !important;
    color: #b42e60;
  }
}

.img-big img {
  width: 100%;
  height: 100%;
}

#body-customer {
  background: #ffffff;
}

.customer-about-pys {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.customer-about-pys a {
  display: inline-block;
  padding: 14px 16px;
  text-decoration: none;
}

.customer-about-pys a img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-title-option {
  margin: 20px 0;
}

.about-title-option h2 {
  font-size: 30px;
  color: #b42e60;
  text-transform: capitalize;
}

.about-title-option .ruler-option {
  border-bottom: 3px solid #b30660;
  width: 20%;
}

#body-customer .title-customer {
  text-align: center;
  text-transform: capitalize;
  color: #b42e60;
  margin-bottom: 30px;
}

#body-customer .title-customer .ruler {
  border-bottom: 3px solid #b30660;
  width: 103px;
  text-align: center;
  margin: 0 auto;
}

#body-customer .images {
  height: 300px;
  background: #b30660;
  margin-bottom: 50px;
}

.customer-c {
  background: rgba(0, 0, 0, 0.03) !important;
}

.customer-c .customer-c-top {
  text-align: center;
  margin: 40px 0px;
}

.customer-c .customer-c-top h2 {
  color: #b42e60;
  text-transform: capitalize;
}

.customer-c .customer-c-top p {
  font-size: 17px;
}

.item-customer-c {
  padding: 15px;
  margin-bottom: 50px;
  margin-top: 5px;
  border-radius: 5px;
}

.item-customer-c:hover {
  transition: 0.5s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.item-customer-c .customer-left {
  border-radius: 50%;
  overflow: hidden;
  width: 130px;
  height: 130px;
}

.item-customer-c .customer-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.item-customer-c .customer-left .star {
  text-align: center;
  color: #b42e60;
  margin: 5px 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .item-customer-c .customer-left .star {
    margin: 15px 0;
  }
}

.item-customer-c .customer-right {
  position: relative;
}

.item-customer-c .customer-right .customer-right-top {
  position: relative;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.item-customer-c .customer-right .customer-right-top a {
  text-decoration: none;
}

.item-customer-c .customer-right .customer-right-top img {
  position: absolute;
  top: 0px;
}

.item-customer-c .customer-right .customer-right-top h5 {
  margin-left: 35px;
  color: #b30660;
  font-weight: bold;
  height: 40px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}

.item-customer-c .customer-right .customer-right-top h5:hover {
  color: #b42e60;
}
.item-customer-c .customer-right .customer-right-top h4 {
  margin-left: 35px;
  color: #b30660;
  font-weight: bold;
  height: 40px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}

.item-customer-c .customer-right .customer-right-top h4:hover {
  color: #b42e60;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-customer-c .customer-right .customer-right-top h5 {
    font-size: 15px;
  }
  .item-customer-c .customer-right .customer-right-top h4 {
    font-size: 15px;
  }
}

.item-customer-c .customer-right .customer-right-mid {
  margin-bottom: 15px;
}

.item-customer-c .customer-right .customer-right-mid .title-customer-mid {
  height: 58px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.item-customer-c .customer-right .customer-right-mid a {
  color: #b30660;
  text-decoration: none;
}

.item-customer-c .customer-right .customer-right-mid a:hover {
  text-decoration: underline;
}

.item-customer-c .customer-right .customer-right-bot p {
  font-size: 17px;
  margin-bottom: 0px;
}

.item-customer-c .customer-right .customer-right-bot span {
  width: 230px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
}

.item-customer-c .customer-right .logo-c {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 100px;
  height: 65px;
}

.item-customer-c .customer-right .logo-c img {
  width: 100%;
  height: 100%;
  Object-fit:contain;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 320px) and (max-width: 488px) {
  .item-customer-c .customer-right .logo-c img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .item-customer-c .customer-right .logo-c img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .item-customer-c .customer-right .logo-c img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.see-all {
  text-align: center;
  margin-bottom: 50px;
}

.see-all a {
  padding: 10px 50px;
  background: #7eb041;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid #7eb041;
  border-radius: 3px;
  text-decoration: none;
}

.see-all a i {
  margin-left: 5px;
}

.customer-i .customer-i-top {
  text-align: center;
  margin: 40px 0px;
}
a.wpml-ls-link {
    margin-top: -10px;
}
.customer-i .customer-i-top h2 {
  color: #b42e60;
  text-transform: capitalize;
}

.customer-i .customer-i-top p {
  font-size: 17px;
}

.item-customer-i {
  background: #ebebeb82;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
}

.item-customer-i:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

.item-customer-i .customer-top {
  position: relative;
  margin-bottom: 10px;
}

.item-customer-i .customer-top a {
  text-decoration: none;
}

.item-customer-i .customer-top img {
  position: absolute;
}

.item-customer-i .customer-top h5 {
  color: #b30660;
  font-weight: bold;
  height: 40px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
  margin-left: 40px;
}

.item-customer-i .customer-top h5:hover {
  color: #b42e60;
}

.item-customer-i .customer-mid {
  margin-bottom: 15px;
}

.item-customer-i .customer-mid .title-customer-mid {
  height: 58px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.item-customer-i .customer-mid span {
  font-size: 14px;
  color: #666666;
}

.item-customer-i .customer-mid span a {
  color: #b30660;
  text-decoration: none;
}

.item-customer-i .customer-mid span a:hover {
  text-decoration: underline;
}

.item-customer-i .customer-bot .image-individual-customer {
  width: 70px;
  height: 70px;
}

.item-customer-i .customer-bot .image-individual-customer img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.item-customer-i .customer-bot .customer-bot-content {
  padding-top: 10px;
  color: #b30660;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .item-customer-i .customer-bot .customer-bot-content {
    padding-left: 35px;
    padding-right: 0;
    padding-top: 5px;
  }
}

.item-customer-i .customer-bot .customer-bot-content a {
  width: 100%;
  text-decoration: none;
  color: #b30660;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .item-customer-i .customer-bot .customer-bot-content a {
    display: block;
  }
}

.item-customer-i .customer-bot .customer-bot-content .p1 {
  margin: 0 5px;
}

.item-customer-i .customer-bot .customer-bot-content .p2 {
  font-weight: 100;
}

.item-customer-i .customer-bot .customer-bot-content .star {
  color: #e9cd05;
}

#body-customer .see-all:hover a {
  background: #ffa838;
}

.dp-n-mobi {
  display: none;
}

.list-images-customer {
  margin-bottom: 40px;
  margin-top: 10px;
}

.list-images-customer .reset-row {
  margin-left: 0;
  margin-right: 0;
}

.list-images-customer .reset-col {
  padding-left: 0;
  padding-right: 0;
}

.list-images-customer img {
  width: 100%;
  height: 100%;
	 -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.list-images-customer .image-customer-hot-big {
  position: relative;
  width: 100%;
  height: 300px;
}

.list-images-customer .image-customer-hot-big:hover .show-bg-text {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.8s;
}

.list-images-customer .image-customer-hot-small {
  position: relative;
  width: 100%;
  height: 150px;
}

.list-images-customer .image-customer-hot-small:hover .show-bg-text {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.8s;
}

.list-images-customer .show-bg-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  display: table;
}

.list-images-customer .show-bg-text .content {
  display: table-cell;
  vertical-align: middle;
}

.list-images-customer .show-bg-text .content .title {
  color: #ffffff;
  padding: 0 40px;
}

.list-images-customer .show-bg-text .content a {
  border: 1px solid #ffffff;
  padding: 5px 10px;
  border-radius: 3px;
  color: #ffffff;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-customer {
    overflow: hidden;
  }

  .business-logo-new {
    width: 113px;
    height: 100px;
    margin: 0 auto;
  }

  .business-logo-new img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }

  .item-box-name-corporate .item-top-corporate-customer {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
  }

  .item-box-name-corporate .item-top-corporate-customer img {
    padding-left: 0 !important;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .dp-n-mobi {
    display: block !important;
  }

  .img-big-mobile {
    width: 100%;
    height: 190px;
  }

  .img-big-mobile img {
    width: 100%;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }

  .title-customer-mobile {
    margin-top: 5px;
  }

  .title-customer-mobile h1 {
    font-size: 20px;
    text-align: left;
  }

  .title-customer-mobile .ruler-customer-mobile {
    margin: 0px !important;
    width: 80px !important;
  }

  .customer-c-top-mobile {
    margin: 20px 0px 0px 0px !important;
  }

  .customer-c-top-mobile h2 {
    font-size: 20px;
  }

  .customer-c-top-mobile p {
    font-size: 12px !important;
  }

  .scroll-customers-mobile {
    width: 370px !important;
    margin-right: 5px;
  }

  .scroll-customers-mobile .img-corporate-customer-mobile {
    padding-left: 15px;
  }

  .scroll-customers-mobile .item-name-corporate-customer-mobile .name-corporate-customer-mobile {
    font-size: 15px;
  }

  .scroll-customers-mobile .item-name-corporate-customer-mobile p {
    font-size: 11px;
  }

  .item-info-customer-mobile {
    color: #b30660;
  }

  .feeling-customer-mobile h5 {
    margin-left: 0px !important;
  }

  .feeling-customer-mobile h5 a {
    font-size: 15px;
    color: #b30660;
  }

  .feeling-customer-mobile h5 a img {
    width: 15px;
    padding-bottom: 9px;
    margin-right: 10px;
    position: relative !important;
  }

  .feeling-customer-mobile span {
    font-size: 13px;
  }

  .customer-i-mobile {
    background: rgba(0, 0, 0, 0.03) !important;
  }

  .customer-i-mobile .item-customer-i-mobile {
    background: #fff !important;
    border: none !important;
    padding: 15px 0 5px 15px !important;
    display: inline-block;
  }

  .customer-i-mobile .item-customer-i-mobile .item-box-name-individual .item-top-individual-customer .item-left-individual-customer .item-image-customer {
    width: 60px;
    height: 60px;
  }

  .customer-i-mobile .item-customer-i-mobile .item-box-name-individual .item-top-individual-customer .item-left-individual-customer .item-image-customer img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 50%;
  }

  .customer-i-mobile .item-customer-i-mobile .item-box-name-individual .item-top-individual-customer .item-right-individual-customer {
    color: #b30660;
  }

  .customer-i-mobile .item-customer-i-mobile .item-box-name-individual .item-star-individual {
    margin: 10px 0px;
    color: #b42e60;
  }

  .customer-i-mobile .item-customer-i-mobile .customer-top-mobile img {
    margin-right: 10px;
    padding-bottom: 9px;
    width: 15px;
  }

  .customer-i-mobile .item-customer-i-mobile .customer-top-mobile a h5 {
    font-size: 15px;
    margin-left: 25px !important;
  }

  .customer-i-mobile .item-customer-i-mobile .customer-mid-mobile span {
    font-size: 13px !important;
  }

  .reset-item-new-pys {
    width: 1560px !important;
  }

  .reset-item-new-pys .reset-col {
    width: 380px;
    float: left;
  }
}

.b-see-more-custom {
  bottom: 0 !important;
}

@media (min-width: 481px) and (max-width: 767px) {
  #body-customer {
    overflow: hidden;
  }

  .business-logo-new {
    width: 250px;
    height: 100px;
  }

  .business-logo-new img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .item-box-name-corporate .item-top-corporate-customer {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
  }

  .item-box-name-corporate .item-top-corporate-customer img {
    padding-left: 0 !important;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.has-success {
  border-color: #32A923 !important;
}

.has-error {
  border-color: #a94442 !important;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.item-input-custom-right {
  padding-right: 0;
}

.item-input-custom-left {
  padding-left: 0;
}

.valid-icon-booking-new {
  position: absolute;
  bottom: 25px;
  color: #32A923;
  right: 33px;
}

.valid-icon-booking {
  float: right;
  margin-top: 10px;
  color: #32A923;
}

.text-promo-code {
  color: #D9552B;
}

.item-category-product input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  overflow: hidden;
}

.item-category-product span {
  margin-bottom: 10px;
}

.item-example-product {
  padding: 10px !important;
}

.container-radio {
  float: left;
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-radio input {
  position: absolute;
  opacity: 0;
}

.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

.container-radio:hover input ~ .checkmark-radio {
  background-color: #ccc;
}

.container-radio input:checked ~ .checkmark-radio {
  background-color: #2196F3;
}

.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

.container-radio input:checked ~ .checkmark-radio:after {
  display: block;
}

.container-radio .checkmark-radio:after {
  top: 5px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

@media (min-width: 320px) and (max-width: 480px) {
  .promocode-mobile {
    text-align: center;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .promocode-mobile {
    text-align: center;
  }
}

.promocode-mobile .btn-promo-code {
  text-transform: uppercase;
  padding: 0 36px;
  height: 39px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background: #b30660 !important;
  font-family: inherit;
  border-radius: 3px;
  background-clip: padding-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #b7b7b7;
}

@media (min-width: 320px) and (max-width: 480px) {
  .promocode-mobile .btn-promo-code {
    margin-top: 0;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .promocode-mobile .btn-promo-code {
    margin-top: 0;
  }
}

.item-top-booking {
  margin-top: 30px;
  overflow: hidden;
}

@media (min-width: 320px) and (max-width: 767px) {
  .item-top-booking {
    margin-top: 15px;
  }
}

.item-background-booking {
  background: #b30660;
  width: 50px;
  padding: 10px;
}

.item-background-booking .img-booking {
  -o-object-fit: cover;
     object-fit: cover;
  width: 150px;
}

.item-book-tour-new {
  padding: 30px;
}

.item-padding-book-tour {
  position: relative;
}

.item-padding-book-tour:after {
  content: '';
  background-color: #b30660;
  position: absolute;
  bottom: -10px;
  left: 49%;
  height: 2px;
  width: 77px;
  margin-left: -25px;
}

.item-border-book-tour {
  border-bottom: 3px solid #b30660;
}

.item-info-book-tour {
  color: #b42e60;
}

.item-info-combo {
  margin-bottom: 10px;
  padding: 10px 16px 16px 16px;
  background-color: #fff;
  border-color: #cbd3db;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.promo-code-before-discount {
  padding: 0 !important;
}

@media (min-width: 320px) and (max-width: 480px) {
  .promo-code-before-discount .promo-code-left {
    width: 50%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .promo-code-before-discount .promo-code-right {
    width: 50%;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .promo-code-before-discount .promo-code-left {
    width: 50%;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .promo-code-before-discount .promo-code-right {
    width: 50%;
  }
}

.info-booking {
  padding: 0 16px;
  background-color: #fff;
  border-color: #cbd3db;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

@media (min-width: 320px) and (max-width: 480px) {
  .info-booking #iconCheckEmailContact {
    display: none;
  }

  .info-booking #iconCheckPhoneContact {
    display: none;
  }

  .info-booking #iconCheckAddContact {
    display: none;
  }

  .info-booking #iconCheckNameContact {
    display: none;
  }

  .info-booking #phoneContactError {
    padding-left: 10px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .info-booking #iconCheckEmailContact {
    display: none;
  }

  .info-booking #iconCheckPhoneContact {
    display: none;
  }

  .info-booking #iconCheckAddContact {
    display: none;
  }

  .info-booking #iconCheckNameContact {
    display: none;
  }

  .info-booking #phoneContactError {
    padding-left: 10px;
  }
}

.info-booking .item-title-booking {
  margin-bottom: 10px;
}

.info-booking .item-title-booking .item-title {
  font-size: 16px;
  line-height: 1.5;
  color: #2A2A2E;
  font-family: inherit;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}

.info-booking .title-booking {
  border-bottom: 1px solid #dee2e6;
  color: #ffffff;
  background: #b30660 !important;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}

.info-booking .content-booking {
  padding: 0 10px;
}

.info-booking .content-booking .item-image-booking {
  overflow: hidden;
  float: left;
  width: 150px;
  height: 80px;
  margin-right: 10px;
  position: relative;
}

.info-booking .content-booking .item-image-booking img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.info-booking .content-booking .item-info-booking {
  margin-left: 80px;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 0;
}

.image-partner-booking {
  width: 89px;
  padding-right: 10px;
}

.form-promo-code {
  margin-top: 10px;
}

.item-padding-form {
  padding-right: 20px !important;
}

.item-form-right-booking {
  margin-top: 10px;
}

.item-border-booking {
  border-top: 1px solid #ddd;
  padding: 15px 0 10px 0;
}

.item-border-booking-top {
  border-top: 2px solid #b30660;
  padding: 15px 0 10px 0;
}

.item-bottom-booking {
  background: #fff !important;
}

.item-bottom-booking a {
  color: #333;
}

.btn-back-home {
  text-align: center;
  margin: 25px 0;
}

.btn-back-home .btn-redirect-home {
  font-size: 16px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  margin-top: -5px;
  margin-left: 15px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background: #ffc52a !important;
  padding: 14px 20px 14px;
  font-family: inherit;
  border-radius: 3px;
  background-clip: padding-box;
  box-sizing: border-box;
  line-height: 17px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #b7b7b7;
}

.item-support-booking {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 16px;
  color: #fff;
  padding-right: 15px;
}

.item-phone-booking {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 16px;
  color: #fff;
  padding-right: 15px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .item-mobile-child {
    margin: 10px 0 !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .item-mobile-child {
    margin: 10px 0 !important;
  }
}

.btn-book-tour {
  background-color: #b42e60;
  color: #fff;
  font-size: 20px;
  padding: 10px 45px;
  text-transform: uppercase;
  box-shadow: none !important;
  border-color: #b42e60;
  border: 1px solid #b42e60;
  border-radius: 3px;
  cursor: pointer;
}

.btn-book-tour:hover {
  color: #ffffff;
  background-color: #ff941c;
}

.item-text-color-booking {
  margin-top: 10px;
  color: #1fb10c;
  text-align: center;
  margin-bottom: 20px;
}

.item-text-booking-tour {
  font-size: 14px;
  font-weight: 500;
  color: #b30660;
}

.item-title-payment {
  padding: 20px 0;
}

.item-title-payment .item-text-payment {
  font-size: 18px;
  color: #b30660;
}

.item-payment-company {
  padding: 10px 0 30px 0;
}

.styl-padding-bank {
  padding: 15px 15px;
}

.item-text-price-finish {
  color: #b42e60;
}

.styl-padding-address {
  padding: 15px 0 10px 0;
}

.item-border-booking-new {
  border-bottom: 1px solid #ddd;
}

.item-btn-booking-tour {
  margin-top: 20px;
}

.item-text-price-booking {
  color: #b30660;
}

.item-btn-booking-tour {
  margin-top: 30px;
}

.item-booking-payment-new {
  display: none;
}

@media (max-width: 480px) and (min-width: 320px) {
  .item-bottom-booking {
    display: none;
  }

  .item-tab-payment {
    font-size: 12px;
  }

  .item-booking-payment-new {
    display: block;
  }

  .item-book-tour-new {
    padding: 10px;
  }

  .item-image-booking {
    height: 100px !important;
    width: 100px !important;
  }

  .item-info-booking {
    padding: 0 !important;
  }

  .item-name-booking-new {
    margin-top: 10px;
    font-size: 14px !important;
    margin-bottom: 5px;
  }

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

@media (max-width: 767px) and (min-width: 481px) {
  .item-bottom-booking {
    display: none;
  }

  .item-tab-payment {
    font-size: 13px;
  }

  .item-booking-payment-new {
    display: block;
  }

  .item-book-tour-new {
    padding: 10px;
  }

  .item-image-booking {
    height: 100px !important;
  }

  .item-info-booking {
    padding: 0 !important;
  }

  .item-name-booking-new {
    font-size: 14px !important;
    margin-top: 10px;
  }

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

@media (min-width: 768px) and (max-width: 1023px) {
  .item-info-booking-tablet {
    margin-left: 0 !important;
  }
}

.header-progress {
  display: inline-block;
  width: 58%;
  margin-bottom: -15px;
  margin-left: 150px;
}

.header-progress li {
  list-style-type: none;
  float: left;
  width: 33.33%;
  position: relative;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2px;
}

.header-progress li .content {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: #D7D7DB;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 10px;
  color: #737373;
}

.header-progress li .information {
  font-size: 12px;
}

.header-progress li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #D7D7DB;
  top: 6px;
  right: -50%;
  z-index: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.header-progress li.active .content {
  background: #32A923;
  color: #fff;
  font-size: 12px;
}

.header-progress li.active .information {
  color: #32A923;
}

.header-progress .step-3:before {
  content: none;
}

.header-progress .step-3 .styl-icon-check {
  margin-top: 5px;
}

.item-step-1 {
  margin-top: 10px;
}

.item-step-1 .item-info-combo {
  margin-bottom: 10px;
  padding: 10px 16px 16px 16px;
  background-color: #fff;
  border-color: #cbd3db;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  font-family: 'Open Sans',mallory,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.item-step-1 .item-info-combo h4 {
  font-size: 16px;
  line-height: 1.5;
  color: #2A2A2E;
  font-family: inherit;
  font-weight: 600;
}

.item-step-1 .item-info-combo .item-name-combo-booking {
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
}

.item-step-1 .item-info-contact {
  font-family: 'Open Sans',mallory,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

@media (min-width: 320px) and (max-width: 480px) {
  .item-step-1 .item-info-contact .item-mobile-booking {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .item-step-1 .item-info-contact .item-mobile-booking {
    display: none;
  }
}

.item-step-1 .item-info-contact form {
  padding: 0 16px 16px 16px;
  background-color: #fff;
  border-color: #cbd3db;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.item-step-1 .item-info-contact .form-option {
  height: 33px;
  width: 102%;
}

.item-step-1 .item-info-contact h4 {
  font-size: 16px;
  line-height: 1.5;
  color: #2A2A2E;
  font-family: inherit;
  font-weight: 600;
}

.item-step-1 .item-info-contact label {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans',mallory,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.divider-solid-bottom {
  margin: 8px 0 0;
  padding: 0;
  border-bottom: 1px solid #cbd3db;
}

.item-styl-detail-combo {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}

.item-detail-option {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}

.item-detail-combo {
  margin-top: 10px;
}

.item-payment-info ul li {
  display: block;
  float: left;
  width: 100%;
  padding: 5px 0;
}

.item-payment-info ul li span {
  font-weight: bold;
}

.item-payment-info ul li .info-new {
  float: left;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.item-payment-info ul li .info {
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  font-weight: 500;
}

.item-payment-info ul li .money {
  float: right;
  font-weight: 400;
}

.item-payment-info ul li .money-new {
  float: right;
  font-weight: 600;
  font-size: 16px;
}

.item-payment-info ul li .total-money {
  font-size: 1.5rem;
}

.item-payment-info ul li .total-payment {
  color: #ffaa00;
}

.item-payment-info ul li .total-publish {
  text-decoration: line-through;
}

.payment-info ul {
  margin-bottom: 0;
}

.payment-info ul li {
  display: block;
  float: left;
  width: 100%;
  padding: 8px 0;
}

.payment-info ul li span {
  font-weight: bold;
}

.payment-info ul li .info-new {
  float: left;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.payment-info ul li .info {
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  font-weight: 500;
}

.payment-info ul li .money {
  float: right;
  font-weight: 400;
}

.payment-info ul li .money-new {
  float: right;
  font-weight: 600;
  font-size: 16px;
}

.payment-info ul li .total-money {
  font-size: 1.5rem;
}

.payment-info ul li .total-payment {
  color: #ffaa00;
}

.payment-info ul li .total-publish {
  text-decoration: line-through;
}

.booking-info-tour {
  margin-left: 196px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .booking-info-tour {
    margin-left: 115px;
  }

  .booking-info-tour p {
    font-size: 13px !important;
  }

  .booking-info-tour span {
    font-size: 13px !important;
  }
}

.item-booking {
  position: relative;
}

.item-booking .text-price-booking {
  position: absolute;
  bottom: 0;
  right: 0;
}

.styl-image-booking .img-booking {
  width: 180px;
  height: 96px;
  margin-right: 16px;
  float: left;
}

@media (min-width: 320px) and (max-width: 767px) {
  .styl-image-booking .img-booking {
    width: 105px;
    height: 82px;
    margin-right: 10px;
  }
}

.styl-image-booking .img-booking img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.item-styl-booking {
  display: block;
  overflow: hidden;
}

.item-room-period-booking {
  margin-top: 10px;
}

.text-detail-combo-option {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  font-weight: 500;
}

.text-detail-combo-option i {
  margin-right: 5px;
}

.text-detail-ticket {
  margin: 0 0 0 20px;
  line-height: 20px;
  font-size: 14px;
}

.item-alert-security {
  padding: 16px;
  background-color: #fff;
  border-color: #cbd3db;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  border-left: 5px solid #32A923;
  margin-bottom: 10px;
  font-family: 'Open Sans',mallory,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.item-alert-security p {
  color: #32A923;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.item-alert-security .img-ssl {
  width: 90px;
}

.item-alert-security label {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans',mallory,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

@media (min-width: 320px) and (max-width: 480px) {
  .item-alert-security {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .item-alert-security {
    display: none;
  }
}

.item-continue-step1 {
  padding: 20px;
}

.item-continue-step1 .item-btn-continue-step1 {
  padding: 11px 55px;
  background: #33B1E6;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  border: 1px solid transparent;
  text-transform: uppercase;
  border-radius: 3px;
}

.item-continue-step1 .item-btn-continue-step1:hover {
  background: #2893c0;
  color: #fff;
  border: 1px solid #2893c0;
}

.item-continue-confirm {
  padding: 15px;
}

.custom-font-family {
  font-family: 'Open Sans',mallory,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.item-step-2 {
  overflow: hidden;
  display: block;
  padding: 0 15px 15px 15px;
}

.item-btn-booking {
  height: auto;
  white-space: normal;
  box-shadow: 1px 1px 1px 1px #ccc;
  margin-top: 16px;
  background-color: #FFD200;
  border: none;
  padding: 10px;
}

.item-btn-booking .item-text-btn-booking {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.item-btn-booking .item-title-btn-booking {
  display: block;
  width: 100%;
  font-size: 11px;
  text-transform: none;
}

.room-confident-message .well {
  border: 1px solid #eee;
  box-shadow: none;
  border-radius: 3px;
  padding: 16px;
  margin-bottom: 10px;
  background-color: #F9F9FA;
}

.room-confident-message .well label {
  font-weight: 400;
}

.item-styl-detail-step1 {
  padding-right: 0 !important;
  margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .item-styl-detail-step1 {
    padding-right: 15px !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .item-styl-detail-step1 {
    padding-right: 15px !important;
  }
}

.content-booking-update {
  padding: 0 16px;
  background-color: #fff;
  border-color: #cbd3db;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}


.item-detail-price {
  padding: 0 16px;
  background-color: #fff;
  border-color: #cbd3db;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  font-family: 'Open Sans',mallory,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.item-detail-price h4 {
  font-size: 16px;
  line-height: 1.5;
  color: #2A2A2E;
  font-family: inherit;
  font-weight: 600;
}

.item-detail-price-mobile {
  padding: 0 16px;
  background-color: #fff;
  border-color: #cbd3db;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  font-family: 'Open Sans',mallory,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.item-detail-price-mobile h4 {
  font-size: 16px;
  line-height: 1.5;
  color: #2A2A2E;
  font-family: inherit;
  font-weight: 600;
}

@media (min-width: 320px) and (max-width: 480px) {
  .item-detail-price-mobile {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .item-detail-price-mobile {
    display: none;
  }
}

.payment-accept-info-icon {
  display: inline-block;
  vertical-align: middle;
}

.payment-accept-info-icon .icon-pay {
  background: url(payment.png) no-repeat;
  height: 32px;
}

.payment-accept-info-icon span {
  display: inline-block;
}

.payment-accept-info-icon .icon-pay-transfer {
  background-position: 0 0;
  width: 66px;
  background-color: #222222;
  border-radius: 4px;
}

.payment-accept-info-icon .icon-pay-atm {
  background-position: -66px 0px;
  width: 64px;
}

.payment-accept-info-icon .icon-pay-visa {
  background-position: -134px 0px;
  width: 61px;
}

.payment-accept-info-icon .icon-pay-master {
  background-position: -202px 0px;
  width: 62px;
}

.text-custom-booking {
  color: #32A923;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.form-valid-booking {
  float: left;
}

.valid-icon-booking {
  float: right;
  margin-top: 10px;
  color: #32A923;
}

.item-input-custom-right {
  padding: 0 !important;
}

.item-input-custom-left {
  padding-left: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
  .item-input-custom-left #iconCheckPromoCode {
    display: none;
  }

  .item-input-custom-left #iconCheckPhoneContact {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .item-input-custom-left #iconCheckPromoCode {
    display: none;
  }

  .item-input-custom-left #iconCheckPhoneContact {
    display: none;
  }
}

.has-success {
  border-color: #32A923 !important;
}

.has-errors {
  border-color: #a94442 !important;
}

.img-bank {
  width: 100%;
}

.box-img-bank {
  border: 1px solid #ddd;
  height: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 73px;
  margin-right: 3px;
  padding: 8px;
}

.style-margin-bot-booking {
  margin-bottom: 10px;
}

.box-img-bank-abbank {
  width: 90px;
  height: 40px;
  margin-right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-box-payment {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 10px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .style-padding-booking {
    padding-right: 15px !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .style-padding-booking {
    padding-right: 15px !important;
  }
}

.title-aboutdetail {
  margin-top: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.title-aboutdetail h1 {
  font-size: 28px;
  color: #b42e60;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .title-aboutdetail h1 {
    font-size: 25px;
  }
}

.title-aboutdetail h2 {
  font-size: 28px;
  color: #b42e60;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .title-aboutdetail h2 {
    font-size: 25px;
  }
}

.title-aboutdetail span {
  color: #666666;
}

.title-aboutdetail span i {
  margin-right: 6px;
  padding-bottom: 5px;
}

.about-detail .about-detail-left {
  text-align: center;
  padding: 15px 0px;
}

.about-detail .about-detail-left .comment {
  padding-bottom: 15px;
}

.about-detail .about-detail-left .facebook {
  padding-bottom: 15px;
}

.about-detail .about-detail-right {
  padding-left: 0px;
}

.about-detail .about-detail-right .about-detail-right-top {
  padding-top: 15px;
  border-bottom: 1px solid #cccccc;
  padding-left: 30px;
  margin-bottom: 15px;
}

.about-detail .about-detail-right .about-detail-right-top ul li {
  color: #b42e60;
  font-size: 15px;
}

.about-detail .about-detail-right .about-detail-right-top ul li a {
  font-size: 15px;
  color: #666666;
}

.about-detail .about-detail-right .about-detail-right-bot h4 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
}

.about-detail .about-detail-right .about-detail-right-bot p {
  font-size: 16px;
  color: #333333;
}

.about-detail .about-detail-right .about-detail-right-bot .author {
  text-align: right;
  font-weight: bold;
  font-style: italic;
  margin: 20px 0px;
}

.about-detail .about-detail-right .about-detail-right-bot .author span {
  font-size: 16px;
}

.about-detail .maybe-care {
  margin-bottom: 30px;
}

.about-detail .maybe-care .about-detail-more .about-detail-more-item:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

.about-detail .maybe-care .about-detail-more .about-detail-more-item .more-top .img-about-detail {
  height: 170px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about-detail .maybe-care .about-detail-more .about-detail-more-item .more-top .img-about-detail {
    height: 82px;
  }
}

.about-detail .maybe-care .about-detail-more .about-detail-more-item .more-top .img-about-detail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-detail .maybe-care .about-detail-more .about-detail-more-item .more-bot {
  border: 1px solid #ebebeb;
  padding: 10px;
}

.about-detail .maybe-care .about-detail-more .about-detail-more-item .more-bot a {
  font-size: 14px;
  text-decoration: none;
  color: #333333;
}

.about-detail .maybe-care .about-detail-more .about-detail-more-item .more-bot a span {
  font-size: 14px;
  color: #b42e60;
  font-weight: bold;
  height: 42px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.about-detail .maybe-care .about-detail-more .about-detail-more-item .more-bot a:hover {
  color: #b42e60;
}

.about-detail .maybe-care .about-detail-more .about-detail-more-item .more-bot .see-more {
  text-align: right;
  padding: 10px;
}

.about-detail .maybe-care .about-detail-more .about-detail-more-item .more-bot .see-more a {
  font-size: 14px;
  color: #b42e60;
  text-decoration: none;
}

.about-detail .maybe-care .about-detail-more .about-detail-more-item .more-bot .see-more a:hover {
  text-decoration: underline;
}

.about-detail .maybe-care .about-detail-more .about-detail-more-item .more-bot .see-more a i {
  margin-left: 5px;
}

.about-detail .maybe-care h3 {
  color: #b42e60;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 22px;
}

.image {
  text-align: center;
  padding: 20px;
  font-style: italic;
}

.image img {
  width: 100%;
  margin-bottom: 10px;
}

.ruller-mobile {
  display: none;
}

.see-more-mobile {
  display: none;
}

@media (min-width: 320px) and (max-width: 480px) {
  .about-detail-right-top-mobile {
    padding-left: 20px !important;
  }

  .about-detail-right-top-mobile li {
    font-size: 18px !important;
  }

  .about-detail-right-top-mobile li a {
    font-size: 14px !important;
  }

  .about-detail-right-bot .image-mobile {
    padding: 10px 0px;
  }

  #nav-bot {
    display: none;
  }

  .title-aboutdetail h1 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .title-aboutdetail h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .about-detail img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .about-detail .maybe-care h3 {
    font-size: 18px;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
  }

  .about-detail .maybe-care .rulers-mobile {
    border-bottom: 3px solid #0099c5;
    margin-bottom: 10px;
    width: 24%;
  }

  .about-detail-more-item {
    border: none !important;
  }

  .about-detail-more-item .more-top {
    width: 35%;
    float: left;
  }

  .about-detail-more-item .more-bot {
    width: 65%;
    float: right;
  }

  .about-detail-more-item .more-bot p {
    font-size: 15px !important;
  }

  .about-detail-more-item .more-bot .see-more {
    display: none;
  }

  .about-detail-more-item .more-bot .see-more-mobile {
    display: block;
    text-align: left;
    font-size: 12px;
  }

  .about-detail-more-item .more-bot .see-more-mobile span {
    font-size: 13px;
    color: #979595;
  }

  .about-detail-more-item .more-bot .see-more-mobile span i {
    margin-right: 5px;
  }

  .ruller-mobile {
    display: block;
  }

  .ruller-mobile .ruller-mobile-item {
    border-bottom: 1px solid #e5e5e5;
    margin: 10px 0;
  }

  .about-detail .maybe-care {
    margin-bottom: 0px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .maybe-care .about-detail-more .more-top .img-about-detail {
    width: 150px;
    height: 100px;
  }

  .maybe-care .about-detail-more .more-top .img-about-detail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .maybe-care .about-detail-more .more-bot a span {
    font-weight: bold;
    height: 40px;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .maybe-care .about-detail-more .more-bot .see-more-mobile {
    padding: 0 !important;
  }
}

.title-detailcustomer {
  margin-top: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.title-detailcustomer h1 {
  font-size: 28px;
  color: #b42e60;
  font-weight: bold;
}

.title-detailcustomer span {
  color: #666666;
}

.title-detailcustomer span i {
  margin-right: 6px;
  padding-bottom: 5px;
}

.detail-customer-top {
  margin-top: 10px;
  margin-bottom: 20px;
}

.detail-customer-top .tour-join {
  margin: 20px 0px 10px 0px;
}

.detail-customer-top .tour-join span {
  background: #b42e60;
  padding: 5px 20px;
  color: #ffffff;
  font-size: 14px;
}

.detail-customer-top a {
  color: #b42e60;
  font-size: 13px;
  text-decoration: none;
}

.detail-customer-top a:hover {
  color: #b30660;
  transition: 0.3s;
}

.detail-customer-top .see-more-tour {
  font-size: 12px;
  text-decoration: none;
  color: #b42e60;
}

.detail-customer-top .see-more-tour:hover {
  text-decoration: underline;
  color: #b42e60;
}

.detail-customer-top .see-more-tour i {
  margin-left: 5px;
}

.banner {
  padding: 0px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .banner {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .banner .banner-advertisement {
    position: relative;
    height: 230px;
  }
}

.banner .banner-advertisement .title-banner {
  background: #b30660;
  padding: 10px 20px;
}

.banner .banner-advertisement .title-banner a {
  text-decoration: none;
}

.banner .banner-advertisement .title-banner a .title-banner-item {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .banner .banner-advertisement .title-banner a .title-banner-item {
    font-size: 15px !important;
  }
}

.banner .banner-advertisement .content-banner {
  padding: 10px 0 10px 45px;
  position: relative;
  border: 1px solid #b30660;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .banner .banner-advertisement .content-banner {
    position: unset;
  }
}

.banner .banner-advertisement .content-banner .content-banner-left {
  color: #b30660;
}

.banner .banner-advertisement .content-banner .content-banner-right {
  position: absolute;
  top: 7px;
  right: 30px;
  text-align: center;
}

.banner .banner-advertisement .content-banner .content-banner-right p {
  color: #b30660;
}

.banner .banner-advertisement .content-banner .content-banner-right a {
  color: #ffffff;
  padding: 5px 20px;
  background: #FF9932;
  text-decoration: none;
}

.content-detail-customer {
  margin-top: 5px;
}

.info-customer-detail {
  width: 100%;
  position: relative;
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .info-customer-detail {
    padding-bottom: 0;
  }
}

.info-customer-detail .item-avatar-customer {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .info-customer-detail .item-avatar-customer {
    width: 70px;
    height: 70px;
  }
}

.info-customer-detail .item-avatar-customer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}

.info-customer-detail .item-name-customer {
  margin-left: 90px;
  padding: 10px 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .info-customer-detail .item-name-customer {
    margin-left: 80px;
    padding: 0;
  }
}

.info-customer-detail .item-name-customer .name-customer {
  font-size: 16px;
  color: #b42e60;
}

.info-customer-detail .item-name-customer .rating-customer span {
  color: #b42e60;
}

.banner-detail:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

.rated-tour {
  background: #b7b7b738;
  border: 1px solid #cccccc2e;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.rated-tour h3 {
  font-size: 20px;
  color: #b42e60;
  margin-bottom: 10px;
}

.rated-tour h3 i {
  color: #7eb041;
  font-size: 17px;
  margin-right: 10px;
}

.rated-tour ul {
  margin-left: 18px;
  margin-bottom: 0px;
}

.rated-tour ul li a {
  color: #b30660;
  font-size: 14px;
}

.maybe-care-customers .fix-line-height {
  line-height: 42px;
}
.maybe-care-customers a:hover{	text-decoration: none !important;}
.maybe-care-customers p {
  font-size: 15px;
  padding-left: 15px;
  color: #b42e60;
  height: 42px;font-weight: 400;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}

.maybe-care-customers p i {
  color: #7eb041;
  margin-right: 5px;
  font-size: 17px;
}

.maybe-care-customers .maybe-care-content .maybe-care-item {
  margin-bottom: 20px;
}

.maybe-care-customers .maybe-care-content .maybe-care-item:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

.maybe-care-customers .maybe-care-content .maybe-care-item .maybe-care-top {
  width: 100%;
  height: 170px;
}

.maybe-care-customers .maybe-care-content .maybe-care-item .maybe-care-top img {
  width: 100%;
  height: 100%;
}

.maybe-care-customers .maybe-care-content .maybe-care-item .maybe-care-bot {
  border: 1px solid #ebebeb;
  padding: 10px 15px 15px 15px;
  position: relative;
}

.maybe-care-customers .maybe-care-content .maybe-care-item .maybe-care-bot .title-maybe-care-bot-newdetail {
  text-decoration: none;
  color: #b42e60;
  font-size: 15px;
  height: 45px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
}

.maybe-care-customers .maybe-care-content .maybe-care-item .maybe-care-bot .title-maybe-care-bot-newdetail:hover {
  color: #7eb041;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .maybe-care-customers .maybe-care-content .maybe-care-item .maybe-care-bot .title-maybe-care-bot-newdetail {
    font-size: 13px;
  }
}

.maybe-care-customers .maybe-care-content .maybe-care-item .maybe-care-bot .title-maybe-care-bot {
  display: block;
  text-decoration: none;
  color: #b42e60;
  font-size: 15px;
  padding-left: 0px;
  margin-bottom: 5px;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.maybe-care-customers .maybe-care-content .maybe-care-item .maybe-care-bot .title-maybe-care-bot:hover {
  color: #7eb041 !important;
   text-decoration: none;
}
p.item-padding-custom:hover {
    color: #7eb041;
    text-decoration: none !important;
}
.maybe-care-customers .maybe-care-content .maybe-care-item .maybe-care-bot span {
  color: #7eb041!important;
  font-weight: bold;
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .maybe-care-customers .maybe-care-content .maybe-care-item .maybe-care-bot .watch-now {
    display: none;
  }
}

.maybe-care-customers .maybe-care-content .maybe-care-item .maybe-care-bot .watch-now a {
     border: 1px solid #7eb041;
    padding: 1px 15px;
    position: absolute;
    bottom: 18px;
    right: 15px;
    color: #7eb041;
  border-radius: 3px;
  text-decoration: none;
}

.maybe-care-customers .maybe-care-content .maybe-care-item .maybe-care-bot .watch-now a:hover {
  background: #7eb041;
  color: #fff;
}

.search-info-header {
  float: right;
  position: relative;
  height: 40px;
}

.search-info-header input {
  width: 265px;
  border-radius: 20px;
  height: 100%;
  padding-left: 20px;
  padding-right: 50px;
}

.search-info-header .search-round {
  position: absolute;
  right: 1px;
  top: 1px;
}

.search-info-header .search-round button {
  border-radius: 50%;
  background: #b30660;
  height: 38px;
  width: 38px;
}

@media (max-width: 480px) and (min-width: 320px) {
  .item-detail-customer {
  }.item-detail-customer .col-md-3 {    display: none;}

  .item-customer-right {
    display: none;
  }

  .banner-detail {
    padding: 0 !important;
  }

  .img-detail-customer {
    padding: 0 10px !important;
    margin-bottom: 10px;
  }

  .title-detailcustomer h2 {
    font-size: 20px !important;
  }

  .about-detail .about-detail-left {
    display: none;
  }

  .about-detail .about-detail-right {
    padding-left: 10px;
  }

  .banner .banner-advertisement .title-banner h3 {
    font-size: 20px;
    padding: 10px 10px 10px 15px;
    line-height: 25px !important;
  }

  .banner .banner-advertisement .content-banner {
    padding: 10px 0px 10px 20px;
  }

  .banner .banner-advertisement .content-banner .content-banner-right {
    position: relative;
    text-align: center;
    top: 0;
    right: 0;
  }

  .maybe-care-content {
    overflow: scroll;
  }

  .maybe-care-content .item-news-pys {
    display: inline-block;
    width: 1170px;
    overflow: auto;
    will-change: scroll-position;
  }

  .maybe-care-content .item-news-pys .col-md-4 {
    display: inline-block;
    width: 300px;
  }
}

@media (max-width: 767px) and (min-width: 481px) {
  .item-detail-customer {
    display: none;
  }

  .banner-detail {
    padding: 0 !important;
  }

  .item-customer-right {
    display: none;
  }

  .img-detail-customer {
    padding: 0 !important;
  }

  .title-detailcustomer h2 {
    font-size: 20px !important;
  }

  .about-detail .about-detail-left {
    display: none;
  }

  .about-detail .about-detail-right {
    padding-left: 10px;
  }

  .banner .banner-advertisement .title-banner h3 {
    font-size: 20px;
    padding: 10px 10px 10px 15px;
    line-height: 25px !important;
  }

  .banner .banner-advertisement .content-banner {
    padding: 10px 0px 10px 20px;
  }

  .banner .banner-advertisement .content-banner .content-banner-right {
    position: relative;
    text-align: center;
    top: 0;
    right: 0;
  }

  .maybe-care-content {
    overflow: scroll;
  }

  .maybe-care-content .item-news-pys {
    display: inline-block;
    width: 1170px;
    overflow: auto;
    will-change: scroll-position;
  }

  .maybe-care-content .item-news-pys .col-md-4 {
    display: inline-block;
    width: 300px;
  }
}

#about {
  background: #ffffff;
  overflow: hidden;
}

#about .about-title {
  margin-bottom: 25px;
}

#about .about-title h1 {
  font-size: 36px;
  color: #b42e60;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 480px) {
  #about .about-title h1 {
    font-size: 24px;
  }
}

#about .about-title .ruler {
  border-bottom: 3px solid #b30660;
  width: 13%;
}

#about .text p {
  font-size: 14px;
}

#about .achievement {
  margin: 30px 0px 30px 0px;
}

#about .achievement .item-achievement {
  padding-top: 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #about .achievement .item-achievement {
    text-align: center;
  }
}

#about .achievement .item-achievement img {
  margin-right: 10px;
  padding-bottom: 8px;
}

#about .achievement .item-achievement span {
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #about .achievement .item-achievement span {
    display: inline-block;
  }
}

#about .achievement .ship {
  padding-top: 0px;
}

#about .many-images {
  margin-bottom: 50px;
}

#about .many-images img {
  width: 100%;
  height: 100%;
}

#about .many-images .pl-10 {
  padding-left: 10px;
}

#about .many-images .pl-10 .pb-10 {
  padding-bottom: 10px;
}

#about .many-images .mt-10 {
  margin-top: 10px;
}

#about .many-images .submit-cv {
  height: 100%;
  background: #b42e60;
  color: #ffffff;
  text-align: center;
  padding: 15px;
}

#about .many-images .submit-cv p {
  font-size: 20px;
  margin-bottom: 10px;
}

#about .many-images .submit-cv a {
  padding: 5px 15px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 3px;
}

#about .many-images .show {
  position: relative;
  height: 100%;
}

#about .many-images .show .see-all-image {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  display: table;
}

#about .many-images .show .see-all-image .border-a {
  display: table-cell;
  vertical-align: middle;
}

#about .many-images .show .see-all-image .border-a .title-images {
  color: #fff;
  padding: 0 80px;
}

#about .many-images .show .see-all-image .border-a .title-images-small {
  padding: 0 10px;
  color: #fff;
}

#about .many-images .show .see-all-image .border-a a {
  border: 1px solid #ffffff;
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
  color: #ffffff;
}

#about .vition {
  margin-bottom: 30px;
}

#about .vition .nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
}

#about .vition .nav-tabs li a {
  color: #000000;
  text-decoration: none;
  padding: 10px 50px;
  background: #b7b7b736;
  display: block;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #about .vition .nav-tabs li a {
    padding: 10px 16px;
  }
}

#about .vition .nav-tabs li a.active {
  color: #FFFFFF;
  background: #b30660;
}

#about .vition .nav-tabs li a:hover {
  background: #b30660;
  color: #FFFFFF;
}

#about .vition .tab-content {
  border: 1px solid #b7b7b7;
  padding: 20px;
}

#about .vition .tab-content .see-more {
  text-align: right;
}

#about .vition .tab-content .see-more a {
  color: #b42e60;
  text-decoration: none;
}

#about .vition .tab-content .see-more a:hover {
  text-decoration: underline;
}

#about .vition .tab-content .see-more i {
  margin-left: 5px;
}

#about .quanlity {
  border: 5px solid #b30660;
  margin-bottom: 50px;
  background: #b30660;
}

#about .quanlity img {
  width: 100%;
  height: 100%;
}

#about .quanlity .quanlity-padding-right {
  padding-right: 10px;
}

#about .quanlity .quanlity-padding-right .quanlity-item {
  background: #b30660;
  height: 100%;
  padding: 20px;
  color: #ffffff;
}

#about .quanlity .quanlity-padding-right .quanlity-item h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #about .quanlity .quanlity-padding-right .quanlity-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  #about .quanlity .quanlity-padding-right .quanlity-item h3 {
    font-size: 20px;
  }
}

#about .quanlity .quanlity-padding-right .quanlity-item p {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 15px;
}

#about .quanlity .quanlity-padding-right .quanlity-item a {
  padding: 5px 20px;
  background: #b42e60;
  color: #ffffff;
  text-decoration: none;
  border-radius: 3px;
}

#about .quanlity .quanlity-padding-right .quanlity-item a:hover {
  background: #ff941c;
}

#about .news-feed-about {
  padding-bottom: 20px;
  padding-left: 15px;
}

#about .news-feed-about .new-feed-left .new-feed-main .item-img-big {
  height: 250px;
}

#about .news-feed-about .new-feed-left .new-feed-main .item-img-big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#about .news-feed-about .new-feed-left .new-feed-main .new-feed-item-big .fuzzy {
  background: linear-gradient(to bottom, rgba(246, 225, 225, 0), rgba(0, 0, 0, 0.49));
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 483.75px;
  height: 27%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #about .news-feed-about .new-feed-left .new-feed-main .new-feed-item-big .fuzzy {
    width: 276.65px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  #about .news-feed-about .new-feed-left .new-feed-main .new-feed-item-big .fuzzy {
    width: 405px;
  }
}

#about .news-feed-about .new-feed-left .new-feed-main .new-feed-item-big .fuzzy .title-news-feed-about {
  bottom: 0;
  left: 15px;
  position: absolute;
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #about .news-feed-about .new-feed-left .new-feed-main .new-feed-item-big .fuzzy .title-news-feed-about {
    left: 0;
  }
}

#about .news-feed-about .new-feed-left .new-feed-main .new-feed-item-big .fuzzy .title-news-feed-about p {
  font-size: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #about .news-feed-about .new-feed-left .new-feed-main .new-feed-item-big .fuzzy .title-news-feed-about p {
    font-size: 13px;
    padding-left: 5px;
    margin-bottom: 5px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  #about .news-feed-about .new-feed-left .new-feed-main .new-feed-item-big .fuzzy .title-news-feed-about p {
    font-size: 18px;
  }
}

#about .news-feed-about .new-feed-bot .see-more span a:hover {
  text-decoration: underline;
}

#about .news-feed-about h2 {
  font-size: 25px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #about .news-feed-about h2 {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}

#about .news-feed-about .rulers-about-left {
  width: 19%;
}

#about .news-feed-about .rulers-about-right {
  width: 38%;
}

#about .news-feed-about .new-feed-item-about .item-action-pys {
  height: 100px;
  width: 150px;
}

#about .news-feed-about .new-feed-item-about .item-action-pys img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#about .news-feed-about .new-feed-item-about .about-text-link p {
  margin-top: 6px;
  text-decoration: none;
  font-size: 14px;
  height: 62px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#about .news-feed-about .new-feed-item-about img {
  width: 100%;
}

#about .news-feed-about .new-feed-item-about a {
  color: #000000;
}

#about .news-feed-about .new-feed-item-about a:hover {
  color: #b42e60;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #about .news-feed-about .new-feed-item-about a {
    font-size: 11px;
  }
}

#about .h-a-background {
  background: #b7b7b736;
}

@media (min-width: 320px) and (max-width: 480px) {
  #about .h-a-background {
    background: #ffffff;
  }
}

#about .h-a-background .highlight-achievement .achievement-top {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #about .h-a-background .highlight-achievement .achievement-top {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

#about .h-a-background .highlight-achievement .achievement-top h3 {
  font-size: 25px;
  color: #b42e60;
}

#about .h-a-background .highlight-achievement .achievement-top .rulers-achievement {
  border-bottom: 3px solid #0099cc;
  width: 13%;
}

#about .h-a-background .highlight-achievement .achievement-item {
  margin-bottom: 15px;
}

#about .h-a-background .highlight-achievement .achievement-item .style-image-achievement {
  width: 100px;
  height: 80px;
}

#about .h-a-background .highlight-achievement .achievement-item .style-image-achievement img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#about .h-a-background .highlight-achievement .achievement-item .item {
  background: #ffffff;
}

#about .h-a-background .highlight-achievement .achievement-item .item a {
  text-decoration: none;
  color: #000000;
}

#about .h-a-background .highlight-achievement .achievement-item .item a p {
  text-decoration: none;
  font-size: 14px;
  height: 48px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 10px;
}

#about .h-a-background .highlight-achievement .achievement-item .item a p:hover {
  color: #b42e60;
}

#about .menu .item-menu .navbar-brand .navbar-nav .navbar-text:hover a {
  color: #b42e60;
}
span.wh100.phone-wrap {
    display: none;
}
#about .news-blog {
  padding: 20px 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  #about .news-blog {
    padding: 0 15px;
  }
}

#about .news-blog .news-blog-title a {
  font-size: 21px;
  color: #b42e60;
  text-decoration: none;
  display: block;
}

#about .news-blog .news-blog-title .rulers {
  width: 90px;
}

#about .news-blog .new-feed-top {
  width: 100%;
  height: 305px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

#about .news-blog .new-feed-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#about .news-blog .new-feed-top .caption {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(246, 225, 225, 0), rgba(0, 0, 0, 0.69));
  bottom: 0;
  height: 60px;
  color: #f2f2f2;
  padding-left: 15px;
  line-height: 60px;
}

#about .news-blog .new-feed-top .caption a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

#about .news-blog .slider-nav-about .pading-left-right {
  padding: 0 10px;
}

#about .news-blog .slider-nav-about .news-feed-item {
  padding: 0 5px;
}

#about .news-blog .slider-nav-about .news-feed-item .content {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}

#about .news-blog .slider-nav-about .news-feed-item .content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#about .news-blog .slider-nav-about .news-feed-item a {
  color: #333333;
}

#about .news-blog .slider-nav-about .news-feed-item .caption {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}

#about .news-blog .slider-nav-about .news-feed-item .time-tour-caption {
  line-height: 30px;
  font-size: 12px;
  color: #666666eb;
}

#about .news-blog .list-blog ul li {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 10px;
  list-style: none;
}

#about .news-blog .list-blog ul li a {
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  display: block;
  color: #000;
  overflow: hidden;
}

#about .news-blog .list-blog ul li p {
  margin-top: 5px;
  color: #666666eb;
  font-size: 12px;
  margin-bottom: 5px;
}

.btn-redirect-home {
  padding: 7px 35px;
  border-radius: 3px;
}

.about-title-mobile {
  display: none;
}

.many-images-mobile {
  display: none;
}

.item-news-paper-pys {
  padding-left: 10px;
}

.new-feed-main .item-img-big .style-img-big {
  width: 485px;
  height: 250px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .new-feed-main .item-img-big .style-img-big {
    width: 100%;
    padding-right: 15px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .new-feed-main .item-img-big .style-img-big {
    width: 100%;
    padding-right: 15px;
  }
}

.new-feed-main .item-img-big .style-img-big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.show-img-big {
  width: 555px !important;
  height: 318px !important;
}

.show-img-big img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}

.show-img-small {
  width: 260px !important;
  height: 154px !important;
}

.show-img-small img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}

.show-image-custom-new {
  width: 260px;
  height: 180px !important;
}

.show-image-custom-new img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}

.show-image-custom {
  width: 274px;
  height: 180px !important;
}

.show-image-custom img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}

.show:hover .see-all-image {
  visibility: visible !important;
  opacity: 1 !important;
}

.img-about-quality {
  width: 407px;
  height: 273px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 320px) and (max-width: 480px) {
  .container-fluid {
    padding: 0 10px !important;
  }

  .news-feed-about {
    padding: 0 10px;
  }

  .many-images-mobile {
    display: block;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .many-images-mobile .img-first-big {
    width: 100%;
  }

  .many-images-mobile .img-first-big img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .many-images-mobile .image-normal-mobile {
    width: 100%;
  }

  .many-images-mobile .image-normal-mobile .img-normal-about {
    width: 49%;
    margin-top: 6px;
  }

  .many-images-mobile .image-normal-mobile .img-normal-about .show-img-option img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .item-img-mobile {
    width: 100%; 
  }

  .item-img-mobile img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .item-title-about-mobile {
    margin-top: 10px;
    padding: 0 10px;
  }

  .achievement {
    padding: 0 10px;
  }

  .achievement .item-styl-achievement {
    margin-bottom: 15px;
  }

  .achievement .row .col-md-4 {
    width: 33%;
    float: left;
    padding-right: 0;
  }

  .achievement .row .col-md-4 .item-achievement {
    width: 100%;
    padding-top: 0 !important;
  }

  .achievement .row .col-md-4 .item-achievement img {
    float: left;
    width: 33%;
  }

  .achievement .row .col-md-4 .item-achievement .item-content-achievement {
    float: right;
    width: 54%;
  }

  .achievement .row .item-styl-content-achievement {
    padding-right: 15px !important;
  }

  .item-content-about {
    padding: 0;
  }

  .item-content-about .text {
    padding: 0 10px;
  }

  .many-images {
    display: none;
  }

  #about .vition .nav-tabs {
    width: 500px;
    max-width: 1000px;
    margin-bottom: 0;
  }

  #about .vition .nav-tabs li {
    float: left;
  }

  #about .vition .nav-tabs li a {
    padding: 15px;
  }

  #about .see-more {
    padding-right: 15px !important;
  }

  .item-quanlity-news {
    padding-right: 15px !important;
  }

  .item-achievement-new {
    -ms-flex: 100%;
        flex: 100%;
    max-width: 100%;
  }

  .item-image-achievement {
    width: 33% !important;
    float: left;
  }

  .styl-content-achievement {
    width: 67%;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .container-fluid-new {
    background: #fff !important;
    padding: 0 10px !important;
  }

  .news-feed-about {
    padding: 0 10px;
  }

  .many-images-mobile {
    display: block;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .many-images-mobile .img-first-big {
    width: 100%;
  }

  .many-images-mobile .img-first-big img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .many-images-mobile .image-normal-mobile {
    width: 100%;
  }

  .many-images-mobile .image-normal-mobile .img-normal-about {
    width: 49%;
    margin-top: 6px;
  }

  .many-images-mobile .image-normal-mobile .img-normal-about .show-img-option img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .item-img-mobile {
    width: 100%;
    height: 150px;
  }

  .item-img-mobile img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .item-title-about-mobile {
    margin-top: 20px;
    padding: 0 10px;
  }

  .many-images {
    display: none;
  }

  .achievement {
    padding: 0 10px;
  }

  .achievement .item-styl-achievement {
    margin-bottom: 15px;
  }

  .achievement .row .col-md-4 {
    width: 33%;
    float: left;
    padding-right: 0;
  }

  .achievement .row .col-md-4 .item-achievement {
    width: 100%;
    padding-top: 0 !important;
  }

  .achievement .row .col-md-4 .item-achievement img {
    float: left;
    width: 33%;
  }

  .achievement .row .col-md-4 .item-achievement .item-content-achievement {
    float: right;
    width: 54%;
  }

  .achievement .row .item-styl-content-achievement {
    padding-right: 15px !important;
  }

  .item-content-about {
    padding: 0;
  }

  .item-content-about .text {
    padding: 0 10px;
  }

  #about .vition .nav-tabs {
    width: 500px;
    max-width: 1000px;
    margin-bottom: 0;
  }

  #about .vition .nav-tabs li {
    float: left;
  }

  #about .vition .nav-tabs li a {
    padding: 15px;
  }

  #about .see-more {
    padding-right: 15px !important;
  }

  .item-quanlity-news {
    padding-right: 15px !important;
  }

  .item-achievement-new {
    -ms-flex: 100%;
        flex: 100%;
    max-width: 100%;
  }

  .item-image-achievement {
    width: 33%;
    float: left;
  }

  .styl-content-achievement {
    width: 67%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .see-more-tablet span a {
    font-size: 11px;
  }

  .see-more-tablet span a i {
    font-size: 10px;
  }

  .content-achievement-tablet {
    padding: 0 10px;
  }

  .content-achievement-tablet p {
    font-size: 11px;
  }
}

.item-content-about p {
  font-size: 15px;
}

#header-top {
  background: #b42e60;
  color: #FFFFFF;
}

#header-top i {
  margin-right: 5px;
}

#header-top .header-left {
  padding: 15px 0;
}

#header-top .menu-header-right {
  float: right;
}

#header-top .menu-header-right li:hover {
  background: #457f94;
  border-bottom: 2px solid #b42e60;
}

#header-top .menu-header-right li a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 14px 20px;
}

#header-bot {
  background: #b30660;
}

@media (min-width: 320px) and (max-width: 480px) {
  #header-bot {
    display: none;
  }
}

#header-bot .logo-menu #logo {
  padding-top: 10px;
  margin-bottom: 5px;
}

#header-bot .logo-menu #logo img {
  width: 200px;
}

#header-bot .logo-menu .menu-header {
  padding: 20px 15px;
}

#header-bot .logo-menu .menu-header .nav {
  float: right;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #header-bot .logo-menu .menu-header {
    padding: 5px 15px;
  }
}

#header-bot .logo-menu .menu-header a {
  font-size: 16px;
  color: #ffffff;
}

#header-bot .logo-menu .menu-header .ruler-menu {
  width: 50px;
  margin: 0 auto;
  border-bottom: 2px solid #ffff;
  display: none;
}

#header-bot .search {
  margin-bottom: 40px;
  height: 40px;
}

#header-bot .search .input-group {
  color: #b30660;
  height: 100%;
}

#header-bot .search .input-group .search-from {
  position: relative;
  margin-right: 3px;
}

#header-bot .search .input-group .search-from i {
  position: absolute;
  top: 11px;
  left: 15px;
}

#header-bot .search .input-group .search-from select {
  padding-left: 30px;
  height: 100%;
  background: #ffffff;
  color: #71aac5;
}

#header-bot .search .input-group .search-from .expand {
  position: absolute;
  right: 15px;
  top: 17px;
}

#header-bot .search .input-group .search-to {
  position: relative;
  width: 230px;
  margin-right: 3px;
}

#header-bot .search .input-group .search-to i {
  position: absolute;
  top: 11px;
  left: 15px;
}

#header-bot .search .input-group .search-to input {
  padding-left: 30px;
  background: #ffffff;
  color: #71aac5;
  height: 100%;
}

#header-bot .search .input-group .btn-group {
  height: 100%;
}

#header-bot .search .input-group .btn-group button {
  background: #b42e60;
  text-transform: uppercase;
}

#header-bot .search-info {
  float: right;
  position: relative;
  height: 40px;
}

#header-bot .search-info input {
  width: 265px;
  border-radius: 20px;
  height: 100%;
  padding-left: 20px;
  padding-right: 50px;
}

#header-bot .search-info .search-round {
  border-radius: 20px;
  position: absolute;
  right: 4px;
  top: 2px;
}

#header-bot .search-info .search-round button {
  border-radius: 18px;
  background: #b30660;
}

.item-news-detail .title-news-detail {
  font-size: 26px;
  color: #b42e60;
}

@media (min-width: 320px) and (max-width: 480px) {
  .item-news-detail .title-news-detail {
    font-size: 18px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .item-news-detail .title-news-detail {
    font-size: 20px;
  }
}

.item-news-detail .news-detail-datetime {
  color: #666666;
}

#body-news-detail {
  background: #ffffff;
  padding-top: 15px;
}

#body-news-detail h3 {
  font-weight: bold;
  font-size: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-news-detail h3 {
    font-size: 15px;
  }
}

#body-news-detail .suggests {
  padding: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-news-detail .suggests {
    padding: 0;
    margin-bottom: 15px;
  }
}

#body-news-detail .suggests .suggest {
  background: #b7b7b738;
  border: 1px solid #cccccc2e;
  border-radius: 3px;
  padding: 15px;
}

#body-news-detail .suggests .suggest h3 {
  color: #b42e60;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-news-detail .suggests .suggest h3 {
    font-weight: unset;
    text-transform: uppercase;
  }
}

#body-news-detail .suggests .suggest h3 i {
  color: #b42e60;
  font-size: 17px;
  margin-right: 5px;
}

#body-news-detail .suggests .suggest ul {
  margin-left: 18px;
  margin-bottom: 0px;
}

#body-news-detail .suggests .suggest ul li {
  color: #b30660;
}

@media (min-width: 320px) and (max-width: 374px) {
  #body-news-detail .suggests .suggest ul li {
    font-size: 12px;
  }
}

#body-news-detail .suggests .suggest ul li a {
  color: #b42e60;
  text-decoration: none;
  margin-left: 10px;
}

@media (min-width: 320px) and (max-width: 374px) {
  #body-news-detail .suggests .suggest ul li a i {
    display: none;
  }
}

#body-news-detail .content-banner-right-news {
  position: absolute;
  right: 27px;
  bottom: 35px;
  text-align: right;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-news-detail .content-banner-right-news {
    right: 10px;
    top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-news-detail .content-banner-right-news {
    position: absolute;
    left: 50px !important;
    right: unset;
    bottom: 5px;
    text-align: center;
  }
}

#body-news-detail .content-banner-right-news s {
  margin-bottom: 0px;
  font-size: 16px;
  color: #33333380;
  font-style: italic;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-news-detail .content-banner-right-news s {
    font-size: 14px;
  }
}

#body-news-detail .content-banner-right-news p {
  margin-bottom: 0px;
  font-size: 20px;
  color: #b30660;
  font-weight: bold;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-news-detail .content-banner-right-news p {
    font-size: 18px;
  }
}

#body-news-detail .content-banner-right-news a {
  color: #ffffff;
  padding: 5px 40px;
  background: #FF9932;
  text-decoration: none;
}

#body-news-detail .content-banner-right-put {
  position: absolute;
  right: 25px;
  padding: 3px 25px;
  background: #FF9932;
  bottom: 10px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-news-detail .content-banner-right-put {
    right: 10px;
    padding: 3px 17px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-news-detail .content-banner-right-put {
    right: 25px;
    bottom: 20px;
  }
}

#body-news-detail .content-banner-right-put a {
  color: #ffffff;
  text-decoration: none;
}

#body-news-detail .content-banner-right-put a i {
  margin-left: 5px;
}

#body-news-detail .menu-new-detail {
  margin-top: 30px;
}

.vition-news-detail {
  margin: 30px 0px;
  border: 1px solid #f1f1f1;
}

.vition-news-detail .vition-news-detail-item {
  border-bottom: none;
}

.vition-news-detail li {
  width: 50%;
}

.vition-news-detail li a {
  width: 100%;
  padding: 10px 0;
  display: block;
  color: #000000;
  text-align: center;
  text-decoration: none;
}

.vition-news-detail li a:hover {
  background: #b42e60;
  color: #ffffff;
}

.vition-news-detail li a.active {
  color: #ffffff;
  background: #b42e60;
}

.vition-news-detail .content-detail {
  padding: 10px 5px 5px 5px;
  border-bottom: 1px solid #ecf0f1;
  height: 80px;
}

.vition-news-detail .content-detail .img-big {
  width: 100%;
  height: 100%;
}

.vition-news-detail .content-detail p {
  margin-bottom: 3px;
}

.vition-news-detail .content-detail p a {
  text-decoration: none;
  color: #000000;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.vition-news-detail .content-detail p a:hover {
  color: #b42e60;
}

.vition-news-detail .content-detail p i {
  padding-bottom: 5px;
  margin-right: 3px;
}

.tag {
  border: 1px solid #f1f1f1;
  padding: 20px 20px 10px 20px;
  margin: 30px 0;
}

.tag .tag-top h5 {
  margin-bottom: 5px;
  color: #b42e60;
}

.tag .tag-top .ruler {
  border-bottom: 3px solid #b30660;
  width: 40%;
  margin-bottom: 15px;
}

.tag .tag-bot .tag-bot-item {
  margin-bottom: 0px;
}

.tag .tag-bot .tag-bot-item li {
  padding: 5px 20px;
  border: 1px solid #dbdada;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}

.tag .tag-bot .tag-bot-item li:hover {
     background: #76af31;
    border-color: #76af31;
}

.tag .tag-bot .tag-bot-item li:hover a {
  color: #fff;
  text-decoration: none;
}

.tag .tag-bot .tag-bot-item li.active {
  border-color: #ffb03b;
  background: #b42e60;
}

.tag .tag-bot .tag-bot-item li.active a {
  color: #fff;
  text-decoration: none;
}

.tag .tag-bot .tag-bot-item li a {
  color: #000000;
  text-decoration: none;
}

.banner {
  margin-bottom: 15px;
}

#header-bot .logo-menu .menu-header li:hover .ruler-menu {
  display: block;
}

.maybe-care-bot-mobile {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #header-top .header-left span {
    font-size: 11px;
  }

  #body-news-detail .about-detail-right-bot .content-banner-left-news ul li {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (min-width: 320px) and (max-width: 480px) {
  #body-news-detail .about-detail-right-bot .content-banner-left-news ul li {
    margin-bottom: 5px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .content-banner .content-banner-left-news ul {
    width: 55%;
  }

  .content-banner .content-banner-left-news ul li {
    margin-bottom: 3px;
  }

  .rated-tour ul li {
    font-size: 12px;
  }

  .fix-mobile-newsdetail {
    display: none;
  }

  .maybe-care-bot {
    background: #fff;
  }

  .maybe-care-bot p {
    margin-top: 0px !important;
  }

  .maybe-care-customers p {
    margin-top: 1rem;
    padding-left: 0px;
  }

  .bg-mobile {
    background: #eaeaea;
  }

  .endow .endow-list p {
    font-size: 13px !important;
    text-align: left !important;
  }

  .endow .endow-list h2 {
    text-align: left !important;
    font-size: 20px !important;
  }

  .endow .endow-list .ruler {
    width: 82px !important;
    border-bottom: 2px solid #0099cc !important;
    margin: 0 15px !important;
    margin-bottom: 11px !important;
    margin-top: 8px !important;
  }

  .endow .endow-list .endow-item .input-group {
    width: 100% !important;
  }

  .endow .endow-list .endow-item .input-group input {
    width: 0 !important;
    margin-right: 0px !important;
  }

  .endow .endow-list .endow-item .input-group button {
    background: #b42e60 !important;
    text-transform: capitalize !important;
    padding: 6px 15px !important;
  }

  #footer {
    padding-top: 25px !important;
  }

  #footer .footer-main {
    display: none;
  }

  #footer .footer-h5 {
    display: none;
  }

  #footer .notify {
    display: none;
  }

  #footer .footer-bot {
    display: none;
  }
}

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

.title-aboutlist h1 {
  font-size: 36px;
  color: #b42e60;
  text-transform: capitalize;
}

.title-aboutlist h2 {
  font-size: 36px;
  color: #b42e60;
  text-transform: capitalize;
}

.title-aboutlist .ruler {
  border-bottom: 3px solid #b30660;
  width: 13%;
}

.list-news-item {
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .list-news-item {
    margin-bottom: 10px;
  }
}

.list-news-item .c a h4 {
  height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.list-news-item .c p {
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.list-news-item .news-avatar {
  width: 100%;
  height: 230px;
  overflow: hidden;
  margin-bottom: 10px;
}

.list-news-item .news-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.list-news-item .news-title {
  color: #b42e60;
}

.list-news-item p {
  font-size: 14px;
}

.list-news-item .news-more-info {
  margin-top: -5px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .list-news-item:last-child {
    margin-bottom: 0px;
  }
}

.list-tags ul {
  list-style: none;
  margin-bottom: 0 !important;
}

.list-tags ul li {
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #eee;
  margin-bottom: 5px;
}

.list-tags ul li:hover {
  background: #b42e60;
  border-color: #ffb03b;
}

.list-tags ul li:hover a {
  color: #fff;
  text-decoration: none;
}

.list-tags ul li.active {
  border-color: #ffb03b;
  background: #b42e60;
}

.list-tags ul li.active a {
  color: #fff;
  text-decoration: none;
}

.list-tags ul li a {
  color: #333;
}

.bg-gray {
  display: none;
}

.see-more-news-category {
  display: none;
}

.footer-mobile {
  display: none;
}

.hr-custom {
  display: none;
}

.paging-bar {
  margin: 10px 0px 10px 0px;
  /*@media (min-width: 320px) and (max-width: 480px) {
    display: none;
  }
  .pagination{
    .page-item{
      .page-link{
        color:#c5c5c5;
        border: 1px solid #f1f1f1;
      }
      .page-first{
        color: #FFFFFF;
        background: #b30660;
        border-radius: unset;
      }
      .page-last{
        background: #b30660;
        color: #FFFFFF;
        border-radius: unset;
      }
    }
  }
  img{
    margin: 0px 5px;
  }*/
}

.paging-bar .pagination .page-item {
  width: 30px;
}

.paging-bar .pagination .page-item.active .page-link {
  color: #b42e60;
  font-weight: bold;
}

.paging-bar .pagination .page-item .page-link {
  color: #000;
  background: unset;
  border: unset;
  box-shadow: none;
}

.paging-bar .pagination .page-item .page-link:hover {
  color: #b42e60;
}

.paging-bar .pagination .page-item:first-child {
  background: #b30660;
  text-align: center;
}

.paging-bar .pagination .page-item:first-child .page-link {
  color: #ffffff;
}

.paging-bar .pagination .page-item:last-child {
  background: #b30660;
  text-align: center;
}

.paging-bar .pagination .page-item:last-child .page-link {
  color: #ffffff;
}

@media (min-width: 320px) and (max-width: 480px) {
  .dp-n {
    display: none;
  }

  .search-info {
    display: none;
  }

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

  .title-aboutlist h2 {
    font-size: 25px;
  }

  .search-tour-fast {
    display: none;
  }

  .menu {
    display: none;
  }

  .see-more-news-category {
    display: block;
    height: 50px;
    line-height: 50px;
  }

  .see-more-news-category .see-more-content {
    text-align: center;
  }

  .see-more-news-category .see-more-content a {
    color: #b42e60;
    text-transform: uppercase;
    font-weight: bold;
  }

  .hr-custom {
    display: block;
  }

  .bg-gray {
    display: block;
    background: #eaeaea;
    height: 15px;
  }

  .pl-pr {
    padding-left: 0px;
    padding-right: 0px;
  }

  .c {
    padding: 0px 15px;
  }

  .footer-mobile {
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #610c2c;
    padding: 5px 0px;
  }

  .footer-mobile .logo-footer-mobile img {
    width: 70%;
  }

  .footer-mobile .icon-phone-mobile {
    float: left;
    width: 24%;
    padding: 10px 0;
  }

  .footer-mobile .icon-phone-mobile img {
    width: 100%;
  }

  .footer-mobile .number-phone-mobile {
    color: #b42e60;
    width: 70%;
    float: right;
    padding: 13px 0 13px 1px;
  }

  .footer-mobile .number-phone-mobile p {
    font-size: 8px;
    margin-bottom: 0px;
  }
}

@media (min-width: 400px) and (max-width: 480px) {
  .number-phone-mobile p {
    font-size: 13px !important;
  }

  .logo-footer-mobile {
    padding: 10px 0;
  }
}

@media (min-width: 425px) and (max-width: 480px) {
  .number-phone-mobile {
    padding: 18px 0px 18px 0px !important;
  }

  .number-phone-mobile p {
    font-size: 12px !important;
    margin-bottom: 2px !important;
  }
}

@media (min-width: 375px) and (max-width: 480px) {
  .logo-footer-mobile {
    padding: 6px 0;
  }

  .logo-footer-mobile img {
    width: 80% !important;
  }

  .number-phone-mobile p {
    font-size: 10px !important;
    margin-bottom: 2px !important;
  }
}

.item-text-contact {
  position: relative;
  display: block;
}

.item-text-contact:after {
  content: '';
  background-color: #b30660;
  position: absolute;
  bottom: -10px;
  right: 100%;
  left: 0%;
  height: 2px;
  width: 71px;
  margin-left: 2px;
}

.item-info-bill-mobile {
  padding-left: 0 !important;
}

.item-text-contact-new {
  display: none;
}

.styl-background-contact {
  height: 100%;
  width: 100%;
}

.btn-submit-contact {
  background: #b42e60;
  color: #fff;
  padding: 8px 40px;
  float: right;
  font-size: 16px;
  box-shadow: none !important;
  border: none !important;
  border-color: #b42e60;
  border-radius: 3px !important;
  cursor: pointer;
}

.btn-submit-contact:hover {
  background: #ff941c;
  text-decoration: none;
}

.item-box-contact {
  margin: 20px 0;
}

.item-title-contact {
  font-size: 18px;
  color: #b30660;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.item-map-company {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #b30660;
}

.item-contact-pls {
  color: #b30660;
  font-size: 16px;
  margin-bottom: 10px;
}

.item-form-contact {
  margin-top: 20px;
}

.item-input-form {
  height: 40px !important;
}

.item-address-contact {
  margin-top: 20px;
}

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

.img-icon-contact {
  margin-right: 6px;
}

.item-text-address {
  margin-bottom: 0 !important;
}

.item-phone-contact {
  margin-top: 12px;
}

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

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

.img-news-pys {
  width: 100%;
  height: 100px;
}

.item-background-bottom {
  background: rgba(0, 0, 0, 0.03);
  padding: 20px 0;
}

.item-link-news {
  color: #333 !important;
}

.item-contact-ask {
  margin-top: 20px;
  margin-bottom: 10px;
}

.item-navbar-contact {
  display: none;
}

.map-iframe-new {
  display: none;
}

.item-info-book-tour-tablet {
  margin-bottom: 20px;
}

.news-with-pys {
  width: 190px;
  height: 168px;
}

.news-with-pys .item-img-news-pys {
  width: 160px;
  height: 100px;
}

.news-with-pys .item-img-news-pys .img-news-pys {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news-with-pys .item-link-news-pys {
  margin-top: 10px;
}

.news-with-pys .item-link-news-pys a {
  text-decoration: none !important;
}

.news-with-pys .item-link-news-pys span {
  text-decoration: none;
  font-size: 14px;
  height: 60px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-with-pys .item-link-news-pys span:hover {
  color: #ff941c;
  text-decoration: none;
}

@media (max-width: 767px) and (min-width: 481px) {
  .item-text-contact {
    display: none;
  }

  .container-mobile {
    margin: 0 !important;
  }

  .item-info-bill-mobile {
    width: 100% !important;
  }

  .item-nav-top-option {
    display: none;
  }

  .item-menu-contact {
    display: none !important;
  }

  .styl-background-contact {
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .item-title-contact {
    text-transform: none;
    position: relative;
  }

  .item-navbar-contact {
    display: block !important;
  }

  .item-title-contact:after {
    content: '';
    background-color: #b30660;
    position: absolute;
    bottom: -5px;
    right: 100%;
    left: 0%;
    height: 2px;
    width: 52px;
    margin-left: 2px;
  }

  .item-box-contact {
    margin: 0 auto;
    padding: 0 15px !important;
  }

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

  .item-styl-info-contact {
    z-index: 100;
  }

  .map-iframe {
    /*display: none;*/
  }

  .map-iframe-new {
    display: block;
  }

  .item-text-contact-new {
    display: block;
  }

  .item-text-contact-news {
    display: block;
    margin-bottom: 15px;
  }

  .item-text-contact-new:after {
    content: '';
    background-color: #b30660;
    position: absolute;
    top: 47px;
    right: 100%;
    left: 0%;
    height: 2px;
    width: 60px;
    margin-left: 0;
  }

  .item-text-contact-news:after {
    content: '';
    background-color: #b30660;
    position: absolute;
    top: 30px;
    right: 100%;
    left: 0%;
    height: 2px;
    width: 55px;
    margin-left: 17px;
  }

  .item-styl-info-contact {
    padding: 0;
  }

  .contact-book-tour-new {
    font-size: 16px;
    color: #b30660;
  }

  .btn-submit-contact {
    width: 100%;
    margin-bottom: 10px;
  }

  .item-scroll-news-pys {
    overflow: scroll;
  }

  .item-scroll-news-pys .item-news-pys {
    display: inline-block;
    width: 1170px;
    overflow: auto;
    will-change: scroll-position;
  }

  .item-scroll-news-pys .item-news-pys .col-md-2 {
    display: inline-block;
    width: 190px;
  }
}

@media (max-width: 480px) and (min-width: 320px) {
  .item-text-contact {
    display: none;
  }

  .container-mobile {
    margin: 0 !important;
  }

  .item-navbar-contact {
    display: block !important;
  }

  .item-info-bill-mobile {
    width: 100% !important;
  }

  .item-nav-top-option {
    display: none;
  }

  .item-menu-contact {
    display: none !important;
  }

  .styl-background-contact {
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .item-title-contact {
    text-transform: none;
    position: relative;
  }

  .item-title-contact:after {
    content: '';
    background-color: #b30660;
    position: absolute;
    bottom: -5px;
    right: 100%;
    left: 0%;
    height: 2px;
    width: 71px;
    margin-left: 2px;
  }

  .item-box-contact {
    margin: 0 auto;
    padding: 0 15px !important;
  }

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

  .map-iframe {
    /*display: none;*/
  }

  .map-iframe-new {
    display: block;
  }

  .item-text-contact-new {
    display: block;
  }

  .item-text-contact-news {
    display: block;
    margin-bottom: 15px;
  }
ul#menu-home-menu {    display: contents;}
  .item-text-contact-new:after {
    content: '';
    background-color: #b30660;
    position: absolute;
    top: 45px;
    right: 100%;
    left: 0%;
    height: 2px;
    width: 60px;
    margin-left: 0;
  }

  .item-text-contact-news:after {
    content: '';
    background-color: #b30660;
    position: absolute;
    top: 30px;
    right: 100%;
    left: 0%;
    height: 2px;
    width: 55px;
    margin-left: 17px;
  }

  .item-styl-info-contact {
    padding: 0;
  }

  .contact-book-tour-new {
    font-size: 18px;
    color: #b30660;
  }

  .btn-submit-contact {
    width: 100%;
    margin-bottom: 10px;
  }

  .item-scroll-news-pys {
    overflow: scroll;
  }

  .item-scroll-news-pys .item-news-pys {
    display: inline-block;
    width: 1170px;
    overflow: auto;
    will-change: scroll-position;
  }

  .item-scroll-news-pys .item-news-pys .col-md-2 {
    display: inline-block;
    width: 190px;
  }
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-24 {
  font-size: 24px !important;
}

.text-bold {
  font-weight: bold;
}

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

.text-normal {
  font-weight: 400 !important;
}

.text-gray {
  color: #90949c;
}

.text-icon {
  color: #696969;
}

.text-grey {
  color: #616770;
}

.text-bold {
  font-weight: bold;
}

.margin-custom {
  margin: 0;
}

.item-padding-custom {
  padding: 0 !important;
}

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

.h-0 {
  height: 0;
}

.padding-0 {
  padding: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
  .padding-0-mobile {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .padding-left-0 {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .padding-0-tablet {
    padding: 0;
  }
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .padding-max-width-category-tablet {
    padding: 0 10px;
    max-width: initial;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .font-20-mobile {
    font-size: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .display-none-tablet {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display-none-laptop {
    display: none;
  }
}

.text-black {
  color: black;
}

.width-img {
  width: 100px;
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .news_category_tablet {
    font-size: 16px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .padding-top-0-tablet {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .margin-bottom-10-ruler-tablet {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .font-size-12-tablet p {
    font-size: 11px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .display-block-tablet {
    display: block;
  }
}

.background-none-mobile {
  background: none !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .position-unset-tablet {
    position: unset !important;
  }
}

.position-unset-tablet.sdt span {
  font-size: 13px !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .padding-top-10-tablet {
    padding-top: 10px;
  }
}

.fix-image-4-170 {
  height: 170px !important;
}

.fix-image-4-110 {
  height: 110px;
}

.ffix-image-300 {
  height: 300px;
}

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

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

@media (min-width: 320px) and (max-width: 480px) {
  .padding-top-20 {
    padding-top: 0;
  }
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.color-info-cus {
  color: #b30660;
}

.trip-rating,
.trip-type {
  float: left;
  padding: 10px 15px;
  width: 30%;
}

.breakdown-score-wrapper {
  float: left;
  width: 75%;
  padding: 0;
  height: 211px;
}

.breakdown-score-wrapper .trip-rating {
  width: 40% !important;
}

.breakdown-score-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breakdown-score-wrapper ul li {
  margin-bottom: 5px;
  padding: 2px 0 0;
}

.breakdown-score-wrapper .score-type {
  padding: 5px 0 8px;
  position: relative;
}

.breakdown-score-wrapper .trip-type .rdoSet {
  width: 105px;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #f1f4f9;
}

.breakdown-score-wrapper .trip-type .line {
  height: 6px;
  border: 0 none;
  background-color: #d8d8d8;
  margin-top: 10px;
  width: 100%;
  padding-left: 100px;
  padding-right: 25px;
}

.breakdown-score-wrapper .trip-type .line .fill {
  height: 6px;
  background-color: #1a95e2;
}

.reviews-panel {
  float: left;
  padding: 20px;
  width: 100%;
  background-color: #f2f2f4;
}

.reviews-panel .collapse.in {
  display: block !important;
}

.reviews-panel #rev_total {
  padding: 10px;
  width: 25%;
  text-align: center;
  float: left;
  height: 210px;
}

.reviews-panel #rev_total #rev_total_score_number {
  clear: both;
  width: 100%;
  border: 2px solid #1a95e2;
  height: 100%;
  border-radius: 10px;
}

.reviews-panel #rev_total #rev_total_score_number .review_text {
  border: 0;
  font-size: 20px;
  margin: 45px 0 0 0;
  color: #555;
}

.reviews-panel #rev_total #rev_total_score_number div {
  border: 0;
  color: #1a95e2;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
}

.reviews-panel #rev_total #rev_total_score_number #rev_out_of {
  color: #1a95e2;
}

.reviews-panel #rev_total #rev_total_score_number p {
  margin: 0 0 10px;
}

.reviews-panel .breakdown-score-wrapper {
  float: left;
  width: 75%;
  padding: 0;
  height: 211px;
}

.reviews-panel .breakdown-score-wrapper .trip-type .line {
  height: 6px;
  border: 0 none;
  background-color: #d8d8d8;
  margin-top: 10px;
  width: 100%;
  padding-left: 100px;
  padding-right: 25px;
}

.reviews-panel .breakdown-score-wrapper .trip-type .line .fill {
  background-color: #1a95e2;
  height: 6px;
}

.reviews-panel .breakdown-score-wrapper .trip-type trip-rating {
  width: 40% !important;
}

.reviews-panel .breakdown-score-wrapper .trip-type .line .fill {
  height: 6px;
}

.reviews-panel .breakdown-score-wrapper .trip-rating,
.reviews-panel .breakdown-score-wrapper .trip-type {
  float: left;
  padding: 10px 15px;
  width: 30%;
}

.reviews-panel .breakdown-score-wrapper .trip-type .title-new {
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.reviews-panel .breakdown-score-wrapper .trip-type .rdoSet {
  width: 105px;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #f1f4f9;
}

.reviews-panel .breakdown-score-wrapper .trip-type .compositeCount {
  position: absolute;
  right: 0;
  top: 6px;
  background-color: #f1f4f9;
  width: 28px;
  text-align: right;
  color: #1a95e2;
}
li {
    font-size: 13px;
   
}
.reviews-panel .breakdown-score-wrapper .text-highlight {
  color: #003580;
}

.reviews-panel .breakdown-score-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reviews-panel .breakdown-score-wrapper ul li {
  margin-bottom: 5px;
  padding: 2px 0 0;
}

.reviews-panel .breakdown-score-wrapper .score-type {
  padding: 5px 0 8px !important;
  position: relative;
}

.reviews-panel .breakdown-score-wrapper .text-unhighlight {
  color: #868686;
}

.reviews-panel .breakdown-score-wrapper #reviewTravelerTypeFilter .bline {
  position: absolute;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  bottom: 5px;
  z-index: 1;
}

.reviews-panel .breakdown-score-wrapper #reviewTravelerTypeFilter li .lbl1 {
  padding-right: 5px;
}

.reviews-panel .breakdown-score-wrapper #reviewTravelerTypeFilter li {
  margin-bottom: 9px;
  padding-top: 5px;
  position: relative;
}

.reviews-panel .breakdown-score-wrapper #reviewTravelerTypeFilter li .lbl1,
.reviews-panel .breakdown-score-wrapper #reviewTravelerTypeFilter li span {
  background-color: #f2f2f4;
  position: relative;
  z-index: 2;
}

.reviews-panel .breakdown-score-wrapper #reviewTravelerTypeFilter li span {
  padding-left: 5px;
}

#comments_list {
  border-spacing: 0;
  margin-top: 10px;
  clear: both;
  float: left;
  width: 100%;
}

#comments_list tr {
  border-bottom: 1px solid #ebebeb;
}

#comments_list td {
  padding: 15px 0;
  vertical-align: top;
  position: relative;
}

#comments_list .rev-u {
  padding: 0;
  margin-bottom: 10px;
  width: 150px;
  float: left;
}

#comments_list .rev-u .margin-bottom-0 {
  margin-bottom: 0;
}

#comments_list .rev-u .margin-top-5 {
  margin-top: 5px;
}

#comments_list .rev-u .icon-list-review-sc {
  text-align: center;
  font-size: 35px;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
}

#comments_list .rev-u .bg-highlight {
  background-color: #b30660 !important;
}

#comments_list td .content-review {
  margin-left: 160px;
}

#comments_list td .content-review h5 {
  font-weight: 700;
  margin: 0;
}

#comments_list td .content-review .vote-up {
  text-align: right;
  margin-top: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .stype-content .map-gg {
    max-width: 100% !important;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 4000px) {
  .stype-content .map-gg .style-map-mobile {
    width: 700px;
    height: 450px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .stype-content .map-gg .style-map-mobile {
    width: 100%;
    min-height: 300px;
  }
}

.stype-content p {
  font-size: 16px;
}
.stype-content a {
    font-size: 16px;
}
.stype-content  span {
    font-size: 16px;
}
.stype-content h3 {
  font-size: 20px !important;
  margin-top: 10px;
  text-align: justify !important;
}

.stype-content img {
  display: block;
  margin: 15px auto;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 320px) and (max-width: 350px) {
  .stype-content img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 351px) and (max-width: 480px) {
  .stype-content img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .stype-content img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 4000px) {
  .stype-content img {
    max-width: 600px;
   height: auto;
  }
}

.stype-content strong {
  font-size: 16px;
}

.stype-content ul {
  list-style-position: inside;
}

.stype-content b {
  font-size: 15px;
}

.stype-content table {
  width: 100% !important;
  text-align: center;
  margin-bottom: 10px;
  overflow-x: auto;
  display: block;
  overflow-y: auto;
}

.stype-content .container .col-md-7 {
  max-width: 100%;
}

#myBtn {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  border: none;
  display: block;
  text-align: center;
  background: rgba(180, 46, 96, 0.42);
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

#myBtn i {
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
}

#myBtn:hover {
  background-color: #B42E5E;
}

.fix-height-div {
  height: 34.4px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .fix-height-div {
    display: none;
  }
}

.bg-none {
  background: none !important;
}

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

@media (min-width: 320px) and (max-width: 767px) {
  .title-tag {
    margin-bottom: 10px;
  }
}

.title-tag h5 {
  font-weight: bold;
}

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

.tag-line .badge-light a {
  color: #b30660;
  text-decoration: none;
}

.tag-line .badge-light a:hover {
  color: #b42e60;
}

@media (min-width: 320px) and (max-width: 767px) {
  .card-item {
    margin-top: 15px;
  }
}

.card-item .item-card-image {
  position: relative;
}

.card-item .item-card-image .card-img-top {
  min-height: 210px;
  max-height: 210px;
}

.card-item .item-card-image .card-discount {
  background: #ea0f42;
  position: absolute;
  top: 10px;
  left: -5px;
}

.card-item .item-card-image .card-discount .card-content {
  color: #fff;
  padding: 3px 14px;
  font-weight: bold;
}

.card-item .item-card-image .card-discount .card-content span {
  font-size: 20px;
}

.card-item .item-card-image .card-destination {
  background: rgba(0, 70, 126, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
}

.card-item .item-card-image .card-destination .card-content {
  padding: 5px 15px 3px 15px;
  font-size: 14px;
  color: #4e4e4e;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}

.card-item .item-card-image .card-destination .card-content span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.card-item .item-card-image .card-destination .card-content span i {
  color: #b42e60;
}

.card-item .card-title a {
  color: #b42e60;
  font-size: 18px;
  text-decoration: none;
  height: 40px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.card-item .card-title a:hover {
  color: #7eb041;
}

.card-item .card-text {
  font-size: 13px;
  color: #4e4e4e;
  margin: 0;
}

.card-item .card-text .item-tiny-service {
  list-style-position: inside;
}

.card-item .card-text .rulers-divide {
  border: 1px solid #eee;
}

.card-item .card-text .text-location {
  color: #4e4e4e;
}

@media (min-width: 320px) and (max-width: 767px) {
  .card-item .card-text .item-price-booking .item-price {
    width: 60%;
    float: left;
  }

  .card-item .card-text .item-price-booking .style-btn-booking {
    width: 40%;
    float: right;
  }
}

.card-item .price-new,
.card-item .price-old {
  margin: 0;
}

.card-item .price-new {
  font-size: 20px;
  color: #7eb041;
  font-weight: bold;
  line-height: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .card-item .price-new {
    font-size: 19px;
  }
}

.card-item .price-old {
  font-size: 12px;
  color: #999;
}

.card-item .btn-booking-pys {
  background: #7eb041;
  border-color: #7eb041;
  padding: 5px 26px;
  color: #fff !important;
  font-size: 15px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .card-item .btn-booking-pys {
    padding: 5px 20px;
  }
}

.card-item .btn-booking-pys:hover {
  background: #b42e60;
}

.form-control:focus {
  outline: 0;
  box-shadow: unset;
}

#wrapper-search {
  background: #ffffff;
}

.position-fix {
  position: fixed;
  z-index: 999999;
  width: 255px;
  top: 51px;
}

@media (min-width: 375px) and (max-width: 424px) {
  .padding-right-0-mobile {
    padding-right: 0;
  }
}

#body-blog {
  padding-top: 10px;
  background: #ffffff;
}

#body-blog .body-left {
  margin-bottom: 50px;
}

#body-blog .title-blog h2 a {
  color: #b42e60;
  text-transform: capitalize;
  font-size: 34px;
  text-decoration: none;
}

#body-blog .title-blog .ruler {
  border-bottom: 3px solid #b30660;
  width: 13%;
  margin-bottom: 20px;
}

#body-blog .main-news {
  border-bottom: 1px solid #c2c2c2;
}

#body-blog .main-news .main-news-bot .main-news-bot-mr {
  margin-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-blog .main-news .main-news-bot .main-news-bot-mr {
    margin-bottom: 10px;
  }
}

#body-blog .main-news .main-news-bot .main-news-bot-mr .fix-image-height-blog {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#body-blog .main-news .main-news-bot img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

#body-blog .main-news .main-news-bot .main-news-bot-content {
  padding-bottom: 5px;
}

#body-blog .main-news .main-news-bot .main-news-bot-content .title-blog-news {
  color: #b42e60;
  font-size: 21px;
  margin-bottom: 10px;
  line-height: 1.2;
  text-decoration: none;
  height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-blog .main-news .main-news-bot .main-news-bot-content .title-blog-news {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 17px;
    height: 40px;
    margin-top: 5px;
  }
}

#body-blog .main-news .main-news-bot .main-news-bot-content .title-blog-news:hover {
  color: #7eb041;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-blog .main-news .main-news-bot .main-news-bot-content .title-blog-news {
    font-size: 18px;
  }
}

#body-blog .main-news .main-news-bot .main-news-bot-content p {
  font-size: 14px;
  margin-bottom: 20px;
  height: 105px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

#body-blog .main-news .main-news-bot .main-news-bot-content .see-more-news {
  background: #76af31;
  padding: 5px 20px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 3px;
}

#body-blog .main-news .main-news-bot .main-news-bot-content .see-more-news:hover {
  background: #7eb041;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-blog .main-news .main-news-bot .slide-blog-news {
    background: rgba(0, 0, 0, 0.03);
    padding: 15px 0;
  }
}

#body-blog .main-news .main-news-bot .item-blog-news {
  padding-right: 20px;
  margin-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-blog .main-news .main-news-bot .item-blog-news {
    margin-bottom: 0;
    padding: 0 5px;
  }
}

#body-blog .main-news .main-news-bot .item-blog-news .news-item:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-blog .main-news .main-news-bot .item-blog-news .news-item:hover {
    box-shadow: none;
    transition: none;
  }
}

#body-blog .main-news .main-news-bot .item-blog-news .news-item .fix-image-4-mobile {
  height: 190px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-blog .main-news .main-news-bot .item-blog-news .news-item .fix-image-4-mobile {
    height: 190px;
  }
}

#body-blog .main-news .main-news-bot .item-blog-news .news-item .news-item-content {
  padding: 10px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-blog .main-news .main-news-bot .item-blog-news .news-item .news-item-content {
    border: none;
    padding: 5px 0 0 0;
  }
}

#body-blog .main-news .main-news-bot .item-blog-news .news-item .news-item-content .fix-height-text {
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-blog .main-news .main-news-bot .item-blog-news .news-item .news-item-content .fix-height-text {
    margin-bottom: 0;
    font-weight: bold;
  }
}

#body-blog .main-news .main-news-bot .item-blog-news .news-item .news-item-content a {
  color: #333333;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #body-blog .main-news .main-news-bot .item-blog-news .news-item .news-item-content a:hover {
    color: #b42e60;
  }
}

#body-blog .main-news .main-news-bot .item-blog-news .news-item .news-item-content span {
  color: #666666;
  margin: 5px 0px;
}

#body-blog .main-news .main-news-bot .item-blog-news .news-item .news-item-content span i {
  margin-right: 5px;
}

#body-blog .main-news .main-news-bot .item-blog-mobile {
  margin-bottom: 15px;
}

#body-blog .see-more {
  margin: 10px 0;
  text-align: right;
}

#body-blog .see-more a {
  color: #76af31;
  text-decoration: none;
}

#body-blog .see-more a:hover {
  text-decoration: underline;
}

#body-blog .item {
  margin-top: 30px;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
}

#body-blog .item .item-content {
  height: 85px;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-blog .item .item-content {
    height: 57px;
  }
}

#body-blog .item .item-content img {
  width: 100%;
}

#body-blog .item .item-content .item-content-detail {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-blog .item .item-content .item-content-detail {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#body-blog .item .item-content .item-content-detail a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

#body-blog .item .item-content .item-content-detail a:hover {
  color: #b42e60;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-blog .item .item-content .item-content-detail a {
    font-size: 13px;
  }
}

#body-blog .item .item-content .item-content-detail p {
  margin-top: 10px;
  color: #666666;
  display: -webkit-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-blog .item .item-content .item-content-detail p {
    margin-top: 0;
  }
}

#body-blog .item .item-content .item-content-detail p i {
  margin-right: 5px;
}

#body-blog .experience {
  margin-top: 30px;
  border-bottom: 1px solid #c2c2c2;
}

@media (min-width: 320px) and (max-width: 767px) {
  #body-blog .experience {
    margin-top: 0;
  }
}

#body-blog .experience .item-experience {
  margin-bottom: 30px;
}

#body-blog .experience .item-experience img {
  width: 100%;
  height: 170px;
}

#body-blog .experience .item-experience .item-experience-content {
  margin: 10px 0px;
}

#body-blog .experience .item-experience .item-experience-content a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  height: 40px;
  -webkit-line-clamp: 2;
}

#body-blog .experience .item-experience .item-experience-content a:hover {
  color: #76af31;
}

#body-blog .experience .item-experience .item-experience-content p {
  margin-top: 5px;
  color: #666666;
}

#body-blog .experience .item-experience .item-experience-content p i {
  margin-right: 5px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .body-left-mobile {
    margin-bottom: 0px !important;
  }

  .main-news-mobile {
    border-bottom: none !important;
  }

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

  .title-blog-mobile h2 {
    margin-top: 0.5rem;
  }

  .title-blog-mobile h2 a {
    font-size: 23px !important;
  }

  .ruller-mobile-blog {
    border-bottom: 2px solid #b30660 !important;
    width: 23% !important;
  }

  .main-news-bot-mr-mobile {
    margin-bottom: 0px !important;
  }

  .main-news-bot-content-mobile {
    margin-top: 0px !important;
  }

  .main-news-bot-content-mobile h3 a {
    font-size: 16px !important;
  }

  .main-news-bot-content-mobile p {
    font-size: 13px !important;
    height: 60px !important;
    -webkit-line-clamp: 3 !important;
    margin-bottom: 0px !important;
  }

  .item-scroll-news-pys .item-news-pys .scroll-mobile {
    display: inline-block;
    width: 190px;
    padding-right: 0px !important;
  }

  .item-scroll-news-pys .item-news-pys .scroll-mobile .news-item-mobile {
    border: none !important;
  }

  .item-scroll-news-pys .item-news-pys .scroll-mobile .news-item-mobile .news-item-content-mobile {
    padding: 0px !important;
  }

  .item-scroll-news-pys .item-news-pys .scroll-mobile .news-item-mobile .news-item-content-mobile p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 5px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
  }

  .item-scroll-news-pys .item-blog-mobile {
    background: rgba(0, 0, 0, 0.03);
    padding: 15px 15px;
  }

  .container-mobile {
    padding: 0px;
    overflow: hidden;
  }

  .padding-mobile-15 {
    padding: 0 15px;
  }

  .experience-mobile {
    border-bottom: none !important;
  }

  .item-experience-mobile {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
  }

  .item-experience-mobile img {
    width: 40% !important;
    height: 92px !important;
  }

  .item-experience-mobile .item-experience-content-mobile {
    width: 60%;
    padding-left: 10px;
    float: right;
  }
}

.slide {
  height: 285px;
  /* Slideshow container */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Caption text */
  /* Number text (1/3 etc) */
  /* The dots/bullets/indicators */
  /* Fading animation */
}

@media (min-width: 768px) and (max-width: 1023px) {
  .slide {
    height: 201px;
  }
}

.slide .fuzzy {
  background: linear-gradient(to bottom, rgba(246, 225, 225, 0), rgba(0, 0, 0, 0.83));
  /* content: ""; */
  /* display: block; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27%;
  /* opacity: 0.7; */
  /* z-index: 0; */
}

.slide .mySlides {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.slide .mySlides img {
  height: 100%;
  width: 100%;
}

.slide .slideshow-container {
  height: 100%;
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.slide .prev,
.slide .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white !important;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.slide .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.slide .prev:hover,
.slide .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slide .text {
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: left;
}

.slide .text a {
  color: #f2f2f2;
  font-size: 15px;
  text-decoration: none;
}

.slide .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.slide .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slide .active,
.slide .dot:hover {
  background-color: #717171;
}

.slide .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

#body-detail-tour {
  overflow: hidden;
  background: #ffffff;
}

#body-detail-tour .title-detail-tour h1 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #b42e60;
  font-weight: bold;
}

#body-detail-tour .slide-image .fix-height-slide {
  height: 460px;
}

#body-detail-tour .slide-image .fix-height-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#body-detail-tour .slide-image .scroll-images {
  overflow-y: scroll;
  height: 460px;
}

#body-detail-tour .slide-image .scroll-images::-webkit-scrollbar {
  width: 5px;
}

#body-detail-tour .slide-image .scroll-images::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #CFCFCF;
}

#body-detail-tour .slide-image .scroll-images::-webkit-scrollbar-track {
  background: transparent;
}

#body-detail-tour .slide-image .scroll-images .images {
  overflow: hidden;
}

#body-detail-tour .slide-image .scroll-images .images a {
  text-decoration: none;
}

#body-detail-tour .slide-image .scroll-images .images .image-child {
  width: 43%;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 80px;
}

#body-detail-tour .slide-mobile-detail .slider-for {
  height: 250px;
}

#body-detail-tour .slide-mobile-detail .slider-for .item-image-slide {
  height: 250px;
}

#body-detail-tour .slide-mobile-detail .slider-for .item-image-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#body-detail-tour .slide-mobile-detail .slider-nav {
  height: 90px;
}

#body-detail-tour .slide-mobile-detail .slider-nav .item-image-slide {
  height: 90px;
  padding: 10px 5px 10px 10px;
}

#body-detail-tour .slide-mobile-detail .slider-nav .item-image-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#body-detail-tour .menu-body-tour {
  margin-top: 25px;
  margin-bottom: 25px;
}

#body-detail-tour .menu-body-tour .fb-mess {
  margin-top: 20px;
}

#body-detail-tour .menu-body-tour .fb-mess img {
  margin: 15px;
}

#body-detail-tour .menu-body-tour .nav-tour {
  border-bottom: 1px solid #cccccc;
}

@media (min-width: 320px) and (max-width: 767px) {
  #body-detail-tour .menu-body-tour .nav-tour {
    width: 1100px;
  }
}

#body-detail-tour .menu-body-tour .nav-tour .nav-item-tour {
  margin-right: 20px;
}

#body-detail-tour .menu-body-tour .nav-tour .nav-item-tour .nav-link-tour {
  font-size: 16px;
  color: #333333;
}

#body-detail-tour .menu-body-tour .nav-tour .nav-item-tour .nav-link-tour.active {
  border-bottom: 3px solid #b42e60;
}

#body-detail-tour .menu-body-tour .nav-tour .nav-item-tour .nav-link-tour:hover {
  color: #60b42e;
}
ul#menu-home-menu li a {
    color: white;
}
ul#menu-menu-blog li a {
    color: white !important;
}
#body-detail-tour .menu-body-tour .title {
  margin-top: 20px;
  border-left: 3px solid #b30660;
  padding: 5px 0 5px 10px;
  color: #b42e60;
  margin-bottom: 20px;
}

#body-detail-tour .menu-body-tour .introduce p {
  font-size: 16px;
}
#body-detail-tour .menu-body-tour .introduce p a {
  font-size: 16px;
}
#body-detail-tour .menu-body-tour .introduce h5 {
  font-weight: bold;
}

#body-detail-tour .menu-body-tour .schedule .schedule-content {
  padding: 0px 20px;
  border-left: 1px solid #b30660;
}

#body-detail-tour .menu-body-tour .schedule .schedule-content .dot {
  height: 25px;
  width: 25px;
  background-color: #b30660;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -33px;
}

#body-detail-tour .menu-body-tour .schedule .schedule-content .item-schedule {
  position: relative;
}

#body-detail-tour .menu-body-tour .schedule .schedule-content .item-schedule h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

#body-detail-tour .menu-body-tour .schedule .schedule-content .item-schedule .bold {
  font-weight: bold;
}

#body-detail-tour .menu-body-tour .rules .rulers-content {
  margin-bottom: 15px;
  padding-left: 15px;
}

#body-detail-tour .menu-body-tour .rules .rulers-content p {
  margin-bottom: 0px;
}

#body-detail-tour .menu-body-tour .rules .rulers-content h5 {
  font-weight: bold;
}

#body-detail-tour .menu-body-tour .evaluate .carousel-indicators-fix-dot {
  bottom: -40px;
}

#body-detail-tour .menu-body-tour .evaluate .carousel-indicators-fix-dot li {
  height: 10px;
  width: 10px;
  background-color: #ebebeb82;
  border-radius: 50%;
}

#body-detail-tour .menu-body-tour .evaluate .carousel-indicators-fix-dot li.active {
  background-color: #b42e60;
}

#body-detail-tour .menu-body-tour .evaluate .carousel-item-fix-bg {
  background: none;
}

#body-detail-tour .menu-body-tour .evaluate .slide-fix-height {
  height: unset;
}

#body-detail-tour .menu-body-tour .evaluate .evaluate-content {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb82;
  padding: 20px;
}

#body-detail-tour .menu-body-tour .evaluate .evaluate-content .human {
  width: 35px;
  padding-bottom: 10px;
}

#body-detail-tour .menu-body-tour .evaluate .evaluate-content .title-evaluate {
  color: #b30660;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

#body-detail-tour .menu-body-tour .evaluate .evaluate-content .title-evaluate:hover {
  color: #b42e60;
}

#body-detail-tour .menu-body-tour .evaluate .evaluate-content p {
  font-size: 14px;
  height: 65px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-detail-tour .menu-body-tour .evaluate .evaluate-content p {
    height: 60px;
  }
}

#body-detail-tour .menu-body-tour .evaluate .evaluate-content p a {
  margin-left: 15px;
  text-decoration: none;
  color: #b30660;
}

#body-detail-tour .menu-body-tour .evaluate .evaluate-content .evaluate-author img {
  width: 60px;
  border-radius: 50px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#body-detail-tour .menu-body-tour .evaluate .evaluate-content .evaluate-author .evaluate-item {
  color: #b30660;
  padding: 14px 0 10px 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-detail-tour .menu-body-tour .evaluate .evaluate-content .evaluate-author .evaluate-item {
    padding: 14px 0 10px 40px;
  }
}

#body-detail-tour .menu-body-tour .evaluate .evaluate-content .evaluate-author .evaluate-item .name {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
}

#body-detail-tour .menu-body-tour .evaluate .evaluate-content .evaluate-author .evaluate-item .star {
  color: #b42e60;
}

#body-detail-tour .menu-body-tour .evaluate .evaluate-content .evaluate-author .right-evaluate-author {
  padding: 14px 15px;
  text-align: right;
  color: #b30660;
}

#body-detail-tour .title-maybe-care {
  border-left: 3px solid #b30660;
  margin-bottom: 20px;
  padding-left: 5px;
  font-weight: bold;
}

#body-detail-tour .package-full {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

#body-detail-tour .package-full p {
  margin-bottom: 0px;
}

#body-detail-tour .package-full .price {
  font-size: 13px;
}

#body-detail-tour .package-full .price-new {
  color: #7eb041;
  font-weight: bold;
}

@media (min-width: 320px) {
  #body-detail-tour .package-full .price-new {
    font-size: 20px;
  }
}

@media (min-width: 480px) {
  #body-detail-tour .package-full .price-new {
    font-size: 30px;
  }
}

#body-detail-tour .package-full .price-old {
  font-size: 15px;
  color: #717171ad;
}

@media (min-width: 320px) and (max-width: 374px) {
  #body-detail-tour .package-full .price-old {
    font-size: 13px;
  }
}

#body-detail-tour .package-full .star {
  color: #b42e60;
  display: none;

}

#body-detail-tour .package-full a {
  text-decoration: none;
  color: #b30660;
}

#body-detail-tour .package-full a:hover {
  color: #b42e60;
}

#body-detail-tour .info-tour {
  border-bottom: 1px solid #cccccc;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#body-detail-tour .info-tour .item-info-tour {
  margin-bottom: 5px;
}

@media (min-width: 376px) and (max-width: 480px) {
  #body-detail-tour .info-tour .item-info-tour {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
  }
}

#body-detail-tour .info-tour .item-info-tour .item-info {
  color: #717171;
}

#body-detail-tour .info-tour .item-info-tour .item-info img {
  margin-right: 10px;
}

#body-detail-tour .service-child {
  color: #717171;
  border-bottom: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 18px;
  padding-bottom: 10px;
}

#body-detail-tour .service-child ul {
  margin-bottom: 0;
}

#body-detail-tour .book-tour {
  margin-top: 15px;
}

#body-detail-tour .book-tour .book-tour-item {
  width: 100%;
  border: none;
  background: #b42e60;
  /* font-weight: bold; */
  padding: 10px 0;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  box-shadow: none;
  font-size: 16px;
  line-height: 18px;
}

#body-detail-tour .book-tour .book-tour-item:hover {
  background: #ffa838;
}

#body-detail-tour .info-tour-right .info-tour-right-top {
  background: #b30660;
  text-align: center;
  display: block;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}

#body-detail-tour .info-tour-right .info-tour-right-top span {
  text-align: center;
  font-size: 17px;
}

#body-detail-tour .info-tour-right .info-tour-right-bot {
  padding: 20px;
  border: 1px solid #b30660;
  border-top: unset;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-detail-tour .info-tour-right .info-tour-right-bot {
    padding: 20px 15px;
  }
}

#body-detail-tour .info-tour-right .info-tour-right-bot .unit-price {
  margin-top: 15px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}

#body-detail-tour .info-tour-right .info-tour-right-bot button {
  width: 100%;
  border: none;
  background: #b42e60;
  height: 35px;
  font-weight: bold;
  text-transform: uppercase;
}

#body-detail-tour .info-tour-right .info-tour-right-bot button:hover {
  background: #ffa838;
}

#body-detail-tour .info-tour-right .info-tour-right-bot .note {
  font-size: 12px;
  color: #717171;
}

#body-detail-tour .position-fixed-info-tour-right {
  position: fixed !important;
  top: 0;
  width: 255px;
  z-index: 9999999999;
}

#body-detail-tour .position-fixed-info-tour-right .advisory {
  margin-top: 0px;
  margin-bottom: 10px;
  border-top: none;
}

#body-detail-tour .position-default {
  position: absolute !important;
  right: 0 !important;
}

#body-detail-tour .fix-row {
  position: relative;
}

#body-detail-tour .fix-row .fix-position {
  position: absolute;
  right: 0;
}

#body-detail-tour .reset-padding-mobile-detail-tour {
  padding-left: 0;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body-detail-tour .reset-padding-mobile-detail-tour {
    padding-left: 22px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-detail-tour .width-scroll-pys {
    width: 908px;
  }
}

#body-detail-tour .slide-evaluate-customer {
  height: 235px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-detail-tour .slide-evaluate-customer {
    height: 220px;
  }
}

#body-detail-tour .slide-evaluate-customer .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  list-style-type: none;
  bottom: -40px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body-detail-tour .slide-evaluate-customer .slick-dots {
    bottom: -25px;
  }
}

#body-detail-tour .slide-evaluate-customer .slick-dots li {
  margin: 0 2px;
}

#body-detail-tour .slide-evaluate-customer .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #f1f1f1;
  text-indent: -9999px;
}

#body-detail-tour .slide-evaluate-customer .slick-dots li.slick-active button {
  background-color: #b42e60;
}

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

.info-tour-scroll {
  margin-top: 15px;
}

.style-link-tour {
  color: #666;
}

.style-link-tour:hover {
  color: #b30660 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .item-form-tour-mobile {
    padding: 0 20px;
  }

  .item-form-tour-mobile .search-button {
    color: #fff;
    background-color: #b42e60;
    border: 0;
    height: 40px;
    border-radius: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .item-input-phone {
    height: 40px;
    position: relative;
  }

  .item-input-phone input {
    border-radius: 10px;
    height: 100%;
  }

  .item-input-phone .btn-send-phone {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .item-form-phone {
    padding: 20px 0 40px 0;
  }
}

.icon-arrow-right {
  font-size: 17px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .btn-submit-booking-tour {
    background: #b42e60;
    color: #fff;
    width: 100%;
  }

  .btn-submit-booking-tour .main-text {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
  }

  .btn-submit-booking-tour .tiny-text {
    display: block;
    width: 100%;
    font-size: 12px;
  }
}

.btn-book-detail-tour {
  background: none;
  border: 0;
  color: #fff;
  font-size: 12px;
  box-shadow: none !important;
  cursor: pointer;
}

#binhluan .fb_iframe_widget {
  width: 800px;
}

.view-detail-tour {
  padding: 10px 20px !important;
}

.view-detail-tour .active-link a {
  color: #b30660 !important;
  font-weight: bold;
}

.view-detail-tour .active-link-new a {
  color: #b30660 !important;
}

.view-detail-tour ul li {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 480px) {
  .image-detail-tour-mobile {
    padding: 0;
  }

  .breadcrumb-pc {
    display: none;
  }

  .reset-padding-mobile-detail-tour {
    padding-left: 15px !important;
  }

  .package-full-mobile {
    position: relative;
    margin-top: 10px;
  }

  .package-full-mobile .title-detail-tour-mobile {
    width: 52%;
  }

  .package-full-mobile .title-detail-tour-mobile h2 {
    margin-bottom: 0px !important;
    font-size: 25px !important;
    color: #b42e60;
    font-weight: bold;
    text-decoration: none;
  }

  .package-full-mobile .price-general {
    position: absolute;
    top: 0px;
    text-align: right;
    right: 0px;
  }

  .info-tour-mobile {
    display: inline-block;
    width: 100%;
  }

  .info-tour-mobile .item-info-tour-left-mobile {
    float: left;
    margin-right: 22px;
  }

  .info-tour-mobile .item-info-tour-right-mobile {
    float: right;
  }

  .service-child-mobile {
    display: inline-block;
    width: 100%;
    border-bottom: none !important;
    margin-bottom: 0 !important;
  }

  .service-child-mobile ul {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) and (min-width: 320px) and (max-width: 480px) {
  .service-child-mobile ul {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .service-child-mobile .item-service-left-mobile {
    float: left;
  }

  .fix-row {
    position: unset !important;
  }

  .fix-row .fix-position {
    position: unset !important;
    padding: 0 !important;
  }

  .fix-row .fix-position .info-tour-right-mobile {
    margin-top: 0 !important;
    border: none !important;
  }

  .fix-row .fix-position .info-tour-right-mobile .info-tour-right-top-mobile {
    text-align: left !important;
    padding-left: 10px;
  }

  .fix-row .fix-position .info-tour-right-mobile .info-tour-right-bot {
    padding: 20px 20px 0 20px !important;
  }

  .fix-row .fix-position .info-tour-right-mobile .form-group-mobile {
    padding: 0 10px;
  }

  .fix-row .fix-position .info-tour-right-mobile .form-group-mobile button {
    border-radius: 6px;
    height: 45px !important;
  }

  .fix-row .fix-position .pd-r-mobile {
    padding-right: 5px;
  }

  .fix-row .fix-position .pd-l-mobile {
    padding-left: 5px;
  }

  .menu-body-tour-mobile {
    margin-top: 0 !important;
  }

  .menu-body-tour-mobile .item-news-pys-detail-tour-mobile {
    width: 704px;
    background: #ffffff;
  }

  .menu-body-tour-mobile .item-news-pys-detail-tour-mobile .nav-tour-mobile .nav-link-tour {
    font-size: 16px;
    color: #333333;
  }

  .menu-body-tour-mobile .item-news-pys-detail-tour-mobile .nav-tour-mobile .nav-link-tour.active {
    border-bottom: 2px solid #b42e60 !important;
  }

  .menu-body-tour-mobile .evaluate-content-mobile {
    padding: 15px 10px 10px 10px !important;
    width: 380px;
    display: inline-block;
    margin-right: 10px;
    background: #ffffff !important;
  }

  .menu-body-tour-mobile .evaluate-content-mobile p {
    color: #666666;
    font-size: 13px !important;
  }

  .menu-body-tour-mobile .evaluate-content-mobile .human-mobile {
    width: 25px !important;
  }

  .menu-body-tour-mobile .evaluate-content-mobile .title-evaluate-mobile {
    font-size: 16px !important;
  }

  .book-tour-now-mobile {
    text-align: center;
    background: #b42e60;
    position: fixed;
    padding: 4px 9px;
    z-index: 99;
    width: 100%;
    bottom: 0;
  }

  .background-mobile {
    background: #e7e7e7e7;
  }

  .evaluate-author-mobile .left-evaluate-author-mobile img {
    width: 55px;
  }

  .evaluate-author-mobile .mid-evaluate-author-mobile {
    padding-right: 0;
  }

  .evaluate-author-mobile .mid-evaluate-author-mobile .evaluate-item {
    padding: 5px 0 0 5px !important;
  }

  .evaluate-author-mobile .right-evaluate-author-mobile {
    padding: 5px 15px 0 0 !important;
    overflow: hidden;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .info-tour-mobile {
    display: inline-block;
    width: 100%;
  }

  .info-tour-mobile .item-info-tour-left-mobile {
    float: none !important;
    margin-right: 0 !important;
  }

  .info-tour-mobile .item-info-tour-right-mobile {
    float: none !important;
    margin-left: 0 !important;
  }

  .service-child-mobile .item-service-left-mobile {
    float: left;
    margin-right: 25px;
  }

  .service-child-mobile .item-service-right-mobile {
    float: none;
    margin-left: 0;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .service-child-mobile .item-service-left-mobile {
    float: none;
    margin-right: 0;
  }

  .service-child-mobile .item-service-right-mobile {
    float: none;
    margin-left: 0;
  }

  .package-full-mobile .title-detail-tour-mobile h2 {
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 14px !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .scroll-mobile {
    position: fixed;
    top: 0;
    display: block;
    z-index: 99;
  }
}

@media (min-width: 768px) and (max-width: 4000px) {
  #content-detail-tour .fixed-nav-tour {
    position: fixed !important;
    display: block;
    background: #fff;
    z-index: 999999;
    width: 100%;
    top: 0;
  }

  #content-detail-tour .fixed-nav-tour .nav-link-tour {
    color: #333 !important;
  }

  #content-detail-tour .fixed-nav-tour .scroll-fix-tour {
    background: #fff;
    padding: 0;
  }

  #content-detail-tour .fixed-nav-tour .nav-tour {
    border-bottom: none;
  }

  #content-detail-tour .fixed-nav-tour ul {
    width: 1150px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  #content-detail-tour .fixed-nav-tour-mobile {
    position: fixed !important;
    top: 70px !important;
    display: inline-block;
    background: #fff;
    z-index: 999999;
    width: 704px;
  }

  #content-detail-tour .fixed-nav-tour-mobile .nav-link-tour {
    color: #333 !important;
  }

  #content-detail-tour .fixed-nav-tour-mobile .scroll-fix-tour {
    background: #fff;
    padding: 0;
  }

  #content-detail-tour .fixed-nav-tour-mobile ul {
    width: 1050px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  #content-detail-tour .fixed-nav-tour-mobile {
    position: fixed !important;
    top: 70px !important;
    display: inline-block;
    background: #fff;
    z-index: 999999;
    width: 704px;
  }

  #content-detail-tour .fixed-nav-tour-mobile .nav-link-tour {
    color: #333 !important;
  }

  #content-detail-tour .fixed-nav-tour-mobile .scroll-fix-tour {
    background: #fff;
    padding: 0;
  }

  #content-detail-tour .fixed-nav-tour-mobile ul {
    width: 1050px;
  }
}

.btn-outline-dark {
  border-color: #FFF;
  color: #FFF;
}

.btn-outline-dark:hover {
  border-color: #343a40;
}

.item-color-nav {
  background-color: #b30660 !important;
  line-height: 31px;
  padding: 0.5rem;
}

.item-color-nav button {
  border-color: transparent !important;
  color: #F9F9F9 !important;
}

.item-btn-menu {
  float: left;
  line-height: 30px;
}

.item-btn-menu-search {
  padding: 18px 12px;
  position: absolute;
  top: 10px;
  right: 16px;
}

.item-icon-menu {
  font-size: 15px;
}

.item-icon-search {
  font-size: 20px;
}

#navbar_search .form-search-mobile {
  padding: 10px 0;
  border-radius: 10px;
  opacity: 0.8;
}

#navbar_search .form-search-mobile input {
  border: none;
  background-color: transparent;
}

#navbar_search .form-search-mobile input:focus,
#navbar_search .form-search-mobile select:focus,
#navbar_search .form-search-mobile textarea:focus,
#navbar_search .form-search-mobile button:focus {
  outline: none;
}

#navbar_search .form-search-mobile .input-group {
  border: 1px gray solid;
  border-radius: 10px;
  margin-bottom: 15px;
  background: #fff;
}

#navbar_search .form-search-mobile .fa-home {
  color: gray;
}

#navbar_search .form-search-mobile .fa-map-marked-alt {
  color: gray;
}

#navbar_search .form-search-mobile .item-form-locaiton {
  padding: 10px 5px 0 15px;
}

#navbar_search .form-search-mobile .item-btn-search-mobile {
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-radius: 10px;
  background: #7eb041;
  color: #fff;
  border: none;
  font-size: 18px;
  padding: 10px 40px;
  height: 50px;
}

#navbar_search .form-search-mobile .item-input-form-mobile {
  height: 50px !important;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  box-shadow: none;
  background: none;
}

#navbar_search .form-search-mobile .item-input-form-mobile:active {
  outline: none;
  border: 0;
}

#navbar_search .form-search-mobile .item-input-form-mobile:focus {
  box-shadow: none;
  outline: none;
  border: 0;
}

.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

* {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}

#nav-top {
  background: #b30660;
  color: #ffffff; 
  height: 51px;
}

#nav-top .nav-right {
  float: right;
}

#nav-top .nav-right .nav-right-head li a {
  color: #ffffff;
  text-decoration: none;
}

#nav-top .nav-right .nav-right-head li:hover {
  background: #b30660;
  border-bottom: 2px solid #7eb041;
}

#nav-top .nav-right .p {
  margin-right: 20px;
}

#nav-top .nav-left {
  line-height: 35px;
}

#nav-top .nav-left a {
  color: #ffffff;
}

#nav-top .nav-left .s1 {
  padding-right: 15px;
}

#nav-top .nav-left .s2 {
  padding-left: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  #nav-top {
    display: none;
  }
}

#wrapper {
  background: rgba(0, 0, 0, 0.03) !important;
}

#wrapper #header-top .sticky {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}

#nav-menu {
  padding: 0 0;
  position: relative;
  height: 500px;
  width: 100%;
  z-index: 11;
 /* background-image: url("../img/background-1.png")*/
}

#nav-menu .transparent {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

#nav-menu .transparent .logo-menu {
  height: 80px;
}

#nav-menu .transparent .bottom-down {
  text-align: center;
  padding: 70px 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #nav-menu .transparent .bottom-down {
    padding: 55px 0;
  }
}

#nav-menu #logo {
  position: absolute;
  top: 5%;
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #nav-menu #logo {
    position: unset;
    text-align: center;
    padding-top: 10px;
  }
}

#nav-menu #logo img {
  width: 150px;
}

#nav-menu .menu-home {
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #nav-menu .menu-home {
    padding: 0 51px;
  }
}

#nav-menu .menu-home ul {
  float: right;
}

#nav-menu .menu-home ul li {
  padding-top: 35px;
}

#nav-menu .menu-home ul li a {
  text-transform: uppercase;
  padding: 0 3px;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #nav-menu .menu-home ul li:first-child {
    display: none;
  }
}

#nav-menu .nav-center {
  margin-top: 100px;
  top: 0;
  color: #ffffff;
  width: 100%;
}

#nav-menu .nav-center h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
}

#nav-menu .nav-center h5 {
  text-align: center;
  opacity: 0.8;
  font-size: 13.5px;
  font-weight: 500;
}

#nav-menu .nav-center .nav-center-search {
  width: 689px;
  margin: 40px auto;
}

#nav-menu .nav-center .nav-center-search .searchBar {
  width: 800px;
  margin: 0 auto;
  height: 50px;
  font-size: 15px;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input {
  height: 100%;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .a {
  position: relative;
  width: 167px;
  height: 100%;
  top: 0;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .a i {
  position: absolute;
  top: 17px;
  color: #b42e60;
  left: 10px;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .a select {
  font-size: 15px;
  border: none;
  border-right: 1px solid #e0e0e0;
  background: #ffffff;
  padding-left: 30px;
  height: 100%;
  border-radius: 5px 0 0 5px;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .a .style-angle-down {
  top: 14px;
  right: 15px !important;
  left: unset;
  position: absolute;
  color: #6666668f;
  font-size: 20px;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .b {
  width: 400px;
  height: 100%;
  position: relative;
  top: 0;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .b i {
  position: absolute;
  top: 17px;
  color: #b42e60;
  left: 10px;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .onFocus {
  padding: 10px;
  background: #fff;
  color: #000000;
  border: 1px solid #d9d9d9;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  display: none;
 
  overflow-y: scroll;
  overflow-x: hidden;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .onFocus::-webkit-scrollbar {
  width: 10px;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .onFocus::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666666;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .onFocus::-webkit-scrollbar-track {
  background: #ffffff;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .onFocus .title span {
  text-transform: uppercase;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .onFocus .title span img {
  position: unset;
  padding-bottom: 5px;
  margin-right: 5px;
  width: 20px;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .onFocus .places {
  padding: 0 7px;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .onFocus .places .place {
  padding: 10px;
  border: 1px solid transparent;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .onFocus .places .place:hover {
  background-color: rgba(64, 166, 242, 0.1);
  border: 1px solid rgba(64, 166, 242, 0.2);
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .onFocus .places .place:hover a {
  text-decoration: none;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .onFocus .places .place .cat-image {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .onFocus .places .place .cat-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .onFocus .places .place .cat-title .name-place {
  font-size: 14px;
  font-weight: bold;
  color: #494b55;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .onFocus .places .place .cat-title .count-place {
  color: #003c71;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .custom-select {
  padding-left: 25px;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input input {
  border: none;
  border-radius: unset;
  padding-left: 30px;
  height: 100%;
  font-size: 16px;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .btn-group .search-button {
  background: #b42e60;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-radius: 0 5px 5px 0;
}

#nav-menu .nav-center .nav-center-search .searchBar .search-input .btn-group .search-button i {
  margin: 0 5px;
}

.path .breadcrumb {
  padding-left: 0;
}

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

.style-margin-home .text-inline-home {
  margin-bottom: -5px;
}

.style-margin-home .title-inline {
  font-size: 24px;
}

.style-margin-home .title-inline .style-link-home {
  text-decoration: none;
}

.style-margin-home .title-inline .name-tour {
  font-size: 24px;
  color: #b42e60;
  text-decoration: none;
  display: block;
  font-weight: bold;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 480px) {
  .style-margin-home .title-inline .name-tour {
    font-size: 20px;
  }
}

.style-margin-home .title-inline .readMoreTours {
  font-size: 14px;
  float: right;
  position: relative;
  top: -18px;
  color: #7eb041;
}

@media (min-width: 320px) and (max-width: 480px) {
  .style-margin-home .title-inline .readMoreTours {
    font-size: 13px;
  }
}

.style-margin-home .title-inline .readMoreTours:hover {
  color: #b42e60;
}

@media only screen and (min-width: 768px) {
  #body .telephone {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #body .telephone {
    height: 55px;
    line-height: 55px;
    background: #7eb041;
    text-align: center;
    color: #FFFFFF;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #body .telephone span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #body .telephone span i {
    margin-right: 5px;
  }
}

#body .body-a .body-a-top {
  text-align: center;
}

#body .body-a .body-a-top .reason {
  margin-bottom: -10px;
}

#body .body-a .body-a-top .reason h2 {
  color: #b42e60;
  padding-top: 40px;
  text-align: center;
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 5px;
}

#body .body-a .body-a-top .rulers {
  text-align: center;
  display: block;
}

#body .body-a .body-a-top .rulers .ruler {
  width: 142px;
  border-bottom: 3px solid #0099cc;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

#body .body-a .body-a-bot {
  margin: 30px;
  color: #383838;
}

#body .body-a .body-a-bot .symbol {
  text-align: right;
}

#body .body-a .body-a-bot .content-symbol {
  padding: 24px 0;
}

#body .body-a .body-a-bot .content-symbol p {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

#body .body-a .body-a-bot .creation {
  padding: 35px 0;
}

#body .body-a .body-a-bot .creation p {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #body .body-a {
    display: none;
  }
}

#body .body-b .body-b-cap {
  margin-top: 20px;
  margin-bottom: 5px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body .body-b .body-b-cap .title-mobile {
    position: relative;
    margin-top: 10px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  #body .body-b .body-b-cap .title-mobile:after {
    content: '';
    background-color: #b30660;
    position: absolute;
    bottom: 0px;
    left: 15px;
    height: 2px;
    width: 30%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  #body .body-b .body-b-cap .description {
    color: #999999;
    margin: 10px 0px;
  }
}

#body .body-b .body-b-cap h4 {
  font-weight: bold;
  text-transform: capitalize;
}

#body .body-b .body-b-cap h4 a {
  font-size: 24px;
  color: #b42e60;
  text-decoration: none;
}

#body .body-b .body-b-cap h4 a:hover {
  color: #007097;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body .body-b .body-b-cap h4 {
    font-weight: unset;
  }
}

#body .body-b .body-b-cap .see-tour {
  text-align: right;
  padding-top: 10px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body .body-b .body-b-cap .see-tour {
    display: none;
  }
}

#body .body-b .body-b-cap .see-tour a {
  color: #b42e60;
  font-weight: 600;
  font-style: italic;
}

#body .feedback {
  padding: 0 15px 50px 15px;
}

#body .feedback .container {
  padding-right: 0 !important;
}

#body .feedback .feedback-top {
  width: 100%;
}

#body .feedback .feedback-top .ruler {
  width: 142px;
  border-bottom: 3px solid #0099cc;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 15px;
}

#body .feedback .feedback-top h2 {
  text-align: center;
  margin: 40px 0 5px 0;
  text-transform: capitalize;
  color: #b42e60;
  font-size: 40px;
}

#body .feedback .feedback-bot {
  margin-top: 40px;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 60px;
}

#body .feedback .feedback-bot .feedback-bot-label {
  margin-bottom: 15px;
}

#body .feedback .feedback-bot .feedback-bot-label h4 {
  text-transform: capitalize;
}

#body .feedback .feedback-bot .feedback-bot-label h4 a {
  text-decoration: none;
  color: #b42e60;
  font-size: 20px;
}

#body .feedback .feedback-bot .feedback-bot-label h4 a:hover {
  color: #007097;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main {
  background: #ffffff;
  padding: 30px 30px 0 30px;
  border: 1px solid #dee2e6;
  border-radius: 10px;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-top {
  margin-bottom: 25px;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-top .feedback-image {
  width: 100%;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-top .feedback-image img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50px;
  margin: 0 auto;
  display: block;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-top .feedback-name {
  padding: 14px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-top .feedback-name {
    padding-left: 20px;
  }
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-top .feedback-name p {
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 0;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-top .feedback-name .feedback-position {
  font-size: 14px;
  font-weight: unset;
  color: #666666;
  margin-top: -5px;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-top .feedback-evaluate {
  padding: 20px 15px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-top .feedback-evaluate {
    padding: 20px 10px;
  }
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-top .feedback-evaluate span {
  float: right;
  margin-left: 3px;
  color: #b42e60;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-mid a {
  text-decoration: none;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-mid img {
  margin-bottom: 9px;
  margin-right: 10px;
  text-align: center;
  width: 25px;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-mid span {
  font-size: 18px;
  color: #b30660;
  font-weight: bold;
  padding-top: -3px;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-mid span:hover {
  color: #b42e60;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-mid .feedback-content span {
  font-size: 14px;
  font-weight: unset;
  color: #666666;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-mid .feedback-content .feedback-ruler {
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  margin: 15px 0;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-bot .feedback-address {
  font-size: 13px;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-bot .feedback-address .content-address {
  font-family: Myriad Pro;
  color: #b30660;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-bot .feedback-address .content-address a {
  color: #b30660;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-bot .feedback-address .bold {
  font-weight: 500;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-bot .logo-company {
  padding: 0 15px 15px 15px;
  text-align: center;
}

#body .feedback .feedback-bot .feedback-bot-left .feedback-main .feedback-main-bot .logo-company img {
  width: 80px;
  height: 100%;
}

#body .feedback .feedback-bot .feedback-bot-right {
  padding: 20px 0;
}

#body .feedback .feedback-bot .feedback-bot-right .scrollBar {
  height: 328px;
  overflow-y: scroll;
}

#body .feedback .feedback-bot .feedback-bot-right .scrollBar::-webkit-scrollbar {
  width: 10px;
}

#body .feedback .feedback-bot .feedback-bot-right .scrollBar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #CFCFCF;
}

#body .feedback .feedback-bot .feedback-bot-right .scrollBar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#body .feedback .feedback-bot .feedback-bot-right .feedback-item {
  padding: 10px 15px;
}

#body .feedback .feedback-bot .feedback-bot-right .feedback-item img {
  /* width: 72px; */
  float: left;
}

#body .feedback .feedback-bot .feedback-bot-right .feedback-item .feedback-item-small {
  display: inline-block;
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}

#body .feedback .feedback-bot .feedback-bot-right .feedback-item .feedback-item-small .feedback-image {
  float: left;
  display: inline-block;
  width: 60px;
  height: 60px;
}

#body .feedback .feedback-bot .feedback-bot-right .feedback-item .feedback-item-small .feedback-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50px;
}

#body .feedback .feedback-bot .feedback-bot-right .feedback-item .feedback-item-small .feedback-name {
  display: inline-block;
  padding: 10px;
}

#body .feedback .feedback-bot .feedback-bot-right .feedback-item .feedback-item-small .feedback-name a {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
}

#body .feedback .feedback-bot .feedback-bot-right .feedback-item .feedback-item-small .feedback-name p {
  font-size: 13px;
  color: #666666;
  margin-bottom: 0;
  height: 19.2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  width: 260px;
}

#body .feedback .feedback-personal {
  padding-top: 40px;
  width: 100%;
}

#body .feedback .feedback-personal .feedback-personal-label {
  margin-bottom: 15px;
}

#body .feedback .feedback-personal .feedback-personal-label h4 {
  font-weight: bold;
  text-transform: capitalize;
}

#body .feedback .feedback-personal .feedback-personal-label h4 a {
  font-size: 20px;
  color: #b42e60;
  text-decoration: none;
}

#body .feedback .feedback-personal .feedback-personal-label h4 a:hover {
  color: #00688c;
}

#body .feedback .feedback-personal .feedback-personal-item {
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  height: 100%;
}

#body .feedback .feedback-personal .feedback-personal-item:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body .feedback .feedback-personal .feedback-personal-item {
    padding: 20px;
  }
}

#body .feedback .feedback-personal .feedback-personal-item .feedback-personal-top {
  height: 35px;
  overflow: hidden;
  display: -webkit-box;
}

#body .feedback .feedback-personal .feedback-personal-item .feedback-personal-top a {
  text-decoration: none;
}

#body .feedback .feedback-personal .feedback-personal-item .feedback-personal-top img {
  margin-bottom: 9px;
  margin-right: 10px;
  text-align: center;
  width: 35px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body .feedback .feedback-personal .feedback-personal-item .feedback-personal-top img {
    width: 25px;
  }
}

#body .feedback .feedback-personal .feedback-personal-item .feedback-personal-top span {
  font-size: 18px;
  color: #b30660;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body .feedback .feedback-personal .feedback-personal-item .feedback-personal-top span {
    font-size: 17px;
  }
}

#body .feedback .feedback-personal .feedback-personal-item .feedback-personal-top span:hover {
  color: #b42e60;
}

#body .feedback .feedback-personal .feedback-personal-item .feedback-personal-mid {
  margin-bottom: 0;
}

#body .feedback .feedback-personal .feedback-personal-item .feedback-personal-mid span {
  font-size: 15px;
  color: #8c8c8c;
  height: 65px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body .feedback .feedback-personal .feedback-personal-item .feedback-personal-mid span {
    font-size: 14px;
  }
}

#body .feedback .feedback-personal .feedback-personal-item .feedback-personal-mid span a {
  color: #b30660;
  text-decoration: none;
  margin-left: 15px;
}

#body .feedback .feedback-personal .feedback-personal-item .feedback-personal-bot {
  margin-top: 10px;
}

#body .feedback .feedback-personal .feedback-personal-item .feedback-personal-bot .feedback-personal-image {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50px;
  margin: 0 auto;
  display: block;
}

#body .feedback .feedback-personal .feedback-personal-item .feedback-personal-bot .feedback-item {
  padding-top: 10px;
  color: #b30660;
  font-weight: bold;
}

#body .feedback .feedback-personal .feedback-personal-item .feedback-personal-bot .feedback-item .p1 {
  margin: 0 5px;
}

#body .feedback .feedback-personal .feedback-personal-item .feedback-personal-bot .feedback-item .p2 {
  font-weight: 100;
  color: #b30660;
}

#body .feedback .feedback-personal .feedback-personal-item .feedback-personal-bot .feedback-item .feedback-evaluate {
  color: #b42e60;
}

#body .product-category {
  padding: 10px 0;
  border-radius: 5px;
}

#body .product-category .product-category-top {
  width: 100%;
}

#body .product-category .product-category-top h2 {
  text-align: center;
  margin: 20px 0 5px 0;
  text-transform: capitalize;
  color: #b42e60;
  font-size: 30px;
}

#body .product-category .product-category-top .ruler {
  width: 142px;
  border-bottom: 3px solid #b42e60;
  margin: 15px auto 40px auto;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body .product-category .product-category-bot .product-category-bot-category {
    width: 50%;
    padding: 0;
    height: 140px;
  }
}

#body .product-category .product-category-bot .item-product {
  position: relative;
  height: 230px;
  margin: 10px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body .product-category .product-category-bot .item-product {
    height: 100%;
    margin: 0;
  }
}

#body .product-category .product-category-bot .item-product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#body .product-category .product-category-bot .item-product .title-product {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 100px 40px;
  background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body .product-category .product-category-bot .item-product .title-product {
    padding: 44px 25px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  #body .product-category .product-category-bot .item-product .title-product {
    padding: 55px 10px;
    background: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  #body .product-category .product-category-bot .item-product .title-product {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

#body .product-category .product-category-bot .item-product .title-product h3 a {
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 24px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #body .product-category .product-category-bot .item-product .title-product h3 a {
    font-size: 18px;
  }
}

#body .product-category .product-category-bot .item-product .item-product-content {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  width: 100%;
  color: #ffffff;
  height: 100%;
  text-align: center;
  padding: 40px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s, visibility .2s;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body .product-category .product-category-bot .item-product .item-product-content {
    padding: 20px;
  }
}

#body .product-category .product-category-bot .item-product .item-product-content h3 a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
}

#body .product-category .product-category-bot .item-product .item-product-content p {
  margin-bottom: 0;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-align: -webkit-center;
}

#body .product-category .product-category-bot .item-product .item-product-content .seen-tour {
  margin: 15px;
}

#body .product-category .product-category-bot .item-product .item-product-content .seen-tour .button-more {
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #f8f9fa;
  color: #f8f9fa;
  background: transparent;
  border-radius: 3px;
  display: inline-block;
}

#body .product-category .product-category-bot .item-product .item-product-content .seen-tour .button-more:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #body .product-category .product-category-bot .item-product .item-product-content .seen-tour {
    margin: 8px;
  }
}

#body .slide {
  /* Slideshow container */
  /* Ẩn các slider */
  /* Định dạng nội dung Caption */
  /* định dạng các chấm chuyển đổi các slide */
  /* khi được hover, active đổi màu nền */
  /* Thêm hiệu ứng khi chuyển đổi các slide */
}

#body .slide * {
  box-sizing: border-box;
}

#body .slide h2 {
  text-align: center;
}

#body .slide .slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

#body .slide .mySlides {
  display: none;
}

#body .slide .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

#body .slide .dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

#body .slide .active,
#body .slide .dot:hover {
  background-color: #717171;
}

#body .slide .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

.news-feed {
  padding-top: 50px;
  padding-bottom: 70px;
  background: #fff;
  border-radius: 5px;
}

.news-feed .new-feed-left {
  padding-right: 0 !important;
}

.news-feed .new-feed-left h2 {
  text-transform: capitalize;
  margin-bottom: 5px;
}

.news-feed .new-feed-left h2 a {
  font-size: 40px;
  color: #b42e60;
  text-decoration: none;
}

.news-feed .new-feed-left .rulers {
  width: 135px;
  border-bottom: 3px solid #0099cc;
  margin-bottom: 15px;
}

.news-feed .new-feed-left .new-feed-main {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
}

.news-feed .new-feed-left .new-feed-main .new-feed-item-big {
  margin-bottom: 15px;
  padding-right: 0;
}

.news-feed .new-feed-left .new-feed-main .new-feed-item-big .title {
  bottom: 0;
  left: 30px;
  position: absolute;
  color: #ffffff;
}

.news-feed .new-feed-left .new-feed-main .new-feed-item-big .title p {
  font-size: 20px;
}

.news-feed .new-feed-left .new-feed-main .new-feed-item {
  padding-right: 0;
}

.news-feed .new-feed-left .new-feed-main .new-feed-item .card-image {
  background: #000000;
}

.news-feed .new-feed-left .new-feed-main .new-feed-item .card-image .img-small {
  width: 100%;
}

.news-feed .new-feed-left .new-feed-main .new-feed-item .content {
  margin-top: 10px;
}

.news-feed .new-feed-left .new-feed-main .new-feed-item .content .p {
  color: #666666;
}

.news-feed .new-feed-left .new-feed-main .new-feed-item .content .p i {
  padding-bottom: 5px;
  margin-right: 5px;
}

.news-feed .new-feed-left .new-feed-main .new-feed-item a {
  text-decoration: none;
}

.news-feed .new-feed-left .new-feed-main .new-feed-item a p {
  margin-bottom: 5px;
  color: #333333;
  font-size: 14px;
}

.news-feed .new-feed-left .new-feed-main .new-feed-item a:hover p {
  color: #b42e60;
}

.news-feed .new-feed-left .new-feed-main .img-big {
  width: 100%;
}

.news-feed .new-feed-left .new-feed-bot {
  margin-top: 10px;
}

.news-feed .new-feed-left .new-feed-bot .see-more {
  padding-right: 0;
  padding-left: 20px;
  text-align: right;
}

.news-feed .new-feed-left .new-feed-bot .see-more a {
  color: #b42e60;
  text-decoration: none;
}

.news-feed .new-feed-left .new-feed-bot .see-more a:hover {
  text-decoration: underline;
}

.news-feed .new-feed-right h2 {
  color: #b42e60;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 40px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .news-feed .new-feed-right h2 {
    font-size: 38px;
  }
}

.news-feed .new-feed-right .rulers {
  width: 135px;
  border-bottom: 3px solid #0099cc;
  margin-bottom: 20px;
}

.news-feed .new-feed-right .new-feed-right-list .new-feed-right-item {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 10px;
}

.news-feed .new-feed-right .new-feed-right-list .new-feed-right-item a {
  text-decoration: none;
  font-size: 14px;
  height: 40px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
}

.news-feed .new-feed-right .new-feed-right-list .new-feed-right-item a span {
  font-size: 14px;
}

.news-feed .new-feed-right .new-feed-right-list .new-feed-right-item a:hover {
  color: #b42e60;
}

.news-feed .new-feed-right .new-feed-right-list .new-feed-right-item .p {
  margin-top: 5px;
  color: #666666eb;
  font-size: 13px;
  margin-bottom: 5px;
}

.news-feed .new-feed-right .new-feed-right-list .new-feed-right-item .p i {
  margin: 0 5px 5px 0;
}

.news-feed .new-feed-right .new-feed-right-list .new-feed-right-bot {
  text-align: right;
}

.news-feed .new-feed-right .new-feed-right-list .new-feed-right-bot a {
  text-decoration: none;
  color: #b42e60;
}

.news-feed .new-feed-right .new-feed-right-list .new-feed-right-bot a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .news-feed .new-feed-right-tablet {
    padding-left: 20px;
  }
}

.endow {
  background: rgba(0, 0, 0, 0.03);
  padding-bottom: 30px;
}

.endow .endow-list {
  width: 100%;
}

.endow .endow-list h2 {
  text-align: center;
  margin: 40px 0 5px 0;
  text-transform: capitalize;
  color: #b42e60;
  font-size: 30px;
}

.endow .endow-list .ruler {
  width: 142px;
  border-bottom: 3px solid #b42e60;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 15px;
}

.endow .endow-list p {
  text-align: center;
  color: #666666;
  font-size: 15px;
}

.endow .endow-list .endow-item {
  margin-top: 30px;
}

.endow .endow-list .endow-item .input-group {
  width: 560px;
  margin: 0 auto;
}

.endow .endow-list .endow-item .input-group input {
  width: 347px;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  margin-right: 20px;
  padding: 10px;
}

.endow .endow-list .endow-item .input-group button {
  background: #b42e60;
  text-transform: uppercase;
  font-size: 16px;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  padding: 5px 25px;
}

.phone-fixed {
  color: #ffffff;
  position: fixed;
  top: 85px;
  right: 0;
  border-radius: 30px 0 0 30px;
  transition: width 2s;
  z-index: 99;
}

@media (min-width: 320px) and (max-width: 480px) {
  .phone-fixed {
    display: none;
  }
}

.phone-fixed img {
  padding: 3px;
  width: 50px;
}

.phone-fixed .content-fixed {
  width: 192px;
  height: 50px;
  position: absolute;
  margin-left: 33px;
  bottom: 0;
  padding: 8px 20px 8px 20px;
}

.phone-fixed .content-fixed p {
  margin-bottom: 0;
}

.card-image {
  background: #000000;
}

#nav-menu .transparent .logo-menu .menu-home li:hover {
	/*background: #b30660;*/
    /*border-bottom: 2px solid #7eb041;*/
}

@media (min-width: 768px) and (max-width: 1023px) {
  #nav-menu .transparent .logo-menu .menu-home li:hover {
    background: none;
  }
}

.item-product:hover .item-product-content {
  visibility: visible !important;
  opacity: 1 !important;
}

.item-product:hover .title-product {
  display: none;
}

.phone-fixed:hover {
  display: block;
  width: 225px;
  background-image: url("background-phone-fixed.png")
}

.list-item:hover .card-image img {
  opacity: 0.7;
}

.new-feed-item:hover .card-image img {
  opacity: 0.8;
}

.img-big:hover.title {
  color: #b42e60;
}

.description {
  display: none;
}

@media (min-width: 320px) and (max-width: 480px) {
  .description {
    display: block;
  }
}

.item-tour-outbound {
  display: none;
}

.item-tour-outbound-new {
  display: block;
}

.new-feed-home img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.new-feed-home .new-feed-home-top {
  margin-bottom: 15px;
}

.new-feed-home .new-feed-home-top .fuzzy {
  position: relative;
  height: 380px;
  width: 100%;
}

.new-feed-home .new-feed-home-top .fuzzy .content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.new-feed-home .new-feed-home-top .fuzzy .content a img {
  width: 100%;
  height: 100%;
}

.new-feed-home .new-feed-home-top .fuzzy .caption {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(246, 225, 225, 0), rgba(0, 0, 0, 0.69));
  bottom: 0;
  height: 60px;
  color: #f2f2f2;
  padding-left: 15px;
  line-height: 60px;
}

.new-feed-home .new-feed-home-top .fuzzy .caption a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.new-feed-home .new-feed-home-top .fuzzy .caption .time-tour-caption {
  float: right;
  font-size: 13px;
  font-weight: normal;
  padding-right: 20px;
  color: #ffffffba;
  padding-top: 5px;
}

.new-feed-home .new-feed-home-top .fuzzy .caption .time-tour-caption i {
  margin-right: 5px;
}

.new-feed-home .new-feed-home-bot {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 15px;
}

.new-feed-home .new-feed-home-bot .new-feed-item .content {
  background: #000000;
  height: 100px;
}

.new-feed-home .new-feed-home-bot .new-feed-item .content img:hover {
  opacity: 0.8;
}

.new-feed-home .new-feed-home-bot .new-feed-item .title {
  padding: 5px 0;
}

.new-feed-home .new-feed-home-bot .new-feed-item .title p {
  margin-bottom: 5px;
  height: 40px;
  overflow: hidden;
}

.new-feed-home .new-feed-home-bot .new-feed-item .title p a {
  color: #333;
  text-decoration: none;
}

.new-feed-home .new-feed-home-bot .new-feed-item .title p a:hover {
  color: #b42e60;
}

.new-feed-home .new-feed-home-bot .new-feed-item .title span {
  color: #666666;
}

.new-feed-home .new-feed-home-bot .new-feed-item .title span i {
  margin-right: 5px;
}

.new-feed-home .see-more {
  text-align: right;
  padding: 10px 0;
}

.new-feed-home .see-more a {
  color: #b42e60;
  text-decoration: none;
}

.new-feed-home .see-more a:hover {
  text-decoration: underline;
}

.new-feed-home .see-more a i {
  margin-left: 2px;
}

@media (max-width: 480px) and (min-width: 320px) {
  #body {
    overflow: hidden;
  }

  .slogan-item {
    width: 33%;
    text-align: center;
    text-transform: uppercase;
  }

  .slogan-item p {
    font-size: 13px;
    font-weight: bold;
    color: #0099cc;
  }

  .creation {
    width: 67%;
    padding: 38px 0;
    text-transform: uppercase;
    font-weight: bold;
  }

  .item-scroll-option {
    display: inline-block !important;
    width: 250px !important;
    float: left !important;
  }

  .item-tour-outbound {
    display: block;
    margin-top: 10px;
  }

  .item-tour-outbound-new {
    display: none;
  }

  .new-feed-item-big {
    padding-right: 15px !important;
  }

  .body-content {
    padding-bottom: 0;
  }

  .news-feed {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .new-feed-main {
    border-bottom: none;
  }

  .bg-header-mobile-search {
   /* background-image: url("../img/background-1.png") !important;*/
    position: relative;
    height: 500px;
    width: 100%;
    padding: 0;
  }

  .bg-header-mobile-search .content-header-mobile {
    padding: 50px 0 10px 0;
  }

  .bg-header-mobile-search .item-name-form-search {
    text-align: center; 
    font-size: 25px;
    color: white;
    font-weight: bold;
  }
   .bg-header-mobile-search span.doimau_mb{
       font-size: 25px;
    color: #b42e60;
    font-weight: bold;
   }

  .bg-header-mobile-search .item-sub-content {
    color: #fff;
  }

  .bg-header-mobile-search .item-btn-search-mobile {
    padding: 10px 40px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    border-radius: 3px;
    background: #b42e60;
    color: #fff;
    border: none;
    font-size: 18px;
  }

  .bg-header-mobile-search .form-search-mobile {
    padding: 15px;
    background: #0000001f;
    border-radius: 10px;
  }

  .bg-header-mobile-search .form-search-mobile input {
    border: none;
    background-color: transparent;
  }

  .bg-header-mobile-search .form-search-mobile input:focus,
  .bg-header-mobile-search .form-search-mobile select:focus,
  .bg-header-mobile-search .form-search-mobile textarea:focus,
  .bg-header-mobile-search .form-search-mobile button:focus {
    outline: none;
  }

  .bg-header-mobile-search .form-search-mobile .input-group {
    border-radius: 3px;
    margin-bottom: 15px;
    background: #fff;
  }

  .bg-header-mobile-search .form-search-mobile .input-group .item-form-locaiton {
    padding: 15px 0 0 10px;
  }

  .bg-header-mobile-search .form-search-mobile .fa-home {
    color: gray;
  }

  .bg-header-mobile-search .form-search-mobile .fa-map-marked-alt {
    color: gray;
  }

  .bg-header-mobile-search .form-search-mobile .item-input-form-mobile {
    height: 50px !important;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    box-shadow: none;
    background: none;
  }

  .bg-header-mobile-search .form-search-mobile .item-input-form-mobile:active {
    outline: none;
    border: 0;
  }

  .bg-header-mobile-search .form-search-mobile .item-input-form-mobile:focus {
    box-shadow: none;
    outline: none;
    border: 0;
  }

  .item-news-pys-fix-data {
    width: 750px !important;
  }
}

@media (max-width: 767px) and (min-width: 481px) {
  #body {
    overflow: hidden;
  }

  .item-scroll-option {
    display: inline-block !important;
    width: 250px !important;
    float: left !important;
  }

  .item-tour-outbound {
    display: block;
    margin-top: 10px;
  }

  .item-tour-outbound-new {
    display: none;
  }

  .new-feed-item-big {
    padding-right: 15px !important;
  }

  .symbol {
    width: 33%;
  }

  .content-symbol {
    width: 67%;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
  }

  .creation {
    width: 67%;
    padding: 38px 0;
    text-transform: uppercase;
    font-weight: bold;
  }

  .body-content {
    padding-bottom: 0;
  }

  .news-feed {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .new-feed-main {
    border-bottom: none;
  }

  .bg-header-mobile-search {
    /*background-image: url("background-1.png")!important;*/
    position: relative;
    height: 500px;
    width: 100%;
    padding: 0;
  }

  .bg-header-mobile-search .content-header-mobile {
    padding: 50px 0 10px 0;
  }

  .bg-header-mobile-search .item-name-form-search {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: #ffe400;
    font-weight: bold;
  }

  .bg-header-mobile-search .item-sub-content {
    padding: 0 30px;
  }

  .bg-header-mobile-search .item-btn-search-mobile {
    padding: 10px 40px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 10px;
    background: #b42e60;
    color: #fff;
    border: none;
    font-size: 18px;
  }

  .bg-header-mobile-search .form-search-mobile {
    padding: 15px;
    border-radius: 10px;
    background: #2d353d;
    opacity: 0.8;
  }

  .bg-header-mobile-search .form-search-mobile input {
    border: none;
    background-color: transparent;
  }

  .bg-header-mobile-search .form-search-mobile .input-group {
    border: 1px gray solid;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #fff;
  }

  .bg-header-mobile-search .form-search-mobile .input-group .item-form-locaiton {
    padding: 15px 0 0 10px;
  }

  .bg-header-mobile-search .form-search-mobile input:focus,
  .bg-header-mobile-search .form-search-mobile select:focus,
  .bg-header-mobile-search .form-search-mobile textarea:focus,
  .bg-header-mobile-search .form-search-mobile button:focus {
    outline: none;
  }

  .bg-header-mobile-search .form-search-mobile .fa-home {
    color: gray;
  }

  .bg-header-mobile-search .form-search-mobile .fa-map-marked-alt {
    color: gray;
  }

  .bg-header-mobile-search .form-search-mobile .item-input-form-mobile {
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    border: none;
    background: none;
    box-shadow: none;
  }

  .bg-header-mobile-search .form-search-mobile .item-input-form-mobile:active {
    outline: none;
    border: 0;
  }

  .bg-header-mobile-search .form-search-mobile .item-input-form-mobile:focus {
    box-shadow: none;
    outline: none;
    border: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .content-symbol {
    padding-left: 18px !important;
  }

  .list-item-detail-tablet {
    padding: 15px 10px !important;
  }

  .list-item-detail-tablet h5 {
    font-size: 17px !important;
  }

  .list-item-detail-tablet p {
    font-size: 11px !important;
  }

  .feedback-item-tablet {
    padding-top: 5px !important;
    padding-left: 35px;
  }
}

#list-search {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#list-search li a {
  border: 1px solid #ddd;
  /* Add a border to all links */
  margin-top: -1px;
  /* Prevent double borders */
  background-color: #fff;
  /* Grey background color */
  padding: 10px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 14px;
  /* Increase the font-size */
  color: #71aac5;
  /* Add a black text color */
  display: block;
  /* Make it into a block element to fill the whole list */
}

#list-search li a:hover:not(.header) {
  background-color: #eee;
  /* Add a hover effect to all links, except for headers */
}

.reason-choose {
  background: #ffffff;
}

.tour-hot {
  text-align: center;
  margin-bottom: 20px;
}

.tour-hot #scroll-to-tour-hot {
  text-align: center;
  color: #b42e60;
  font-size: 40px;
  margin-top: 40px;
  text-transform: capitalize;
}

.tour-hot .ruler {
  width: 143px;
  border-bottom: 3px solid #b42e60;
  margin: 0 auto;
  margin-bottom: 10px;
}

.width-home {
  color: #999999;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 320px) {
  .width-home {
    width: auto;
  }
}

@media only screen and (min-width: 480px) {
  .width-home {
    width: 400px;
  }
}

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

.tour-list .header-inline {
  width: 100%;
  display: block;
}

.tour-list .header-inline .title-inline a {
  font-size: 24px;
  color: #b42e60;
  text-decoration: none;
  float: left;
  padding-left: 15px;
}

.tour-list .tour-list-item {
  margin-bottom: 10px;
}

.item-style-box {
  margin-bottom: 10px;
}

.more-inline {
  float: right;
  color: #7eb041;
  font-weight: bold;
  font-style: italic;
  line-height: 30px;
}

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

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  opacity: .75;
  color: #767676;
}

.slick-next {
  margin-right: 35px;
  z-index: 999;
}

.slick-prev {
  margin-left: 35px;
  z-index: 999;
}

.item {
  padding: 0 15px;
}

.rulers {
  width: 135px;
  border-bottom: 3px solid #b42e60;
  margin-bottom: 15px;
}

.list-item {
  border-radius: 5px;
  background: #fff;
}

.list-item .card-image {
  background: #000000;
  height: 240px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .list-item .card-image {
    height: 170px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .list-item .card-image {
    height: 160px;
  }
}

.list-item:hover {
  transition-delay: 0s;
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

.list-item.bd-none {
  border: none;
  box-shadow: none;
  background: none;
}

.list-item .list-item-image {
  position: relative;
}

.list-item .list-item-image h4 {
  font-weight: bold;
  text-transform: capitalize;
}

.list-item .list-item-image h4 a {
  color: #b42e60;
  font-size: 24px;
  text-decoration: none;
}

.list-item .list-item-image h4 a:hover {
  color: #007097;
}

.list-item .list-item-image p {
  width: 100%;
  color: #333333;
  font-size: 14px;
  margin: 10px 0;
}

.list-item .list-item-image .card {
  z-index: 99;
  background: #ff1010;
  border-radius: unset;
  border: none;
  top: 10px;
  left: -5px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
}

.list-item .list-item-image .card span {
  padding: 5px;
}

.list-item .list-item-image .card span small {
  font-size: 12px;
}

.list-item .list-item-image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-item .list-item-detail {
  height: 200px;
  padding: 15px;
  position: relative;
  border: 1px solid #dddfe2;
}

.list-item .list-item-detail a {
  text-decoration: none;
}

.list-item .list-item-detail h5 {
  color: #b42e60;
  font-size: 18px;
  margin-bottom: 10px;
  height: 44px;
  overflow: hidden;
}

.list-item .list-item-detail h5:hover {
  color: #b42e60;
  transition: 0.3s;
  transition-delay: 0s;
}

.list-item .list-item-detail p {
  font-size: 13px;
  color: #333333;
  width: 100%;
  margin-bottom: 5px;
}

.list-item .list-item-detail p i {
  color: #666666;
  margin-right: 5px;
}

.list-item .list-item-detail .price .price-new {
  font-size: 20px !important;
  color: #ff8d1b;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0px;
}

.list-item .list-item-detail .price .price-old {
  font-size: 15px;
  width: 100%;
  color: #adadad;
}

.list-item .list-item-detail .book-tour {
  background: #ff8d1b;
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 5px;
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .list-item .list-item-detail .book-tour {
    position: unset;
    width: 100%;
  }
}

.list-item .list-item-detail .book-tour:hover {
  background: #ffa920;
}

.news-blog {
  background: #ffffff;
  padding: 20px 0;
}

.news-blog .news-blog-title a {
  font-size: 30px;
  color: #b42e60;
  text-decoration: none;
  display: block;
}

.news-blog .new-feed-top {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.news-blog .new-feed-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news-blog .new-feed-top .caption {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(246, 225, 225, 0), rgba(0, 0, 0, 0.69));
  bottom: 0;
  height: 60px;
  color: #f2f2f2;
  padding-left: 15px;
  line-height: 60px;
}

.news-blog .new-feed-top .caption a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.news-blog .slider-nav .news-feed-item {
  padding: 0 5px;
}

.news-blog .slider-nav .news-feed-item .content {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}

.news-blog .slider-nav .news-feed-item .content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-blog .slider-nav .news-feed-item a {
  color: #333333;
}

.news-blog .slider-nav .news-feed-item .caption {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}

.news-blog .slider-nav .news-feed-item .time-tour-caption {
  line-height: 30px;
  font-size: 12px;
  color: #666666eb;
}

.news-blog .list-blog ul li {
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 10px;
  list-style: none;
}

.news-blog .list-blog ul li .news-avatar {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.news-blog .list-blog ul li .news-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.news-blog .list-blog ul li a {
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  display: block;
  color: #000;
  overflow: hidden;
}

.news-blog .list-blog ul li p {
  margin-top: 5px;
  color: #666666eb;
  font-size: 12px;
  margin-bottom: 5px;
}

.category-home-hot {
  background: #ffffff;
}

.customer-box {
  padding-bottom: 15px;
  margin: 20px 0;
}

.customer-box h3 {
  color: #b42e60;
}

.customer-box .feedback-top {
  margin-bottom: 20px;
}

.customer-box .feedback-top .title {
  color: #b42e60;
  text-align: center;
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
}

.customer-box .customer-individual {
  margin-bottom: 20px;
}

.customer-box .customer-individual .customer-ind-item {
  margin: 5px 0;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.customer-box .customer-individual .customer-ind-item:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.customer-box .customer-individual .customer-ind-item .post-cus-content img {
  display: inline;
}

.customer-box .customer-individual .customer-ind-item .post-cus-content .post-cus-title {
  font-size: 18px;
  color: #b30660;
  line-height: 20px;
}

.customer-box .customer-individual .customer-ind-item .post-cus-content .post-cus-description {
  font-size: 15px;
  color: #8c8c8c;
  height: 65px;
  overflow: hidden;
  display: -webkit-box;
  margin-top: 10px;
}

.customer-box .customer-individual .customer-ind-item .profile-customer {
  margin-top: 10px;
  overflow: hidden;
}

.customer-box .customer-individual .customer-ind-item .profile-customer .customer-avatar {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50px;
}

.customer-box .customer-individual .customer-ind-item .profile-customer .customer-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.customer-box .customer-individual .customer-ind-item .profile-customer .info-customer {
  margin-left: 77px;
  margin-top: 10px;
}

.customer-box .customer-individual .customer-ind-item .profile-customer .info-customer .customer_name {
  color: #b30660;
  font-weight: bold;
}

.customer-box .customer-individual .customer-ind-item .profile-customer .info-customer .tour_link {
  font-weight: 200;
  color: #b30660;
  display: block;
}

.customer-box .feedback-evaluate {
  color: #ffb100;
}

.customer-box .see-all {
  margin-top: 20px;
}

.customer-box .see-all a {
  padding: 10px 50px;
  background: #7eb041;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid #7eb041;
  border-radius: 3px;
  text-decoration: none;
}

.customer-box .customer-business .cus-business-item {
  border: 1px solid #eee;
  margin: 5px 0;
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.customer-box .customer-business .cus-business-item:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.customer-box .customer-business .cus-business-item .item-head {
  position: relative;
}

.customer-box .customer-business .cus-business-item .item-head .item-avatar {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50px;
}

.customer-box .customer-business .cus-business-item .item-head .item-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.customer-box .customer-business .cus-business-item .item-head .item-cus-info {
  padding: 10px 0;
  color: #b30660;
  margin-left: 77px;
}

.customer-box .customer-business .cus-business-item .item-head .feedback-evaluate {
  position: absolute;
  right: 0;
  top: 5px;
}

.customer-box .customer-business .cus-business-item .post-cus-content img {
  display: inline;
}

.customer-box .customer-business .cus-business-item .post-cus-content .post-cus-title {
  font-size: 18px;
  color: #b30660;
  line-height: 20px;
}

.customer-box .customer-business .cus-business-item .post-cus-content .post-cus-description {
  font-size: 15px;
  color: #8c8c8c;
  height: 65px;
  overflow: hidden;
  display: -webkit-box;
  margin-top: 10px;
}

.customer-box .customer-business .cus-business-item .customer-company a {
  color: #b30660;
}

.customer-box .customer-business .cus-business-item .customer-company .cus_company_logo {
  padding: 0 !important;
  width: 100%;
  height: 100px;
}

.customer-box .customer-business .cus-business-item .customer-company .cus_company_logo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  text-align: center;
  margin: 0 auto;
}

.item-category .item {
  padding: 0 !important;
}

.tour-mobile {
  display: none !important;
}

@media (max-width: 480px) and (min-width: 320px) {
  .tour-pc {
    display: none !important;
  }

  .tour-mobile {
    display: block !important;
  }

  .item-mobile .avatar-mobile {
    position: relative;
    height: 200px;
  }

  .item-mobile .avatar-mobile .item-title {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
  }

  .item-mobile .avatar-mobile .item-title .text-title {
    float: left;
    width: 65%;
    overflow: hidden;
    padding-left: 9px;
  }

  .item-mobile .avatar-mobile .item-title .text-title a {
    color: #ffffff;
    font-size: 14px;
  }

  .item-mobile .avatar-mobile .price-text {
    float: right;
    width: 33%;
    text-align: center;
  }

  .item-mobile .avatar-mobile .price-text .price_base {
    color: #838D97;
  }

  .item-mobile .avatar-mobile .price-text .price_public {
    font-size: 16px;
    font-weight: bold;
    color: #b42e60;
  }

  .item-mobile .avatar-mobile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }

  .item-mobile .item-service {
    background: #ffffff;
    overflow: hidden;
    padding: 10px;
  }

  .item-mobile .item-service i {
    color: #9E9E9E !important;
  }

  .item-mobile .item-service .text-service {
    font-size: 12px !important;
    color: #333;
    margin-left: 15px;
  }

  .item-mobile .item-service .icon-service {
    float: left;
    margin-right: 5px;
  }

  .item-mobile .item-service .service-1 {
    float: left;
    width: 38%;
  }

  .item-mobile .item-service .service-2 {
    float: left;
    width: 32%;
  }

  .item-mobile .item-service .btn-booktour {
    float: right;
    width: 30%;
    text-align: right;
  }

  .item-mobile .item-service .btn-booktour .button-booktour {
    background: #FF9934;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 13px;
  }

  .new-feed-top {
    height: 250px !important;
  }

  .title-mobile {
    font-size: 24px !important;
  }

  .title-inline {
    font-size: 20px !important;
  }

  .feedback-evaluate {
    display: none;
  }

  .list-item:hover {
    box-shadow: none;
  }

  .list-item:hover .card-image img {
    opacity: unset;
  }

  #scroll-to-tour-hot {
    margin-top: 20px;
    font-size: 24px;
  }

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

.handbook {
  background: #c2c2c23d;
  margin-bottom: 40px;
}

.handbook .fix-image-height {
  height: 250px;
}

.handbook .fix-image-height img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

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

.handbook .content-handbook .title {
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.handbook .content-handbook a {
  color: #b42e60;
  text-decoration: none;
}

.handbook .content-handbook a:hover {
  color: #b42e60;
}

.handbook .content-handbook p {
  margin-bottom: 25px;
  height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.handbook .content-handbook .see-more-handbook {
  padding: 6px 25px;
  background: #b42e60;
  text-decoration: none;
  color: #ffffff;
  border-radius: 3px;
}

.handbook .content-handbook .see-more-handbook:hover {
  color: #ffffff;
  background: #ffb83d;
}

.handbook .border-white-left-right {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.handbook .content-handbook-right {
  margin-top: 20px;
}

.handbook .content-handbook-right h4 {
  color: #b42e60;
}

.handbook .content-handbook-right p {
  margin-bottom: 25px;
}

.handbook .content-handbook-right .description {
  margin-bottom: 25px;
  height: 95px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

#destination {
  background: #ffffff;
}

@media (min-width: 320px) and (max-width: 480px) {
  .news-item-mobile-destination {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    display: inline-block;
  }

  .news-avatar-mobile {
    width: 40% !important;
    height: 100px !important;
    float: left;
    margin-bottom: 0px !important;
  }

  .c-mobile {
    width: 60%;
    float: right;
    padding: 0 0 0 15px;
  }

  .c-mobile h4 {
    font-size: 14px;
    color: #313131;
    height: 35px !important;
    margin-bottom: 0;
  }

  .c-mobile .description-mobile {
    font-size: 13px !important;
    color: #bfbfbf;
    margin-bottom: 5px;
  }

  .c-mobile .news-more-info-mobile span {
    color: #939393;
  }

  .handbook-mobile {
    background: none;
    margin-bottom: 0px !important;
  }

  .handbook-mobile .content-handbook-mobile {
    margin-top: 10px !important;
    border-bottom: 1px solid #e5e5e5;
  }

  .handbook-mobile .content-handbook-mobile p {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 320px) and (max-width: 375px) {
  .news-avatar-mobile {
    width: 45% !important;
  }

  .c-mobile {
    width: 55%;
  }
}

/*
.c-mobile{
  width: 60%;
  float: right;
  padding: 0 0 0 15px;
  h4{
    font-size: 14px;
    color: #313131;
  }
  p{
    font-size: 12px;
    color: #bfbfbf;
  }
  .news-more-info-mobile{
    span{
      color: #939393;
    }
  }
}*/

.body_error_404 {
  background: #b30660;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  max-height: 700px;
  overflow: hidden;
}

.body_error_404 hr {
  padding: 0;
  border: none;
  border-top: 5px solid #fff;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 420px;
  height: 10px;
  z-index: -10;
}

.body_error_404 hr:after {
  content: "\2022";
  display: inline-block;
  position: relative;
  top: -0.75em;
  font-size: 2em;
  padding: 0 0.2em;
  background: #b30660;
}

.c_error_404 {
  text-align: center;
  display: block;
  position: relative;
  width: 80%;
  margin: 100px auto;
}

._404 {
  font-size: 220px;
  position: relative;
  display: inline-block;
  z-index: 2;
  height: 250px;
  letter-spacing: 15px;
  margin-bottom: 20px;
}

._1 {
  text-align: center;
  display: block;
  position: relative;
  letter-spacing: 8px;
  font-size: 3em;
  line-height: 80%;
  margin: 10px 0px;
}

._2 {
  text-align: center;
  display: block;
  position: relative;
  font-size: 20px;
  margin: 10px 0px;
}

._2 i {
  font-size: 20px;
}

.btn_error_404 {
  background-color: white;
  position: relative;
  display: inline-block;
  width: 358px;
  padding: 5px;
  z-index: 5;
  font-size: 25px;
  margin: 0 auto;
  color: #b30660;
  text-decoration: none;
  border-radius: 20px;
}

.btn_error_404:hover {
  color: #b30660;
}

.right {
  float: right;
  width: 60%;
}

.cloud {
  width: 350px;
  height: 120px;
  background: #FFF;
  background: linear-gradient(to bottom, #FFF 100%);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  position: absolute;
  margin: 120px auto 20px;
  z-index: -1;
  transition: ease 1s;
}

.cloud:after,
.cloud:before {
  content: '';
  position: absolute;
  background: #FFF;
  z-index: -1;
}

.cloud:after {
  width: 100px;
  height: 100px;
  top: -50px;
  left: 50px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}

.cloud:before {
  width: 180px;
  height: 180px;
  top: -90px;
  right: 50px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
}

.x1 {
  z-index: 4;
  top: -50px;
  left: 100px;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0.9;
  -webkit-animation: moveclouds 15s linear infinite;
  -moz-animation: moveclouds 15s linear infinite;
  -o-animation: moveclouds 15s linear infinite;
}

.x1_5 {
  z-index: 4;
  top: -80px;
  left: 250px;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-animation: moveclouds 17s linear infinite;
  -moz-animation: moveclouds 17s linear infinite;
  -o-animation: moveclouds 17s linear infinite;
}

.x2 {
  z-index: 4;
  left: 250px;
  top: 30px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.6;
  -webkit-animation: moveclouds 25s linear infinite;
  -moz-animation: moveclouds 25s linear infinite;
  -o-animation: moveclouds 25s linear infinite;
}

.x3 {
  z-index: 4;
  left: 250px;
  bottom: -70px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.8;
  -webkit-animation: moveclouds 25s linear infinite;
  -moz-animation: moveclouds 25s linear infinite;
  -o-animation: moveclouds 25s linear infinite;
}

.x4 {
  z-index: 4;
  left: 470px;
  bottom: 20px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.75;
  -webkit-animation: moveclouds 18s linear infinite;
  -moz-animation: moveclouds 18s linear infinite;
  -o-animation: moveclouds 18s linear infinite;
}

.x5 {
  z-index: 4;
  left: 200px;
  top: 300px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.8;
  -webkit-animation: moveclouds 20s linear infinite;
  -moz-animation: moveclouds 20s linear infinite;
  -o-animation: moveclouds 20s linear infinite;
}

@-webkit-keyframes moveclouds {
  0% {
    margin-left: 1000px;
  }

  100% {
    margin-left: -1000px;
  }
}

.new_fast h3 {
  font-size: 14px;
  font-weight: 700;
  margin-left: 20px;
  padding: 10px 0;
  color: #717171;
}

.new_fast .main_new_fast ul {
  border-left: 1px solid #e8e8e8;
  box-sizing: border-box;
  margin-left: 20px;
  margin-right: 15px;
}

.new_fast .main_new_fast ul li {
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0px;
  list-style: none;
}

.new_fast .main_new_fast .item_new_fast .avt_left_nf {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}

.new_fast .main_new_fast .item_new_fast .avt_left_nf img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.new_fast .main_new_fast .item_new_fast .avt_right_nf {
  margin-left: 40px;
}

.new_fast .main_new_fast .item_new_fast .avt_right_nf span {
  font-size: 11px;
}

.new_fast .main_new_fast .item_new_fast .avt_right_nf .doc_name_author {
  color: #b30660;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
}

.new_fast .main_new_fast .item_new_fast .avt_right_nf .cl_xam {
  color: #999;
}

.new_fast .main_new_fast .item_new_fast .avt_right_nf .cl_xam span {
  float: left;
}

.new_fast .main_new_fast .item_new_fast .avt_right_nf .cl_xam .nf_time {
  padding-left: 25px;
  float: right;
  display: none;
}

.new_fast .main_new_fast .item_new_fast .nf_title {
  padding-top: 2px;
  clear: both;
  text-transform: capitalize;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new_fast .main_new_fast .item_new_fast .nf_title a {
  color: #333;
}

.new_fast .main_new_fast .item_new_fast .nf_title a em {
  font-size: 12px;
}

.new_fast .main_new_fast .dot_gold {
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: 9;
}

.new_fast .main_new_fast .dot_gold .item_dot_gold {
  width: 6px;
  height: 6px;
  display: block;
  background: #fb0;
  border-radius: 8px;
  margin: 5px auto 0;
}

.box-list-slide {
  width: 100vw;
  overflow-x: auto;
  padding-left: 0;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch !important;
}

.box-list-slide::-webkit-scrollbar {
  width: 0;
}

.box-list-slide .box-item {
  width: 250px;
  background: #666666;
  height: 200px;
  display: inline-block;
}
a.page-numbers {
    margin-left: 10px;
	font-size: 15px;
}
span.page-numbers.current {
    margin-left: 10px;
	font-size: 15px;
}
a.next.page-numbers {
    background: #b42e60;
    text-align: center;
	color: #ffffff !important;
	padding: 6px 14px 10px 14px;
	font-size: 15px;
}
a.prev.page-numbers {
	 background: #b42e60;
    text-align: center;
	color: #ffffff !important;
	padding: 6px 14px 10px 14px;
	font-size: 15px;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
ul.navbar-nav.mr-auto ul li a {
    color: white;
}
ul#menu-mobile {
    display: contents!important;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;}
 em {
    font-size: 16px;
}

/* them css calender page-booking */
.date-selected-first {
  background-color: #FFCCCC !important;
  border: 1px solid #ff3c3c !important;
  color: #155724 !important;
  height: 50px;
  padding: 7px 0;
}

@media (max-width: 767px) {
  .date-selected-first {
    padding: 16px 0 !important;
    height: 49px;
  }
}

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

.date-selected {
  background-color: #FFCCCC !important;
  border: 1px solid #ff3c3c !important;
  color: #155724 !important;
  height: 50px;
  padding: 9px 0;
}

@media (max-width: 767px) {
  .date-selected {
    padding: 12px 0 !important;
    height: 49px;
  }
}

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

.clr-default {
  background-color: #FEF4CC !important;
}

#box-calender-price .month-name .month-element {
  font-weight: bold;
  color: #00506c;
  font-size: 16px;
}

#box-calender-price .daterangepicker.dropdown-menu {
  z-index: 10001;
}

@media (min-width: 320px) and (max-width: 374px) {
  #box-calender-price .col-12-edit {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #box-calender-price .col-12-edit {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #box-calender-price .calender_price .date-picker-wrapper .month-wrapper .gap {
    display: none;
  }
}

#box-calender-price .date-picker-wrapper .gap {
  display: none;
}

#box-calender-price .box-calender-price {
  position: relative;
}

#box-calender-price .calender_price .date-picker-wrapper .month-wrapper {
  padding: 0;
}

#box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day {
  width: 78px;
  height: 50px;
  line-height: normal;
  border-radius: 3px;
  margin-right: 2px;
  margin-bottom: 2px;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  #box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day {
    padding: 0 !important;
    width: 62px;
    height: 47px;
    margin-bottom: 5px;
  }
}

@media (min-width: 320px) and (max-width: 359px) {
  #box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day {
    padding: 0 !important;
    width: 35.9px;
    height: 47px;
    margin-bottom: 3px;
    margin-right: 1px;
  }
}

@media (min-width: 360px) and (max-width: 424px) {
  #box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day {
    width: 41px;
    height: 47px;
    margin-bottom: 3px;
    margin-right: 3px;
  }
}

@media (min-width: 425px) and (max-width: 767px) {
  #box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day {
    width: 50px;
    height: 47px;
    margin-bottom: 3px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day {
    width: 60px;
    height: 47px;
    margin-bottom: 5px;
  }
}

#box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day .price {
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 767px) {
  #box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day .price {
    font-size: 10px;
  }
}

#box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day p {
  margin: 0;
}

#box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day .box-date-price {
  padding: 7px 0px;
  background: #f5f5f5;
}

@media (max-width: 767px) {
  #box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day .box-date-price {
    padding: 9px 0;
  }
}

#box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day.toMonth.valid .box-date-price {
  background-color: #f1f1f1;
  border: 1px solid #999;
}

#box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day.toMonth.valid .box-date-price-404 {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

#box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day .box-date-price.priceLow {
  color: #155724 !important;
  background-color: #d4edda !important;
  border-color: #155724 !important;
  background-color: #c3e6cb !important;
}

#box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day .box-date-price .date {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  #box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day .box-date-price .date {
    margin-bottom: 3px;
  }
}

#box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .week-name {
  height: 50px;
  text-transform: unset !important;
}

#box-calender-price .calender-price-crawler h2 {
  margin-top: 20px;
}

#box-calender-price .calender-price-crawler h4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  #box-calender-price .calender-price-crawler h4 {
    padding: 5px 10px;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  #box-calender-price .calender-price-crawler h4 small {
    margin-top: 20px !important;
    margin-right: 59px;
  }
}

@media (min-width: 375px) and (max-width: 424px) {
  #box-calender-price .calender-price-crawler h4 small {
    margin-top: 20px !important;
    margin-right: 114px !important;
  }
}
@media (max-width: 424px) {
  #box-calender-price .calender_price .date-picker-wrapper{
	padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

@media (min-width: 425px) and (max-width: 767px) {
  #box-calender-price .calender-price-crawler h4 small {
    margin-top: 20px !important;
    margin-right: 162px !important;
  }
}

#box-calender-price .calender_price .date-picker-wrapper .month-wrapper table th,
#box-calender-price .calender_price .date-picker-wrapper .month-wrapper table td {
  font-size: 18px;
}

@media (max-width: 767px) {
  #box-calender-price .calender_price .date-picker-wrapper .month-wrapper table th,
  #box-calender-price .calender_price .date-picker-wrapper .month-wrapper table td {
    font-size: 10px;
  }
}

#box-calender-price #date-range12-container .first-date-selected {
  line-height: 29px !important;
}

#box-calender-price #date-range12-container .last-date-selected {
  line-height: 29px !important;
}

#box-calender-price #date-range12-container .toMonth {
  line-height: 29px !important;
}

#box-calender-price .calender_price .date-picker-wrapper .month-wrapper table .day.toMonth:hover:not(.first-date-selected) {
  border-radius: 3px !important;
  background-color: #fcf8e3 !important;
  border-color: #faebcc;
}

#box-calender-price .calender_price .date-picker-wrapper .first-date-selected,
#box-calender-price .calender_price .date-picker-wrapper .last-date-selected {
  /*border: 1px solid #0d0d0d !important;*/
  color: #2389C5 !important;
  font-weight: 500;
}

#box-calender-price .calender_price .date-picker-wrapper .first-date-selected {
  border-radius: 3px !important;
}

#box-calender-price .calender_price .date-picker-wrapper .last-date-selected {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

#box-calender-price .next {
  display: block !important;
}

#box-calender-price .prev {
  display: block !important;
}

#box-calender-price .calender_price .date-picker-wrapper table .caption .next {
  right: 0;
  text-align: right;
}

@media (max-width: 767px) {
  #box-calender-price .calender_price .date-picker-wrapper table .caption .next {
    padding: 5px 0 !important;
    font-size: 12px;
  }
}

#box-calender-price .calender_price .date-picker-wrapper table .caption .prev {
  text-align: left;
}

@media (max-width: 767px) {
  #box-calender-price .calender_price .date-picker-wrapper table .caption .prev {
    padding: 5px 0 !important;
    font-size: 12px;
  }
}

#box-calender-price .calender_price .date-picker-wrapper table .caption .next,
#box-calender-price .calender_price .date-picker-wrapper table .caption .prev {
  min-width: 102px;
  position: absolute;
  top: 10px;
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: bold;
  color: #007bff;
  transition: .3s;
}

#box-calender-price .calender_price .date-picker-wrapper table .caption .next:hover,
#box-calender-price .calender_price .date-picker-wrapper table .caption .prev:hover {
  background: #007bff;
  color: #ffffff;
}

#box-calender-price .title-search {
  margin-bottom: 15px;
  color: #1a3863;
  margin-top: 15px;
  font-size: 16px;
}

#box-calender-price .title-search .btn-group .btn-default-tag {
  padding: 4px 10px !important;
}

@media (max-width: 767px) {
  #box-calender-price .title-search .btn-group .btn-default-tag {
    font-size: 11px;
  }
}

#box-calender-price .popover-combo {
  min-width: 250px;
  border: 1px solid #2289C5;
  margin: 0;
  padding: 0;
  box-shadow: none;
  left: -90px;
  top: 38px;
}

#box-calender-price .popover-combo .popover-title {
  background: #2289C5;
  color: #fff;
  border: 0;
}

#box-calender-price .popover-combo .popover-content {
  padding: 15px;
}

#box-calender-price .popover-combo .popover-content .fa {
  color: #2289c5;
}

#box-calender-price .popover-combo .popover-content p {
  line-height: 18px;
  font-size: 12px;
  color: #999;
}

#box-calender-price .popover-combo .popover-content .combo-title {
  color: #1a3863;
  font-size: 14px;
}

#box-calender-price .popover-combo .popover-content .price {
  color: #eb6502;
}

#box-calender-price .popover-combo .popover-content .btn-link {
  font-size: 12px;
}

#box-calender-price .popover-combo.popover.bottom > .arrow {
  border-bottom-color: #2289C5;
}

#box-calender-price .popover-combo.popover.bottom > .arrow:after {
  border-bottom-color: #2289C5;
}

#box-calender-price .note-box {
  min-width: 40px;
  height: 18px;
  line-height: 18px;
  float: left;
  margin-right: 5px;
}

#box-calender-price .note-box-low {
  background-color: #d4edda;
  border-color: #c3e6cb;
}

#box-calender-price .note-box-default {
  background-color: #FEF4CC;
  border: 1px solid #FCC700;
}

.item-detail-option {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.fs__headerBlock {
  font-size: 14px;
  line-height: 1.5;
  color: #2A2A2E;
  font-family: inherit;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
}

.ts__customerQualities {
  display: -ms-flexbox;
  display: flex;
}

.ts__customerQualities .ts__leftContent {
  position: relative;
  padding: 10px;
  width: 16%;
  border: 1px solid #ccc;
}

.ts__customerQualities .ts__leftContent .fix-center {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ts__customerQualities .ts__rightContent {
  width: 85%;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  .ts__customerQualities .ts__rightContent {
    width: 100%;
    border-left: 1px solid #ccc !important;
  }
}

.ts__customerQualities .ts__rightContent .ts__listPriceDetail {
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.ts__customerQualities .ts__rightContent .ts__listPriceDetail:last-child {
  border-bottom: none;
}

.ts__customerQualities .bd-l-0 {
  border-left: 0;
}
.no-list-style {
    list-style-type: none;
}
@media (max-width: 767px){
	.ts__mbViewNone {
		display: none;
	}
}
@media (max-width: 768px){
	.ts__tableRpsNone {
		display: none;
	}
}
@media (max-width: 767px) {
  .ts__mbView {
    width: 50% !important;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .tablet-mobi-show {
    display: block !important;
  }
}
@media (min-width: 767px) {
  .listing__viewMobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tablet-mobi-hide {
    display: block !important;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  #patternTour .pattern-tour_table {
    display: none !important;
  }
}

#patternTour .pattern-tour_table .pattern-tour__content {
  border-top: none !important;
}

#patternTour .pattern-tour_table .pattern-tour__content:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item > * {
  line-height: 1.5rem;
  padding: 10px;
  font-size: 14px !important;
  vertical-align: top;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item {
  width: 100%;
  border-top: 1px solid #ccc !important;
  background: #ffffff;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__mutualAttr {
  padding: 10px !important;
  border-top: none !important;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__mutualAttr .watch-more-day {
  line-height: 12px;
  display: table-cell;
  padding-top: 3px;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__mutualAttr .watch-more-day:hover {
  text-decoration: none !important;
  border-bottom: 1px solid #33a4d0;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item:hover {
  background: #f0f0f0;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__itemImg {
  width: 35%;
}

@media (max-width: 990px) and (min-width: 768px) {
  #patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__itemImg {
    width: 50% !important;
  }
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__itemImg .pattern-tour__tourImages {
  float: left;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__itemImg .pattern-tour__tourImages .avatar-path {
  width: 150px;
  height: 100px;
  padding: 0;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__itemImg .pattern-tour__nameTour {
  float: left;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__itemImg .avatar-path {
  width: 150px;
  height: 100px;
  padding: 10px 0 10px 10px;
  margin-right: 10px;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__itemImg .avatar-path .image-tour {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__itemImg .pattern-tour__tourImg {
  position: relative;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__itemImg .pattern-tour__tourImg .pt_zoom-img {
  display: block;
  position: relative;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__itemImg .pattern-tour__tourImg .pt_zoom-img:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__itemImg .pattern-tour__tourImg .pt_zoom-img .pt_destination {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
  font-size: 16px;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__itemImg .pattern-tour__tourImg .pt_zoom-img .pt_hot-icon {
  background: #f00;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  position: absolute;
  left: -2px;
  top: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__itemImg .pattern-tour__tourImg a {
  transition: all 300ms;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__itemImg .pattern-tour__tourImg .pt_zoom-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: all 300ms;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__location {
  width: 15%;
}

@media (max-width: 990px) and (min-width: 768px) {
  #patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__location {
    width: 10% !important;
  }
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__priceRange {
  width: 15% !important;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__calendarDpt {
  width: 20% !important;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__button {
  width: 15%;
}

@media (max-width: 990px) and (min-width: 768px) {
  #patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__button {
    width: 10% !important;
  }
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pattern-tour__button {
  text-align: right !important;
}

#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item .pt_boxButton .pt_button {
  padding: 7px 30px;
  font-size: 10px;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 30px;
}

#listingRps {
  margin-top: 50px;
}

#listingRps .listing-rps {
  margin: 0 auto;
}

#listingRps .listing-rps .listing-block__detail .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 180px;
}

@media (max-width: 767px) and (min-width: 320px) {
  #listingRps .listing-rps .listing-block__detail .card-img-top {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    min-height: 150px;
    max-height: 200px;
    width: 100%;
  }
}

#listingRps .listing-rps .listing-block__detail .card-body .listing-rps__nameTour {
  font-weight: 700;
  margin: 0 0 4px 0;
}

#listingRps .listing-rps .listing-block__detail .card-body .listing-rps__additional {
  color: #00506c;
  font-size: 18px;
  text-decoration: none;
  height: 40px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500 !important;
}

#listingRps .listing-rps .listing-block__detail .card-body .mg-b-10 {
  margin-bottom: 10px !important;
}

#listingRps .listing-rps .listing-block__detail .card-body .listing-rps__journey {
  padding-left: 16px;
}

#listingRps .listing-rps .listing-block__detail .card-body .listing-block__devideBar {
  background-color: rgba(0, 0, 0, 0.12);
  border: none;
  height: 1px;
  margin: 0;
  margin-bottom: 12px;
}

#listingRps .listing-rps .listing-block__detail .card-body .listing-rps__boxPrice .listing-rps__priceRange {
  width: 50%;
}

#listingRps .listing-rps .listing-block__detail .card-body .listing-rps__boxPrice .listing-rps__priceRange .price-block .price-decoration {
  color: #f96d01;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  white-space: normal;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 8px;
}

#listingRps .listing-rps .listing-block__detail .card-body .listing-rps__boxPrice .listing-rps__bookBtn .listing-block__btn {
  text-transform: uppercase;
  padding: 8px 20px;
  /*background: #ff8d1b;
  border-color: #ff8d1b;
  color: #fff;*/
  line-height: 24px;
  border: none;
  cursor: pointer;
  text-align: center;
  position: relative;
  border-radius: 3px;
  transition: all .1s ease;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

#listingRps .listing-rps__last:last-child {
  margin-bottom: 10px;
}