@charset "UTF-8";
/* Responsive cho 3 màn hình chính*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:Roboto;
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:hover {
  color: black;
  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: Roboto;
  font-size: 1em;
}

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

figure {
  margin: 0 0 20px;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 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: Roboto;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

[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-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

code, kbd, pre, samp {
  font-family: Roboto;
}

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  margin-right: 2% !important;
  margin-left: 2% !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -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%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

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

.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-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active, .table-active > 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: #212529;
  border-color: #32383e;
}

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-row {
  display: -webkit-box;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -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.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

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

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control: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, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control: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 {
  background-color: #71dd8a;
}

.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 {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit;
}

.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 {
  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.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

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

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control: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, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control: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 {
  background-color: #efa2a9;
}

.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 {
  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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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 ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-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 {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

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

.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item: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;
  background-color: transparent;
}

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

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

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

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 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-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

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

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

.btn-group > .btn-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 {
  margin-left: 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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn-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;
}

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

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

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

.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 {
  margin-left: -1px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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 > .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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

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

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

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

.nav-tabs .nav-link: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 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container, .navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

.navbar-light .navbar-brand: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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

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

.navbar-light .navbar-text a: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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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 {
  -webkit-box-flex: 1;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

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

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

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

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

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

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

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

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

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

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

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

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

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

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

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

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

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

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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 {
  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:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

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

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

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

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

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

.list-group-item-primary.list-group-item-action: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:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

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

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  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;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.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-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Roboto;
  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: Roboto;
  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::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 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-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::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 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-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::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  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-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::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  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-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

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

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

a.bg-primary: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 {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -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 {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-light {
  font-weight: 300 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::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 #999;
    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 #ddd !important;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

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

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

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

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

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

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

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

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

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

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

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

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

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

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

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

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

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

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

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

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

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

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

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

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

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

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

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

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

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

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

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-thumb {
  background: #a4b0be;
}

body::-webkit-scrollbar-thumb:hover {
  background: #7FD603;
}

body::-webkit-scrollbar-thumb:window-inactive {
  background: #a4b0be;
}

body {
  font-family: "Roboto" !important;
  color: #18191F !important;
  background-color: white !important;
}

@media (min-width: 1200px) {
  body .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  body .container {
    max-width: 1300px;
  }
}
html {
  font-size: 100%;
}

textarea:focus, input:focus, .btn:focus, .btn.focus {
  outline: none !important;
  box-shadow: none !important;
}

a {
  text-decoration: none !important;
}

.form-control:focus {
  outline: none !important;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*:focus {
  outline: none !important;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tooltip-inner {
  max-width: 236px !important;
  min-height: 76px;
  font-size: 16px;
  padding: 10px 15px 10px 20px;
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #fff;
  text-align: left;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tooltip.show {
  opacity: 1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff;
  /* Red */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #e5e5e5 inset !important;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  border-left-color: #fff !important;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-left .arrow::before {
  border-left-color: #fff !important;
}

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

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

.carousel-indicators li {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin: 0 12px;
  display: inline-block;
  cursor: pointer;
}

.carousel-indicators li.active {
  background: #0FB239;
}

@media (min-width: 1366px) {
  .sconnect-header {
    position: relative;
    background-color: #ffffff !important;
  }
  .sconnect-header .wrap-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    margin-left: 1rem;
    margin-right: 6%;
  }
  .sconnect-header .wrap-menu .contact-now {
    font-size: 18px;
    font-weight: 900;
    color: #4f4b4b;
  }
  .sconnect-header .sconnect-wrap-nav {
    width: 80%;
    display: none;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu {
    list-style: none;
    display: flex;
    place-content: flex-end;
    padding: 0;
    margin: 0;
    text-align: center;
    /* Định dạng cho submenu (menu con) */
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .custom-span {
    align-self: center;
  }
}
@media (min-width: 1366px) and (max-width: 500px) {
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .custom-span {
    display: none;
  }
}
@media (min-width: 1366px) {
  .sconnect-header .sconnect-wrap-nav .sconnect-menu li {
    list-style: none;
    padding: 24px 36px;
    display: inline-block;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #18191f;
    transition: all 0.3s;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu li a:hover {
    color: #479347;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu li.active a {
    color: #479347;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .menu-item-has-children > a {
    position: relative;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 900;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .menu-item-has-children > ul {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s ease-in;
    transform: translateY(10px);
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .menu-item-has-children:hover > ul {
    display: grid;
    opacity: 1;
    transform: translateY(0);
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .menu-item-has-children > ul > li {
    list-style: none;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .menu-item-has-children > ul > li > a {
    color: #333;
    text-decoration: none;
    display: block;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .menu-item-has-children > ul > li > a:hover {
    color: #479347;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .menu-item-has-children > ul > li > a {
    white-space: nowrap;
  }
  .sconnect-header .sconnect-wrap-nav .close-menu {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .sconnect-header {
    position: relative;
  }
  .sconnect-header .wrap-menu {
    display: flex;
    align-items: center;
  }
  .sconnect-header .wrap-menu .contact-now {
    padding: 0.2rem 1rem;
    border-radius: 18px;
    border: 0 solid;
    margin: 0.5rem 0;
    font-weight: 500;
    background-color: #e8e937;
  }
  .sconnect-header .sconnect-wrap-nav {
    display: none;
  }
  .sconnect-header .sconnect-wrap-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .sconnect-header .sconnect-wrap-nav ul li {
    list-style: none;
    padding: 24px 16px;
  }
  .sconnect-header .sconnect-wrap-nav ul li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #18191f;
  }
  .sconnect-header .sconnect-wrap-nav .close-menu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sconnect-header {
    position: relative;
    padding: 12px 0;
  }
  .sconnect-wrap-nav {
    display: none;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 80%;
    right: 0%;
    overflow: auto;
    transition: all 0.3s ease;
    transform: translateX(100%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  .sconnect-wrap-nav ul {
    margin: 0;
    padding: 12px 24px;
  }
  .sconnect-wrap-nav ul li {
    list-style: none;
  }
  .sconnect-wrap-nav ul li a {
    padding: 12px 0;
    display: block;
    color: #18191f;
    font-weight: 900;
  }
  .sconnect-wrap-nav .icon-close {
    padding: 22px 24px;
    font-size: 24px;
    display: inline-block;
    color: #479347;
    opacity: 0.5;
  }
  .sconnect-wrap-nav .close-menu {
    padding: 12px 24px;
  }
  .show-menu {
    transform: translateX(0);
  }
}
@media (max-width: 500px) {
  .sconnect-header {
    position: relative;
    background-color: rgb(255, 255, 255);
  }
  .sconnect-header .wrap-menu {
    display: flex;
    align-items: center;
    text-align: -webkit-right;
    position: relative;
  }
  .hamburger_nav {
    transform: translateY(75%) !important;
  }
  .sconnect-header .wrap-menu .contact-now {
    padding: 0.2rem 1rem;
    border-radius: 18px;
    border: 0 solid;
    margin: 0 4rem;
    font-weight: 900;
    background-color: #e8e937;
    color: black;
    margin-right: 3rem;
    align-self: anchor-center;
    text-align: -webkit-right;
    right: 0;
    position: absolute;
  }
  .sconnect-header .sconnect-wrap-nav {
    width: 80%;
    display: none;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu {
    list-style: none;
    display: flex;
    place-content: flex-end;
    padding: 0;
    margin: 0;
    text-align: center;
    /* Định dạng cho submenu (menu con) */
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .custom-span {
    align-self: center;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .custom-span {
    display: none;
  }
}
@media (max-width: 500px) {
  .sconnect-header .sconnect-wrap-nav .sconnect-menu li {
    list-style: none;
    padding: 24px 36px;
    display: inline-block;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #18191f;
    transition: all 0.3s;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu li a:hover {
    color: #479347;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu li.active a {
    color: #479347;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .menu-item-has-children > a {
    position: relative;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 900;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .menu-item-has-children > ul {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s ease-in;
    transform: translateY(10px);
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .menu-item-has-children:hover > ul {
    display: grid;
    opacity: 1;
    transform: translateY(0);
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .menu-item-has-children > ul > li {
    list-style: none;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .menu-item-has-children > ul > li > a {
    color: #333;
    text-decoration: none;
    display: block;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .menu-item-has-children > ul > li > a:hover {
    color: #479347;
  }
  .sconnect-header .sconnect-wrap-nav .sconnect-menu .menu-item-has-children > ul > li > a {
    white-space: nowrap;
  }
  .sconnect-header .sconnect-wrap-nav .close-menu {
    display: none;
  }
}
.sconnect-footer {
  background: #272729;
  position: relative;
  margin-top: 5rem;
}

.sconnect-footer hr {
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2), 0 -4px 4px rgba(0, 0, 0, 0.4), 0 -6px 8px rgba(0, 0, 0, 0.5), 0 -8px 12px rgba(0, 0, 0, 0.6);
}

.sconnect-footer::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sconnect-footer .mn-ft-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  position: relative;
  padding-bottom: 4px;
}

.sconnect-footer .ft-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 95px 0 64px 0;
}

@media (max-width: 500px) {
  .sconnect-footer .ft-top {
    display: block;
    padding: 30px 0;
  }
}
.sconnect-footer .ft-top .f--25 {
  width: 25%;
}

@media (max-width: 500px) {
  .sconnect-footer .ft-top .f--25 {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sconnect-footer .ft-top .f--25 {
    width: 50%;
    margin-bottom: 16px;
  }
}
.sconnect-footer .ft-top .f--15 {
  width: 15%;
}

@media (max-width: 500px) {
  .sconnect-footer .ft-top .f--15 {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sconnect-footer .ft-top .f--15 {
    width: 50%;
    margin-bottom: 16px;
  }
}
.sconnect-footer .ft-info {
  transform: translateY(-18px);
  justify-items: left;
}

@media (max-width: 500px) {
  .sconnect-footer .ft-info .ft-info-logo img {
    width: 50%;
  }
}
.sconnect-footer .ft-info .ft-tooltip {
  color: white;
  width: 80%;
  margin-top: 3rem;
}

.sconnect-footer .ft--list ul {
  margin: 0;
  padding: 0;
}

.sconnect-footer .ft--list ul li {
  list-style: none;
}

.sconnect-footer .ft--list ul li a {
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 6px 0;
}

.sconnect-footer .ft-category ul li:nth-child(n+6) {
  display: none;
}

.sconnect-footer .ft-category ul li:nth-child(n+5) a {
  position: relative;
  display: inline-block;
}

.sconnect-footer .ft-category ul li:nth-child(n+5) a::before {
  position: absolute;
  content: "We’re hiring";
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: max-content;
  margin-left: 8px;
  font-family: Roboto;
  color: #7fd603;
  font-size: 20px;
  line-height: 24px;
}

.sconnect-footer .ft-product .read-more {
  font-size: 14px;
  line-height: 24px;
  color: #7fd603;
}

.sconnect-footer .ft-contact .ft-info-des {
  color: #d9d527;
  font-weight: 900;
}

@media (max-width: 500px) {
  .sconnect-footer .ft-contact .ft-info-des {
    font-size: 20px;
  }
}
.sconnect-footer .ft-contact ul {
  margin: 0;
  padding: 0;
}

.sconnect-footer .ft-contact ul li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 12px 0;
  color: white;
}

.sconnect-footer .ft-contact ul li img {
  padding-right: 8px;
}

.sconnect-footer .ft-contact ul li p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.sconnect-footer .ft-contact ul li a {
  color: white;
}

.sconnect-footer .ft-contact .subscribe-contact {
  margin-top: 24px;
}

.sconnect-footer .ft-contact .subscribe-contact input {
  border-radius: 4px 0 0 4px;
  border: none;
}

.sconnect-footer .ft-contact .subscribe-contact .btn-subscribe {
  border-radius: 0 4px 4px 0;
  border: none;
  background: #7fd603;
  color: #fff;
  font-weight: 900;
}

.sconnect-footer .ft-newsletter .newsletter {
  background: #309d43;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

.sconnect-footer .ft-newsletter .newsletter h3 {
  font-size: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
}

.sconnect-footer .ft-newsletter .newsletter i {
  margin-right: 8px;
}

.sconnect-footer .ft-newsletter .newsletter p {
  font-size: 14px;
  margin: 10px 0;
}

.sconnect-footer .ft-newsletter .newsletter .newsletter-form {
  display: flex;
  border-radius: 16px;
  width: fit-content;
  align-items: center;
  overflow: hidden;
  position: relative;
}

@media (max-width: 500px) {
  .sconnect-footer .ft-newsletter .newsletter .newsletter-form {
    width: 100%;
  }
}
.sconnect-footer .ft-newsletter .newsletter .newsletter-form input {
  border: none;
  flex: 1;
  outline: none;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  color: #8c8c8c;
  padding: 10px 15px;
  width: 100%;
}

.sconnect-footer .ft-newsletter .newsletter .newsletter-form input::placeholder {
  color: rgba(140, 140, 140, 0.8);
}

.sconnect-footer .ft-newsletter .newsletter .newsletter-form button {
  background: #f8de39; /* Màu vàng */
  border: none;
  font-weight: 900;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 16px;
  padding: 10px 15px;
  position: absolute;
  right: 0;
}

.sconnect-footer .ft-newsletter .newsletter .newsletter-form button:hover {
  background: #f6d20d;
}

.sconnect-footer .ft-bottom {
  font-size: 14px;
  line-height: 24px;
  padding: 16px 0;
}

.sidebar-cvlq {
  box-sizing: border-box;
  border-radius: 2px;
  padding: 24px;
}

@media (max-width: 500px) {
  .sidebar-cvlq {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sidebar-cvlq {
    margin-bottom: 48px;
  }
}
.sidebar-cvlq .sidebar-title {
  position: relative;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #30890e;
  padding-bottom: 18px;
  margin-bottom: 36px;
}

@media (max-width: 500px) {
  .sidebar-cvlq .sidebar-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.sidebar-cvlq .sidebar-title::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #7fd603;
  border-radius: 2px;
}

.sidebar-cvlq .vacancies {
  margin-top: 64px;
}

.sidebar-cvlq .vacancies .vacancies-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #30890e;
  margin-bottom: 32px;
  text-align: center;
}

@media (max-width: 500px) {
  .sidebar-cvlq .vacancies .vacancies-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
  }
}
.sidebar-cvlq .vacancies .vacancies-nd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.sidebar-cvlq .vacancies .vacancies-nd .w--50 {
  width: 50%;
}

.sidebar-cvlq .vacancies .vacancies-nd .dl-fl {
  display: flex;
  align-items: center;
}

.sidebar-cvlq .vacancies .vacancies-nd .dl-fl img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 8px;
}

.sidebar-cvlq .vacancies .vacancies-nd .--pd {
  padding: 4px 0;
}

.sidebar-cvlq .vacancies .vacancies-nd .name-zvz {
  font-size: 14px;
  line-height: 22px;
}

.sidebar-cvlq .vacancies .vacancies-nd .date {
  width: 35%;
}

@media (max-width: 500px) {
  .sidebar-cvlq .vacancies .vacancies-nd .date {
    width: 50%;
  }
}
.sidebar-cvlq .vacancies .vacancies-nd .color {
  color: #7fd603;
  width: 5%;
}

.sidebar-cvlq .vacancies .vacancies-nd .working {
  width: 24%;
}

.sidebar-cvlq .vacancies .read-more {
  font-size: 14px;
  color: #7fd603;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  padding-right: 4px;
  width: 36%;
  text-align: center;
  border: 1px solid;
  border-radius: 12px;
  line-height: 34px;
}

@media (max-width: 500px) {
  .sidebar-cvlq .vacancies .read-more {
    left: 30%;
    margin-top: 1rem;
  }
}
@media (min-width: 1366px) {
  .sidebar-cvlq .vacancies .vacancies-filter {
    border: 1px solid #c0c0c0;
    box-sizing: border-box;
    border-radius: 4px;
    height: 66px;
    background-color: #c0c0c0;
  }
}
.sidebar-cvlq .vacancies form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  padding-right: 14px;
}

@media (max-width: 500px) {
  .sidebar-cvlq .vacancies form {
    display: block;
    padding-right: 0px;
  }
}
.sidebar-cvlq .vacancies form .w--4 {
  width: 43%;
}

@media (max-width: 500px) {
  .sidebar-cvlq .vacancies form .w--4 {
    width: 100%;
  }
}
.sidebar-cvlq .vacancies form .w--2 {
  width: 14%;
}

@media (max-width: 500px) {
  .sidebar-cvlq .vacancies form .w--2 {
    width: 100%;
  }
}
.sidebar-cvlq .vacancies form .f-search {
  border-right: 1px solid #c0c0c0;
}

.sidebar-cvlq .vacancies form .f-search input {
  background-color: #c0c0c0;
}

.sidebar-cvlq .vacancies form .f-select {
  padding-right: 30px;
}

.sidebar-cvlq .vacancies form .f-select select {
  background-color: #c0c0c0;
}

@media (max-width: 500px) {
  .sidebar-cvlq .vacancies form .f-select {
    padding-right: 0;
  }
}
.sidebar-cvlq .vacancies form .form-group {
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  background-color: #c0c0c0;
}

@media (max-width: 500px) {
  .sidebar-cvlq .vacancies form .form-group {
    border: 1px solid #c0c0c0;
    box-sizing: border-box;
    border-radius: 4px;
    height: 66px;
    margin-bottom: 16px;
  }
}
.sidebar-cvlq .vacancies form .form-group::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 5%;
  height: 15%;
  background: url(../images/svg/arrow_d.svg) no-repeat;
}

.sidebar-cvlq .vacancies form .form-group label {
  font-size: 10px;
  line-height: 14px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0 24px;
  font-weight: 900;
}

.sidebar-cvlq .vacancies form .form-group select {
  border: none;
  padding: 0;
  height: 32px !important;
  padding: 0 24px;
  color: #222222;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  cursor: pointer;
}

.sidebar-cvlq .vacancies form .form-group input {
  border: none;
  padding: 0;
  padding: 0 24px;
}

.sidebar-cvlq .vacancies form .btn-tk {
  height: 46px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  background: #c0c0c0;
  border: 1px solid #30890e;
}

.sidebar-cvlq .vacancies form .d-bg-none::before {
  background: none;
}

.sidebar-cvlq .vacancies-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}

@media (max-width: 500px) {
  .sidebar-cvlq .vacancies-items {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sidebar-cvlq .vacancies-items {
    justify-content: space-between;
  }
}
.sidebar-cvlq .vacancies-items .w-33 {
  width: calc(33.3333333333% - 20px);
}

@media (max-width: 500px) {
  .sidebar-cvlq .vacancies-items .w-33 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sidebar-cvlq .vacancies-items .w-33 {
    width: calc(50% - 15px);
  }
}
.sidebar-cvlq .vacancies-items .vacancies-item {
  margin-bottom: 56px;
  margin-right: 30px;
  border: 1px solid #7fd603;
  border-radius: 25px;
}

@media (max-width: 500px) {
  .sidebar-cvlq .vacancies-items .vacancies-item {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sidebar-cvlq .vacancies-items .vacancies-item {
    margin-right: 0;
  }
}
.sidebar-cvlq .vacancies-items .vacancies-item .vacancies-image {
  display: block;
  position: relative;
  overflow: hidden;
}

.sidebar-cvlq .vacancies-items .vacancies-item .vacancies-image:hover img {
  transform: scale(1.1);
}

.sidebar-cvlq .vacancies-items .vacancies-item .vacancies-image img {
  width: 100%;
  height: 223px;
  border-radius: 8px;
  object-fit: cover;
  transition: all 0.4s;
}

.sidebar-cvlq .vacancies-items .vacancies-item .div-vacancies-tt {
  padding: 2rem;
}

.sidebar-cvlq .vacancies-items .vacancies-item .div-vacancies-tt .vacancies-tt {
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  color: #333333;
  min-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 16px 0 8px 0;
}

.sidebar-cvlq .vacancies-items .vacancies-item .div-vacancies-tt .vacancies-tt:hover {
  color: #0fb239;
}

@media (max-width: 500px) {
  .sidebar-cvlq .vacancies-items .vacancies-item .div-vacancies-tt .vacancies-tt {
    font-size: 18px;
  }
}
.sidebar-cvlq .vacancies-items .vacancies-item .vacancies-des {
  font-size: 14px;
  line-height: 20px;
  color: #787878;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.sidebar-cvlq .vacancies-items .rm-margin {
  margin-right: 0;
}

.list-content {
  margin-top: 48px;
}

.list-content ._heading {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #333333;
}

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

.list-content .content ol li {
  padding: 8px 0;
}

.list-content .content ol li ul {
  padding-left: 20px;
}

.sconnect-overlay {
  display: none; /* Ẩn mặc định */
  position: fixed;
  top: 47px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Màu đen mờ */
  z-index: 98;
  transition: opacity 0.3s ease-in-out;
}

/* Khi menu mở, lớp phủ sẽ hiện */
.sconnect-overlay.active {
  display: block;
  opacity: 1;
}

.sconnect-menu-tab {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #3a3a3a;
  min-width: 250px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 99;
  border-radius: 6px;
  margin-top: 5rem;
}

.sconnect-menu-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sconnect-menu-tab ul li {
  border-bottom: 1px solid #555;
}

.sconnect-menu-tab ul li:last-child {
  border-bottom: none;
}

.sconnect-menu-tab ul li a {
  display: block;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 16px;
}

.sconnect-menu-tab ul li a:hover {
  background-color: #555;
}

.sconnect-menu-tab.active {
  display: block;
}

.toast-overlay {
  display: none; /* Ban đầu ẩn */
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.toast-overlay.show {
  display: flex;
}

.toast-content {
  background: #444;
  padding: 30px 40px;
  border-radius: 10px;
  color: #fff;
  max-width: 800px;
  text-align: center;
  position: relative;
  animation: fadeInScale 0.3s ease;
}

.toast-content h2 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
}

.toast-content p {
  font-size: 18px;
  line-height: 1.8;
}

.toast-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.hamburger_nav {
  position: absolute;
  top: 50%;
  transform: translateY(90%);
  right: 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  z-index: 9;
  right: 3%;
}

.hamburger_nav .menu-trigger {
  display: flex;
  flex-direction: column;
}

.hamburger_nav .menu-trigger span {
  display: inline-block;
  width: 18px;
  height: 2px;
  margin: 2px 0;
  background-color: #333;
}

@media (min-width: 1366px) {
  .hamburger_nav .menu-trigger span {
    width: 24px;
  }
}
.hamburger_nav .menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
  background-color: #4f4b4b;
}

.hamburger_nav .menu-trigger span:nth-of-type(2) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
  background-color: #4f4b4b;
}

.hamburger_nav .menu-trigger span:nth-of-type(3) {
  width: 18px;
  transition: all 0.25s 0.25s;
  opacity: 1;
  background-color: #4f4b4b;
}

@media (min-width: 1366px) {
  .hamburger_nav .menu-trigger span:nth-of-type(3) {
    width: 24px;
  }
}
.hamburger_nav.dl-active .menu-trigger span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

.hamburger_nav.dl-active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.hamburger_nav.dl-active .menu-trigger span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

.hamburger_nav.dl-active ._text:after {
  transform: rotateX(0);
  opacity: 1;
}

.hamburger_nav.dl-active ._text span {
  transform: rotateX(-180deg);
  opacity: 0;
}

@media (max-width: 500px) {
  .hamburger_nav {
    right: 1.5rem;
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(6px) rotate(45deg);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-6px) rotate(-45deg);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(4px) rotate(46deg);
    background-color: black;
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-46deg);
    background-color: black;
  }
}
.dl-menuwrapper .dl-submenu {
  background-color: #fff;
}

.dl-menuwrapper .dl-menu {
  background-color: #fff;
  margin: 0;
  width: auto;
  left: -15px;
  right: -15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}

.dl-menuwrapper .dl-menu a {
  color: #333;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  font-family: "Roboto";
  content: "\e906";
  color: #333;
}

.dl-menuwrapper {
  max-width: none;
}

@media (max-width: 500px) {
  .sconnect-menu-tab {
    width: 70%;
    top: 47px;
  }
  .sconnect-menu-tab ul li {
    font-size: 20px;
    margin: 0 3rem 1rem 3rem;
    text-align: left;
  }
}
@media (min-width: 1366px) {
  .hamburger_nav {
    transform: translateY(180%);
  }
  .hamburger_nav .menu-trigger {
    scale: 1.5;
  }
}
/* 
    @ Sử dụng cho các class css dùng chung cho toàn trang
    @ 
    @ update date : 14/04/2021
    @ By : duongbien (duongbien1996@gmail.com)
*/
.relative {
  position: relative;
}

.inline-block {
  display: inline-block;
}

.border-bottom-3line {
  margin-top: 60px;
  margin-bottom: 50px;
}

.border-bottom-3line-2 {
  margin-top: 60px;
  margin-bottom: 50px;
}

.border-bottom-1px {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2px;
}

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

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

.page-numbers .page-numbers {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  color: #666666;
  font-weight: 900;
  margin: 0 8px;
}

.page-numbers .current {
  background: #7FD603;
  color: #fff;
}

.btn {
  border-radius: 32px;
}

.pd-9-50 {
  padding: 9px 50px;
}

.pd-17-64 {
  padding: 17px 64px;
}

.pd-14-57 {
  padding: 14px 57px;
}

.pd-14-40 {
  padding: 14px 40px;
}

.pd-3-24 {
  padding: 3px 24px;
}

.btn-green {
  color: #fff;
  font-weight: 900;
  background: linear-gradient(163.23deg, #7FD603 38.56%, #0FB239 107.52%);
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 30px;
}

.btn-green:hover {
  color: #333;
  background: #fff;
  border: 1px solid #7FD603;
}

.btn-outline-green {
  color: #7FD603;
  font-weight: 900;
  border: 1px solid #7FD603;
  font-size: 16px;
  line-height: 30px;
}

.btn-outline-green:hover {
  color: #fff;
  background: #7FD603;
}

.btn-black {
  color: #fff;
  font-weight: 900;
  background: #0B0D17;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 30px;
}

.btn-black:hover {
  color: #0B0D17;
  background: #fff;
  border: 1px solid #fff;
}

/* 
    @ website : âcdemy
    @ version : 1.0
    @ Deployment date : 14/04/2021
    @ Team : My team
*/
.c-black {
  color: #333;
}

.c-green {
  color: #7FD603;
}

.c-white {
  color: #fff;
}

.fs-14-22 {
  font-size: 14px;
  line-height: 20px;
}

header {
  background-color: #f9fbe7;
}

.underlined {
  position: relative;
  padding-bottom: 12px;
}

.underlined::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 4px;
  display: block;
  bottom: 0;
  left: 0;
  background-color: #7fd603;
  border-radius: 5px;
}

input::placeholder:before {
  content: "★"; /* Mã Unicode của hình ngôi sao */
  color: #ffcc00; /* Màu sắc của hình ngôi sao */
  font-size: 16px; /* Kích thước của hình ngôi sao */
}

.container-about-sc {
  margin: 0 !important;
  min-height: 540px;
}

#about-sc {
  margin-top: 80px;
  place-items: center;
  margin-left: 100px;
  margin-right: 100px;
  text-align: -webkit-center;
}

#about-scn-media {
  background: url("../images/Background_69.png") center center/cover no-repeat;
  margin: 0 !important;
  min-height: 710px;
  aspect-ratio: 1439/710;
  width: 100%;
}

.sconnect-banner .banner-image {
  border-radius: 25px;
  width: 213px;
  align-self: center;
}

.sconnect-banner .banner-text {
  position: absolute;
  top: 40%;
  left: 30%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 45%;
}

@media (max-width: 500px) {
  .sconnect-banner .banner-text {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    transform: inherit;
    padding: 20px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sconnect-banner .banner-text {
    width: 92%;
    margin: auto;
  }
}
.sconnect-banner .banner-text .banner-text-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 48px;
  color: #18191F;
  margin-bottom: 16px;
}

@media (max-width: 500px) {
  .sconnect-banner .banner-text .banner-text-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.sconnect-banner .banner-text .banner-text-des {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 45px;
  width: 50%;
  margin: auto;
  color: #18191f;
}

@media (max-width: 500px) {
  .sconnect-banner .banner-text .banner-text-des {
    width: 100%;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sconnect-banner .banner-text .banner-text-des {
    width: 100%;
  }
}
.sconnect-banner .title-content-banner {
  height: 80%;
  align-content: center;
  justify-self: center;
  width: 100%;
  padding-left: 80px;
}

@media (max-width: 500px) {
  .sconnect-banner .title-content-banner {
    height: auto;
    margin: 0;
    justify-items: center;
    padding: 0;
    text-align: -webkit-center;
  }
}
.sconnect-banner .title-content-banner .title-content-banner-title {
  font-size: 80px;
  line-height: 150%;
  color: #ffffff;
  font-weight: 900;
}

.sconnect-banner .title-content-banner hr {
  height: 5px;
  border-radius: 3px;
  width: 52%;
  background-color: #476847;
}

.sconnect-banner .title-content-banner p {
  font-size: 30px;
  line-height: 120%;
  color: #ffffff;
  font-weight: 400;
  vertical-align: middle;
  font-family: "Roboto";
  margin: 0;
  margin-top: -15px;
}

@media (max-width: 991px) {
  .sconnect-banner .title-content-banner p {
    font-size: 24px;
  }
}
.sconnect-banner .btn-green {
  color: #333333;
  background-color: #A5DF27 !important;
  background: none;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  border-radius: 12px;
  padding: 12px 30.5px;
  width: 200px;
  height: 40px;
  border: none;
}

@media (max-width: 500px) {
  .sconnect-banner .title-content-banner .title-content-banner-title {
    max-height: unset;
    margin-top: 40px;
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  #about-sc {
    margin: 0;
    padding: 0 16px;
    text-align: -webkit-center;
  }
  .sconnect-banner .title-content-banner p {
    visibility: hidden;
    margin-top: 5px;
    margin-bottom: 10px;
    max-height: unset;
    max-width: 290px;
    height: 34px;
  }
  .about-scn-media-mobile {
    height: 160px;
  }
  .sconnect-banner .title-content-banner p::before {
    content: "Công ty truyền thông sáng tạo và quản lý MCN \ađa nền tảng thuộc hệ sinh thái SCONNECT";
    white-space: pre-line;
    visibility: visible;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }
}
.sconnect-banner .title-content-banner .banner-text-btn {
  margin-top: 15px;
}

.sconnect-banner .title-content-banner .banner-text-btn:hover {
  transform: translateY(-2px);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sconnect-banner .title-content-banner .banner-text-btn {
    margin-top: 32px;
  }
}
@media (max-width: 500px) {
  .sconnect-banner .title-content-banner .banner-text-btn {
    margin: 0 auto;
    margin-top: 0;
    font-size: 14px;
    padding: 5.5px 11.5px;
    height: 25px;
    width: 145px;
    border-radius: 9px;
  }
}
.sconnect-banner .title-content-banner .banner-text-btn:hover {
  background: rgba(227, 255, 12, 0.4196078431);
}

.sconnect-banner .caro {
  position: relative;
}

.sconnect-banner .caro .caro-inner {
  height: 100%;
  align-content: center;
  position: relative;
}

.sconnect-banner .caro .caro-inner img {
  top: 0;
  position: absolute;
  width: 100%;
}

.sconnect-banner .caro .icon-hero img {
  position: absolute;
  width: 60px;
}

.sconnect-banner .caro .icon-hero .icon-hero-yt {
  bottom: 14%;
  left: 23%;
}

@media (max-width: 500px) {
  .sconnect-banner .caro .icon-hero .icon-hero-yt {
    left: 5%;
    bottom: 20%;
  }
}
.sconnect-banner .caro .icon-hero .icon-hero-fb {
  top: 7%;
  left: 20%;
  scale: 0.7;
}

.sconnect-banner .caro .icon-hero .icon-hero-tim {
  bottom: 3%;
  right: 12%;
  transform: scaleX(-1);
  scale: 1.2;
}

.sconnect-banner .caro .icon-hero .icon-hero-tt {
  top: 17%;
  right: 19%;
}

.numb-most {
  background-color: #ffffff;
  margin: 0 !important;
  margin-top: -80px !important;
  color: #30990E;
  border-radius: 20px;
  min-width: 1112px;
  min-height: 160px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
  justify-self: center;
}

@media (max-width: 500px) {
  .numb-most .container {
    padding: 0;
  }
}
.numb-most .row-numb {
  min-height: 160px;
  align-items: center;
  color: #30990E;
}

@media (max-width: 500px) {
  .numb-most .row-numb {
    margin: 0;
    padding: 0;
    min-height: 100px;
  }
}
.numb-most .row-numb .div-numb {
  justify-items: center !important;
  align-items: center;
  justify-self: center !important;
  padding: 0;
  text-align: -webkit-center;
}

.numb-most .row-numb .div-numb .numb-detail {
  font-size: 40px;
  line-height: 120%;
  font-weight: 900;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 5px;
}

@media (max-width: 500px) {
  .numb-most .row-numb .div-numb .numb-detail {
    font-size: 24px;
  }
}
.numb-most .row-numb .div-numb .underline-short {
  text-decoration: none;
  position: relative;
  color: #333333;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  text-align-last: center;
}

@media (max-width: 500px) {
  .numb-most .row-numb .div-numb .underline-short {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }
}
.numb-most .row-numb .div-numb .underline-short::after {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background: white;
  margin: 2px auto 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
}

@media (max-width: 500px) {
  .numb-most .row-numb .div-numb {
    align-items: center;
    justify-self: center;
    justify-items: center !important;
    text-align: -webkit-center;
  }
}
.about-sc h3 {
  color: #333333;
  justify-self: center;
  font-size: 46px;
  font-weight: 900;
}

.about-sc p {
  color: #333333;
  font-size: 16px;
  line-height: 150%;
  justify-self: center;
  font-weight: 400;
  margin: 0;
}

.repeater-wrapper {
  display: flex;
  gap: 20px;
  align-items: stretch;
  margin-top: 5rem;
}

.repeater-wrapper .repeater-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex: 1;
}

.repeater-wrapper .repeater-item .repeater-title {
  padding-top: 20px;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  align-self: center;
  justify-self: center;
  font-size: 25px;
  line-height: 150%;
  font-weight: 900;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.repeater-wrapper .repeater-item .repeater-small {
  width: 250px;
  flex-grow: 1;
  align-self: center;
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
}

@media (max-width: 500px) {
  .sconnect-container {
    display: block;
  }
  .sconnect-form {
    width: 100%;
  }
  .repeater-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 4px;
    margin-top: 20px;
  }
  .repeater-wrapper .repeater-item {
    padding: 1rem;
    align-items: center;
    width: 180px;
    padding-top: 0;
  }
  .repeater-wrapper .repeater-item .repeater-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    padding: 0;
    min-height: 50px;
  }
  .repeater-wrapper .repeater-item .repeater-small {
    font-size: 14px;
    width: 180px;
    height: 84px;
  }
  .sconnect-banner .banner-image {
    height: 100px;
    width: 177px;
  }
}
.core_competencies::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.container-merge {
  background: url("../images/Back - Về SCM (2).png") center center/cover no-repeat;
  margin-top: -150px;
  padding-top: 150px;
}

.container-merge-2 {
  background: url("../images/Back - Liên hệ-2.png") center center/cover no-repeat;
}

#about-solution {
  margin: 0 !important;
  min-height: 1050px;
}

@media (min-width: 1600px) {
  .post-list {
    margin-top: -250px;
  }
  .blog-detail .post-list {
    margin-top: 0px;
  }
  .tab-content {
    max-width: 1600 !important;
  }
  .container-typical .repeater-typical .swiper-button-next,
  .container-typical .repeater-typical .swiper-button-prev {
    top: 83.6% !important;
  }
  .container-typical .repeater-typical .swiper-button-prev {
    left: 46.5% !important;
  }
  .container-typical .repeater-typical .swiper-button-next {
    right: 46.5% !important;
  }
  .container-merge {
    background: url("../images/Back - Về SCM (2).png") center center/cover no-repeat;
    margin-top: -400px;
    padding-top: 400px;
  }
  .container-typical .repeater-typical .swiper-button-next,
  .container-typical .repeater-typical .swiper-button-prev {
    top: 91%;
  }
  #about-solution {
    min-height: 1450px;
  }
  .success-story-wrapper {
    margin-top: -650px !important;
  }
  #about-scn-media {
    min-height: 610px;
    aspect-ratio: 1339/610;
  }
  .sconnect-banner .title-content-banner {
    height: 70%;
  }
  .numb-most {
    margin-top: -160px !important;
  }
  .success-story-wrapper {
    padding-top: 15px;
  }
  .figure-wrapper .text_block {
    min-height: 824px !important;
  }
  .wf_story {
    min-height: 500px;
    bottom: 46px;
    right: 30px;
  }
}
.contain-solution {
  margin: 0;
  padding-top: 42px;
}

.contain-solution .child-contain-solution {
  padding: 3rem 0;
}

.contain-solution .row-solution {
  padding: 3rem 0;
  justify-self: center;
  text-align: center;
  color: #476847;
  padding-top: 0;
  padding-left: 81px;
}

.contain-solution .row-solution .title_solution {
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
  text-align: left;
  color: #333333;
}

.contain-solution .row-solution .layer_content_solution {
  justify-items: left;
  display: flex;
  margin: 1rem 0;
}

.contain-solution .row-solution .content_solution {
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  font-weight: 400;
}

.contain-solution .row-solution .logo {
  width: 40%;
  float: left;
}

@media (max-width: 500px) {
  .contain-solution .child-contain-solution .row-solution .content_solution {
    padding: 0;
    font-size: 12px;
  }
}
.contain-solution .child-contain-solution .row-child-solution .solution-container {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}

.contain-solution .child-contain-solution .row-child-solution .solution-item {
  width: 30%;
  background: #fff;
  border-radius: 25px;
  text-align: center;
  position: relative;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.contain-solution .child-contain-solution .row-child-solution .solution-item .solution-div {
  padding: 0 2rem;
  z-index: 999;
}

.contain-solution .child-contain-solution .row-child-solution .solution-item .solution-div .solution-title {
  font-size: 20px;
  font-weight: 900;
  color: #008000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contain-solution .child-contain-solution .row-child-solution .solution-item .solution-div .solution-content {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  flex-grow: 1;
}

.contain-solution .child-contain-solution .row-child-solution .solution-item .solution-div .solution-button {
  z-index: 999;
  display: block;
  margin-top: auto;
  padding: 12px 15px;
  background: #fdf71f;
  color: #333;
  text-align: center;
  font-weight: 900;
  border-radius: 25px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in-out;
  align-self: center;
  margin-bottom: 2rem;
}

.contain-solution .child-contain-solution .row-child-solution .solution-item .solution-div .solution-button:hover {
  background: #ffdd00;
}

.contain-solution .child-contain-solution .row-child-solution .solution-item .solution-div .solution-button::after {
  content: "→";
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.contain-solution .child-contain-solution .row-child-solution .solution-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  z-index: 1;
}

.solution-slider {
  overflow: visible !important;
}

.solution-item {
  background-color: #78b348; /* Màu xanh lá cây */
  border-radius: 15px;
  padding: 19px 27px;
  height: 100%;
  color: white;
  font-family: Roboto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-height: 600px;
  position: relative;
}

.solution-item-0 {
  background: linear-gradient(180deg, #30990E 0%, #A5DF27 100%); /* slide 1 */
}

.solution-item-1 {
  background: #333333; /* slide 2 */
}

.solution-item-2 {
  background: linear-gradient(180deg, #30990E 0%, #A5DF27 100%); /* slide 3 */
}

.solution-item-3 {
  background: #333333; /* slide 4 */
}

.solution-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left;
}

.solution-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  min-height: 195px;
  margin-top: 1rem;
}

.solution-content img {
  width: 30px;
}

.solution-button {
  display: inline-block;
  margin-top: 15px;
  background-color: #d9f3a1;
  color: black;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 2px 2px 0 #6fa132;
  transition: 0.2s;
  bottom: 20px;
  position: absolute;
  left: 10%;
  line-height: 30px;
  font-weight: 900;
  font-size: 16px;
  box-shadow: 6px 6px 0 #4b8b1f;
  border: 2px solid #476847;
}

.solution-item-0 .solution-button, .solution-item-2 .solution-button {
  border: none;
  border-top: 1px solid #333333;
  background: #333333;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.solution-item-1 .solution-button, .solution-item-3 .solution-button {
  border: none;
  background: #A6E027;
  color: #333333;
  border-top: 1px solid #A6E027;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.swiper-slide.stacked {
  margin-left: -40px;
  z-index: 1;
}

.solution-button:hover {
  transform: translateY(-2px);
}

.solution-button .arrow {
  margin-right: 6px;
}

.solution-slider .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
  transition: transform 0.5s ease;
}

.solution-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.contain-solution .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  font-weight: 900;
  top: 50%; /* ✅ Giữa theo chiều cao */
  transform: translateY(600%);
  z-index: 10;
  right: 96px;
}

.contain-solution .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  font-weight: 900;
  top: 50%; /* ✅ Giữa theo chiều cao */
  transform: translateY(600%);
  z-index: 10;
  left: 58%;
}

.contain-solution .swiper-button-next::after {
  font-size: 16px;
}

.contain-solution .swiper-button-prev::after {
  font-size: 16px;
}

@media (max-width: 500px) {
  .contain-solution .child-contain-solution .row-solution {
    width: 100%;
  }
  .contain-solution .child-contain-solution .row-solution .title_solution {
    font-size: 18px;
    text-align: center;
    padding: 0 5rem;
  }
  .contain-solution .child-contain-solution .row-child-solution .solution-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px;
  }
  .contain-solution .child-contain-solution .row-child-solution .solution-container .solution-item {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    min-height: 190px;
  }
  .contain-solution .child-contain-solution .row-child-solution .solution-container .solution-item .solution-div {
    padding: 0 0.5rem;
    height: 100%;
    position: relative;
  }
  .contain-solution .child-contain-solution .row-child-solution .solution-container .solution-item .solution-div .solution-title {
    font-size: 6px;
    margin: 0;
  }
  .contain-solution .child-contain-solution .row-child-solution .solution-container .solution-item .solution-div .solution-content {
    font-size: 7px;
  }
  .contain-solution .child-contain-solution .row-child-solution .solution-container .solution-item .solution-div .solution-button {
    font-size: 6px;
    border-radius: 12px;
    padding: 1px;
    margin-bottom: 0.5rem;
    bottom: 0;
    position: absolute;
    justify-self: anchor-center;
    width: 90px;
  }
  .contain-solution .child-contain-solution .row-child-solution .solution-container .solution-item .solution-div .solution-button::after {
    font-size: 10px;
    right: 3px;
    top: 40%;
    position: absolute;
  }
}
.success-story-wrapper {
  padding-bottom: 66px;
  margin-top: -230px;
}

.success-story-wrapper .section-title {
  font-size: 48px;
  font-weight: 900;
  color: #333333;
  line-height: 120%;
  margin-bottom: 0;
}

.section-subtitle {
  font-size: 16px;
  color: #333333;
  line-height: 150%;
}

.story-background {
  border-radius: 30px;
  padding-top: 3rem;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  margin-top: 12rem;
}

.story-card {
  position: relative;
  z-index: 2;
  margin-top: -13rem;
  min-height: 470px;
}

.story-image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.story-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.story-content {
  background: transparent;
  padding-top: 3rem;
}

.story-title {
  font-size: 25px;
  color: #30990E;
  font-weight: 700;
  line-height: 120%;
  min-height: 68px;
}

.story-text {
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  font-weight: 400;
  max-height: 96px;
  overflow-y: hidden;
}

.container-story-wrapper {
  width: 50%;
}

.contain-owned {
  position: relative;
  margin-top: 0;
}

.contain-owned .icon-hero-gallery img {
  position: absolute;
  width: 60px;
}

.contain-owned .icon-hero-gallery .icon-hero-fb {
  left: 13%;
  scale: 1.3;
  top: -8%;
}

.contain-owned .icon-hero-gallery .icon-hero-tt {
  right: 19%;
  scale: 0.9;
  top: -4%;
}

.contain-owned .text-owned {
  width: 80%;
  text-align: center;
  margin: 1rem auto;
}

.contain-owned .text-owned h3 {
  animation: none;
  font-size: 48px;
  font-weight: 900;
  color: #333333;
  line-height: 120%;
}

.contain-owned .text-owned p span {
  color: green;
  text-shadow: 4px 4px 0px #b5ffb5;
}

.contain-owned .text-owned.ladi-lazyload {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  margin-top: 0;
}

.contain-owned .ballon {
  /* Hiệu ứng trôi */
  /* Hover */
  /* Ảnh bên trong */
}

.contain-owned .ballon .balloon-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: auto;
  position: relative;
  height: 500px;
}

@media (max-width: 500px) {
  .contain-owned .ballon .balloon-container {
    height: 300px;
  }
}
.contain-owned .ballon .balloon-item:nth-child(2) {
  animation-duration: 5s;
}

.contain-owned .ballon .balloon-item:nth-child(3) {
  animation-duration: 6s;
}

.contain-owned .ballon .balloon-item:nth-child(4) {
  animation-duration: 4.5s;
}

.contain-owned .ballon .balloon-item:nth-child(5) {
  animation-duration: 5.5s;
}

.contain-owned .ballon .balloon-item:nth-child(6) {
  animation-duration: 6.5s;
}

.contain-owned .ballon .balloon-item:nth-child(7) {
  animation-duration: 7s;
}

.contain-owned .ballon .balloon-item:nth-child(8) {
  animation-duration: 5.2s;
}

.contain-owned .ballon .balloon-item.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatBalloon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.contain-owned .ballon .balloon-item:hover {
  transform: scale(1.1);
}

.mobile-title-story {
  display: none;
}

@media (max-width: 500px) {
  .mobile-title-story {
    display: block;
  }
  .pc-title-story {
    display: none;
  }
  .contain-owned {
    margin-top: 0;
  }
  .contain-owned .icon-hero-gallery .icon-hero-fb {
    left: 8%;
    scale: 0.4;
    top: -8%;
  }
  .contain-owned .icon-hero-gallery .icon-hero-tt {
    right: 10%;
    scale: 0.4;
    top: -6%;
  }
  .contain-owned .text-owned h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 120%;
    margin: 0;
  }
  .contain-owned .text-owned p {
    font-size: 18px;
  }
  .contain-owned .text-owned p span {
    color: green;
    text-shadow: 2px 2px 0px #b5ffb5;
  }
  .contain-owned .text-owned img {
    width: 120px;
  }
  .contain-owned .ballon .balloon-item {
    width: 60px;
    height: 60px;
    box-shadow: unset;
  }
}
.container-typical {
  background: url("../images/Back - nhà sáng tạo.png") center center/cover no-repeat;
  background-color: #ddffc2;
  margin: 100px 0 0 0 !important;
}

.container-typical .title-typical {
  font-size: 48px;
  padding-top: 40px;
  justify-self: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-typical .layer_content_typical {
  display: flex;
  justify-self: center;
  margin: 15px;
}

.container-typical .content-typical {
  justify-self: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  width: 50%;
  text-align-last: center;
  color: #FFFFFF;
  max-width: 626px;
  margin: 0;
}

.container-typical .repeater-typical .typical-slider {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 150px;
}

.container-typical .repeater-typical .swiper-slide {
  display: flex;
  width: 200px !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.container-typical .repeater-typical .swiper-slide:hover {
  transform: scale(1.05);
}

.container-typical .repeater-typical .typical-item {
  width: 200px;
  max-width: 200px;
  height: 305px;
  border-radius: 15px;
  overflow: hidden;
  background: #545454;
  color: white;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.container-typical .repeater-typical .typical-item img {
  width: 200px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  aspect-ratio: 200/275;
}

.container-typical .repeater-typical .typical-title {
  font-size: 16px;
  border-radius: 0 0 15px 15px;
  margin-top: -20px;
  background: rgb(51, 51, 51);
  position: relative;
  height: 50px;
}

.container-typical .repeater-typical .swiper-button-next,
.container-typical .repeater-typical .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: unset;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  font-weight: 900;
  top: 84%;
  z-index: 10;
  position: absolute;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 16px !important;
}

.container-typical .repeater-typical .swiper-button-prev {
  left: 45.4%;
}

.container-typical .repeater-typical .swiper-button-next {
  right: 45.4%;
}

@media (max-width: 500px) {
  .container-typical .repeater-typical .typical-item img {
    height: 184px;
    width: 138px;
  }
  .container-typical .repeater-typical .typical-item .typical-title {
    font-size: 8px;
    margin-top: -12px;
  }
  .container-typical .title-typical {
    text-align-last: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 120%;
    padding-top: 20px;
    margin: 0;
    padding-bottom: 0;
  }
  .container-partner h3 {
    width: 70%;
    text-align: center;
  }
}
.container-fluid-figure {
  margin: 0 !important;
  background: url("../images/Back - nhân vật thương hiệu (1).png") center center/cover no-repeat;
}

.container-fluid-figure .container-fluid {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.figure-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 80px;
  gap: 30px;
  margin-bottom: 0;
}

.figure_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.figure-wrapper .text_block {
  flex: 1 1 40%;
  text-align: left;
  color: #2e7d32;
  font-family: Roboto;
  padding: 0;
  position: relative;
  min-height: 594px;
}

.layer_figure_story {
  display: flex;
  justify-self: right;
}

.figure-wrapper .text_block h2 {
  font-size: 48px;
  font-weight: 900;
  text-align: right;
  color: #333333;
  line-height: 120%;
}

.figure-wrapper .text_block p {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  margin-top: 15px;
  text-align: right;
  line-height: 150%;
}

.featured-blog {
  padding-top: 20px;
  padding-bottom: 45px;
  text-align: center;
}

.container-featured-blog {
  margin-left: 80px;
  margin-right: 80px;
}

.featured-blog .title {
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
  color: #333333;
}

.featured-blog .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #444;
  margin-bottom: 40px;
  margin-top: 20px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

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

.blog-card img {
  width: 100%;
  border-radius: 16px;
  display: block;
  aspect-ratio: 300/200;
  min-height: 300px;
}

.blog-card .post-title {
  font-size: 16px;
  font-weight: 700;
  color: #545454;
  margin-top: 12px;
  height: 95px;
}

.blog-card .post-title a {
  text-decoration: none;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.blog-card .excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #333333;
  margin-top: 6px;
}

.big-news .excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: rgb(51, 51, 51);
}

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

.btn-readall {
  display: inline-block;
  color: rgb(51, 51, 51);
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 12px;
  transition: all 0.2s ease;
  text-decoration: none;
  font-size: 14px;
  border: none;
  line-height: 100%;
  font-size: 16px;
  background: rgb(165, 223, 39);
}

.btn-readall:hover {
  background-color: #c2e786;
  transform: translateY(-2px);
}

/* Phần nền chia đôi */
.container-join {
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, #24a226 50%, #fdfdec 50%);
  justify-content: center;
  align-items: center;
  position: relative;
  display: block;
  text-align: center;
}

@media (max-width: 500px) {
  .container-join a img {
    width: 50%;
    margin-top: 1.5rem;
  }
}
.container-partner {
  background-color: rgb(51, 51, 51);
  margin: 0 !important;
  padding-bottom: 53px;
  margin-bottom: 0 !important;
}

.container-partner h3 {
  font-size: 48px;
  padding: 0.5rem;
  padding-top: 40px;
  justify-self: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #A6E027;
  line-height: 120%;
}

.layer_partner {
  display: flex;
  place-self: center;
}

@media (max-width: 500px) {
  .container-partner h3 {
    font-size: 24px;
    font-weight: 900;
    padding-top: 20px;
    width: 100%;
  }
}
.container-partner .list-partner .partner-div {
  display: grid;
  grid-template-columns: repeat(8, 1fr); /* 8 cột mỗi hàng */
  grid-template-rows: repeat(4, auto); /* 4 hàng */
  gap: 5%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  padding-left: 83px;
  padding-right: 83px;
}

.container-partner .list-partner .partner-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 0;
  height: 100px;
}

.container-partner .list-partner .partner-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.partner-item:nth-child(16n),
.partner-item:nth-child(16n-1),
.partner-item:nth-child(16n-2),
.partner-item:nth-child(16n-3),
.partner-item:nth-child(16n-4),
.partner-item:nth-child(16n-5),
.partner-item:nth-child(16n-6),
.partner-item:nth-child(16n-7) {
  transform: translateX(25px);
}

.brand-item:nth-child(-n+5),
.brand-item:nth-child(n+11):nth-child(-n+15),
.brand-item:nth-child(n+21):nth-child(-n+25),
.brand-item:nth-child(n+31):nth-child(-n+35) {
  transform: translateX(25px);
}

.container-partner .list-brand .brand-div {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 cột mỗi hàng */
  grid-template-rows: repeat(4, auto); /* 4 hàng */
  gap: 5%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
}

.container-partner .list-brand .brand-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 20px;
  height: 100px;
}

.container-partner .list-brand .brand-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 500px) {
  .container-partner .list-partner .partner-div {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 16px;
    height: 413px;
    padding-bottom: 20px;
  }
}
.container-cooperate .div-cooperate {
  display: block;
}

.container-cooperate .div-cooperate .title {
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
  color: #333333;
}

.wf_story {
  bottom: 0;
  position: absolute;
  right: 0;
}

@media (max-width: 500px) {
  .container-cooperate .div-cooperate .title,
  .container-cooperate .div-cooperate .subtitle {
    font-size: 24px;
    margin: 0;
    font-weight: 900;
  }
}
.container-cooperate {
  padding-top: 40px;
}

.container-cooperate .regis-cooperate {
  margin: 2rem 0;
}

.container-cooperate .regis-cooperate .circle-wrapper {
  position: relative;
  display: inline-block;
}

@keyframes rotateCounterClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.container-cooperate .regis-cooperate .rotate-img {
  width: 100%;
  animation: rotateCounterClockwise 20s linear infinite;
}

.container-cooperate .regis-cooperate .rotate-in-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
}

.container-cooperate .regis-cooperate .form-regis {
  background-color: #00a839;
  padding: 20px;
  border-radius: 15px;
  width: 450px;
}

.container-cooperate .regis-cooperate .form-regis .form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.container-cooperate .regis-cooperate .form-regis .form-group {
  display: flex;
  flex-direction: column;
  width: 48%;
}

.container-cooperate .regis-cooperate .form-regis .full-width {
  width: 100%;
}

.container-cooperate .regis-cooperate .form-regis label {
  color: white;
  font-weight: 900;
  margin-bottom: 5px;
}

.container-cooperate .regis-cooperate .form-regis input {
  background: none;
  border: none;
  border-bottom: 1px solid white;
  outline: none;
  padding: 5px;
  color: white;
  font-size: 16px;
}

.container-cooperate .regis-cooperate .form-regis .submit-container {
  text-align: center;
  margin-top: 10px;
}

.container-cooperate .regis-cooperate .form-regis button {
  background-color: #ffd700;
  border: none;
  padding: 10px 20px;
  font-weight: 900;
  border-radius: 10px;
  cursor: pointer;
}

.sconnect-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  padding-top: 0;
  border-radius: 16px;
}

.sconnect-left {
  flex: 1 1 45%;
  color: #568034;
  margin-bottom: auto;
  margin-top: 10%;
}

.sconnect-left .logo {
  max-width: 150px;
  margin-bottom: 20px;
}

.sconnect-left h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 120%;
  color: #333333;
}

.sconnect-left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #333333;
}

.sconnect-form {
  max-width: 582px;
  margin: 0 auto;
  font-family: Roboto;
}

.sconnect-form-flex {
  display: flex;
  gap: 12px;
}

.form-flex-1 {
  flex: 1;
  margin-right: 0;
}

.form-flex-2 {
  flex: 1;
  margin-left: 0;
}

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

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: rgb(51, 51, 51);
  font-size: 16px;
}

#advise {
  border-radius: 12px;
  padding: 16px !important;
  font-size: 16px !important;
  line-height: 140% !important;
}

.form-group input {
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  box-sizing: border-box;
  min-width: 240px;
  border-radius: 12px;
  border: 1px solid #dddddd;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-family: "Roboto";
}

.checkbox-wrapper {
  font-size: 12px;
  font-weight: 400;
  margin: 10px 0;
  line-height: 150%;
  color: #333;
}

.sconnect-form .form-group-btn {
  align-items: center;
  margin-top: 3rem;
}

.sconnect-form .submit-btn {
  color: rgb(51, 51, 51);
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  max-width: 200px;
  border: none;
  line-height: 100%;
  font-size: 16px;
  background: rgb(165, 223, 39);
}

.sconnect-form .submit-btn:hover {
  background-color: #c5e88f;
  transform: translateY(-2px);
}

.text-run {
  position: relative;
}

.text-run img {
  position: absolute;
  right: 20%;
  top: 60%;
}

.impressive-numbers {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  position: relative;
}

.impressive-numbers::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url(../images/bg-01.png) center;
  animation-name: example;
  animation-duration: 6s;
  animation-iteration-count: 1;
}

@keyframes example {
  0% {
    top: -100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
.impressive-numbers .impressive-nb-info .info-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
}

@media (max-width: 500px) {
  .impressive-numbers .impressive-nb-info .info-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.impressive-numbers .impressive-nb-info .info-des {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 500px) {
  .impressive-numbers .impressive-nb-info .info-des {
    font-size: 16px;
  }
}
.impressive-numbers .impressive-nb-info .list-number {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 500px) {
  .impressive-numbers .impressive-nb-info .list-number {
    display: block;
  }
}
.impressive-numbers .impressive-nb-info .list-number .number-item {
  text-align: center;
  width: 25%;
  padding: 0 32px;
  border-right: 1px solid #7fd603;
}

@media (max-width: 500px) {
  .impressive-numbers .impressive-nb-info .list-number .number-item {
    width: 100%;
    border-right: none;
    padding: 8px 0;
  }
}
.impressive-numbers .impressive-nb-info .list-number .number-item .number-highlight {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .impressive-numbers .impressive-nb-info .list-number .number-item .number-highlight {
    font-size: 24px;
  }
}
.impressive-numbers .impressive-nb-info .list-number .number-item .number-des {
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  color: #4f4f4f;
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .impressive-numbers .impressive-nb-info .list-number .number-item .number-des {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .impressive-numbers .impressive-nb-info .list-number .number-item .number-des {
    font-size: 14px;
  }
}
.impressive-numbers .impressive-nb-info .list-number .number-item:last-child {
  border-right: none;
}

.project-highlight {
  padding: 64px 0 24px 0;
}

.project-highlight .project-info .info-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #0b0d17;
  margin-bottom: 32px;
  text-align: left;
}

@media (max-width: 500px) {
  .project-highlight .project-info .info-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.project-highlight .new-item-parent {
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 25px;
  font-size: 28px;
}

@media (max-width: 500px) {
  .project-highlight .new-item-parent {
    font-size: 16px;
  }
}
.project-highlight .new-item-parent img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  height: 430px;
}

.project-highlight .new-item-parent .item-title {
  padding: 1rem;
  background-color: #7fcf03;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  min-height: 195px;
}

.project-highlight .new-item-parent .item-title span {
  font-weight: 900;
}

.project-highlight .new-item-parent .item-title p {
  font-size: 18px;
  margin-top: 0.75rem;
}

@media (max-width: 500px) {
  .project-highlight .new-item-parent .item-title {
    min-height: 1px;
  }
}
.project-highlight .row-child {
  display: grid;
  gap: 1.5rem;
}

.project-highlight .row-parent-mobile {
  display: none;
  margin-bottom: 1.5rem;
}

@media (max-width: 500px) {
  .project-highlight .row-parent-mobile {
    display: grid;
    gap: 1.5rem;
  }
}
@media (max-width: 500px) {
  .project-highlight .row-parent-pc {
    display: none;
  }
}
.project-highlight .new-item-child {
  border-radius: 25px;
  border: 1px solid #ddd;
}

.project-highlight .new-item-child img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  height: 210px;
}

.project-highlight .new-item-child a {
  font-size: 16px;
}

.project-highlight .new-item-child:closest(.row) {
  display: grid;
  gap: 1.5rem;
}

.project-highlight .new-item-child .item-title {
  padding: 1rem;
  background-color: #7fcf03;
  color: black;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 104px;
}

.project-highlight .list-project {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .project-highlight .list-project {
    display: block;
  }
}
.project-highlight .list-project .project-item {
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 500px) {
  .project-highlight .list-project .project-item {
    margin-bottom: 32px;
  }
}
.project-highlight .list-project .project-item a {
  display: block;
  transition: all 0.3s;
}

.project-highlight .list-project .project-item a img {
  width: 100%;
  height: fit-content;
  object-fit: cover;
  transition: all 0.4s;
}

.project-highlight .list-project .project-item .project-title {
  margin-bottom: 4px;
  margin-top: 16px;
  transition: all 0.4s;
}

.project-highlight .list-project .project-item .project-title a {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}

@media (max-width: 500px) {
  .project-highlight .list-project .project-item .project-title a {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .project-highlight .list-project .project-item .project-title a {
    font-size: 24px;
  }
}
.project-highlight .list-project .project-item .project-title a:hover {
  color: #7fd603;
}

.project-highlight .list-project .project-item .project-des {
  font-size: 14px;
  line-height: 20px;
  color: #4f4f4f;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.project-highlight .list-project .item--hover {
  transition: all 0.3s;
  overflow: hidden;
}

.project-highlight .list-project .item--hover .project-image {
  overflow: hidden;
  transition: all 0.4s;
  max-height: 200px;
  height: 200px;
  width: 100%;
}

.project-highlight .list-project .item--hover .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-highlight .list-project .item--hover .project-image:hover img {
  transform: scale(1.2);
}

.project-highlight .list-project .img-height .project-image {
  max-height: 540px;
  height: 540px;
  width: 100%;
}

.project-highlight .list-project .img-height img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-highlight .item-col-1 {
  width: calc(33.3333333333% - 15px);
}

@media (max-width: 500px) {
  .project-highlight .item-col-1 {
    width: 100%;
  }
}
.project-highlight .col-cus-1 {
  width: calc(33.3333333333% - 7.5px);
}

@media (max-width: 500px) {
  .project-highlight .col-cus-1 {
    width: 100%;
  }
}
.project-highlight .item-col-2 {
  width: 66.6666666667%;
}

@media (max-width: 500px) {
  .project-highlight .item-col-2 {
    width: 100%;
  }
}
.project-highlight .col-cus-2 {
  width: calc(66.6666666667% - 7.5px);
}

@media (max-width: 500px) {
  .project-highlight .col-cus-2 {
    width: 100%;
  }
}
.project-highlight .item--mg {
  margin-left: 15px;
}

@media (max-width: 500px) {
  .project-highlight .item--mg {
    margin-left: 0;
  }
}
.project-highlight .project-item-child {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 500px) {
  .project-highlight .project-item-child {
    display: block;
  }
}
.project-highlight .project-item-child .item-col-50 {
  width: calc(50% - 7.5px);
}

@media (max-width: 500px) {
  .project-highlight .project-item-child .item-col-50 {
    width: 100%;
  }
}
.event-highlight {
  padding-top: 64px;
}

.event-highlight .event-info .info-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #0b0d17;
  margin-bottom: 32px;
  text-align: left;
}

@media (max-width: 500px) {
  .event-highlight .event-info .info-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.event-highlight .item-time {
  font-size: 13px;
  width: fit-content;
  padding: 0.2rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  border-radius: 6px;
  margin: 0;
  margin-top: 0.5rem;
  background-color: #7fcf03;
}

.event-highlight .new-item-parent {
  height: 100%;
  border-radius: 25px;
  font-size: 28px;
}

@media (max-width: 500px) {
  .event-highlight .new-item-parent {
    font-size: 16px;
  }
}
.event-highlight .new-item-parent img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.event-highlight .new-item-parent .item-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 900;
}

@media (max-width: 500px) {
  .event-highlight .new-item-parent .item-title {
    min-height: 1px;
  }
}
.event-highlight .new-item-parent .item-excerpt {
  font-size: 16px;
  display: flex;
  text-align: justify;
}

.event-highlight .row-child {
  display: grid;
  gap: 0.7rem;
}

.event-highlight .row-parent-mobile {
  display: none;
  margin-bottom: 1.5rem;
}

@media (max-width: 500px) {
  .event-highlight .row-parent-mobile {
    display: grid;
    gap: 1.5rem;
  }
}
@media (max-width: 500px) {
  .event-highlight .row-parent-pc {
    display: none;
  }
}
.event-highlight .new-item-child .item-href {
  display: flex;
  align-items: center;
  gap: 10px;
}

.event-highlight .new-item-child img {
  width: 170px;
  height: 110px;
  border-radius: 8px;
}

.event-highlight .new-item-child a {
  font-size: 16px;
}

.event-highlight .new-item-child:closest(.row) {
  display: grid;
  gap: 1.5rem;
}

.event-highlight .new-item-child .item-title {
  padding: 1rem;
  color: black;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.event-highlight .item-hr {
  background-color: #7fcf03;
}

.event-highlight .emagazine {
  padding: 64px 0 24px 0;
}

.event-highlight .emagazine .emagazine-info .info-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #0b0d17;
  margin-bottom: 32px;
  text-align: left;
}

@media (max-width: 500px) {
  .event-highlight .emagazine .emagazine-info .info-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.event-highlight .emagazine .item {
  border: 1px solid white;
  border-radius: 16px;
}

@media (max-width: 500px) {
  .event-highlight .emagazine .item {
    margin-bottom: 1rem;
  }
}
.event-highlight .emagazine .item .item-href img {
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 245px;
}

.event-highlight .emagazine .item .item-href .item-title {
  background-color: #7fcf03;
  padding: 1rem;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  color: black;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.85;
}

.event-highlight .list-project {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .event-highlight .list-project {
    display: block;
  }
}
.event-highlight .list-project .project-item {
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 500px) {
  .event-highlight .list-project .project-item {
    margin-bottom: 32px;
  }
}
.event-highlight .list-project .project-item a {
  display: block;
  transition: all 0.3s;
}

.event-highlight .list-project .project-item a img {
  width: 100%;
  height: fit-content;
  object-fit: cover;
  transition: all 0.4s;
}

.event-highlight .list-project .project-item .project-title {
  margin-bottom: 4px;
  margin-top: 16px;
  transition: all 0.4s;
}

.event-highlight .list-project .project-item .project-title a {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}

@media (max-width: 500px) {
  .event-highlight .list-project .project-item .project-title a {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .event-highlight .list-project .project-item .project-title a {
    font-size: 24px;
  }
}
.event-highlight .list-project .project-item .project-title a:hover {
  color: #7fd603;
}

.event-highlight .list-project .project-item .project-des {
  font-size: 14px;
  line-height: 20px;
  color: #4f4f4f;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.event-highlight .list-project .item--hover {
  transition: all 0.3s;
  overflow: hidden;
}

.event-highlight .list-project .item--hover .project-image {
  overflow: hidden;
  transition: all 0.4s;
  max-height: 200px;
  height: 200px;
  width: 100%;
}

.event-highlight .list-project .item--hover .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-highlight .list-project .item--hover .project-image:hover img {
  transform: scale(1.2);
}

.event-highlight .list-project .img-height .project-image {
  max-height: 540px;
  height: 540px;
  width: 100%;
}

.event-highlight .list-project .img-height img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-highlight .item-col-1 {
  width: calc(33.3333333333% - 15px);
}

@media (max-width: 500px) {
  .event-highlight .item-col-1 {
    width: 100%;
  }
}
.event-highlight .col-cus-1 {
  width: calc(33.3333333333% - 7.5px);
}

@media (max-width: 500px) {
  .event-highlight .col-cus-1 {
    width: 100%;
  }
}
.event-highlight .item-col-2 {
  width: 66.6666666667%;
}

@media (max-width: 500px) {
  .event-highlight .item-col-2 {
    width: 100%;
  }
}
.event-highlight .col-cus-2 {
  width: calc(66.6666666667% - 7.5px);
}

@media (max-width: 500px) {
  .event-highlight .col-cus-2 {
    width: 100%;
  }
}
.event-highlight .item--mg {
  margin-left: 15px;
}

@media (max-width: 500px) {
  .event-highlight .item--mg {
    margin-left: 0;
  }
}
.event-highlight .project-item-child {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 500px) {
  .event-highlight .project-item-child {
    display: block;
  }
}
.event-highlight .project-item-child .item-col-50 {
  width: calc(50% - 7.5px);
}

@media (max-width: 500px) {
  .event-highlight .project-item-child .item-col-50 {
    width: 100%;
  }
}
.our-service {
  position: relative;
  padding: 64px 0;
}

.our-service::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  min-height: 100%;
  background: url(../images/bg-02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -2;
}

.our-service::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  min-height: 100%;
  background: #fff;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.our-service .service-info .service-info-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #0b0d17;
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .our-service .service-info .service-info-title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 500px) {
  .our-service .service-tabs {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .our-service .service-tabs {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .our-service .service-tabs {
    width: 100%;
  }
}
.our-service .service-tabs .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
  border-bottom: none;
}

@media (max-width: 500px) {
  .our-service .service-tabs .nav-tabs {
    display: block;
  }
}
.our-service .service-tabs .nav-tabs .nav-item {
  width: 23%;
  height: 200px;
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  .our-service .service-tabs .nav-tabs .nav-item {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .our-service .service-tabs .nav-tabs .nav-item {
    width: 20%;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .our-service .service-tabs .nav-tabs .nav-item {
    width: calc(20% - 15px);
  }
}
.our-service .service-tabs .nav-tabs .nav-item .nav-link {
  background: #7fd603;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.our-service .service-tabs .nav-tabs .nav-item .nav-link img {
  max-width: 100%;
  height: 104px !important;
  width: auto;
  height: auto;
}

.our-service .service-tabs .nav-tabs .nav-item .nav-link .nav-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  margin-top: 16px;
  margin-bottom: 0;
}

.our-service .service-tabs .nav-tabs .nav-item .nav-link .nav-content {
  display: none;
}

.our-service .service-tabs .nav-tabs .nav-item .nav-link.active {
  background: #fff;
  position: relative;
  border-radius: 4px 4px 0 0;
  border-color: #7fd603 #7fd603 #fff;
}

@media (max-width: 500px) {
  .our-service .service-tabs .nav-tabs .nav-item .nav-link.active {
    border-bottom: 1px solid #7fd603;
    border-radius: 4px;
  }
}
@media (max-width: 500px) {
  .our-service .service-tabs .nav-tabs .nav-item .nav-link.active .nav-content {
    display: block;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 24px;
  }
}
.our-service .service-tabs .nav-tabs .nav-item .nav-link.active::before {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: 25px;
  top: 100%;
  left: -1px;
  border-right: 1px solid #7fd603;
  border-left: 1px solid #7fd603;
  background: #fff;
}

@media (max-width: 500px) {
  .our-service .service-tabs .nav-tabs .nav-item .nav-link.active::before {
    content: none;
  }
}
.our-service .service-tabs .nav-tabs .nav-item .nav-link.active p {
  color: #7fd603;
}

@media (max-width: 500px) {
  .our-service .service-tabs .tab-content {
    display: none;
  }
}
.our-service .service-tabs .tab-content .active {
  border: 1px solid #7fd603;
  padding: 24px;
  border-radius: 0 4px 4px 4px;
}

.sconnect-brands {
  background: #f2f2f2;
  padding: 64px 0;
}

.sconnect-brands .brand-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #0b0d17;
  margin-bottom: 32px;
  text-align: center;
}

@media (max-width: 500px) {
  .sconnect-brands .brand-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 16px;
  }
}
.sconnect-brands .wrap-brands {
  width: 80%;
  margin: auto;
}

@media (max-width: 500px) {
  .sconnect-brands .wrap-brands {
    width: 100%;
  }
}
.sconnect-brands .wrap-brands .nav-tabs {
  border: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
}

@media (max-width: 500px) {
  .sconnect-brands .wrap-brands .nav-tabs {
    flex-wrap: wrap;
  }
}
.sconnect-brands .wrap-brands .nav-tabs .nav-item {
  padding: 0 16px;
}

@media (max-width: 500px) {
  .sconnect-brands .wrap-brands .nav-tabs .nav-item {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .sconnect-brands .wrap-brands .nav-tabs .nav-item {
    width: 50%;
  }
}
.sconnect-brands .wrap-brands .nav-tabs .nav-item .nav-link {
  border: none;
  color: #18191f;
}

@media (max-width: 500px) {
  .sconnect-brands .wrap-brands .nav-tabs .nav-item .nav-link {
    padding: 8px 0;
  }
}
.sconnect-brands .wrap-brands .nav-tabs .nav-item .active {
  background-color: transparent;
  font-weight: 900;
  font-size: 18px;
  line-height: 32px;
  color: #0fb239;
  border-bottom: 2px solid #0fb239 !important;
}

.sconnect-brands .wrap-brands .tab-content .list-brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.sconnect-brands .wrap-brands .tab-content .list-brands .brand-item {
  background: #ffffff;
  border-radius: 4px;
  width: 210px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px;
  position: relative;
}

.sconnect-brands .wrap-brands .tab-content .list-brands .brand-item img {
  width: 100%;
  transform: scale(0.7);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sconnect-brands .wrap-brands .tab-content .list-brands .brand-item {
    margin: 15px;
    width: calc(50% - 30px);
  }
  .sconnect-brands .wrap-brands .tab-content .list-brands .brand-item img {
    width: 100%;
    object-fit: cover;
  }
}
.sconnect-blog {
  margin-top: 64px;
}

@media (max-width: 500px) {
  .sconnect-blog {
    margin-top: 32px;
  }
}
.sconnect-blog .blog-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sconnect-blog .blog-item-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #0b0d17;
  margin-bottom: 20px;
}

.sconnect-blog .wrap-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 500px) {
  .sconnect-blog .wrap-blog {
    margin-top: 32px;
  }
}
@media (max-width: 500px) {
  .sconnect-blog .wrap-blog {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sconnect-blog .wrap-blog {
    margin-bottom: 32px;
  }
}
@media (max-width: 500px) {
  .sconnect-blog .wrap-blog .blog-item {
    width: 100%;
    margin-bottom: 24px;
  }
}
.sconnect-blog .wrap-blog .blog-item .blog-item-image {
  position: relative;
  display: block;
}

.sconnect-blog .wrap-blog .blog-item .blog-item-image img {
  width: 100%;
  height: 246px;
  object-fit: cover;
}

.sconnect-blog .wrap-blog .blog-item .blog-item-image .image-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 24px;
  font-weight: 900;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
}

.sconnect-blog .wrap-blog .blog-item .blog-item-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 76.04%);
}

.sconnect-blog .wrap-blog .blog-item .list-blog {
  margin: 0;
}

.sconnect-blog .wrap-blog .blog-item .list-blog li {
  list-style: none;
  position: relative;
  padding-left: 24px;
  margin: 24px 0;
}

.sconnect-blog .wrap-blog .blog-item .list-blog li a {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 500px) {
  .sconnect-blog .wrap-blog .blog-item .list-blog li a {
    font-size: 16px;
  }
}
.sconnect-blog .wrap-blog .blog-item .list-blog li a:hover {
  color: #7fd603;
}

.sconnect-blog .wrap-blog .blog-item .list-blog li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #7fd603;
  position: absolute;
  top: 12px;
  left: 0;
}

.sconnect-blog .wrap-blog .blog-item .read-more {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #1e94d1;
  position: relative;
  padding-right: 16px;
  display: inline-block;
}

@media (max-width: 500px) {
  .sconnect-blog .wrap-blog .blog-item .read-more {
    font-size: 16px;
  }
}
.sconnect-blog .wrap-blog .blog-item .read-more::before {
  position: absolute;
  content: ">";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sconnect-blog .wrap-blog .w--50 {
  width: calc(50% - 15px);
}

@media (max-width: 500px) {
  .sconnect-blog .wrap-blog .w--50 {
    width: 100%;
  }
}
.sconnect-blog .blog-news {
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 24px;
  margin-top: 30px;
}

.sconnect-blog .blog-news ul {
  margin: 0;
  padding: 0;
}

.sconnect-blog .blog-news ul li {
  list-style: none;
  padding: 18px 0;
  position: relative;
  display: flex;
}

.sconnect-blog .blog-news ul li .news-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  display: block;
  margin-bottom: 8px;
}

.sconnect-blog .blog-news ul li .news-title:hover {
  color: #7fd603;
}

.sconnect-blog .blog-news ul li .news-time {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0fb239;
  margin-bottom: 0;
}

.sconnect-blog .blog-news ul li::before {
  content: "\f783";
  font-family: "Roboto";
  font-size: 22px;
  line-height: 20px;
  color: #7fd603;
  margin-right: 16px;
  margin-top: 8px;
}

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

.sconnect-form .wrap-form {
  background: url(../images/bg-04.jpg) no-repeat center;
  background-size: cover;
  padding: 48px 0;
}

.sconnect-form .form-control:focus {
  color: #61cb5c;
}

.sconnect-form .form-block {
  width: 40%;
  margin-left: 50%;
}

@media (max-width: 500px) {
  .sconnect-form .form-block {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sconnect-form .form-block {
    width: 60%;
    margin-left: 32%;
  }
}
.sconnect-form .form-block .form-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 32px;
}

@media (max-width: 500px) {
  .sconnect-form .form-block .form-title {
    font-size: 28px;
    text-align: center;
  }
}
.sconnect-form .form-block .form-flex {
  display: flex;
}

@media (max-width: 500px) {
  .sconnect-form .form-block .form-flex {
    display: block;
  }
}
.sconnect-form .form-block .form-flex .f-50 {
  width: calc(50% - 8px);
}

@media (max-width: 500px) {
  .sconnect-form .form-block .form-flex .f-50 {
    width: 100%;
  }
}
.sconnect-form .form-block .form-flex .form--height {
  height: 52px;
}

.sconnect-form .form-block .form-flex .form--height input {
  height: 100%;
}

.sconnect-form .form-block .form-flex .mg--r {
  margin-right: 8px;
}

@media (max-width: 500px) {
  .sconnect-form .form-block .form-flex .mg--r {
    margin-right: 0;
  }
}
.sconnect-form .form-block .form-flex .mg--l {
  margin-left: 8px;
}

@media (max-width: 500px) {
  .sconnect-form .form-block .form-flex .mg--l {
    margin-left: 0;
  }
}
.sconnect-form .form-block .form--height-area {
  height: 100px;
}

.sconnect-form .form-block .form--height-area textarea {
  height: 100%;
}

@media (max-width: 500px) {
  .sconnect-form .form-block .sconnect-btn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .underline-short:first-child {
    padding-left: 3rem;
  }
}
.sc-about-us-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #30890e;
}

@media (max-width: 500px) {
  .sc-about-us-title {
    font-size: 24px;
    line-height: 32px;
    padding: 15px;
  }
}
.about-introduce {
  margin: 64px 0;
}

@media (max-width: 500px) {
  .about-introduce {
    margin: 32px 0;
  }
}
.about-introduce .wrap-introduce {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  text-align: justify;
}

@media (max-width: 500px) {
  .about-introduce .wrap-introduce {
    display: block;
  }
}
.about-introduce .wrap-introduce .sc-banner-about-us {
  margin: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 50vh;
  border-radius: 25px;
  position: relative;
}

@media (max-width: 500px) {
  .about-introduce .wrap-introduce .sc-banner-about-us {
    height: 18vh;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-introduce .wrap-introduce .sc-banner-about-us {
    height: 23vh;
  }
}
.about-introduce .wrap-introduce .sc-banner-about-us .introduce-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #333333;
  position: absolute;
  align-content: center;
  width: 54%;
  top: 0;
  text-align: center;
  margin-left: 17%;
  margin-top: 5%;
}

@media (max-width: 500px) {
  .about-introduce .wrap-introduce .sc-banner-about-us .introduce-title {
    font-size: 14px;
    line-height: 32px;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-introduce .wrap-introduce .sc-banner-about-us .introduce-title {
    font-size: 32px;
    line-height: 42px;
    margin-top: 0%;
    width: 50%;
  }
}
.about-introduce .wrap-introduce .introduce-des {
  font-size: 18px;
  line-height: 32px;
  color: #4f4f4f;
}

@media (max-width: 500px) {
  .about-introduce .wrap-introduce .introduce-des {
    font-size: 16px;
    line-height: 28px;
  }
}
.about-introduce .wrap-introduce .about_us_video {
  width: 100%;
  text-align: center;
  margin: 4rem 0;
  scale: 1.3;
}

.about-introduce .wrap-introduce .about_us_video iframe {
  border-radius: 25px;
}

@media (max-width: 500px) {
  .about-introduce .wrap-introduce .about_us_video iframe {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .about-introduce .wrap-introduce .about_us_video {
    margin: 0;
    scale: 1;
  }
}
.about-introduce .wrap-introduce .sc-about-us-vision {
  width: 100%;
}

.about-introduce .wrap-introduce .w--50 {
  width: calc(50% - 15px);
}

@media (max-width: 500px) {
  .about-introduce .wrap-introduce .w--50 {
    width: 100%;
  }
}
.about-introduce .wrap-introduce .mg--r {
  margin-right: 15px;
}

@media (max-width: 500px) {
  .about-introduce .wrap-introduce .mg--r {
    margin-right: 0;
  }
}
.about-introduce .wrap-introduce .mg--l {
  margin-left: 15px;
}

@media (max-width: 500px) {
  .about-introduce .wrap-introduce .mg--l {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .about-introduce .wrap-introduce h3 span {
    font-size: 24px !important;
  }
}
@media (max-width: 500px) {
  .about-introduce .wrap-introduce p span {
    font-size: 20px !important;
  }
}
.about-timeline {
  margin: 64px 0;
}

.about-timeline .timeline {
  max-width: 900px;
  padding: 0 24px;
}

@media (max-width: 500px) {
  .about-timeline .timeline {
    width: 85%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-timeline .timeline {
    max-width: 700px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .about-timeline .timeline {
    max-width: 700px;
  }
}
.about-timeline .timeline .events-wrapper .filling-line {
  background-color: #7fd603;
}

.about-timeline .timeline .events-wrapper .events {
  background: #bdbdbd;
  height: 1px;
}

.about-timeline .timeline .events-wrapper .events a {
  color: #4f4f4f;
  font-weight: 900;
}

.about-timeline .timeline .events-wrapper .events a::after {
  background-color: #bdbdbd;
  bottom: -5px;
}

.about-timeline .timeline .events-wrapper .events a.selected {
  color: #7fd603;
}

.about-timeline .timeline .events-wrapper .events a.selected::after {
  background-color: #7fd603;
}

.about-timeline .events-content {
  margin: 16px 0 0 0;
}

.about-timeline .events-content .carousel-item {
  position: relative;
}

.about-timeline .events-content .carousel-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about-timeline .events-content .carousel-item .banner-text {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 50%;
  color: #fff;
  text-align: right;
}

@media (max-width: 500px) {
  .about-timeline .events-content .carousel-item .banner-text {
    width: 100%;
    right: 50%;
    bottom: 50%;
    text-align: center;
    transform: translate(50%, 50%);
    padding: 0 24px;
  }
}
.about-timeline .events-content .carousel-item .banner-text .time {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 0;
  color: #7fd603;
}

@media (max-width: 500px) {
  .about-timeline .events-content .carousel-item .banner-text .time {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-timeline .events-content .carousel-item .banner-text .title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .about-timeline .events-content .carousel-item .banner-text .title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-timeline .events-content .carousel-item .banner-text .title {
    font-size: 32px;
    line-height: 42px;
  }
}
.about-timeline .events-content .carousel-item .banner-text .des {
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 500px) {
  .about-timeline .events-content .carousel-item .banner-text .des {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-timeline .events-content .carousel-item .banner-text .des {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .about-timeline .events-content .carousel-item .banner-text .des {
    display: none;
  }
}
.about-timeline .events-content .carousel-item img {
  object-fit: cover;
  border-radius: 25px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .about-timeline .events-content .carousel-item img {
    height: 500px;
  }
}
@media (max-width: 500px) {
  .about-timeline .events-content .carousel-item img {
    height: 100%;
  }
}
.about-timeline .events-content .animationSpeed {
  background: none !important;
  padding: 0 !important;
}

.about-timeline .carousel-control-prev {
  left: -85px;
}

.about-timeline .carousel-control-next {
  right: -85px;
}

.impressive-numbers {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  position: relative;
}

.impressive-numbers::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url(../images/bg-01.png) center;
  animation-name: example;
  animation-duration: 6s;
  animation-iteration-count: 1;
}

@keyframes example {
  0% {
    top: -100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
.impressive-numbers .parent-nb-item {
  margin: 64px 0;
  color: #30890e;
}

.impressive-numbers .parent-nb-item hr {
  background-color: #30890e;
}

.impressive-numbers .parent-nb-item .list-number {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 500px) {
  .impressive-numbers .parent-nb-item .list-number {
    display: block;
  }
}
.impressive-numbers .parent-nb-item .list-number .number-item {
  text-align: center;
  width: 25%;
  padding: 0 32px;
}

@media (max-width: 500px) {
  .impressive-numbers .parent-nb-item .list-number .number-item {
    width: 100%;
    border-right: none;
    padding: 8px 0;
  }
}
.impressive-numbers .parent-nb-item .list-number .number-item .number-highlight {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .impressive-numbers .parent-nb-item .list-number .number-item .number-highlight {
    font-size: 24px;
  }
}
.impressive-numbers .parent-nb-item .list-number .number-item .number-des {
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  color: #4f4f4f;
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .impressive-numbers .parent-nb-item .list-number .number-item .number-des {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .impressive-numbers .parent-nb-item .list-number .number-item .number-des {
    font-size: 14px;
  }
}
.impressive-numbers .parent-nb-item .list-number .number-item:last-child {
  border-right: none;
}

.cultural-sconnect {
  margin: 64px 0;
}

.cultural-sconnect .cultural-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #333333;
  margin-bottom: 48px;
  text-align: center;
}

@media (max-width: 500px) {
  .cultural-sconnect .cultural-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.cultural-sconnect .cultural-content .content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

@media (max-width: 500px) {
  .cultural-sconnect .cultural-content .content-item {
    display: block;
  }
}
.cultural-sconnect .cultural-content .content-item .w--50 {
  width: calc(50% - 30px);
}

@media (max-width: 500px) {
  .cultural-sconnect .cultural-content .content-item .w--50 {
    width: 100%;
  }
}
.cultural-sconnect .cultural-content .content-item .content-item-info .item-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #7fd603;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .cultural-sconnect .cultural-content .content-item .content-item-info .item-title {
    font-size: 24px;
    line-height: 32px;
    margin: 10px 0;
  }
}
.cultural-sconnect .cultural-content .content-item .content-item-info .item-des {
  font-size: 18px;
  line-height: 32px;
  color: black;
  margin-bottom: 0;
  padding-left: 60px;
}

@media (max-width: 500px) {
  .cultural-sconnect .cultural-content .content-item .content-item-info .item-des {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0;
  }
}
.cultural-sconnect .cultural-content .content-item:last-child {
  margin-bottom: 0;
}

.cultural-sconnect .cultural-content .reverse {
  flex-direction: row-reverse;
}

.leadership-sconnect {
  padding-top: 64px;
}

.leadership-sconnect .container-fluid {
  height: 600px;
  position: relative;
  margin: 0;
  padding: 0;
}

.leadership-sconnect .container-fluid .sc-bg-leadership {
  position: absolute;
  background-color: #7fcf03;
  height: 200px;
  width: 100%;
  top: 20%;
}

.leadership-sconnect .container-fluid .container .wrap-leadership .leadership-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #333333;
  text-align: center;
  margin-bottom: 48px;
}

@media (max-width: 500px) {
  .leadership-sconnect .container-fluid .container .wrap-leadership .leadership-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 32px;
  }
}
.leadership-sconnect .container-fluid .container .list-leadership {
  display: flex;
  flex-wrap: wrap;
}

.leadership-sconnect .container-fluid .container .list-leadership .slick-list {
  height: 450px;
}

.leadership-sconnect .container-fluid .container .list-leadership .leadership-item {
  width: 20%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  order: 50;
}

@media (max-width: 500px) {
  .leadership-sconnect .container-fluid .container .list-leadership .leadership-item {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .leadership-sconnect .container-fluid .container .list-leadership .leadership-item {
    width: 25%;
  }
}
.leadership-sconnect .container-fluid .container .list-leadership .leadership-item:hover {
  cursor: pointer;
}

.leadership-sconnect .container-fluid .container .list-leadership .leadership-item .leadership-blog {
  padding: 0 20px;
}

.leadership-sconnect .container-fluid .container .list-leadership .leadership-item .border-rad-50 {
  width: 260px;
  height: 380px;
  object-fit: cover;
  border: 3px solid #30890e;
  border-radius: 25px;
}

.leadership-sconnect .container-fluid .container .list-leadership .leadership-item .sc-leadership-name {
  width: 80%;
  margin-top: -15%;
  border: 1px solid #7fcf03;
  background-color: #7fcf03;
  position: absolute;
  margin-left: 10%;
  border-radius: 12px;
}

.leadership-sconnect .container-fluid .container .list-leadership .leadership-item .sc-leadership-name .item-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  color: black;
  margin-top: 10px;
  margin-bottom: 4px;
}

.leadership-sconnect .container-fluid .container .list-leadership .leadership-item .sc-leadership-name .item-des {
  font-size: 16px;
  line-height: 24px;
  color: black;
}

@media (max-width: 500px) {
  .leadership-sconnect .container-fluid .container .list-leadership .leadership-item .sc-leadership-name {
    margin-bottom: 16px;
  }
}
.leadership-sconnect .container-fluid .container .f--20 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.leadership-sconnect .container-fluid .container .f--20 .leadership-item {
  width: 20%;
}

@media (max-width: 500px) {
  .leadership-sconnect .container-fluid .container .f--20 .leadership-item {
    width: 50%;
  }
}
.leadership-sconnect .container-fluid .container .popup {
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 4px;
  background: #fff;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  width: calc(100% - 30px);
  margin: 15px auto;
  left: 15px;
}

.leadership-sconnect .container-fluid .container .popup .border-rad-50 {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
}

@media (max-width: 500px) {
  .leadership-sconnect .container-fluid .container .popup .border-rad-50 {
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
  }
}
.leadership-sconnect .container-fluid .container .popup div {
  text-align: left;
  margin-left: 24px;
}

@media (max-width: 500px) {
  .leadership-sconnect .container-fluid .container .popup div {
    text-align: center;
    margin-left: 0px;
    padding: 0 15px;
  }
}
.leadership-sconnect .container-fluid .container .popup .item-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  color: black;
  margin-top: 10px;
  margin-bottom: 4px;
}

.leadership-sconnect .container-fluid .container .popup .item-content {
  line-height: 28px;
}

.leadership-sconnect .container-fluid .container .popup .item-content ul {
  padding-left: 24px;
}

.leadership-sconnect .container-fluid .container .leadership-item.is-active .arrow {
  position: relative;
}

.leadership-sconnect .container-fluid .container .leadership-item.is-active .arrow::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 103%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
}

.leadership-sconnect .container-fluid .container .popup.is-active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
  transition: all 0.3s ease;
}

.leadership-sconnect .container-fluid .container .show-popup::before {
  display: block !important;
}

@media (max-width: 500px) {
  .leadership-sconnect .container-fluid .container .show-popup::before {
    display: none;
  }
}
.leadership-sconnect .container-fluid .container .show-popup-pop + .popup {
  display: flex;
}

@media (max-width: 500px) {
  .leadership-sconnect .container-fluid .container .show-popup-pop + .popup {
    display: block;
    text-align: center;
    padding: 24px 0;
  }
}
.network-sconnect {
  padding: 64px 0;
}

.network-sconnect .brand-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #0b0d17;
  margin-bottom: 32px;
  text-align: center;
}

@media (max-width: 500px) {
  .network-sconnect .brand-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 16px;
  }
}
.network-sconnect .wrap-brands {
  width: 80%;
  margin: auto;
}

@media (max-width: 500px) {
  .network-sconnect .wrap-brands {
    width: 100%;
  }
}
.network-sconnect .wrap-brands .nav-tabs {
  border: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 56px;
}

@media (max-width: 500px) {
  .network-sconnect .wrap-brands .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .network-sconnect .wrap-brands .nav-tabs .nav-item {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .network-sconnect .wrap-brands .nav-tabs .nav-item {
    width: 50%;
  }
}
.network-sconnect .wrap-brands .nav-tabs .nav-item .nav-link {
  border: none;
  color: #18191f;
  font-weight: 900;
  padding: 0;
}

@media (max-width: 500px) {
  .network-sconnect .wrap-brands .nav-tabs .nav-item .nav-link {
    padding: 8px 0;
  }
}
.network-sconnect .wrap-brands .nav-tabs .nav-item .active {
  background-color: transparent;
  font-weight: 900;
  font-size: 18px;
  line-height: 32px;
  color: #30890e;
  border-bottom: 2px solid #30890e !important;
}

.network-sconnect .wrap-brands .nav-tabs .nav-item:not(:last-child) {
  border-right: 1px solid #30890e;
}

.network-sconnect .wrap-brands .nav-tabs .nav-item:first-child {
  padding-right: 64px;
}

@media (max-width: 500px) {
  .network-sconnect .wrap-brands .nav-tabs .nav-item:first-child {
    padding-right: 12px;
  }
}
.network-sconnect .wrap-brands .nav-tabs .nav-item:not(:first-child) {
  padding: 12px 64px;
}

@media (max-width: 500px) {
  .network-sconnect .wrap-brands .nav-tabs .nav-item:not(:first-child) {
    padding: 12px;
  }
}
.network-sconnect .wrap-brands .tab-content .list-brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 60px;
}

.network-sconnect .wrap-brands .tab-content .list-brands .brand-item {
  background: #ffffff;
  border-radius: 4px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1 1 calc(33.33% - 60px);
  box-sizing: border-box;
  flex-basis: calc(33.33% - 60px);
  max-width: calc(33.33% - 60px);
  border-radius: 25px;
  border: 3px solid #7fcf03;
}

.network-sconnect .wrap-brands .tab-content .list-brands .brand-item img {
  width: 100%;
  transform: scale(0.7);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .network-sconnect .wrap-brands .tab-content .list-brands .brand-item {
    width: calc(50% - 30px);
  }
  .network-sconnect .wrap-brands .tab-content .list-brands .brand-item img {
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 500px) {
  .network-sconnect .wrap-brands .tab-content .list-brands .brand-item {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.product-banner #carouselExampleIndicators {
  background-color: white;
}

.product-info {
  margin: 55px 0;
}

@media (max-width: 500px) {
  .product-info {
    margin: 30px 0;
  }
}
.product-info .wrap-product-info {
  margin: auto;
}

@media (max-width: 500px) {
  .product-info .wrap-product-info {
    width: 100%;
  }
}
.product-info .wrap-product-info .product-info-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #30890e;
  margin-bottom: 16px;
  text-align: left;
}

@media (max-width: 500px) {
  .product-info .wrap-product-info .product-info-title {
    font-size: 20px;
    line-height: 42px;
  }
}
.product-info .wrap-product-info .product-info-des {
  font-size: 18px;
  line-height: 32px;
  color: #4f4f4f;
  margin-bottom: 0;
  text-align: justify;
}

@media (max-width: 500px) {
  .product-info .wrap-product-info .product-info-des {
    font-size: 16px;
  }
}
.product-list {
  margin: 55px 0;
}

@media (max-width: 500px) {
  .product-list {
    margin: 30px 0;
  }
}
.product-list .wrap-product-list {
  margin: auto;
}

@media (max-width: 500px) {
  .product-list .wrap-product-list {
    width: 100%;
  }
}
.product-list .wrap-product-list .product-list-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #30890e;
  margin-bottom: 16px;
  text-align: left;
}

@media (max-width: 500px) {
  .product-list .wrap-product-list .product-list-title {
    font-size: 20px;
    line-height: 42px;
  }
}
.product-list .product-item {
  margin: 32px 0;
}

.product-list .product-item h3 {
  font-weight: 900;
  color: #30890e;
}

@media (max-width: 500px) {
  .product-list .product-item h3 {
    font-size: 18px;
  }
}
.product-list .product-item p {
  font-size: 24px;
  line-height: 1.5;
  text-align: justify;
}

@media (max-width: 500px) {
  .product-list .product-item p {
    font-size: 14px;
  }
}
.product-list .product-item:nth-child(1) .channel-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
  margin: 64px 0;
}

@media (max-width: 500px) {
  .product-list .product-item:nth-child(1) .channel-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.product-list .product-item:nth-child(1) .channel-items .channel-item {
  text-align: center;
}

.product-list .product-item:nth-child(1) .channel-items .channel-item img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  border-radius: 8px;
}

@media (max-width: 500px) {
  .product-list .product-item:nth-child(1) .channel-items .channel-item img {
    height: 180px;
  }
}
.product-list .product-item:nth-child(1) .channel-items .channel-item h4 {
  font-size: 16px;
  font-weight: 900;
  height: 48px;
  border: 1px solid #30890e;
  border-radius: 12px;
  margin: 0 24px;
  align-content: center;
  color: black;
}

.product-list .product-item:nth-child(1) .channel-items .channel-item h4:hover {
  background-color: #7fca03 !important;
  color: white !important;
}

.product-list .product-item:nth-child(1) .channel-items .channel-item a:hover {
  text-decoration: underline;
}

.product-list .product-item:nth-child(2) .channel-items, .product-list .product-item:nth-child(3) .channel-items, .product-list .product-item:nth-child(4) .channel-items, .product-list .product-item:nth-child(5) .channel-items {
  margin: 40px 0;
}

.product-list .product-item:nth-child(2) .channel-items .channel-item, .product-list .product-item:nth-child(3) .channel-items .channel-item, .product-list .product-item:nth-child(4) .channel-items .channel-item, .product-list .product-item:nth-child(5) .channel-items .channel-item {
  justify-self: center;
  width: 100%;
}

.product-list .product-item:nth-child(2) .channel-items .channel-item img, .product-list .product-item:nth-child(3) .channel-items .channel-item img, .product-list .product-item:nth-child(4) .channel-items .channel-item img, .product-list .product-item:nth-child(5) .channel-items .channel-item img {
  width: 100%;
}

.product-list .product-item:nth-child(6) h3 {
  position: relative;
  z-index: 999;
}

.product-list .product-item:nth-child(6) .channel-items {
  position: relative;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -57px;
  z-index: 1;
}

@media (max-width: 500px) {
  .product-list .product-item:nth-child(6) .channel-items {
    height: 100px;
    top: -15px;
  }
}
@media (max-width: 500px) {
  .product-list .product-item:nth-child(6) {
    margin: 0;
  }
}
.list-product {
  margin-bottom: 64px;
}

.list-product form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .list-product form {
    display: block;
  }
}
.list-product form .w--33 {
  width: calc(33.3333333333% - 20px);
}

@media (max-width: 500px) {
  .list-product form .w--33 {
    width: 100%;
  }
}
.list-product form .form-group {
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  border-radius: 4px;
  height: 66px;
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.list-product form .form-group::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 5%;
  height: 15%;
  background: url(../images/svg/arrow_d.svg) no-repeat;
}

.list-product form .form-group label {
  font-size: 10px;
  line-height: 14px;
  color: #828282;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0 24px;
}

.list-product form .form-group select {
  border: none;
  padding: 0;
  height: 32px !important;
  padding: 0 24px;
  color: #222222;
  appearance: none;
  cursor: pointer;
}

.list-product form .form-group input {
  border: none;
  padding: 0;
  padding: 0 24px;
}

.product-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}

@media (max-width: 500px) {
  .product-items {
    display: block;
  }
}
.product-items .w-33 {
  width: calc(33.3333333333% - 15px);
}

@media (max-width: 500px) {
  .product-items .w-33 {
    width: 100%;
  }
}
.product-items .product-item {
  margin-bottom: 56px;
}

@media (max-width: 500px) {
  .product-items .product-item {
    margin-bottom: 32px;
  }
}
.product-items .product-item .product-image {
  display: block;
  position: relative;
  overflow: hidden;
}

.product-items .product-item .product-image:hover img {
  transform: scale(1.1);
}

.product-items .product-item .product-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.4s;
}

.product-items .product-item .product-title a {
  font-size: 25px;
  line-height: 28px;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 16px 0 12px 0;
}

.product-items .product-item .product-title a:hover {
  color: #7fd603;
}

@media (max-width: 500px) {
  .product-items .product-item .product-title a {
    font-size: 18px;
  }
}
.product-items .product-item .product-des {
  font-size: 14px;
  line-height: 20px;
  color: #787878;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.product-detail-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 650px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

@media (max-width: 500px) {
  .product-detail-banner {
    align-items: center;
    height: 400px;
    text-align: center;
  }
}
.product-detail-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  z-index: -1;
}

.product-detail-banner .child-banner-text .child-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #333333;
  margin-bottom: 16px;
}

.product-detail-banner .child-banner-text .child-des {
  font-size: 18px;
  line-height: 32px;
  color: #4F4F4F;
}

.product-detail-banner .mx {
  position: fixed;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 500px) {
  .product-detail-banner .mx {
    right: 12px;
  }
}
.product-detail-banner .mx ul {
  margin: 0;
  padding: 0;
}

@media (max-width: 500px) {
  .product-detail-banner .mx ul {
    align-items: center;
  }
}
.product-detail-banner .mx ul li {
  list-style: none;
  padding: 8px 0;
}

.product-detail-banner .mx ul li .fa-cirk {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: rgba(189, 189, 189, 0.1);
  border-radius: 50%;
}

.product-detail-banner .mx ul li .fa--color::before {
  color: #7FD603;
}

.useful-info {
  padding: 40px 0;
}

.useful-info .wrap-useful-info {
  display: flex;
}

@media (max-width: 500px) {
  .useful-info .wrap-useful-info {
    display: block;
  }
}
@media (max-width: 500px) {
  .useful-info .wrap-useful-info .useful-info-item {
    margin-bottom: 32px;
  }
  .useful-info .wrap-useful-info .useful-info-item:last-child {
    margin-bottom: 0;
  }
}
.useful-info .wrap-useful-info .w--33 {
  width: 33.3333333333%;
}

@media (max-width: 500px) {
  .useful-info .wrap-useful-info .w--33 {
    width: 100%;
  }
}
.useful-info .wrap-useful-info .t-center {
  text-align: center;
}

.useful-info .wrap-useful-info .item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.useful-info .wrap-useful-info .item-title img {
  margin-right: 10px;
}

.useful-info .wrap-useful-info .item-title p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #4F4F4F;
}

.useful-info .wrap-useful-info .item-des {
  font-size: 24px;
  line-height: 33px;
  color: #0FB239;
  font-weight: 900;
}

.our-channal {
  margin: 64px 0;
}

@media (max-width: 500px) {
  .our-channal {
    margin: 32px 0;
  }
}
.our-channal .our-channal-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 42px;
  text-align: center;
}

@media (max-width: 500px) {
  .our-channal .our-channal-title {
    margin-bottom: 16px;
  }
}
.our-channal .our-channal-items {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 500px) {
  .our-channal .our-channal-items {
    display: block;
  }
}
.our-channal .our-channal-items .our-channal-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 500px) {
  .our-channal .our-channal-items .our-channal-item {
    padding: 20px 0;
  }
}
.our-channal .our-channal-items .our-channal-item .channal-info {
  margin-left: 10px;
}

.our-channal .our-channal-items .our-channal-item .channal-info .channal-info-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.our-channal .our-channal-items .our-channal-item .channal-info .info-youtube {
  display: flex;
  margin-top: 4px;
  align-items: center;
}

.our-channal .our-channal-items .our-channal-item .channal-info .info-youtube .i-youtube {
  background: #fa1717;
  padding: 4px 9px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-right: 10px;
}

.our-channal .our-channal-items .our-channal-item .channal-info .info-youtube .sub {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  color: #828282;
}

.our-channal .our-channal-items .w--33 {
  width: 33.3333333333%;
}

@media (max-width: 500px) {
  .our-channal .our-channal-items .w--33 {
    width: 100%;
  }
}
.typical-video {
  background: #F2F2F2;
  padding: 48px 0;
}

.typical-video .wrap-typical-video .typical-video-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #333333;
  margin-bottom: 32px;
}

@media (max-width: 500px) {
  .typical-video .wrap-typical-video .typical-video-title {
    font-size: 32px;
    line-height: 48px;
  }
}
.typical-video .wrap-typical-video .typical-video-items .item img {
  width: 100%;
  height: 247px;
  object-fit: cover;
  border-radius: 2px;
}

.typical-video .wrap-typical-video .typical-video-items .item .item-title {
  margin-top: 10px;
  margin-bottom: 0;
}

.typical-video .wrap-typical-video .typical-video-items .item .item-title a {
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 500px) {
  .typical-video .wrap-typical-video .typical-video-items .item .item-title a {
    font-size: 16px;
    line-height: 24px;
  }
}
.typical-video .wrap-typical-video .typical-video-items .item .item-name-channal, .typical-video .wrap-typical-video .typical-video-items .item .item-sub-channal {
  font-size: 18px;
  line-height: 32px;
  color: #787878;
}

@media (max-width: 500px) {
  .typical-video .wrap-typical-video .typical-video-items .item .item-name-channal, .typical-video .wrap-typical-video .typical-video-items .item .item-sub-channal {
    font-size: 14px;
    line-height: 22px;
  }
}
.product-content {
  margin: 64px 0;
}

.product-content .wrap-content .content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

@media (max-width: 500px) {
  .product-content .wrap-content .content-item {
    display: block;
  }
}
.product-content .wrap-content .content-item .w--50 {
  width: calc(50% - 30px);
}

@media (max-width: 500px) {
  .product-content .wrap-content .content-item .w--50 {
    width: 100%;
  }
}
.product-content .wrap-content .content-item .content-item-info .item-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #7FD603;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .product-content .wrap-content .content-item .content-item-info .item-title {
    font-size: 24px;
    line-height: 32px;
    margin: 10px 0;
  }
}
.product-content .wrap-content .content-item .content-item-info .item-des {
  font-size: 18px;
  line-height: 32px;
  color: #4F4F4F;
  margin-bottom: 0;
  padding-left: 60px;
}

@media (max-width: 500px) {
  .product-content .wrap-content .content-item .content-item-info .item-des {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0;
  }
}
.product-content .wrap-content .reverse {
  flex-direction: row-reverse;
}

.our-channal {
  margin: 64px 0;
}

@media (max-width: 500px) {
  .our-channal {
    margin: 32px 0;
  }
}
.our-channal .our-channal-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 42px;
  text-align: center;
}

@media (max-width: 500px) {
  .our-channal .our-channal-title {
    margin-bottom: 16px;
  }
}
.our-channal .our-channal-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 500px) {
  .our-channal .our-channal-items {
    justify-content: space-between;
  }
}
.our-channal .our-channal-items .our-channal-item {
  margin: 24px 0;
}

@media (max-width: 500px) {
  .our-channal .our-channal-items .our-channal-item {
    margin: 0;
  }
}
.our-channal .our-channal-items .our-channal-item .g-ytsubscribe img {
  border-radius: 50%;
}

.our-channal .our-channal-items .our-channal-item .g-ytsubscribe .yt-username {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.our-channal .our-channal-items .w--33 {
  padding-left: 110px;
  width: 33.3333333333%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .our-channal .our-channal-items .w--33 {
    width: calc(50% - 8px);
    padding-left: 0;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .our-channal .our-channal-items .w--33 {
    padding-left: 45px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .our-channal .our-channal-items .w--33 {
    padding-left: 80px;
  }
}
.sconnect-contact-us .contact-us-banner {
  position: relative;
  height: 650px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

@media (max-width: 500px) {
  .sconnect-contact-us .contact-us-banner {
    height: 400px;
  }
}
.sconnect-contact-us .contact-us-banner .sc-banner {
  border-radius: 25px;
  width: 100%;
}

.sconnect-contact-us .contact-us-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 44.27%, #ffffff 100%);
  z-index: -1;
}

.sconnect-contact-us .contact-us-banner .contact-us-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #30890e;
}

@media (max-width: 500px) {
  .sconnect-contact-us .contact-us-banner .contact-us-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.sconnect-contact-us .contact-us-form {
  margin: 24px 0 48px 0;
}

.sconnect-contact-us .contact-us-form form {
  margin: auto;
}

.sconnect-contact-us .contact-us-form form .form-group {
  margin-bottom: 28px;
}

.sconnect-contact-us .contact-us-form form .form-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .sconnect-contact-us .contact-us-form form .form-flex {
    display: block;
  }
}
.sconnect-contact-us .contact-us-form form .form-flex .f--33 {
  width: calc(33.3333333333% - 12px);
}

@media (max-width: 500px) {
  .sconnect-contact-us .contact-us-form form .form-flex .f--33 {
    width: 100%;
  }
}
.sconnect-contact-us .contact-us-form form .form-flex .form--height {
  height: 52px;
}

.sconnect-contact-us .contact-us-form form .form-flex .form--height input {
  height: 100%;
  border: 1px solid #30890e;
  border-radius: 14px;
}

.sconnect-contact-us .contact-us-form form .form--height-area textarea {
  height: 200px;
  border: 1px solid #30890e !important;
  border-radius: 14px;
}

.sconnect-contact-us .contact-us-form form .sconnect-btn {
  text-align: center;
}

.sconnect-contact-us .contact-us-form form .sconnect-btn .btn-black {
  font-size: 14px;
  line-height: 20px;
  background: #30890e;
  border-radius: 12px;
  padding: 10px 35px;
}

.sconnect-contact-us .contact-us-form form .sconnect-btn .btn-black:hover {
  background: #0fb239;
  color: #fff;
}

.contact-info {
  padding: 64px 0;
}

.contact-info .wrap-contact-info {
  background-color: #30890e;
  border-radius: 35px;
}

.contact-info .wrap-contact-info .contact-info-title {
  font-weight: 900;
  font-size: 48px;
  line-height: 40px;
  color: white;
  text-align: center;
  margin: auto;
  padding-bottom: 48px;
  padding-top: 48px;
}

@media (max-width: 500px) {
  .contact-info .wrap-contact-info .contact-info-title {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }
}
.contact-info .wrap-contact-info .contact-info-mxh ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .contact-info .wrap-contact-info .contact-info-mxh ul {
    display: block;
  }
}
.contact-info .wrap-contact-info .contact-info-mxh ul li {
  list-style: none;
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 500px) {
  .contact-info .wrap-contact-info .contact-info-mxh ul li {
    width: 100%;
    padding: 8px 0;
  }
}
.contact-info .wrap-contact-info .contact-info-mxh ul li ._img-icon {
  width: 64px;
  height: 64px;
  margin: auto;
  border-radius: 10%;
  line-height: 64px;
  text-align: center;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  padding: 13px;
}

.contact-info .wrap-contact-info .contact-info-mxh ul li ._img-icon img {
  width: 70%;
}

.contact-info .wrap-contact-info .contact-info-mxh ul li .t-link {
  font-size: 18px;
  line-height: 32px;
  color: white;
  margin-bottom: 0;
}

.contact-info .wrap-contact-info .location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
}

.contact-info .wrap-contact-info .location iframe {
  border-radius: 20px;
}

@media (max-width: 500px) {
  .contact-info .wrap-contact-info .location {
    display: block;
  }
}
.contact-info .wrap-contact-info .location .map {
  width: 60%;
}

@media (max-width: 500px) {
  .contact-info .wrap-contact-info .location .map {
    width: 100%;
  }
}
.contact-info .wrap-contact-info .location .w--50 {
  width: calc(50% - 24px);
}

@media (max-width: 500px) {
  .contact-info .wrap-contact-info .location .w--50 {
    width: 100%;
  }
}
.contact-info .wrap-contact-info .location .mg--r {
  padding: 48px;
}

@media (max-width: 500px) {
  .contact-info .wrap-contact-info .location .mg--r {
    margin-right: 0;
  }
}
.contact-info .wrap-contact-info .location .mg--l {
  margin-left: 24px;
}

@media (max-width: 500px) {
  .contact-info .wrap-contact-info .location .mg--l {
    margin-left: 0;
  }
}
.contact-info .wrap-contact-info .location .addrees {
  width: 40%;
}

.contact-info .wrap-contact-info .location .addrees .addrees-dc {
  font-weight: 900;
  font-size: 28px;
  line-height: 40px;
  color: white;
  margin-bottom: 3rem;
}

@media (max-width: 500px) {
  .contact-info .wrap-contact-info .location .addrees .addrees-dc {
    margin-bottom: 0;
  }
}
.contact-info .wrap-contact-info .location .addrees .numb_addr {
  margin: 0;
  padding: 0;
  color: white;
  margin-bottom: 4rem;
}

.contact-info .wrap-contact-info .location .addrees .numb_addr strong {
  text-align-last: right;
}

.contact-info .wrap-contact-info .location .addrees .numb_addr .addr {
  list-style: none;
}

@media (max-width: 500px) {
  .contact-info .wrap-contact-info .location .addrees {
    margin-top: 24px;
    margin-left: 24px;
    padding: 12px;
    width: 100%;
  }
}
.news-talent-container {
  background: url("../images/Back - feature post.png") center center/cover no-repeat;
  padding-bottom: 50px;
  aspect-ratio: 1440/884;
}

.news-talent-container .tab-header {
  position: relative;
  border-bottom: 1px solid rgb(51, 51, 51);
}

.news-talent-container .tab-header .container {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
  border-bottom: none;
  padding-bottom: 0px;
}

.news-talent-container .tab-header .container .tab-button {
  font-size: 32px;
  line-height: 150%;
  width: 50%;
  text-align: center;
  padding: 0;
  font-weight: 900;
  cursor: pointer;
  background: transparent;
  border: none;
  position: relative;
  color: rgb(51, 51, 51);
}

.news-talent-container .tab-header .container .tab-button.active {
  color: rgb(48, 153, 14);
  width: 44%;
}

.news-talent-container .tab-header .container .tab-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: 8px;
  background: url("../images/Line.png") center;
  transform: translateY(65%);
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
}

.news-talent-container .tab-content .tab-pane {
  display: none;
  margin-top: 22px;
}

.news-talent-container .tab-content .tab-pane.active {
  display: block;
}

.news-talent-container .news-grid {
  margin: 0;
  max-width: max-content;
}

.news-talent-container .news-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.news-talent-container .news-container .big-news {
  width: 50%;
}

.news-talent-container .news-container .big-news .news-image {
  width: 630px;
  height: 630px;
}

@media (max-width: 500px) {
  .news-talent-container .news-container .big-news .news-image {
    width: auto;
    height: 400px;
  }
}
.news-talent-container .news-container .big-news .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-content .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0.5rem;
}

@media (max-width: 500px) {
  .news-talent-container .news-container .big-news .news-content {
    margin-top: 0.5rem;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.news-talent-container .news-container .big-news .news-content .title {
  font-size: 22px;
  font-weight: 900;
  margin-top: 20px;
}

.news-talent-container .news-container .big-news .news-content .title a {
  color: rgb(51, 51, 51);
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 500px) {
  .news-talent-container .news-container .big-news .news-content .title {
    font-size: 18px;
  }
}
.news-talent-container .news-container .big-news .news-content .read-more {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 15px;
  background-color: green;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.news-talent-container .news-container .small-news-container {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-left: 3rem;
}

.news-talent-container .news-container .small-news {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  align-items: center;
  text-align: justify;
}

.news-talent-container .news-container .small-news .news-image {
  flex-shrink: 0;
  width: 259px;
  height: 259px;
}

.news-talent-container .news-container .small-news .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-talent-container .news-container .small-news .news-content {
  flex: 1;
  height: 259px;
}

.news-content .excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}

@media (max-width: 500px) {
  .news-talent-container .news-container .small-news .news-content .date {
    margin-bottom: 0.3rem;
    font-size: 12px;
  }
}
.news-talent-container .news-container .small-news .news-content .title {
  font-size: 18px;
  font-weight: 900;
  text-align: left;
}

.news-talent-container .news-container .small-news .news-content .title a {
  color: rgb(51, 51, 51);
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 500px) {
  .news-talent-container .tab-header .container .tab-indicator {
    height: 3px;
  }
  .news-talent-container .tab-header .container .tab-button {
    font-size: 14px;
  }
  .news-talent-container .news-container {
    display: block;
    background: url("../images/(mobile) - back feature post.png") center center/cover no-repeat;
  }
  .news-talent-container .news-container .big-news {
    width: 100%;
    text-align: -webkit-center;
  }
  .news-talent-container .news-container .big-news .news-content .excerpt {
    font-size: 14px;
  }
  .news-talent-container .news-container .small-news-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 3rem;
  }
  .news-talent-container .news-container .small-news .news-image {
    width: 200px;
    height: 200px;
  }
  .news-talent-container .news-container .small-news .news-content .title {
    font-size: 16px;
    text-align: left;
  }
  .news-talent-container .news-container .small-news .news-content .excerpt {
    font-size: 14px;
    margin: 0;
  }
}
.post-list {
  background: url("../images/Back - tất cả bài viết.png") center center/cover no-repeat;
  padding: 30px;
  padding-bottom: 40px;
  text-align: center;
}

.post-list .section-title {
  color: rgb(51, 51, 51);
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  line-height: 120%;
}

.section-title-layer {
  margin-bottom: 58px;
}

.post-list .post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
  align-items: start;
}

.post-list .post-item {
  padding-top: 0;
  border-radius: 8px;
  display: flex;
  height: 259px;
  width: 577px;
  transition: transform 0.3s ease;
}

.post-list .post-item:hover {
  transform: scale(1.05);
}

.post-list .post-item .post-thumbnail {
  display: block;
  width: 260px;
  height: 260px;
  background-color: #ccc;
}

.post-list .post-item .post-thumbnail img {
  width: 259px;
  height: 259px;
  object-fit: cover;
  background-color: #ddd;
}

.post-list .post-item .post-title {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 13px;
  color: #333;
}

.post-item-childs {
  padding-left: 10px;
}

.post-list .post-item .post-title a {
  text-decoration: none;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  vertical-align: middle;
  display: block;
  text-align: left;
}

.post-list .post-item .post-meta {
  font-size: 12px;
  color: gray;
  justify-self: left;
}

.post-list .post-item .excerpt {
  text-align: left;
  margin-top: 13px;
  font-size: 16px;
}

.post-meta .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.post-list .pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 5px;
}

.post-list .pagination a,
.post-list .pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: white;
  color: #333333;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 900;
  font-size: 16px;
}

.post-list .pagination .current {
  background: rgb(48, 153, 14);
  color: white;
  font-size: 16px;
}

.post-list .pagination a:hover {
  background: #ccc;
}

@media (max-width: 500px) {
  .post-list .section-title {
    font-size: 24px;
    justify-self: center;
  }
}
.sconnect-beats .sconnect-beats-banner {
  position: relative;
  height: 657px;
  width: 100%;
}

@media (max-width: 500px) {
  .sconnect-beats .sconnect-beats-banner {
    height: auto;
  }
}
.sconnect-beats .sconnect-beats-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sconnect-beats .sconnect-beats-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 44.27%, #FFFFFF 100%);
}

.sconnect-beats .sconnect-beats-banner img {
  width: 100%;
  height: 100%;
}

.sconnect-beats .ar-beats .wrap-beats-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #333333;
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .sconnect-beats .ar-beats .wrap-beats-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.sconnect-beats .ar-beats .beats-item {
  display: flex;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

@media (max-width: 500px) {
  .sconnect-beats .ar-beats .beats-item {
    display: block;
  }
}
.sconnect-beats .ar-beats .beats-item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.sconnect-beats .ar-beats .beats-item .item-image {
  display: block;
}

@media (max-width: 500px) {
  .sconnect-beats .ar-beats .beats-item .item-image {
    margin-bottom: 8px;
  }
}
.sconnect-beats .ar-beats .beats-item .item-image img {
  width: 370px;
  height: 247px;
  object-fit: cover;
  border-radius: 4px 0px 0px 4px;
}

@media (max-width: 500px) {
  .sconnect-beats .ar-beats .beats-item .item-image img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sconnect-beats .ar-beats .beats-item .item-image img {
    width: 290px;
    height: 180px;
  }
}
.sconnect-beats .ar-beats .beats-item .beats-item-content {
  margin-left: 30px;
  width: 100%;
}

@media (max-width: 500px) {
  .sconnect-beats .ar-beats .beats-item .beats-item-content {
    margin-left: 0;
  }
}
.sconnect-beats .ar-beats .beats-item .beats-item-content .item-title {
  font-weight: 900;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 12px;
  color: #333333;
  display: block;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.sconnect-beats .ar-beats .beats-item .beats-item-content .item-title:hover {
  color: #7FD603;
}

@media (max-width: 500px) {
  .sconnect-beats .ar-beats .beats-item .beats-item-content .item-title {
    font-size: 18px;
    line-height: 32px;
  }
}
.sconnect-beats .ar-beats .beats-item .beats-item-content .item-time {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0FB239;
  margin-bottom: 12px;
}

.sconnect-beats .ar-beats .beats-item .beats-item-content .item-des {
  font-size: 18px;
  line-height: 32px;
  color: #222222;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.sconnect-beats .ar-beats .beats-item .beats-item-content .read-more {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #0fb239;
  text-align: right;
  display: block;
  position: relative;
  padding-right: 18px;
}

.sconnect-beats .ar-beats .beats-item .beats-item-content .read-more::before {
  position: absolute;
  content: "";
  top: 36%;
  right: -85px;
  width: 12%;
  height: 32%;
  background: url(../images/svg/im-arrow-r.svg) no-repeat;
}

.sconnect-beats .pagination--mg {
  margin-bottom: 64px;
}

.s-radio .radio-banner {
  position: relative;
}

.s-radio .radio-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 44.27%, #FFFFFF 100%);
}

.s-radio .radio-banner img {
  width: 100%;
  height: 100%;
}

.s-radio .ar-radio .radio-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #333333;
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .s-radio .ar-radio .radio-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.s-radio .ar-radio .radio-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 9px 43px 9px 9px;
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .s-radio .ar-radio .radio-item {
    padding: 9px;
  }
}
.s-radio .ar-radio .radio-item .item-l {
  display: flex;
  align-items: center;
}

.s-radio .ar-radio .radio-item .item-l .radio-image {
  margin-right: 36px;
}

@media (max-width: 500px) {
  .s-radio .ar-radio .radio-item .item-l .radio-image {
    margin-right: 8px;
  }
}
.s-radio .ar-radio .radio-item .item-l .radio-image img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 500px) {
  .s-radio .ar-radio .radio-item .item-l .radio-image img {
    width: 50px;
    height: 50px;
  }
}
.s-radio .ar-radio .radio-item .item-l .radio-item-content .item-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
  color: #000000;
  display: block;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 500px) {
  .s-radio .ar-radio .radio-item .item-l .radio-item-content .item-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 4px;
  }
}
.s-radio .ar-radio .radio-item .item-l .radio-item-content .item-title:hover {
  color: #7FD603;
}

.s-radio .ar-radio .radio-item .item-l .radio-item-content .item-time {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
  margin-bottom: 0;
}

.s-radio .pagination--mg {
  margin-bottom: 80px;
}

.blog-detail .detail-banner {
  width: 100%;
  height: 50px;
  margin-top: 4rem;
}

.blog-detail .detail-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-detail .detail-banner .banner-icon {
  color: #0fb239;
  font-size: 26px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.blog-detail .detail-banner .banner-text {
  font-size: 12px;
  align-items: center;
}

.blog-detail .wrap-detail {
  width: 100%;
  margin: auto;
  background: #fff;
}

@media (max-width: 500px) {
  .blog-detail .wrap-detail {
    padding: 15px 0;
    padding-bottom: 0;
  }
}
.blog-detail .wrap-detail .blog-detail-title {
  margin-top: 50px;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: rgb(48, 153, 14);
  margin-bottom: 20px;
  text-align: center;
  text-align: justify;
}

@media (max-width: 500px) {
  .blog-detail .wrap-detail .blog-detail-title {
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
  }
}
.blog-detail .wrap-detail .blog-detail-time {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0fb239;
  text-align: center;
  position: relative;
  padding: 9px 0;
}

.blog-detail .wrap-detail .blog-detail-time::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background: #333;
}

.blog-detail .wrap-detail .blog-detail-content {
  font-size: 18px;
  line-height: 32px;
  color: #222222;
  margin-top: 48px;
}

.blog-detail .wrap-detail .blog-detail-content p:not(.animate__fadeInUp.animated) {
  margin-bottom: 24px;
}

.mobile-footer {
  display: none;
}

@media (max-width: 500px) {
  .blog-detail .wrap-detail .blog-detail-content {
    padding: 0;
    font-size: 14px;
    line-height: 150% !important;
  }
}
.blog-detail .wrap-detail hr {
  background-color: rgb(51, 51, 51);
  margin-top: 5px;
  margin-bottom: 5px;
}

.blog-detail .wrap-detail .blog-relation .blog-relation-title {
  color: #0fb239;
}

.blog-detail .wrap-detail .blog-relation .item {
  border: 1px solid white;
  border-radius: 16px;
}

@media (max-width: 500px) {
  .blog-detail .wrap-detail .blog-relation .item {
    margin-bottom: 1rem;
  }
}
.blog-detail .wrap-detail .blog-relation .item .item-href img {
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 240px;
}

.blog-detail .wrap-detail .blog-relation .item .item-href .item-title {
  background-color: #7fcf03;
  padding: 1rem;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  color: black;
}

.blog-detail .gallery {
  background: #f2f2f2;
  padding: 48px 0;
}

.blog-detail .gallery .gallery-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #222222;
  margin-bottom: 32px;
  text-align: center;
}

.blog-detail .gallery img {
  width: 100%;
}

@media (max-width: 500px) {
  .custom-share-container {
    margin-left: 1rem !important;
  }
  .banner-author {
    margin: 0 1rem !important;
  }
}
.s-academy .carousel-item {
  position: relative;
  height: 600px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 500px) {
  .s-academy .carousel-item {
    height: auto;
  }
}
.s-academy .carousel-item img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 500px) {
  .s-academy .carousel-item img {
    height: auto;
  }
}
.s-academy .carousel-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(151.43deg, rgba(51, 51, 51, 0) 36.97%, rgba(51, 51, 51, 0.8) 88.37%);
}

@media (max-width: 500px) {
  .s-academy .carousel-item::before {
    content: none;
  }
}
.s-academy .carousel-item .banner-text {
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  color: #fff;
  text-align: center;
}

@media (max-width: 500px) {
  .s-academy .carousel-item .banner-text {
    position: relative;
    bottom: 0%;
    right: 0%;
    width: 100%;
    color: #333;
    text-align: center;
    margin-top: 24px;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-academy .carousel-item .banner-text {
    width: 70%;
  }
}
.s-academy .carousel-item .banner-text .time {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 0;
  color: #7fd603;
}

@media (max-width: 500px) {
  .s-academy .carousel-item .banner-text .time {
    font-size: 18px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-academy .carousel-item .banner-text .time {
    font-size: 18px;
    line-height: 40px;
  }
}
.s-academy .carousel-item .banner-text .title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .s-academy .carousel-item .banner-text .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-academy .carousel-item .banner-text .title {
    font-size: 32px;
    line-height: 42px;
  }
}
.s-academy .carousel-control-next {
  right: -85px;
}

.s-academy .carousel-control-prev {
  left: -85px;
}

.s-academy .academy-preface {
  margin-top: 48px;
}

.s-academy .academy-preface .wrap-preface {
  width: 870px;
  margin: auto;
  text-align: center;
}

@media (max-width: 500px) {
  .s-academy .academy-preface .wrap-preface {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-academy .academy-preface .wrap-preface {
    width: 100%;
  }
}
.s-academy .academy-preface .wrap-preface .preface-text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 24px;
}

.s-academy .academy-highlights {
  background: #F9F9F9;
  padding: 48px 0;
  margin-top: 48px;
}

.s-academy .academy-highlights .international-standards .title {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
}

.mobile-brand {
  display: none;
}

@media (max-width: 500px) {
  .s-academy .academy-highlights .international-standards .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.s-academy .academy-highlights .international-standards .des {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 14px;
}

@media (max-width: 500px) {
  .s-academy .academy-highlights .international-standards .des {
    font-size: 16px;
    line-height: 30px;
  }
}
.s-academy .academy-highlights .international-standards ul {
  margin: 0;
  padding: 0;
}

.s-academy .academy-highlights .international-standards ul li {
  list-style: none;
  padding: 10px 0;
}

.s-academy .academy-highlights .international-standards ul li span {
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-left: 24px;
  display: inline-block;
}

@media (max-width: 500px) {
  .s-academy .academy-highlights .international-standards ul li span {
    font-size: 16px;
  }
}
.s-academy .academy-highlights .international-standards ul li:last-child {
  padding-bottom: 0;
}

@media (max-width: 500px) {
  .s-academy .academy-highlights .value-towards {
    margin-top: 48px;
  }
}
.s-academy .academy-highlights .value-towards .title {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
}

@media (max-width: 500px) {
  .s-academy .academy-highlights .value-towards .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0 !important;
  }
}
.s-academy .academy-highlights .value-towards .card {
  border: none;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
}

.s-academy .academy-highlights .value-towards .card .card-header {
  padding: 16px;
  border-bottom: none;
  background-color: #F9F9F9;
}

@media (max-width: 500px) {
  .s-academy .academy-highlights .value-towards .card .card-header {
    padding: 16px;
  }
}
.s-academy .academy-highlights .value-towards .card .card-header .btn-link {
  text-decoration: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.s-academy .academy-highlights .value-towards .card .card-header .btn-link span {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
}

@media (max-width: 500px) {
  .s-academy .academy-highlights .value-towards .card .card-header .btn-link span {
    font-size: 16px;
  }
}
.s-academy .academy-highlights .value-towards .card .card-header .btn-link:hover {
  text-decoration: none;
}

.s-academy .academy-highlights .value-towards .card .card-header .btn-link .fas {
  font-size: 12px;
}

.s-academy .academy-highlights .value-towards .card .card-header .btn-link .fas::before {
  color: #333;
}

.s-academy .academy-highlights .value-towards .card .card-header [aria-expanded=true] span {
  color: #0FB239;
}

.s-academy .academy-highlights .value-towards .card .card-header [aria-expanded=true] .fa-plus::before {
  content: "\f068";
  color: #0FB239;
}

.s-academy .academy-highlights .value-towards .card .card-header [aria-expanded=false] .fa-plus::before {
  content: "\f067";
}

.s-academy .academy-highlights .value-towards .card .card-body {
  background: #F9F9F9;
  padding: 0 16px 16px 16px;
}

.s-academy .academy-course {
  padding: 64px 0;
}

@media (max-width: 500px) {
  .s-academy .academy-course {
    padding: 32px 0;
  }
}
.s-academy .academy-course .course-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .s-academy .academy-course .course-title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 500px) {
  .s-academy .academy-course .course-item {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-academy .academy-course .course-item {
    margin-bottom: 24px;
  }
}
.s-academy .academy-course .course-item img {
  width: 100%;
  height: 247px;
  object-fit: cover;
  border-radius: 2px;
}

@media (max-width: 500px) {
  .s-academy .academy-course .course-item img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .s-academy .academy-course .course-item img {
    width: 100%;
  }
}
.s-academy .academy-course .course-item .item-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 16px;
  margin-bottom: 8px;
  transition: all 0.2s;
}

.s-academy .academy-course .course-item .item-title:hover {
  color: #0FB239;
}

.s-academy .academy-course .course-item .item-time {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #4F4F4F;
}

.s-academy .academy-course .course-item .item-time span {
  color: #0FB239;
}

.s-academy .academy-course .course-item .item-des {
  font-size: 14px;
  line-height: 20px;
  color: #4F4F4F;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.course .course-banner {
  position: relative;
  height: 657px;
  width: 100%;
}

@media (max-width: 500px) {
  .course .course-banner {
    height: auto;
  }
}
.course .course-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course .course-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 44.27%, #FFFFFF 100%);
}

.course .course-banner img {
  width: 100%;
  height: 100%;
}

.course .ar-course .wrap-course-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #333333;
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .course .ar-course .wrap-course-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.course .ar-course .course-item {
  display: flex;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

@media (max-width: 500px) {
  .course .ar-course .course-item {
    display: block;
  }
}
.course .ar-course .course-item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.course .ar-course .course-item .item-image {
  display: block;
}

@media (max-width: 500px) {
  .course .ar-course .course-item .item-image {
    margin-bottom: 8px;
  }
}
.course .ar-course .course-item .item-image img {
  width: 370px;
  height: 247px;
  object-fit: cover;
  border-radius: 4px 0px 0px 4px;
}

@media (max-width: 500px) {
  .course .ar-course .course-item .item-image img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .course .ar-course .course-item .item-image img {
    width: 290px;
    height: 180px;
  }
}
.course .ar-course .course-item .course-item-content {
  margin-left: 30px;
  width: 100%;
}

@media (max-width: 500px) {
  .course .ar-course .course-item .course-item-content {
    margin-left: 0;
  }
}
.course .ar-course .course-item .course-item-content .item-title {
  font-weight: 900;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 12px;
  color: #333333;
  display: block;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.course .ar-course .course-item .course-item-content .item-title:hover {
  color: #7FD603;
}

@media (max-width: 500px) {
  .course .ar-course .course-item .course-item-content .item-title {
    font-size: 18px;
    line-height: 32px;
  }
}
.course .ar-course .course-item .course-item-content .item-time {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0FB239;
  margin-bottom: 12px;
}

.course .ar-course .course-item .course-item-content .item-des {
  font-size: 18px;
  line-height: 32px;
  color: #222222;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.course .ar-course .course-item .course-item-content .read-more {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #0fb239;
  text-align: right;
  display: block;
  position: relative;
  padding-right: 18px;
}

.course .ar-course .course-item .course-item-content .read-more::before {
  position: absolute;
  content: "";
  top: 36%;
  right: -85px;
  width: 12%;
  height: 32%;
  background: url(../images/svg/im-arrow-r.svg) no-repeat;
}

.course .pagination--mg {
  margin-bottom: 64px;
}

.recruitment .s-recruitment-banner {
  margin: 64px 0;
}

.recruitment .s-recruitment-banner .carousel-item {
  position: relative;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 500px) {
  .recruitment .s-recruitment-banner .carousel-item {
    height: auto;
  }
}
.recruitment .s-recruitment-banner .carousel-item img {
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

@media (max-width: 500px) {
  .recruitment .s-recruitment-banner .carousel-item img {
    height: auto;
  }
}
.recruitment .s-recruitment-banner .carousel-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 25px;
}

@media (max-width: 500px) {
  .recruitment .s-recruitment-banner .carousel-item::before {
    content: none;
  }
}
.recruitment .s-recruitment-banner .carousel-item .banner-text {
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translateX(-5%);
  width: 45%;
  color: #fff;
  text-align: right;
}

@media (max-width: 500px) {
  .recruitment .s-recruitment-banner .carousel-item .banner-text {
    position: relative;
    bottom: 0%;
    right: 0%;
    width: 100%;
    color: #333;
    text-align: center;
    margin-top: 24px;
    left: 4%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .recruitment .s-recruitment-banner .carousel-item .banner-text {
    width: 70%;
  }
}
.recruitment .s-recruitment-banner .carousel-item .banner-text .btn-green {
  border-radius: 12px;
}

.recruitment .s-recruitment-banner .carousel-item .banner-text .btn-green:hover {
  color: #30890e;
}

.recruitment .s-recruitment-banner .carousel-item .banner-text .time {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 0;
  color: #7fd603;
}

@media (max-width: 500px) {
  .recruitment .s-recruitment-banner .carousel-item .banner-text .time {
    font-size: 18px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .recruitment .s-recruitment-banner .carousel-item .banner-text .time {
    font-size: 18px;
    line-height: 40px;
  }
}
.recruitment .s-recruitment-banner .carousel-item .banner-text .title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .recruitment .s-recruitment-banner .carousel-item .banner-text .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .recruitment .s-recruitment-banner .carousel-item .banner-text .title {
    font-size: 32px;
    line-height: 42px;
  }
}
.recruitment .s-recruitment-banner .carousel-control-next {
  right: -85px;
}

.recruitment .s-recruitment-banner .carousel-control-prev {
  left: -85px;
}

.recruitment .academy-recruitment {
  margin: 64px 0;
}

.recruitment .academy-recruitment .recruitment-title {
  font-weight: 800;
  font-size: 45px;
  line-height: 64px;
  color: #30890e;
  margin-bottom: 32px;
  text-align: center;
}

@media (max-width: 500px) {
  .recruitment .academy-recruitment .recruitment-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 16px;
    margin-top: 32px;
  }
}
.recruitment .dominance {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 64px;
}

@media (max-width: 500px) {
  .recruitment .dominance {
    display: block;
    margin: 0 32px;
  }
}
.recruitment .dominance .w--50 {
  width: calc(50% - 50px);
}

@media (max-width: 500px) {
  .recruitment .dominance .w--50 {
    width: 100%;
  }
}
.recruitment .dominance .dominance-item {
  display: flex;
  align-items: center;
  padding: 32px 0;
}

.recruitment .dominance .dominance-item img {
  max-width: 82px;
}

.recruitment .dominance .dominance-item .item-content {
  margin-left: 32px;
  width: calc(70% - 50px);
}

.recruitment .dominance .dominance-item .item-content .content-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  color: #30890e;
  margin-bottom: 6px;
}

.recruitment .dominance .dominance-item .item-content .content-des {
  font-size: 14px;
  line-height: 26px;
  color: #4f4f4f;
  margin-bottom: 0;
}

.recruitment .recruitment-image .item {
  height: 400px;
}

@media (max-width: 500px) {
  .recruitment .recruitment-image .item {
    height: 300px;
  }
}
.recruitment .recruitment-image .item img {
  height: 100%;
  object-fit: cover;
}

.recruitment .recruitment-image .owl-item:nth-child(1) .item img {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.recruitment .recruitment-image .owl-item:nth-child(3) .item img {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

@media (max-width: 500px) {
  .recruitment .recruitment-image .owl-item .item img {
    border-radius: 25px;
  }
}
.recruitment .vacancies {
  margin-top: 64px;
}

.recruitment .vacancies .vacancies-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #30890e;
  margin-bottom: 32px;
  text-align: center;
}

@media (max-width: 500px) {
  .recruitment .vacancies .vacancies-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
  }
}
.recruitment .vacancies .vacancies-nd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.recruitment .vacancies .vacancies-nd .w--50 {
  width: 50%;
}

.recruitment .vacancies .vacancies-nd .dl-fl {
  display: flex;
  align-items: center;
}

.recruitment .vacancies .vacancies-nd .dl-fl img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 8px;
}

.recruitment .vacancies .vacancies-nd .--pd {
  padding: 4px 0;
}

.recruitment .vacancies .vacancies-nd .name-zvz {
  font-size: 14px;
  line-height: 22px;
}

.recruitment .vacancies .vacancies-nd .date {
  width: 35%;
}

.recruitment .vacancies .vacancies-nd .color {
  color: #7fd603;
  width: 5%;
}

.recruitment .vacancies .vacancies-nd .working {
  width: 24%;
}

.recruitment .vacancies .read-more {
  font-size: 14px;
  color: #7fd603;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  padding-right: 4px;
  width: 36%;
  text-align: center;
  border: 1px solid;
  border-radius: 12px;
  line-height: 34px;
}

@media (min-width: 1366px) {
  .recruitment .vacancies .vacancies-filter {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 4px;
    height: 66px;
    background-color: #e5e5e5;
  }
}
.recruitment .vacancies form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  padding-right: 14px;
}

@media (max-width: 500px) {
  .recruitment .vacancies form {
    display: block;
    padding-right: 0px;
  }
}
.recruitment .vacancies form .w--4 {
  width: 43%;
}

@media (max-width: 500px) {
  .recruitment .vacancies form .w--4 {
    width: 100%;
  }
}
.recruitment .vacancies form .w--2 {
  width: 14%;
}

@media (max-width: 500px) {
  .recruitment .vacancies form .w--2 {
    width: 100%;
  }
}
.recruitment .vacancies form .f-search {
  border-right: 1px solid #e5e5e5;
}

.recruitment .vacancies form .f-search input {
  background-color: #e5e5e5;
  height: 32px;
}

.recruitment .vacancies form .f-select {
  padding-right: 30px;
}

.recruitment .vacancies form .f-select select {
  background-color: #e5e5e5;
}

@media (max-width: 500px) {
  .recruitment .vacancies form .f-select {
    padding-right: 0;
  }
}
.recruitment .vacancies form .form-group {
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  background-color: #e5e5e5;
}

@media (max-width: 500px) {
  .recruitment .vacancies form .form-group {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 4px;
    height: 66px;
    margin-bottom: 16px;
  }
}
.recruitment .vacancies form .form-group::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 5%;
  height: 15%;
  background: url(../images/svg/arrow_d.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  pointer-events: none;
}

.recruitment .vacancies form .form-group label {
  font-size: 10px;
  line-height: 14px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0 24px;
  font-weight: 900;
}

.recruitment .vacancies form .form-group select {
  border: none;
  padding: 0;
  height: 32px !important;
  padding: 0 24px;
  color: #222222;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  cursor: pointer;
}

.recruitment .vacancies form .form-group input {
  border: none;
  padding: 0;
  padding: 0 24px;
}

.recruitment .vacancies form .btn-tk {
  height: 46px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  background: #e5e5e5;
  border: 1px solid #30890e;
  color: black;
}

.recruitment .vacancies form .d-bg-none::before {
  background: none;
}

.recruitment .vacancies-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}

@media (max-width: 500px) {
  .recruitment .vacancies-items {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .recruitment .vacancies-items {
    justify-content: space-between;
  }
}
.recruitment .vacancies-items .w-33 {
  width: calc(33.3333333333% - 20px);
}

@media (max-width: 500px) {
  .recruitment .vacancies-items .w-33 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .recruitment .vacancies-items .w-33 {
    width: calc(50% - 15px);
  }
}
.recruitment .vacancies-items .vacancies-item {
  margin-bottom: 56px;
  margin-right: 30px;
  border: 1px solid #7fd603;
  border-radius: 25px;
}

@media (max-width: 500px) {
  .recruitment .vacancies-items .vacancies-item {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .recruitment .vacancies-items .vacancies-item {
    margin-right: 0;
  }
}
.recruitment .vacancies-items .vacancies-item .vacancies-image {
  display: block;
  position: relative;
  overflow: hidden;
}

.recruitment .vacancies-items .vacancies-item .vacancies-image:hover img {
  transform: scale(1.1);
}

.recruitment .vacancies-items .vacancies-item .vacancies-image img {
  width: 100%;
  height: 223px;
  border-radius: 8px;
  object-fit: cover;
  transition: all 0.4s;
}

.recruitment .vacancies-items .vacancies-item .div-vacancies-tt {
  padding: 2rem;
}

.recruitment .vacancies-items .vacancies-item .div-vacancies-tt .vacancies-tt {
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  color: #333333;
  min-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 16px 0 8px 0;
}

.recruitment .vacancies-items .vacancies-item .div-vacancies-tt .vacancies-tt:hover {
  color: #0fb239;
}

@media (max-width: 500px) {
  .recruitment .vacancies-items .vacancies-item .div-vacancies-tt .vacancies-tt {
    font-size: 18px;
  }
}
.recruitment .vacancies-items .vacancies-item .vacancies-des {
  font-size: 14px;
  line-height: 20px;
  color: #787878;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.recruitment .vacancies-items .rm-margin {
  margin-right: 0;
}

.recruitment .div-info-content {
  margin: 64px 0;
}

.recruitment .div-info-content .hr {
  background-color: #30890e;
  height: 1px;
  width: 100%;
  align-self: center;
}

.recruitment .div-info-content .hr:first-of-type {
  margin-right: 2rem;
}

.recruitment .div-info-content .hr:nth-of-type(2) {
  margin-left: 2rem;
}

.recruitment .div-info-content .btn-green {
  color: #fff;
  font-weight: 900;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 30px;
  background-color: #30890e;
  border-radius: 12px;
  margin: 0 !important;
}

.recruitment .contact {
  background: url(../images/bg-lhhs.png) no-repeat center;
  margin-top: 48px;
  padding: 24px 0;
}

@media (max-width: 500px) {
  .recruitment .contact {
    background: #77d436;
  }
}
.recruitment .contact .contact-inf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.recruitment .contact .contact-inf h3 {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #ffffff;
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  .recruitment .contact .contact-inf h3 {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .recruitment .contact .contact-inf h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
.recruitment .contact .contact-inf .tel-phone,
.recruitment .contact .contact-inf .matio-mail {
  color: #222222;
  font-weight: 900;
  text-decoration: underline !important;
}

.recruitment .contact .contact-inf p {
  margin-bottom: 24px;
}

@media (max-width: 500px) {
  .recruitment .contact .contact-inf p {
    margin-bottom: 16px;
  }
}
.btn-green-hover:hover {
  background-color: #7fca03 !important;
  color: white !important;
}

.recruitment-search .banner-search {
  background: url(../images/bn-td-search.png);
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruitment-search .banner-search h1 {
  color: #fff;
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
}

@media (max-width: 500px) {
  .recruitment-search .banner-search h1 {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }
}
.recruitment-search .block-search {
  margin: 48px 0;
}

.recruitment-search .sidebar-search .ip-search {
  position: relative;
  height: 48px;
  margin-bottom: 32px;
}

.recruitment-search .sidebar-search .ip-search input {
  height: 100%;
  padding-right: 60px;
}

.recruitment-search .sidebar-search .ip-search img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}

.recruitment-search .sidebar-search .chb {
  margin-bottom: 32px;
}

.recruitment-search .sidebar-search .chb:last-child {
  margin-bottom: 0;
}

.recruitment-search .sidebar-search .chb h2 {
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 16px;
}

.recruitment-search .sidebar-search .chb .form-check {
  margin: 8px 0;
}

@media (max-width: 500px) {
  .recruitment-search .sidebar-search {
    margin-bottom: 32px;
  }
}
.recruitment-search .results-item {
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.recruitment-search .results-item h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 10px;
}

.recruitment-search .results-item .results-posi ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .recruitment-search .results-item .results-posi ul {
    display: block;
  }
}
.recruitment-search .results-item .results-posi ul div {
  display: flex;
  align-items: center;
}

@media (max-width: 500px) {
  .recruitment-search .results-item .results-posi ul div {
    display: block;
  }
}
.recruitment-search .results-item .results-posi ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-right: 80px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .recruitment-search .results-item .results-posi ul li {
    margin-right: 24px;
  }
}
@media (max-width: 500px) {
  .recruitment-search .results-item .results-posi ul li {
    padding: 8px 0;
  }
}
.recruitment-search .results-item .results-posi ul li img {
  margin-right: 10px;
}

.recruitment-search .results-item .results-posi ul li p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
}

.recruitment-search .results-item .results-posi ul .read-more {
  font-size: 14px;
  line-height: 20px;
  color: #0FB239;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  padding-right: 18px;
}

.recruitment-search .results-item .results-posi ul .read-more::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -2px;
  width: 10px;
  height: 10px;
  background: url(../images/svg/arrow-r-xanh.svg) no-repeat;
}

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

@media (max-width: 500px) {
  .recruitment-detail {
    margin-bottom: 0;
  }
}
.recruitment-detail .banner {
  width: 100%;
  margin-top: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 500px) {
  .recruitment-detail .banner {
    height: 300px;
  }
}
.recruitment-detail .banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.recruitment-detail .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruitment-detail .banner .title {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #30890e;
}

.recruitment-detail .wrap-content {
  padding-bottom: 48px;
  margin-bottom: 24px;
  padding: 1.5rem;
}

.recruitment-detail .wrap-content h1 {
  color: #30890e;
}

@media (max-width: 500px) {
  .recruitment-detail .wrap-content {
    line-height: 2;
  }
}
@media (max-width: 500px) {
  .recruitment-detail .tag {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .recruitment-detail .tag {
    margin-bottom: 24px;
  }
}
.recruitment-detail .tag h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 16px;
}

.recruitment-detail .tag .wrap-tag {
  display: flex;
  align-items: center;
}

@media (max-width: 500px) {
  .recruitment-detail .tag .wrap-tag {
    display: block;
  }
}
.recruitment-detail .tag .wrap-tag .bl-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #efefef;
  border-radius: 19px;
  padding: 8px 16px;
  margin-right: 16px;
  position: relative;
}

.recruitment-detail .tag .wrap-tag .bl-tag:last-child {
  margin-right: 0;
}

@media (max-width: 500px) {
  .recruitment-detail .tag .wrap-tag .bl-tag {
    display: inline-flex;
    margin-bottom: 16px;
  }
}
.recruitment-detail .tag .wrap-tag .tag-name {
  font-size: 14px;
  line-height: 22px;
  margin-right: 14px;
}

.recruitment-detail .info-td .info-td-row {
  margin: 32px 0;
}

.recruitment-detail .info-td .info-td-row .info-td-item {
  display: flex;
  margin: 16px 0;
}

.recruitment-detail .info-td .info-td-row .info-td-item img {
  scale: 0.7;
}

.recruitment-detail .info-td .info-td-row .info-td-item p {
  margin: 0;
  align-content: center;
  font-size: 16px;
}

.recruitment-detail .info-td ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.recruitment-detail .info-td ul li {
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 12px 0;
}

@media (max-width: 500px) {
  .recruitment-detail .info-td ul li {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .recruitment-detail .info-td ul li {
    width: 50%;
  }
}
.recruitment-detail .info-td ul li img {
  margin-right: 8px;
}

.recruitment-detail .info-td ul li p {
  margin-bottom: 0;
}

.recruitment-detail .info-td ul li .w--70 {
  width: 70%;
}

.mobile-content-brand {
  display: none;
}

@media (max-width: 500px) {
  .recruitment-detail .info-td ul li .w--70 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .recruitment-detail .info-td ul li:last-child {
    width: 100%;
  }
}
.recruitment-detail .info-content .div-info-content {
  margin: 64px 0;
}

.recruitment-detail .info-content .div-info-content .hr {
  background-color: #30890e;
  height: 1px;
  width: 100%;
  align-self: center;
}

.recruitment-detail .info-content .div-info-content .hr:first-of-type {
  margin-right: 2rem;
}

.recruitment-detail .info-content .div-info-content .hr:nth-of-type(2) {
  margin-left: 2rem;
}

.recruitment-detail .info-content .div-info-content .btn-green {
  color: #fff;
  font-weight: 900;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 30px;
  background-color: #30890e;
  border-radius: 12px;
  margin: 0 !important;
}

.sconnect-s-cafe {
  height: 100vh;
}

.sconnect-s-cafe .sconnect-banner .banner_1 {
  top: 0;
}

.sconnect-s-cafe .sconnect-banner .title-logo-scafe {
  z-index: 1;
  font-size: 32px;
  padding-left: 2.25rem;
  padding-top: 0.75rem;
  font-family: "Roboto";
}

.my-shuffle input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.my-shuffle .my-shuffle {
  position: relative;
  overflow: hidden;
}

.my-shuffle .image-item {
  margin-bottom: 30px;
}

.my-shuffle .aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.my-shuffle .aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.my-shuffle .aspect--16x9 {
  padding-bottom: 56.25%;
}

.my-shuffle .aspect--9x80 {
  padding-bottom: calc(112.5% + 30px);
}

.my-shuffle .aspect--32x9 {
  padding-bottom: calc(28.125% - 8px);
}

.my-shuffle .image-item img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #7FD603;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.loading {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  background: rgba(0, 0, 0, 0.568627451);
  width: 100%;
  height: 100%;
}

footer {
  background: rgb(51, 51, 51);
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 58px 85px;
  padding-top: 100px;
  flex-wrap: wrap;
  font-family: "Roboto";
  align-items: center;
}

.footer-left {
  max-width: 38%;
}

.footer-left .logo {
  max-width: 200px;
}

.footer-left h2 {
  margin: 20px 0;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.footer-left p {
  font-size: 16px;
  margin: 0 0 20px;
}

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

.footer-contact p {
  margin: 5px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.footer-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.footer-icons a {
  display: inline-block;
  background-color: #fff;
  color: #4c4c4c;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  width: 30px;
  height: 30px;
  place-content: center;
  border-radius: 15px;
}

.newsletter-box {
  background: rgb(165, 223, 39);
  padding: 30px 25px;
  border-radius: 15px;
  max-width: 320px;
  color: #333;
  font-family: "Roboto";
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: fit-content;
  position: relative;
}

.newsletter-box h3 {
  font-size: 30px;
  font-weight: 900;
  line-height: 120%;
  align-items: center;
  gap: 10px;
  margin: 10px 0 10px 0;
  color: #333;
  justify-items: center;
  justify-self: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.newsletter-box h3 img {
  width: 80px;
  height: auto;
  position: absolute;
  top: -41px;
}

.newsletter-box p {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0;
  line-height: 150%;
}

.newsletter-form {
  display: flex;
  background-color: white;
  border-radius: 25px;
  overflow: hidden;
  align-items: center;
  padding: 0 10px;
  position: relative;
}

.newsletter-form input[type=email] {
  flex: 1;
  border: none;
  padding: 10px;
  font-style: italic;
  font-size: 14px;
  border-radius: 0;
  outline: none;
  height: 40px;
}

.newsletter-form button {
  background: rgb(51, 51, 51) !important;
  color: white;
  border: none;
  padding: 10px 20px;
  font-weight: 900;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  height: 40px;
  right: 0;
  position: absolute;
}

.progress-wrap.btn-right-side {
  bottom: 100px;
}

.paragraph-mobile, .mobile_sub_solution, .mobile-section-subtitle {
  display: none;
}

.balloon-item-relative {
  border-radius: 100%;
  background-size: contain;
  border: 1px solid #ddd;
  cursor: pointer;
}

@keyframes spin-reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  } /* quay ngược lại */
}
@media (max-width: 500px) {
  .blog-detail-content .aligncenter {
    width: auto !important;
  }
  .balloon-container .balloon-item:nth-of-type(1) .balloon-item-relative,
  .balloon-container .balloon-item:nth-of-type(2) .balloon-item-relative,
  .balloon-container .balloon-item:nth-of-type(5) .balloon-item-relative,
  .balloon-container .balloon-item:nth-of-type(6) .balloon-item-relative,
  .balloon-container .balloon-item:nth-of-type(10) .balloon-item-relative {
    width: 59px !important;
    height: 59px !important;
  }
  .balloon-container .balloon-item:nth-of-type(3) .balloon-item-relative,
  .balloon-container .balloon-item:nth-of-type(4) .balloon-item-relative,
  .balloon-container .balloon-item:nth-of-type(7) .balloon-item-relative,
  .balloon-container .balloon-item:nth-of-type(8) .balloon-item-relative,
  .balloon-container .balloon-item:nth-of-type(9) .balloon-item-relative {
    width: 79px !important;
    height: 79px !important;
  }
  .paragraphs-pc {
    display: none;
  }
  .paragraph-mobile {
    display: block;
  }
  .sconnect-banner .caro .caro-inner {
    -webkit-align-content: center;
    position: relative;
  }
  .sconnect-banner .caro .caro-inner img {
    height: auto;
    position: absolute;
    text-align: -webkit-center;
  }
  .numb-most {
    min-width: 90%;
    height: 80px;
    min-height: 100px;
    margin-top: -65px !important;
  }
  #about-scn-media {
    min-height: 550px;
    height: 550px;
  }
  #about-scn-media row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .about-sc h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 120%;
    margin-bottom: -5px;
  }
  .about-sc-hr-img {
    width: 134px;
    height: 2px;
  }
  .about-sc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
    text-align: -webkit-center;
  }
  .contain-solution .row-solution .title_solution {
    font-size: 24px;
    font-weight: 900;
    line-height: 120%;
    text-align-last: center;
  }
  .contain-solution .row-solution .layer_content_solution {
    justify-items: center;
    place-self: center;
    margin: 10px 0;
    text-align: -webkit-center;
  }
  .contain-solution {
    margin: 0;
    padding: 1rem;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .contain-solution .row-solution .content_solution {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: -webkit-center;
  }
  .pc_sub_solution {
    display: none;
  }
  .mobile_sub_solution {
    display: block;
    padding: 0;
  }
  .mobile-solution-item {
    background: linear-gradient(to bottom, #32d154, #85e67f); /* gradient xanh lá */
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .mobile-solution-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 6px;
  }
  .mobile-solution-content {
    color: #fff;
    font-size: 14px;
    line-height: 140%;
    float: left;
    text-align: left;
    font-weight: 400;
  }
  .mobile-solution-content img {
    width: 15px;
  }
  .mobile-solution-content ul {
    padding-left: 20px;
    margin: 0;
  }
  .mobile-solution-content ul li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
  }
  .mobile-solution-content ul li::before {
    content: "✔";
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
  }
  .solution-button {
    display: inline-block;
    background-color: #000;
    color: #b4ff00;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
    padding: 9.8px 18px;
    margin-top: 16px;
    font-size: 14px;
    text-decoration: none;
  }
  .solution-button:hover {
    background-color: #222;
  }
  .mobile-solution-item-0, .mobile-solution-item-2 {
    background: linear-gradient(180deg, #30990E 0%, #A5DF27 100%);
    min-height: 220px;
    padding: 11px 19px;
  }
  .mobile-solution-item-1, .mobile-solution-item-3 {
    background: rgb(51, 51, 51);
    min-height: 220px;
    padding: 11px 19px;
  }
  .mobile-solution-item-0 a, .mobile-solution-item-2 a {
    border: 1px solid rgb(51, 51, 51);
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    min-width: 140px;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 12px;
    bottom: 11px;
    left: 20px;
    position: absolute;
    height: 30px;
    line-height: 100%;
  }
  .mobile-solution-item-1 a, .mobile-solution-item-3 a {
    border: 1px solid rgb(166, 224, 39);
    background: rgb(166, 224, 39);
    color: rgb(51, 51, 51);
    min-width: 140px;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 12px;
    bottom: 11px;
    left: 20px;
    position: absolute;
    height: 30px;
    line-height: 100%;
  }
  .success-story-wrapper .section-title {
    font-size: 24px;
  }
  #about-solution {
    min-height: 1000px;
  }
  .success-story-wrapper {
    margin: 0;
    padding-bottom: 20px;
  }
  .container-story-wrapper {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 20px !important;
  }
  .story-image-wrapper img {
    height: 150px;
  }
  .mobile-container-story, .mobile-story-background {
    margin: 0 !important;
  }
  .mobile-story-0,
  .mobile-story-1,
  .mobile-story-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .layer_section_story {
    max-width: 120px;
  }
  .mobile-section-subtitle {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
    text-align-last: center;
  }
  .pc-section-subtitle {
    display: none;
  }
  .container-about-sc {
    background: url("../images/(mobile) - Back - Về SCM.png") center center/cover no-repeat;
    margin-top: 40px !important;
  }
  #about-solution {
    background: url("../images/(mobile) Back - dịch vụ.png") center center/cover no-repeat;
  }
  .story-background {
    margin: 0;
    padding: 0;
  }
  .story-card {
    margin: 0;
    width: 250px;
    min-height: auto;
  }
  .story-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    margin-top: 10px;
    margin-bottom: 5px;
    min-height: auto;
  }
  .story-content {
    padding: 0;
  }
  .story-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    max-height: 103px;
    margin-bottom: 20px;
  }
  .mobile-story-1, .mobile-story-3 {
    justify-items: end;
    display: grid;
  }
  .contain-owned .text-owned {
    width: 100%;
    margin: auto;
  }
  .container-typical .layer_content_typical {
    width: 134px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .container-typical .content-typical {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    padding-top: 5px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
    text-align: justify;
  }
  .container-typical .repeater-typical .swiper-button-prev {
    left: 44%;
  }
  .container-typical .repeater-typical .swiper-button-next {
    right: 40%;
  }
  .figure-wrapper .text_block h2 {
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    width: 90%;
    place-self: center;
  }
  .figure_img {
    order: 2;
    padding: 0;
    margin-bottom: 10px;
  }
  .pc-brand {
    display: none;
  }
  .mobile-brand {
    display: block;
  }
  .layer_figure_story {
    place-self: anchor-center;
    width: 134px;
    height: 2px;
  }
  .figure-wrapper .text_block p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 8px;
    margin-bottom: 23px;
  }
  .mobile-content-brand {
    display: block;
  }
  .pc-content-brand {
    display: none;
  }
  .figure-wrapper .text_block {
    min-height: 300px;
    text-align: -webkit-center;
  }
  .wf_story {
    width: 166px;
    position: unset;
    display: block;
    justify-self: center;
  }
  .sconnect-left h2, .sconnect-left p, .sconnect-left {
    display: none;
  }
  .featured-blog .title {
    font-size: 24px;
    font-weight: 900;
  }
  .featured-blog {
    padding: 0;
    margin-top: 40px;
  }
  .layer_partner {
    width: 134px;
    height: 2px;
  }
  .sconnect-form .form-group-btn {
    margin-top: 20px;
  }
  .featured-blog .subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .blog-card .post-title a {
    font-size: 14px;
    font-weight: 700;
    height: 51px;
    line-height: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-bottom: 2px;
    box-sizing: content-box;
    width: 170px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .blog-card .post-title {
    height: 51px;
  }
  .footer-left {
    order: 2;
    max-width: 100%;
    place-items: center;
    text-align: -webkit-center;
  }
  .footer-icons {
    text-align: -webkit-center;
  }
  footer {
    margin-top: 0;
    padding: 60px 40px;
    padding-bottom: 30px;
  }
  .footer-left h2 {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 300px;
  }
  .mobile-footer {
    display: block;
  }
  .pc-footer {
    display: none;
  }
  .newsletter-box {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 165px;
    padding: 12px;
  }
  .newsletter-box h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .newsletter-form input[type=email] {
    height: 30px;
  }
  .footer-left .logo {
    width: 100px;
    height: 40px;
    margin-top: 10px;
  }
  .newsletter-box h3 img {
    width: 51px;
    top: -30px;
  }
  .newsletter-box p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 200px;
    text-align: -webkit-center;
  }
  .sconnect-form-flex {
    display: block;
  }
  .sconnect-banner .caro {
    top: -210px;
  }
  .contain-solution .row-solution {
    padding: 0;
  }
  .mobile-about-solution {
    padding: 0;
    text-align: -webkit-center;
  }
  .mobile-story-1 .story-title, .mobile-story-1 .story-text {
    text-align: right;
  }
  .contain-owned .ballon .balloon-item img {
    width: 20px;
    height: 20px;
  }
  .contain-owned .ballon .balloon-item:nth-child(2) img {
    width: 25px;
    height: 25px;
  }
  .contain-owned .ballon .balloon-item:nth-child(3) img {
    width: 25px;
    height: 25px;
  }
  .contain-owned .ballon .balloon-item:nth-child(4) img {
    width: 20px;
    height: 25px;
  }
  .contain-owned .ballon .balloon-item:nth-child(5) img {
    width: 20px;
    height: 20px;
  }
  .contain-owned .ballon .balloon-item:nth-child(6) img {
    width: 20px;
    height: 20px;
  }
  .contain-owned .ballon .balloon-item:nth-child(7) img {
    width: 25px;
    height: 25px;
  }
  .contain-owned .ballon .balloon-item:nth-child(8) img {
    width: 25px;
    height: 25px;
  }
  .contain-owned .ballon .balloon-item:nth-child(9) img {
    width: 25px;
    height: 25px;
  }
  .contain-owned .ballon .balloon-item:nth-child(10) img {
    width: 20px;
    height: 20px;
  }
  .contain-owned .ballon .balloon-item {
    top: 5% !important;
    left: 4% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(2) {
    top: 90% !important;
    left: 4% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(3) {
    top: 28% !important;
    left: 19% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(4) {
    top: 4% !important;
    left: 80% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(5) {
    top: 60% !important;
    left: 4% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(6) {
    top: 63% !important;
    left: 38% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(7) {
    top: 3% !important;
    left: 49% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(8) {
    top: 43% !important;
    left: 65% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(9) {
    top: 84% !important;
    left: 80% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(10) {
    top: 92% !important;
    left: 49% !important;
  }
  .container-typical {
    margin-top: 70px !important;
    text-align: -webkit-center;
  }
  .container-typical .repeater-typical .typical-slider {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .container-typical .repeater-typical .typical-item {
    width: 138px;
    height: 205px;
  }
  .container-typical .repeater-typical .swiper-slide {
    width: 138px !important;
    height: 205px !important;
  }
  .container-typical .repeater-typical .swiper-button-next,
  .container-typical .repeater-typical .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 90%;
  }
  .figure-wrapper {
    margin-top: 20px;
    gap: 12px;
  }
  .container-fluid-figure .container-fluid {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .container-partner .list-partner .partner-item img {
    height: 15px;
  }
  .container-partner .list-partner .partner-item {
    height: auto;
  }
  .container-cooperate {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: -webkit-center;
  }
  .container-fluid-merge-2 {
    margin: 0 !important;
  }
  .container-cooperate .div-cooperate .title {
    margin-bottom: 5px;
  }
  .sconnect-container {
    padding: 0;
  }
  .sconnect-form .form-group-btn {
    justify-self: center;
  }
  .container-featured-blog {
    text-align: -webkit-center;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 40px;
  }
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
    place-items: center;
  }
  .blog-card img {
    height: 170px;
    width: 170px;
    min-height: auto;
  }
  .blog-card .excerpt {
    display: none;
  }
  html, body {
    overflow-x: hidden;
  }
  .container-partner, .footer-icons {
    text-align: -webkit-center;
  }
  .footer-icons {
    width: 100%;
    justify-content: center;
  }
  .g-recaptcha {
    text-align: -webkit-left;
  }
  .container-partner {
    padding-bottom: 0;
  }
  .partner-item:nth-child(16n),
  .partner-item:nth-child(16n-1),
  .partner-item:nth-child(16n-2),
  .partner-item:nth-child(16n-3),
  .partner-item:nth-child(16n-4),
  .partner-item:nth-child(16n-5),
  .partner-item:nth-child(16n-6),
  .partner-item:nth-child(16n-7) {
    transform: unset;
  }
  .brand-item:nth-child(-n+5),
  .brand-item:nth-child(n+11):nth-child(-n+15),
  .brand-item:nth-child(n+21):nth-child(-n+25),
  .brand-item:nth-child(n+31):nth-child(-n+35) {
    transform: unset;
  }
  .form-group label {
    text-align: -webkit-left;
  }
  .container-partner br {
    display: none;
  }
  .typical-title span {
    font-size: 14px !important;
    line-height: 120%;
  }
  .news-talent-container .news-container .big-news .news-image {
    height: 300px;
  }
  .news-talent-container .news-container .big-news .news-image img {
    height: 300px;
    width: 300px;
  }
  .news-talent-container .tab-content {
    padding: 0;
  }
  .news-talent-container .news-container .big-news .news-content .title a,
  .news-talent-container .news-container .small-news .news-content .title a {
    font-size: 18px;
  }
  .news-content .date {
    display: none;
  }
  .news-talent-container .news-container .small-news {
    gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
    height: 200px;
  }
  .news-talent-container .news-container .small-news .news-content {
    height: 200px;
    width: 200px;
  }
  .news-talent-container .news-container .small-news .news-image img {
    border-radius: 5px;
  }
  .news-talent-container {
    padding-bottom: 0;
  }
  .post-list {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    background: url("../images/(mobile) - back tất cả bài viết (1).png") center center/cover no-repeat;
  }
  .section-title-layer {
    height: 2px;
    margin-bottom: 20px;
  }
  .post-list .post-item .post-title a {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Hiển thị tối đa 3 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .post-list .container {
    padding: 0 !important;
  }
  .post-list .post-item .excerpt,
  .post-meta .date {
    display: none;
  }
  .post-list .post-item {
    height: 250px;
    width: 175px;
    display: block;
  }
  .post-list .post-grid {
    gap: 8px;
    margin-bottom: 10px;
  }
  .post-list .post-item .post-thumbnail {
    width: 175px;
    height: 175px;
    border-radius: 5px;
  }
  .post-list .post-item .post-thumbnail img {
    height: 175px;
    width: 175px;
    border-radius: 5px;
  }
  .post-item-childs {
    padding: 0;
    padding-top: 10px;
  }
  .news-talent-container .news-container .small-news .news-content .title a {
    font-size: 16px;
  }
  .news-talent-container .news-container .small-news .news-content .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Hiển thị tối đa 3 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .blog-detail .wrap-detail .blog-detail-title {
    margin: 0;
  }
  .toc-toggle span,
  .toc-content ul li a {
    font-size: 14px;
  }
  .toc-content {
    padding: 9px 14px;
  }
  .blog-detail-content img {
    max-width: 300px;
  }
  .blog-detail-content h1,
  .blog-detail-content h2,
  .blog-detail-content h3,
  .blog-detail-content h4,
  .blog-detail-content h5 {
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: 700;
  }
  .faq-mobile {
    height: 24px;
  }
  .faq-question {
    padding: 7px !important;
    font-size: 14px !important;
  }
  .faq-answer {
    font-size: 14px !important;
  }
  .div-return p {
    font-size: 14px !important;
  }
  .social-btn img {
    height: 25px !important;
  }
  .scroll-detail {
    display: none;
  }
  .blog-detail .post-list {
    padding-top: 0 !important;
    padding-bottom: 2rem !important;
  }
  .div-return img {
    height: 25px !important;
  }
  .div-return {
    margin-bottom: 30px !important;
  }
  .banner-text {
    font-size: 12px !important;
    margin-top: 10px;
  }
  .sconnect-header .wrap-menu .contact-now {
    display: none !important;
  }
}
@media (min-width: 501px) and (max-width: 1260px) {
  .balloon-container .balloon-item:nth-of-type(1) .balloon-item-relative,
  .balloon-container .balloon-item:nth-of-type(2) .balloon-item-relative,
  .balloon-container .balloon-item:nth-of-type(5) .balloon-item-relative,
  .balloon-container .balloon-item:nth-of-type(6) .balloon-item-relative,
  .balloon-container .balloon-item:nth-of-type(10) .balloon-item-relative {
    width: 95px !important;
    height: 95px !important;
  }
  .balloon-container .balloon-item:nth-of-type(3) .balloon-item-relative,
  .balloon-container .balloon-item:nth-of-type(4) .balloon-item-relative,
  .balloon-container .balloon-item:nth-of-type(7) .balloon-item-relative,
  .balloon-container .balloon-item:nth-of-type(8) .balloon-item-relative,
  .balloon-container .balloon-item:nth-of-type(9) .balloon-item-relative {
    width: 110px !important;
    height: 110px !important;
  }
  .scroll-detail {
    display: none;
  }
  .post-list .section-title {
    font-size: 32px;
  }
  .post-list .post-item .post-title a {
    font-size: 20px;
  }
  .post-list .post-item .excerpt {
    font-size: 14px;
    margin-top: 5px;
  }
  .post-list .post-item {
    width: auto;
  }
  .post-list .post-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .news-talent-container .tab-header .container .tab-button {
    font-size: 24px;
  }
  .news-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-talent-container .tab-content {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .news-talent-container .news-container .big-news .news-image {
    width: 100%;
  }
  .news-talent-container .news-container .big-news {
    width: 100%;
  }
  .news-talent-container .news-container {
    display: block;
  }
  .news-talent-container .news-container .big-news .news-image img,
  .news-talent-container .news-container .big-news .news-image {
    height: 320px;
  }
  .container-fluid-figure {
    height: 550px;
  }
  .figure_img img {
    height: 520px;
  }
  .container-fluid-figure .container-fluid {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .wf_story {
    width: 370px;
    position: unset;
    display: block;
    justify-self: center;
  }
  .sconnect-header .wrap-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    margin-left: 1rem;
    margin-right: 6%;
  }
  .sconnect-header .wrap-menu .contact-now {
    font-size: 18px;
    font-weight: 900;
    color: #4f4b4b;
  }
  .sconnect-header {
    position: relative;
    background-color: #ffffff !important;
  }
  .hamburger_nav {
    transform: translateY(180%);
  }
  .sconnect-banner .title-content-banner .title-content-banner-title {
    font-size: 48px;
  }
  .numb-most {
    min-width: 700px;
  }
  .sconnect-banner .caro .caro-inner {
    top: 10%;
  }
  .repeater-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 4px;
    margin-top: 20px;
  }
  .sconnect-banner .title-content-banner .title-content-banner-title,
  .about-sc h3,
  .contain-solution .row-solution .title_solution,
  .success-story-wrapper .section-title,
  .contain-owned .text-owned h3,
  .container-typical .title-typical,
  .figure-wrapper .text_block h2,
  .container-partner h3,
  .container-cooperate .div-cooperate .title,
  .featured-blog .title {
    font-size: 36px;
  }
  #about-sc {
    margin-left: 40px;
    margin-right: 40px;
  }
  .contain-solution .row-solution {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pc_sub_solution .solution-title {
    font-size: 18px;
  }
  .pc_sub_solution .solution-content {
    font-size: 14px;
  }
  .pc_sub_solution .solution-item-0 .solution-button, .pc_sub_solution .solution-item-2 .solution-button,
  .pc_sub_solution .solution-item-1 .solution-button, .pc_sub_solution .solution-item-3 .solution-button {
    font-size: 14px;
  }
  .pc_sub_solution .solution-item {
    padding: 10px 14px;
    min-height: 400px;
  }
  .contain-solution .swiper-button-prev,
  .contain-solution .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .contain-solution .swiper-button-prev {
    left: 50%;
  }
  #about-solution {
    min-height: 850px;
  }
  .container-story-wrapper {
    width: 70%;
  }
  .contain-owned .ballon .balloon-item img {
    width: 50px;
    height: 50px;
  }
  .contain-owned .ballon .balloon-item:nth-child(2) img {
    width: 60px;
    height: 60px;
  }
  .contain-owned .ballon .balloon-item:nth-child(3) img {
    width: 50px;
    height: 50px;
  }
  .contain-owned .ballon .balloon-item:nth-child(4) img {
    width: 50px;
    height: 50px;
  }
  .contain-owned .ballon .balloon-item:nth-child(5) img {
    width: 50px;
    height: 50px;
  }
  .contain-owned .ballon .balloon-item:nth-child(6) img {
    width: 50px;
    height: 50px;
  }
  .contain-owned .ballon .balloon-item:nth-child(7) img {
    width: 60px;
    height: 60px;
  }
  .contain-owned .ballon .balloon-item:nth-child(8) img {
    width: 60px;
    height: 60px;
  }
  .contain-owned .ballon .balloon-item:nth-child(9) img {
    width: 60px;
    height: 60px;
  }
  .contain-owned .ballon .balloon-item:nth-child(10) img {
    width: 50px;
    height: 50px;
  }
  .contain-owned .ballon .balloon-item {
    top: 5% !important;
    left: 4% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(2) {
    top: 90% !important;
    left: 4% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(3) {
    top: 28% !important;
    left: 19% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(4) {
    top: 4% !important;
    left: 80% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(5) {
    top: 60% !important;
    left: 4% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(6) {
    top: 63% !important;
    left: 38% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(7) {
    top: 3% !important;
    left: 49% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(8) {
    top: 43% !important;
    left: 65% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(9) {
    top: 84% !important;
    left: 80% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(10) {
    top: 92% !important;
    left: 49% !important;
  }
  .container-typical .repeater-typical .swiper-button-prev {
    left: 42.4%;
  }
  .container-typical .repeater-typical .swiper-button-next {
    left: 49.4%;
  }
  .sconnect-form {
    max-width: 700px;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .scroll-detail {
    display: block;
  }
  .newsletter-widget,
  .div-search-post {
    width: 250px !important;
  }
  .post-list .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-talent-container .news-container .big-news .news-image img,
  .news-talent-container .news-container .big-news .news-image {
    height: 320px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .figure-wrapper {
    margin-top: 40px;
    gap: 10px;
  }
  .container-fluid-figure {
    height: 450px;
  }
  .figure_img img {
    height: 420px;
  }
  .container-fluid-figure .container-fluid {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .wf_story {
    width: 200px;
    position: unset;
    display: block;
    justify-self: center;
  }
  .contain-solution .swiper-button-prev,
  .contain-solution .swiper-button-next {
    top: 60%;
  }
  .contain-solution .swiper-button-prev {
    left: 40%;
  }
  .sconnect-banner .title-content-banner {
    padding-left: 40px;
  }
  #about-scn-media {
    min-height: 510px;
  }
}
@media (min-width: 769px) and (max-width: 879px) {
  .contain-solution .swiper-button-prev {
    left: 31%;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .sconnect-wrap-nav {
    height: auto !important;
  }
  .sconnect-banner .title-content-banner .title-content-banner-title {
    font-size: 32px;
  }
  .sconnect-banner .title-content-banner {
    padding: 0;
    text-align: center;
  }
  .sconnect-banner .title-content-banner p {
    margin-top: 10px;
  }
  .about-scn-media-mobile {
    height: 400px;
  }
  .sconnect-banner .caro {
    top: -420px;
  }
  #about-scn-media {
    height: 950px;
  }
  .numb-most {
    min-width: 500px;
  }
  .numb-most .row-numb .div-numb .underline-short {
    font-size: 18px;
  }
  .about-sc h3,
  .contain-solution .row-solution .title_solution,
  .success-story-wrapper .section-title,
  .contain-owned .text-owned h3,
  .container-typical .title-typical,
  .figure-wrapper .text_block h2,
  .container-partner h3,
  .container-cooperate .div-cooperate .title,
  .featured-blog .title {
    font-size: 32px;
  }
  #about-sc {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .paragraphs-pc {
    text-align: -webkit-center;
  }
  .mobile-about-solution {
    text-align: -webkit-center;
    justify-items: anchor-center;
  }
  .contain-solution .row-solution .title_solution {
    text-align: center;
  }
  .repeater-wrapper {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 4px;
    margin-top: 20px;
  }
  .contain-solution .row-solution {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mobile_sub_solution {
    display: block;
  }
  .pc_sub_solution {
    display: none;
  }
  .mobile-solution-item {
    background: linear-gradient(to bottom, #32d154, #85e67f);
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .mobile-solution-item-0, .mobile-solution-item-2 {
    background: linear-gradient(180deg, #30990E 0%, #A5DF27 100%);
    min-height: 220px;
    padding: 11px 19px;
  }
  .mobile-solution-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 6px;
  }
  .mobile-solution-content {
    color: #fff;
    font-size: 16px;
    line-height: 140%;
    float: left;
    text-align: left;
    font-weight: 400;
  }
  .mobile-solution-content img {
    width: 15px;
  }
  .mobile-solution-item-0 a, .mobile-solution-item-2 a {
    border: 1px solid rgb(51, 51, 51);
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    min-width: 140px;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 12px;
    bottom: 11px;
    left: 20px;
    position: absolute;
    height: 30px;
    line-height: 100%;
  }
  .mobile-solution-item-1, .mobile-solution-item-3 {
    background: rgb(51, 51, 51);
    min-height: 220px;
    padding: 11px 19px;
  }
  .mobile-solution-item-1 a, .mobile-solution-item-3 a {
    border: 1px solid rgb(166, 224, 39);
    background: rgb(166, 224, 39);
    color: rgb(51, 51, 51);
    min-width: 140px;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 12px;
    bottom: 11px;
    left: 20px;
    position: absolute;
    height: 30px;
    line-height: 100%;
  }
  .success-story-wrapper {
    margin: 0;
  }
  .container-story-wrapper {
    width: 80%;
  }
  .story-background {
    margin: 0;
    padding: 0;
  }
  .story-card {
    margin: 0;
    width: 250px;
    min-height: auto;
  }
  .story-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    margin-top: 10px;
    margin-bottom: 5px;
    min-height: auto;
  }
  .story-content {
    padding: 0;
  }
  .story-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    max-height: 103px;
    margin-bottom: 20px;
  }
  .mobile-story-1, .mobile-story-3 {
    justify-items: end;
    display: grid;
  }
  .contain-owned .ballon .balloon-item img {
    width: 50px;
    height: 50px;
  }
  .contain-owned .ballon .balloon-item:nth-child(2) img {
    width: 110px;
    height: 102px;
  }
  .contain-owned .ballon .balloon-item:nth-child(3) img {
    width: 90px;
    height: 85px;
  }
  .contain-owned .ballon .balloon-item:nth-child(4) img {
    width: 90px;
    height: 85px;
  }
  .contain-owned .ballon .balloon-item:nth-child(5) img {
    width: 90px;
    height: 85px;
  }
  .contain-owned .ballon .balloon-item:nth-child(6) img {
    width: 90px;
    height: 90px;
  }
  .contain-owned .ballon .balloon-item:nth-child(7) img {
    width: 110px;
    height: 102px;
  }
  .contain-owned .ballon .balloon-item:nth-child(8) img {
    width: 110px;
    height: 102px;
  }
  .contain-owned .ballon .balloon-item:nth-child(9) img {
    width: 110px;
    height: 102px;
  }
  .contain-owned .ballon .balloon-item:nth-child(10) img {
    width: 90px;
    height: 85px;
  }
  .contain-owned .ballon .balloon-item {
    top: 5% !important;
    left: 4% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(2) {
    top: 90% !important;
    left: 4% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(3) {
    top: 28% !important;
    left: 19% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(4) {
    top: 4% !important;
    left: 80% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(5) {
    top: 60% !important;
    left: 4% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(6) {
    top: 63% !important;
    left: 38% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(7) {
    top: 3% !important;
    left: 49% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(8) {
    top: 43% !important;
    left: 65% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(9) {
    top: 84% !important;
    left: 80% !important;
  }
  .contain-owned .ballon .balloon-item:nth-child(10) {
    top: 92% !important;
    left: 49% !important;
  }
  .container-typical .repeater-typical .swiper-button-next {
    right: 39.4%;
  }
  .container-typical .repeater-typical .swiper-button-prev {
    left: 39.4%;
  }
  .mobile-title-story {
    display: block;
  }
  .pc-title-story {
    display: none;
  }
  .container-typical .content-typical {
    width: 80%;
  }
  .wf_story {
    width: 350px;
    position: unset;
    display: block;
    justify-self: center;
  }
  .container-fluid-figure .container-fluid {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .container-partner {
    padding-bottom: 0;
  }
  .sconnect-container {
    padding: 20px;
  }
  footer {
    justify-self: center;
    justify-content: center;
  }
  .footer-left {
    order: 2;
    max-width: 100%;
    place-items: center;
    text-align: -webkit-center;
  }
  .footer-left h2 {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 300px;
  }
  .footer-left .logo {
    width: 100px;
    height: 40px;
    margin-top: 10px;
  }
}
@media (min-width: 501px) and (max-width: 577px) {
  #about-sc {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .sconnect-form {
    margin: 0;
  }
  .news-talent-container .news-container .small-news .news-content .title a {
    font-size: 17px;
  }
  .news-talent-container .news-container .big-news .news-content .title a,
  .post-list .section-title {
    font-size: 24px;
  }
  .news-talent-container .news-container .big-news .news-content .title,
  .post-list .post-item .post-title a {
    font-size: 20px;
  }
  .post-list .container {
    padding: 0;
  }
  .post-list .post-item {
    width: auto;
  }
}


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

