.post .post-header {
  display: none;
}

/* header {
  border-top: 4px solid #1ba0e2;
} */

.evo-blog-nav {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .evo-blog-nav {
    position: relative;
    overflow: hidden;
  }
}

.evo-blog-nav .nav-blog {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.evo-blog-nav .nav-blog a {
  padding: 20px 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  display: block;
  font-size: 12px;
  position: relative;
  color: #1c1c1c;
  min-width: 70px;
  text-align: center;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  position: relative;
}

.evo-blog-nav .nav-blog a + a {
  border-left: 1px solid #f5f5f5;
}

.evo-blog-nav .nav-blog a:first-child {
  border-left: 1px solid #f5f5f5;
}

.evo-blog-nav .nav-blog a:last-child {
  border-right: 1px solid #f5f5f5;
}

.evo-blog-nav .nav-blog a.active,
.evo-blog-nav .nav-blog a:hover,
.evo-blog-nav .nav-blog a:focus {
  color: #fb8c09;
}

.evo-blog-nav .nav-blog a.active:after,
.evo-blog-nav .nav-blog a:hover:after,
.evo-blog-nav .nav-blog a:focus:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fb8c09;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.page-faq .faq-title {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 15px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .page-faq .faq-title {
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

.page-faq .product-fpt-with-stick-tab .panel-group .panel-default {
  border-radius: 0;
  border: 1px solid #ebebeb;
  box-shadow: none;
}

.page-faq
  .product-fpt-with-stick-tab
  .panel-group
  .panel-default
  .panel-heading {
  border-color: #ebebeb;
  background-color: #ebebeb;
  border-radius: 0;
  padding: 0;
}

.page-faq
  .product-fpt-with-stick-tab
  .panel-group
  .panel-default
  .panel-heading
  .panel-title {
  font-size: 15px;
  margin: 0;
}

.page-faq
  .product-fpt-with-stick-tab
  .panel-group
  .panel-default
  .panel-heading
  .panel-title
  a {
  color: #1c1c1c;
  letter-spacing: 1px;
  font-weight: 500;
  display: block;
  padding: 10px;
}

.page-faq
  .product-fpt-with-stick-tab
  .panel-group
  .panel-default
  .panel-heading.active {
  background-color: #1c1c1c;
}

.page-faq
  .product-fpt-with-stick-tab
  .panel-group
  .panel-default
  .panel-heading.active
  a {
  color: #fff;
}

.page-faq
  .product-fpt-with-stick-tab
  .panel-group
  .panel-default
  .panel-heading:hover {
  background-color: #fb8c09;
}

.page-faq
  .product-fpt-with-stick-tab
  .panel-group
  .panel-default
  .panel-heading:hover
  a {
  color: #fff;
}

.page-faq .product-fpt-with-stick-tab .panel-group .panel-default .panel-body {
  border-top: none !important;
  padding: 10px;
}

.page-faq
  .product-fpt-with-stick-tab
  .panel-group
  .panel-default
  .panel-body
  p {
  margin-bottom: 10px;
}

.page-faq
  .product-fpt-with-stick-tab
  .panel-group
  .panel-default
  .panel-body
  p
  a {
  font-weight: 500;
  color: #1ba0e2;
}

.page-faq
  .product-fpt-with-stick-tab
  .panel-group
  .panel-default
  .panel-body
  p
  a:hover,
.page-faq
  .product-fpt-with-stick-tab
  .panel-group
  .panel-default
  .panel-body
  p
  a:focus {
  color: #1c1c1c;
}

@media (max-width: 767px) {
  .panel-group .panel + .panel {
    margin-top: 10px;
  }
}

.page-contacts .contact-padding {
  padding-top: 20px;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .page-contacts .contact-padding {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .page-contacts .contact-padding {
    padding-top: 15px;
  }
}

.page-contacts .contact-padding .leave-your-message {
  margin-bottom: 20px;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .page-contacts .contact-padding .leave-your-message {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .page-contacts .contact-padding .leave-your-message {
    padding-bottom: 0;
  }
}

.page-contacts .contact-padding .leave-your-message h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.page-contacts .contact-padding .leave-your-message p {
  color: #777;
}

.page-contacts .contact-padding .leave-your-message .contact-box {
  background: #fff;
  padding: 5px 0 5px 60px;
  position: relative;
  width: 100%;
  min-height: 59px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .page-contacts .contact-padding .leave-your-message .contact-box {
    padding: 5px 0 5px 50px;
    text-align: left;
  }
}

.page-contacts .contact-padding .leave-your-message .contact-box .icon {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  border: 1px dashed #1ba0e2;
  border-radius: 50%;
  color: #1ba0e2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .page-contacts .contact-padding .leave-your-message .contact-box .icon {
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    margin-bottom: 0;
    position: absolute;
  }
}

.page-contacts .contact-padding .leave-your-message .contact-box .icon svg path,
.page-contacts
  .contact-padding
  .leave-your-message
  .contact-box
  .icon
  svg
  polygon {
  fill: #1ba0e2 !important;
}

@media (max-width: 767px) {
  .page-contacts .contact-padding .leave-your-message .contact-box .content h4 {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.page-contacts .contact-padding .leave-your-message .contact-box .content p,
.page-contacts .contact-padding .leave-your-message .contact-box .content a {
  margin-bottom: 0;
  color: #777;
}

@media (max-width: 767px) {
  .page-contacts .contact-padding .leave-your-message .contact-box .content p,
  .page-contacts .contact-padding .leave-your-message .contact-box .content a {
    font-size: 14px;
  }
}

.page-contacts
  .contact-padding
  .leave-your-message
  .contact-box
  .content
  p:hover,
.page-contacts
  .contact-padding
  .leave-your-message
  .contact-box
  .content
  p:focus,
.page-contacts
  .contact-padding
  .leave-your-message
  .contact-box
  .content
  a:hover,
.page-contacts
  .contact-padding
  .leave-your-message
  .contact-box
  .content
  a:focus {
  color: #1ba0e2;
}

.page-contacts .contact-padding .leave-your-message .contact-box:hover .icon {
  border-color: #1ba0e2;
  background-color: #1ba0e2;
}

.page-contacts
  .contact-padding
  .leave-your-message
  .contact-box:hover
  .icon
  svg
  path,
.page-contacts
  .contact-padding
  .leave-your-message
  .contact-box:hover
  .icon
  svg
  polygon {
  fill: #fff !important;
}

.page-contacts .contact-padding #contact .form-group label {
  font-weight: 500;
}

.page-contacts .contact-padding #contact .form-group input,
.page-contacts .contact-padding #contact .form-group textarea {
  border-color: #eee;
  resize: none;
}

.page-contacts .evo-maps iframe {
  width: 100%;
  height: 300px;
}

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

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

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

.article-details img {
  width: 100%;
  height: auto;
  margin-left: -1em;
}

: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, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4b280c;
  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[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

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: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

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

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

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -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: 0.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-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-weight: 500;
  line-height: 1.2;
}

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

.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\00A0";
}

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

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

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

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

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

.container-fluid {
  width: 100%;
  height: 100%;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td,
.table th {
  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-sm td,
.table-sm th {
  padding: 0.3rem;
}

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

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

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

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}

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

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

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

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}

.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 > td,
.table-secondary > th {
  background-color: #d6d8db;
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}

.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 > td,
.table-success > th {
  background-color: #c3e6cb;
}

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}

.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 > td,
.table-info > th {
  background-color: #bee5eb;
}

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}

.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 > td,
.table-warning > th {
  background-color: #ffeeba;
}

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}

.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 > td,
.table-danger > th {
  background-color: #f5c6cb;
}

.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}

.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 > td,
.table-light > th {
  background-color: #fdfdfe;
}

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}

.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 > td,
.table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}

.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 > td,
.table-active > th {
  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: #343a40;
  border-color: #454d55;
}

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

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

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}

.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 {
  color: #fff;
  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;
  }

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.752px);
  padding: 0 0.5rem 0.25rem 0.5rem !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.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: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;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[multiple],
select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.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: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  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: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  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 .custom-select,
  .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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  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;
}

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(38, 143, 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(38, 143, 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(130, 138, 145, 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(130, 138, 145, 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(72, 180, 97, 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(72, 180, 97, 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(58, 176, 195, 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(58, 176, 195, 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(222, 170, 12, 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(222, 170, 12, 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(225, 83, 97, 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(225, 83, 97, 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(216, 217, 219, 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(216, 217, 219, 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(82, 88, 93, 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(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  border-color: #343a40;
}

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

.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;
  text-decoration: none;
}

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

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

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

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

.btn-group-sm > .btn,
.btn-sm {
  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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em 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;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

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

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  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 {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  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 {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  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-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}

.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:focus,
.dropdown-item:hover {
  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;
  pointer-events: none;
  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;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

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

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

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

.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-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

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

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  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,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .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-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

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

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* Menu in tour type pages */

.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 > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

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

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

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

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

.input-group > .custom-select:not(:first-child),
.input-group > .form-control: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::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  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="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

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

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}

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

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  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;
  border-color: #007bff;
  background-color: #007bff;
}

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

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-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 {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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 {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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: #007bff80;
}

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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: #007bff80;
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 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;
  transition: transform 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,
    -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #007bff80;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%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/8px 10px;
  background-color: #fff;
  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: 0 0 0 0.2rem #007bff40;
}

.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 {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem #007bff40;
}

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

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

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  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(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.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:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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:focus,
.navbar-brand:hover {
  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:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

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

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

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

@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 .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 {
  -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 .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-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  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,%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:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  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,%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:focus,
.navbar-dark .navbar-text a:hover {
  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:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

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

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

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

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

  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-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;
    orphans: 1;
    widows: 1;
  }

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

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.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 {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 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 {
  z-index: 2;
  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-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: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

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

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

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

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

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

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

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

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

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

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

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

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

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

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

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

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

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

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

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

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

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

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

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

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

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

.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;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.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 (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.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:focus,
.list-group-item-action:hover {
  z-index: 1;
  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.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  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:focus,
.list-group-item-secondary.list-group-item-action:hover {
  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:focus,
.list-group-item-success.list-group-item-action:hover {
  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:focus,
.list-group-item-info.list-group-item-action:hover {
  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:focus,
.list-group-item-warning.list-group-item-action:hover {
  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:focus,
.list-group-item-danger.list-group-item-action:hover {
  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:focus,
.list-group-item-light.list-group-item-action:hover {
  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:focus,
.list-group-item-dark.list-group-item-action:hover {
  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: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.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, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  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 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 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 #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.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-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-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, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-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-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  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;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%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,%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: 0;
  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 {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  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-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !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 embed,
.embed-responsive iframe,
.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.857143%;
}

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !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;
  padding: 0 0.5rem;
}

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

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !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;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !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;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !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;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !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;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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: 5.2rem;
    padding: 0 0 0 1rem;
    z-index: 10;
  }

  .single.single-tours .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 148px;
    padding: 0 0.5rem 0 0;
    z-index: 10;
  }
}

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

.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-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}

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

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  ::after,
  ::before {
    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;
  }

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

  thead {
    display: table-header-group;
  }

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

  h2,
  h3,
  p {
    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 td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.ploading {
  position: relative;
  overflow: hidden;
  display: block;
  height: 250px;
  margin: 0;
}

.ploading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -16px 0 0 -16px;
  border: 2px solid #2874ef;
  border-top-color: #e1e8ed;
  border-right-color: #e1e8ed;
  border-radius: 100%;
  animation: spinner 1s infinite linear;
  transform-origin: center;
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

#admin_bar_iframe {
  display: none !important;
}

.title-head {
  font-size: 1.42857em;
  color: #333;
  text-decoration: none;
}

.title-head a {
  color: #333;
}

.title-head a:hover {
  color: #1ba0e2;
}

.subtitle-head {
  font-size: 1.28571em;
  color: #333;
  margin: 20px 0;
}

.breadcrumb {
  margin: 0;
  font-size: 1em;
  padding: 10px 0;
  border-radius: 0;
  position: relative;
  display: block;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li > a {
  color: #333;
}

.breadcrumb li > a > span {
  color: #333;
}

.breadcrumb li > a > span:hover,
.breadcrumb li > a > span:focus {
  color: #1680b4;
  text-decoration: none;
}

.breadcrumb li > a:hover,
.breadcrumb li > a:focus {
  color: #1680b4;
  text-decoration: none;
}

.breadcrumb li span {
  display: inline;
  color: #1680b4;
  padding: 0 2px;
}

.breadcrumb li a:hover,
.breadcrumb li.active,
.breadcrumb li strong {
  color: #1680b4;
  font-weight: normal;
}

.breadcrumb li:after {
  content: "/";
  padding: 0 5px;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb > li + li:before {
  display: none;
}

.pagination {
  margin-bottom: 20px;
}

.pagination .page-link {
  float: left;
  margin: 0 3px;
  width: 36px;
  background: #fff;
  text-align: center;
  height: 36px;
  font-size: 14px;
  line-height: 34px;
  color: #000;
  border-radius: 0;
  border: none;
  text-decoration: none;
  border-radius: 0px !important;
  padding: 0;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  font-weight: 600;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color: #1ba0e2;
  color: #fff;
}

.pagination .page-link:hover svg path,
.pagination .page-link:focus svg path {
  fill: #fff !important;
}

@media (max-width: 480px) {
  .pagination .page-link {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0 2px;
    font-size: 12px;
  }
}

.pagination .page-link svg {
  position: relative;
}

.pagination .page-item.disabled .page-link {
  color: #000;
  background: #fff;
  border: 1px solid transparent;
}

.pagination .page-item.active .page-link {
  background-color: #fb8c09;
  color: #fff;
}

/* header {
  border-top: 4px solid #fb8c09;
} */

.mini-cart {
  z-index: 999;
  text-align: center;
}

@media (min-width: 1024px) {
  .mini-cart:hover:before,
  .mini-cart:hover .top-cart-content {
    display: block !important;
  }
}

.mini-cart .dropdown-toggle {
  font-size: 12px;
  padding: 0;
  text-transform: none;
}

.top-cart-contain {
  color: #333;
  padding: 0;
  right: 0;
}

.top-cart-contain .price {
  color: #ff5722;
  text-transform: uppercase;
}

.top-cart-contain .mini-cart .price {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 700;
}

.top-cart-contain .product-details .price {
  color: #1ba0e2;
  width: auto;
  float: none;
  font-weight: 400;
  padding-left: 0;
  font-size: 12px;
}

.top-cart-content {
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  padding: 0;
  text-align: left;
  z-index: 10000;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
  -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
  box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
  top: 50px;
}

.top-cart-content .empty {
  text-align: left;
  color: #333;
}

.top-cart-content .product-name {
  margin: 0;
  width: 150px;
  line-height: 1;
  padding-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-cart-content .product-name a {
  font-size: 1em;
  line-height: normal;
  line-height: 20px !important;
  font-weight: 500;
  color: #1c1c1c;
}

.top-cart-content .product-name a:hover,
.top-cart-content .product-name a:focus {
  color: #1ba0e2;
}

.top-cart-content .list-item-cart {
  max-height: 230px;
  overflow-y: auto;
}

.top-cart-content .list-item-cart::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  background-color: #f5f5f5;
}

.top-cart-content .list-item-cart::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.top-cart-content .list-item-cart::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: #e5e5e5;
}

.top-cart-content li {
  list-style: none;
}

.top-cart-content li.item {
  border-top: 1px solid #eee;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}

.top-cart-content li.item:first-child {
  border-top: none;
  padding-top: 10px;
}

.top-cart-content li.item:last-child {
  margin: 0;
  border-bottom: none;
}

.top-cart-content li.item .product-image {
  float: left;
  display: block;
  width: 80px;
  margin-right: 10px;
}

.top-cart-content li.item .detail-item {
  padding-left: 90px;
}

.top-cart-content li.item .detail-item .remove-item-cart {
  position: absolute;
  right: 10px;
  color: #1c1c1c;
  font-size: 20px;
}

.top-cart-content li.item .detail-item .remove-item-cart:hover,
.top-cart-content li.item .detail-item .remove-item-cart:focus {
  color: #1ba0e2;
}

.top-cart-content
  li.item
  .detail-item
  .product-details-bottom
  .price.pricechange {
  display: block;
  margin-bottom: 7px;
  color: #ff5722;
  font-weight: 500;
}

.top-cart-content li.item .detail-item input {
  display: inline-block;
  width: 45px;
  padding: 0;
  text-align: center;
  min-height: 30px;
  height: 30px;
  margin-bottom: 0;
  float: left;
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.top-cart-content li.item .detail-item input[disabled] {
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-left: none;
  border-right: none;
}

.top-cart-content li.item .detail-item button.items-count {
  display: inline-block;
  box-shadow: none;
  outline: none;
  background-color: #fff;
  border: 1px solid #ebebeb;
  height: 30px;
  float: left;
  width: 30px;
}

.top-cart-content .block-subtitle {
  color: #333;
  overflow: hidden;
  padding: 15px;
  text-align: left;
  font-size: 0.92857em;
  background: #f5f5f5;
  text-transform: none;
  font-weight: 400;
  border-bottom: 1px #ddd solid;
}

.top-cart-content .actions .btn,
.top-cart-content .actions input[type="submit"] {
  border: 1px solid #1ba0e2;
  color: #fff;
  background-color: #1ba0e2;
  min-width: 145px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
}

.top-cart-content .actions .btn + .btn,
.top-cart-content .actions input[type="submit"] + .btn,
.top-cart-content .actions .btn + input[type="submit"],
.top-cart-content .actions input[type="submit"] + input[type="submit"] {
  float: right;
}

.top-cart-content .actions .btn:hover,
.top-cart-content .actions input[type="submit"]:hover,
.top-cart-content .actions .btn:focus,
.top-cart-content .actions input[type="submit"]:focus {
  color: #fff;
  background-color: #1789c2;
  border-color: #1789c2;
  box-shadow: none;
  outline: none;
}

.top-wish-list-content {
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  padding: 0;
  text-align: left;
  z-index: 10000;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
  -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
  box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
  top: 50px;
}

.top-wish-list-content .added-products {
  padding: 10px;
  margin: 0;
  max-height: 582px;
  min-width: 320px;
}

.top-wish-list-content .added-products .favorites-message {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e5e5e5;
  font-weight: 500;
}

.top-wish-list-content .added-products .wish-list-small {
  max-height: 200px;
  overflow-y: auto;
}

.top-wish-list-content
  .added-products
  .wish-list-small::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  background-color: #f5f5f5;
}

.top-wish-list-content .added-products .wish-list-small::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.top-wish-list-content
  .added-products
  .wish-list-small::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: #e5e5e5;
}

.top-wish-list-content
  .added-products
  .wish-list-small
  .empty-description
  .empty-icon {
  margin-bottom: 10px;
  display: block;
}

.top-wish-list-content
  .added-products
  .wish-list-small
  .empty-description
  .empty-icon
  .ico-favorite-heart {
  height: 50px;
  width: 50px;
  background-image: url(https://1.bp.blogspot.com/-mXz7ueNbjgo/YELltxVqTNI/AAAAAAAACmY/xyyg2PVWzcUcxT96uGsIPnajX4M6yyYZACLcBGAsYHQ/s0/tim.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.top-wish-list-content
  .added-products
  .wish-list-small
  .empty-description
  .empty-text {
  text-align: center;
}

.top-wish-list-content
  .added-products
  .wish-list-small
  .empty-description
  .empty-text
  h3,
.top-wish-list-content
  .added-products
  .wish-list-small
  .empty-description
  .empty-text
  .h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #303846;
}

.top-wish-list-content
  .added-products
  .wish-list-small
  .empty-description
  .empty-text
  p {
  font-size: 13px;
  margin-bottom: 0;
  color: #999;
}

.top-wish-list-content .added-products .wish-list-small .wish-list-item-small {
  position: relative;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #e5e5e5;
}

.top-wish-list-content
  .added-products
  .wish-list-small
  .wish-list-item-small
  .product-image {
  float: left;
  display: block;
  width: 80px;
  margin-right: 10px;
}

.top-wish-list-content
  .added-products
  .wish-list-small
  .wish-list-item-small
  .product-image
  img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

.top-wish-list-content
  .added-products
  .wish-list-small
  .wish-list-item-small
  .detail-item {
  padding-left: 90px;
}

.top-wish-list-content
  .added-products
  .wish-list-small
  .wish-list-item-small
  .detail-item
  .js-remove-wishlist {
  position: absolute;
  right: 10px;
  color: #1c1c1c;
  font-size: 20px;
}

.top-wish-list-content
  .added-products
  .wish-list-small
  .wish-list-item-small
  .detail-item
  .js-remove-wishlist:hover,
.top-wish-list-content
  .added-products
  .wish-list-small
  .wish-list-item-small
  .detail-item
  .js-remove-wishlist:focus {
  color: #1ba0e2;
}

.top-wish-list-content
  .added-products
  .wish-list-small
  .wish-list-item-small
  .detail-item
  .product-name {
  margin: 0;
  width: 150px;
  line-height: 1;
  padding-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-wish-list-content
  .added-products
  .wish-list-small
  .wish-list-item-small
  .detail-item
  .product-name
  a {
  font-size: 1em;
  line-height: 20px !important;
  font-weight: 500;
  color: #1c1c1c;
}

.top-wish-list-content
  .added-products
  .wish-list-small
  .wish-list-item-small
  .detail-item
  .product-name
  a:hover,
.top-wish-list-content
  .added-products
  .wish-list-small
  .wish-list-item-small
  .detail-item
  .product-name
  a:focus {
  color: #1ba0e2;
}

.top-wish-list-content
  .added-products
  .wish-list-small
  .wish-list-item-small
  .detail-item
  .product-details-bottom
  .pricechange {
  color: #ff5722;
  display: block;
}

.top-wish-list-content .added-products .wish-list-button-all {
  text-align: center;
  margin-top: 10px;
}

.top-wish-list-content .added-products .wish-list-button-all a {
  display: block;
  padding: 6px 10px;
  color: #fff;
  background-color: #1ba0e2;
}

.top-wish-list-content .added-products .wish-list-button-all a:hover,
.top-wish-list-content .added-products .wish-list-button-all a:focus {
  color: #fff;
  background-color: #1680b4;
}

.top-subtotal {
  color: #333;
  font-size: 1.14286em;
  font-weight: 400;
  padding: 12px 0;
  border-top: 1px dashed #e5e5e5;
  text-align: left;
  text-transform: none;
}

.top-subtotal .price {
  font-weight: 500;
  color: #ff5722;
  float: right;
}

ul#cart-sidebar {
  padding: 10px;
  margin: 0;
  max-height: 582px;
  min-width: 320px;
}

ul#cart-sidebar li.list-item {
  max-height: 400px;
  overflow-y: auto;
}

ul#cart-sidebar li.action {
  display: none;
}

ul#cart-sidebar .no-item {
  text-align: center;
}

ul#cart-sidebar .no-item .empty-icon {
  margin-bottom: 10px;
  display: block;
}

ul#cart-sidebar .no-item .empty-icon .ico-cart {
  height: 50px;
  width: 50px;
  background-image: url(https://1.bp.blogspot.com/-HCs-GsSmo5A/YELmBlawG3I/AAAAAAAACmg/HMmSh54V2pMNpWFisyDZ_lvBtdMZfW2pwCLcBGAsYHQ/s16000/cart.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul#cart-sidebar .no-item p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #303846;
}

ul#cart-sidebar.hasclass li.action {
  display: block;
}

ul#cart-sidebar li.list-item .price2 {
  font-weight: 700;
  color: #f94e3f;
  font-size: 14px;
  display: list-item;
  margin-bottom: 5px;
}

ul#cart-sidebar li.list-item::-webkit-scrollbar {
  width: 5px;
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.9);
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb {
  background: #1ba0e2;
  border-radius: 15px;
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:hover,
ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:active {
  background: #1ba0e2;
  border-radius: 15px;
}

.li-fix-1 {
  background: #fff;
  border-top: 1px solid #ebebeb;
  display: block;
}

.li-fix-2 {
  display: block;
  width: 295px;
}

@media (max-width: 991px) and (max-width: 1450px) {
  header .nav-item {
    width: 100%;
    margin-right: 0;
    border-top: 1px solid #f5f5f5;
  }
}

header .nav-item.has-mega {
  position: static;
}

header .nav-item:hover,
header .nav-item:focus {
  background-color: transparent;
}

header .nav-item > a {
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 19.36px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  border-radius: 30px;
  background: linear-gradient(to right, #ffb11f, #ff8a00);
  margin: 3px;
}

/* Header */
header .nav-item > a svg {
  fill: #696969;
}
/* header {
}
header .menu-item {
} */
header .menu-item .nav-link {
  position: relative;
  color: #4b280c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-family: "Inter", sans-serif;
  padding: 0;
  background: unset;
  margin: unset;
}
header .menu-item .nav-link svg {
  width: 16px;
  /*height: 25px;*/
  text-align: center;
  stroke: #ffffff;
}
header .menu-item .nav-link:hover {
  cursor: pointer;
  color: #fb8c09;
}
/* header .menu-item .nav-link:hover svg {
    stroke: #fb8c09;
} */
header .menu-item .nav-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 3.5px;
  margin-left: -50%;
  background: linear-gradient(to right, #ffb11f, #ff8a00);
  transform: scale(0);
  transition: transform 0.4s ease-in-out;
  transform-origin: left;
}
/* header .menu-item .nav-link:hover:after {
    transform: scale(1);
    transform-origin: right;
} */

@media (max-width: 991px) and (max-width: 1450px) {
  header .nav-item > a {
    text-align: left;
    padding: 8px 10px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  header .nav-item > a:hover,
  header .nav-item > a:focus {
    color: #fb8c09;
    background-color: transparent;
  }

  header .nav-item > a:hover svg path,
  header .nav-item > a:focus svg path {
    fill: #fb8c09;
  }
}

header .nav-item.has-childs > a > svg {
  /* width: 10px;
  height: 20px; */
}

@media (max-width: 991px) and (max-width: 1450px) {
  header .nav-item.has-childs > a > svg {
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    margin-right: 0;
    float: right;
    line-height: 22px;
    width: 20px;
    text-align: center;
  }
}

/* header .nav-item.has-childs > a:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 11px 12px;
  border-color: transparent transparent #fff;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: -999em;
  right: 0px;
  margin: auto;
  opacity: 0;
  transition: opacity 300ms linear 0s;
} */

@media (min-width: 992px) {
  header .nav-item.has-childs:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    margin-top: 0;
  }

  header .nav-item.has-childs:hover > .mega-content {
    display: block;
  }
}

@media (min-width: 992px) and (min-width: 1025px) {
  /* header .nav-item.has-childs:hover > .mega-content {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(1%);
  } */
}

@media (max-width: 991px) and (max-width: 1450px) {
  header .nav-item.has-childs.active > .dropdown-menu {
    display: block;
  }

  header .nav-item.has-childs.active > a > svg {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 10px;
  }
}

header .nav-item > .fa {
  color: #000;
  position: absolute;
  right: 0;
  top: 33px;
}

header .nav-item .nav-item-lv2 {
  padding: 0 10px;
}

header .nav-item .nav-item-lv3 {
  padding: 0 10px;
}

header .nav-item li.dropdown-submenu {
  position: relative;
}

header .nav-item li.dropdown-submenu .dropdown-menu {
  left: -100%;
  top: 0;
}

header .nav-item.active {
  background-color: transparent;
}

header .nav-item.active > a {
  color: #1ba0e2;
  background-color: transparent;
}

header .nav-item ul.dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 1030;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
}

@media (min-width: 1023px) and (max-width: 1024px) {
  header .nav-item ul.dropdown-menu {
    left: -80px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  header .nav-item ul.dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    top: 0;
    position: relative;
    margin: 0;
    border-top: 1px solid #f5f5f5;
  }
}

header .nav-item ul.dropdown-menu li {
  padding: 0;
}

header .nav-item ul.dropdown-menu li + li {
  margin-top: 5px;
}

@media (max-width: 991px) and (max-width: 1450px) {
  header .nav-item ul.dropdown-menu li + li {
    margin-top: 0;
    border-top: 1px solid #f5f5f5;
  }
}

header .nav-item ul.dropdown-menu li a {
  padding: 5px 15px;
  position: relative;
  padding-right: 20px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #141414;
  font-size: 14px;
  font-weight: 500;
}

header .nav-item ul.dropdown-menu li a i {
  float: right;
}

@media (max-width: 991px) and (max-width: 1450px) {
  header .nav-item ul.dropdown-menu li a {
    padding: 8px 20px;
  }
}

header .nav-item ul.dropdown-menu li a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  left: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

header .nav-item ul.dropdown-menu li a:hover,
header .nav-item ul.dropdown-menu li a:focus {
  background-color: transparent;
  color: #1ba0e2;
}

header .nav-item ul.dropdown-menu li a:hover::after,
header .nav-item ul.dropdown-menu li a:focus::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #1ba0e2;
}

header .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
}

@media (max-width: 991px) and (max-width: 1450px) {
  header .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 0;
  }

  header
    .nav-item
    ul.dropdown-menu
    li.dropdown-submenu
    .dropdown-menu
    .nav-item-lv3
    a {
    padding-left: 35px;
  }
}

header .nav-item ul.dropdown-menu li.dropdown-submenu > a svg {
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 991px) and (max-width: 1450px) {
  header .nav-item ul.dropdown-menu li.dropdown-submenu > a svg {
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    margin-right: 0;
    float: right;
    line-height: 22px;
    width: 20px;
    text-align: center;
  }
}

header .nav-item ul.dropdown-menu li.dropdown-submenu > a:hover svg path {
  fill: #1ba0e2;
}

@media (min-width: 992px) {
  header .nav-item ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
    margin-top: 0;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  header
    .nav-item
    ul.dropdown-menu
    li.dropdown-submenu.active
    > .dropdown-menu {
    display: block;
  }

  header .nav-item ul.dropdown-menu li.dropdown-submenu.active > a > svg {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 10px;
  }
}

@media (min-width: 992px) {
  header .nav-item:nth-child(4) li.dropdown-submenu,
  header .nav-item:nth-child(5) li.dropdown-submenu,
  header .nav-item:nth-child(6) li.dropdown-submenu,
  header .nav-item:nth-child(7) li.dropdown-submenu,
  header .nav-item:nth-child(8) li.dropdown-submenu,
  header .nav-item:nth-child(9) li.dropdown-submenu {
    position: relative;
  }

  header .nav-item:nth-child(4) li.dropdown-submenu .dropdown-menu,
  header .nav-item:nth-child(5) li.dropdown-submenu .dropdown-menu,
  header .nav-item:nth-child(6) li.dropdown-submenu .dropdown-menu,
  header .nav-item:nth-child(7) li.dropdown-submenu .dropdown-menu,
  header .nav-item:nth-child(8) li.dropdown-submenu .dropdown-menu,
  header .nav-item:nth-child(9) li.dropdown-submenu .dropdown-menu {
    right: 100%;
    top: 0;
    left: auto !important;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  header .nav-item:nth-child(4) li.dropdown-submenu:hover > .dropdown-menu,
  header .nav-item:nth-child(5) li.dropdown-submenu:hover > .dropdown-menu,
  header .nav-item:nth-child(6) li.dropdown-submenu:hover > .dropdown-menu,
  header .nav-item:nth-child(7) li.dropdown-submenu:hover > .dropdown-menu,
  header .nav-item:nth-child(8) li.dropdown-submenu:hover > .dropdown-menu,
  header .nav-item:nth-child(9) li.dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

footer .back-to-top {
  position: absolute;
  right: 10px;
  bottom: 60px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  top: auto !important;
  height: 40px;
  width: 40px;
  background-color: #000;
  border: 2px solid #fff;
  line-height: 36px;
  border-radius: 4px;
  font-size: 20px;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-120px);
  opacity: 0;
  visibility: hidden;
}

footer .back-to-top:hover {
  color: #fff;
  background-color: #1ba0e2;
  border-color: #1786be;
}

footer .back-to-top.show {
  position: fixed;
  z-index: 999;
  transition: all 0.3s ease-out 0s;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.product-tab .tab-link {
  margin-right: 20px;
}

.product-tab .tab-link h3,
.product-tab .tab-link .h3 {
  margin: 10px 0;
  font-size: 1.14286em;
}

.product-tab .tab-link span {
  font-size: 1.14286em;
}

.product-tab .tab-link.current h3,
.product-tab .tab-link.current .h3 {
  color: #1ba0e2;
}

.product-tab .tab-content.current {
  min-height: 1px;
}

@media (max-width: 480px) {
  .product-tab .tab-content.current {
    min-height: 20px;
  }
}

.sortPagiBar {
  padding-bottom: 15px;
}

#article-comments {
  margin-top: 30px;
}

#article-comments .article-comment {
  margin-bottom: 10px;
}

#article-comments .article-comment-user-image {
  margin: 0;
  float: left;
  width: 50px;
  margin-right: 12px;
}

#article-comments .article-comment-user-comment {
  padding-left: 63px;
  font-size: 1em;
}

#article-comments .user-name-comment {
  margin: 0;
  color: #1ba0e2;
  font-size: 15px;
  line-height: 1;
}

#article-comments .article-comment-date-bull {
  padding: 5px 0;
  display: block;
  color: #acacac;
  font-size: 12px;
}

.cart-item {
  background: #fff;
  padding: 20px 10px;
  border-bottom: 1px solid #e1e1e1;
}

.cart-item-image {
  float: left;
  width: 120px;
  margin-right: 20px;
}

.cart-item-info {
  padding-left: 140px;
}

.cart-item-info h3,
.cart-item-info .h3 {
  margin: 0;
  font-size: 1.28571em;
  font-weight: 400;
}

.cart-item-info .product-price {
  line-height: 50px;
}

.cart-item-info input {
  width: 95px;
  height: 45px;
  border-color: #e1e1e1;
  float: left;
}

.cart-item-info .remove-item {
  color: #c6c6c6;
  font-size: 38px;
  font-weight: 300;
  line-height: 47px;
  float: right;
}

.cart-item-info .variant {
  color: #adadad;
}

.name-product-cart {
  color: #1ba0e2;
}

.cart .total-price {
  background: #fff;
  padding: 25px;
  line-height: 45px;
}

.delete-cart .title {
  font-size: 2.14286em;
  text-align: center;
  padding: 30px 10px;
}

.delete-cart .btn-50 {
  width: calc(50% - 3px);
}

.delete-cart .btn-50 a {
  color: #fff;
  display: block;
}

#customer_login,
#recover_customer_password {
  margin-bottom: 0;
}

.checkbox.style input {
  margin: 0 !important;
  display: none;
}

.checkbox.style label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  text-transform: none;
  position: relative;
  padding-left: 55px;
  line-height: 50px;
}

.checkbox.style label:before {
  display: block;
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.checkbox.style input:checked + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 20px;
  color: #1ba0e2;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.block-account h3,
.block-account .h3 {
  margin-top: 0;
}

.customer-name {
  color: #1ba0e2;
  line-height: 55px;
}

.block-content.form-signup {
  background: #fff;
  padding-top: 10px;
}

.block-content.form-signup p {
  padding: 0;
  display: table;
}

.block-content.form-signup p i {
  display: table-cell;
  width: 20px;
  text-align: center;
  color: #1ba0e2;
}

.block-content.form-signup p a {
  color: #1ba0e2;
}

.address-group {
  background: #fff;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.address-group p {
  color: #595959;
}

.address-group p label {
  float: left;
  font-weight: 300;
}

#order_payment,
#order_shipping {
  background: #fff;
  padding: 10px 0;
}

#order_payment .address.note i,
#order_shipping .address.note i {
  color: #1ba0e2;
  margin-right: 5px;
}

.totalorders {
  background: #fff;
  border-color: #e1e1e1;
}

.order-headding {
  margin: 0;
}

.info-contact .widget-menu p {
  display: inline;
}

.info-contact .logo {
  font-size: 20px;
}

.aside-item.collection-category .nav-item {
  position: relative;
  clear: left;
  font-size: 1.07143em;
}

.aside-item.collection-category .nav-item a {
  font-size: 1.07143em;
}

.aside-item.collection-category .nav-item .fa {
  position: absolute;
  right: 5px;
  top: 12px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}

.aside-item.collection-category .nav-item .dropdown-menu {
  position: static;
  width: 100%;
  border: 0;
  padding-left: 15px;
  box-shadow: none;
}

.aside-item.collection-category .nav-item.active > a {
  color: #1ba0e2;
}

.aside-item.collection-category .nav-item.active > .fa:before {
  content: "\f106";
}

.aside-item.collection-category .nav-item.active > .dropdown-menu {
  display: block;
}

.aside-item.collection-category .nav > li > a {
  padding: 5px 15px;
}

.aside-item .nav > li > a:focus,
.aside-item .nav > li > a:hover {
  background: none;
}

a#filter-value {
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  width: 100px;
  margin-top: 15px;
  background-color: #1ba0e2;
  color: #fff;
  border-color: #1ba0e2;
}

a#filter-value:hover,
a#filter-value:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #105f87;
  border-color: #105f87;
}

div#isp_search_result_page_container .btn-search {
  display: none;
}

button.btn.btn-default.btn-search {
  display: none;
}

div#isp_search_result_page_container form {
  margin-bottom: 0;
}

.dropdown-menu > li > a {
  white-space: inherit;
}

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

html {
  overflow-x: hidden;
}

html,
body {
  padding: 0;
  margin: 0;
}

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

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

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

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

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  border: 1px solid #e9e9e9;
  color: #1c1c1c;
  margin: 0 0 19px;
  min-height: 40px;
  padding: 0 20px;
}

a {
  color: #0657a3;
}

a:hover {
  color: #1ba0e2;
}

.remove {
  color: #999;
  font-size: 1em;
}

.remove:hover {
  color: #1ba0e2;
}

.dropdown-menu {
  box-shadow: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: none;
}

body,
input,
textarea,
button,
select {
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.25px;
}

body {
  font-size: 14px;
  color: #333;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.4;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  text-decoration: none;
  font-weight: inherit;
}

a {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

a:focus {
  outline: none;
}

h1,
.h1 {
  font-size: 2.57143em;
}

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

h3,
.h3 {
  font-size: 1.71429em;
}

h4,
.h4 {
  font-size: 1.28571em;
}

h5,
.h5 {
  font-size: 1.14286em;
}

h6,
.h6 {
  font-size: 1.14286em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1c1c1c;
  letter-spacing: 0.01em;
}

p {
  margin: 0 0 15px 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 0.9em;
}

sup,
sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

blockquote {
  font-size: 1.125em;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #e1e1e1;
}

blockquote p {
  margin-bottom: 0;
}

blockquote p + cite {
  margin-top: 15px;
}

blockquote cite {
  display: block;
  font-size: 0.75em;
}

blockquote cite:before {
  content: "\2014 \0020";
}

code,
pre {
  background-color: #faf7f5;
  font-family: Consolas, monospace;
  font-size: 1em;
  border: 0 none;
  padding: 0 2px;
  color: #51ab62;
}

pre {
  overflow: auto;
  padding: 15px;
  margin: 0 0 30px;
}

ul {
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

/*

ol {
  list-style: decimal inside;
}

ul.square {
  list-style: square inside;
}

ul.disc {
  list-style: disc inside;
}

ol.alpha {
  list-style: lower-alpha inside;
}

.inline-list li {
  display: inline-block;
  margin-bottom: 0;
} */

table {
  width: 100%;
  /* margin-bottom: 1em; */
  border-collapse: collapse;
  border-spacing: 0;
}

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

th {
  font-weight: bold;
}

th,
td {
  text-align: left;
  padding: 15px;
  border: 1px solid #e1e1e1;
  color: #1c1c1c;
}

a,
.text-link {
  color: #0657a3;
  text-decoration: none;
  background: transparent;
}

button {
  overflow: visible;
}

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

img {
  border: 0 none;
  max-width: 100%;
  height: 100%;
}

/* .img-tour {
}
.img-tour a {
} */
.img-tour a img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: fill;
}

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

.table-wrapper {
  max-width: 100%;
  overflow: auto;
}

/* form {
  margin-bottom: 30px;
} */

form a {
  color: #0657a3;
}

input,
textarea,
button,
select {
  font-size: 1em;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}

button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
textarea,
select,
fieldset {
  border-radius: 0;
  max-width: 100%;
}

input.input-full,
textarea.input-full,
select.input-full,
fieldset.input-full {
  width: 100%;
}

fieldset {
  border: 0px solid #e1e1e1;
  padding: 15px;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

input {
  display: inline-block;
  width: auto;
}

button,
input[type="submit"] {
  cursor: pointer;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
  border: 1px solid #e1e1e1;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  display: block;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #c8c8c8;
}

input[type="text"][disabled],
input[type="text"].disabled,
input[type="search"][disabled],
input[type="search"].disabled,
input[type="password"][disabled],
input[type="password"].disabled,
input[type="email"][disabled],
input[type="email"].disabled,
input[type="file"][disabled],
input[type="file"].disabled,
input[type="number"][disabled],
input[type="number"].disabled,
input[type="tel"][disabled],
input[type="tel"].disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
  cursor: default;
  background-color: #ddd;
  border-color: #ddd;
}

textarea {
  min-height: 100px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0;
  padding: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(https://1.bp.blogspot.com/-jrLlQd_MaBo/YELmPN7YgEI/AAAAAAAACmk/295Cf2MJsXUVYTa2yrXXUzWvf2if-ljBQCLcBGAsYHQ/s16000/down.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff !important;
  background-size: 15px;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}

.ie9 select,
.lt-ie9 select {
  padding-right: 10px;
  background-image: none;
}

option {
  color: #000;
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

label,
legend {
  display: block;
  margin-bottom: 2px;
}

label.inline,
legend.inline {
  display: inline;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: normal;
}

label[for] {
  cursor: pointer;
}

.label-hint {
  color: #999;
}

form.form-horizontal,
.form-horizontal {
  margin-bottom: 0;
}

form.form-horizontal input[type="text"],
form.form-horizontal input[type="search"],
form.form-horizontal input[type="password"],
form.form-horizontal input[type="email"],
form.form-horizontal input[type="file"],
form.form-horizontal input[type="number"],
form.form-horizontal input[type="tel"],
form.form-horizontal textarea,
form.form-horizontal select,
form.form-horizontal label,
.form-horizontal input[type="text"],
.form-horizontal input[type="search"],
.form-horizontal input[type="password"],
.form-horizontal input[type="email"],
.form-horizontal input[type="file"],
.form-horizontal input[type="number"],
.form-horizontal input[type="tel"],
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal label {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
}

input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
textarea.error {
  border-color: red;
  color: red;
}

label.error {
  color: red;
}

.input-group {
  position: relative;
  border-collapse: separate;
}

.input-group .input-group-field:first-child,
.input-group .input-group-btn:first-child,
.input-group .input-group-btn:first-child > .btn,
.input-group .input-group-btn:first-child > input[type="submit"],
.input-group input[type="hidden"]:first-child + .input-group-field,
.input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
.input-group
  input[type="hidden"]:first-child
  + .input-group-btn
  > input[type="submit"] {
  border-radius: 0;
}

.input-group .input-group-field:last-child,
.input-group .input-group-btn:last-child > .btn,
.input-group .input-group-btn:last-child > input[type="submit"] {
  border-radius: 0;
}

.input-group input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}

.input-group-field,
.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.input-group .btn,
.input-group input[type="submit"],
.input-group .input-group-field {
  height: 40px;
}

.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0;
}

.form-group {
  margin: 0;
  padding: 0 0 8px;
  border: 0;
}

.form-group .form-control {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 0.375rem 0.75rem;
  font-size: 1em;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  margin: 0;
}

.form-group input,
.form-group select {
  height: 40px;
}

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

.rte table {
  table-layout: fixed;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearboth {
  clear: both;
}

.flexbox,
.awe-popup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.list-inline {
  *zoom: 1;
}

.list-inline:after {
  content: "";
  display: table;
  clear: both;
}

.list-inline li {
  float: left;
  margin: 0;
}

.a-center {
  text-align: center !important;
}

.a-left {
  text-align: left !important;
}

.a-right {
  text-align: right !important;
}

.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

.f-none {
  float: none !important;
}

.inline {
  display: inline !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.flexbox > div {
  flex: 1;
}

.background-none {
  background: none !important;
}

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

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

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

.ov-h {
  overflow: hidden !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

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

.margin-vertical-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.margin-horizontal-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

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

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

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

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

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

.padding-horizontal-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

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

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

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

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

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

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

.margin-horizontal-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

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

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

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

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

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

.padding-vertical-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

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

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

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

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

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

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

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

.margin-horizontal-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

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

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

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

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

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

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

.padding-horizontal-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

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

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

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

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

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

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

.margin-horizontal-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

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

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

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

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

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

.padding-vertical-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.padding-horizontal-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

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

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

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

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

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

.margin-vertical-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.margin-horizontal-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

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

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

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

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

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

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

.padding-horizontal-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

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

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

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

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

.margin-25 {
  margin: 25px !important;
}

.margin-vertical-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.margin-horizontal-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

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

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

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

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

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

.padding-vertical-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.padding-horizontal-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

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

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

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

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

.margin-30 {
  margin: 30px !important;
}

.margin-vertical-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.margin-horizontal-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

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

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

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

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

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

.padding-vertical-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.padding-horizontal-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

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

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

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

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

.margin-35 {
  margin: 35px !important;
}

.margin-vertical-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.margin-horizontal-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

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

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

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

.margin-right-35 {
  margin-right: 35px !important;
}

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

.padding-vertical-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.padding-horizontal-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

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

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

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

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

.margin-40 {
  margin: 40px !important;
}

.margin-vertical-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.margin-horizontal-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

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

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

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

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

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

.padding-vertical-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.padding-horizontal-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

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

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

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

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

.margin-45 {
  margin: 45px !important;
}

.margin-vertical-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.margin-horizontal-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

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

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

.margin-left-45 {
  margin-left: 45px !important;
}

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

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

.padding-vertical-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.padding-horizontal-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

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

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

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

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

.margin-50 {
  margin: 50px !important;
}

.margin-vertical-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.margin-horizontal-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

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

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

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

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

.padding-vertical-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.padding-horizontal-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

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

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

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

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

.margin-55 {
  margin: 55px !important;
}

.margin-vertical-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.margin-horizontal-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

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

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

.margin-left-55 {
  margin-left: 55px !important;
}

.margin-right-55 {
  margin-right: 55px !important;
}

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

.padding-vertical-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.padding-horizontal-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

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

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

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

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

.margin-60 {
  margin: 60px !important;
}

.margin-vertical-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.margin-horizontal-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

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

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

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

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

.padding-vertical-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-horizontal-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

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

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

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

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

.margin-65 {
  margin: 65px !important;
}

.margin-vertical-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.margin-horizontal-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

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

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

.margin-left-65 {
  margin-left: 65px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

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

.padding-vertical-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.padding-horizontal-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

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

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

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

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

.margin-70 {
  margin: 70px !important;
}

.margin-vertical-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.margin-horizontal-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

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

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

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

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

.padding-vertical-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.padding-horizontal-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

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

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

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

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

.margin-75 {
  margin: 75px !important;
}

.margin-vertical-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.margin-horizontal-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

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

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

.margin-left-75 {
  margin-left: 75px !important;
}

.margin-right-75 {
  margin-right: 75px !important;
}

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

.padding-vertical-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.padding-horizontal-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

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

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

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

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

.margin-80 {
  margin: 80px !important;
}

.margin-vertical-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.margin-horizontal-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

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

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

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

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

.padding-vertical-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.padding-horizontal-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

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

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

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

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

.margin-85 {
  margin: 85px !important;
}

.margin-vertical-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.margin-horizontal-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

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

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

.margin-left-85 {
  margin-left: 85px !important;
}

.margin-right-85 {
  margin-right: 85px !important;
}

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

.padding-vertical-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.padding-horizontal-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

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

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

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

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

.margin-90 {
  margin: 90px !important;
}

.margin-vertical-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.margin-horizontal-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

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

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

.margin-left-90 {
  margin-left: 90px !important;
}

.margin-right-90 {
  margin-right: 90px !important;
}

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

.padding-vertical-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.padding-horizontal-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

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

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

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

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

.margin-95 {
  margin: 95px !important;
}

.margin-vertical-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.margin-horizontal-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

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

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

.margin-left-95 {
  margin-left: 95px !important;
}

.margin-right-95 {
  margin-right: 95px !important;
}

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

.padding-vertical-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.padding-horizontal-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

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

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

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

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

.margin-100 {
  margin: 100px !important;
}

.margin-vertical-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.margin-horizontal-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

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

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

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-right-100 {
  margin-right: 100px !important;
}

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

.padding-vertical-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.padding-horizontal-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

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

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

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

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

.btn,
input[type="submit"] {
  display: inline-block;
  height: 40px;
  line-height: 39px;
  padding: 0 20px;
  text-align: center;
  white-space: nowrap;
  outline: none !important;
  cursor: pointer;
  border: none;
  font-weight: 400;
  border-radius: 0;
  letter-spacing: 0;
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -ms-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn[disabled],
input[disabled][type="submit"],
.btn.disabled,
input.disabled[type="submit"] {
  cursor: default;
  background-color: #e1e1e1;
}

.btn.btn-primary,
input.btn-primary[type="submit"] {
  background: #f02b2b;
  color: #fff;
}

.btn.btn-primary:hover,
input.btn-primary[type="submit"]:hover {
  background: #f24343;
}

.btn.btn-circle,
input.btn-circle[type="submit"] {
  border-radius: 50%;
  padding: 0;
}

.btn.btn-large,
input.btn-large[type="submit"] {
  height: 50px;
  line-height: 50px;
  padding: 0 74px;
}

.btn.btn-small,
input.btn-small[type="submit"] {
  height: 34px;
  line-height: 34px;
  padding: 0 32px;
  font-size: 0.85714em;
}

.btn.btn-dark,
input.btn-dark[type="submit"] {
  background: #2a2a2a;
  color: #fff;
}

.btn.btn-white,
input.btn-white[type="submit"] {
  background: #fff;
  color: #333;
  border: 1px solid #e1e1e1;
  font-weight: 400;
}

.btn.btn-white:hover,
input.btn-white[type="submit"]:hover {
  background: #30aae6;
  color: #fff;
}

.btn.btn-gray,
input.btn-gray[type="submit"] {
  background: #9e9e9e;
  color: #fff;
}

.btn.btn-gray:hover,
input.btn-gray[type="submit"]:hover {
  background: #1ba0e2;
}

.btn.btn-gray a,
input.btn-gray[type="submit"] a {
  color: #fff;
}

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

.btn-link {
  line-height: 40px;
  color: #1ba0e2;
}

.btn-link:hover {
  text-decoration: underline;
}

.ajax-load {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  opacity: 0;
  visibility: hidden;
}

.ajax-load.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.awe-popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.awe-popup .overlay {
  background-color: rgba(33, 33, 33, 0.8);
  color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}

.awe-popup .content {
  position: relative;
  max-width: 1140px;
  min-width: 1140px;
  padding: 25px 28px;
  max-height: 0;
  text-align: left;
  opacity: 0;
  margin: 0 auto;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  padding: 25px 28px;
  max-height: 0;
  text-align: left;
  opacity: 0;
  margin: 0 auto;
  background: #fff;
}

.awe-popup.active {
  visibility: visible;
  opacity: 1;
  top: 0 !important;
  height: auto;
  width: auto;
}

.awe-popup.active .content {
  max-height: calc(100% - 60px);
  opacity: 1;
  background: transparent;
  padding: 0;
}

.awe-popup.active .content .info {
  background: #fff;
  min-width: 500px;
}

.awe-popup.active .overlay {
  width: 100%;
  height: 100%;
}

.close-window {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 8040;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
}

.close-window .fa {
  display: block;
  font-size: 1.42857em;
  line-height: 25px;
  color: #fff;
}

.awe-popup.loading {
  z-index: 9998;
}

.awe-popup.loading .loader {
  left: 50%;
  position: fixed;
  top: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.awe-popup.loaded-content .loader {
  display: none;
}

.awe-popup.addcart-popup .content {
  min-width: auto;
}

.product-popup .product-image {
  float: left;
  margin: 0 20px 0 0;
}

.product-popup .product-info {
  overflow: hidden;
  position: relative;
}

.product-popup .product-info p {
  margin-bottom: 0px;
  line-height: 24px;
}

.product-popup .popup-title {
  padding-left: 15px;
  border-radius: 0;
}

.product-popup .popup-title i {
  margin-right: 5px;
}

.product-popup .product-name {
  color: #1ba0e2;
}

.product-popup .product-info p.total-money {
  margin-bottom: 15px;
}

.product-popup h3,
.product-popup .h3 {
  color: #52b249;
  margin-bottom: 25px;
}

.product-popup h3 .fa,
.product-popup .h3 .fa {
  margin-right: 4px;
}

.product-popup .pop-right h3,
.product-popup .pop-right .h3 {
  color: #333;
}

.pop-right {
  background: #f9f9f9;
}

.awe-popup.product-popup.active .content {
  max-height: calc(100% - 60px);
  opacity: 1;
  padding: 0;
}

@media (max-width: 1199px) {
  .awe-popup .content {
    max-width: 700px;
    min-width: auto;
  }
}

@media (max-width: 543px) {
  .product-popup .product-image {
    width: 120px;
    height: 120px;
  }

  .product-popup .product-image img {
    max-width: 120px !important;
  }

  .awe-popup.product-popup.active .content {
    max-height: calc(100% - 60px);
    opacity: 1;
    margin: 0 20px;
  }

  .addcart-popup .col-xl-6 {
    padding: 0 !important;
  }

  .product-popup h3,
  .product-popup .h3 {
    font-size: 1.28571em;
    margin-bottom: 0;
  }
}

.swatch {
  margin-bottom: 10px;
}

.swatch .header {
  margin-bottom: 5px;
  text-align: left;
  float: none;
  min-width: 100px;
  font-weight: 500;
}

.swatch input {
  display: none;
}

.swatch label {
  float: left;
  min-width: 35px !important;
  height: 35px !important;
  margin: 0;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  font-size: 0.92857em;
  text-align: center;
  line-height: 35px;
  white-space: nowrap;
  font-weight: 500;
  padding: 0;
}

.swatch-element label {
  padding: 0 5px;
}

.swatch-element label .img-check {
  display: none;
}

.color.swatch-element label {
  padding: 0 5px;
}

.swatch input:checked + label {
  background: transparent;
  color: #1ba0e2;
  border: 1px solid #1ba0e2;
}

.swatch input:checked + label .img-check {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.swatch .color input:checked + label {
  position: relative;
  border: 1px solid #1ba0e2;
}

.swatch .color input:checked + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  display: none;
}

.swatch .color .has-thumb {
  position: relative;
}

.swatch .color .has-thumb .ant-swatch {
  max-height: 30px;
  position: relative;
  top: 0;
  left: -3px;
}

@media (max-width: 767px) {
  .swatch .color .has-thumb .ant-swatch {
    top: -2px;
  }
}

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  margin: 0px 5px 5px 0;
  position: relative;
}

.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.swatch .swatch-element .crossed-out {
  display: none;
}

.swatch .swatch-element.soldout .crossed-out {
  display: block;
}

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.swatch .tooltip {
  text-align: center;
  background: #1ba0e2;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: -35px;
  margin-bottom: 15px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1ba0e2 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px;
}

.swatch.error p {
  margin: 0.7em 0;
}

.swatch.error p:first-child {
  margin-top: 0;
}

.swatch.error p:last-child {
  margin-bottom: 0;
}

.swatch.error code {
  font-family: monospace;
}

.tab-wrap .tabs-title {
  *zoom: 1;
  display: inline-block;
  position: relative;
  z-index: 9;
  margin: 0 0 26px;
}

.tab-wrap .tabs-title:after {
  content: "";
  display: table;
  clear: both;
}

.tab-wrap .tabs-title li {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 40px;
  float: left;
}

.tab-wrap .tabs-title li:before {
  content: "|";
  color: #c9c9c9;
  padding: 0 16px;
  color: #1c1c1c;
}

.tab-wrap .tabs-title li:first-child:before {
  display: none;
}

.tab-wrap .tabs-title li.current {
  color: #212121;
}

.tab-wrap .tab-content {
  position: relative;
}

ul.tabs li {
  background: none;
  display: inline-block;
  cursor: pointer;
}

ul.tabs li.current {
  color: #000;
}

.tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.tab-content.current {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.accordion .nav-item .tab-pane {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.accordion .nav-item.active .tab-pane {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.filter-container {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .filter-container {
    padding: 0 4px;
  }
}

.filter-group {
  margin-bottom: 0px;
}

.filter-group-title {
  display: block;
  font-size: 1.28571em;
  margin-bottom: 10px;
}

.filter-item {
  margin: 0;
  cursor: pointer;
  line-height: 27px;
}

.filter-item * {
  color: #6f6f6f;
  cursor: pointer;
  font-size: 1em;
  font-weight: normal;
}

.filter-item.color {
  min-width: 20px;
}

.filter-item.color a,
.filter-item.color label {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 0;
}

.filter-item.color .fa {
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
  position: relative;
}

.filter-item.color .fa:before {
  display: none;
}

.filter-item.color .fa.trang:hover:before {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: -4px;
  top: -4px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
}

.filter-item.color .fa:hover:before {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: -3px;
  top: -3px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
}

.filter-item.color input:checked + .fa:before {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: -3px;
  top: -3px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
}

.filter-item.color input:checked + .fa.trang:before {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: -4px;
  top: -4px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
}

.filter-item--green *:hover {
  color: #1ba0e2;
}

.filter-item--half {
  display: inline-block;
  width: 48%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 3px;
}

.filter-item--check-box input {
  display: none;
}

.filter-item--check-box .fa {
  margin-right: 5px;
  width: 14px;
  position: relative;
  display: inline-block;
}

.filter-item--check-box input + .fa:before {
  content: "";
  margin-right: 5px;
  border-radius: 2px;
  font-size: 18px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  line-height: 40px;
  position: absolute;
  top: -13px;
  height: 15px !important;
  width: 15px;
}

.filter-item--check-box input:checked + .fa:after {
  content: "";
  color: #fff;
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 15px;
  top: -13px;
  font-size: 12px;
  left: 0;
  background-image: url(https://1.bp.blogspot.com/-_3e6LteiR7U/YELmphs-ycI/AAAAAAAACmw/Q2POZ2yv4YoHb3TVFoOc5Dd-9jieyzV1ACLcBGAsYHQ/s16000/check.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}

.filter-item--check-box input:checked + .fa:before {
  border-color: #1ba0e2;
  background: #1ba0e2;
}

#sort-by {
  float: right;
  font-size: 12px;
  text-align: left;
}

#sort-by .button-asc,
#sort-by .button-desc {
  background-color: #f8f8f8;
  box-shadow: none;
  float: right;
  height: 30px;
  line-height: 28px;
  margin-left: 5px;
  text-align: center;
  width: 30px;
}

#sort-by label {
  float: left;
  line-height: 38px;
  font-size: 14px;
  margin-right: 6px;
  margin-bottom: 0;
  font-weight: 500;
}

#sort-by ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  float: right;
}

#sort-by a:link,
#sort-by a:visited {
  color: #333;
  text-decoration: none;
}

#sort-by > ul > li {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
  text-indent: 0.01px;
  cursor: pointer;
  line-height: 36px;
  background-image: url(ico-selects.png) !important;
}

#sort-by li {
  background: none repeat scroll 0 0 #fff;
  cursor: pointer;
  margin: 0 auto;
  outline: medium none;
  padding: 0 20px;
  position: relative;
  width: 150px;
  float: left;
  color: #333;
  border: 1px solid #e1e1e1;
  font-size: 14px;
}

#sort-by li > a {
  display: inline-block;
  width: 100%;
  line-height: 36px;
}

#sort-by li li {
  width: 100%;
  margin-top: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
}

#sort-by li li a:hover {
  color: #fff;
}

#sort-by li:hover {
  background-color: #fff;
}

#sort-by li li:hover {
  background-color: #1ba0e2;
  color: #fff;
}

#sort-by li li:hover a {
  color: #fff;
}

#sort-by ul ul {
  position: absolute;
  display: none;
  left: -1px;
  top: 35px;
  background: none repeat scroll 0 0 #f8f8f8;
  z-index: 10000;
  border-top: none;
  border: 1px #e1e1e1 solid;
  width: 150px;
}

#sort-by ul ul li:last-child {
  border-bottom: none;
}

#sort-by ul ul li a:hover,
#sort-by ul ul li a:focus {
  color: #fff;
}

#sort-by ul ul ul {
  position: absolute;
  left: 100%;
  top: -2px;
  border: solid 1px transparent;
}

#sort-by li:hover > ul {
  display: block;
}

.fancybox-skin {
  background: #fff !important;
}

.modal-content {
  border: none;
  box-shadow: none;
  border-radius: 0.5rem;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}

.modal-header {
  background-color: #1c1c1c;
  color: #fff;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

@media (max-width: 480px) {
  .modal-header {
    padding: 10px;
  }
}

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

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.modal-header .modal-title {
  padding-left: 6rem;
  position: relative;
  min-height: 44px;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  margin: 0;
  color: #fff;
}

@media (max-width: 480px) {
  .modal-header .modal-title {
    font-size: 14px;
    min-height: 34px;
    padding-left: 40px;
    line-height: 34px;
  }
}

.modal-header .modal-title span {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  font-size: 23px;
  text-align: center;
  line-height: 44px;
  color: #1c1c1c;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: #fff;
}

@media (max-width: 480px) {
  .modal-header .modal-title span {
    height: 34px;
    width: 34px;
    line-height: 32px;
  }
}

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

.btn-outline-red {
  background: #fff;
  color: #1ba0e2;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: normal;
  padding: 0px 15px;
  border-radius: 0px;
  border: 1px solid #1ba0e2;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
}

.btn-red {
  background: #1ba0e2;
  border: 1px solid #1ba0e2;
  color: #fff !important;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 38px;
  height: 40px;
  padding: 0px 15px;
  border-radius: 0;
  text-align: center;
  margin-top: 7px !important;
  text-transform: uppercase;
}

.media .media-left {
  padding-right: 1em;
}

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

.media .thumb-1x1 {
  width: 7.7rem;
}

@media (max-width: 767px) {
  #myModal .close {
    color: #fff !important;
  }
}

@media (max-width: 767px) {
  #myModal .modal-content,
  #myModal .modal-header {
    border-radius: 0;
  }

  #myModal .modal-body {
    padding: 7px;
  }
}

#myModal .media-body .product-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 500;
}

#myModal .media-body .product-new-price span {
  color: #1ba0e2;
}

.awe-section-1 {
  margin-bottom: 0;
}

.awe-section-2 {
  display: block;
  /* padding: 0 2.5rem 3rem 2.5rem; */
  padding: 0 0 2rem 0;
}
.awe-section-2 h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 48.09px;
  text-transform: uppercase;
  color: #ffffff;
}

.awe-section-3,
.awe-section-4 {
  /* margin: 0 2% 2rem 2%; */
  padding: 0 0 1.5rem 0;
}
.awe-section-3 .col-lg-12,
.awe-section-4 .col-lg-12 {
  padding: 0;
}

.awe-section-5 {
}

.awe-section-6 {
  /* margin: 0 1.5rem; */
}

.awe-section-7 {
  /* margin: 0 0.5rem; */
}

.awe-section-5,
.awe-section-6,
.awe-section-7 {
  margin-bottom: 2rem;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.animated-background,
.top-wish-list-content
  .added-products
  .wish-list-small
  .wish-list-item-small
  .product-image
  img:not(.loaded),
.search-main .evo-product-block-item .img-tour img:not(.loaded),
.search-main
  .products-view-grid
  .blog-item
  .blog-item-thumbnail
  img:not(.loaded) {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f6f6;
  background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
  background-size: 700px 104px;
  position: relative;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 0;
}

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

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  color: #141414;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea.form-control,
select.form-control {
  border-radius: 0px;
  color: #999;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ddd;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea.form-control:focus,
select.form-control:focus {
  outline: none;
  box-shadow: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.row {
  margin: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (max-width: 480px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 7px;
    padding-right: 7px;
    box-sizing: border-box;
    overflow: hidden;
  }
}

.container,
.container-fluid {
}

@media (max-width: 480px) {
  .container,
  .container-fluid {
  }
}

.col-xs-40,
.col-sm-40,
.col-md-40,
.col-lg-40 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 480px) {
  .col-xs-40,
  .col-sm-40,
  .col-md-40,
  .col-lg-40 {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.col-xs-40 {
  width: 40%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-40 {
    width: 40%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (min-width: 1200px) {
  .col-lg-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

.col-xs-60,
.col-sm-60,
.col-md-60,
.col-lg-60 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 480px) {
  .col-xs-60,
  .col-sm-60,
  .col-md-60,
  .col-lg-60 {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.col-xs-60 {
  width: 60%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-60 {
    width: 60%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  .col-lg-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 480px) {
  .col-xs-15,
  .col-sm-15,
  .col-md-15,
  .col-lg-15 {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* Header */
header.header {
  background-color: #fff;
}
header.header .evo-main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 0;
  background-color: #fff;
}
header.header .evo-main-nav .col-lg-2.col-12.logo.evo-header-mobile {
  padding: 0.5rem 0 0.5rem 2rem;
}
header.header .evo-main-nav .col-lg-2.col-12.logo.evo-header-mobile .section {
  width: 100%;
  height: 100%;
}
header.header
  .evo-main-nav
  .col-lg-2.col-12.logo.evo-header-mobile
  .section
  .widget.Header {
  width: 100%;
  height: 100%;
}
header.header
  .evo-main-nav
  .col-lg-2.col-12.logo.evo-header-mobile
  .section
  .widget.Header
  .header-widget {
  width: 100%;
  height: 100%;
}
header.header
  .evo-main-nav
  .col-lg-2.col-12.logo.evo-header-mobile
  .section
  .widget.Header
  .header-widget
  .logo-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}
header.header
  .evo-main-nav
  .col-lg-2.col-12.logo.evo-header-mobile
  .section
  .widget.Header
  .header-widget
  .logo-wrapper
  img {
  width: 100%;
  height: 100%;
}
header.header .evo-main-nav .col-lg-10.col-12 {
  width: 100%;
  height: 68px;
  /*padding: 1rem 0 0 0;*/
}
header.header .evo-main-nav .col-lg-10.col-12 .evo-main-menu.d-lg-block.d-none {
  width: 100%;
  height: 100%;
}
header.header
  .evo-main-nav
  .col-lg-10.col-12
  .evo-main-menu.d-lg-block.d-none
  .container {
  width: 100%;
  height: 100%;
}
header.header
  .evo-main-nav
  .col-lg-10.col-12
  .evo-main-menu.d-lg-block.d-none
  .container
  .section {
  width: 100%;
  height: 100%;
}
header.header
  .evo-main-nav
  .col-lg-10.col-12
  .evo-main-menu.d-lg-block.d-none
  .container
  .section
  .widget.HTML#HTML1 {
  width: 100%;
  height: 100%;
}
header.header
  .evo-main-nav
  .col-lg-10.col-12
  .evo-main-menu.d-lg-block.d-none
  .container
  .section
  .widget.HTML#HTML1
  .nav {
  width: 100%;
  height: 100%;
}
header.header
  .evo-main-nav
  .col-lg-10.col-12
  .evo-main-menu.d-lg-block.d-none
  .container
  .section
  .widget.HTML#HTML1
  .nav
  li {
  height: 100%;
}
header.header
  .evo-main-nav
  .col-lg-10.col-12
  .evo-main-menu.d-lg-block.d-none
  .container
  .section
  .widget.HTML#HTML1
  .nav
  li
  .nav-link {
  /*display: flex;*/
  height: 50%;
  margin-top: 17px;
  align-items: start;
  /*padding: 0.7rem 0 0 0;*/
  /*display: inline-block;*/
  padding: 10px 10px 8px 10px;
  background: linear-gradient(to right, #fca311, #ff8008);
  color: white;
  /*font-weight: bold;*/
  /*text-transform: uppercase;*/
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 569px) {
  header.header .evo-main-nav {
    padding-bottom: 0;
  }
}

/* header.header .evo-main-nav .evo-header-mobile .logo-wrapper img {
  max-height: 52px;
  min-height: auto;
}

@media (max-width: 991px) and (max-width: 1450px) {
  header.header .evo-main-nav .evo-header-mobile .logo-wrapper img {
    max-height: 52px;
    min-height: auto;
  }
}

@media (max-width: 569px) {
  header.header .evo-main-nav .evo-header-mobile .logo-wrapper img {
    max-width: 16rem;
    max-height: inherit;
  }
}

@media (max-width: 480px) {
  header.header .evo-main-nav .evo-header-mobile .logo-wrapper img {
    min-height: 3rem;
  }
}

@media (max-width: 376px) {
  header.header .evo-main-nav .evo-header-mobile .logo-wrapper img {
    min-height: 62px;
  }
}

@media (max-width: 321px) {
  header.header .evo-main-nav .evo-header-mobile .logo-wrapper img {
    min-height: 62px;
  }
} */

@media (max-width: 991px) and (max-width: 1450px) {
  header.header .evo-main-nav .evo-header-mobile .evo-cart {
    margin-left: 10px;
    position: relative;
    float: right;
    margin-top: 20px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) and (max-width: 569px) {
  header.header .evo-main-nav .evo-header-mobile .evo-cart {
    margin-top: 20px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  header.header .evo-main-nav .evo-header-mobile .evo-cart > a {
    position: relative;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    line-height: 30px;
    display: inline-block;
  }
}

@media (max-width: 991px) and (max-width: 1450px) and (max-width: 569px) {
  header.header .evo-main-nav .evo-header-mobile .evo-cart > a {
    height: 27px;
    width: 27px;
    line-height: 23px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  header.header .evo-main-nav .evo-header-mobile .evo-cart > a svg {
    width: 20px !important;
  }
}

@media (max-width: 991px) and (max-width: 1450px) and (max-width: 569px) {
  header.header .evo-main-nav .evo-header-mobile .evo-cart > a svg {
    width: 20px !important;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  header.header .evo-main-nav .evo-header-mobile .evo-cart > a svg g {
    fill: #303846 !important;
  }

  header.header .evo-main-nav .evo-header-mobile .evo-cart > a .count_item_pr {
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #333;
    background-color: #febd69;
    top: -10px;
    right: -10px;
  }

  header.header .evo-main-nav .evo-header-mobile .evo-wish-list {
    margin-left: 10px;
    position: relative;
    float: right;
    margin-top: 20px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) and (max-width: 569px) {
  header.header .evo-main-nav .evo-header-mobile .evo-wish-list {
    margin-top: 20px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  header.header .evo-main-nav .evo-header-mobile .evo-wish-list > a {
    position: relative;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    line-height: 30px;
    display: inline-block;
  }
}

@media (max-width: 991px) and (max-width: 1450px) and (max-width: 569px) {
  header.header .evo-main-nav .evo-header-mobile .evo-wish-list > a {
    height: 27px;
    width: 27px;
    line-height: 23px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  header.header .evo-main-nav .evo-header-mobile .evo-wish-list > a svg {
    width: 20px !important;
  }
}

@media (max-width: 991px) and (max-width: 1450px) and (max-width: 569px) {
  header.header .evo-main-nav .evo-header-mobile .evo-wish-list > a svg {
    width: 20px !important;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  header.header .evo-main-nav .evo-header-mobile .evo-wish-list > a svg g {
    fill: #303846 !important;
  }

  header.header
    .evo-main-nav
    .evo-header-mobile
    .evo-wish-list
    > a
    .js-wishlist-count {
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #333;
    background-color: #febd69;
    top: -10px;
    right: -5px;
  }

  header.header .evo-main-nav .evo-header-mobile #trigger-mobile {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 45px;
    height: 100%;
    float: right;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: transparent;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 7px;
    margin-top: 0;
    padding: 5px 3px 8px 3px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) and (max-width: 569px) {
  header.header .evo-main-nav .evo-header-mobile #trigger-mobile {
    /* margin-top: 10px;
    margin-left: 5px; */
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  header.header .evo-main-nav .evo-header-mobile #trigger-mobile .icon-bar {
    background-color: #333;
    display: block;
    width: 100%;
    height: 2px;
  }

  header.header
    .evo-main-nav
    .evo-header-mobile
    #trigger-mobile
    .icon-bar.icon-bar {
    margin-top: 8px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) and (max-width: 569px) {
  header.header .evo-main-nav .evo-header-mobile #trigger-mobile .icon-bar {
    float: right;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  header.header .evo-main-nav .evo-search {
    margin-top: 10px;
  }
}

@media (max-width: 569px) {
  header.header .evo-main-nav .evo-search {
    padding: 0;
    margin-top: 5px;
  }
}

header.header .evo-main-nav .evo-search form {
  margin-bottom: 0;
}

@media (max-width: 569px) {
  header.header .evo-main-nav .evo-search form {
    background-color: #ededed;
  }
}

header.header .evo-main-nav .evo-search form input {
  border: 1px solid #1ba0e2;
  color: #333;
  font-size: 14px;
  border-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

@media (max-width: 569px) {
  header.header .evo-main-nav .evo-search form input {
    border: none;
    background-color: transparent;
    font-size: 13px;
    padding-left: 7px;
    padding-right: 7px;
  }
}

header.header .evo-main-nav .evo-search form button {
  border: 1px solid #1ba0e2;
  background-color: #fff;
  border-left: none;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

@media (max-width: 569px) {
  header.header .evo-main-nav .evo-search form button {
    border: none;
    background-color: transparent;
  }
}

header.header .evo-main-nav .evo-search form button svg {
  position: relative;
  top: -3px;
}

header.header .evo-main-nav .evo-search form button svg g {
  fill: #1ba0e2 !important;
}

header.header .evo-main-nav .evo-search form button:hover,
header.header .evo-main-nav .evo-search form button:focus {
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border-color: #1ba0e2;
}

header.header .evo-main-nav .evo-search form button:hover svg g,
header.header .evo-main-nav .evo-search form button:focus svg g {
  fill: #1680b4 !important;
}

header.header .evo-main-nav .evo-account-and-cart {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account {
  display: inline-block;
  position: relative;
  z-index: 999;
  margin-left: 31px;
  float: right;
}

@media (max-width: 1024px) {
  header.header .evo-main-nav .evo-account-and-cart .evo-account {
    margin-left: 20px;
  }
}

header.header .evo-main-nav .evo-account-and-cart .evo-account:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -22px;
  width: 70px;
  height: 30px;
  background: 0 0;
  display: none;
  z-index: 99;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account > a {
  position: relative;
  color: #333;
  font-weight: 600;
  line-height: 34px;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account > a svg g path {
  fill: #333 !important;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account ul {
  position: absolute;
  top: 50px;
  right: -20px;
  min-width: 150px;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account ul li a {
  display: block;
  color: #333f48;
  padding: 5px 0;
  position: relative;
  padding-left: 7px;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account ul li a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  left: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

header.header .evo-main-nav .evo-account-and-cart .evo-account ul li a:hover,
header.header .evo-main-nav .evo-account-and-cart .evo-account ul li a:focus {
  color: #1ba0e2;
}

header.header
  .evo-main-nav
  .evo-account-and-cart
  .evo-account
  ul
  li
  a:hover:after,
header.header
  .evo-main-nav
  .evo-account-and-cart
  .evo-account
  ul
  li
  a:focus:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #1ba0e2;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account ul li + li {
  border-top: 1px solid #f5f5f5;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account:hover:before {
  display: block;
}

header.header .evo-main-nav .evo-account-and-cart .evo-account:hover ul {
  display: block;
}

header.header .evo-main-nav .evo-account-and-cart .evo-cart {
  display: inline-block;
  margin-left: 31px;
  position: relative;
  float: right;
}

@media (max-width: 1024px) {
  header.header .evo-main-nav .evo-account-and-cart .evo-cart {
    margin-left: 20px;
  }
}

header.header .evo-main-nav .evo-account-and-cart .evo-cart:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -29px;
  width: 110%;
  height: 35px;
  background: 0 0;
  display: none;
  z-index: 99;
}

header.header .evo-main-nav .evo-account-and-cart .evo-cart > a {
  position: relative;
  line-height: 30px;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  text-align: center;
}

header.header .evo-main-nav .evo-account-and-cart .evo-cart > a .count_item_pr {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #333;
  background-color: #febd69;
  top: -10px;
  right: -5px;
}

@media (max-width: 991px) and (max-width: 1450px) {
  header.header
    .evo-main-nav
    .evo-account-and-cart
    .evo-cart
    > a
    .count_item_pr {
    right: 2px;
  }
}

header.header .evo-main-nav .evo-account-and-cart .evo-cart > a svg {
  width: 20px !important;
}

header.header .evo-main-nav .evo-account-and-cart .evo-cart > a svg g {
  fill: #303846 !important;
}

header.header .evo-main-nav .evo-account-and-cart .evo-wish-list {
  display: inline-block;
  position: relative;
  z-index: 9992;
  margin-left: 31px;
  float: right;
}

@media (max-width: 1024px) {
  header.header .evo-main-nav .evo-account-and-cart .evo-wish-list {
    margin-left: 20px;
  }
}

header.header .evo-main-nav .evo-account-and-cart .evo-wish-list:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -29px;
  width: 110%;
  height: 35px;
  background: 0 0;
  display: none;
  z-index: 99;
}

header.header .evo-main-nav .evo-account-and-cart .evo-wish-list > a {
  position: relative;
  color: #333;
  font-weight: 600;
  line-height: 34px;
}

header.header .evo-main-nav .evo-account-and-cart .evo-wish-list > a svg {
  width: 25px;
  height: 25px;
  margin-right: 3px;
}

header.header .evo-main-nav .evo-account-and-cart .evo-wish-list > a svg path {
  fill: #333 !important;
}

header.header
  .evo-main-nav
  .evo-account-and-cart
  .evo-wish-list
  > a
  .js-wishlist-count {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #333;
  background-color: #febd69;
  top: -10px;
  left: 4px;
  font-size: 13px;
}

header.header .evo-main-nav .evo-account-and-cart .evo-wish-list:hover:before {
  display: block;
}

header.header
  .evo-main-nav
  .evo-account-and-cart
  .evo-wish-list:hover
  .top-wish-list-content {
  display: block;
}

header.header .evo-main-menu {
  background-color: #ffffff;
  position: relative;
}

@media (min-width: 992px) {
  header.header .evo-main-menu {
    margin-top: 0;
  }
}

/* header.header .evo-main-menu:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(rgba(48, 56, 70, 0.2), rgba(48, 56, 70, 0));
  pointer-events: none;
  z-index: 99
} */

header.header .evo-main-menu .mega-content {
  position: absolute;
  left: 5%;
  top: 100%;
  transform: translate(0, 0);
  width: auto;
  /* border: 1px solid #98a5b9; */
  border-top: 0;
  z-index: 99;
  display: none;
  transition: 0.3s;
  box-sizing: border-box;
  background: #f6f6f6;
  box-shadow: 1px 1px 2px #888888;
  /* transform: translateX(-50%); */
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  padding-bottom: 5px;
}

header.header .evo-main-menu .mega-content .level0 {
  display: flex;
  min-width: 20rem;
  height: auto;
  background-color: #f6f6f6;
  font-size: 1rem;
  font-weight: 700;
  /* border: 1px solid #000; */
  box-sizing: border-box;

  /* li {
    border-right: 1px gray solid;
  }

  li:nth-last-child(1) {
    border-right: none;
  } */
}

header.header .evo-main-menu .mega-content .level0 > li {
  /* border-right: 1px solid #000; */
  /* border-left: 1px solid #000; */
}

header.header .evo-main-menu .mega-content .level0 > li:nth-child(1) {
  border-left: none;
}

header.header .evo-main-menu .mega-content .level0 > li:nth-last-child(1) {
  border-right: none;
}

header.header .evo-main-menu .mega-content .level0 .level1 {
  position: static;
  display: flex;
  flex-direction: column;
  width: 12rem;
  /* padding: 0 1rem 0 0.5rem; */
  box-sizing: border-box;
  background: #f6f6f6;
}
header.header .evo-main-menu .mega-content .level0 .level1 li {
  border-right: unset;
  line-height: 16px;
  padding: 5px 1rem;
  /* border-bottom: 1px solid #000; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header.header .evo-main-menu .mega-content .level0 .level1 li a {
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  color: #000;
}
header.header .evo-main-menu .mega-content .level0 .level1 li a:hover {
  color: #fb8c09;
}

header.header .evo-main-menu .mega-content .level0 .level1 > a {
  /* display: block;
  align-items: center;
  color: #303846;
  background-color: #fff;
  transition: 0.3s;
  position: relative;
  padding: 0.5rem 1rem;
  border: 1px solid #dadada; */
  display: block;
  /* align-items: center; */
  /* text-align: center; */
  color: #ffffff;
  /* background-color: #fff; */
  transition: 0.3s;
  position: relative;
  /* border: 1px solid #000; */
  border-left: unset;
  border-right: unset;
  background-color: #fb8c09;
  padding: 5px 16px;
}

header.header .evo-main-menu .mega-content .level0 .level1 > a span {
  display: block;
  overflow: hidden;
}

header .nav {
  position: relative;
  justify-content: end;
}
/* header .nav li:nth-child(4) {
} */
header .nav li:nth-child(4) .mega-content {
  background: #f6f6f6;
  box-shadow: 1px 1px 2px #888888;
  /* transform: translateX(-50%); */
  position: absolute;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
header .nav li:nth-child(4) .mega-content .level0 {
  background-color: unset;
}
header .nav li:nth-child(4) .mega-content .level0 .level1 {
  border-right: unset;
  border-left: unset;
}
header .nav li:nth-child(4) .mega-content .level0 .level1 a {
  /* display: block; */
  /* align-items: center; */
  /* text-align: unset; */
  /* color: #303846; */
  /* background-color: #fff; */
  /* transition: 0.3s; */
  /* position: relative; */
  /* padding: 0.5rem 1rem; */
  /* border: unset; */
}
header .nav li:nth-child(4) .mega-content .level0 .level1 .level2 {
  border-bottom: unset;
}
header .nav li:nth-child(4) .mega-content .level0 .level1 .level2 a {
  padding: 0;
}
/* header .nav li:nth-child(5) {
} */
header .nav li:nth-child(5) .mega-content {
  right: 34%;
  left: unset;
  width: fit-content;
  padding: 0;
}
header .nav li:nth-child(5) .mega-content .level0 {
  display: flex;
  flex-direction: column;
  min-width: unset;
  min-height: unset;
  width: fit-content;
  height: auto;
  background-color: #d9d9d9;
  font-size: 1rem;
  font-weight: 700;
  box-sizing: border-box;
}
header .nav li:nth-child(5) .mega-content .level0 .level1 {
  border-right: unset;
  border-left: unset;
}
header .nav li:nth-child(5) .mega-content .level0 .level1 a {
  border-bottom: unset;
  font-weight: 500;
  background-color: unset;
  color: #000;
  text-align: unset;
  padding: 0.5rem 1rem;
  border: unset;
}
header .nav li:nth-child(5) .mega-content .level0 .level1 a:hover {
  color: #fb8c09;
}

header .nav-item {
  float: left;
  position: relative;
  flex: none;
}

header.header .evo-main-menu .mega-content .level0 .level1 > a:before {
  content: "";
  background-color: transparent;
  position: absolute;
  transition: 0.3s;
}

header.header .evo-main-menu .mega-content .level0 .level1 .evo-sub-cate-1 {
  position: absolute;
  background: transparent;
}

header.header
  .evo-main-menu
  .mega-content
  .level0
  .level1
  .evo-sub-cate-1::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  background-color: #f5f5f5;
}

header.header
  .evo-main-menu
  .mega-content
  .level0
  .level1
  .evo-sub-cate-1::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

header.header
  .evo-main-menu
  .mega-content
  .level0
  .level1
  .evo-sub-cate-1::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: #e5e5e5;
}

header.header
  .evo-main-menu
  .mega-content
  .level0
  .level1
  .evo-sub-cate-1
  .level2
  > a:hover,
header.header
  .evo-main-menu
  .mega-content
  .level0
  .level1
  .evo-sub-cate-1
  .level2
  > a:focus {
  color: #fb8c09;
}

header.header
  .evo-main-menu
  .mega-content
  .level0
  .level1
  .evo-sub-cate-1
  .level2
  .level3
  a {
  margin-bottom: 6px;
  color: #505f77;
  display: block;
  font-size: 13px;
}

header.header
  .evo-main-menu
  .mega-content
  .level0
  .level1
  .evo-sub-cate-1
  .level2
  .level3
  a:hover,
header.header
  .evo-main-menu
  .mega-content
  .level0
  .level1
  .evo-sub-cate-1
  .level2
  .level3
  a:focus {
  color: #fb8c09;
}

/* header.header .evo-main-menu .mega-content .level0 .level1.active > a {
  color: #fff;
  background-color: #fb8c09;
}

header.header .evo-main-menu .mega-content .level0 .level1.active > a:before {
  background-color: #fb8c09;
} */

/* Footer */
footer.footer {
  background-color: #fff;
  color: #000;
  /* padding-top: 20px; */
  clear: both;
  border-top: 3px solid #ed0080;
}

@media (max-width: 569px) {
  footer.footer {
    padding-top: 20px;
  }
}

footer.footer .subscribe-area {
  padding-bottom: 15px;
  border-bottom: 0.5px dashed rgba(255, 255, 255, 0.2);
}

footer.footer .subscribe-area .social li {
  display: inline-block;
  margin-right: 3px;
}

footer.footer .subscribe-area .social li a {
  display: inline-block;
  background-color: #b8b8b8;
  width: 35px;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

footer.footer .subscribe-area .social li a svg {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

footer.footer .subscribe-area .social li a svg path {
  fill: #333 !important;
}

footer.footer .subscribe-area .social li a:hover {
  opacity: 0.8;
}

@media (max-width: 991px) and (max-width: 1450px) {
  footer.footer .subscribe-area .social {
    text-align: center;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  footer.footer .subscribe-area .subscribe-content {
    text-align: center;
    margin-bottom: 20px;
  }
}

footer.footer .subscribe-area .subscribe-content h2,
footer.footer .subscribe-area .subscribe-content .h2 {
  margin-bottom: 0;
  color: #888;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 569px) {
  footer.footer .subscribe-area .subscribe-content h2,
  footer.footer .subscribe-area .subscribe-content .h2 {
    font-size: 18px;
  }
}

footer.footer .subscribe-area .subscribe-content p {
  color: #888;
  margin-bottom: 0;
}

@media (max-width: 569px) {
  footer.footer .subscribe-area .subscribe-content p {
    margin-top: 5px;
    font-size: 13px;
  }
}

footer.footer .subscribe-area .subscribe-form {
  position: relative;
  z-index: 1;
}

footer.footer .subscribe-area .subscribe-form form {
  margin-bottom: 0;
  position: relative;
}

footer.footer .subscribe-area .subscribe-form form input {
  display: block;
  color: #303846;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #fff;
  outline: 0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  font-size: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 569px) {
  footer.footer .subscribe-area .subscribe-form form input {
    height: 40px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 13px;
  }
}

footer.footer .subscribe-area .subscribe-form form button {
  background-color: #1ba0e2;
  color: #fff;
  border: none;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 600;
  z-index: 99;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 569px) {
  footer.footer .subscribe-area .subscribe-form form button {
    position: relative;
    top: 0;
    right: 0;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
}

footer.footer .subscribe-area .subscribe-form form button:hover,
footer.footer .subscribe-area .subscribe-form form button:focus {
  color: #fff;
  background-color: #1680b4;
}

footer.footer .subscribe-area .subscribe-form .mailchimp-alerts {
  margin-top: 10px;
  color: #1ba0e2;
}

footer.footer .subscribe-area .subscribe-form .mailchimp-alerts a {
  color: #1ba0e2;
  font-weight: 500;
}

footer.footer .subscribe-area .subscribe-form .mailchimp-alerts a:hover,
footer.footer .subscribe-area .subscribe-form .mailchimp-alerts a:focus {
  color: #1789c2;
}

/* footer.footer .main-footer-area .gray-footer {
  background-color: rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  padding-bottom: 15px;
}

footer.footer .main-footer-area .gray-footer .logo-wrapper {
  display: block;
  margin-bottom: 3rem;
}

footer.footer .main-footer-area .gray-footer .logo-wrapper img {
  max-width: 145px;
} */

.footer-contact-info {
  width: 100%;
  margin-top: 1.5rem;
}
.footer-contact-info li {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
}
.footer-contact-info span {
  color: #ffb11f;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
}

footer.footer .main-footer-area .gray-footer .footer-contact-info li span {
  font-weight: 700;
}

footer.footer .main-footer-area .gray-footer .footer-contact-info li a {
  color: #888;
}

footer.footer .main-footer-area .gray-footer .footer-contact-info li a:hover,
footer.footer .main-footer-area .gray-footer .footer-contact-info li a:focus {
  color: #fff;
}

footer.footer
  .main-footer-area
  .gray-footer
  .footer-contact-info
  li:last-child {
  font-size: 12px;
  font-style: italic;
}

footer.footer .main-footer-area .gray-footer .footer-payment {
  margin-top: 10px;
}

footer.footer .main-footer-area .gray-footer .footer-payment img {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 7px;
  vertical-align: middle;
}

footer.footer .main-footer-area .not-gray-footer {
  padding-top: 15px;
}

footer.footer .main-footer-area .not-gray-footer .single-footer-widget {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  footer.footer .main-footer-area .not-gray-footer .single-footer-widget {
    margin-bottom: 15px;
  }
}

footer.footer .main-footer-area .not-gray-footer .single-footer-widget h3,
footer.footer .main-footer-area .not-gray-footer .single-footer-widget .h3 {
  margin-bottom: 15px;
  color: #1b448e;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}

/* footer.footer
  .main-footer-area
  .not-gray-footer
  .single-footer-widget
  .footer-quick-links {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  margin-top: -12px;
} */

@media (max-width: 767px) {
  footer.footer
    .main-footer-area
    .not-gray-footer
    .single-footer-widget
    .footer-quick-links {
    margin-left: -7px;
    margin-right: -7px;
  }
}

/* footer.footer
  .main-footer-area
  .not-gray-footer
  .single-footer-widget
  .footer-quick-links
  li {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
} */

@media (max-width: 767px) {
  footer.footer
    .main-footer-area
    .not-gray-footer
    .single-footer-widget
    .footer-quick-links
    li {
    padding-left: 7px;
    padding-right: 7px;
  }
}

footer.footer
  .main-footer-area
  .not-gray-footer
  .single-footer-widget
  .footer-quick-links
  li
  a {
  display: inline-block;
  color: #333;
  font-size: 18px;
}

@media (max-width: 569px) {
  footer.footer
    .main-footer-area
    .not-gray-footer
    .single-footer-widget
    .footer-quick-links
    li
    a {
    font-size: 13px;
  }
}

footer.footer
  .main-footer-area
  .not-gray-footer
  .single-footer-widget
  .footer-quick-links
  li
  a:hover,
footer.footer
  .main-footer-area
  .not-gray-footer
  .single-footer-widget
  .footer-quick-links
  li
  a:focus {
  color: #fb8c09;
}

footer.footer .copyright {
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer.footer .copyright a {
  color: rgba(255, 255, 255, 0.8);
}

footer.footer .copyright a:hover,
footer.footer .copyright a:focus {
  color: #1ba0e2;
}

.page-404 h1,
.page-404 .h1 {
  color: #333;
  font-size: 28px;
}

.page-404 .land {
  color: #888;
}

.page-404 .mt-5 .btn-success {
  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;
  background-color: #1ba0e2;
  border-color: #1ba0e2;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
}

.page-404 .mt-5 .btn-success:hover,
.page-404 .mt-5 .btn-success:focus {
  color: #fff;
  background-color: #1890cb;
  border-color: #1890cb;
}

.btn-blues,
#btnnewreview,
.evo-button {
  position: relative;
  display: inline-block;
  padding: 8px 28px;
  line-height: normal;
  border: 1px solid #1ba0e2;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  background-color: #1ba0e2;
  color: #fff;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .btn-blues,
  #btnnewreview,
  .evo-button {
    padding: 7px 15px;
  }
}

.btn-blues strong,
#btnnewreview strong,
.evo-button strong {
  font-weight: 400;
}

.btn-blues:hover,
.btn-blues:focus,
#btnnewreview:hover,
#btnnewreview:focus,
.evo-button:hover,
.evo-button:focus {
  color: #fff;
  background-color: #1789c2;
  border-color: #1789c2;
  box-shadow: none;
  outline: none;
}

.table-order p {
  margin-bottom: 0;
}

.required {
  font-size: 13px;
  color: red;
}

.search-main form.evo-search-form {
  z-index: 1;
  position: relative;
}

.search-main form.evo-search-form input {
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.search-main form.evo-search-form button {
  color: #fff;
  background-color: #1ba0e2;
  border-radius: 3px;
}

.search-main form.evo-search-form button:hover,
.search-main form.evo-search-form button:focus {
  color: #fff;
  background-color: #1680b4;
}

.search-main .title-head {
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 480px) {
  .search-main .products-view-grid .row .col-6:nth-child(2n + 1) {
    padding-right: 3.5px;
  }

  .search-main .products-view-grid .row .col-6:nth-child(2n + 2) {
    padding-left: 3.5px;
  }
}

.search-main .evo-product-block-item .img-tour {
  height: 177px;
}

@media (max-width: 1024px) {
  .search-main .evo-product-block-item .img-tour {
    height: 147px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .search-main .evo-product-block-item .img-tour {
    height: 147px;
  }
}

@media (max-width: 767px) {
  .search-main .evo-product-block-item .img-tour {
    height: 165px;
  }
}

@media (max-width: 668px) {
  .search-main .evo-product-block-item .img-tour {
    height: 165px;
  }
}

@media (max-width: 569px) {
  .search-main .evo-product-block-item .img-tour {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .search-main .evo-product-block-item .img-tour {
    height: 267px;
  }
}

@media (max-width: 376px) {
  .search-main .evo-product-block-item .img-tour {
    height: 241px;
  }
}

@media (max-width: 321px) {
  .search-main .evo-product-block-item .img-tour {
    height: 204px;
  }
}

.search-main .evo-product-block-item .img-tour img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.search-main .evo-product-block-item .img-tour img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

.search-main .products-view-grid .blog-item {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .search-main .products-view-grid .blog-item {
    margin-bottom: 20px;
  }
}

.search-main .products-view-grid .blog-item .blog-item-thumbnail {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  position: relative;
  height: 240px;
}

.search-main .products-view-grid .blog-item .blog-item-thumbnail img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 1024px) {
  .search-main .products-view-grid .blog-item .blog-item-thumbnail {
    height: 200px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .search-main .products-view-grid .blog-item .blog-item-thumbnail {
    height: 147px;
  }
}

@media (max-width: 767px) {
  .search-main .products-view-grid .blog-item .blog-item-thumbnail {
    height: 167px;
  }
}

@media (max-width: 668px) {
  .search-main .products-view-grid .blog-item .blog-item-thumbnail {
    height: 167px;
  }
}

@media (max-width: 569px) {
  .search-main .products-view-grid .blog-item .blog-item-thumbnail {
    height: 365px;
  }
}

@media (max-width: 480px) {
  .search-main .products-view-grid .blog-item .blog-item-thumbnail {
    height: 267px;
  }
}

@media (max-width: 376px) {
  .search-main .products-view-grid .blog-item .blog-item-thumbnail {
    height: 241px;
  }
}

@media (max-width: 321px) {
  .search-main .products-view-grid .blog-item .blog-item-thumbnail {
    height: 204px;
  }
}

.search-main .products-view-grid .blog-item .blog-item-thumbnail img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.search-main
  .products-view-grid
  .blog-item
  .blog-item-thumbnail
  img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

.search-main .products-view-grid .blog-item .blog-item-mains .post-time {
  font-size: 12px;
  display: block;
  padding: 5px 0;
  line-height: 1;
  color: #777;
}

.search-main .products-view-grid .blog-item .blog-item-mains .post-time img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .search-main .products-view-grid .blog-item .blog-item-mains .post-time {
    padding-bottom: 7px;
    font-size: 12px;
  }
}

.search-main .products-view-grid .blog-item .blog-item-mains .blog-item-name {
  font-size: 18px;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 1450px) {
  .search-main .products-view-grid .blog-item .blog-item-mains .blog-item-name {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .search-main .products-view-grid .blog-item .blog-item-mains .blog-item-name {
    font-size: 15px;
  }
}

.search-main .products-view-grid .blog-item .blog-item-mains .blog-item-name a {
  color: #000;
}

.search-main
  .products-view-grid
  .blog-item
  .blog-item-mains
  .blog-item-name
  a:hover,
.search-main
  .products-view-grid
  .blog-item
  .blog-item-mains
  .blog-item-name
  a:focus {
  color: #1ba0e2;
}

.search-main
  .products-view-grid
  .blog-item
  .blog-item-mains
  .blog-item-summary {
  color: #777;
  line-height: 1.8;
  margin: 10px 0;
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 1450px) {
  .search-main
    .products-view-grid
    .blog-item
    .blog-item-mains
    .blog-item-summary {
    font-size: 13px;
  }
}

.search-main .products-view-grid .blog-item .blog-item-mains .readmore {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #1ba0e2;
  margin-bottom: 30px;
}

.search-main .products-view-grid .blog-item .blog-item-mains .readmore:hover,
.search-main .products-view-grid .blog-item .blog-item-mains .readmore:focus {
  color: #1680b4;
}

.search-main .products-view-grid .blog-item:hover .blog-item-thumbnail img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.search-main .pagination {
  justify-content: center;
}

.bread-crumb {
  margin: 0;
  background: #f3f5f7;
}

.bread-crumb .breadcrumb {
  color: #000;
  text-align: left;
  background-color: transparent;
}

.bread-crumb .breadcrumb a {
  color: #9e9fa1;
}

.bread-crumb .breadcrumb a:hover,
.bread-crumb .breadcrumb a:focus {
  color: #1ba0e2;
}

.search-more {
  margin-top: 0;
}

.grecaptcha-badge {
  display: none !important;
}

.total_address a {
  color: #1ba0e2;
}

.backdrop__body-backdrop___1rvky {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 0 !important;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 999;
  transition: opacity 0.5s ease;
}

@media (max-width: 480px) {
  .backdrop__body-backdrop___1rvky {
    z-index: 999;
  }
}

.backdrop__body-backdrop___1rvky.active {
  transition: opacity 0.5s ease;
  visibility: visible;
  opacity: 1;
}

.mobile-main-menu {
  height: 100%;
  overflow-y: auto;
  width: 290px;
  position: fixed;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  z-index: 999999 !important;
  top: 0 !important;
  left: 0;
  -webkit-transform: translateX(-290px);
  -ms-transform: translateX(-290px);
  transform: translateX(-290px);
}

.mobile-main-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px transparent;
  -moz-box-shadow: inset 0 0 0px transparent;
  border-radius: 0px;
  background-color: #fff;
}

.mobile-main-menu::-webkit-scrollbar {
  width: 0px;
  background-color: #fff;
}

.mobile-main-menu::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0px transparent;
  -moz-box-shadow: inset 0 0 0px transparent;
  background-color: #e5e5e5;
}

.mobile-main-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-main-menu .drawer-header {
  background-color: #1ba0e2;
}

.mobile-main-menu .drawer-header .drawer-header--auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 16px;
  margin-top: 0;
  padding: 15px 0;
}

.mobile-main-menu .drawer-header .drawer-header--auth ._object {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
}

.mobile-main-menu .drawer-header .drawer-header--auth ._body {
  color: #fff;
  font-size: 12px;
}

.mobile-main-menu .ul-first-menu {
  /*background-color: #1ba0e2;*/
  padding: 24px 5px;
  text-align: center;
  position: relative;
  background-color: rgb(251, 140, 9);
}

.mobile-main-menu .ul-first-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: url(https://1.bp.blogspot.com/-EZqQGTuUg5A/YELm7622wmI/AAAAAAAACm4/unCUCLUzoOoqnB8Zi2ld0RplHLCqOpnnQCLcBGAsYHQ/s16000/cover.png)
    top;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}

.mobile-main-menu .ul-first-menu div {
  display: inline-block;
  width: 50%;
  text-align: center;
  float: left;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.mobile-main-menu .ul-first-menu div a {
  color: #fff;
  display: block;
  border: 1px solid #fff;
  border-radius: 25px;
  margin: 0 5px;
  font-weight: 500;
}

.mobile-main-menu .ul-first-menu div a:hover,
.mobile-main-menu .ul-first-menu div a:focus {
  color: #1ba0e2;
  background-color: #fff;
}

.mobile-main-menu .mobile-support {
  height: 40px;
  background-color: #f3f5f7;
  color: #505f77;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #eaedf1;
}

.mobile-main-menu .mobile-support svg path {
  fill: red !important;
}

.mobile-main-menu .mobile-support img {
  width: 30px;
  margin-right: 10px;
}

.mobile-main-menu .mobile-support a {
  color: #505f77;
  font-weight: 600;
}

.mobile-main-menu .mobile-support a:hover,
.mobile-main-menu .mobile-support a:focus {
  color: #1ba0e2;
}

.mobile-main-menu .la-scroll-fix-infor-user {
  height: calc(100% - 130px);
  height: -moz-calc(100% - 130px);
  height: -webkit-calc(100% - 130px);
  height: -o-calc(100% - 130px);
  overflow: auto;
  padding: 10px 0;
}

.mobile-main-menu .la-scroll-fix-infor-user::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px transparent;
  -moz-box-shadow: inset 0 0 0px transparent;
  border-radius: 0px;
  background-color: #fff;
}

.mobile-main-menu .la-scroll-fix-infor-user::-webkit-scrollbar {
  width: 0px;
  background-color: #fff;
}

.mobile-main-menu .la-scroll-fix-infor-user::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0px transparent;
  -moz-box-shadow: inset 0 0 0px transparent;
  background-color: #e5e5e5;
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope {
  position: relative;
  display: block;
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a {
  padding: 6.5px 7.5px;
  padding-right: 25px;
  text-decoration: none;
  color: #383838;
  display: block;
  border-bottom: 0.5px solid #ccd2db;
  text-transform: uppercase;
  position: relative;
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a svg {
  height: 17px !important;
  width: 17px !important;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translate(0, -50%);
}

.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-list-items
  .ng-scope
  a
  svg.active {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 10px;
}

.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-list-items
  .ng-scope
  a:hover,
.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-list-items
  .ng-scope
  a:focus {
  color: rgb(251, 140, 9);
}

.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-list-items
  .ng-scope
  .ul-has-child1 {
  display: none;
}

.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-list-items
  .ng-scope
  .ul-has-child1
  li
  a {
  padding-left: 15px;
  text-transform: none;
}

.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-list-items
  .ng-scope
  .ul-has-child1
  li
  .ul-has-child2 {
  display: none;
}

.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-list-items
  .ng-scope
  .ul-has-child1
  li
  .ul-has-child2
  li
  a {
  padding-left: 22.5px;
}

.evo-product-block-item {
  position: relative;
  background-color: #fff;
  transition: all 300ms;
  border-radius: 15px;
  overflow: hidden;
  /* margin-bottom: 20px; */
  box-shadow: 0 0 6px 1px #0000004f;
  top: 0;
}

.slider-home-tours--item {
  .evo-product-block-item {
    box-shadow: none;
  }
}

@media (max-width: 569px) {
  .evo-product-block-item {
    margin-bottom: 10px;
  }
}

.evo-product-block-item .img-tour {
  position: relative;
}

.evo-product-block-item .img-tour .favorites-btn {
  width: 35px;
  height: 35px;
  border: 0.5px solid #e5e5e5;
  outline: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.8);
  float: left;
  border-radius: 4px;
  position: absolute;
  top: 5px;
  right: 5px;
}

@media (max-width: 1024px) {
  .evo-product-block-item .img-tour .favorites-btn {
    padding: 0;
  }
}

.evo-product-block-item .img-tour .favorites-btn svg.evo-added {
  fill: #e53935;
}

@media (max-width: 1024px) {
  .evo-product-block-item .img-tour .favorites-btn svg {
    height: 22px !important;
    width: 22px !important;
  }
}

.evo-product-block-item .info-tour {
  padding: 0px 10px 10px 10px;
}
.evo-product-block-item .info-tour .vehicles {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0.5rem 0 0 0;
}
.evo-product-block-item .info-tour .vehicles img {
  width: 1rem;
  height: auto;
}

.evo-product-block-item .info-tour h3,
.evo-product-block-item .info-tour .h3 {
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: unset;
  height: 60px;
  /* background: rgba(0, 0, 0, .1); */
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #f2f5f8;
  color: #333;
  line-height: 20px;
}

.evo-product-block-item .info-tour h3 a,
.evo-product-block-item .info-tour .h3 a {
  color: #333;
}

.evo-product-block-item .info-tour h3:hover,
.evo-product-block-item .info-tour .h3:hover,
.evo-product-block-item .info-tour h3:focus,
.evo-product-block-item .info-tour .h3:focus {
  color: #1ba0e2;
}

.evo-product-block-item .info-tour h3:hover a,
.evo-product-block-item .info-tour .h3:hover a,
.evo-product-block-item .info-tour h3:focus a,
.evo-product-block-item .info-tour .h3:focus a {
  color: #1ba0e2;
}

.evo-product-block-item .info-tour .vote-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.evo-product-block-item .info-tour .vote-box .saleoff {
  text-decoration: line-through;
  font-size: 12px;
  color: #999;
  padding-top: 5px;
}

@media (max-width: 569px) {
  .evo-product-block-item .info-tour .vote-box .saleoff {
    font-size: 14px;
  }
}

.evo-product-block-item .info-tour .vote-box .meta-vote .ct_course_list li {
  display: inline-block;
}

.evo-product-block-item .info-tour .vote-box .meta-vote .ct_course_list li img {
  max-width: 18px;
  display: inline-block;
}

.evo-product-block-item
  .info-tour
  .vote-box
  .meta-vote
  .ct_course_list
  li
  + li {
  margin-left: 3px;
}

.evo-product-block-item .info-tour .date-go {
  font-size: 12px;
  color: #666;
  margin-top: 7px;
}

@media (max-width: 569px) {
  .evo-product-block-item .info-tour .date-go {
    font-size: 14px;
  }
}

.evo-product-block-item .info-tour .date-go .ct_course_list li {
  padding: 3px 0;
  line-height: 20px;
  overflow: hidden;
  display: block;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.evo-product-block-item .info-tour .date-go .ct_course_list li img {
  max-width: 18px;
  flex: 1;
  margin-right: 2px;
  display: inline-block;
}

.evo-product-block-item .info-tour .date-go .ct_course_list li span {
  color: #ff5722;
  font-weight: 500;
}

.evo-product-block-item .info-tour .action-box {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.evo-product-block-item .info-tour .action-box .price-box {
  color: #ff5722;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
}

@media (max-width: 569px) {
  .evo-product-block-item .info-tour .action-box .price-box {
    font-size: 22px;
  }
}

.evo-product-block-item .info-tour .action-box .booking-box .btn-sm {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #ff5722;
  color: #fff;
  font-size: 13px;
  transition: all 300ms;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.evo-product-block-item .info-tour .action-box .booking-box .btn-sm:hover,
.evo-product-block-item .info-tour .action-box .booking-box .btn-sm:focus {
  background-color: #ee3900;
  color: #fff;
  border-radius: 4px;
}

@media (min-width: 1025px) {
  .evo-product-block-item:hover {
    top: -7px;
  }
}

@media (min-width: 768px) {
  .my-account .dashboard .recent-orders .thead-default {
    border-top: 1px solid #e1e1e1;
  }
}

@media (max-width: 480px) {
  .s480-f {
    display: block;
    font-size: 0;
    clear: both;
  }

  .col-full {
    width: 100%;
  }
}

.form-signup .errors {
  color: red;
}

@media (min-width: 768px) {
  #popup-cart .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
}

#popup-cart .modal-dialog button.close {
  position: absolute;
  right: 10px;
  top: 2px;
  opacity: 1;
}

#popup-cart .modal-dialog button.close:hover {
  color: #1ba0e2;
}

#popup-cart .modal-dialog .modal-left {
  text-align: left;
}

#popup-cart .modal-dialog .modal-left .title {
  font-size: 16px;
  font-weight: 500;
  color: #292929;
  padding: 15px 10px;
  margin: 0;
  display: block;
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #popup-cart .modal-dialog .modal-left .title {
    padding: 10px;
  }
}

#popup-cart .modal-dialog .modal-left .title i {
  font-style: normal;
  color: #292929;
}

#popup-cart .modal-dialog .modal-body {
  position: relative;
  padding: 0 10px 10px;
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 10px;
}

#popup-cart .modal-dialog .modal-body .media {
  display: none;
}

#popup-cart .modal-dialog .modal-body .media.active {
  display: flex;
  align-items: center;
}

#popup-cart .modal-dialog .modal-body .media .thumb_img {
  width: 70px;
  display: block;
  float: left;
  padding: 0;
}

#popup-cart .modal-dialog .modal-body .media .thumb_img .thumb-1x1 {
  width: 70px;
  text-align: center;
  border: solid 1px #ebebeb;
  border-radius: 4px;
}

#popup-cart .modal-dialog .modal-body .media .thumb_img .thumb-1x1 img {
  border-radius: 4px;
}

#popup-cart .modal-dialog .modal-body .media .body_content {
  padding-left: 15px;
}

#popup-cart .modal-dialog .modal-body .media .body_content .product-title {
  font-size: 14px;
  color: #292929;
  font-weight: 500;
  line-height: 20px;
}

#popup-cart .modal-dialog .modal-body .media .body_content .product-new-price {
  color: #ff5722;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

#popup-cart .modal-dialog .modal-body .media .body_content .variant_title span {
  color: #bbb;
}

#popup-cart .modal-dialog .modal-right {
  text-align: left;
  padding: 0px 10px 10px 10px;
}

#popup-cart .modal-dialog .modal-right .right_title {
  font-size: 15px;
  color: #292929;
}

@media (max-width: 767px) {
  #popup-cart .modal-dialog .modal-right .right_title {
    font-size: 14px;
  }
}

#popup-cart .modal-dialog .modal-right .right_title a {
  color: #292929;
}

#popup-cart .modal-dialog .modal-right .right_title a:hover,
#popup-cart .modal-dialog .modal-right .right_title a:focus {
  color: #1ba0e2;
}

#popup-cart .modal-dialog .modal-right .checkout_button {
  height: 45px;
  line-height: 43px;
  width: 100%;
  background: #1ba0e2;
  border-radius: 5px;
  padding: 0px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  border: solid 1px #1ba0e2;
}

#popup-cart .modal-dialog .modal-right .checkout_button:hover,
#popup-cart .modal-dialog .modal-right .checkout_button:focus {
  color: #fff;
  background-color: #1680b4;
  border-color: #1680b4;
}

#popup-cart.modal.in .modal-dialog {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}

/* .slider-home-tours {
} */
.slider-home-tours .slick-list {
  /* padding: 0 1rem; */
  padding: 0 3px;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  margin: 0.5rem;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.slick-current.slick-active.slick-center .comment {
  transform: scale(1.1);
}

.main-widge .img svg {
  width: 100%;
  height: 100%;
}

.main-widget .img {
  width: 25px;
  height: 25px;
}

.main-icon svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.main-widget {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 1000;
  top: auto !important;
}

.out-circle {
  overflow: hidden;
  padding: 17px;
  border-radius: 100%;
  background: #1ba0e2;
  width: 60px;
  height: 60px;
}

.main-icon {
  line-height: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}

.main-icon i {
  width: 26px;
  height: 26px;
  transform: translateX(2px);
}

.ser-icon {
  display: inline-flex;
  position: absolute;
  font-size: 30px;
  top: 0;
  left: 0;
  padding: 10%;
  background: #fff;
  max-width: 100%;
  overflow: hidden;
  border-radius: 100%;
  color: #1ba0e2;
  width: 70%;
  height: 70%;
  margin: 15%;
  transition: 0.2s all;
}

.unsee {
  opacity: 0;
  transform: scale(0);
}

.process {
  display: inline-flex;
  transform: translateX(0px);
  transition: 0.15s linear transform;
  line-height: 0;
}

.ser-icon .item {
  margin-right: 40px;
  width: 30px;
  height: 30px;
}

.ser-icon i:nth-child(2n) {
  color: #000;
}

.def-content {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 270px;
  background: #fff;
  border-radius: 5px;
  transition: 0.2s all;
  box-shadow: 0px 0px 15px 0px #333;
}

.def-content .item {
  width: 100%;
  line-height: 0;
  padding: 5px 10px;
  transition: 0.3s linear all;
}

.def-content .item:last-child {
  margin-bottom: 0;
}

.def-content .item > a > * {
  float: left;
  line-height: 1;
}

.def-content .item a {
  display: inline-block;
  font-size: 15px;
  width: 100%;
  transition: 0.3s linear all;
}

.def-content .item div {
  height: 45px;
  line-height: 45px;
  width: calc(100% - 55px);
}

.def-content .item .img {
  margin-right: 10px;
}

.close-icon {
  position: absolute;
  font-size: 25px;
  top: 0;
  padding: 15px;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #464fff;
  border-radius: 100%;
  transition: 0.2s all;
  transform: rotate(0);
  cursor: pointer;
}

.close-icon.unsee {
  transform: rotate(180deg);
}

.pregan {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1789c2;
  z-index: -2;
  border-radius: 100%;
  animation: zoomzoom 3s linear 0.2s infinite;
}

.item svg {
  fill: #1ba0e2;
}

.def-content .item svg {
  fill: #fff;
}

.def-content .img {
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.3s linear all 0s;
}

.def-content .item:hover {
  box-shadow: 0px 0px 5px -1px #000;
}

.def-content .item:hover a {
  color: red;
}

.def-content .item:hover .img {
  transition-delay: 0.3s;
  box-shadow: 0px 0px 5px 0px #333;
}

@keyframes zoomzoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1.2);
  }
}

.pregan:nth-child(1) {
  animation-delay: 0.5s;
}

.def-content .item.phone .img {
  background: #4eb625;
}

.def-content .item.skype .img {
  background: #24a6cd;
}

.def-content .item.zalo .img {
  background: #3b5998;
}

.def-content .item.messenger .img {
  background: #2c01ff;
}

.def-content .item.mail .img {
  background: #d5493c;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.home-slider .slick-slide {
  margin: 5px;
}

.home-slider .slick-slide:hover,
.home-slider .slick-slide:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.home-slider .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  line-height: 30px;
  text-align: center;
  z-index: 2;
}

@media (max-width: 1024px) {
  .home-slider .slick-arrow {
    display: none !important;
  }
}

.home-slider .slick-arrow.slick-prev {
  left: -35px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.home-slider .slick-arrow.slick-prev:before {
  content: "";
  background-image: url(https://1.bp.blogspot.com/-zoMG8ysi1O0/YELnHU8516I/AAAAAAAACm8/6eyoGFoJejQ6CvuFeYOO6y6GJXuMsnXFQCLcBGAsYHQ/s16000/back.png);
  height: 30px;
  width: 30px;
  display: block;
}

.home-slider .slick-arrow.slick-next {
  right: -35px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.home-slider .slick-arrow.slick-next:before {
  content: "";
  background-image: url(https://1.bp.blogspot.com/-A-Ve1R19xs0/YELn2zXWF_I/AAAAAAAACnQ/nmIzwFzzuCgrbMO07lV6PP9_fBLGlxQgwCLcBGAsYHQ/s16000/right.png);
  height: 30px;
  width: 30px;
  display: block;
}

.home-slider .slick-dots {
  text-align: center;
}

.home-slider .slick-dots li {
  display: inline-block;
}

.home-slider .slick-dots li button {
  border-radius: 0;
  height: 10px;
  width: 10px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 0;
  font-size: 0;
}

.home-slider .slick-dots li + li {
  margin-left: 5px;
}

.home-slider .slick-dots li.slick-active button {
  border-color: #1ba0e2;
  background-color: #1ba0e2;
  border-radius: 0;
  width: 10px;
}

.home-slider:hover .slick-arrow.slick-next {
  right: -15px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.home-slider:hover .slick-arrow.slick-prev {
  left: -15px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.home-slider .slick-slide {
  margin: 0;
}

.home-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  border-radius: 15px;
  height: 24px;
  align-items: center;
  display: flex !important;
  justify-content: center;
}

.home-slider .slick-dots li button {
  border-radius: 0;
  height: 10px;
  width: 10px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.home-slider .slick-dots li.slick-active button {
  border-color: #1ba0e2;
  background-color: #1ba0e2;
  border-radius: 0;
  width: 10px;
}

.section_tour_policy {
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .section_tour_policy .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: unset;
  }

  .section_tour_policy .row::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .section_tour_policy .row .col-lg-4 {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: auto;
    max-width: unset;
    flex: auto;
    min-width: 360px;
  }
}

@media (max-width: 480px) {
  .section_tour_policy .row .col-lg-4 {
    min-width: 415px;
  }
}

@media (max-width: 376px) {
  .section_tour_policy .row .col-lg-4 {
    min-width: 375px;
  }
}

@media (max-width: 321px) {
  .section_tour_policy .row .col-lg-4 {
    min-width: 330px;
  }
}

.section_tour_policy .row .col-lg-4 .evo-tour-policy-item {
  margin: 20px 0;
}

.section_tour_policy .row .col-lg-4 .evo-tour-policy-item a {
  display: flex;
  align-items: center;
}

.section_tour_policy .row .col-lg-4 .evo-tour-policy-item a .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #1ba0e2;
  margin-right: 15px;
  position: relative;
}

@media (max-width: 1024px) {
  .section_tour_policy .row .col-lg-4 .evo-tour-policy-item a .icon {
    width: 55px;
    height: 55px;
    margin-right: 10px;
  }
}

.section_tour_policy .row .col-lg-4 .evo-tour-policy-item a .icon img {
  max-width: 40px;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1024px) {
  .section_tour_policy .row .col-lg-4 .evo-tour-policy-item a .icon img {
    max-width: 35px;
  }
}

.section_tour_policy .row .col-lg-4 .evo-tour-policy-item a .caption {
  flex: 1;
}

.section_tour_policy .row .col-lg-4 .evo-tour-policy-item a .caption h3 {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 1024px) {
  .section_tour_policy .row .col-lg-4 .evo-tour-policy-item a .caption h3 {
    font-size: 14px;
  }
}

.section_tour_policy .row .col-lg-4 .evo-tour-policy-item a .caption div {
  font-size: 13px;
  color: #888;
  line-height: 1.3;
  margin-top: 5px;
}

.section_tour_policy .row .col-lg-4 .evo-tour-policy-item a:hover .icon {
  background-color: #1789c2;
}

.section_tour_policy .row .col-lg-4 .evo-tour-policy-item a:hover .caption h3 {
  color: #1ba0e2;
}

.section_tour_policy .row .col-lg-4 + .col-lg-4 {
  border-left: 0.5px solid #dee2e6;
}

.section_tour_last_hour {
  padding: 30px 0 0 0;
}

.section_tour_last_hour.evo-index-tour {
  padding-bottom: 0;
}

.section_tour_last_hour .section_tour_last_hour_title {
  text-align: center;
  margin-bottom: 20px;
}

.section_tour_last_hour .section_tour_last_hour_title h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .section_tour_last_hour .section_tour_last_hour_title h2 {
    font-size: 25px;
  }
}

.section_tour_last_hour .section_tour_last_hour_title h2 a {
  color: #212529;
}

.section_tour_last_hour .section_tour_last_hour_title h2 a span {
  color: #ff5722;
}

.section_tour_last_hour .section_tour_last_hour_title h2 a:hover {
  color: #1ba0e2;
}

.section_tour_last_hour .section_tour_last_hour_title h2 a:hover span {
  color: #1ba0e2;
}

.section_tour_last_hour .section_tour_last_hour_title p {
  margin-bottom: 0;
  color: #888;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .section_tour_last_hour .evo-tour-scroll {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: unset;
  }

  .section_tour_last_hour .evo-tour-scroll::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 569px) {
  .section_tour_last_hour .evo-tour-scroll .col-12 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (max-width: 480px) {
  .section_tour_last_hour .evo-tour-scroll .col-12 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (max-width: 321px) {
  .section_tour_last_hour .evo-tour-scroll .col-12 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}

.section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
  height: 177px;
}

@media (max-width: 1024px) {
  .section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
    height: 147px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
    height: 147px;
  }
}

@media (max-width: 767px) {
  .section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
    height: 167px;
  }
}

@media (max-width: 668px) {
  .section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
    height: 167px;
  }
}

@media (max-width: 569px) {
  .section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
    height: 214px;
  }
}

@media (max-width: 480px) {
  .section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
    height: 211px;
  }
}

@media (max-width: 376px) {
  .section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
    height: 191px;
  }
}

@media (max-width: 321px) {
  .section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour {
    height: 183px;
  }
}

.section_tour_last_hour .evo-tour-scroll .evo-product-block-item .img-tour img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* .evo-index-tour {
  padding: 15px 0 15px 0;
} */

.evo-index-tour .section_tour_last_hour_title {
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.evo-index-tour .section_tour_last_hour_title h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .evo-index-tour .section_tour_last_hour_title h2 {
    font-size: 25px;
  }
}

.evo-index-tour .section_tour_last_hour_title h2 a {
  color: #212529;
}

.evo-index-tour .section_tour_last_hour_title h2 a:hover {
  color: #1ba0e2;
}

.evo-index-tour .section_tour_last_hour_title p {
  margin-bottom: 0;
  color: #888;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .evo-index-tour .evo-tour-scroll {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: unset;
  }

  .evo-index-tour .evo-tour-scroll::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 569px) {
  .evo-index-tour .evo-tour-scroll .col-12 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (max-width: 480px) {
  .evo-index-tour .evo-tour-scroll .col-12 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (max-width: 321px) {
  .evo-index-tour .evo-tour-scroll .col-12 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}

.evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
  height: 177px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    height: 147px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    height: 147px;
  }
}

@media (max-width: 767px) {
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    height: 167px;
  }
}

@media (max-width: 668px) {
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    height: 167px;
  }
}

@media (max-width: 569px) {
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    height: 214px;
  }
}

@media (max-width: 480px) {
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    height: 211px;
  }
}

@media (max-width: 376px) {
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    height: 191px;
  }
}

@media (max-width: 321px) {
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    height: 183px;
  }
}

.evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour img {
  /* width: auto; */
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* margin: auto; */
}

.evo-index-tour .evo-index-tour-more {
  margin-top: 0;
  text-align: center;
}

.evo-index-tour .evo-index-tour-more a {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 25px;
  border: 1px solid #ff5722;
  color: #ff5722;
  font-weight: 500;
  border-radius: 4px;
}

.evo-index-tour .evo-index-tour-more a:hover,
.evo-index-tour .evo-index-tour-more a:focus {
  color: #fff;
  background-color: #ff5722;
}

.section_banner {
  padding-bottom: 15px;
}

@media (max-width: 569px) {
  .section_banner {
    padding-bottom: 10px;
  }

  .section_banner .banner-top {
    padding-bottom: 7px;
  }
}

.section_banner a {
  display: block;
  position: relative;
  max-height: 207px;
  min-height: 206px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .section_banner a {
    max-height: 174px;
    min-height: 173px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .section_banner a {
    max-height: 129px;
    min-height: 128px;
  }
}

@media (max-width: 767px) {
  .section_banner a {
    max-height: 95px;
    min-height: 94px;
  }
}

@media (max-width: 668px) {
  .section_banner a {
    max-height: 95px;
    min-height: 94px;
  }
}

@media (max-width: 569px) {
  .section_banner a {
    max-height: 207px;
    min-height: 206px;
  }
}

@media (max-width: 480px) {
  .section_banner a {
    max-height: 151px;
    min-height: 150px;
  }
}

@media (max-width: 376px) {
  .section_banner a {
    max-height: 137px;
    min-height: 136px;
  }
}

@media (max-width: 321px) {
  .section_banner a {
    max-height: 116px;
    min-height: 115px;
  }
}

.section_banner a img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.section_banner a img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

.section_banner img:hover {
  opacity: 0.8;
}

.section_tour_destination {
  padding: 15px 0 15px 0;
}

.section_tour_destination .section_tour_last_hour_title {
  text-align: center;
  margin-bottom: 20px;
}

.section_tour_destination .section_tour_last_hour_title h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .section_tour_destination .section_tour_last_hour_title h2 {
    font-size: 25px;
  }
}

.section_tour_destination .section_tour_last_hour_title p {
  margin-bottom: 0;
  color: #888;
}

.section_tour_destination .pos-relative {
  position: relative;
  overflow: hidden;
}

.section_tour_destination .pos-relative .destination-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 1024px) {
  .section_tour_destination .pos-relative .destination-image img {
    height: 290px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .section_tour_destination .pos-relative .destination-image img {
    height: 220px;
  }
}

.section_tour_destination .pos-relative .destination-image img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

.section_tour_destination .pos-relative .frame-destination {
  background-image: url(https://1.bp.blogspot.com/-NCuS_6hLxJw/YELpkRi1cDI/AAAAAAAACng/z14X4_gLO4wDXjLqKoUOOxIZWCHeaNTvQCLcBGAsYHQ/s16000/evo-tour-destinate.png);
  position: absolute;
  bottom: 0;
  padding: 50px 10px 10px 10px;
  width: 100%;
  color: #fff;
  z-index: 999;
}

.section_tour_destination .pos-relative .frame-destination .destination-name {
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.section_tour_destination .pos-relative .frame-destination .destination-like {
  font-size: 12px;
  text-align: center;
}

.section_tour_destination
  .pos-relative
  .frame-destination
  .destination-like
  span {
  color: #ff5722;
  font-weight: 600;
}

@media (min-width: 1025px) {
  .section_tour_destination .pos-relative:hover .destination-image img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  .section_tour_destination
    .pos-relative:hover
    .frame-destination
    .destination-name {
    color: #1ba0e2;
  }
}

.section_tour_destination .out-bound {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .section_tour_destination .out-bound {
    margin-top: 0;
  }
}

@media (min-width: 570px) and (max-width: 991px) and (max-width: 1450px) {
  .section_tour_destination .out-bound {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: unset;
  }

  .section_tour_destination .out-bound::-webkit-scrollbar {
    display: none;
  }
}

.section_tour_destination .out-bound .pos-relative .destination-image img {
  width: 100%;
  height: 160px;
}

@media (max-width: 1024px) {
  .section_tour_destination .out-bound .pos-relative .destination-image img {
    height: 160px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .section_tour_destination .out-bound .pos-relative .destination-image img {
    height: 220px;
  }
}

.section_tour_destination .out-bound .pos-relative .frame-destination {
  background-image: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.01),
    rgba(0, 0, 0, 0.9)
  );
}

.section_tour_destination
  .out-bound
  .pos-relative
  .frame-destination
  .destination-name {
  text-align: left;
}

.section_tour_destination
  .out-bound
  .pos-relative
  .frame-destination
  .destination-like {
  text-align: left;
  color: #ff5722;
  font-weight: 600;
}

.section_tour_destination
  .out-bound
  .pos-relative
  .frame-destination
  .destination-like
  svg {
  width: 15px !important;
  height: 15px !important;
}

.section_tour_destination
  .out-bound
  .pos-relative
  .frame-destination
  .destination-like
  svg
  path {
  fill: #ff5722 !important;
}

@media (min-width: 1025px) {
  .section_tour_destination
    .out-bound
    .pos-relative:hover
    .destination-image
    img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  .section_tour_destination
    .out-bound
    .pos-relative:hover
    .frame-destination
    .destination-name {
    color: #1ba0e2;
  }
}

@media (max-width: 480px) {
  .section_tour_destination .row .col-6:nth-child(2n + 1) {
    padding-right: 3.5px;
    padding-bottom: 7px;
  }

  .section_tour_destination .row .col-6:nth-child(2n + 2) {
    padding-left: 3.5px;
    padding-bottom: 7px;
  }
}

.section_blogs {
  padding: 15px 0 15px 0;
}

.section_blogs .section_tour_last_hour_title {
  text-align: center;
  margin-bottom: 20px;
}

.section_blogs .section_tour_last_hour_title h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .section_blogs .section_tour_last_hour_title h2 {
    font-size: 25px;
  }
}

.section_blogs .section_tour_last_hour_title h2 a {
  color: #212529;
}

.section_blogs .section_tour_last_hour_title h2 a:hover {
  color: #1ba0e2;
}

.section_blogs .section_tour_last_hour_title p {
  margin-bottom: 0;
  color: #888;
}

.section_blogs .evo-item-blogs .evo-article-image {
  margin-bottom: 10px;
  position: relative;
}
.section_blogs .evo-item-blogs .evo-article-image img {
  object-fit: fill;
}

@media (max-width: 767px) {
  .section_blogs .evo-item-blogs .evo-article-image {
    margin-bottom: 5px;
  }
}

.section_blogs .evo-item-blogs .evo-article-image a {
  display: block;
  height: 240px;
  position: relative;
}

@media (max-width: 1024px) {
  .section_blogs .evo-item-blogs .evo-article-image a {
    height: 200px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .section_blogs .evo-item-blogs .evo-article-image a {
    height: 147px;
  }
}

@media (max-width: 767px) {
  .section_blogs .evo-item-blogs .evo-article-image a {
    height: 173px;
  }
}

@media (max-width: 668px) {
  .section_blogs .evo-item-blogs .evo-article-image a {
    height: 167px;
  }
}

@media (max-width: 569px) {
  .section_blogs .evo-item-blogs .evo-article-image a {
    height: 214px;
  }
}

@media (max-width: 480px) {
  .section_blogs .evo-item-blogs .evo-article-image a {
    height: 211px;
  }
}

@media (max-width: 376px) {
  .section_blogs .evo-item-blogs .evo-article-image a {
    height: 191px;
  }
}

@media (max-width: 321px) {
  .section_blogs .evo-item-blogs .evo-article-image a {
    height: 183px;
  }
}

.section_blogs .evo-item-blogs .evo-article-image a img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.section_blogs .evo-item-blogs .evo-article-image a img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

.section_blogs .evo-item-blogs h3 {
  font-size: 16px;
  margin-bottom: 7px;
  word-break: break-word;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .section_blogs .evo-item-blogs h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.section_blogs .evo-item-blogs h3 a {
  color: #3f3f3f;
}

.section_blogs .evo-item-blogs h3 a:hover,
.section_blogs .evo-item-blogs h3 a:focus {
  color: #1ba0e2;
}

.section_blogs .evo-item-blogs p {
  color: #777;
  line-height: 1.5;
  word-break: break-word;
  margin-bottom: 10px;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .section_blogs .evo-item-blogs p {
    display: none;
  }
}

.section_blogs .evo-item-blogs .line-clamp {
  position: relative;
  height: 44px;
  overflow: hidden;
  display: block;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .section_blogs .evo-item-blogs .line-clamp {
    height: 39px;
  }
}

.section_blogs .evo-item-blogs .line-clamp:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 22px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
}

@media (max-width: 991px) and (max-width: 1450px) {
  .section_blogs .evo-item-blogs .line-clamp:after {
    height: 19px;
  }
}

@supports (-webkit-line-clamp: 2) {
  .section_blogs .evo-item-blogs .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto;
    min-height: 44px;
  }

  @media (max-width: 991px) and (max-width: 1450px) {
    .section_blogs .evo-item-blogs .line-clamp {
      max-height: 39px;
      min-height: 39px;
    }
  }

  .section_blogs .evo-item-blogs .line-clamp:after {
    display: none;
  }
}

.section_blogs .evo-index-tour-more {
  margin-top: 0;
  text-align: center;
}

.section_blogs .evo-index-tour-more a {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 25px;
  border: 1px solid #ff5722;
  color: #ff5722;
  font-weight: 500;
  border-radius: 4px;
}

.section_blogs .evo-index-tour-more a:hover,
.section_blogs .evo-index-tour-more a:focus {
  color: #fff;
  background-color: #ff5722;
}

@media (max-width: 767px) {
  .section_blogs .evo-blog-scroll {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: unset;
  }

  .section_blogs .evo-blog-scroll::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 569px) {
  .section_blogs .col-12 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (max-width: 480px) {
  .section_blogs .col-12 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (max-width: 321px) {
  .section_blogs .col-12 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}

.awe-section-1 {
  position: relative;
}

.search_visa {
  padding: 2.5rem 0 2rem 0;
}
.search_visa .evo-tour-search-index {
  text-align: center;
  width: 100%;
}
.search_visa .evo-tour-search-index form {
  margin-bottom: 1rem;
}
.search_visa .evo-tour-search-index .evo-main-suggest {
  justify-content: center;
}
.search_visa .evo-tour-search-index .evo-main-suggest p {
  margin: 0;
}

@media (max-width: 767px) {
  .evo-tour-search-index {
    bottom: 20px;
  }
}

@media (max-width: 569px) {
  .evo-tour-search-index {
    position: relative;
    bottom: 0;
    padding-top: 15px;
    background-color: #fff;
  }
}

@media (min-width: 570px) {
  .evo-tour-search-index .evo-tour-search-title {
    text-shadow: 0 1px 1px #333;
  }
}

.evo-tour-search-index .evo-tour-search-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
  height: 38px;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .evo-tour-search-index .evo-tour-search-title h2 {
    font-size: 30px;
    height: auto;
    margin-bottom: 0;
    line-height: 1.1;
  }
}

@media (max-width: 569px) {
  .evo-tour-search-index .evo-tour-search-title h2 {
    color: #ff5722;
    font-size: 25px;
  }
}

.evo-tour-search-index .evo-tour-search-title p {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .evo-tour-search-index .evo-tour-search-title p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media (max-width: 569px) {
  .evo-tour-search-index .evo-tour-search-title p {
    color: #ff5722;
  }
}

.evo-tour-search-index .evo-main-search {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.evo-tour-search-index .evo-main-search input {
  width: 31rem;
  height: 3.5rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.evo-tour-search-index .evo-main-search input[type="text"] {
  margin: 0;
}
.evo-tour-search-index .evo-main-search button {
  width: 4rem;
  height: 3.5rem;
  background-color: #009eeb;
  border: none;
  box-shadow: none;
  outline: none;
  text-align: center;
  box-sizing: border-box;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 12px;
}
.evo-tour-search-index .evo-main-search button img {
  width: 2rem;
  height: 2rem;
}

.evo-tour-search-index .evo-main-suggest {
  display: flex;
  gap: 1rem;
  font-size: 18px;
}

/*
@media (min-width: 992px) {
  .evo-tour-search-index .evo-main-search .fix-ipad1 {
    padding-right: 7.5px;
  }

  .evo-tour-search-index .evo-main-search .fix-ipad2 {
    padding-left: 7.5px;
  }

  .evo-tour-search-index .evo-main-search .fix-ipad {
    padding-left: 5px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .evo-tour-search-index .evo-main-search {
    padding: 10px;
    max-width: 500px;
  }

  .evo-tour-search-index .evo-main-search .fix-ipad1 {
    padding-right: 5px;
  }

  .evo-tour-search-index .evo-main-search .fix-ipad2 {
    padding-left: 5px;
  }

  .evo-tour-search-index .evo-main-search .fix-ipad {
    padding-left: 0;
  }
}

@media (max-width: 569px) {
  .evo-tour-search-index .evo-main-search {
    background: rgba(0, 0, 0, 0.2);
    max-width: 100%;
  }

  .evo-tour-search-index .evo-main-search .fix-ipad1 {
    padding-right: 10px;
  }

  .evo-tour-search-index .evo-main-search .fix-ipad2 {
    padding-left: 10px;
  }

  .evo-tour-search-index .evo-main-search .fix-ipad {
    padding-left: 10px;
  }
}

@media (max-width: 480px) {
  .evo-tour-search-index .evo-main-search .fix-ipad1 {
    padding-right: 7px;
  }

  .evo-tour-search-index .evo-main-search .fix-ipad2 {
    padding-left: 7px;
  }

  .evo-tour-search-index .evo-main-search .fix-ipad {
    padding-left: 7px;
  }
} */

.evo-tour-search-index .evo-main-search .group_a {
  height: 60px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s linear;
  user-select: none;
  color: #494b55;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding-left: 10px;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .evo-tour-search-index .evo-main-search .group_a {
    height: 50px;
    padding-left: 5px;
  }
}

.evo-tour-search-index .evo-main-search .group_a img {
  width: 35px;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .evo-tour-search-index .evo-main-search .group_a img {
    width: 30px;
  }
}

.evo-tour-search-index .evo-main-search .group_a input {
  margin-bottom: 0;
  border: none;
  font-size: 17px;
  color: #494b55;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .evo-tour-search-index .evo-main-search .group_a input {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.evo-tour-search-index .evo-main-search .group-search {
  height: 60px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s linear;
  user-select: none;
  color: #494b55;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  margin-top: 15px;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .evo-tour-search-index .evo-main-search .group-search {
    margin-top: 10px;
    height: 50px;
    padding-left: 5px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-icon {
  width: 35px;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-icon {
    width: 30px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-icon img {
  width: 35px;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-icon img {
    width: 30px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-content {
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .evo-tour-search-index .evo-main-search .group-search .group-search-content {
    padding-left: 10px;
  }
}

.evo-tour-search-index .evo-main-search .group-search .group-search-content p {
  margin-bottom: 0;
  font-size: 16px;
  color: #494b55;
  line-height: 1.1;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .evo-tour-search-index
    .evo-main-search
    .group-search
    .group-search-content
    p {
    font-size: 14px;
  }
}

.evo-tour-search-index
  .evo-main-search
  .group-search
  .group-search-content
  select {
  padding-left: 0;
  border: none;
  min-height: 25px;
  color: #6c707e;
  font-size: 15px;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .evo-tour-search-index
    .evo-main-search
    .group-search
    .group-search-content
    select {
    min-height: 25px;
    font-size: 14px;
  }
}

.evo-tour-search-index
  .evo-main-search
  .group-search
  .group-search-content
  select
  option {
  color: #6c707e;
  font-size: 15px;
  margin: 0 10px;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .evo-tour-search-index
    .evo-main-search
    .group-search
    .group-search-content
    select
    option {
    font-size: 14px;
  }
}

.evo-tour-search-index
  .evo-main-search
  .group-search
  .group-search-content
  .tourmaster-datepicker {
  padding-left: 0;
  border: none;
  min-height: 25px;
  color: #6c707e;
  font-size: 15px;
  margin-bottom: 0;
  padding-right: 7px;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .evo-tour-search-index
    .evo-main-search
    .group-search
    .group-search-content
    .tourmaster-datepicker {
    min-height: 25px;
    font-size: 14px;
  }
}

.ui-datepicker-header {
  position: relative;
}

.ui-datepicker table tr td a.ui-state-active,
.ui-datepicker table tr td a:hover,
.ui-datepicker table tr td.tourmaster-highlight a,
.ui-datepicker table tr td.tourmaster-highlight span {
  background: #1680b4;
  color: #fff;
}

.ui-datepicker select {
  color: #485da1;
}

.ui-datepicker {
  background-color: #f5f5f5;
}

.ui-datepicker {
  border-color: #ebebeb;
}

.ui-datepicker table tr th {
  color: #808080;
}

.ui-datepicker table tr td a,
.ui-datepicker-prev,
.ui-datepicker-next {
  background-color: #fff;
}

.ui-datepicker table tr td a,
.ui-datepicker-prev,
.ui-datepicker-next {
  color: #5b5b5b;
}

.ui-datepicker table tr td a.ui-state-disable {
  color: #c0c0c0;
}

.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
  color: rgba(108, 112, 126, 0.35) !important;
  text-decoration: none;
  pointer-events: none;
}

.ui-datepicker table tr td {
  color: #5b5b5b;
}

.ui-datepicker table tr td.ui-datepicker-week-end {
  color: #d9534f;
}

.ui-datepicker table tr td.ui-datepicker-week-end .ui-state-default {
  color: #d9534f;
}

.ui-datepicker
  table
  tr
  td.ui-datepicker-week-end
  .ui-state-default.ui-state-highlight,
.ui-datepicker table tr td.ui-datepicker-week-end .ui-state-default:hover {
  color: #fff;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 0px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}

.ui-datepicker-next {
  right: 0px;
}

.ui-datepicker-prev:after {
  content: "<";
}

.ui-datepicker-next:after {
  content: ">";
}

.ui-datepicker {
  width: 300px;
  padding: 5px;
  display: none;
  background: #ebebeb;
  border-radius: 4px;
}

.ui-datepicker .ui-datepicker-title {
  padding-left: 38px;
  padding-right: 38px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year,
.ui-datepicker-year {
  width: 48%;
  margin: 0px 1%;
  border: none;
  height: 36px;
  padding: 0px 5px;
  font-weight: 500;
  color: #3d3f47;
  background: #fff;
  float: left;
  background-image: url(https://1.bp.blogspot.com/-tvDdF8zd2aE/YEMRv2m8VFI/AAAAAAAACpw/hvDle987ZyMTkzSFQvPIdU115_A97M3EwCLcBGAsYHQ/s16000/down-button.png) !important;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  margin-bottom: 5px;
  border-radius: 4px;
}

.ui-datepicker table {
  border-collapse: separate;
  border-spacing: 0px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
}

.ui-datepicker table tr {
  background: transparent;
  color: #949494;
  padding: 0;
}

.ui-datepicker table tr th {
  color: #3d3f47;
  background: transparent;
  font-size: 14px;
  padding: 16px 0px 10px;
  text-align: center;
  font-weight: 500;
  border: none;
}

.ui-datepicker table tr th.ui-datepicker-week-end {
  color: #d9534f;
}

.ui-datepicker table td {
  padding: 0px 0px 5px;
  line-height: 1;
  text-align: center;
  color: #c0c0c0;
  border: none;
}

.ui-datepicker table td a,
.ui-datepicker table td .ui-state-default {
  color: #5b5b5b;
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
}

.ui-datepicker table td.ui-state-disabled .ui-state-default {
  background-color: #fff;
  color: rgba(108, 112, 126, 0.35) !important;
  text-decoration: none;
  pointer-events: none;
}

.ui-datepicker table td.ui-datepicker-today a {
  color: #fff;
  background-color: #1ba0e2 !important;
}

.ui-datepicker table td a:hover,
.ui-datepicker table td a:focus {
  color: #fff;
  background-color: #1ba0e2 !important;
}

body {
  background-color: #f3f5f7;
}

@media (max-width: 569px) {
  body {
    background-color: #fff;
  }
}

.product-bg-white {
  background-color: #fff;
  box-shadow: 0px 0px 4px 2px rgba(152, 165, 185, 0.2);
}

@media (min-width: 570px) {
  .product-bg-white {
    padding: 10px;
  }
}

@media (max-width: 569px) {
  .product-bg-white {
    padding: 10px 0;
  }
}

.product-bg-white .product-bottom {
  margin-left: 0;
  margin-right: 0;
}

.product-bg-white.evo-tour-program {
  margin-top: 10px;
  padding: 0;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .product-bg-white.evo-tour-program {
    /* position: fixed; */
    top: 50% !important;
    right: 0;
    z-index: 999;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .product-bg-white.evo-tour-program .tour-program {
    border: 1px solid #f1f1f2;
  }
}

.product-bg-white.evo-tour-program .tour-program li + li {
  border-top: 1px solid #f1f1f2;
}

.product-bg-white.evo-tour-program .tour-program li .scroll-content {
  color: #4e4e4e;
  margin: 0;
  padding: 15px;
  border-radius: 0;
  border: none;
  border-left: 2px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .product-bg-white.evo-tour-program .tour-program li .scroll-content {
    padding: 10px;
    border: none;
  }
}

.product-bg-white.evo-tour-program .tour-program li .scroll-content img {
  width: 22px;
  margin-right: 10px;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .product-bg-white.evo-tour-program .tour-program li .scroll-content img {
    margin-right: 0;
  }
}

.product-bg-white.evo-tour-program .tour-program li .scroll-content:hover {
  background: rgba(148, 151, 163, 0.1);
}

.product-bg-white.evo-tour-program .tour-program li .scroll-content.active {
  border-left-color: #1ba0e2;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .product-bg-white.evo-tour-program .tour-program li .scroll-content.active {
    background-color: #1ba0e2;
  }

  .product-bg-white.evo-tour-program
    .tour-program
    li
    .scroll-content.active
    img {
    -webkit-filter: brightness(900%);
    filter: brightness(900%);
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .product-bg-white.evo-tour-program .tour-program li .scroll-content span {
    display: block;
    margin: 0 2rem;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.animated-background,
.details-product .support-block .item_service a img:not(.loaded),
.product_recent
  .related-product
  .evo-owl-product
  .evo-product-block-item
  .img-tour
  img:not(.loaded) {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f6f6;
  background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
  background-size: 700px 104px;
  position: relative;
}

#btnnewreview {
  background: #1ba0e2 !important;
}

.bizweb-product-reviews-form input,
.bizweb-product-reviews-form input[type="text"],
.bizweb-product-reviews-form input[type="email"],
.bizweb-product-reviews-form textarea {
  border-radius: 3px !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border: 1px solid #ebebeb !important;
}

.bizweb-product-reviews-form input:focus,
.bizweb-product-reviews-form input[type="text"]:focus,
.bizweb-product-reviews-form input[type="email"]:focus,
.bizweb-product-reviews-form textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

.bizweb-product-reviews-form .bpr-button-submit {
  background: #1ba0e2 !important;
  border-color: #1ba0e2 !important;
  min-width: 100px;
  text-transform: uppercase;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .details-product .no-padding-right {
    padding-right: 10px;
  }
}

@media (max-width: 480px) {
  .details-product .no-padding-right {
    padding: 0 7px !important;
  }
}

@media (min-width: 768px) {
  .details-product .product-image-block {
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
  }
}

@media (max-width: 767px) {
  .details-product .product-image-block {
    /* margin-bottom: 10px; */
  }
}

/* .details-product {
}
.details-product .product-image-block {
} */
.details-product .product-image-block .slider-big-video {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
/* .details-product .product-image-block .slider-big-video .slick-slide {
} */
.details-product .product-image-block .slider-big-video .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  aspect-ratio: 16 / 9;
}

.details-product .product-image-block .slider-big-video .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.details-product .product-image-block .slider-big-video .slick-dots li {
  display: inline-block;
}

.details-product .product-image-block .slider-big-video .slick-dots li button {
  border-radius: 0;
  height: 6px;
  width: 6px;
  border: 0.5px solid #e5e5e5;
  background-color: #fff;
  font-size: 0;
  padding: 0;
}

.details-product .product-image-block .slider-big-video .slick-dots li + li {
  margin-left: 3px;
}

.details-product
  .product-image-block
  .slider-big-video
  .slick-dots
  li.slick-active
  button {
  border-color: #1ba0e2;
  background-color: #1ba0e2;
  border-radius: 0;
  width: 6px;
}

.details-product .product-image-block .slider-big-video .slick-slide {
  border: none;
  margin: 0px !important;
}

.details-product .product-image-block .slider-big-video .slick-slide {
  margin: 5px;
}

/* .details-product .product-image-block .slider-big-video .slick-slide:hover,
.details-product .product-image-block .slider-big-video .slick-slide:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.details-product .product-image-block .slider-big-video .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  line-height: 30px;
  text-align: center;
  z-index: 2;
} */

@media (max-width: 991px) and (max-width: 1450px) {
  .details-product .product-image-block .slider-big-video .slick-arrow {
    display: none !important;
  }
}

/* .details-product
  .product-image-block
  .slider-big-video
  .slick-arrow.slick-prev {
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.details-product
  .product-image-block
  .slider-big-video
  .slick-arrow.slick-prev:before {
  content: "";
  background-image: url(https://cdn.jsdelivr.net/gh/giaodienblog/cdn@c635b78/back.svg);
  height: 30px;
  width: 30px;
  display: block;
}

.details-product
  .product-image-block
  .slider-big-video
  .slick-arrow.slick-next {
  right: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.details-product
  .product-image-block
  .slider-big-video
  .slick-arrow.slick-next:before {
  content: "";
  background-image: url(https://cdn.jsdelivr.net/gh/giaodienblog/cdn@c635b78/right.svg);
  height: 30px;
  width: 30px;
  display: block;
} */

.details-product .product-image-block .slider-big-video .slick-dots {
  text-align: center;
}

.details-product .product-image-block .slider-big-video .slick-dots li {
  display: inline-block;
}

.details-product .product-image-block .slider-big-video .slick-dots li button {
  border-radius: 0;
  height: 10px;
  width: 10px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 0;
  font-size: 0;
}

.details-product .product-image-block .slider-big-video .slick-dots li + li {
  margin-left: 5px;
}

.details-product
  .product-image-block
  .slider-big-video
  .slick-dots
  li.slick-active
  button {
  border-color: #1ba0e2;
  background-color: #1ba0e2;
  border-radius: 0;
  width: 10px;
}

.details-product
  .product-image-block
  .slider-has-video
  .slider-nav
  .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .details-product
    .product-image-block
    .slider-has-video
    .slider-nav
    .slick-arrow {
    display: none !important;
  }
}

.details-product
  .product-image-block
  .slider-has-video
  .slider-nav
  .slick-arrow.slick-prev {
  left: -15px;
}

.details-product
  .product-image-block
  .slider-has-video
  .slider-nav
  .slick-arrow.slick-prev:before {
  content: "";
  background-image: url(https://1.bp.blogspot.com/-jamlaMoN6Sk/YEMSJYSuJ9I/AAAAAAAACp4/8YHB-qfe8bcrpOEcBIFsSsFbH2I9k_7PACLcBGAsYHQ/s16000/back.png);
  height: 30px;
  width: 30px;
  display: block;
}

.details-product
  .product-image-block
  .slider-has-video
  .slider-nav
  .slick-arrow.slick-next {
  right: -15px;
}

.details-product
  .product-image-block
  .slider-has-video
  .slider-nav
  .slick-arrow.slick-next:before {
  content: "";
  background-image: url(https://cdn.jsdelivr.net/gh/giaodienblog/cdn@c635b78/right.svg);
  height: 30px;
  width: 30px;
  display: block;
}

.details-product
  .product-image-block
  .slider-has-video
  .slider-nav
  .slick-slide {
  position: relative;
  aspect-ratio: 16/9;
  margin: 1rem 0.5rem;
  overflow: hidden;
}

/* .details-product
.product-image-block
.slider-has-video
.slider-nav
.slick-slide.slick-current {
} */

@media (max-width: 1024px) {
  .details-product
    .product-image-block
    .slider-has-video
    .slider-nav
    .slick-slide {
    height: 58px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .details-product
    .product-image-block
    .slider-has-video
    .slider-nav
    .slick-slide {
    height: 68px;
  }
}

@media (max-width: 480px) {
  .details-product
    .product-image-block
    .slider-has-video
    .slider-nav
    .slick-slide {
    height: 90px;
  }
}

@media (max-width: 376px) {
  .details-product
    .product-image-block
    .slider-has-video
    .slider-nav
    .slick-slide {
    height: 81px;
  }
}

@media (max-width: 321px) {
  .details-product
    .product-image-block
    .slider-has-video
    .slider-nav
    .slick-slide {
    height: 67px;
  }
}

.details-product
  .product-image-block
  .slider-has-video
  .slider-nav
  .slick-slide
  img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  filter: brightness(50%);
  transition: all 1s ease-in;
  border-radius: 10px;
}

.details-product
  .product-image-block
  .slider-has-video
  .slider-nav
  .slick-slide.slick-current
  img {
  filter: brightness(100%);
  border: 1px solid #ffd215;
  transition: all 1s ease-in;
}

.details-product
  .product-image-block
  .slider-has-video
  .slider-nav
  .slick-slide:hover,
.details-product
  .product-image-block
  .slider-has-video
  .slider-nav
  .slick-slide:focus {
  box-shadow: none;
  outline: none;
}

.details-product .product-image-block .slider-nav {
  min-height: 70px;
}

@media (min-width: 768px) {
  .details-product .product-image-block .slider-nav {
    padding: 0 2rem;
  }
}

@media (max-width: 1024px) {
  .details-product .product-image-block .slider-nav {
    min-height: 82px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .details-product .product-image-block .slider-nav {
    min-height: 72px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 1450px) {
  .details-product .product-image-block .slider-nav {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .details-product .details-pro {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.details-product .details-pro .product-with-wish-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.details-product .details-pro .product-with-wish-list .title-head {
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}

@media (max-width: 1024px) {
  .details-product .details-pro .product-with-wish-list .title-head {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .details-product .details-pro .product-with-wish-list .title-head {
    font-size: 17px;
  }
}

.details-product .details-pro .product-with-wish-list .product-wish {
  margin-left: 10px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.details-product .details-pro .product-with-wish-list .product-wish button {
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
  background-color: transparent;
}

.details-product .details-pro .product-with-wish-list .product-wish button svg {
  height: 20px !important;
  width: 20px !important;
}

.details-product
  .details-pro
  .product-with-wish-list
  .product-wish
  button
  svg
  path {
  fill: #bec0c8 !important;
}

.details-product
  .details-pro
  .product-with-wish-list
  .product-wish
  button
  svg.evo-added
  path {
  fill: red !important;
}

@media (min-width: 1024px) {
  .details-product
    .details-pro
    .product-with-wish-list
    .product-wish
    button:hover,
  .details-product
    .details-pro
    .product-with-wish-list
    .product-wish
    button:focus {
    box-shadow: none;
    outline: none;
    background-color: transparent;
  }

  .details-product
    .details-pro
    .product-with-wish-list
    .product-wish
    button:hover
    svg
    path,
  .details-product
    .details-pro
    .product-with-wish-list
    .product-wish
    button:focus
    svg
    path {
    fill: #000 !important;
  }
}

.details-product .details-pro .sku-product {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0;
}

.details-product .details-pro .sku-product .variant-sku,
.details-product .details-pro .sku-product .vendor {
  color: #1ba0e2;
  font-weight: 600;
  text-transform: none;
}

.details-product .details-pro .sku-product .item-sku {
  display: block;
  float: left;
  width: 100%;
  font-size: 13px;
}

.details-product .details-pro .sku-product .item-sku .item-title {
  min-width: 100px;
  display: inline-block;
}

.details-product .details-pro .sku-product .item-sku + .item-sku {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .details-product .details-pro .panel-product-rating {
    line-height: 1.1;
    margin-top: 10px;
  }
}

.details-product
  .details-pro
  .panel-product-rating
  .bizweb-product-reviews-badge {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .details-product
    .details-pro
    .panel-product-rating
    .bizweb-product-reviews-badge {
    float: none;
  }
}

.details-product
  .details-pro
  .panel-product-rating
  .bizweb-product-reviews-badge
  .bizweb-product-reviews-star {
  padding: 0;
}

.details-product
  .details-pro
  .panel-product-rating
  .bizweb-product-reviews-badge
  .bizweb-product-reviews-star
  i {
  font-size: 14px;
  color: #edc419 !important;
}

.details-product
  .details-pro
  .panel-product-rating
  .bizweb-product-reviews-badge
  div:nth-child(2),
.details-product
  .details-pro
  .panel-product-rating
  .bizweb-product-reviews-badge
  div:nth-child(3) {
  display: none;
}

.details-product .details-pro .panel-product-rating .iddanhgia {
  float: left;
  color: #bfbfbf;
}

@media (max-width: 767px) {
  .details-product .details-pro .panel-product-rating .iddanhgia {
    float: none;
    display: inline-block;
  }
}

.details-product .details-pro .panel-product-rating .iddanhgia:hover {
  cursor: pointer;
  color: #1ba0e2;
}

.details-product .details-pro .price-box {
  position: relative;
}

.details-product .details-pro .price-box .special-price {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #ff5722;
}

@media (max-width: 480px) {
  .details-product .details-pro .price-box .special-price {
    font-size: 16px;
  }
}

.details-product .details-pro .price-box .special-price .product-price {
  font-size: 24px;
  font-weight: 700;
  color: #ff5722;
  display: inline-block;
}

.details-product .details-pro .price-box .old-price {
  display: block;
}

.details-product .details-pro .price-box .old-price .product-price-old {
  font-size: 15px;
  color: #666;
}

.details-product .details-pro .price-box .save-price {
  position: absolute;
  right: 0;
  top: 0;
  background: #f00;
  color: #fff;
  text-align: center;
  padding: 3px 15px;
  font-size: 13px;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .details-product .details-pro .price-box .save-price {
    top: -15px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .details-product .details-pro .price-box .save-price {
    top: 0px;
  }
}

@media (max-width: 767px) {
  .details-product .details-pro .price-box .save-price {
    top: -10px;
  }
}

.details-product .details-pro .price-box .save-price:before {
  position: absolute;
  top: 2px;
  left: 2px;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  content: "";
  border: 1px dashed #fff;
}

.details-product .details-pro .price-box .save-price .product-price-save {
  font-size: 20px;
  display: block;
  width: 100%;
  font-weight: 700;
}

.details-product .details-pro .orange-btn {
  display: inline-block;
  background-color: #ff5722;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  text-align: center;
  border-radius: 4px;
  margin: 5px 0;
}

.details-product .details-pro .orange-btn img {
  width: 25px;
  margin-right: 5px;
}

.details-product .details-pro .orange-btn:hover,
.details-product .details-pro .orange-btn:focus {
  color: #fff;
  background-color: #ee3900;
}

.details-product .details-pro .journey {
  font-size: 13px;
  padding: 5px 0;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
}

.details-product .details-pro .ct_course_list {
  font-size: 13px;
}

.details-product .details-pro .ct_course_list li {
  padding: 5px 0;
  line-height: 20px;
  overflow: hidden;
  display: block;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.details-product .details-pro .ct_course_list li .tag-color {
  color: #ff5722;
  font-weight: 500;
}

.details-product .details-pro .ct_course_list li img {
  max-width: 18px;
  flex: 1;
  margin-right: 2px;
}

.details-product .details-pro .ct_course_list li + li {
  /* border-top: 1px rgba(0, 0, 0, 0.05) solid; */
}

.details-product .details-pro .evo-product-summary p {
  margin-bottom: 5px;
}

.details-product .details-pro .call-me-back {
  margin-top: 10px;
}

@media (min-width: 569px) {
  .details-product .details-pro .call-me-back .col-lg-6:nth-child(1) {
    padding-right: 5px;
  }

  .details-product .details-pro .call-me-back .col-lg-6:nth-child(2) {
    padding-left: 5px;
  }
}

@media (max-width: 480px) {
  .details-product .details-pro .call-me-back .col-lg-6:nth-child(1) {
    padding-right: 3.5px;
  }

  .details-product .details-pro .call-me-back .col-lg-6:nth-child(2) {
    padding-left: 3.5px;
  }
}

.details-product .details-pro .call-me-back a,
.details-product .details-pro .call-me-back button,
.details-product .details-pro .call-me-back input.btn-book-now-orange {
  height: 45px;
  line-height: 43px;
  background: linear-gradient(to top, #fbb019, #ffd115);
  color: #4b280c;
  font-size: 15px;
  font-weight: 600;
  display: block;
  /* text-transform: uppercase; */
  border: 1px solid #fbb019;
  padding: 0 15px;
  text-align: center;
  border-radius: 10px;
  width: 100%;
}

@media (max-width: 480px) {
  .details-product .details-pro .call-me-back a,
  .details-product .details-pro .call-me-back button {
    font-size: 14px;
    padding: 0 8px;
    height: 35px;
    line-height: 33px;
  }
}

.details-product .details-pro .call-me-back a:hover,
.details-product .details-pro .call-me-back a:focus,
.details-product .details-pro .call-me-back button:hover,
.details-product .details-pro .call-me-back button:focus {
  color: #4b280c;
  border-color: #fbb019;
  background: #fff;
}

.details-product .details-pro .form-product form {
  margin-bottom: 0;
}

.details-product .details-pro .form-product form .select-swatch {
  margin-bottom: 15px;
}

.details-product .details-pro .form-product form .select-swatch .swatch {
  margin: 0;
}

.details-product
  .details-pro
  .form-product
  form
  .select-swatch
  .swatch
  + .swatch {
  margin-top: 15px;
}

.details-product
  .details-pro
  .form-product
  form
  .select-swatch
  .swatch
  .header {
  font-weight: 500;
  color: #333f48;
  letter-spacing: 0.5px;
}

@media (max-width: 480px) {
  .details-product
    .details-pro
    .form-product
    form
    .select-swatch
    .swatch
    .header {
    width: 100%;
    margin-bottom: 7px;
  }
}

.details-product .details-pro .form-product form .form-group {
  width: 100%;
}

.details-product .details-pro .form-product form .form-group .qty-ant {
  display: flex;
  align-items: center;
  height: 45px;
  margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 1450px) {
  .details-product .details-pro .form-product form .form-group .qty-ant {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .details-product .details-pro .form-product form .form-group .qty-ant {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.details-product .details-pro .form-product form .form-group .qty-ant label {
  font-weight: 500;
  color: #333f48;
  float: left;
  letter-spacing: 0.5px;
  margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 1450px) {
  .details-product .details-pro .form-product form .form-group .qty-ant label {
    margin-right: 5px;
  }
}

.details-product
  .details-pro
  .form-product
  form
  .form-group
  .qty-ant
  .custom-btn-numbers {
  float: left;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  border: 1px solid #ebebeb;
  min-height: unset;
  width: auto;
  background-color: transparent;
  height: auto;
}

.details-product
  .details-pro
  .form-product
  form
  .form-group
  .qty-ant
  .custom-btn-numbers
  .btn-cts {
  font-size: 20px;
  line-height: 0px;
  border: none;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #fff;
  float: left;
  color: #000;
  text-align: center;
  padding: 0px;
  border-radius: 0;
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 1450px) {
  .details-product
    .details-pro
    .form-product
    form
    .form-group
    .qty-ant
    .custom-btn-numbers
    .btn-cts {
    width: 40px;
  }
}

.details-product
  .details-pro
  .form-product
  form
  .form-group
  .qty-ant
  .custom-btn-numbers
  #qty {
  height: 45px;
  font-size: 1em;
  margin: 0;
  width: 45px;
  padding: 0 2px;
  text-align: center;
  background: #fff;
  min-height: unset;
  display: block;
  float: left;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  color: #000;
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 1450px) {
  .details-product
    .details-pro
    .form-product
    form
    .form-group
    .qty-ant
    .custom-btn-numbers
    #qty {
    width: 35px;
  }
}

.details-product .details-pro .form-product form .form-group .btn-mua {
  display: inline-block;
}

@media (max-width: 767px) {
  .details-product .details-pro .form-product form .form-group .btn-mua {
    width: 100%;
    display: block;
  }
}

.details-product .details-pro .form-product form .form-group .btn-mua button {
  color: #fff;
  background-color: #1ba0e2;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  height: auto;
  line-height: inherit;
  box-shadow: none;
  border: 1px solid #1ba0e2;
  padding: 0px 20px;
  border-radius: 0;
  min-width: 250px;
  height: 45px;
  line-height: 43px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .details-product .details-pro .form-product form .form-group .btn-mua button {
    min-width: 210px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .details-product .details-pro .form-product form .form-group .btn-mua button {
    width: 100%;
    min-width: unset;
  }
}

@media (min-width: 992px) {
  .details-product
    .details-pro
    .form-product
    form
    .form-group
    .btn-mua
    button:hover,
  .details-product
    .details-pro
    .form-product
    form
    .form-group
    .btn-mua
    button:focus {
    color: #fff;
    background-color: #1789c2;
    border-color: #1789c2;
  }
}

.details-product .support-block {
  padding-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 0;
}

.details-product .support-block .title_box_giaohang {
  padding: 16px;
  background: #e6f2ff;
  border-radius: 0 6px 0 0;
  border-bottom: 1px dashed #b3d9ff;
  position: relative;
  margin-bottom: 10px;
}

.details-product .support-block .title_box_giaohang h2 {
  margin: 0;
  font-size: 14px;
  color: #39f;
  text-transform: uppercase;
}

.details-product .support-block .evo-has {
  margin-bottom: 10px;
  padding: 0 10px;
  color: #505f77;
}

.details-product .support-block .item_service {
  padding: 0px 10px;
  position: relative;
}

.details-product .support-block .item_service a {
  display: flex;
  align-items: center;
}

.details-product .support-block .item_service a .service-content {
  flex: 1;
}

.details-product .support-block .item_service a .service-content p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  color: #505f77;
  line-height: 1.3;
}

.details-product .support-block .item_service a img {
  max-width: 30px;
  flex: 1;
  margin-right: 10px;
  height: 30px;
}

.details-product .support-block .item_service a img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

.details-product .support-block .item_service a:hover .service-content p,
.details-product .support-block .item_service a:focus .service-content p {
  color: #1ba0e2;
}

.details-product .support-block .item_service + .item_service {
  margin-top: 10px;
}

.details-product .support-block .module-news-promotion {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 15px;
}

.details-product .support-block .module-news-promotion p {
  text-align: center;
  margin-bottom: 0;
  padding: 0 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.details-product .support-block .module-news-promotion p a {
  color: red;
}

.details-product .support-block .module-news-promotion p a:hover,
.details-product .support-block .module-news-promotion p a:focus {
  color: #1ba0e2;
}

.details-product .support-block .module-news-promotion ul {
  margin-top: 5px;
  padding: 0 10px;
}

.details-product .support-block .module-news-promotion ul li {
  line-height: 1.3;
  position: relative;
  padding-left: 15px;
}

.details-product .support-block .module-news-promotion ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6d6d6d;
  left: 0;
  position: absolute;
  top: 8px;
}

.details-product .support-block .module-news-promotion ul li a {
  color: #303846;
  font-size: 13px;
  line-height: 1.3;
  word-break: break-word;
}

.details-product .support-block .module-news-promotion ul li a:hover,
.details-product .support-block .module-news-promotion ul li a:focus {
  color: #1ba0e2;
}

.details-product .support-block .module-news-promotion ul li + li {
  margin-top: 5px;
}

.details-product .evo-tour-main-content {
  padding-top: 0;
}

/* .details-product .evo-tour-main-content .evo-tour-block .tour-schedule-title {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
  background-color: rgba(27, 160, 226, 0.15);
  text-transform: uppercase;
  font-weight: 500;
  border-left: 3px solid #1ba0e2;
  font-size: 18px;
  margin-bottom: 10px;
} */

@media (max-width: 480px) {
  .details-product .evo-tour-main-content .evo-tour-block .tour-schedule-title {
    margin-left: -7px;
    margin-right: -7px;
    font-size: 15px;
  }
}

.details-product .evo-tour-booking {
  margin-top: 10px;
  padding-top: 0;
}

.details-product .evo-tour-booking form {
  margin-bottom: 0;
}

.details-product .evo-tour-booking .tour-schedule-title {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
  background-color: rgba(27, 160, 226, 0.15);
  text-transform: uppercase;
  font-weight: 500;
  border-left: 3px solid #1ba0e2;
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .details-product .evo-tour-booking .tour-schedule-title {
    margin-left: -7px;
    margin-right: -7px;
    font-size: 15px;
  }
}

.details-product .evo-tour-booking .pd_variants_title {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .details-product .evo-tour-booking .pd_variants_title {
    font-size: 14px;
  }
}

.details-product .evo-tour-booking .pd_variants_content {
  margin-bottom: 20px;
}

.details-product .evo-tour-booking .pd_variants_content ul {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}

.details-product .evo-tour-booking .pd_variants_content ul li.subtotal {
  font-weight: 600;
  color: #333;
}

.details-product
  .evo-tour-booking
  .pd_variants_content
  ul
  li.variant_title
  .stock-multiple {
  font-size: 11px;
  color: #999;
  line-height: 1.1;
}

.details-product
  .evo-tour-booking
  .pd_variants_content
  ul
  li.variant_title
  .stock-multiple
  strong {
  color: #1ba0e2;
}

.details-product .evo-tour-booking .pd_variants_content .quantity {
  width: 80px;
  position: relative;
  float: left;
  height: 35px;
}

.details-product .evo-tour-booking .pd_variants_content .quantity .plus,
.details-product .evo-tour-booking .pd_variants_content .quantity .minus {
  width: 20px;
  height: 18px;
  right: 0;
  position: absolute;
  line-height: 18px;
  color: #ccc;
  display: block;
  float: left;
  cursor: pointer;
  border: 1px #ddd solid;
  padding: 0;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
}

.details-product .evo-tour-booking .pd_variants_content .quantity .plus img,
.details-product .evo-tour-booking .pd_variants_content .quantity .minus img {
  width: 12px;
  height: 12px;
  position: relative;
  top: -2px;
}

.details-product .evo-tour-booking .pd_variants_content .quantity .plus {
  top: 0;
}

.details-product .evo-tour-booking .pd_variants_content .quantity .minus {
  bottom: 0;
}

.details-product .evo-tour-booking .pd_variants_content .quantity .qty {
  height: 35px;
  line-height: 35px;
  width: 100%;
  padding-right: 20px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding-left: 0;
  float: left;
  background-color: #fff;
  text-align: center;
  margin-bottom: 0;
  color: #ccc;
  min-height: 10px;
  -webkit-text-fill-color: #ccc;
  -webkit-opacity: 1;
  color: #ccc;
}

.details-product .evo-tour-booking .pd_variants_content .totalPrice {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  background-color: #f3f5f7;
}

.details-product .evo-tour-booking .pd_variants_content .totalPrice strong {
  color: #ff5722;
  font-size: 18px;
}

.details-product
  .evo-tour-booking
  .contact_btn_group
  .line-item-property__field
  img {
  width: 30px;
}

@media (max-width: 569px) {
  .details-product
    .evo-tour-booking
    .contact_btn_group
    .line-item-property__field
    img {
    width: 25px;
  }
}

.details-product
  .evo-tour-booking
  .contact_btn_group
  .line-item-property__field
  .tourmaster-datepicker {
  margin-bottom: 0;
  height: 50px;
}

@media (max-width: 569px) {
  .details-product
    .evo-tour-booking
    .contact_btn_group
    .line-item-property__field
    .tourmaster-datepicker {
    height: 40px;
  }
}

@media (max-width: 569px) {
  .details-product
    .evo-tour-booking
    .contact_btn_group
    .line-item-property__field {
    margin-bottom: 15px;
  }
}

.details-product .evo-tour-booking .contact_btn_group #submit-table {
  width: 100%;
  background-color: #1ba0e2;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #1ba0e2;
  line-height: 48px;
  height: 50px;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
}

@media (max-width: 569px) {
  .details-product .evo-tour-booking .contact_btn_group #submit-table {
    height: 40px;
    line-height: 38px;
  }
}

.details-product .evo-tour-booking .contact_btn_group #submit-table:hover,
.details-product .evo-tour-booking .contact_btn_group #submit-table:focus {
  color: #1ba0e2;
  background-color: #fff;
  border-color: #1ba0e2;
}

.line-clamp {
  position: relative;
  max-height: 37px;
  overflow: hidden;
  display: block;
}

.line-clamp:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 18px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
}

.product_recent {
  margin-top: 0;
  padding-bottom: 1rem;
}

@media (min-width: 570px) {
  .product_recent .product-bg-white {
    padding-left: 0;
    padding-right: 0;
  }
}

.product_recent .related-product .home-title {
  margin: 2rem 0 1.5rem 0;
}

@media (max-width: 569px) {
  .product_recent .related-product .home-title {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product_recent .related-product .home-title h2 {
  font-size: 26px;
  line-height: 28px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .product_recent .related-product .home-title h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product_recent .related-product .home-title h2 a {
  color: #000;
}

.product_recent .related-product .home-title h2 a strong {
  font-weight: 500;
}

.product_recent .related-product .home-title h2 a:hover,
.product_recent .related-product .home-title h2 a:focus {
  color: #1ba0e2;
}

.product_recent .related-product .home-title h2 a:hover span,
.product_recent .related-product .home-title h2 a:focus span {
  color: #1ba0e2;
}

.product_recent .related-product .home-title h2 span {
  color: #ff5722;
}

.product_recent .related-product .evo-owl-product .slick-slide {
  margin: 5px;
}

.product_recent .related-product .evo-owl-product .slick-slide:hover,
.product_recent .related-product .evo-owl-product .slick-slide:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.product_recent .related-product .evo-owl-product .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  line-height: 30px;
  text-align: center;
  z-index: 2;
}

@media (max-width: 991px) and (max-width: 1450px) {
  .product_recent .related-product .evo-owl-product .slick-arrow {
    display: none !important;
  }
}

.product_recent .related-product .evo-owl-product .slick-arrow.slick-prev {
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.product_recent
  .related-product
  .evo-owl-product
  .slick-arrow.slick-prev:before {
  content: "";
  background-image: url(https://cdn.jsdelivr.net/gh/giaodienblog/cdn@c635b78/back.svg);
  height: 30px;
  width: 30px;
  display: block;
}

.product_recent .related-product .evo-owl-product .slick-arrow.slick-next {
  right: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.product_recent
  .related-product
  .evo-owl-product
  .slick-arrow.slick-next:before {
  content: "";
  background-image: url(https://cdn.jsdelivr.net/gh/giaodienblog/cdn@c635b78/right.svg);
  height: 30px;
  width: 30px;
  display: block;
}

.product_recent .related-product .evo-owl-product .slick-dots {
  text-align: center;
}

.product_recent .related-product .evo-owl-product .slick-dots li {
  display: inline-block;
}

.product_recent .related-product .evo-owl-product .slick-dots li button {
  border-radius: 0;
  height: 10px;
  width: 10px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 0;
  font-size: 0;
}

.product_recent .related-product .evo-owl-product .slick-dots li + li {
  margin-left: 5px;
}

.product_recent
  .related-product
  .evo-owl-product
  .slick-dots
  li.slick-active
  button {
  border-color: #1ba0e2;
  background-color: #1ba0e2;
  border-radius: 0;
  width: 10px;
}

.product_recent .related-product .evo-owl-product .slick-slide {
  margin: 5px;
}

.product_recent .related-product .evo-owl-product .evo-product-block-item {
  margin-bottom: 0;
}

.product_recent
  .related-product
  .evo-owl-product
  .evo-product-block-item
  .img-tour {
  height: 179px;
}

@media (max-width: 1024px) {
  .product_recent
    .related-product
    .evo-owl-product
    .evo-product-block-item
    .img-tour {
    height: 150px;
  }
}

@media (max-width: 991px) and (max-width: 1450px) {
  .product_recent
    .related-product
    .evo-owl-product
    .evo-product-block-item
    .img-tour {
    height: 149px;
  }
}

@media (max-width: 767px) {
  .product_recent
    .related-product
    .evo-owl-product
    .evo-product-block-item
    .img-tour {
    height: 167px;
  }
}

@media (max-width: 668px) {
  .product_recent
    .related-product
    .evo-owl-product
    .evo-product-block-item
    .img-tour {
    height: 167px;
  }
}

@media (max-width: 569px) {
  .product_recent
    .related-product
    .evo-owl-product
    .evo-product-block-item
    .img-tour {
    height: 175px;
  }
}

@media (max-width: 480px) {
  .product_recent
    .related-product
    .evo-owl-product
    .evo-product-block-item
    .img-tour {
    height: 260px;
  }
}

@media (max-width: 376px) {
  .product_recent
    .related-product
    .evo-owl-product
    .evo-product-block-item
    .img-tour {
    height: 234px;
  }
}

@media (max-width: 321px) {
  .product_recent
    .related-product
    .evo-owl-product
    .evo-product-block-item
    .img-tour {
    height: 197px;
  }
}

.product_recent
  .related-product
  .evo-owl-product
  .evo-product-block-item
  .img-tour
  img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.product_recent
  .related-product
  .evo-owl-product
  .evo-product-block-item
  .img-tour
  img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

.product_recent .related-product .slick-slider .slick-list {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  .product_recent .related-product .slick-slider .slick-list {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .product_recent .related-product:hover .slick-slider {
    z-index: 1;
  }

  /* .product_recent .related-product:hover .slick-slider .slick-list {
    padding: 0px 0px 70px;
    margin: 0px 0px -70px;
    padding-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
  } */
}

@supports (-webkit-line-clamp: 2) {
  .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 37px;
    height: auto;
  }

  .line-clamp:after {
    display: none;
  }
}

@media (max-width: 1024px) {
  #pbZoomBtn {
    display: none;
  }
}

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

@media (max-width: 569px) {
  .hidden-xss {
    display: none;
  }
}

@media (max-width: 480px) {
  .bizweb-product-reviews-form {
    min-width: 230px !important;
  }

  #pbZoomBtn {
    display: none !important;
  }
}

.product-reviews-summary-actions #btnnewreview:hover,
.product-reviews-summary-actions #btnnewreview:focus {
  color: #fff;
  background-color: #1680b4 !important;
}

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

@media (min-width: 768px) {
  #myCallBack .modal-dialog {
    max-width: 700px;
  }
}

@media (max-width: 569px) {
  #myCallBack .modal-dialog {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 569px) {
  #myCallBack .modal-dialog .modal-content {
    border-radius: 0;
    min-height: 100vh;
  }
}

#myCallBack .modal-dialog .modal-content .modal-header {
  background-color: #1ba0e2;
  padding: 10px;
  border-bottom: none;
}

@media (max-width: 569px) {
  #myCallBack .modal-dialog .modal-content .modal-header {
    border-radius: 0;
  }
}

#myCallBack .modal-dialog .modal-content .modal-header .modal-title {
  min-height: unset;
  padding: 0;
}

#myCallBack .modal-dialog .modal-content .modal-header .close {
  margin-top: -15px;
}

#myCallBack .modal-dialog .modal-content .modal-body {
  padding: 10px;
}

#myCallBack .modal-dialog .modal-content .modal-body .cta-name-pro {
  margin-top: 10px;
  font-size: 14px;
}

#myCallBack .modal-dialog .modal-content .modal-body form {
  margin-bottom: 0;
}

#myCallBack .modal-dialog .modal-content .modal-body form .btn-blues {
  width: 100%;
}

.sticky-top {
  z-index: 9;
}

.ui-datepicker-header {
  position: relative;
}

.ui-datepicker table tr td a.ui-state-active,
.ui-datepicker table tr td a:hover,
.ui-datepicker table tr td.tourmaster-highlight a,
.ui-datepicker table tr td.tourmaster-highlight span {
  background: #1680b4;
  color: #fff !important;
}

.ui-datepicker select {
  color: #485da1;
}

.ui-datepicker {
  background-color: #f5f5f5;
}

.ui-datepicker {
  border-color: #ebebeb;
}

.ui-datepicker table tr th {
  color: #808080;
}

.ui-datepicker table tr td a,
.ui-datepicker-prev,
.ui-datepicker-next {
  background-color: #fff;
}

.ui-datepicker table tr td a,
.ui-datepicker-prev,
.ui-datepicker-next {
  color: #5b5b5b;
}

.ui-datepicker table tr td a.ui-state-disable {
  color: #c0c0c0;
}

.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
  color: rgba(108, 112, 126, 0.35) !important;
  text-decoration: none;
  pointer-events: none;
}

.ui-datepicker table tr td {
  color: #5b5b5b;
}

.ui-datepicker table tr td.ui-datepicker-week-end {
  color: #d9534f;
}

.ui-datepicker table tr td.ui-datepicker-week-end .ui-state-default {
  color: #d9534f;
}

.ui-datepicker
  table
  tr
  td.ui-datepicker-week-end
  .ui-state-default.ui-state-highlight,
.ui-datepicker table tr td.ui-datepicker-week-end .ui-state-default:hover {
  color: #fff;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 0px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}

.ui-datepicker-next {
  right: 0px;
}

.ui-datepicker-prev:after {
  content: "<";
}

.ui-datepicker-next:after {
  content: ">";
}

.ui-datepicker {
  width: 300px;
  padding: 5px;
  display: none;
  background: #ebebeb;
  border-radius: 4px;
}

.ui-datepicker .ui-datepicker-title {
  padding-left: 38px;
  padding-right: 38px;
}

.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year,
.ui-datepicker-year {
  width: 48%;
  margin: 0px 1%;
  border: none;
  height: 36px;
  padding: 0px 5px;
  font-weight: 500;
  color: #3d3f47;
  background: #fff;
  float: left;
  background-image: url(https://1.bp.blogspot.com/-tvDdF8zd2aE/YEMRv2m8VFI/AAAAAAAACpw/hvDle987ZyMTkzSFQvPIdU115_A97M3EwCLcBGAsYHQ/s16000/down-button.png) !important;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  margin-bottom: 5px;
  border-radius: 4px;
}

.ui-datepicker table {
  border-collapse: separate;
  border-spacing: 0px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
}

.ui-datepicker table tr {
  background: transparent;
  color: #949494;
  padding: 0;
}

.ui-datepicker table tr th {
  color: #3d3f47;
  background: transparent;
  font-size: 14px;
  padding: 16px 0px 10px;
  text-align: center;
  font-weight: 500;
  border: none;
}

.ui-datepicker table tr th.ui-datepicker-week-end {
  color: #d9534f;
}

.ui-datepicker table td {
  padding: 0px 0px 5px;
  line-height: 1;
  text-align: center;
  color: #c0c0c0;
  border: none;
}

.ui-datepicker table td a,
.ui-datepicker table td .ui-state-default {
  color: #5b5b5b;
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
}

.ui-datepicker table td.ui-state-disabled .ui-state-default {
  background-color: #fff;
  color: rgba(108, 112, 126, 0.35) !important;
  text-decoration: none;
  pointer-events: none;
}

.ui-datepicker table td.ui-datepicker-today a {
  color: #fff;
  background-color: #1ba0e2 !important;
}

.ui-datepicker table td a:hover,
.ui-datepicker table td a:focus {
  color: #fff;
  background-color: #1ba0e2 !important;
}

.progress {
  height: 6px !important;
}

.progress .progress-bar-success {
  height: 6px !important;
}

.post-body #tour-schedule .rte img {
  width: 100%;
  height: auto;
  margin-left: -1em;
}

#identityControlsHolder .avatar-image-container img {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .awe-section-1 {
    height: auto;
    overflow: hidden;
  }

  .awe-section-1 img {
    height: auto;
    overflow: hidden;
  }
}

.hidden {
  display: none;
}

#cart-sidebar th,
#cart-sidebar td {
  text-align: left;
  padding: 0;
  border: none;
  color: #1c1c1c;
}

#cart-sidebar .headerRow {
  display: none;
}

#cart-sidebar .headerRow .item-thumb {
  display: none;
}

#cart-sidebar .itemRow {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: solid 1px #ebebeb;
  width: 100%;
  float: left;
}

#cart-sidebar .item-thumb {
  float: left;
  width: 80px;
  height: 65px;
  display: inline-block;
}

#cart-sidebar .item-thumb img {
  height: 60px !important;
  margin: 0;
}

#cart-sidebar .item-name {
  margin: 0px 0px 3px 90px;
  width: 150px;
  line-height: 1;
  padding-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#cart-sidebar .item-price {
  margin-left: 10px;
  float: left;
  color: #e45d15;
  font-weight: 700;
}

#cart-sidebar .item-quantity {
  color: #222;
  font-weight: 500;
  margin-left: 6px;
  float: left;
  background-color: #fff;
  text-align: center;
  margin-right: 6px;
  display: none;
}

#cart-sidebar .item-remove {
  float: right;
  position: absolute;
  right: 0;
  color: #1c1c1c;
  top: 0;
}

#cart-sidebar .item-remove a {
  font-size: 20px;
  font-weight: 700;
  color: #000 !important;
}

#cart-sidebar .item-decrement {
  float: left;
  margin-left: 25px;
}

#cart-sidebar .item-decrement a {
  color: #000;
  font-size: 14px;
}

#cart-sidebar .item-increment a {
  color: #000;
  font-size: 14px;
}

#cart-sidebar .item-total {
  display: none;
}

body {
  background-color: #fff;
}

/* New css */

.section_info {
  margin: 3rem;
}
.section_info img {
  width: 80rem;
  height: 3rem;
}

.col-icon {
  display: flex;
  justify-content: stretch;
  align-items: center;
  gap: 6px;
}

.col-icon.connect_icon {
  width: 13rem;
}
.col-icon.connect_icon li {
  width: 100%;
  box-shadow: 0px 0px 2px 2px #000 inset;
}
.col-icon.connect_icon li img {
  width: 100%;
  height: 100%;
}

.col-icon.payment_icon {
  width: 17rem;
}
.col-icon.payment_icon li {
  width: 100%;
  box-shadow: 0px 0px 2px 2px #00000052 inset;
  padding: 0.5rem;
}
.col-icon.payment_icon li img {
  width: 100%;
  height: 2rem;
  object-fit: scale-down;
}

.col-icon.download_icon {
  width: 18rem;
}
.col-icon.download_icon li {
  width: 100%;
}
.col-icon.download_icon li img {
  width: 100%;
  height: 2.5rem;
  object-fit: scale-down;
}

.row-icon {
  line-height: 4;
}
/* .row-icon#menu-item-110 {
} */
.row-icon#menu-item-110 img {
  width: 13rem;
  height: auto;
}

@media (max-width: 1450px) {
  header .nav-item > a {
    color: #fff;
    font-size: 12px;
    padding: 10px 5px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 19.36px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    border-radius: 30px;
    background: linear-gradient(to right, #ffb11f, #ff8a00);
    margin: 0px;
  }

  .footer-contact-info {
    width: 20rem;
    margin-top: 2rem;
  }
  .footer-contact-info li {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
  }
  .footer-contact-info span {
    color: #ffb11f;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
  }
  .logo-wrapper img {
    width: 20rem;
  }
}

.footer-input {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5px;
  border: 0.5px gray solid;
  box-sizing: border-box;
}
.footer-input input[type="text"],
.footer-input input[type="email"] {
  margin: 0;
  border: none;
}
.footer-input button {
  background: none;
  border: none;
}
.footer-input button img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.visa-country .container-visa-country .container {
  max-width: 80rem;
  margin: 0 auto;
}

.container-visa-country .check-reason ul li span img {
  margin: 0 0.5rem 0 0;
}

.service-visa-banner {
  width: 100%;
  height: auto;
}
.service-visa-banner img {
  width: 100%;
}

/* Visa */
.visa-world-travel {
  width: 100%;
  overflow-y: hidden;
  padding: 2rem 0;
}
.visa-world-travel h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 40.96px;
  color: #fb8c09;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
}
.visa-world-travel h3 {
  font-weight: 700;
}
.visa-world-travel .container-visa {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 1rem; */
  margin: 0 0 2rem 0;
}
.visa-world-travel .container-visa .container-visa-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  padding: 0 0 0 3px;
  box-sizing: border-box;
}
.visa-world-travel .container-visa .container-visa-list .card-visa {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 3rem;
  width: 32.2%;
  height: 25rem;
  background-position: 100% 25%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 #0000004f;
  box-sizing: border-box;
  overflow: hidden;
}
.visa-world-travel
  .container-visa
  .container-visa-list
  .card-visa
  .card-visa-decor {
  width: 20rem;
  height: 3rem;
  background: red;
  align-self: center;
  align-content: center;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  clip-path: polygon(50% 0%, 100% 0, 85% 50%, 100% 100%, 0 100%, 15% 50%, 0 0%);
}
.visa-world-travel
  .container-visa
  .container-visa-list
  .card-visa
  .card-visa-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 28%;
  background: #fff;
  padding: 0.5rem 1rem 1rem 1rem;
}
.visa-world-travel
  .container-visa
  .container-visa-list
  .card-visa
  .card-visa-content
  div
  h3 {
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0 0 0.5rem 0;
}
.visa-world-travel
  .container-visa
  .container-visa-list
  .card-visa
  .card-visa-content
  div
  p {
  line-height: 28px;
}
.visa-world-travel .container-visa .container-visa-check {
  width: 100%;
  padding: 0 3px 0 1rem;
  box-sizing: border-box;
}
.visa-world-travel .container-visa .container-visa-check .check-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  text-align: center;
  margin: 0 0 1rem 0;
  padding: 1rem;
  box-shadow: 0 0 4px 0 #0000004f;
}
.visa-world-travel
  .container-visa
  .container-visa-check
  .check-form
  option[disabled] {
  color: gray;
}
.visa-world-travel
  .container-visa
  .container-visa-check
  .check-form
  .check-form-button,
.visa-world-travel .container-visa .container-visa-check .check-form select {
  width: 100%;
}
.visa-world-travel
  .container-visa
  .container-visa-check
  .check-form
  .check-form-button {
  width: 100%;
  height: 3rem;
  background: #efac1f;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.visa-world-travel
  .container-visa
  .container-visa-check
  .check-form
  .check-form-button
  a {
  color: #fff;
}

.visa-world-travel .container-visa .container-visa-check .check-reason {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  box-shadow: 0 0 4px 0 #0000004f;
}
/* .visa-world-travel .container-visa .container-visa-check .check-reason ul {
} */
.visa-world-travel .container-visa .container-visa-check .check-reason ul li {
  margin: 1rem 0 1rem 0;
}
.visa-world-travel
  .container-visa
  .container-visa-check
  .check-reason
  ul
  li:nth-child(1) {
  margin: 0 0 1rem 0;
}
.visa-world-travel
  .container-visa
  .container-visa-check
  .check-reason
  ul
  li:nth-last-child(1) {
  margin: 1rem 0 0 0;
}
.visa-world-travel
  .container-visa
  .container-visa-check
  .check-reason
  ul
  li
  img {
  margin: 0 0.5rem 0 0;
}
.visa-world-travel button {
  background: linear-gradient(to right, #ffd722, #ff8a00);
  width: 33rem;
  height: 7rem;
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  border: none;
  margin: 2rem 0 0 0;
}

.visa-world-travel .visa-recommended {
  display: flex;
  flex-direction: column;
  justify-self: center;
  justify-content: start;
  align-items: start;
  gap: 3rem;
  width: 100%;
  margin: 2rem 0 1.5rem 0;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
}
.visa-world-travel .visa-recommended .container-visa-recommended {
  position: relative;
  display: flex;
  justify-self: center;
  justify-content: start;
  align-items: start;
  gap: 1rem;
  padding: 0.5rem;
}
.visa-world-travel
  .visa-recommended
  .container-visa-recommended
  .card-recommended {
  width: 39rem;
  height: 20rem;
  box-shadow: 0 0 4px 0 #0000004f;
}
.visa-world-travel
  .visa-recommended
  .container-visa-recommended
  .card-recommended
  img {
  width: 100%;
  height: 78%;
  object-fit: fill;
}
.visa-world-travel
  .visa-recommended
  .container-visa-recommended
  .card-recommended
  div {
  height: 22%;
  padding: 0.5rem 1rem;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.visa-world-travel
  .visa-recommended
  .container-visa-recommended
  .card-recommended
  div
  p {
  margin: 0;
  padding: 0;
  color: #ed0080;
  cursor: pointer;
}

.visa-world-travel
  .visa-recommended
  .container-visa-recommended
  .card-recommended
  div
  a {
  color: #000;
  cursor: pointer;
}

.visa-world-travel
  .visa-recommended
  .container-visa-recommended
  .card-recommended
  div
  a:hover {
  color: #ed0080;
}

.visa-world-travel .visa-recommended::-webkit-scrollbar {
  display: none;
  /* height: 5px; */
}

/* .visa-world-travel .visa-recommended::-webkit-scrollbar-thumb {
background: gainsboro;
border-radius: 10px;
}

.visa-world-travel .visa-recommended::-webkit-scrollbar-thumb:hover {
background: #fff;
border-radius: 10px;
} */

@media (max-width: 600px) {
  .evo-main-suggest {
    margin: 1rem;
  }
  .evo-tour-search-index .evo-main-search {
    display: flex;
    align-self: center;
    justify-self: center;
    border-radius: 5px;
  }
  .evo-tour-search-index .evo-main-search input {
    width: 20rem;
    height: 3.5rem;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .evo-tour-search-index .evo-main-search input[type="text"],
  .evo-tour-search-index .evo-main-search input[type="email"] {
    margin: 0;
  }
  .evo-tour-search-index .evo-main-search button {
    width: 4rem;
    height: 3.5rem;
    background-color: #009eeb;
    border: none;
    box-shadow: none;
    outline: none;
    text-align: center;
    box-sizing: border-box;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .evo-tour-search-index .evo-main-search button img {
    width: 2rem;
    height: 2rem;
  }

  /* Visa */
  .visa-world-travel {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .visa-world-travel .container-visa {
    gap: 1rem;
  }
  .visa-world-travel .container-visa h1 {
    text-align: center;
  }
  .visa-world-travel .container-visa .container-visa-list {
    gap: 1rem;
    width: 100%;
  }
  .visa-world-travel .container-visa .container-visa-list .card-visa {
    gap: 3rem;
    width: 96%;
    height: 25rem;
  }
  .visa-world-travel
    .container-visa
    .container-visa-list
    .card-visa
    .card-visa-decor {
    width: 20rem;
    height: 3rem;
  }
  .visa-world-travel
    .container-visa
    .container-visa-list
    .card-visa
    .card-visa-content {
    height: 7rem;
    box-sizing: border-box;
  }
  .visa-world-travel .container-visa .container-visa-check {
    padding: 2rem;
  }
  .visa-world-travel .container-visa .container-visa-check .check-form {
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
  .visa-world-travel .container-visa .container-visa-check .check-reason {
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
  .visa-world-travel button {
    width: 80%;
    height: 7rem;
    font-size: 40px;
    margin: 0;
  }
  .visa-world-travel .visa-recommended {
    width: 100%;
    height: 22rem;
    margin: 0;
    padding: 1rem 3px 2rem 3px;
    box-sizing: border-box;
  }
  .visa-world-travel .visa-recommended .container-visa-recommended {
    gap: 2rem;
    min-width: 100%;
    padding: 0;
  }
  .visa-world-travel
    .visa-recommended
    .container-visa-recommended
    .card-recommended {
    width: 86vw;
    height: 19rem;
  }
  .visa-world-travel
    .visa-recommended
    .container-visa-recommended
    .card-recommended
    div {
    height: 5rem;
    padding: 5px;
    font-size: 18px;
    box-sizing: border-box;
  }
}

.padding-left-3rem {
  padding-left: 3rem;
}

@media (min-width: 601px) and (max-width: 1450px) {
  .visa-world-travel {
    width: 100%;
  }
  /* .visa-world-travel .container-visa {
    } */
  .visa-world-travel .container-visa .container-visa-list {
    gap: 1rem;
    width: 100%;
    padding-left: 4rem;
  }
  .visa-world-travel .container-visa .container-visa-list .card-visa {
    width: 48%;
  }
  /* .visa-world-travel .container-visa .container-visa-list .card-visa card-visa-content {
    } */
  .visa-world-travel
    .container-visa
    .container-visa-list
    .card-visa
    .card-visa-content
    img {
    width: 100%;
    height: 80%;
  }

  .visa-world-travel
    .container-visa
    .container-visa-list
    .card-visa
    .card-visa-content {
    height: 7rem;
    box-sizing: border-box;
  }
  .visa-world-travel .container-visa .container-visa-check {
    padding: 0 1rem 0 0;
  }
  .visa-world-travel .container-visa .container-visa-check .check-form {
    padding: 1rem 1rem 1rem 1rem;
  }
  .visa-world-travel .container-visa .container-visa-check .check-reason {
    padding: 1rem 1rem 1rem 1rem;
  }
  .visa-world-travel button {
    width: 50%;
    height: 7rem;
    font-size: 50px;
  }
  .visa-world-travel .visa-recommended {
    width: 100%;
  }
  .visa-world-travel .visa-recommended .container-visa-recommended {
    min-width: 1300px;
  }
  .visa-world-travel
    .visa-recommended
    .container-visa-recommended
    .card-recommended {
    width: 24rem;
    height: 19rem;
  }
}

/* Visa country page */
.visa-country {
  width: 100%;
}
.visa-country h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 40.96px;
  color: #fb8c09;
}
.visa-country h2 {
  font-size: 40px;
  line-height: 48.41px;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.visa-country h3 {
  font-weight: 700;
}
.visa-country .container-visa-country {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 0;
  box-shadow: 0 0 4px 0 #0000004f;
  /*padding: 0 1rem 0 2rem;*/
  /* margin-bottom: 4rem; */
}
.visa-country .container-visa-country .visa-coutry-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.visa-country .container-visa-country .visa-coutry-banner div {
  position: absolute;
  bottom: 5rem;
  right: 10rem;
  width: 23rem;
}
.visa-country .container-visa-country .visa-coutry-banner div h1 {
  font-size: 128px;
  font-weight: 400;
  color: #f0263a;
  line-height: 166.4px;
}
.visa-country .container-visa-country .visa-service--content-post {
  width: 100%;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  padding: 1rem;
}
.visa-country .container-visa-country .container-visa-check {
  width: 100%;
  padding: 0 3px 0 1rem;
  /*padding: 0 2rem 0 3.3rem;*/
  box-sizing: border-box;
}
.visa-country .container-visa-country .container-visa-check .check-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  text-align: center;
  margin: 0 0 1rem 0;
  padding: 1rem;
  box-shadow: 0 0 4px 0 #0000004f;
}
.visa-country
  .container-visa-country
  .container-visa-check
  .check-form
  option[disabled] {
  color: gray;
}
.visa-country .container-visa-country .container-visa-check .check-form input,
.visa-country .container-visa-country .container-visa-check .check-form select {
  width: 100%;
}
.visa-country .container-visa-country .container-visa-check .check-form input {
  background: #ffd722;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.visa-country
  .container-visa-country
  .container-visa-check
  .check-form
  .check-form-button {
  width: 100%;
  height: 3rem;
  background: #efac1f;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
}
.visa-country .container-visa-country .container-visa-check .check-reason {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  box-shadow: 0 0 4px 0 #0000004f;
}
/* .visa-country .container-visa-country .container-visa-check .check-reason ul {
} */
.visa-country
  .container-visa-country
  .container-visa-check
  .check-reason
  ul
  li {
  margin: 1rem 0 1rem 0;
}
.visa-country
  .container-visa-country
  .container-visa-check
  .check-reason
  ul
  li:nth-child(1) {
  margin: 0 0 1rem 0;
}
.visa-country
  .container-visa-country
  .container-visa-check
  .check-reason
  ul
  li:nth-last-child(1) {
  margin: 1rem 0 0 0;
}
.visa-country button {
  background: linear-gradient(to right, #ffd722, #ff8a00);
  width: 57.5%;
  height: 7rem;
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
}
.visa-country .profile-form {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 0 2rem 0;
  font-size: 20px;
  font-weight: 700;
}
.visa-country .profile-form th {
  border: none;
  border-bottom: 1px #000 solid;
  color: #fff;
}
.visa-country .profile-form th:nth-child(odd) {
  background: #efac1f;
}
.visa-country .profile-form th:nth-child(even) {
  background: #121b43;
}
.visa-country .profile-form td {
  border: 1px #000 solid;
}
.visa-country .profile-form td .content {
  max-height: 0rem;
  transition: max-height 0.5s ease-out;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.visa-country .profile-form td .content ul {
  list-style-type: disc;
  margin-left: 3rem;
  font-size: 18px;
  font-weight: 400;
}
.visa-country .profile-form td .content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}
.visa-country .profile-form td .toggle {
  width: 1rem;
  height: 1rem;
  background: #fff;
}
.visa-country .profile-form td .toggle:checked ~ .content {
  max-height: 30rem;
}
.visa-country .profile-form td .toggle:checked ~ .content:after {
  display: none;
}
.visa-country .profile-form td .toggle {
  display: none;
}
.visa-country .profile-form td .label-toggle {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  display: inline-block;
  color: #4caf50;
  border: none;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 100%;
}
.visa-country .profile-form td .label-toggle:hover {
  background-color: #45a049;
  color: white;
}
.visa-country .small-window {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.visa-country .small-window .window-content {
  width: 35rem;
  height: 40rem;
  background: #fff;
  background-image: url("http://etour-website.local/wp-content/uploads/2024/12/BannerSmallWindow.png");
  background-size: 100% 50%;
  background-repeat: no-repeat;
  margin: 9% auto;
  border: 5px solid;
  border-image: repeating-linear-gradient(
      to bottom right,
      black,
      black 4px,
      var(--gray-dark) 2px,
      var(--gray-dark) 6px
    )
    9;
}
.visa-country .small-window .window-content p {
  margin: 0;
}
.visa-country .small-window .window-content .window-content-menu {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  height: 50%;
  padding: 0.6rem 0.4rem 0.4rem 0;
  box-sizing: border-box;
}
.visa-country .small-window .window-content .window-content-menu span {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 100%;
  background: var(--white);
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.visa-country .small-window .window-content .window-content-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50%;
  padding: 0 1rem 0 1rem;
  box-sizing: border-box;
}
.visa-country .small-window .window-content .window-content-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  margin: 0;
}
.visa-country .small-window .window-content .window-content-form form input {
  margin: 0;
  border-radius: 5px;
}
.visa-country .small-window .window-content .window-content-form form button {
  width: 10rem;
  height: 2rem;
  background: var(--red);
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
}

.padding-left-3rem {
  padding-left: 3rem;
}

/* Product */
.product-margin {
  margin: 1rem 0;
  /* margin: 0 6rem; */
  /*background-color: #f7f9fa;*/
}
/* .product-margin .container-sub {
}
.product-margin .container-sub .row.details-product {
} */
.product-margin
  .container-sub
  .row.details-product
  .col-lg-12.col-md-12.col-sm-12.col-12.no-padding-right.order-last.order-lg-first {
  margin: 0;
  padding: 0;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-12.col-md-12.col-sm-12.col-12.no-padding-right.order-last.order-lg-first
  .relative.product-image-block {
  padding: 0;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first {
  /* background-color: #fff; */
  padding: 0 0 0 0;
}

/* Service page */
.single_service {
  margin: 0;
  padding: 0;
}
.single_service .banner_services {
  width: 100%;
  height: auto;
}
.single_service .banner_services img {
  aspect-ratio: 16/7;
  width: 100%;
  object-fit: fill;
}
.single_service .hire_service {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0;
}
.single_service .hire_service .col-md-12.evo-article.margin-bottom-10 {
  margin: 0;
  padding: 0;
}
.single_service .hire_service .form-submit-data {
  margin: 2rem 0;
  padding: 2rem;
}
.single_service .hire_service .form-submit-data h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fb8c09;
  text-transform: uppercase;
  margin: 1rem 0 2rem 0;
  text-align: center;
}
.single_service .hire_service .form-submit-data form {
  border: 1px solid #ced4da;
  padding: 1rem 2rem;
}
.single_service .hire_service .form-submit-data form sup {
  top: -0.1em;
  color: red;
  font-size: 15px;
}
.single_service .hire_service .form-submit-data form p {
  margin: 0;
}
.single_service .hire_service .form-submit-data form p,
.single_service .hire_service .form-submit-data form label {
  font-size: 15px !important;
}
.single_service .hire_service .form-submit-data form .row.mb-3 {
  margin: 0 !important;
  align-items: center;
}
.single_service
  .hire_service
  .form-submit-data
  form
  .row.mb-3
  .col-12.col-md-6 {
  margin: 1rem 0;
  padding: 0;
}
.single_service
  .hire_service
  .form-submit-data
  form
  .row.mb-3
  .col-12.col-md-6
  label {
  margin: auto 0;
  padding: 0;
  white-space: nowrap;
}
.single_service
  .hire_service
  .form-submit-data
  form
  .row.mb-3
  .col-12.col-md-6
  .col-9.col-lg-10.col-md-9 {
  padding: 0 0 0 4rem;
}
.single_service
  .hire_service
  .form-submit-data
  form
  .row.mb-3
  .col-12.col-md-6
  .col-9.col-lg-10.col-md-9
  .form-control {
  height: 3rem;
  margin: 0;
  border-radius: 0;
}
.single_service
  .hire_service
  .form-submit-data
  form
  .row.mb-3
  .col-12.col-md-6:nth-last-child(1) {
  padding: 0 0 0 3rem;
}
.single_service .hire_service .form-submit-data form .row.mb-3 .col-12 {
  padding: 0;
}
.single_service
  .hire_service
  .form-submit-data
  form
  .row.mb-3
  .col-12
  .col-12.col-lg-12.col-md-12 {
  margin: 0 0 0.2rem 0 !important;
  padding: 0;
}
.single_service
  .hire_service
  .form-submit-data
  form
  .row.mb-3
  .col-12
  .col-12.col-lg-12.col-md-12
  label {
  margin: 0;
  padding: 0;
}
.single_service .hire_service button {
  display: flex;
  justify-self: end;
  justify-content: center;
  align-content: center;
  width: 80%;
  height: 3rem;
  background: linear-gradient(to top, #be3a97, #ec0180);
  border-radius: 5px;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  flex-wrap: wrap;
  color: #fff;
}
.single_service .hotel_service {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.single_service .hotel_service .partners {
  width: 100%;
  padding: 2rem 0;
}
.single_service .hotel_service .partners .partners-decor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #0066b3;
  border-radius: 10px;
  box-sizing: border-box;
}
.single_service .hotel_service .partners .partners-decor .partners_title {
  width: 30%;
  height: 100%;
  padding: 4.5rem 2rem;
  box-sizing: border-box;
  background-color: #fb8c09;
  border-radius: 10px;
}
.single_service .hotel_service .partners .partners-decor .partners_title h2 {
  font-size: 57px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.single_service .hotel_service .partners .partners-decor .partners_img {
  width: 70%;
  height: 100%;
  margin: 2rem 3rem;
  border-radius: 45px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.single_service
  .hotel_service
  .partners
  .partners-decor
  .partners_img
  .gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
}
.single_service
  .hotel_service
  .partners
  .partners-decor
  .partners_img
  .gallery
  .gallery-item {
  width: 20% !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* .single_service .hotel_service .partners .partners-decor .partners_img .gallery .gallery-item {
    width: unset !important;
}
.single_service .hotel_service .partners .partners-decor .partners_img .gallery .gallery-item .gallery-icon {
}
.single_service .hotel_service .partners .partners-decor .partners_img .gallery .gallery-item .gallery-icon a {
} */
.single_service
  .hotel_service
  .partners
  .partners-decor
  .partners_img
  .gallery
  .gallery-item
  .gallery-icon
  a
  img {
  border: none !important;
}
.single_service .hotel_service .sign_up {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
.single_service .hotel_service .sign_up .img_intro {
  width: 40%;
  box-sizing: border-box;
}
.single_service .hotel_service .sign_up .form_sign_up {
  width: 60%;
  height: 100%;
  box-sizing: border-box;
  border-left: 1px solid #000;
  border-right: 2px solid #000;
  padding: 2rem;
}
.single_service .hotel_service .sign_up .form_sign_up h2,
.single_service .hotel_service .sign_up .form_sign_up p {
  text-align: center;
}
.single_service .hotel_service .sign_up .form_sign_up h2 {
  text-transform: uppercase;
}
.single_service .hotel_service .sign_up .form_sign_up button {
  justify-self: center;
  width: 16rem;
  height: 3rem;
  background: #d6262d;
  color: #fff;
  border-radius: 5px;
  border: none;
}
.single_service .hotel_service .intro_description {
  width: 100%;
  padding: 2rem 0;
  box-sizing: border-box;
}
.single_service .hotel_service .intro_description .intro_description-decor {
  width: 100%;
  border: 1.5px solid #000;
  padding: 2rem;
  box-sizing: border-box;
}
.single_service .hotel_service .intro_description .intro_description-decor h3 {
  font-size: 30px;
  color: #fb8c09;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 3px 2px #bdb7b7;
  text-align: center;
}
.single_service .hotel_service .intro_description .intro_description-decor ul {
  list-style: circle;
  margin: unset;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
}
.single_service .ticket_service {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.single_service .ticket_service .airline {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.single_service .ticket_service .airline .phone_number {
  width: 35%;
  height: 100%;
  padding: 0 2rem 0 0;
  box-sizing: border-box;
}
.single_service .ticket_service .airline .phone_number h2 {
  margin: 0;
}
.single_service .ticket_service .airline .airline_img {
  width: 66%;
  height: 100%;
  padding: 0 0 0 2rem;
  border-left: 6px solid #cbdbe7;
  box-sizing: border-box;
  overflow: hidden;
}
.single_service .ticket_service .airline .airline_img .gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.single_service .ticket_service .airline .airline_img .gallery .gallery-item {
  width: 9rem !important;
  height: 6rem;
  margin: 0.5rem;
  box-sizing: border-box;
}
.single_service
  .ticket_service
  .airline
  .airline_img
  .gallery
  .gallery-item
  .gallery-icon {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.single_service
  .ticket_service
  .airline
  .airline_img
  .gallery
  .gallery-item
  .gallery-icon
  a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.single_service
  .ticket_service
  .airline
  .airline_img
  .gallery
  .gallery-item
  .gallery-icon
  a
  img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 15px;
  box-sizing: border-box;
}
.single_service .ticket_service .sign_up {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.single_service .ticket_service .sign_up .img_intro {
  width: 40%;
  box-sizing: border-box;
}
.single_service .ticket_service .sign_up .form_sign_up {
  width: 60%;
  height: 100%;
  box-sizing: border-box;
  border-left: 1px solid #000;
  border-right: 2px solid #000;
  padding: 2rem;
}
.single_service .ticket_service .sign_up .form_sign_up h2,
.single_service .ticket_service .sign_up .form_sign_up p {
  text-align: center;
}
.single_service .ticket_service .sign_up .form_sign_up h2 {
  text-transform: uppercase;
}
.single_service .ticket_service .sign_up .form_sign_up button {
  justify-self: center;
  width: 16rem;
  height: 3rem;
  background: #d6262d;
  color: #fff;
  border-radius: 5px;
  border: none;
}
.single_service .ticket_service .intro_description {
  width: 100%;
  padding: 2rem 0;
  box-sizing: border-box;
}
.single_service .ticket_service .intro_description .intro_description-decor {
  width: 100%;
  border: 1.5px solid #000;
  padding: 2rem;
  box-sizing: border-box;
}
.single_service .ticket_service .intro_description .intro_description-decor h3 {
  font-size: 30px;
  color: #fb8c09;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 3px 2px #bdb7b7;
  text-align: center;
}
.single_service .ticket_service .intro_description .intro_description-decor ul {
  list-style: circle;
  margin: unset;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
}

/* Description hire */
.discription_hire_service {
  width: 100%;
  text-align: center;
  margin: 0 0 2rem 0;
}
.discription_hire_service h2 {
  margin: 0 0 2rem 0;
}
.discription_hire_service img {
  width: 100%;
  height: auto;
}
/* .title-head.taxonomy-header-box {
} */
.title-head.taxonomy-header-box h1 {
  margin: 3rem 0 0 0;
}

/* Check page */
#check-screen {
  position: relative;
  width: 100vw;
  height: auto;
  background-color: #ececec;
  padding: 5rem 5rem 10rem 5rem;
  box-sizing: border-box;
  overflow: hidden;
}
#check-screen h1 {
  width: 100%;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
}
#check-screen h1 span {
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(to right, #ffd722, #ff8a00);
  color: #fff;
  padding: 1rem 3rem;
  border-radius: 20px;
}

/* Question page */
#check-screen .start,
#check-screen .question-1,
#check-screen .question-2,
#check-screen .question-3,
#check-screen .question-4,
#check-screen .question-5,
#check-screen .question-6,
#check-screen .question-7,
#check-screen .thank-you,
#check-screen .result {
  width: 100%;
  /* height: 90vh; */
  animation: fade 0.5s ease-in-out;
  box-sizing: border-box;
}
#check-screen .start h1,
#check-screen .question-1 h1,
#check-screen .question-2 h1,
#check-screen .question-3 h1,
#check-screen .question-4 h1,
#check-screen .question-5 h1,
#check-screen .question-6 h1,
#check-screen .question-7 h1,
#check-screen .thank-you h1,
#check-screen .result h1 {
  color: #094370;
  font-size: 40px;
  font-weight: 700;
  margin: 2rem 0 !important;
}

#check-screen .start form,
#check-screen .question-1 form,
#check-screen .question-2 form,
#check-screen .question-3 form,
#check-screen .question-4 form,
#check-screen .question-5 form,
#check-screen .question-6 form,
#check-screen .question-7 form,
#check-screen .thank-you form,
#check-screen .result form {
  display: flex;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  /* .img_descriptions {
        width: 100%;
    } */
}
#check-screen .start form .answers,
#check-screen .question-1 form .answers,
#check-screen .question-2 form .answers,
#check-screen .question-3 form .answers,
#check-screen .question-4 form .answers,
#check-screen .question-5 form .answers,
#check-screen .question-6 form .answers,
#check-screen .question-7 form .answers,
#check-screen .thank-you form .answers,
#check-screen .result form .answers {
  width: 50%;
  height: auto;
  display: flex;
  align-items: start;
  justify-content: start;
  align-self: center;
  justify-self: center;
  flex-direction: column;
  gap: 1rem;
}
#check-screen .start form .answers input[type="submit"],
#check-screen .question-1 form .answers input[type="submit"],
#check-screen .question-2 form .answers input[type="submit"],
#check-screen .question-3 form .answers input[type="submit"],
#check-screen .question-4 form .answers input[type="submit"],
#check-screen .question-5 form .answers input[type="submit"],
#check-screen .question-6 form .answers input[type="submit"],
#check-screen .question-7 form .answers input[type="submit"],
#check-screen .thank-you form .answers input[type="submit"],
#check-screen .result form .answers input[type="submit"] {
  position: absolute;
  top: 6rem;
  right: 6rem;
  transform: translate(-50%, 50%);
  /* bottom: 10rem;
left: 6rem;
transform: translate(50%, -50%); */
}
#check-screen .start form .answers label,
#check-screen .question-1 form .answers label,
#check-screen .question-2 form .answers label,
#check-screen .question-3 form .answers label,
#check-screen .question-4 form .answers label,
#check-screen .question-5 form .answers label,
#check-screen .question-6 form .answers label,
#check-screen .question-7 form .answers label,
#check-screen .thank-you form .answers label,
#check-screen .result form .answers label {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 20px;
}
#check-screen .start form .answers label input[type="checkbox"],
#check-screen .start form .answers label input[type="radio"],
#check-screen .question-1 form .answers label input[type="checkbox"],
#check-screen .question-1 form .answers label input[type="radio"],
#check-screen .question-2 form .answers label input[type="checkbox"],
#check-screen .question-2 form .answers label input[type="radio"],
#check-screen .question-3 form .answers label input[type="checkbox"],
#check-screen .question-3 form .answers label input[type="radio"],
#check-screen .question-4 form .answers label input[type="checkbox"],
#check-screen .question-4 form .answers label input[type="radio"],
#check-screen .question-5 form .answers label input[type="checkbox"],
#check-screen .question-5 form .answers label input[type="radio"],
#check-screen .question-6 form .answers label input[type="checkbox"],
#check-screen .question-6 form .answers label input[type="radio"],
#check-screen .question-7 form .answers label input[type="checkbox"],
#check-screen .question-7 form .answers label input[type="radio"],
#check-screen .thank-you form .answers label input[type="checkbox"],
#check-screen .thank-you form .answers label input[type="radio"],
#check-screen .result form .answers label input[type="checkbox"],
#check-screen .result form .answers label input[type="radio"] {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  cursor: pointer;
}
#check-screen .start form .answers label input[type="checkbox"],
#check-screen .start form .answers label input[type="radio"],
#check-screen .question-1 form .answers label input[type="checkbox"],
#check-screen .question-1 form .answers label input[type="radio"],
#check-screen .question-2 form .answers label input[type="checkbox"],
#check-screen .question-2 form .answers label input[type="radio"],
#check-screen .question-3 form .answers label input[type="checkbox"],
#check-screen .question-3 form .answers label input[type="radio"],
#check-screen .question-4 form .answers label input[type="checkbox"],
#check-screen .question-4 form .answers label input[type="radio"],
#check-screen .question-5 form .answers label input[type="checkbox"],
#check-screen .question-5 form .answers label input[type="radio"],
#check-screen .question-6 form .answers label input[type="checkbox"],
#check-screen .question-6 form .answers label input[type="radio"],
#check-screen .question-7 form .answers label input[type="checkbox"],
#check-screen .question-7 form .answers label input[type="radio"],
#check-screen .thank-you form .answers label input[type="checkbox"],
#check-screen .thank-you form .answers label input[type="radio"],
#check-screen .result form .answers label input[type="checkbox"],
#check-screen .result form .answers label input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid grey;
  border-radius: 4px;
}
#check-screen .start form .answers label input[type="checkbox"]:checked,
#check-screen .start form .answers label input[type="radio"]:checked,
#check-screen .question-1 form .answers label input[type="checkbox"]:checked,
#check-screen .question-1 form .answers label input[type="radio"]:checked,
#check-screen .question-2 form .answers label input[type="checkbox"]:checked,
#check-screen .question-2 form .answers label input[type="radio"]:checked,
#check-screen .question-3 form .answers label input[type="checkbox"]:checked,
#check-screen .question-3 form .answers label input[type="radio"]:checked,
#check-screen .question-4 form .answers label input[type="checkbox"]:checked,
#check-screen .question-4 form .answers label input[type="radio"]:checked,
#check-screen .question-5 form .answers label input[type="checkbox"]:checked,
#check-screen .question-5 form .answers label input[type="radio"]:checked,
#check-screen .question-6 form .answers label input[type="checkbox"]:checked,
#check-screen .question-6 form .answers label input[type="radio"]:checked,
#check-screen .question-7 form .answers label input[type="checkbox"]:checked,
#check-screen .question-7 form .answers label input[type="radio"]:checked,
#check-screen .thank-you form .answers label input[type="checkbox"]:checked,
#check-screen .thank-you form .answers label input[type="radio"]:checked,
#check-screen .result form .answers label input[type="checkbox"]:checked,
#check-screen .result form .answers label input[type="radio"]:checked {
  background-color: var(--blue);
  border: 1px solid grey;
}
#check-screen .start input[type="submit"],
#check-screen .start button,
#check-screen .question-1 input[type="submit"],
#check-screen .question-1 button,
#check-screen .question-2 input[type="submit"],
#check-screen .question-2 button,
#check-screen .question-3 input[type="submit"],
#check-screen .question-3 button,
#check-screen .question-4 input[type="submit"],
#check-screen .question-4 button,
#check-screen .question-5 input[type="submit"],
#check-screen .question-5 button,
#check-screen .question-6 input[type="submit"],
#check-screen .question-6 button,
#check-screen .question-7 input[type="submit"],
#check-screen .question-7 button,
#check-screen .thank-you input[type="submit"],
#check-screen .thank-you button,
#check-screen .result input[type="submit"],
#check-screen .result button {
  width: 15rem;
  height: 5rem;
  background: linear-gradient(to right, #ffd722, #ff8a00);
  border-radius: 10px;
  border: none;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
}

#check-screen .start input[type="text"],
#check-screen .start input[type="email"],
#check-screen .start input[type="tel"],
#check-screen .question-1 input[type="text"],
#check-screen .question-1 input[type="email"],
#check-screen .question-1 input[type="tel"],
#check-screen .question-2 input[type="text"],
#check-screen .question-2 input[type="email"],
#check-screen .question-2 input[type="tel"],
#check-screen .question-3 input[type="text"],
#check-screen .question-3 input[type="email"],
#check-screen .question-3 input[type="tel"],
#check-screen .question-4 input[type="text"],
#check-screen .question-4 input[type="email"],
#check-screen .question-4 input[type="tel"],
#check-screen .question-5 input[type="text"],
#check-screen .question-5 input[type="email"],
#check-screen .question-5 input[type="tel"],
#check-screen .question-6 input[type="text"],
#check-screen .question-6 input[type="email"],
#check-screen .question-6 input[type="tel"],
#check-screen .question-7 input[type="text"],
#check-screen .question-7 input[type="email"],
#check-screen .question-7 input[type="tel"],
#check-screen .thank-you input[type="text"],
#check-screen .thank-you input[type="email"],
#check-screen .thank-you input[type="tel"],
#check-screen .result input[type="text"],
#check-screen .result input[type="email"],
#check-screen .result input[type="tel"] {
  height: 3.5rem;
  border-radius: 5px;
  font-size: 20px;
  color: #000;
}

/* #check-screen .start {
} */
#check-screen .start button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

/* #check-screen .question-1,
#check-screen .question-3 {
}
#check-screen .question-1 form,
#check-screen .question-3 form {
} */
#check-screen .question-1 form .answers,
#check-screen .question-3 form .answers {
  flex-direction: unset;
  flex-wrap: wrap;
}
#check-screen .question-1 form .answers label,
#check-screen .question-3 form .answers label {
  flex: 0 0 40%;
}
/* .question-1,
#check-screen .question-2 {
}
#check-screen .question-1 form,
#check-screen .question-2 form {
}
#check-screen .question-1 form .answers,
#check-screen .question-2 form .answers {
} */
#check-screen .question-1 form .answers label,
#check-screen .question-2 form .answers label {
  font-size: 30px;
}
/* #check-screen .question-7 {
}
#check-screen .question-7 form {
} */
#check-screen .question-7 form .answers {
  gap: 0;
}

#check-screen .thank-you {
  text-align: center;
}
#check-screen .thank-you div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}
#check-screen .thank-you div img {
  width: 27% !important;
}
#check-screen .thank-you h1 {
  margin: 0 !important;
}

.taxonomy-header-box--profiles {
  width: 100%;
  padding: 1rem 0.5rem 2rem 0.5rem;
  box-sizing: border-box;
  overflow: hidden;
}
.taxonomy-header-box--profiles .decor_profiles {
  width: 100%;
  padding: 0 8rem 4rem 8rem;
  background-color: #f1f1f1;
  box-shadow: 0px 6px 9px 1px #0000004a;
  border-radius: 10px;
}
.taxonomy-header-box--profiles
  .slider-company--profiles--for.slick-initialized.slick-slider {
  width: 100%;
}
/* .taxonomy-header-box--profiles .slider-company--profiles--for.slick-initialized.slick-slider .slick-slide {
} */
.taxonomy-header-box--profiles
  .slider-company--profiles--for.slick-initialized.slick-slider
  .slick-slide
  img {
  width: 100vw;
  aspect-ratio: 16 / 9;
}
.taxonomy-header-box--profiles
  .slider-company--profiles--nav.slick-initialized.slick-slider {
  width: 100%;
  margin: 1rem 0;
  box-sizing: border-box;
  overflow: hidden;
}
.taxonomy-header-box--profiles
  .slider-company--profiles--nav.slick-initialized.slick-slider
  .slick-track {
  display: flex;
  justify-content: center;
  width: 100% !important;
  transform: none !important;
  box-sizing: border-box;
}
.taxonomy-header-box--profiles
  .slider-company--profiles--nav.slick-initialized.slick-slider
  .slick-track
  .slick-slide {
  width: 10rem !important;
}
.taxonomy-header-box--profiles
  .slider-company--profiles--nav.slick-initialized.slick-slider
  .slick-track
  .slick-slide
  img {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* .slick-dots {
  display: block !important;
  position: absolute !important;
  bottom: 10px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.slick-dots li button:before {
  font-size: 10px !important;
  color: black !important;
} */

/* Banner homepage */
.home-slider.slick-initialized.slick-slider.slick-dotted {
  position: relative;
}
/* .home-slider.slick-initialized.slick-slider.slick-dotted .slick-track {
} */
.home-slider.slick-initialized.slick-slider.slick-dotted
  .slick-track
  .slick-slide {
  width: 100%;
  aspect-ratio: 16 / 6;
  box-sizing: border-box;
}
.home-slider.slick-initialized.slick-slider.slick-dotted
  .slick-track
  .slick-slide
  img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 0;
  box-sizing: border-box;
}
.home-slider.slick-initialized.slick-slider.slick-dotted .slick-dots {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.home-slider.slick-initialized.slick-slider.slick-dotted .slick-dots li {
  width: 1.5rem;
  height: 1.5rem;
  box-sizing: border-box;
}
.home-slider.slick-initialized.slick-slider.slick-dotted .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: none;
  border-color: #fff;
  background-color: #fff;
  opacity: 0.5;
  box-sizing: border-box;
}
/* .home-slider.slick-initialized.slick-slider.slick-dotted .slick-active {
} */
.home-slider.slick-initialized.slick-slider.slick-dotted .slick-active button {
  opacity: 1 !important;
  border-radius: 0;
}

.level-saving {
  border: 2px solid var(--pink);
  color: var(--pink);
  margin: 3px 0;
  padding: 0.5rem;
}

.level-standard {
  border: 2px solid var(--blue);
  color: var(--blue);
  margin: 3px 0;
  padding: 0.5rem;
}

.level-premium {
  border: 2px solid var(--warning);
  color: var(--warning);
  margin: 3px 0;
  padding: 0.5rem;
}

/* Diary page*/
.diary {
  width: 100%;

  /* .diary_banner {
    width: 100%;
    aspect-ratio: 16 / 6;
  } */
}
.diary .diary_banner-animation {
  position: relative;
  width: 100%;
  aspect-ratio: 15 / 6;
  box-sizing: border-box;
  overflow: hidden;
}
.diary .diary_banner-animation .element1,
.diary .diary_banner-animation .element2,
.diary .diary_banner-animation .element3,
.diary .diary_banner-animation .element4,
.diary .diary_banner-animation .element5 {
  position: absolute;
  height: auto;
  transform: translateY(0);
  transition: transform 1.5s ease-in-out;
}
.diary .diary_banner-animation .element1 {
  top: 15%;
  left: 17%;
  width: 25%;
  z-index: 3;
}
.diary .diary_banner-animation .element2 {
  top: -64%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
.diary .diary_banner-animation .element3 {
  bottom: 0;
  width: 100%;
  object-fit: cover;
  z-index: 2;
}
.diary .diary_banner-animation .element4 {
  bottom: 15%;
  right: 10%;
  width: 30%;
  z-index: 4;
}
.diary .diary_banner-animation .element5 {
  width: 30%;
  bottom: 6.5%;
  z-index: 5;
  right: 50%;
  transform: translateX(50%);
}
.diary .diary_content {
  position: relative;
  width: 100%;
  margin: -10% 0 0 0;
  padding: 13% 0 0 0;
  background-position: 100% 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: margin 1.5s ease-in-out;
  z-index: 10;
}
.diary .diary_content .diary_heading {
  width: 100%;
  margin: 1rem 0;
}
.diary .diary_content .diary_heading .diary_heading_decor {
  width: 20rem;
  margin: 1rem auto;
  padding: 1rem 0.5rem;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(to right, #ffb11f, #ff8a00);
  box-sizing: border-box;
}
.diary .diary_content .diary_heading .diary_heading_decor h1 {
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 19.36px;
  text-transform: uppercase;
  margin: 0;
}
.diary .diary_content .diary_heading .diary_heading_tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 60%;
  margin: 0 auto;
}
.diary .diary_content .diary_heading .diary_heading_tags .diary_heading_decor {
  width: unset;
  min-width: 5.5rem;
  margin: 0;
  padding: 1rem;
}
.diary
  .diary_content
  .diary_heading
  .diary_heading_tags
  .diary_heading_decor
  a {
  color: #fff;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 19.36px;
  margin: 0;
}
.diary .diary_content .all_diary_small {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  width: 100%;
  padding: 1rem 0 6rem 0;
}
.diary .diary_content .all_diary_small .diary_small {
  width: 26rem;
  height: 23rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px #000;
  border-radius: 15px;
  margin: 0;
  background-color: #fff;
}
.diary .diary_content .all_diary_small .diary_small .diary_small_header {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
}
.diary .diary_content .all_diary_small .diary_small .diary_small_header img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 15px;
}
.diary .diary_content .all_diary_small .diary_small .diary_small_context {
  width: 100%;
  height: 30%;
  padding: 1rem 1rem 0.5rem 1rem;
  box-sizing: border-box;
}
.diary
  .diary_content
  .all_diary_small
  .diary_small
  .diary_small_context
  .diary_small_title {
  width: 100%;
  height: 55%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.diary
  .diary_content
  .all_diary_small
  .diary_small
  .diary_small_context
  .diary_small_title
  a {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #361e0c;
}
.diary
  .diary_content
  .all_diary_small
  .diary_small
  .diary_small_context
  .diary_small_calendar {
  width: 100%;
  height: 40%;
  padding: 1rem 0.5rem 0 0.5rem;
  color: #b9b9b9;
  box-sizing: border-box;
}

/* News page */
.news {
  width: 100%;
}
.news .news_banner-animation {
  position: relative;
  width: 100%;
  aspect-ratio: 15 / 6;
  box-sizing: border-box;
  overflow: hidden;
}
.news .news_banner-animation .element1,
.news .news_banner-animation .element2,
.news .news_banner-animation .element3,
.news .news_banner-animation .element4,
.news .news_banner-animation .element5 {
  position: absolute;
  height: auto;
  transform: translateY(0);
  transition: transform 1.5s ease-in-out;
}
.news .news_banner-animation .element1 {
  top: 15%;
  left: 17%;
  width: 25%;
  z-index: 3;
}
.news .news_banner-animation .element2 {
  top: -64%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
.news .news_banner-animation .element3 {
  bottom: 0;
  width: 100%;
  object-fit: cover;
  z-index: 2;
}
.news .news_banner-animation .element4 {
  bottom: 15%;
  right: 10%;
  width: 30%;
  z-index: 4;
}
.news .news_banner-animation .element5 {
  width: 30%;
  bottom: 6.5%;
  z-index: 5;
  right: 50%;
  transform: translateX(50%);
}
.news .news_content {
  position: relative;
  width: 100%;
  margin: -10% 0 0 0;
  padding: 13% 0 0 0;
  background-position: 100% 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: margin 1.5s ease-in-out;
  z-index: 10;
}
.news .news_content .news_heading {
  width: 100%;
  margin: 0.5rem 0;
}
.news .news_content .news_heading .news_heading_decor {
  width: 20rem;
  margin: 1rem auto;
  padding: 1rem 0.5rem;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(to right, #ffb11f, #ff8a00);
  box-sizing: border-box;
}
.news .news_content .news_heading .news_heading_decor h1 {
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 19.36px;
  text-transform: uppercase;
  margin: 0;
}
.news .news_content .news_heading .slider-special-news {
  padding: 0;
}
.news
  .news_content
  .news_heading
  .slider-special-news
  .slider-special-news--item {
  width: calc(calc(1080px / 4) + 20px);
  margin: 0.5rem;
}
.news
  .news_content
  .news_heading
  .slider-special-news
  .slider-special-news--item
  .news_small {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
}
.news
  .news_content
  .news_heading
  .slider-special-news
  .slider-special-news--item
  .news_small
  .news_small_header {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
}
.news
  .news_content
  .news_heading
  .slider-special-news
  .slider-special-news--item
  .news_small
  .news_small_header
  img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: fill;
}
.news
  .news_content
  .news_heading
  .slider-special-news
  .slider-special-news--item
  .news_small
  .news_small_context {
  width: 100%;
  height: 30%;
  padding: 1rem 1rem 0.5rem 1rem;
  box-sizing: border-box;
}
.news
  .news_content
  .news_heading
  .slider-special-news
  .slider-special-news--item
  .news_small
  .news_small_context
  .news_small_title {
  width: 100%;
  height: 55%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news
  .news_content
  .news_heading
  .slider-special-news
  .slider-special-news--item
  .news_small
  .news_small_context
  .news_small_title
  a {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #361e0c;
}
.news
  .news_content
  .news_heading
  .slider-special-news
  .slider-special-news--item
  .news_small
  .news_small_context
  .news_small_calendar {
  width: 100%;
  height: 40%;
  padding: 1rem 0.5rem 0 0.5rem;
  color: #b9b9b9;
  box-sizing: border-box;
}
.news .news_content .all_news_small {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  width: 100%;
  padding: 1rem 0 6rem 0;
}
.news .news_content .all_news_small .news_small {
  width: 26rem;
  height: 23rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px #000;
  border-radius: 15px;
  margin: 0;
  background-color: #fff;
}
.news .news_content .all_news_small .news_small .news_small_header {
  width: 100%;
}
.news .news_content .all_news_small .news_small .news_small_header img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 15px;
}

.news .news_content .all_news_small .news_small .news_small_header {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
}
.news .news_content .all_news_small .news_small .news_small_header img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 15px;
}
.news .news_content .all_news_small .news_small .news_small_context {
  width: 100%;
  height: 30%;
  padding: 1rem 1rem 0.5rem 1rem;
  box-sizing: border-box;
}
.news
  .news_content
  .all_news_small
  .news_small
  .news_small_context
  .news_small_title {
  width: 100%;
  height: 55%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news
  .news_content
  .all_news_small
  .news_small
  .news_small_context
  .news_small_title
  a {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #361e0c;
}
.news
  .news_content
  .all_news_small
  .news_small
  .news_small_context
  .news_small_calendar {
  width: 100%;
  height: 40%;
  padding: 1rem 0.5rem 0 0.5rem;
  color: #b9b9b9;
  box-sizing: border-box;
}

/* Tips page */
.tips {
  width: 100%;
}
.tips .tips_banner-animation {
  position: relative;
  width: 100%;
  aspect-ratio: 15 / 6;
  box-sizing: border-box;
  overflow: hidden;
}
.tips .tips_banner-animation .element1,
.tips .tips_banner-animation .element2,
.tips .tips_banner-animation .element3,
.tips .tips_banner-animation .element4,
.tips .tips_banner-animation .element5 {
  position: absolute;
  height: auto;
  transform: translateY(0);
  transition: transform 1.5s ease-in-out;
}
.tips .tips_banner-animation .element1 {
  top: 15%;
  left: 17%;
  width: 25%;
  z-index: 3;
}
.tips .tips_banner-animation .element2 {
  top: -64%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
.tips .tips_banner-animation .element3 {
  bottom: 0;
  width: 100%;
  object-fit: cover;
  z-index: 2;
}
.tips .tips_banner-animation .element4 {
  bottom: 15%;
  right: 10%;
  width: 30%;
  z-index: 4;
}
.tips .tips_banner-animation .element5 {
  width: 30%;
  bottom: 6.5%;
  z-index: 5;
  right: 50%;
  transform: translateX(50%);
}
.tips .tips_content {
  position: relative;
  width: 100%;
  margin: -10% 0 0 0;
  padding: 13% 0 0 0;
  background-position: 100% 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: margin 1.5s ease-in-out;
  z-index: 10;
}
.tips .tips_content .tips_heading {
  width: 100%;
  margin: 0.5rem 0;
}
.tips .tips_content .tips_heading .tips_heading_decor {
  width: 20rem;
  margin: 1rem auto;
  padding: 1rem 0.5rem;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(to right, #ffb11f, #ff8a00);
  box-sizing: border-box;
}
.tips .tips_content .tips_heading .tips_heading_decor h1 {
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 19.36px;
  text-transform: uppercase;
  margin: 0;
}
.tips .tips_content .tips_heading .slider-special-tips {
  padding: 0 0;
}
.tips
  .tips_content
  .tips_heading
  .slider-special-tips
  .slider-special-tips--item {
  width: calc(calc(1080px / 4) + 20px);
  margin: 0.5rem;
}
.tips
  .tips_content
  .tips_heading
  .slider-special-tips
  .slider-special-tips--item
  .tips_small {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
}
.tips
  .tips_content
  .tips_heading
  .slider-special-tips
  .slider-special-tips--item
  .tips_small
  .tips_small_header {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
}
.tips
  .tips_content
  .tips_heading
  .slider-special-tips
  .slider-special-tips--item
  .tips_small
  .tips_small_header
  img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: fill;
}
.tips
  .tips_content
  .tips_heading
  .slider-special-tips
  .slider-special-tips--item
  .tips_small
  .tips_small_context {
  width: 100%;
  height: 30%;
  padding: 1rem 1rem 0.5rem 1rem;
  box-sizing: border-box;
}
.tips
  .tips_content
  .tips_heading
  .slider-special-tips
  .slider-special-tips--item
  .tips_small
  .tips_small_context
  .tips_small_title {
  width: 100%;
  height: 55%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tips
  .tips_content
  .tips_heading
  .slider-special-tips
  .slider-special-tips--item
  .tips_small
  .tips_small_context
  .tips_small_title
  a {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #361e0c;
}
.tips
  .tips_content
  .tips_heading
  .slider-special-tips
  .slider-special-tips--item
  .tips_small
  .tips_small_context
  .tips_small_calendar {
  width: 100%;
  height: 40%;
  padding: 1rem 0.5rem 0 0.5rem;
  color: #b9b9b9;
  box-sizing: border-box;
}
.tips .tips_content .all_tips_small {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  width: 100%;
  padding: 1rem 0 6rem 0;
}
.tips .tips_content .all_tips_small .tips_small {
  width: 26rem;
  height: 23rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px #000;
  border-radius: 15px;
  margin: 0;
  background-color: #fff;
}
.tips .tips_content .all_tips_small .tips_small .tips_small_header {
  width: 100%;
}
.tips .tips_content .all_tips_small .tips_small .tips_small_header img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 15px;
}
.tips .tips_content .all_tips_small .tips_small .tips_small_header {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
}
.tips .tips_content .all_tips_small .tips_small .tips_small_header img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 15px;
}
.tips .tips_content .all_tips_small .tips_small .tips_small_context {
  width: 100%;
  height: 30%;
  padding: 1rem 1rem 0.5rem 1rem;
  box-sizing: border-box;
}
.tips
  .tips_content
  .all_tips_small
  .tips_small
  .tips_small_context
  .tips_small_title {
  width: 100%;
  height: 55%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tips
  .tips_content
  .all_tips_small
  .tips_small
  .tips_small_context
  .tips_small_title
  a {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #361e0c;
}
.tips
  .tips_content
  .all_tips_small
  .tips_small
  .tips_small_context
  .tips_small_calendar {
  width: 100%;
  height: 40%;
  padding: 1rem 0.5rem 0 0.5rem;
  color: #b9b9b9;
  box-sizing: border-box;
}

/* Departure page */
.departure {
  width: 100%;

  /* .diary_banner {
    width: 100%;
    aspect-ratio: 16 / 6;
  } */
}
.departure .departure_banner-animation {
  position: relative;
  width: 100%;
  aspect-ratio: 15 / 6;
  box-sizing: border-box;
  overflow: hidden;
}
.departure .departure_banner-animation .element1,
.departure .departure_banner-animation .element2,
.departure .departure_banner-animation .element3,
.departure .departure_banner-animation .element4,
.departure .departure_banner-animation .element5 {
  position: absolute;
  height: auto;
  transform: translateY(0);
  transition: transform 1.5s ease-in-out;
}
.departure .departure_banner-animation .element1 {
  top: 15%;
  left: 17%;
  width: 25%;
  z-index: 3;
}
.departure .departure_banner-animation .element2 {
  top: -64%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
.departure .departure_banner-animation .element3 {
  bottom: 0;
  width: 100%;
  object-fit: cover;
  z-index: 2;
}
.departure .departure_banner-animation .element4 {
  bottom: 15%;
  right: 10%;
  width: 30%;
  z-index: 4;
}
.departure .departure_banner-animation .element5 {
  width: 30%;
  bottom: 6.5%;
  z-index: 5;
  right: 50%;
  transform: translateX(50%);
}
.departure .departure_content {
  position: relative;
  width: 100%;
  margin: -10% 0 0 0;
  padding: 13% 0 0 0;
  background-position: 100% 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: margin 1.5s ease-in-out;
  z-index: 10;
}
.departure .departure_content .departure_heading {
  width: 100%;
  margin: 1rem 0 0 0;
}
.departure .departure_content .departure_heading .departure_heading_decor {
  width: 22rem;
  margin: 1rem auto;
  padding: 1rem 0.5rem;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(to right, #ffb11f, #ff8a00);
  box-sizing: border-box;
}
.departure .departure_content .departure_heading .departure_heading_decor h1 {
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 19.36px;
  text-transform: uppercase;
  margin: 0;
}
.departure .departure_content .departure_heading .departure_heading_tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  margin: 0 auto;
}
.departure
  .departure_content
  .departure_heading
  .departure_heading_tags
  .departure_heading_decor {
  width: unset;
  min-width: 5.5rem;
  margin: 0;
  padding: 1rem;
}
.departure
  .departure_content
  .departure_heading
  .departure_heading_tags
  .departure_heading_decor
  a {
  color: #fff;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 19.36px;
  margin: 0;
}
.departure .departure_content .departure_heading .departure_heading_tour {
  display: flex;
  justify-content: center;
  justify-self: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin: 1rem 0 0 0;
  padding: 1rem;
  background-color: #fff;
}
.departure .departure_content .departure_heading .departure_heading_tour div {
  border: 1px solid #fbb019;
  border-radius: 10px;
  padding: 0.5rem;
  color: #4b280c;
}
.departure .departure_content .all_departure_small {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 0 0 6rem 0;
}
.departure .departure_content .all_departure_small .search_departure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  background: linear-gradient(to top, #fbb119, #fed631);
  padding: 1rem 1.5rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.departure .departure_content .all_departure_small .search_departure h4 {
  width: 12%;
  color: #4b280c;
  margin: 0;
}
.departure
  .departure_content
  .all_departure_small
  .search_departure
  .search_code {
  width: 30%;
  height: 3rem;
  margin: 0;
  border-radius: 10px;
  font-size: 16px;
}
.departure
  .departure_content
  .all_departure_small
  .search_departure
  .search_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 0.3rem; */
  width: 40%;
  height: 3rem;
  border-radius: 10px;
  background-color: #fff;
  padding: 0.5rem 1rem;
  overflow: hidden;
}
.departure
  .departure_content
  .all_departure_small
  .search_departure
  .search_date
  label {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.departure
  .departure_content
  .all_departure_small
  .search_departure
  .search_date
  input[type="date"] {
  height: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 20px;
}
.departure
  .departure_content
  .all_departure_small
  .search_departure
  .search_date
  .date_start::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}
.departure
  .departure_content
  .all_departure_small
  .search_departure
  .search_date
  .date_start {
  width: 25%;
}
.departure
  .departure_content
  .all_departure_small
  .search_departure
  .search_date
  .date_end::-webkit-calendar-picker-indicator {
  opacity: 1 !important;
  cursor: pointer;
}
.departure
  .departure_content
  .all_departure_small
  .search_departure
  .search_date
  .date_end {
  width: 25%;
}
.departure
  .departure_content
  .all_departure_small
  .search_departure
  .search_date
  div {
  width: 1rem;
}
.departure
  .departure_content
  .all_departure_small
  .search_departure
  .search_date
  div
  svg {
  width: 100%;
}
.departure
  .departure_content
  .all_departure_small
  .search_departure
  .search_place {
  width: 15%;
  height: 3rem;
  border-radius: 10px;
}
.departure .departure_content .all_departure_small .departure_small {
  width: 100%;
  height: auto;
  background-color: #f9f8f1;
  box-shadow: 0px 0px 5px 0px #000;
  border-radius: 15px;
  margin: 1rem 0 0 0;
  box-sizing: border-box;
}
.departure .departure_content .all_departure_small .departure_small h4,
.departure .departure_content .all_departure_small .departure_small p,
.departure .departure_content .all_departure_small .departure_small a {
  color: #4b280c;
}

.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding: 1rem;
}
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_title {
  width: 40%;
}
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_title
  .city_start {
  background-color: #ffd215;
  padding: 0.5rem;
  border-radius: 5px;
}
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_title
  p {
  color: #8e8984;
}
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_title
  p
  span {
  text-transform: uppercase;
}
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 35%;
}
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_time
  .departure_small_calendar {
  width: 45%;
}
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_time
  .departure_small_calendar
  .calendar_date,
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_time
  .departure_small_calendar
  .calendar_time,
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_time
  .departure_small_calendar
  .calendar_place {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0 0.5rem 0;
}
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_time
  .departure_small_calendar
  p {
  margin: 0;
}
/* .departure .departure_content .all_departure_small .departure_small .departure_small_content .departure_small_time .departure_small_calendar .calendar_date {
} */
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_time
  .departure_small_calendar
  .calendar_date
  h4 {
  margin: 0;
}
/* .departure .departure_content .all_departure_small .departure_small .departure_small_content .departure_small_time .departure_small_calendar .calendar_time {
} */
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_time
  .departure_small_calendar
  .calendar_time
  img {
  width: 5rem;
  aspect-ratio: 16/6;
  object-fit: cover;
}
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_time
  .departure_small_calendar
  .decor_hr {
  position: relative;
  width: 100%;
  height: 1rem;
}
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_time
  .departure_small_calendar
  .decor_hr
  .dots_left,
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_time
  .departure_small_calendar
  .decor_hr
  .dots_right {
  position: absolute;
  top: -5px;
  width: 12px;
  height: 12px;
  background-color: #ffd215;
  border-radius: 50%;
}

.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_time
  .departure_small_calendar
  .decor_hr
  .dots_left {
  left: 0;
}

.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_time
  .departure_small_calendar
  .decor_hr
  .dots_right {
  right: 0;
}

.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_time
  .departure_small_calendar
  .decor_hr
  .hr_middle {
  width: 100%;
  height: 2px;
  background-color: #ffd215;
}
/* .departure .departure_content .all_departure_small .departure_small .departure_small_content .departure_small_time .departure_small_calendar .calendar_place {
} */
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_time
  .departure_small_calendar
  .calendar_place
  .plane_icon {
  width: 1.5rem;
  height: auto;
}
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_price {
  width: 20%;
}
/* .departure .departure_content .all_departure_small .departure_small .departure_small_content .departure_small_price .price_by_type {
} */
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_price
  .price_by_type
  .price,
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_price
  .price_by_type
  .type {
  padding: 0;
  border: none;
}
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_price
  .price_by_type
  .price {
  font-size: 16px;
  font-weight: 600;
  color: #ff3f15;
  text-align: right;
}
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_small_content
  .departure_small_price
  .price_by_type
  .type {
  color: #777978;
  text-align: right;
}
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_print_slot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 1rem 1rem 1rem;
}
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_print_slot
  .departure_print {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 1rem;
}
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_print_slot
  .departure_print
  .btn-print-tour-content {
  width: 3rem;
  height: 3rem;
}
/* .departure .departure_content .all_departure_small .departure_small .departure_print_slot .departure_print .btn-print-tour-content .btn-print-booking {
} */
.departure
  .departure_content
  .all_departure_small
  .departure_small
  .departure_print_slot
  .departure_print
  .btn-print-tour-content
  .btn-print-booking
  img {
  width: 100%;
  height: 100%;
}
/* .departure .departure_content .all_departure_small .departure_small .departure_print_slot .departure_slot {
} */

/* Group tour page */
.group_tour {
  width: 100%;
}
.group_tour .group_tour_banner-animation {
  position: relative;
  width: 100%;
  aspect-ratio: 15 / 6;
  box-sizing: border-box;
  overflow: hidden;
}
.group_tour .group_tour_banner-animation .element1,
.group_tour .group_tour_banner-animation .element2,
.group_tour .group_tour_banner-animation .element3,
.group_tour .group_tour_banner-animation .element4,
.group_tour .group_tour_banner-animation .element5 {
  position: absolute;
  height: auto;
  transform: translateY(0);
  transition: transform 1.5s ease-in-out;
}
.group_tour .group_tour_banner-animation .element1 {
  top: 15%;
  left: 17%;
  width: 25%;
  z-index: 3;
}
.group_tour .group_tour_banner-animation .element2 {
  top: -64%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
.group_tour .group_tour_banner-animation .element3 {
  bottom: 0;
  width: 100%;
  object-fit: cover;
  z-index: 2;
}
.group_tour .group_tour_banner-animation .element4 {
  bottom: 15%;
  right: 10%;
  width: 30%;
  z-index: 4;
}
.group_tour .group_tour_banner-animation .element5 {
  width: 30%;
  bottom: 6.5%;
  z-index: 5;
  right: 50%;
  transform: translateX(50%);
}
.group_tour .group_tour_content {
  position: relative;
  width: 100%;
  margin: -10% 0 0 0;
  padding: 13% 0 0 0;
  background-position: 100% 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: margin 1.5s ease-in-out;
  z-index: 10;
}
.group_tour .group_tour_content h1 {
  width: 100%;
  color: #361e0c;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 19.36px;
  text-align: center;
  text-transform: none;
  margin: 0 0 2rem 0;
}
.group_tour .group_tour_content .all_intro {
  width: 100%;
  margin: 2rem 0;
  padding: 2rem 2rem;
  background-color: #efecec;
}
/* .group_tour .group_tour_content .all_intro .group_tour_intro {
} */
.group_tour .group_tour_content .all_intro .group_tour_intro .intro_content {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
  padding: 2rem 1.5rem 1rem 1.5rem;
  background-color: #f7f7f7;
}
.group_tour
  .group_tour_content
  .all_intro
  .group_tour_intro
  .intro_content
  .intro_vid {
  width: 48%;
  aspect-ratio: 16/9;
}
.group_tour
  .group_tour_content
  .all_intro
  .group_tour_intro
  .intro_content
  .intro_text {
  width: 48%;
}
.group_tour
  .group_tour_content
  .all_intro
  .group_tour_intro
  .intro_content
  .intro_text
  button {
  font-size: 16px;
  font-weight: 600;
  margin: 2rem auto 0 auto;
  padding: 1rem 2rem;
  background: linear-gradient(to top, #fbb119, #ffd115);
  color: #361e0c;
  border: none;
  border-radius: 10px;
}
.group_tour .group_tour_content .all_intro .process_intro {
  width: 100%;
  text-align: center;
  padding: 1rem;
  background-color: #f7f7f7;
}
.group_tour .group_tour_content .all_intro .process_intro .all_process {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 2rem 2rem 0 2rem;
}
.group_tour
  .group_tour_content
  .all_intro
  .process_intro
  .all_process
  .process {
  display: block;
  width: 14rem;
  height: 15rem;
  margin: 0 0.5rem;
  box-sizing: border-box;

  /* unset */
  transform: unset;
  transition: unset;
  line-height: unset;
}
.group_tour
  .group_tour_content
  .all_intro
  .process_intro
  .all_process
  .process
  .process_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 75%;
  text-align: center;
  background-color: #ececec;
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 10px;
  box-sizing: border-box;
}
.group_tour
  .group_tour_content
  .all_intro
  .process_intro
  .all_process
  .process
  .process_detail
  .process_step {
  position: absolute;
  top: -2rem;
  right: 50%;
  transform: translate(50%, 0);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #f9ebb2;
  padding: 0.5rem;
}
.group_tour
  .group_tour_content
  .all_intro
  .process_intro
  .all_process
  .process
  .process_detail
  .process_step
  .process_step-decor {
  width: 3rem;
  height: 3rem;
  font-size: 22px;
  line-height: 16px;
  font-weight: 600;
  color: #4b280c;
  border-radius: 50%;
  background-color: #ffd215;
  padding: 1rem;
}
/* .group_tour .group_tour_content .all_intro .process_intro .all_process .process .process_detail .process_description {
} */
.group_tour
  .group_tour_content
  .all_intro
  .process_intro
  .all_process
  .process
  .process_detail
  .process_description
  p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #4b280c;
}
.group_tour
  .group_tour_content
  .all_intro
  .process_intro
  .all_process
  .process
  .process_detail
  img {
  width: 2rem;
  height: 2rem;
}
.group_tour
  .group_tour_content
  .all_intro
  .process_intro
  .all_process
  .process
  .process_detail-decor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 25%;
}
.group_tour
  .group_tour_content
  .all_intro
  .process_intro
  .all_process
  .process
  .process_detail-decor
  .triangle {
  width: 3rem;
  height: 30%;
  border-top: 1.5rem solid #ececec;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
}
.group_tour
  .group_tour_content
  .all_intro
  .process_intro
  .all_process
  .process
  .process_detail-decor
  .hr_column_dashed {
  width: 1px;
  height: 100%;
  border: 1px dashed #ececec;
}
.group_tour
  .group_tour_content
  .all_intro
  .process_intro
  .all_process
  .process
  .process_detail-decor
  .point_on_hr {
  position: absolute;
  bottom: -0.5rem;
  right: 50%;
  width: 1rem;
  height: 1rem;
  transform: translate(50%, 0);
  background: linear-gradient(to top, #f9f5e3, #ffd421);
  border-radius: 50%;
}
.group_tour .group_tour_content .all_intro .process_intro .all_process-hr {
  height: 3px;
  background: radial-gradient(circle, #341c0b, #f7f7f7);
}
.group_tour .group_tour_content .all_intro .partners_intro {
  width: 100%;
  padding: 1.5rem 2rem;
  background-color: #f7f7f7;
}
.group_tour .group_tour_content .all_intro .partners_intro .slider-partners {
  position: relative;
  padding: 0;
}
.group_tour
  .group_tour_content
  .all_intro
  .partners_intro
  .slider-partners
  .slick-arrow {
  top: 50%;
  transform: translate(0, -50%);
}
.group_tour
  .group_tour_content
  .all_intro
  .partners_intro
  .slider-partners
  .slick-custom-arrow.type-2.slick-prev {
  transform: translate(0, -50%) rotate(180deg);
}
.group_tour
  .group_tour_content
  .all_intro
  .partners_intro
  .slider-partners
  .slick-slide {
  margin: 0 0.5rem;
}
.group_tour
  .group_tour_content
  .all_intro
  .partners_intro
  .slider-partners
  .slick-slide
  div {
  margin: 0.5rem 0;
}
.group_tour
  .group_tour_content
  .all_intro
  .partners_intro
  .slider-partners
  .slick-slide
  div
  .slider-partners--item {
  width: 100%;
  height: 10rem;
  background-color: #fff;
  border-radius: 10px;
  margin: 0;
  padding: 2rem;
  box-sizing: border-box;
}
.group_tour
  .group_tour_content
  .all_intro
  .partners_intro
  .slider-partners
  .slick-slide
  div
  .slider-partners--item
  img {
  width: 100%;
  aspect-ratio: 16/6;
  object-fit: contain;
}
.group_tour .group_tour_content .all_group_tours {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  width: 100%;
  padding: 0 0 6rem 0;
}
.group_tour .group_tour_content .all_group_tours .group_tour {
  width: 26rem;
  height: 23rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px #000;
  border-radius: 15px;
  margin: 0;
  background-color: #fff;
}
.group_tour
  .group_tour_content
  .all_group_tours
  .group_tour
  .group_tour_header {
  width: 100%;
}
.group_tour
  .group_tour_content
  .all_group_tours
  .group_tour
  .group_tour_header
  img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 15px;
}
.group_tour
  .group_tour_content
  .all_group_tours
  .group_tour
  .group_tour_context {
  width: 100%;
  height: 30%;
  padding: 1rem 1rem 0.5rem 1rem;
  box-sizing: border-box;
}
.group_tour
  .group_tour_content
  .all_group_tours
  .group_tour
  .group_tour_context
  .group_tour_calendar {
  width: 100%;
  height: 40%;
  padding: 0;
  color: #b9b9b9;
  box-sizing: border-box;
}
.group_tour
  .group_tour_content
  .all_group_tours
  .group_tour
  .group_tour_context
  .group_tour_title {
  width: 100%;
  height: 59%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.group_tour
  .group_tour_content
  .all_group_tours
  .group_tour
  .group_tour_context
  .group_tour_title
  a {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #361e0c;
}

.Up {
  transition: margin 2s ease-in-out;
  margin: -30% 0 0 0 !important;
}

.Down {
  transition: transform 1s ease-in-out;
  transform: translateY(100%) !important;
}

.Down_avt {
  transition: transform 1s ease-in-out;
  transform: translate(50%, 20%) !important;
}

.little_Down {
  transition: transform 1s ease-in-out;
  transform: translateY(30%) !important;
}

@media (max-width: 600px) {
  /* Header */
  header.header .evo-main-nav {
  }
  header.header .evo-main-nav .col-lg-2.col-12.logo.evo-header-mobile {
    padding: 0.5rem 0 0.5rem 0;
  }
  header.header .evo-main-nav .col-lg-2.col-12.logo.evo-header-mobile .section {
    width: 100%;
    height: 100%;
  }
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header {
    width: 100%;
    height: 100%;
  }
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget
    .logo-wrapper {
    display: block;
    width: 60%;
    height: 100%;
  }
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget
    .logo-wrapper
    img {
    width: 100%;
    height: 100%;
  }
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget
    .evo-flexitem.evo-flexitem-fill.d-sm-inline-block.d-lg-none {
    width: 20%;
    height: 100%;
  }
  header.header .evo-main-nav .col-lg-10.col-12 {
    display: none;
  }

  .awe-section-5,
  .awe-section-6 {
    /* margin: 0 1rem 0 1rem; */
  }

  .evo-main-suggest {
    margin: 1rem 0 0 0;
  }

  .evo-tour-search-index .evo-main-search {
    display: flex;
    justify-self: center;
    align-self: center;
    width: 100%;
    border-radius: 5px;
  }
  .evo-tour-search-index .evo-main-search input {
    width: 85%;
    height: 3.5rem;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .evo-tour-search-index .evo-main-search input[type="text"],
  .evo-tour-search-index .evo-main-search input[type="email"] {
    margin: 0;
  }

  .evo-tour-search-index .evo-main-search button {
    width: 15%;
    height: 3.5rem;
    background-color: var(--primary);
    border: none;
    box-shadow: none;
    outline: none;
    text-align: center;
    box-sizing: border-box;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .evo-tour-search-index .evo-main-search button img {
    width: 2rem;
    height: 2rem;
  }

  /* Visa */
  .visa-world-travel {
    width: 100%;
  }
  .visa-world-travel .container-visa {
    gap: 1rem;
  }
  .visa-world-travel .container-visa h1 {
    text-align: center;
  }
  .visa-world-travel .container-visa .container-visa-list {
    gap: 1rem;
    width: 100%;
    /* padding: 2px 1rem 2px 2rem; */
    padding: 3px;
  }
  .visa-world-travel .container-visa .container-visa-list .card-visa {
    gap: 3rem;
    width: 100%;
    height: 25rem;
  }
  .visa-world-travel
    .container-visa
    .container-visa-list
    .card-visa
    .card-visa-decor {
    width: 20rem;
    height: 3rem;
  }
  .visa-world-travel
    .container-visa
    .container-visa-list
    .card-visa
    .card-visa-content {
    height: 7rem;
    box-sizing: border-box;
  }
  .visa-world-travel .container-visa .container-visa-check {
    padding: 2rem 3px;
  }
  .visa-world-travel .container-visa .container-visa-check .check-form {
    padding: 1rem;
  }
  .visa-world-travel .container-visa .container-visa-check .check-reason {
    padding: 1rem;
  }
  .visa-world-travel button {
    width: 100%;
    height: 7rem;
    font-size: 40px;
  }
  .visa-world-travel .visa-recommended {
  }

  /* Visa country page */
  /* .visa-country {
} */
  .visa-country h2 {
    font-size: 36px;
  }

  .visa-country .container-visa-country {
    /* padding: 1rem; */
  }
  .visa-country .container-visa-country .visa-coutry-banner {
    width: 100%;
  }

  .visa-country .container-visa-country .visa-coutry-banner div {
    bottom: 0;
    right: 0;
    width: 10rem;
  }

  .visa-country .container-visa-country .visa-coutry-banner div h1 {
    font-size: 36px;
    font-weight: 400;
    color: #f0263a;
    line-height: 50px;
  }

  .visa-country .container-visa-country .visa-service--content-post {
    width: 100%;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    padding: 1rem;
  }

  .visa-country .container-visa-country .container-visa-check {
    width: 100%;
    padding: 2rem 0 0 0;
  }

  .visa-country button {
    background: linear-gradient(to right, #ffd722, #ff8a00);
    width: 80%;
    height: 6rem;
    font-size: 25px;
  }

  .visa-country .small-window {
  }
  .visa-country .small-window .window-content {
    width: 25rem;
    height: 35rem;
    margin: 55% auto;
  }

  .visa-country .small-window .window-content .window-content-form {
    justify-content: end;
    padding: 0 1rem 0 1rem;
    box-sizing: border-box;
  }

  .visa-country .small-window .window-content .window-content-form h3 {
    padding: 0;
    margin: 0;
  }

  .visa-country .small-window .window-content .window-content-form form {
    gap: 0.3rem;
  }

  /* Service page */
  /* .single_service {
}
.single_service .hire_service {
} */
  .single_service .hire_service .form-submit-data {
    padding: 0 1rem !important;
  }
  .single_service .hire_service .form-submit-data form {
    padding: 1rem !important;
  }
  /* .single_service .hire_service .form-submit-data form .row.mb-3 {
} */
  .single_service
    .hire_service
    .form-submit-data
    form
    .row.mb-3
    .col-12.col-md-6:nth-last-child(1) {
    padding: 0 !important;
  }
  /* .single_service .hire_service .form-submit-data form .row.mb-3 .col-12.col-md-6 {
} */
  .single_service
    .hire_service
    .form-submit-data
    form
    .row.mb-3
    .col-12.col-md-6
    label {
    white-space: unset !important;
  }
  /* .single_service .hotel_service {
} */
  .single_service .hotel_service .partners {
    padding: 3rem 0;
  }
  .single_service .hotel_service .partners .partners-decor {
    flex-wrap: wrap;
  }
  .single_service .hotel_service .partners .partners-decor .partners_title {
    width: 100%;
    height: auto;
    padding: 2rem;
  }
  .single_service .hotel_service .partners .partners-decor .partners_title h2 {
    font-size: 34px;
  }

  .single_service .hotel_service .partners .partners-decor .partners_img {
    width: 100%;
    height: auto;
    margin: 1rem;
    border-radius: 25px;
  }
  .single_service .hotel_service .sign_up {
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    padding: 0;
  }
  .single_service .hotel_service .sign_up .img_intro {
    width: 100%;
  }

  .single_service .hotel_service .sign_up .form_sign_up {
    width: 100%;
    height: auto;
  }
  .single_service .hotel_service .sign_up .form_sign_up button {
    justify-self: center;
    width: 16rem;
    height: 3rem;
    background: #d6262d;
  }
  .single_service .hotel_service .intro_description {
    padding: 2rem 0;
  }
  /* .single_service .ticket_service {
} */
  .single_service .ticket_service .airline {
    flex-wrap: wrap;
    gap: 1rem;
    padding: 2rem 0;
  }
  .single_service .ticket_service .airline .phone_number {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .single_service .ticket_service .airline .airline_img {
    width: 100%;
    height: auto;
    padding: 0;
    border-left: unset;
  }
  .single_service .ticket_service .airline .airline_img .gallery {
    padding: 0;
  }
  .single_service .ticket_service .sign_up {
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    padding: 0;
  }
  .single_service .ticket_service .sign_up .img_intro {
    width: 100%;
  }
  .single_service .ticket_service .sign_up .form_sign_up {
    width: 100%;
    height: auto;
    margin: 2rem 0;
  }
  .single_service .ticket_service .sign_up .form_sign_up button {
    justify-self: center;
    width: 16rem;
    height: 3rem;
    background: #d6262d;
  }
  .single_service .ticket_service .intro_description {
    /* padding: 1rem; */
  }

  /* Check page */
  #check-screen {
    height: auto;
    padding: 0 1rem 7rem 1rem;
  }
  /* #check-screen h1 {
    } */
  #check-screen h1 span {
    display: block;
    width: 100%;
    font-size: 30px;
    padding: 1rem 0.5rem;
  }
  /* #check-screen .start,
  #check-screen .question-1,
  #check-screen .question-2,
  #check-screen .question-3,
  #check-screen .question-4,
  #check-screen .question-5,
  #check-screen .question-6,
  #check-screen .question-7,
  #check-screen .result {
    height: 100vh;
} */
  #check-screen .start h1,
  #check-screen .question-1 h1,
  #check-screen .question-2 h1,
  #check-screen .question-3 h1,
  #check-screen .question-4 h1,
  #check-screen .question-5 h1,
  #check-screen .question-6 h1,
  #check-screen .question-7 h1,
  #check-screen .thank-you h1,
  #check-screen .result h1 {
    font-size: 30px;
  }
  #check-screen .start form,
  #check-screen .question-1 form,
  #check-screen .question-2 form,
  #check-screen .question-3 form,
  #check-screen .question-4 form,
  #check-screen .question-5 form,
  #check-screen .question-6 form,
  #check-screen .question-7 form,
  #check-screen .thank-you form,
  #check-screen .result form {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  #check-screen .start form .answers,
  #check-screen .question-1 form .answers,
  #check-screen .question-2 form .answers,
  #check-screen .question-3 form .answers,
  #check-screen .question-4 form .answers,
  #check-screen .question-5 form .answers,
  #check-screen .question-6 form .answers,
  #check-screen .question-7 form .answers,
  #check-screen .thank-you form .answers,
  #check-screen .result form .answers {
    position: relative;
    width: 100%;
    gap: 1rem;
  }
  #check-screen .start form .answers input[type="submit"],
  #check-screen .question-1 form .answers input[type="submit"],
  #check-screen .question-2 form .answers input[type="submit"],
  #check-screen .question-3 form .answers input[type="submit"],
  #check-screen .question-4 form .answers input[type="submit"],
  #check-screen .question-5 form .answers input[type="submit"],
  #check-screen .question-6 form .answers input[type="submit"],
  #check-screen .question-7 form .answers input[type="submit"],
  #check-screen .thank-you form .answers input[type="submit"],
  #check-screen .result form .answers input[type="submit"] {
    top: unset;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 100%);
  }
  #check-screen .start form .answers label,
  #check-screen .question-1 form .answers label,
  #check-screen .question-2 form .answers label,
  #check-screen .question-3 form .answers label,
  #check-screen .question-4 form .answers label,
  #check-screen .question-5 form .answers label,
  #check-screen .question-6 form .answers label,
  #check-screen .question-7 form .answers label,
  #check-screen .thank-you form .answers label,
  #check-screen .result form .answers label {
    font-size: 15px;
  }
  #check-screen .start form .answers label input[type="checkbox"],
  #check-screen .start form .answers label input[type="radio"],
  #check-screen .question-1 form .answers label input[type="checkbox"],
  #check-screen .question-1 form .answers label input[type="radio"],
  #check-screen .question-2 form .answers label input[type="checkbox"],
  #check-screen .question-2 form .answers label input[type="radio"],
  #check-screen .question-3 form .answers label input[type="checkbox"],
  #check-screen .question-3 form .answers label input[type="radio"],
  #check-screen .question-4 form .answers label input[type="checkbox"],
  #check-screen .question-4 form .answers label input[type="radio"],
  #check-screen .question-5 form .answers label input[type="checkbox"],
  #check-screen .question-5 form .answers label input[type="radio"],
  #check-screen .question-6 form .answers label input[type="checkbox"],
  #check-screen .question-6 form .answers label input[type="radio"],
  #check-screen .question-7 form .answers label input[type="checkbox"],
  #check-screen .question-7 form .answers label input[type="radio"],
  #check-screen .thank-you form .answers label input[type="checkbox"],
  #check-screen .thank-you form .answers label input[type="radio"],
  #check-screen .result form .answers label input[type="checkbox"],
  #check-screen .result form .answers label input[type="radio"] {
    width: 1.5rem;
    height: 1.5rem;
  }
  #check-screen .start form .img_descriptions,
  #check-screen .question-1 form .img_descriptions,
  #check-screen .question-2 form .img_descriptions,
  #check-screen .question-3 form .img_descriptions,
  #check-screen .question-4 form .img_descriptions,
  #check-screen .question-5 form .img_descriptions,
  #check-screen .question-6 form .img_descriptions,
  #check-screen .question-7 form .img_descriptions,
  #check-screen .thank-you form .img_descriptions,
  #check-screen .result form .img_descriptions {
    width: 100%;
  }
  /* #check-screen .start {
} */
  #check-screen .start button {
    top: 30%;
  }
  /* #check-screen .question-1,
  #check-screen .question-3 {
}
#check-screen .question-1 form,
#check-screen .question-3 form {
} */
  #check-screen .question-1 form .answers,
  #check-screen .question-3 form .answers {
    flex-direction: unset;
    flex-wrap: wrap;
  }

  #check-screen .question-1 form .answers label,
  #check-screen .question-3 form .answers label {
    flex: 0 0 100%;
  }
  /* #check-screen .question-1,
  #check-screen .question-2 {
}
#check-screen .question-1 form,
#check-screen .question-2 form {
}
#check-screen .question-1 form .answers,
#check-screen .question-2 form .answers {
} */
  #check-screen .question-1 form .answers label,
  #check-screen .question-2 form .answers label {
    font-size: 25px;
  }

  /* #check-screen .question-1 {
    height: 115vh;
  }
  #check-screen .question-2 {
    height: 140vh;
  }
  #check-screen .question-3 {
    height: 155vh;
  }
  #check-screen .question-4 {
    height: 105vh;
  }
  #check-screen .question-5 {
    height: 110vh;
  }
  #check-screen .question-6 {
    height: 140vh;
  }
  #check-screen .question-7 {
    height: unset;

    form {
      .answers {
        gap: 0;
      }
    }
  } */
  /* #check-screen .thank-you {
  } */
  #check-screen .thank-you div {
    margin: 2rem 0;
  }
  #check-screen .thank-you div img {
    width: 50% !important;
  }

  /* Banner homepage */
  .home-slider.slick-initialized.slick-slider.slick-dotted {
    position: relative;
  }
  /* .home-slider.slick-initialized.slick-slider.slick-dotted .slick-track {
    } */
  .home-slider.slick-initialized.slick-slider.slick-dotted
    .slick-track
    .slick-slide {
    aspect-ratio: 3 / 2;
  }
  .home-slider.slick-initialized.slick-slider.slick-dotted .slick-dots {
    bottom: 1rem;
    gap: 0.5rem;
  }
  .home-slider.slick-initialized.slick-slider.slick-dotted .slick-dots li {
    width: 0.5rem;
    height: 0.5rem;
  }

  .taxonomy-header-box--profiles {
    padding: 2rem 0;
  }
  .taxonomy-header-box--profiles .decor_profiles {
    padding: 0 2rem 2rem 2rem;
  }
  .taxonomy-header-box--profiles
    .slider-company--profiles--for.slick-initialized.slick-slider {
    width: 100%;
  }
  /* .taxonomy-header-box--profiles
    .slider-company--profiles--for.slick-initialized.slick-slider
    .slick-slide {
  } */
  .taxonomy-header-box--profiles
    .slider-company--profiles--for.slick-initialized.slick-slider
    .slick-slide
    img {
    width: 100vw;
    aspect-ratio: 16 / 9;
  }

  /* Product */
  .product-margin {
    margin: 0;
    background: #fff;
  }
  .product-margin #booking-tour-content--detailed {
    padding: 0 1rem;
  }

  /* Footer */
  footer.footer
    .main-footer-area
    .not-gray-footer
    .single-footer-widget
    .footer-quick-links
    .connect_icon
    li {
    padding: 0;
  }

  footer.footer
    .main-footer-area
    .not-gray-footer
    .single-footer-widget
    .footer-quick-links
    .payment_icon
    li {
    padding: 0.5rem;
  }

  footer.footer
    .main-footer-area
    .not-gray-footer
    .single-footer-widget
    .footer-quick-links
    .download_icon
    li {
    padding: 0;
  }

  .col-icon.connect_icon {
    width: 11rem;
  }

  .col-icon.payment_icon {
    width: 13rem;
  }

  .col-icon.download_icon {
    width: 14rem;
  }

  /* .main-footer-area--info {
}
.main-footer-area--info .section {
}
.main-footer-area--info .section .widget.HTML {
} */
  .main-footer-area--info .section .widget.HTML .footer-contact-info {
    width: 100%;
  }

  /* .col-lg-4.col-md-4.col-sm-6.col-12,
  .col-lg-4.col-md-6.col-sm-6.col-12 {
} */
  .col-lg-4.col-md-4.col-sm-6.col-12 .section,
  .col-lg-4.col-md-6.col-sm-6.col-12 .section {
    width: 100%;
  }

  .col-lg-4.col-md-4.col-sm-6.col-12 .section .widget.LinkList,
  .col-lg-4.col-md-6.col-sm-6.col-12 .section .widget.LinkList {
    width: 100%;
  }

  .col-lg-4.col-md-4.col-sm-6.col-12
    .section
    .widget.LinkList
    .single-footer-widget,
  .col-lg-4.col-md-6.col-sm-6.col-12
    .section
    .widget.LinkList
    .single-footer-widget {
    width: 100%;
    text-align: center;
  }

  .col-lg-4.col-md-4.col-sm-6.col-12
    .section
    .widget.LinkList
    .single-footer-widget
    .col-icon,
  .col-lg-4.col-md-6.col-sm-6.col-12
    .section
    .widget.LinkList
    .single-footer-widget
    .col-icon {
    justify-self: center;
  }

  .diary {
    width: 100%;

    /* .diary_banner {
      width: 100%;
      aspect-ratio: 16 / 6;
    } */
  }

  .diary .diary_banner-animation {
    aspect-ratio: 6 / 5;
  }

  .diary .diary_banner-animation .element2 {
    top: 0%;
    aspect-ratio: 11 / 12;
  }

  .diary .diary_content {
    background-size: contain;
    background-repeat: repeat;
  }

  .diary .diary_content .diary_heading {
    width: 100%;
    margin: 1rem 0;
  }

  .diary .diary_content .diary_heading .diary_heading_tags {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .diary
    .diary_content
    .diary_heading
    .diary_heading_tags
    .diary_heading_decor {
    min-width: 3rem;
    padding: 0.5rem;
  }

  .diary
    .diary_content
    .diary_heading
    .diary_heading_tags
    .diary_heading_decor
    a {
    font-size: 14px;
  }

  .diary .diary_content .all_diary_small {
    padding: 1rem 0 6rem 0;
  }

  .diary .diary_content .all_diary_small .diary_small {
    width: 100%;
    height: auto;
    padding: 0 0 1rem 0;
  }

  /* News page */
  .news {
    width: 100%;
  }
  .news .news_banner-animation {
    aspect-ratio: 6 / 5;
  }
  .news .news_banner-animation .element2 {
    top: 0%;
    aspect-ratio: 11 / 12;
  }
  .news .news_content {
    background-size: contain;
    background-repeat: repeat;
  }
  .news .news_content .all_news_small {
    padding: 1rem 0 6rem 0;
  }
  .news .news_content .all_news_small .news_small {
    width: 100%;
    height: auto;
    padding: 0 0 1rem 0;
  }

  /* Tips page */
  .tips {
    width: 100%;
  }
  .tips .tips_banner-animation {
    aspect-ratio: 6 / 5;
  }
  .tips .tips_banner-animation .element2 {
    top: 0%;
    aspect-ratio: 11 / 12;
  }
  .tips .tips_content {
    background-size: contain;
    background-repeat: repeat;
  }
  .tips .tips_content .all_tips_small {
    padding: 1rem 0 6rem 0;
  }
  .tips .tips_content .all_tips_small .tips_small {
    width: 100%;
    height: auto;
    padding: 0 0 1rem 0;
  }

  /* Departure page */
  .departure {
    width: 100%;

    /* .diary_banner {
      width: 100%;
      aspect-ratio: 16 / 6;
    } */
  }
  .departure .departure_banner-animation {
    aspect-ratio: 6 / 5;
  }
  .departure .departure_banner-animation .element2 {
    top: 0%;
    aspect-ratio: 11 / 12;
  }
  .departure .departure_content {
    background-size: contain;
    background-repeat: repeat;
  }
  .departure .departure_content .departure_heading {
    width: 100%;
    margin: 1rem 0 0 0;
  }
  .departure .departure_content .departure_heading .departure_heading_tags {
    width: 100%;
    margin: 0;
    /* padding: 0.5rem; */
  }
  .departure
    .departure_content
    .departure_heading
    .departure_heading_tags
    .departure_heading_decor {
    min-width: 3rem;
    padding: 0.5rem;
  }
  .departure
    .departure_content
    .departure_heading
    .departure_heading_tags
    .departure_heading_decor
    a {
    font-size: 14px;
  }
  .departure .departure_content .departure_heading .departure_heading_tour {
    flex-wrap: wrap;
  }
  .departure .departure_content .all_departure_small {
    flex-direction: column;
    /* padding: 0 2rem 6rem 2rem; */
  }
  .departure .departure_content .all_departure_small .search_departure {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 1.5rem;
  }
  .departure .departure_content .all_departure_small .search_departure h4 {
    width: 100%;
    font-size: 14px;
  }
  .departure
    .departure_content
    .all_departure_small
    .search_departure
    .search_code {
    width: 100%;
    height: 3rem;
  }
  .departure
    .departure_content
    .all_departure_small
    .search_departure
    .search_code
    input {
    font-size: 14px;
  }
  .departure
    .departure_content
    .all_departure_small
    .search_departure
    .search_date {
    flex-direction: column;
    width: 100%;
    height: auto;
    background-color: transparent;
  }
  .departure
    .departure_content
    .all_departure_small
    .search_departure
    .search_date
    label,
  .departure
    .departure_content
    .all_departure_small
    .search_departure
    .search_date
    input {
    font-size: 14px;
  }
  .departure
    .departure_content
    .all_departure_small
    .search_departure
    .search_date
    input[type="date"] {
    height: 3rem;
    font-size: 14px;
  }
  .departure
    .departure_content
    .all_departure_small
    .search_departure
    .search_date
    .date_start::-webkit-calendar-picker-indicator {
    opacity: 1;
  }
  .departure
    .departure_content
    .all_departure_small
    .search_departure
    .search_date
    .date_start,
  .departure
    .departure_content
    .all_departure_small
    .search_departure
    .search_date
    .date_end {
    width: 50%;
    border-radius: 10px;
    padding: 0.5rem;
  }
  .departure
    .departure_content
    .all_departure_small
    .search_departure
    .search_date
    div {
    transform: rotate(90deg);
  }
  .departure
    .departure_content
    .all_departure_small
    .search_departure
    .search_place {
    width: 100%;
  }
  .departure
    .departure_content
    .all_departure_small
    .search_departure
    .search_place
    input {
    font-size: 14px;
  }
  .departure .departure_content .all_departure_small .departure_small {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 1rem 0 0 0;
  }
  .departure .departure_content .all_departure_small .departure_small h4,
  .departure .departure_content .all_departure_small .departure_small p,
  .departure .departure_content .all_departure_small .departure_small a {
    color: #4b280c;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_title {
    width: 100%;
  }
  /* .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_title
    a {
  } */
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_title
    a
    h4 {
    font-size: 14px;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_title
    .city_start {
    padding: 0.25rem;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_title
    p {
    color: #8e8984;
    font-size: 12px;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_title
    p
    span {
    text-transform: uppercase;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time {
    width: 100%;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar {
    width: 45%;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_date,
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_time,
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_place {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    p {
    margin: 0;
  }
  /* .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_date {
  } */
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_date
    h4 {
    font-size: 12px;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_date
    p {
    font-size: 8px;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_time {
    font-size: 10px;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_time
    img {
    width: 3rem;
  }
  /* .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_place {
  } */
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_place
    .plane_icon {
    width: 1rem;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_place
    p {
    font-size: 10px;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_price {
    width: 100%;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_price
    .price_by_type {
    border-bottom: 1px solid #fff6bb;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_price
    .price_by_type
    .price {
    font-size: 10px;
    text-align: left;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_price
    .price_by_type
    .type {
    font-size: 8px;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_print_slot {
    padding: 0 1rem 1rem 1rem;
  }
  /* .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_print_slot
    .departure_print {
  } */
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_print_slot
    .departure_print
    h4 {
    font-size: 14px;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_print_slot
    .departure_print
    .btn-print-tour-content {
    width: 1.5rem;
    height: 1.5rem;
  }
  /* .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_print_slot
    .departure_print
    .btn-print-tour-content
    .btn-print-booking {
  } */
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_print_slot
    .departure_print
    .btn-print-tour-content
    .btn-print-booking
    img {
    width: 100%;
    height: 100%;
  }
  /* .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_print_slot
    .departure_slot {
  } */
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_print_slot
    .departure_slot
    h4 {
    font-size: 14px;
  }

  /* Group tour page */
  .group_tour {
    width: 100%;
  }
  .group_tour .group_tour_banner-animation {
    aspect-ratio: 6 / 5;
  }
  .group_tour .group_tour_banner-animation .element2 {
    top: 0%;
    aspect-ratio: 11 / 12;
  }
  .group_tour .group_tour_content {
    padding: 0 0 0 0;
  }
  .group_tour .group_tour_content .all_intro {
    width: 100%;
    margin: 1rem 0;
    padding: 1rem 2rem;
    background-color: #efecec;
  }
  /* .group_tour .group_tour_content .all_intro .group_tour_intro {
  } */
  .group_tour .group_tour_content .all_intro .group_tour_intro .intro_content {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 1.5rem;
  }
  .group_tour
    .group_tour_content
    .all_intro
    .group_tour_intro
    .intro_content
    .intro_vid {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .group_tour
    .group_tour_content
    .all_intro
    .group_tour_intro
    .intro_content
    .intro_text {
    width: 100%;
  }
  .group_tour .group_tour_content .all_intro .process_intro {
    padding: 2rem;
  }
  .group_tour .group_tour_content .all_intro .process_intro .all_process {
    flex-direction: column;
  }
  .group_tour .group_tour_content .all_intro .partners_intro {
    padding: 2rem 0.5rem;
  }
  /* .group_tour .group_tour_content .all_intro .partners_intro .slider-partners {
  } */
  .group_tour
    .group_tour_content
    .all_intro
    .partners_intro
    .slider-partners
    .slick-slide {
    margin: 0 0.5rem;
  }
  .group_tour
    .group_tour_content
    .all_intro
    .partners_intro
    .slider-partners
    .slick-slide
    div {
    margin: 0.5rem 0;
  }
  .group_tour
    .group_tour_content
    .all_intro
    .partners_intro
    .slider-partners
    .slick-slide
    div
    .slider-partners--item {
    width: 100% !important;
    height: auto;
  }
  .group_tour .group_tour_content .all_group_tours {
    /* padding: 1rem 2rem 6rem 2rem; */
    padding: 1rem 0 6rem 0;
  }
  .group_tour .group_tour_content .all_group_tours .group_tour {
    width: 100%;
    height: auto;
    padding: 0 0 1rem 0;
  }

  .product-bg-white.evo-tour-program {
    position: unset;
    margin-top: 1rem;
  }

  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
      padding: 1rem 0;
    }
  }
}

@media (min-width: 601px) and (max-width: 1450px) {
  .form-control {
    font-size: 14px;
  }

  /* Visa */
  .visa-world-travel {
    width: 100%;
  }
  /* .visa-world-travel .container-visa {
    } */
  .visa-world-travel .container-visa .container-visa-list {
    gap: 1rem;
    width: 100%;
    padding-left: 2rem;
  }
  .visa-world-travel .container-visa .container-visa-list .card-visa {
    width: 48%;
  }
  /* .visa-world-travel .container-visa .container-visa-list .card-visa .card-visa-content {
                } */
  .visa-world-travel
    .container-visa
    .container-visa-list
    .card-visa
    .card-visa-content
    img {
    width: 100%;
    height: 80%;
  }
  .visa-world-travel
    .container-visa
    .container-visa-list
    .card-visa
    .card-visa-content {
    height: 7rem;
    box-sizing: border-box;
  }
  .visa-world-travel .container-visa .container-visa-check {
    padding: 0 1rem 0 0;
  }
  .visa-world-travel .container-visa .container-visa-check .check-form {
    padding: 1rem 1rem 1rem 1rem;
  }
  .visa-world-travel .container-visa .container-visa-check .check-reason {
    padding: 1rem 1rem 1rem 1rem;
  }
  .visa-world-travel button {
    width: 50%;
    height: 7rem;
    font-size: 50px;
  }
  .visa-world-travel .visa-recommended {
    width: 100%;
  }
  .visa-world-travel .visa-recommended .container-visa-recommended {
    min-width: 1300px;
  }
  /* .visa-world-travel
    .visa-recommended
    .container-visa-recommended
    .card-recommended {
  } */
  .visa-world-travel
    .visa-recommended
    .container-visa-recommended
    .card-recommended
    div {
    height: 6rem;
    padding: 1rem;
    font-size: 15px;
  }

  /* Visa country page */
  .visa-country h2 {
    font-size: 36px;
  }
  .visa-country .container-visa-country {
    /* padding: 0 1rem 0 1rem; */
  }
  .visa-country .container-visa-country .visa-coutry-banner {
    height: 25rem;
  }
  .visa-country .container-visa-country .visa-coutry-banner div {
    bottom: 2rem;
    right: 2rem;
    width: 20rem;
  }
  .visa-country .container-visa-country .visa-coutry-banner div h1 {
    font-size: 100px;
    font-weight: 400;
    color: #f0263a;
    line-height: 115px;
  }
  .visa-country .container-visa-country .visa-service--content-post {
    width: 100%;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    padding: 1rem;
  }
  .visa-country .container-visa-country .container-visa-check {
    padding: 0 0 0 0.5rem;
  }
  .visa-country .container-visa-country .container-visa-check .check-form {
    padding: 1rem;
  }
  .visa-country .container-visa-country .container-visa-check .check-reason {
    padding: 1rem;
  }
  .visa-country button {
    background: linear-gradient(to right, #ffd722, #ff8a00);
    width: 80%;
    height: 6rem;
    font-size: 45px;
  }
  .visa-country .small-window .window-content {
    margin: 15% auto;
  }

  /* Check page */
  #check-screen {
    padding: 5rem 0rem 10rem 0rem;
  }

  #check-screen .start,
  #check-screen .question-1,
  #check-screen .question-2,
  #check-screen .question-3,
  #check-screen .question-4,
  #check-screen .question-5,
  #check-screen .question-6,
  #check-screen .question-7,
  #check-screen .result {
    padding: 0 3rem;
  }

  #check-screen .start h1,
  #check-screen .question-1 h1,
  #check-screen .question-2 h1,
  #check-screen .question-3 h1,
  #check-screen .question-4 h1,
  #check-screen .question-5 h1,
  #check-screen .question-6 h1,
  #check-screen .question-7 h1,
  #check-screen .result h1 {
    font-size: 30px;
  }

  #check-screen .start form,
  #check-screen .question-1 form,
  #check-screen .question-2 form,
  #check-screen .question-3 form,
  #check-screen .question-4 form,
  #check-screen .question-5 form,
  #check-screen .question-6 form,
  #check-screen .question-7 form,
  #check-screen .result form {
    flex-direction: column-reverse;
    gap: 2rem;
  }

  #check-screen .start form .answers,
  #check-screen .question-1 form .answers,
  #check-screen .question-2 form .answers,
  #check-screen .question-3 form .answers,
  #check-screen .question-4 form .answers,
  #check-screen .question-5 form .answers,
  #check-screen .question-6 form .answers,
  #check-screen .question-7 form .answers,
  #check-screen .result form .answers {
    position: relative;
    width: 100%;
    gap: 1rem;
  }

  #check-screen .start form .answers input[type="submit"],
  #check-screen .question-1 form .answers input[type="submit"],
  #check-screen .question-2 form .answers input[type="submit"],
  #check-screen .question-3 form .answers input[type="submit"],
  #check-screen .question-4 form .answers input[type="submit"],
  #check-screen .question-5 form .answers input[type="submit"],
  #check-screen .question-6 form .answers input[type="submit"],
  #check-screen .question-7 form .answers input[type="submit"],
  #check-screen .result form .answers input[type="submit"] {
    top: unset;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 100%);
  }

  #check-screen .start form .answers label,
  #check-screen .question-1 form .answers label,
  #check-screen .question-2 form .answers label,
  #check-screen .question-3 form .answers label,
  #check-screen .question-4 form .answers label,
  #check-screen .question-5 form .answers label,
  #check-screen .question-6 form .answers label,
  #check-screen .question-7 form .answers label,
  #check-screen .result form .answers label {
    font-size: 15px;
  }

  #check-screen .start form .answers label input[type="checkbox"],
  #check-screen .start form .answers label input[type="radio"],
  #check-screen .question-1 form .answers label input[type="checkbox"],
  #check-screen .question-1 form .answers label input[type="radio"],
  #check-screen .question-2 form .answers label input[type="checkbox"],
  #check-screen .question-2 form .answers label input[type="radio"],
  #check-screen .question-3 form .answers label input[type="checkbox"],
  #check-screen .question-3 form .answers label input[type="radio"],
  #check-screen .question-4 form .answers label input[type="checkbox"],
  #check-screen .question-4 form .answers label input[type="radio"],
  #check-screen .question-5 form .answers label input[type="checkbox"],
  #check-screen .question-5 form .answers label input[type="radio"],
  #check-screen .question-6 form .answers label input[type="checkbox"],
  #check-screen .question-6 form .answers label input[type="radio"],
  #check-screen .question-7 form .answers label input[type="checkbox"],
  #check-screen .question-7 form .answers label input[type="radio"],
  #check-screen .result form .answers label input[type="checkbox"],
  #check-screen .result form .answers label input[type="radio"] {
    width: 1.5rem;
    height: 1.5rem;
  }

  #check-screen .start form .img_descriptions,
  #check-screen .question-1 form .img_descriptions,
  #check-screen .question-2 form .img_descriptions,
  #check-screen .question-3 form .img_descriptions,
  #check-screen .question-4 form .img_descriptions,
  #check-screen .question-5 form .img_descriptions,
  #check-screen .question-6 form .img_descriptions,
  #check-screen .question-7 form .img_descriptions,
  #check-screen .result form .img_descriptions {
    width: 100%;
  }

  footer.footer .main-footer-area .not-gray-footer .single-footer-widget h3,
  footer.footer .main-footer-area .not-gray-footer .single-footer-widget .h3 {
    font-size: 16px;
  }

  .col-icon.connect_icon {
    width: 11rem;
  }

  .col-icon.payment_icon {
    width: 13rem;
  }

  .col-icon.download_icon {
    width: 14rem;
  }

  footer.footer
    .main-footer-area
    .not-gray-footer
    .single-footer-widget
    .footer-quick-links
    li {
    padding: 0;
  }

  .main-footer-area--info .section .widget.HTML .footer-contact-info {
    width: 100%;
  }

  .single_service
    .hire_service
    .form-submit-data
    form
    .row.mb-3
    .col-12.col-md-6:nth-last-child(1) {
    padding: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
