
/* Teky CSS Variables */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
:root {
  /* Font Weights */
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  /* Teky Brand Colors */
  --teky-green: rgba(93, 194, 167, 1);
  --teky-green-light: rgba(93, 194, 167, 0.15);
  --teky-orange: rgba(244, 154, 57, 1);
  --teky-orange-light: rgba(244, 154, 57, 0.15);
}

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

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

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

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

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

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

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

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

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

abbr[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: #0056b3;
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[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: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

.col, .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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::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;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */
.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a, .toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

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

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
} /*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px\0 ;
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline: 0 !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: 0 !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
  -o-animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
  animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*# sourceMappingURL=bootstrap-select.css.map */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-prev, .slick-next {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 48%;
  border: none;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  cursor: pointer;
  background-position: 0px -120px;
  margin: 0 8px;
}

.slick-dots .slick-active, .slick-dots li:hover {
  background-position: 0px -140px;
}

.slick-dots li button {
  border: 0;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=slick.css.map */
/*** common ***/
.choose_account__text-14 {
  font-size: 14px;
}

.choose_account__text-16 {
  font-size: 16px;
  font-weight: 400;
}

.choose_account__text-24 {
  font-size: 24px;
  font-weight: 400;
}

.choose_account__link {
  text-decoration: none;
  color: #000 !important;
}

form .error {
  color: red;
  font-weight: 400;
  margin-top: 10px;
}

:root {
  --bd-green: #5DC2A7;
  --bd-green-night: #DCF4EE;
  --bd-orange: #EB9138;
  --bd-yeallow: #FFA800;
  --bd-pink: #FF6E6E;
  --bd-red: #FE2C55;
  --bd-info-night: #F0F9FF;
  --bd-primary: #0062DA;
  --bd-danger: #D9534F;
  --bd-purple: #8E69AD;
  --bd-info: #50B4F0;
  --bd-link: #0654BA;
  --bg-us-1: #FFC4BF;
  --bg-us-2: #D7DFE9;
  --bg-us-3: #FFE5BB;
  --bg-us-4: #FEE1E1;
  --bg-us-5: #A5A7FF;
  --bg-us-6: #FFCD66;
  --bg-us-7: #D3D6DA;
  --bg-us-8: #D3D6DA;
  --bg-us-9: #DFD7FB;
  --bg-us-10: #CBEDFD;
  --bg-us-11: #FFCD66;
  --bg-us-12: #DFD7FC;
  --bg-us-13: #FFE69B;
  --bg-us-14: #C2F1CC;
  --bg-us-15: #879BAC;
  --bg-us-16: #CEF2E7;
  --bd-line: #D9D9D9;
}

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
@font-face {
  font-family: "UTM-Banque";
  src: url(/../fonts/UTM-BanqueR.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "UTM-Banque";
  src: url(/../fonts/UTM-BanqueB.ttf) format("truetype");
  font-weight: 600;
}
html {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  font-family: "Montserrat", arial, serif;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  word-break: break-word;
  word-wrap: break-word;
  white-space: normal;
  line-height: 1.4;
  position: relative;
  background-color: #F2F6FE;
  padding-top: 130px;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    padding-top: 100px;
  }
}
img {
  border: none;
  outline: none;
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

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

a {
  color: black;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
}

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input:focus, select:focus, textarea:focus {
  outline: none;
}

textarea {
  resize: none;
}

.main {
  overflow-x: hidden;
}

.wrap {
  width: 100%;
  max-width: 1230px;
  padding: 0 30px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .wrap {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
.only-sp {
  display: none;
}

@media (max-width: 767px) {
  .only-sp {
    display: block;
  }
}
.font-weight-normal {
  font-weight: 300;
}

.font-weight-medium {
  font-weight: 400;
}

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

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

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

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

.fs-14 {
  font-size: 14px;
}

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

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

.text-primary {
  color: var(--bd-primary) !important;
}

.text-warning {
  color: var(--bd-orange) !important;
}

.text-danger {
  color: var(--bd-danger) !important;
}

.text-yeallow {
  color: var(--bd-yeallow) !important;
}

.text-red {
  color: #FF0000 !important;
}

.text-green {
  color: var(--bd-green) !important;
}

.text-link {
  color: var(--bd-link) !important;
}

.text-pink-night {
  color: var(--bg-us-1) !important;
}

.text-orange {
  color: var(--bd-orange);
}

.user__thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

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

.user__thumb-1 {
  background-color: var(--bg-us-1);
}

.user__thumb-2 {
  background-color: var(--bg-us-2);
}

.user__thumb-3 {
  background-color: var(--bg-us-3);
}

.user__thumb-4 {
  background-color: var(--bg-us-4);
}

.user__thumb-5 {
  background-color: var(--bg-us-5);
}

.user__thumb-6 {
  background-color: var(--bg-us-6);
}

.user__thumb-7 {
  background-color: var(--bg-us-7);
}

.user__thumb-8 {
  background-color: var(--bg-us-8);
}

.user__thumb-9 {
  background-color: var(--bg-us-9);
}

.user__thumb-10 {
  background-color: var(--bg-us-10);
}

.user__thumb-11 {
  background-color: var(--bg-us-11);
}

.user__thumb-12 {
  background-color: var(--bg-us-12);
}

.user__thumb-13 {
  background-color: var(--bg-us-13);
}

.user__thumb-14 {
  background-color: var(--bg-us-14);
}

.user__thumb-15 {
  background-color: var(--bg-us-15);
}

.user__thumb-16 {
  background-color: var(--bg-us-16);
}

.user__thumb-32 {
  width: 32px;
  height: 32px;
}

.user__thumb-40 {
  width: 40px;
  height: 40px;
}

.user__thumb-48 {
  width: 48px;
  height: 48px;
}

.user__thumb-50 {
  width: 50px;
  height: 50px;
}

.user__thumb-60 {
  width: 60px;
  height: 60px;
}

.user__thumb .userIn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #FFC4BF;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}

.mw-500 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.mw-800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.mw-1400 {
  width: 100%;
  max-width: 1500px;
  padding: 0 30px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mw-1400 {
    padding: 0 16px;
  }
}
.form-control {
  border-radius: 50px;
  height: 49px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat";
  font-size: 18px;
  border-color: var(--bd-line);
}

@media (max-width: 767px) {
  .form-control {
    height: 45px;
    padding: 10px 16px;
  }
}
.form-control::-webkit-input-placeholder {
  color: #C4C4C4;
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  color: #C4C4C4;
  font-size: 14px;
}

.form-control::-ms-input-placeholder {
  color: #C4C4C4;
  font-size: 14px;
}

.form-control::placeholder {
  color: #C4C4C4;
  font-size: 14px;
}

.bg-body {
  background-color: #F2F6FE !important;
}

.btn-animation {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 100%;
  -webkit-transition: color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  cursor: pointer;
}

.btn-animation span {
  position: relative;
  z-index: 5;
}

.btn-animation span img {
  vertical-align: inherit;
}

@media (max-width: 767px) {
  .btn-animation span img {
    vertical-align: sub;
  }
}
.btn-animation::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  z-index: 1;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn-animation:hover::after {
  width: 110%;
}

.btn {
  border-radius: 50px;
}

.btn.btn-cmn {
  display: block;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  padding: 13px;
  min-height: 49px;
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 100%;
  -webkit-transition: color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.btn.btn-cmn span {
  position: relative;
  z-index: 5;
}

.btn.btn-cmn span img {
  vertical-align: inherit;
}

@media (max-width: 767px) {
  .btn.btn-cmn span img {
    vertical-align: sub;
  }
}
@media (max-width: 767px) {
  .btn.btn-cmn {
    height: 45px;
    font-size: 16px;
    min-height: 45px;
  }
}
.btn.btn-cmn::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  z-index: 1;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn.btn-cmn:hover::after {
  width: 110%;
}

.btn.btn-info {
  background-color: var(--bd-green);
  border-color: var(--bd-green);
}

.btn.btn-warning {
  color: #fff;
  background-color: var(--bd-yeallow);
}

.btn.btn-outline-warning {
  background-color: transparent;
  border-color: var(--bd-yeallow);
  color: var(--bd-yeallow);
}

.btn.btn-outline-warning:hover {
  background-color: var(--bd-yeallow);
  color: #fff;
}

.btn.btn-orange {
  background-color: transparent;
  border: 1px solid var(--bd-orange);
  color: var(--bd-orange);
}

.btn.btn-orange:hover {
  background-color: var(--bd-orange);
  color: #fff;
}

.btn.btn-dark {
  background-color: #000;
}

.nav-pills {
  background-color: #D9D9D9;
  border-radius: 50px;
  padding: 6px;
}

.nav-pills .nav-item {
  width: 50%;
}

.nav-pills .nav-item .nav-link {
  border-radius: 50px;
  color: #979797;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 9px 10px;
}

.nav-pills .nav-item .nav-link.active {
  background-color: #EB9138;
  color: white;
}

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

.wrap-main #sidebar {
  min-width: 250px;
  width: 250px;
  border-right: 1px solid #E7E8EA;
}

@media (max-width: 1199px) {
  .wrap-main #sidebar {
    width: 50px;
    min-width: inherit;
  }
}
.wrap-main #sidebar .sidebar-main {
  background-color: #F2F6FE;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  height: calc(100vh - 130px);
  padding: 20px 17px 32px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-perspective: 1px;
  perspective: 1px;
  scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
  scrollbar-width: 4px;
}

.wrap-main #sidebar .sidebar-main::-webkit-scrollbar-track {
  background: none;
  border-radius: 30px;
}

.wrap-main #sidebar .sidebar-main::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: none;
  border-radius: 30px;
}

.wrap-main #sidebar .sidebar-main::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

@media (max-width: 1199px) {
  .wrap-main #sidebar .sidebar-main {
    padding: 20px 5px 16px;
    height: calc(100vh - 100px);
  }
}
@media (max-width: 767px) {
  .wrap-main #sidebar .sidebar-main {
    top: 100px;
  }
}
.wrap-main #sidebar .sidebar-menu li {
  margin-bottom: 20px;
}

.wrap-main #sidebar .sidebar-menu li:last-child {
  margin-bottom: 0;
}

.wrap-main #sidebar .sidebar-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  border-radius: 50px;
  padding-right: 5px;
}

.wrap-main #sidebar .sidebar-menu li a:hover {
  background-color: #fff;
}

.wrap-main #sidebar .sidebar-menu li a.active {
  color: var(--bd-orange);
}

.wrap-main #sidebar .sidebar-menu li a.active .icon {
  border-color: var(--bd-orange);
}

.wrap-main #sidebar .sidebar-menu li a.active .icon .svg > path {
  fill: var(--bd-orange);
}

.wrap-main #sidebar .sidebar-menu li a.active .icon .svg > g path {
  fill: var(--bd-orange);
}

.wrap-main #sidebar .sidebar-menu li a .icon {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  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;
  border: 1px solid white;
  background-color: #fff;
}

.wrap-main #sidebar .sidebar-menu li a .icon .svg > path {
  fill: #000;
}

.wrap-main #sidebar .sidebar-menu li a .icon .svg > g path {
  fill: #000;
}

.wrap-main #sidebar .sidebar-menu li a .text {
  width: calc(100% - 32px);
  font-size: 14px;
  font-weight: 600;
  padding-left: 10px;
}

@media (max-width: 1199px) {
  .wrap-main #sidebar .sidebar-menu li a .text {
    display: none;
  }
}
.wrap-main #sidebar .sidebar-menu.menu-2 li a.active {
  background-color: #fff;
}

.wrap-main #sidebar .sidebar-menu.menu-2 li a .icon {
  background-color: transparent;
  border: none;
}

.wrap-main #sidebar .dot-line {
  height: 1px;
  background-color: #E7E8EA;
  margin: 50px 0;
}

@media (max-width: 1199px) {
  .wrap-main #sidebar .dot-line {
    margin: 20px 0;
  }
}
.wrap-main #sidebar .siderbar-head {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .wrap-main #sidebar .siderbar-head {
    display: none;
  }
}
.wrap-main #sidebar .siderbar-head a.text-primary {
  color: var(--bd-link) !important;
}

.wrap-main #sidebar .sidebar-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}

.wrap-main #sidebar .view-more {
  padding-left: 20px;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .wrap-main #sidebar .view-more {
    display: none;
  }
}
.wrap-main #sidebar .view-more a {
  color: var(--bd-primary);
}

.wrap-main #sidebar .view-more a img {
  position: relative;
  top: 6px;
}

.wrap-main #sidebar .suggest-code li {
  margin-bottom: 20px;
}

.wrap-main #sidebar .suggest-code li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  border-radius: 50px;
  padding: 4px 10px 4px 0;
}

.wrap-main #sidebar .suggest-code li a:hover {
  background-color: #fff;
}

.wrap-main #sidebar .suggest-code li a .user-thumb {
  width: 32px;
  height: 32px;
}

.wrap-main #sidebar .suggest-code li a .user-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .wrap-main #sidebar .suggest-code li a .user-info {
    display: none;
  }
}
.wrap-main #sidebar .suggest-code li a .user-info .user-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.wrap-main #sidebar .suggest-code li a .user-info .user-name .year-old {
  font-weight: 400;
}

.wrap-main #sidebar .suggest-code li a .user-info .user-name .year-old::before {
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background-color: #000;
  margin: 2px 5px;
  display: inline-block;
}

.wrap-main #sidebar .suggest-code li a .user-info .user-statistical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.wrap-main #sidebar .suggest-code li a .user-info .user-statistical > div + div::before {
  content: "";
  display: inline-block;
  width: 2px;
  background-color: #000;
  margin: 0 5px;
  border-radius: 4px;
  height: 12px;
  margin-bottom: -1px;
}

.wrap-main #sidebar .discover-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media (max-width: 1199px) {
  .wrap-main #sidebar .discover-tags {
    display: none;
  }
}
.wrap-main #sidebar .discover-tags li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.wrap-main #sidebar .discover-tags li:last-child {
  margin-bottom: 0;
}

.wrap-main #sidebar .discover-tags li a {
  display: block;
  color: rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-weight: 600;
  font-size: 12px;
  padding: 7px 9px;
  border-radius: 30px;
  border: 1px solid #fff;
}

.wrap-main #sidebar .discover-tags li a img {
  opacity: 0.3;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.wrap-main #sidebar .discover-tags li a:hover {
  color: #000;
  border-color: var(--bd-yeallow);
}

.wrap-main #sidebar .discover-tags li a:hover img {
  opacity: 1;
}

.wrap-main #sidebar .ratings-list li {
  margin-bottom: 20px;
}

.wrap-main #sidebar .ratings-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4px;
  border-radius: 30px;
}

.wrap-main #sidebar .ratings-list li a:hover {
  background: #fff;
}

.wrap-main #sidebar .ratings-list li a.checked .user-info .user-name::after {
  background-image: url(/../img/icon/icon-checked.svg);
}

.wrap-main #sidebar .ratings-list li a .user-thumb {
  width: 32px;
  position: relative;
}

.wrap-main #sidebar .ratings-list li a .user-thumb .ratings-number {
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 14px;
  background: #000;
  display: block;
  line-height: 20px;
  text-align: center;
  position: absolute;
  right: -4px;
  top: -7px;
  border: 1px solid #fff;
}

.wrap-main #sidebar .ratings-list li a .user-info {
  font-weight: 600;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}

@media (max-width: 1199px) {
  .wrap-main #sidebar .ratings-list li a .user-info {
    display: none;
  }
}
.wrap-main #sidebar .ratings-list li a .user-info .user-name {
  margin-bottom: 3px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-main #sidebar .ratings-list li a .user-info .user-name::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/../img/icon/icon-check.svg) no-repeat;
  display: inline-block;
  margin-left: 4px;
}

.wrap-main #sidebar .ratings-list li a .user-info .user-paddy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--bd-yeallow);
  font-size: 10px;
  font-weight: 600;
}

.wrap-main #sidebar .ratings-list li a .user-info .user-paddy img {
  margin-right: 5px;
}

@media (max-width: 1199px) {
  .wrap-main #sidebar .gift-change {
    display: none;
  }
}
.wrap-main #sidebar .gift-change .box-gift {
  border-radius: 30px;
  background-color: #fff;
  padding: 0 20px 14px;
  margin-bottom: 11px;
  margin-top: 57px;
}

.wrap-main #sidebar .gift-change .box-gift .gift-img {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 0 5px;
  margin-bottom: 27px;
}

.wrap-main #sidebar .gift-change .box-gift .gift-img img {
  margin-top: -37px;
}

.wrap-main #sidebar .gift-change .box-gift .gift-name {
  border-bottom: 1px solid #E7E8EA;
  margin-bottom: 14px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}

.wrap-main #sidebar .gift-change .box-gift .gift-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-main #sidebar .gift-change .box-gift .gift-footer .user-paddy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--bd-yeallow);
  font-size: 14px;
  font-weight: 600;
}

.wrap-main #sidebar .gift-change .box-gift .gift-footer .user-paddy img {
  margin-right: 5px;
}

.wrap-main #sidebar .gift-change .box-gift .gift-footer .btn-change {
  font-size: 14px;
  font-weight: 600;
  width: 65px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #000;
  background-color: transparent;
  cursor: pointer;
  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;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.wrap-main #sidebar .gift-change .box-gift .gift-footer .btn-change:hover {
  background-color: var(--bd-yeallow);
}

.wrap-main #sidebar .gift-change .box-gift .gift-footer .btn-change img {
  margin-left: 4px;
}

.wrap-main #sidebar .gift-change a.text-primary {
  color: var(--bd-link) !important;
}

.wrap-main #sidebar .sidebar-community li {
  margin-bottom: 8px;
}

.wrap-main #sidebar .sidebar-community li:last-child {
  margin-bottom: 0;
}

.wrap-main #sidebar .sidebar-community li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 60px;
  color: #000;
}

@media (max-width: 1199px) {
  .wrap-main #sidebar .sidebar-community li a {
    max-width: 32px;
    margin: auto;
  }
}
.wrap-main #sidebar .sidebar-community li a:hover {
  color: var(--bd-yeallow);
}

.wrap-main #sidebar .sidebar-community li a.is-active {
  color: var(--bd-yeallow);
}

.wrap-main #sidebar .sidebar-community li a.active {
  color: var(--bd-yeallow);
  background-color: #fff;
}

.wrap-main #sidebar .sidebar-community li a .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  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;
}

@media (max-width: 1199px) {
  .wrap-main #sidebar .sidebar-community li a .icon {
    margin: auto;
  }
}
.wrap-main #sidebar .sidebar-community li a .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  padding: 7px 10px;
}

@media (max-width: 1199px) {
  .wrap-main #sidebar .sidebar-community li a .text {
    display: none;
  }
}
@media (max-width: 1199px) {
  .wrap-main #sidebar .sidebar-subject {
    display: none;
  }
}
.wrap-main #sidebar .sidebar-subject > li {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap-main #sidebar .sidebar-subject > li:last-child {
  margin-bottom: 0;
}

.wrap-main #sidebar .sidebar-subject > li .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  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;
}

@media (max-width: 1199px) {
  .wrap-main #sidebar .sidebar-subject > li .icon {
    margin: auto;
  }
}
.wrap-main #sidebar .sidebar-subject > li .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  padding: 7px 10px;
}

@media (max-width: 1199px) {
  .wrap-main #sidebar .sidebar-subject > li .text {
    display: none;
  }
}
.wrap-main #sidebar .sidebar-subject > li .text > a {
  display: block;
  font-weight: 600;
}

.wrap-main #sidebar .sidebar-subject > li .text .subject-sub {
  padding-top: 12px;
}

.wrap-main #sidebar .sidebar-subject > li .text .subject-sub li {
  padding-bottom: 10px;
}

.wrap-main #sidebar .sidebar-subject > li .text .subject-sub li:last-child {
  padding-bottom: 0;
}

.wrap-main #sidebar .sidebar-subject > li .text .subject-sub li a {
  padding-left: 24px;
  display: block;
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.wrap-main #sidebar .sidebar-subject > li .text .subject-sub li a:hover {
  color: var(--bd-green);
}

.wrap-main #sidebar .sidebar-subject > li .text .subject-sub li a::before {
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
}

.wrap-main #sidebar .sidebar-checkbox li {
  padding-left: 8px;
  margin-bottom: 20px;
}

.wrap-main #sidebar .sidebar-checkbox li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .wrap-main #sidebar .sidebar-checkbox li .checkbox .checkbox-label {
    text-indent: -9999px;
  }
}
@media (max-width: 1199px) {
  .wrap-main #sidebar .topic-hot {
    display: none;
  }
}
.wrap-main #sidebar .topic-hot li {
  margin-bottom: 12px;
}

.wrap-main #sidebar .topic-hot li:last-child {
  margin-bottom: 0;
}

.wrap-main #sidebar .topic-hot li a {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap-main #sidebar .topic-hot li a .icon {
  width: 32px;
}

.wrap-main #sidebar .topic-hot li a .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrap-main .main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 250px 50px 0;
}

@media (max-width: 1199px) {
  .wrap-main .main {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.wrap-main .main.main-full {
  padding-left: 10px;
  padding-right: 10px;
}

.scrollbar {
  position: relative;
  overflow: hidden;
}

.head-page {
  position: relative;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.head-page .page-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .head-page .page-title {
    font-size: 18px;
  }
}
.sortby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .sortby {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.sortby .sortby-label {
  font-weight: 600;
  margin-bottom: 3px;
  margin-right: 5px;
  z-index: 101;
  position: relative;
}

@media (max-width: 767px) {
  .sortby .sortby-label {
    font-size: 12px;
    display: none;
  }
}
.sortby .sortby-button {
  padding: 0;
  border: none;
  padding: 13px 10px 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 30px 30px 0 0;
  position: relative;
  z-index: 100;
  border: 1px solid rgba(255, 255, 255, 0);
  border-bottom: none;
}

@media (max-width: 991px) {
  .sortby .sortby-button {
    padding: 6px 5px 5px;
  }
}
.sortby .sortby-button[aria-expanded=true] {
  background-color: #fff;
  border-color: #E5F1FD !important;
  -webkit-box-shadow: 2px -3px 4px rgba(0, 0, 0, 0.03);
  box-shadow: 2px -3px 4px rgba(0, 0, 0, 0.03);
}

.sortby .sortby-button[aria-expanded=true]::after, .sortby .sortby-button[aria-expanded=true]::before {
  opacity: 1;
}

.sortby .sortby-button::after {
  width: 8px;
  height: 10px;
  background-color: rgba(242, 246, 254, 0.7);
  border-radius: 0 0 30px 0;
  content: "";
  position: absolute;
  bottom: 1px;
  left: -8px;
  border-right: 1px solid #E5F1FD;
  border-bottom: 1px solid #E5F1FD;
  opacity: 0;
}

.sortby .sortby-button::before {
  width: 8px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  position: absolute;
  bottom: 0;
  left: -8px;
  opacity: 0;
}

.sortby .dropdown-menu {
  margin-top: -1px;
  border-radius: 20px 0 20px 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #E5F1FD;
  padding: 10px 37px 10px 20px;
  min-width: inherit;
  z-index: 99;
}

@media (max-width: 767px) {
  .sortby .dropdown-menu {
    border-radius: 12px 0 12px 12px;
    padding: 10px 24px 10px 16px;
  }
}
.sortby .dropdown-menu .dropdown-item {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 18px;
  margin: 5px 0;
  position: relative;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .sortby .dropdown-menu .dropdown-item {
    font-size: 12px;
  }
}
.sortby .dropdown-menu .dropdown-item.active {
  font-weight: 600;
  background-color: transparent;
}

.sortby .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.sortby .dropdown-menu .dropdown-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 8px;
}

@media (max-width: 767px) {
  .sortby .dropdown-menu .dropdown-item::before {
    top: 5px;
    width: 6px;
    height: 6px;
  }
}
.gameItems {
  margin-bottom: 40px;
  position: relative;
}

.gameItems:hover .gameItems__wrap {
  -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.2);
  box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.2);
}

.gameItems:hover .gameItems__playnow {
  top: 100%;
}

.gameItems__wrap {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .gameItems__wrap {
    padding: 12px;
    border-radius: 12px;
  }
}
.gameItems__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .gameItems__head {
    margin-bottom: 16px;
  }
}
.gameItems__head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .gameItems__head-info {
    padding-right: 6px;
  }
}
.gameItems__head-info .user-thumb {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .gameItems__head-info .user-thumb {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }
}
.gameItems__head-info .user-thumb .user__thumb {
  width: 100%;
  height: 100%;
}

.gameItems__head-info .user-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 767px) {
  .gameItems__head-info .user-info {
    font-size: 12px;
  }
}
.gameItems__head-info .user-info-name {
  margin-bottom: 2px;
}

.gameItems__head-info .user-info-yearold {
  display: inline-block;
  font-weight: 400;
}

.gameItems__head-info .user-info-yearold::before {
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background-color: #000;
  margin: 2px 5px;
  display: inline-block;
}

.gameItems__head-info .user-info .gameItems__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .gameItems__head-info .user-info .gameItems__title {
    font-size: 14px;
  }
}
.gameItems__head-control {
  width: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .gameItems__head-control {
    width: 60px;
  }
}
.gameItems__head-control .btn-view {
  margin-bottom: 3px;
  height: 30px;
  font-size: 12px;
  font-weight: 600;
  padding: 0;
  min-height: inherit;
}

@media (max-width: 767px) {
  .gameItems__head-control .btn-view {
    font-size: 10px;
    height: 24px;
  }
}
.gameItems__head-control .sortby-button {
  padding-top: 10px;
  border-radius: 12px 12px 0 0;
}

.gameItems__head-control .sortby-button::after {
  background-color: #fff;
}

.gameItems__head-control .sortby-button img {
  display: block;
}

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

.gameItems__body .gameItems-view {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.gameItems__body .gameItems-view .gameItems-img {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.gameItems__body .gameItems-view .gameItems-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gameItems__body .gameItems-view .toolsUser {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 65%;
  padding: 0 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 767px) {
  .gameItems__body .gameItems-view .toolsUser {
    padding: 0 5px 5px 0;
  }
}
.gameItems__body .gameItems-view .toolsUser .toolsUser-label {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .gameItems__body .gameItems-view .toolsUser .toolsUser-img {
    max-width: 60px;
  }
}
.gameItems__body .gameItems-view .gameItems-flag {
  position: absolute;
  width: 32px;
  height: 32px;
  border: none;
  padding: 0;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
  background-color: transparent;
  cursor: pointer;
}

.gameItems__body .gameItems-view .btn-pause {
  position: absolute;
  width: 20px;
  height: 20px;
  border: none;
  padding: 0;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  background-color: transparent;
  cursor: pointer;
}

.gameItems__body .gameItems-control {
  width: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .gameItems__body .gameItems-control {
    width: 60px;
  }
}
.gameItems__body .gameItems-control li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .gameItems__body .gameItems-control li {
    margin-top: 6px;
  }
}
.gameItems__body .gameItems-control li a {
  width: 32px;
  height: 32px;
  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;
  background-color: var(--bd-info-night);
  padding: 7px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
}

@media (max-width: 767px) {
  .gameItems__body .gameItems-control li a {
    width: 24px;
    height: 24px;
    padding: 5px;
  }
}
.gameItems__body .gameItems-control li a.game-favourite:hover {
  border-color: var(--bd-pink);
}

.gameItems__body .gameItems-control li a.game-mesenger:hover {
  border-color: var(--bd-yeallow);
}

.gameItems__body .gameItems-control li a.game-share:hover {
  border-color: var(--bd-info);
}

.gameItems__body .gameItems-control li a:hover {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.gameItems__body .gameItems-control li a img {
  display: block;
}

.gameItems__body .gameItems-control li .number {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.gameItems__body .gameItems-control li .number.disable {
  color: rgba(0, 0, 0, 0.2);
}

.gameItems__playnow {
  width: calc(100% - 40px);
  background: -webkit-gradient(linear, left top, right top, from(#FFA800), color-stop(102.28%, #5DC2A7));
  background: -webkit-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
  background: -o-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
  background: linear-gradient(90deg, #FFA800 0%, #5DC2A7 102.28%);
  -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
  box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
  padding: 6px 10px;
  border-radius: 0 0 16px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: absolute;
  left: 20px;
  top: 50%;
}

@media (max-width: 767px) {
  .gameItems__playnow {
    width: calc(100% - 24px);
    left: 12px;
  }
}
.gameItems__playnow .inner {
  max-width: 320px;
  margin: 0 auto;
}

.gameItems__playnow .svg {
  width: 16px;
  height: 18px;
  vertical-align: middle;
  margin-top: -4px;
}

.gameItems__playnow .svg path {
  fill: #fff;
}

.gameItems__playnow a {
  color: #fff;
  text-decoration: underline;
}

.game-group {
  margin-bottom: 57px;
}

@media (max-width: 767px) {
  .game-group {
    margin-bottom: 32px;
  }
}
.readmore {
  text-align: center;
}

.readmore a {
  font-size: 14px;
  font-weight: 600;
  color: var(--bd-link);
}

.readmore a img {
  position: relative;
  top: 6px;
}

.slick-arrow {
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background: url(/../img/icon/arrow-slider.svg) no-repeat;
  border-radius: 50%;
  z-index: 5;
  opacity: 1;
}

.slick-arrow:hover {
  opacity: 0.2;
}

.slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-dots li {
  margin: 0 3px;
}

.slick-dots li.slick-active button {
  background-color: #000;
}

.slick-dots li button {
  border-radius: 50%;
  background-color: var(--bd-yeallow);
  padding: 0;
}

.button-back {
  font-weight: 600;
  color: var(--bd-link) !important;
  margin-bottom: 10px;
  display: block;
}

.button-back img {
  margin-right: 10px;
}

.control-cmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.control-cmn li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.control-cmn li:last-child {
  padding-right: 0;
}

.control-cmn li:first-child {
  padding-left: 0;
}

.control-cmn a {
  margin-right: 5px;
  width: 32px;
  height: 32px;
  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;
  background-color: var(--bd-info-night);
  padding: 7px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
}

@media (max-width: 767px) {
  .control-cmn a {
    width: 24px;
    height: 24px;
    padding: 5px;
  }
}
.control-cmn a.game-favourite:hover {
  border-color: var(--bd-pink);
}

.control-cmn a.game-mesenger:hover {
  border-color: var(--bd-yeallow);
}

.control-cmn a.game-share:hover {
  border-color: var(--bd-info);
}

.control-cmn a:hover {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.control-cmn a img {
  display: block;
}

.control-cmn .number {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.paddy-guide {
  padding: 5px 20px;
  font-weight: 600;
  display: inline-block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FFA800), color-stop(102.28%, #5DC2A7));
  background: -webkit-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
  background: -o-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
  background: linear-gradient(90deg, #FFA800 0%, #5DC2A7 102.28%);
  -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
  box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
  border-radius: 30px;
}

@media (max-width: 991px) {
  .paddy-guide {
    font-size: 12px;
    padding: 5px 16px;
  }
}
.paddy-guide .playnow {
  text-decoration: underline;
  color: #fff;
}

.list-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.list-tags li {
  margin-right: 4px;
}

.list-tags li a {
  font-size: 13px;
}

@media (max-width: 767px) {
  .list-tags li a {
    font-size: 12px;
  }
}
.list-tags li a:hover {
  color: var(--bd-primary);
}

.year-old {
  display: inline-block;
  font-weight: 400;
}

.year-old::before {
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background-color: #000;
  margin: 2px 5px;
  display: inline-block;
}

.groupItems {
  border-radius: 20px;
  margin-bottom: 30px;
}

.groupItems:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.2);
  box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.2);
}

.groupItems__wrap {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .groupItems__wrap {
    padding: 12px;
    border-radius: 12px;
  }
}
.groupItems__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .groupItems__head {
    margin-bottom: 12px;
  }
}
.groupItems__head .gameItems__head-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.groupItems__head .gameItems__head-info .user__thumb {
  width: 60px;
}

@media (max-width: 767px) {
  .groupItems__head .gameItems__head-info .user__thumb {
    width: 32px;
    height: 32px;
  }
}
.groupItems__head .gameItems__head-info .user__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}

.groupItems__head .gameItems__head-info .user__info .group-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .groupItems__head .gameItems__head-info .user__info .group-name {
    font-size: 14px;
  }
}
.groupItems__head .gameItems__head-info .user__info .user-post-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--bd-link);
}

@media (max-width: 767px) {
  .groupItems__head .gameItems__head-info .user__info .user-post-name {
    font-size: 12px;
  }
}
.groupItems__head .gameItems__head-info .user__info .user-post .user-rank {
  display: inline;
  padding-left: 2px;
  font-size: 12px;
  font-weight: 400;
}

.groupItems__head .gameItems__head-info .user__info .user-post .times-ago {
  font-size: 12px;
  color: #979797;
}

.groupItems__head .gameItems__head-info .user__info .tags .tags-items {
  color: #000;
  font-weight: 600;
}

.groupItems__body .post-desc {
  position: relative;
  margin-bottom: 10px;
}

.groupItems__body .post-desc .text-desc {
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  max-height: 120px;
  text-align: justify;
}

.groupItems__body .post-desc .text-desc.show {
  max-height: inherit !important;
  overflow: auto;
}

.groupItems__body .post-desc .view-all {
  text-align: right;
  color: var(--bd-primary);
}

.groupItems__body .post-desc .view-all .btn-view {
  cursor: pointer;
}

.groupItems__body .post-desc .view-all .btn-view.active i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.groupItems__body .post-thumb {
  margin-bottom: 10px;
}

.groupItems__body .post-thumb .row {
  margin-right: -5px;
  margin-left: -5px;
}

@media (max-width: 767px) {
  .groupItems__body .post-thumb .row {
    margin-right: -3px;
    margin-left: -3px;
  }
}
.groupItems__body .post-thumb .row [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .groupItems__body .post-thumb .row [class*=col-] {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.groupItems__body .post-thumb .images {
  overflow: hidden;
  height: 100%;
}

.groupItems__body .post-thumb .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.groupItems__body .post-thumb.images-1 .images {
  border-radius: 0 30px 30px 30px;
}

@media (max-width: 767px) {
  .groupItems__body .post-thumb.images-1 .images {
    border-radius: 0 16px 16px 16px;
  }
}
.groupItems__body .post-thumb.images-2 .col-thumb:first-child .images {
  border-radius: 0 30px 30px 30px;
}

@media (max-width: 767px) {
  .groupItems__body .post-thumb.images-2 .col-thumb:first-child .images {
    border-radius: 0 16px 16px 16px;
  }
}
.groupItems__body .post-thumb.images-2 .col-thumb:last-child .images {
  border-radius: 30px 30px 0 30px;
}

@media (max-width: 767px) {
  .groupItems__body .post-thumb.images-2 .col-thumb:last-child .images {
    border-radius: 16px 16px 0 16px;
  }
}
.groupItems__body .post-thumb.images-3 .col-thumb:first-child .images {
  border-radius: 0 30px 30px 30px;
}

@media (max-width: 767px) {
  .groupItems__body .post-thumb.images-3 .col-thumb:first-child .images {
    border-radius: 0 16px 16px 16px;
  }
}
.groupItems__body .post-thumb.images-3 .col-thumb:last-child .h-50:first-child {
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .groupItems__body .post-thumb.images-3 .col-thumb:last-child .h-50:first-child {
    padding-bottom: 3px;
  }
}
.groupItems__body .post-thumb.images-3 .col-thumb:last-child .h-50:first-child .images {
  border-radius: 30px;
}

@media (max-width: 767px) {
  .groupItems__body .post-thumb.images-3 .col-thumb:last-child .h-50:first-child .images {
    border-radius: 16px;
  }
}
.groupItems__body .post-thumb.images-3 .col-thumb:last-child .h-50:last-child {
  padding-top: 5px;
}

@media (max-width: 767px) {
  .groupItems__body .post-thumb.images-3 .col-thumb:last-child .h-50:last-child {
    padding-top: 3px;
  }
}
.groupItems__body .post-thumb.images-3 .col-thumb:last-child .h-50:last-child .images {
  border-radius: 30px 30px 0 30px;
}

@media (max-width: 767px) {
  .groupItems__body .post-thumb.images-3 .col-thumb:last-child .h-50:last-child .images {
    border-radius: 16px 16px 0 16px;
  }
}
.groupItems__body .post-video {
  margin-bottom: 10px;
}

.groupItems__body .post-video .video-frame {
  border-radius: 0 30px 20px 20px;
}

.groupItems__body .group-control {
  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;
}

@media (max-width: 480px) {
  .groupItems__body .group-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}
.groupItems__body .group-control .btn-show-comment {
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  color: #0654BA;
  cursor: pointer;
  padding-right: 22px;
  margin-top: 8px;
}

@media (max-width: 480px) {
  .groupItems__body .group-control .btn-show-comment {
    margin-top: 20px;
  }
}
.groupItems__body .group-control .btn-show-comment.active .hidden {
  display: inline-block;
}

.groupItems__body .group-control .btn-show-comment.active .show {
  display: none;
}

.groupItems__body .group-control .btn-show-comment.active::after {
  background: url(/../img/icon/arrow-down-more-3.svg) no-repeat;
  top: -6px;
}

.groupItems__body .group-control .btn-show-comment::after {
  content: "";
  width: 18px;
  height: 16px;
  background: url(/../img/icon/arrow-down-more-2.svg) no-repeat;
  position: absolute;
  right: 0;
  top: 6px;
}

.groupItems__body .group-control .btn-show-comment .hidden {
  display: none;
}

.groupItems__body .group-control .btn-creat-comment {
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  color: #0654BA;
  cursor: pointer;
  padding-right: 22px;
  margin-top: 8px;
}

@media (max-width: 480px) {
  .groupItems__body .group-control .btn-creat-comment {
    margin-top: 20px;
  }
}
.groupItems__comment {
  padding-top: 28px;
  display: none;
}

.groupItems__comment .commentItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.groupItems__comment .commentItems .user__thumb {
  width: 32px;
  margin-right: 10px;
}

.groupItems__comment .commentItems .commentItems-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.groupItems__comment .commentItems .commentItems-box .comment-inner .comment-in {
  border-radius: 20px;
  padding: 10px;
  display: inline-block;
  background-color: var(--bd-info-night);
}

.groupItems__comment .commentItems .commentItems-box .comment-inner .comment-in .user-comment {
  margin-bottom: 4px;
  display: block;
  font-weight: 600;
  color: #0654BA;
}

.groupItems__comment .commentItems .commentItems-box .comment-post {
  padding-left: 10px;
  margin-bottom: 10px;
}

.groupItems__comment .commentItems .commentItems-box .comment-post .btn-reply {
  font-size: 12px;
  color: #0654BA;
  font-weight: 600;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  margin-right: 10px;
}

.groupItems__comment .commentItems .commentItems-box .comment-post .times-ago {
  font-size: 12px;
  font-weight: 600;
  color: #979797;
}

.groupItems__form {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.groupItems__form .user__thumb {
  width: 48px;
  margin-right: 10px;
}

.groupItems__form .creat-comment {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #FFFFFF;
  border: 1px solid #E5F1FD;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 18px;
}

.groupItems__form .creat-comment .btn-send {
  cursor: pointer;
  font-weight: 600;
  color: #0654BA;
  background-color: transparent;
  padding: 0;
  border: none;
}

.groupItems__form .creat-comment .comment-area {
  line-height: 100%;
  height: 18px;
  background-color: transparent;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  resize: none;
  overflow: hidden;
  font-weight: 400;
  color: #000;
  padding: 0;
}

.groupItems--detail {
  background-color: #F2F2F2;
}

.groupItems--detail:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.row.row-24 {
  margin-left: -12px;
  margin-right: -12px;
}

.row.row-24 [class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
}

.views-history {
  background-color: #fff;
  border-radius: 30px;
  padding: 22px 0 37px;
}

@media (max-width: 767px) {
  .views-history {
    border-radius: 16px;
  }
}
.views-history .head-page {
  padding: 0 14px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.views-history .head-page .sortby .sortby-label {
  color: #0654BA;
}

.views-history .history-list {
  margin-bottom: 20px;
}

.views-history .history-list li {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (max-width: 767px) {
  .views-history .history-list li {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 10px 15px;
  }
}
.views-history .history-list li:hover {
  background-color: var(--bd-info-night) !important;
}

.views-history .history-list li:nth-child(even) {
  background-color: #FAFAFA;
}

.views-history .history-list li .history-label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .views-history .history-list li .history-label {
    width: 100%;
  }
}
.views-history .history-list li .history-label .number-stt {
  background-color: var(--bd-info-night);
  width: 25px;
  height: 25px;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  line-height: 25px;
  display: block;
}

.views-history .history-list li .history-label .story-active {
  width: calc(100% - 25px);
  padding-left: 10px;
  padding-top: 3px;
}

@media (max-width: 767px) {
  .views-history .history-list li .paddy-change {
    width: 100%;
    text-align: right;
  }
}
.views-history .history-list li .paddy-change.paddy-plus {
  color: #4CBF56;
}

.views-history .history-list li .paddy-change.paddy-minus {
  color: #FE2C55;
}

.views-history .history-list li .feedback-stt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
}

@media (max-width: 767px) {
  .views-history .history-list li .feedback-stt {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.views-history .history-list li .feedback-stt a {
  padding-top: 2px;
}

.views-history .history-list li .feedback-stt img,
.views-history .history-list li .feedback-stt .svg {
  width: 18px;
  height: 18px;
  margin-left: 12px;
  display: block;
}

.views-history .history-list li .feedback-stt .checked path {
  fill: #5DC2A7;
}

.circle-row {
  position: relative;
  padding-left: 12px;
  font-size: 12px;
}

.circle-row::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
}

.parent-page {
  background-color: #fff;
}

.parent-page .label-cmn {
  color: var(--bd-orange);
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 5px;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .parent-page .label-cmn {
    font-size: 16px;
  }
}
.parent-page .head-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .parent-page .head-box {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
.parent-page .head-box .head-box-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 870px;
}

@media (max-width: 767px) {
  .parent-page .head-box .head-box-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.parent-page .head-box .head-box-title .head-title {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .parent-page .head-box .head-box-title .head-title {
    font-size: 24px;
  }
}
.parent-page .head-box .head-box-title .head-title .item {
  display: inline-block;
  margin-left: -170px;
}

@media (max-width: 991px) {
  .parent-page .head-box .head-box-title .head-title .item {
    width: 120px;
    margin-left: -120px;
  }
}
.parent-page .head-box .head-box-title .head-title .ellip {
  position: relative;
}

.parent-page .head-box .head-box-title .head-title .ellip::after {
  position: absolute;
  content: "";
  width: 166px;
  height: 73px;
  background: url(/../img/common/patten.png) no-repeat;
  background-size: contain;
  left: -5px;
  top: -18px;
}

@media (max-width: 991px) {
  .parent-page .head-box .head-box-title .head-title .ellip::after {
    left: -2px;
    width: 120px;
    top: -14px;
  }
}
.parent-page .head-box .head-box-title .head-text {
  margin-bottom: 0;
  font-size: 18px;
}

.parent-page .head-box .btn-register {
  padding: 14px 31px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .parent-page .head-box .btn-register {
    width: 100%;
    margin-left: 0;
  }
}
.parent-page .head-page .page-title {
  font-size: 32px;
}

@media (max-width: 1199px) {
  .parent-page .head-page .page-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .parent-page .head-page .page-title {
    font-size: 20px;
  }
}
.checkbox {
  min-height: 17px;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox input:checked + .checkbox-label {
  font-weight: 600;
}

.checkbox input:checked + .checkbox-label::before {
  border-color: var(--bd-green);
}

.checkbox input:checked + .checkbox-label::after {
  opacity: 1;
}

.checkbox .checkbox-label {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding-left: 35px;
  cursor: pointer;
}

.checkbox .checkbox-label::before {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 3px;
  background-color: #fff;
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #9EA9C9;
}

.checkbox .checkbox-label::after {
  position: absolute;
  left: 3px;
  top: 3px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 3px;
  background-color: var(--bd-green);
  content: "";
  width: 11px;
  height: 11px;
  opacity: 0;
}

.tooltip {
  font-weight: 400;
  font-family: "Montserrat";
}

.tooltip .tooltip-inner {
  padding: 15px 10px;
  font-size: 12px;
  text-align: left;
  max-width: 210px;
  border-radius: 0;
}

.tooltip .tooltip-inner .text-warning {
  color: #FCF055 !important;
}

.svg {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  vertical-align: middle;
}

.bs-tooltip-right {
  opacity: 1 !important;
  left: -40px !important;
  top: -90px !important;
}

.bs-tooltip-right .tooltip-inner {
  background-color: rgba(0, 0, 0, 0.7);
}

.bs-tooltip-right .arrow {
  left: 6px;
  width: 16px;
  height: 19px;
  top: 100% !important;
}

.bs-tooltip-right .arrow::before {
  border: none;
  width: 16px;
  height: 19px;
  background: url(/../img/common/tooltip-arrow-left.png) no-repeat;
}

.bs-tooltip-left {
  opacity: 1 !important;
  right: inherit !important;
  top: -90px !important;
  left: 50px !important;
}

.bs-tooltip-left .tooltip-inner {
  background-color: rgba(0, 0, 0, 0.7);
}

.bs-tooltip-left .arrow {
  right: 7px !important;
  width: 16px;
  height: 19px;
  top: 100% !important;
}

.bs-tooltip-left .arrow::before {
  border: none;
  width: 16px;
  height: 19px;
  background: url(/../img/common/tooltip-arrow-right.png) no-repeat;
}

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- Header -----***/
/* HEADER */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
}

#header .headTop {
  position: relative;
  background-color: white;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 35px 0 20px;
  border-bottom: 1px solid var(--bd-green);
}

@media (max-width: 767px) {
  #header .headTop {
    padding: 0 10px 0 10px;
    height: 45px;
  }
}
#header .headTop .logo {
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  #header .headTop .logo {
    width: 80px;
  }
}
#header .headTop .headControl {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .headTop .headControl .dropdown {
  padding-left: 5px;
}

#header .headTop .headControl .dropdown-menu {
  margin: -1px 0 0;
  border-radius: 20px 0 20px 20px;
  border: 1px solid #E5F1FD;
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
}

#header .headTop .headControl .dropdown-icon {
  display: block;
  cursor: pointer;
  padding: 8px 0;
  width: 39px;
  text-align: center;
  border-radius: 50px 50px 0 0;
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  border-bottom: none !important;
}

@media (max-width: 767px) {
  #header .headTop .headControl .dropdown-icon {
    width: 28px;
    padding: 6px 4px;
  }
}
#header .headTop .headControl .dropdown-icon:hover .svg path, #header .headTop .headControl .dropdown-icon:hover .svg circle {
  fill: var(--bd-orange);
}

#header .headTop .headControl .dropdown-icon[aria-expanded=true] {
  border: 1px solid #E5F1FD;
  z-index: 1001;
}

#header .headTop .headControl .dropdown-icon[aria-expanded=true]::after, #header .headTop .headControl .dropdown-icon[aria-expanded=true]::before {
  opacity: 1;
}

#header .headTop .headControl .dropdown-icon[aria-expanded=true] .svg path, #header .headTop .headControl .dropdown-icon[aria-expanded=true] .svg circle {
  fill: var(--bd-orange);
}

#header .headTop .headControl .dropdown-icon::after {
  width: 8px;
  height: 10px;
  background-color: white;
  border-radius: 0 0 30px 0;
  content: "";
  position: absolute;
  bottom: 1px;
  left: -8px;
  border-right: 1px solid #E5F1FD;
  border-bottom: 1px solid #E5F1FD;
  opacity: 0;
}

#header .headTop .headControl .dropdown-icon::before {
  width: 8px;
  height: 10px;
  background-color: white;
  content: "";
  position: absolute;
  bottom: 0;
  left: -8px;
  opacity: 0;
}

#header .headTop .headControl .head-tool .dropdown-menu {
  width: 328px;
}

@media (max-width: 767px) {
  #header .headTop .headControl .head-tool .dropdown-menu {
    width: 280px;
  }
}
#header .headTop .headControl .head-tool .dropdown-menu .dropdown-item {
  padding: 7px 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  #header .headTop .headControl .head-tool .dropdown-menu .dropdown-item {
    font-size: 14px;
  }
}
#header .headTop .headControl .head-tool .dropdown-menu .dropdown-item:hover {
  background-color: var(--bd-info-night);
}

#header .headTop .headControl .head-tool .dropdown-menu .dropdown-item .icon {
  width: 23px;
  text-align: center;
  margin-right: 10px;
}

#header .headTop .headControl .head-tool .dropdown-menu .dropdown-item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#header .headTop .headControl .head-suppoorted .dropdown-menu {
  width: 228px;
}

#header .headTop .headControl .head-suppoorted .dropdown-menu .dropdown-item {
  padding: 7px 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  font-size: 16px;
  font-weight: 400;
}

#header .headTop .headControl .head-suppoorted .dropdown-menu .dropdown-item:hover {
  background-color: var(--bd-info-night);
}

#header .headTop .headControl .head-suppoorted .dropdown-menu .dropdown-item::before {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background-color: black;
  display: block;
  margin-right: 10px;
}

#header .headTop .headControl .head-notification .dropdown-icon {
  position: relative;
}

#header .headTop .headControl .head-notification .dropdown-icon .notif-number {
  position: absolute;
  background-color: var(--bd-red);
  font-weight: 600;
  padding: 0 6px;
  right: -8px;
  top: -6px;
  color: #fff;
  border-radius: 20px;
  height: 20px;
  line-height: 20px;
}

@media (max-width: 767px) {
  #header .headTop .headControl .head-notification .dropdown-icon .notif-number {
    font-size: 10px;
    padding: 0 4px;
    right: -4px;
  }
}
#header .headTop .headControl .head-notification .dropdown-menu {
  width: 351px;
  padding: 10px 0 0;
}

#header .headTop .headControl .head-notification .dropdown-menu .notification-list {
  padding: 0 10px;
}

#header .headTop .headControl .head-notification .dropdown-menu .notification-list li {
  position: relative;
}

#header .headTop .headControl .head-notification .dropdown-menu .notification-list li:last-child::before {
  display: none;
}

#header .headTop .headControl .head-notification .dropdown-menu .notification-list li::before {
  content: "";
  width: calc(100% - 20px);
  left: 10px;
  bottom: 0;
  height: 1px;
  background-color: var(--bd-line);
  position: absolute;
}

#header .headTop .headControl .head-notification .dropdown-menu .notification-list li .dropdown-item {
  position: relative;
  padding: 17px 10px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  font-weight: 400;
}

#header .headTop .headControl .head-notification .dropdown-menu .notification-list li .dropdown-item:hover {
  background-color: var(--bd-info-night);
}

#header .headTop .headControl .head-notification .dropdown-menu .notification-list li .notif-thumb {
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#header .headTop .headControl .head-notification .dropdown-menu .notification-list li .notif-wrap {
  width: calc(100% - 95px);
  padding-left: 16px;
  padding-right: 5px;
}

#header .headTop .headControl .head-notification .dropdown-menu .notification-list li .notif-wrap .notif-form {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#header .headTop .headControl .head-notification .dropdown-menu .notification-list li .notif-wrap .notif-desc {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
}

#header .headTop .headControl .head-notification .dropdown-menu .notification-list li .notif-post {
  width: 60px;
  font-size: 10px;
}

#header .headTop .headControl .head-notification .dropdown-menu .notification-list li .notif-post > * {
  display: block;
  text-align: right;
}

#header .headTop .headControl .head-notification .dropdown-menu .notification-list li .notif-post .post-time {
  font-weight: 600;
}

#header .headTop .headControl .head-notification .dropdown-menu .view-all {
  margin-top: 6px;
  font-size: 14px;
  color: var(--bd-primary);
  font-weight: 600;
  background-color: #F2F2F2;
  padding: 8px 20px;
  border-radius: 30px;
  display: block;
  text-align: right;
}

#header .headTop .headControl .head-hottell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

@media (max-width: 767px) {
  #header .headTop .headControl .head-hottell {
    display: none;
  }
}
#header .headTop .headControl .head-hottell:hover {
  color: var(--bd-orange);
  cursor: pointer;
}

#header .headTop .headControl .head-hottell:hover .svg path {
  fill: var(--bd-orange);
}

#header .headTop .headControl .head-hottell .dropdown-icon {
  width: inherit;
  margin-right: 5px;
}

#header .headTop .switch-user {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  #header .headTop .switch-user {
    padding-right: 80px;
  }
}
@media (max-width: 480px) {
  #header .headTop .switch-user {
    padding-right: 30px;
  }
}
#header .headTop .switch-user li {
  padding: 0 5px;
}

@media (max-width: 480px) {
  #header .headTop .switch-user li {
    padding: 0 2px;
  }
}
@media (max-width: 480px) {
  #header .headTop .switch-user li:first-child a {
    width: 50px;
  }
}
#header .headTop .switch-user li:first-child a.active {
  background-color: var(--bd-green);
  color: white;
}

@media (max-width: 480px) {
  #header .headTop .switch-user li:last-child a {
    width: 60px;
  }
}
#header .headTop .switch-user li:last-child a.active {
  background-color: var(--bd-orange);
  border-color: var(--bd-orange);
  color: white;
}

#header .headTop .switch-user li:last-child a.active::after {
  opacity: 1;
}

#header .headTop .switch-user li:last-child a::after {
  height: 2px;
  position: absolute;
  content: "";
  width: 100%;
  background-color: var(--bd-orange);
  opacity: 0;
  bottom: -1px;
  left: 0;
}

#header .headTop .switch-user li a {
  display: block;
  line-height: 100%;
  padding: 13px 30px;
  background-color: white;
  border: 1px solid var(--bd-green);
  font-size: 18px;
  font-weight: 600;
  border-radius: 20px 20px 0 0;
  border-bottom: none;
  position: relative;
}

@media (max-width: 767px) {
  #header .headTop .switch-user li a {
    font-size: 13px;
    padding: 6px 8px;
    border-radius: 10px 10px 0 0;
    text-align: center;
  }
}
#header .headMenu {
  background-color: var(--bd-green);
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  #header .headMenu {
    height: 55px;
  }
}
#header .headMenu-ctg {
  width: 250px;
}

@media (max-width: 1199px) {
  #header .headMenu-ctg {
    width: 50px;
  }
}
#header .headMenu-ctg .button-menu {
  cursor: pointer;
  height: 70px;
  width: 100%;
  background-color: #53B89D;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 0 28px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (max-width: 1199px) {
  #header .headMenu-ctg .button-menu {
    padding: 0 10px 0 10px;
  }
}
@media (max-width: 767px) {
  #header .headMenu-ctg .button-menu {
    height: 55px;
  }
}
#header .headMenu-ctg .button-menu:hover {
  background-color: var(--bd-yeallow);
}

#header .headMenu-ctg .button-menu[aria-expanded=true] {
  background-color: var(--bd-yeallow);
}

#header .headMenu-ctg .button-menu[aria-expanded=true]::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#header .headMenu-ctg .button-menu::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "\f0d7";
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
  line-height: 100%;
  color: white;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (max-width: 1199px) {
  #header .headMenu-ctg .button-menu::after {
    display: none;
  }
}
#header .headMenu-ctg .button-menu .ctg-label {
  padding-left: 16px;
}

@media (max-width: 1199px) {
  #header .headMenu-ctg .button-menu .ctg-label {
    display: none;
  }
}
#header .headMenu-ctg .dropdown-menu {
  border: none;
  padding: 8px 20px;
  -webkit-transform: translate3d(0px, 68px, 0px) !important;
  transform: translate3d(0px, 68px, 0px) !important;
  width: 250px;
  background-color: #fff;
  -webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 50px 0;
}

@media (max-width: 767px) {
  #header .headMenu-ctg .dropdown-menu {
    -webkit-transform: translate3d(0px, 55px, 0px) !important;
    transform: translate3d(0px, 55px, 0px) !important;
    padding: 8px 10px;
  }
}
#header .headMenu-ctg .dropdown-menu .dropdown-item {
  margin: 10px 0;
  border-radius: 30px;
  padding: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 32px;
  font-size: 14px;
  font-weight: 600;
  color: black;
}

#header .headMenu-ctg .dropdown-menu .dropdown-item:hover, #header .headMenu-ctg .dropdown-menu .dropdown-item.active {
  background-color: var(--bd-info-night);
}

#header .headMenu-ctg .dropdown-menu .dropdown-item .icon {
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .headMenu-control {
  padding-right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  #header .headMenu-control {
    padding-right: 10px;
  }
}
#header .headMenu-control .button-search {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: none;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (max-width: 767px) {
  #header .headMenu-control .button-search {
    width: 40px;
    height: 40px;
  }
}
#header .headMenu-control .button-search:hover {
  background-color: var(--bd-yeallow);
}

#header .headMenu-control .button-upload {
  margin-left: 10px;
  padding: 0;
  background-color: transparent;
  border: none;
}

#header .headMenu-control .button-upload input[type=file] {
  display: none;
}

#header .headMenu-control .button-upload .custom-file-upload {
  background-color: white;
  border-radius: 50px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (max-width: 767px) {
  #header .headMenu-control .button-upload .custom-file-upload {
    padding: 9px 15px;
    font-size: 14px;
  }
}
#header .headMenu-control .button-upload .custom-file-upload:hover {
  background-color: var(--bd-yeallow);
}

@media (max-width: 767px) {
  #header .headMenu-control .button-upload .custom-file-upload img {
    width: 12px;
  }
}
#header .headMenu-control .button-upload .custom-file-upload .upload-label {
  padding-left: 10px;
}

#header .headMenu-control .user-control {
  margin-left: 8px;
}

#header .headMenu-control .user-control.is-notif::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #20D5EC;
  border: 1px solid #fff;
  right: 6px;
  top: 6px;
  z-index: 1002;
}

#header .headMenu-control .user-control .user-control-thumb {
  padding: 3px;
  border-radius: 50px 50px 0 0;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0);
}

#header .headMenu-control .user-control .user-control-thumb[aria-expanded=true] {
  background-color: white;
  position: relative;
  z-index: 1001;
  border: 1px solid #E5F1FD;
  border-bottom: none;
}

#header .headMenu-control .user-control .user-control-thumb[aria-expanded=true]::after, #header .headMenu-control .user-control .user-control-thumb[aria-expanded=true]::before {
  opacity: 1;
}

#header .headMenu-control .user-control .user-control-thumb::after {
  width: 8px;
  height: 10px;
  background-color: var(--bd-green);
  border-radius: 0 0 30px 0;
  content: "";
  position: absolute;
  bottom: 1px;
  left: -8px;
  border-right: 1px solid #E5F1FD;
  border-bottom: 1px solid #E5F1FD;
  opacity: 0;
}

#header .headMenu-control .user-control .user-control-thumb::before {
  width: 8px;
  height: 10px;
  background-color: white;
  content: "";
  position: absolute;
  bottom: 0;
  left: -8px;
  opacity: 0;
}

#header .headMenu-control .user-control .user-control-thumb .user__thumb {
  position: relative;
}

@media (max-width: 767px) {
  #header .headMenu-control .user-control .user-control-thumb .user__thumb {
    width: 40px;
    height: 40px;
  }
}
#header .headMenu-control .user-control .dropdown-menu {
  margin: -1px 0 0;
  width: 390px;
  border-radius: 25px 0 25px 25px;
  padding: 15px 30px;
  border: 1px solid #E5F1FD;
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
}

@media (max-width: 767px) {
  #header .headMenu-control .user-control .dropdown-menu {
    width: 320px;
    padding: 15px;
  }
}
#header .headMenu-control .user-control .dropdown-menu .dropdown-label {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  #header .headMenu-control .user-control .dropdown-menu .dropdown-label {
    font-size: 14px;
  }
}
#header .headMenu-control .user-control .dropdown-menu .dropdown-divider {
  margin: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  #header .headMenu-control .user-control .dropdown-menu .dropdown-divider {
    margin: 10px 0;
  }
}
#header .headMenu-control .user-control .dropdown-menu .userMenu-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 0;
  color: black;
}

@media (max-width: 767px) {
  #header .headMenu-control .user-control .dropdown-menu .userMenu-list li a {
    font-size: 14px;
  }
}
#header .headMenu-control .user-control .dropdown-menu .userMenu-list li a:hover {
  background-color: var(--bd-info-night);
}

#header .headMenu-control .user-control .dropdown-menu .userMenu-list li a .icon {
  margin-right: 18px;
  width: 22px;
  text-align: center;
}

@media (max-width: 767px) {
  #header .headMenu-control .user-control .dropdown-menu .userMenu-list li a .icon {
    margin-right: 10px;
  }
}
#header .headMenu-control .user-control .dropdown-menu .userMenu-list li a .text {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#header .headMenu-control .user-control .dropdown-menu .userMenu-list li a .text .number-point {
  color: var(--bd-orange);
}

#header .headMenu-control .btn-login {
  padding: 14px 24px;
  background-color: #EB9138;
  min-height: inherit;
  font-size: 16px;
  color: #fff;
  width: 135px;
  margin-left: 10px;
  height: inherit;
}

@media (max-width: 767px) {
  #header .headMenu-control .btn-login {
    padding: 10px 15px;
    font-size: 14px;
    width: 110px;
  }
}
/* CSS style parent page */
.parent-page #header .headMenu {
  background-color: var(--bd-orange);
}

.parent-page #header .headMenu .headMenu-ctg.show .button-menu {
  background-color: var(--bd-green);
}

.parent-page #header .headMenu .headMenu-ctg .button-menu {
  background-color: #DD8024;
}

.parent-page #header .headMenu .headMenu-ctg .button-menu:hover {
  background-color: var(--bd-green);
}

.parent-page #header .headMenu .headMenu-control .btn-login {
  background-color: var(--bd-green);
}

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- FOOTER -----***/
#footer {
  background-color: #fff;
  padding: 35px 30px 39px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  #footer {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 24px 15px 20px;
  }
}
#footer .f-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  #footer .f-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #footer .f-title {
    margin-bottom: 16px;
  }
}
#footer .f-menu li {
  margin-bottom: 20px;
}

#footer .f-menu li:last-child {
  margin-bottom: 0;
}

#footer .f-menu li a {
  display: block;
  background: url(/../img/icon/arrow-footer.svg) 0 3px no-repeat;
  padding-left: 30px;
  font-weight: 400;
  font-size: 14px;
  color: black;
  line-height: 120%;
}

#footer .f-menu li a:hover {
  color: var(--bd-green);
}

#footer .f-col-1 {
  width: 29%;
  max-width: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1366px) {
  #footer .f-col-1 {
    width: 32%;
  }
}
@media (max-width: 991px) {
  #footer .f-col-1 {
    width: 100%;
    max-width: initial;
    margin-bottom: 30px;
  }
}
#footer .f-col-1 .f-logo {
  width: 110px;
  margin-right: 7px;
}

@media (max-width: 767px) {
  #footer .f-col-1 .f-logo {
    width: 80px;
  }
}
#footer .f-col-1 .list-linked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 0 6px;
  background-color: var(--bd-green-night);
  border-radius: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#footer .f-col-1 .list-linked li {
  padding: 12px 4px;
}

#footer .f-col-1 .list-linked li img {
  max-height: 15px;
}

#footer .f-col-1 .text-infor {
  padding-top: 20px;
  font-weight: 400;
  text-align: justify;
}

@media (max-width: 767px) {
  #footer .f-col-1 .text-infor {
    padding-top: 12px;
  }
}
#footer .f-col-1 .form-register {
  width: 100%;
  height: 50px;
  border: 1px solid var(--bd-line);
  border-radius: 50px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

#footer .f-col-1 .form-register .form-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  position: relative;
}

#footer .f-col-1 .form-register .form-text .register-placeholder {
  position: absolute;
  bottom: 0;
  left: 0;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

#footer .f-col-1 .form-register .form-text .register-placeholder.hidden {
  opacity: 0;
}

#footer .f-col-1 .form-register .form-text .register-label {
  font-weight: 600;
  display: block;
  margin-bottom: 0;
}

#footer .f-col-1 .form-register .form-text .form-input {
  background-color: transparent;
  padding: 0;
  border: none;
  width: 100%;
  font-weight: 400;
}

#footer .f-col-1 .form-register .form-text .form-input:focus {
  outline: none;
}

#footer .f-col-1 .form-register .form-text .form-input::-webkit-input-placeholder {
  color: black;
  opacity: 0;
}

#footer .f-col-1 .form-register .form-text .form-input:-ms-input-placeholder {
  color: black;
  opacity: 0;
}

#footer .f-col-1 .form-register .form-text .form-input::-ms-input-placeholder {
  color: black;
  opacity: 0;
}

#footer .f-col-1 .form-register .form-text .form-input::placeholder {
  color: black;
  opacity: 0;
}

#footer .f-col-1 .form-register .button-register {
  margin-left: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
}

#footer .f-col-1 .f-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .f-col-1 .f-social .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .f-col-1 .f-social .social-list li {
  padding-left: 5px;
}

#footer .f-col-1 .f-social .social-list li a {
  display: block;
}

#footer .f-col-2 {
  width: 14%;
  max-width: 180px;
}

@media (max-width: 1366px) {
  #footer .f-col-2 {
    width: 16%;
  }
}
@media (max-width: 991px) {
  #footer .f-col-2 {
    width: 28%;
  }
}
@media (max-width: 767px) {
  #footer .f-col-2 {
    width: 48.5%;
    max-width: initial;
  }
}
#footer .f-col-3 {
  width: 14%;
  max-width: 180px;
}

@media (max-width: 1366px) {
  #footer .f-col-3 {
    width: 16%;
  }
}
@media (max-width: 991px) {
  #footer .f-col-3 {
    width: 28%;
  }
}
@media (max-width: 767px) {
  #footer .f-col-3 {
    width: 48.5%;
    max-width: initial;
  }
}
#footer .f-col-4 {
  width: 22%;
  max-width: 280px;
}

@media (max-width: 1366px) {
  #footer .f-col-4 {
    width: 25%;
  }
}
@media (max-width: 991px) {
  #footer .f-col-4 {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #footer .f-col-4 {
    width: 100%;
    max-width: initial;
    margin-top: 30px;
  }
}
#footer .f-col-4 .copyright {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 0;
  font-style: normal;
}

@media (max-width: 767px) {
  #footer .f-col-4 .copyright {
    text-align: center;
  }
}
#footer .f-col-4 .info-row {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .f-col-4 .info-row p {
  margin-bottom: 10px;
}

#footer .f-col-4 .info-row p:last-child {
  margin-bottom: 0;
}

#footer .f-col-4 .info-row .office-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--bd-primary);
}

#footer .f-col-4 .info-row .info-icon {
  width: 18px;
  text-align: center;
  margin-right: 18px;
}

#footer .f-col-4 .info-row .info-cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
  line-height: 120%;
}

#footer .f-col-4 .info-row .info-cont .addres-name {
  font-size: 12px;
}

#footer .f-col-4 .list-hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .f-col-4 .list-hotline li {
  line-height: 100%;
  padding: 0 38px;
}

@media (max-width: 1366px) {
  #footer .f-col-4 .list-hotline li {
    padding: 0 16px;
  }
}
#footer .f-col-4 .list-hotline li:first-child {
  padding-left: 0;
  border-right: 1px solid #000;
}

#footer .f-col-4 .list-hotline li:last-child {
  padding-right: 0;
}

#footer .f-col-4 .list-hotline li .hotline-label {
  margin-bottom: 0;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}

#footer .f-col-4 .list-hotline li .hotline-number {
  display: block;
}

.parent-page #footer {
  border-top: 1px solid #000;
}

/*** page ***/
/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- LogRegisterPage -----***/
.log-register {
  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;
  min-height: 100vh;
  padding: 20px;
}

.log-register .log-wrap {
  width: 100%;
  max-width: 500px;
}

.log-register .form-wrap {
  background-color: white;
  padding: 30px 79px 39px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .log-register .form-wrap {
    padding: 20px 24px 20px;
    border-radius: 20px;
  }
}
.log-register .form-wrap .form-group {
  margin-bottom: 10px;
  position: relative;
}

.log-register .form-wrap .form-group .placeholder {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  color: #C4C4C4;
  font-size: 12px;
  left: 0;
  top: 0;
  background-color: transparent;
  cursor: text;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  padding-top: 7px;
}

.log-register .form-wrap .form-group .placeholder.hidden {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.log-register .form-wrap .log-head {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.log-register .form-wrap .log-head .log-title {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0;
  line-height: 120%;
}

@media (max-width: 767px) {
  .log-register .form-wrap .log-head .log-title {
    font-size: 22px;
  }
}
.log-register .form-wrap .head-label {
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .log-register .form-wrap .head-label {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.log-register .form-wrap .forgot-pass {
  text-align: right;
  font-size: 15px;
  margin-bottom: 25px;
}

.log-register .form-wrap .forgot-pass a {
  color: var(--bd-link);
}

.log-register .form-wrap .forgot-pass a:hover {
  text-decoration: underline;
}

.log-register .form-wrap .btn-submit {
  margin-bottom: 24px;
}

.log-register .form-wrap .login-or {
  text-align: center;
  position: relative;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .log-register .form-wrap .login-or {
    margin-bottom: 20px;
  }
}
.log-register .form-wrap .login-or::before {
  width: 100%;
  background-color: rgba(88, 88, 88, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  content: "";
}

.log-register .form-wrap .login-or .label-or {
  display: inline-block;
  font-size: 12px;
  background-color: #fff;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}

.log-register .form-wrap .login-other {
  margin-bottom: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .log-register .form-wrap .login-other {
    margin-bottom: 24px;
  }
}
.log-register .form-wrap .login-other li {
  padding: 0 16px;
}

.log-register .form-wrap .no-account {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .log-register .form-wrap .no-account {
    font-size: 14px;
  }
}
.log-register .form-wrap .no-account a:hover {
  text-decoration: underline;
}

.log-register .form-wrap .otp-info {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 12px;
  color: #555454;
}

@media (max-width: 767px) {
  .log-register .form-wrap .otp-info {
    font-size: 14px;
  }
}
.log-register .form-wrap .otp-info .label-text {
  margin-bottom: 0;
  margin-right: 12px;
}

.log-register .form-wrap .otp-info .time-countDown {
  color: #FF0000;
  font-weight: 600;
}

.log-register .form-wrap .otp-form {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.log-register .form-wrap .otp-form li {
  width: 49px;
}

@media (max-width: 480px) {
  .log-register .form-wrap .otp-form li {
    width: 40px;
  }
}
.log-register .form-wrap .otp-form li .form-control {
  border-radius: 10px;
  text-align: center;
  padding: 5px;
  -moz-appearance: textfield;
}

.log-register .form-wrap .otp-form li .form-control::-webkit-outer-spin-button, .log-register .form-wrap .otp-form li .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.pass-page .log-head {
  margin-bottom: 50px !important;
}

.checkOtp-page .log-head {
  margin-bottom: 35px !important;
}

.register-page {
  max-width: 800px !important;
}

.register-page .form-wrap {
  padding: 20px 50px 65px 30px;
}

@media (max-width: 767px) {
  .register-page .form-wrap {
    padding: 32px 20px;
  }
}
.register-page .form-name {
  text-transform: capitalize;
}

.register-page .form-name::-webkit-input-placeholder {
  text-transform: initial;
}

.register-page .form-name:-ms-input-placeholder {
  text-transform: initial;
}

.register-page .form-name::-ms-input-placeholder {
  text-transform: initial;
}

.register-page .form-name::placeholder {
  text-transform: initial;
}

.register-page .register-banner {
  text-align: center;
  margin-bottom: -16px;
}

.register-page .head-label {
  margin-bottom: 31px !important;
}

.register-page .experience-list li {
  background: url(/../img/icon/icon-check-double.svg) no-repeat 0 2px;
  margin-bottom: 16px;
  padding-left: 32px;
}

.register-page .experience-list li:last-child {
  margin-bottom: 0;
}

.register-page .logo-teky {
  text-align: right;
  margin-bottom: 85px;
  padding-top: 18px;
}

@media (max-width: 767px) {
  .register-page .logo-teky {
    margin-bottom: 30px;
  }
}
.register-page .btn-submit {
  margin-bottom: 30px;
}

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- modalPage -----***/
.modal-open {
  overflow: initial !important;
  padding-right: 0 !important;
}

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

.modal .modal-content {
  border-radius: 20px;
}

.modal .modal-header {
  padding: 15px 31px 17px;
  border-radius: 20px 20px 0 0;
  border-bottom: none;
}

@media (max-width: 480px) {
  .modal .modal-header {
    padding: 15px;
  }
}
.modal .modal-header .modal-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .modal .modal-header .modal-title {
    font-size: 18px;
  }
}
.modal .modal-header .close {
  margin-left: 16px;
  opacity: 1;
  margin: 0;
  width: 32px;
  padding: 0;
  height: 32px;
  background: url(/../img/icon/modal-close.svg) no-repeat;
}

@media (max-width: 480px) {
  .modal .modal-header .close {
    background-size: contain;
    width: 24px;
    height: 24px;
  }
}
.modal .modal-body {
  padding: 0 31px 30px;
}

@media (max-width: 480px) {
  .modal .modal-body {
    padding: 0 15px 15px;
  }
}
#modal-upload .nav-pills {
  margin-bottom: 22px !important;
}

#modal-upload a.text-primary {
  color: var(--bd-link) !important;
}

#modal-upload .label-hello {
  font-size: 18px;
  display: block;
  line-height: 100%;
  text-align: center;
  margin-bottom: 2px;
}

#modal-upload .text-guide {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

#modal-upload .embed-code {
  height: 60px;
  padding: 0 30px;
}

@media (max-width: 767px) {
  #modal-upload .embed-code {
    padding: 0 20px;
  }
}
#modal-upload .embed-guide {
  text-align: right;
  font-size: 12px;
  margin-bottom: 18px;
}

#modal-upload .form-description {
  margin-bottom: 20px;
  border: 1px solid #B6B6B6;
  border-radius: 20px;
}

#modal-upload .form-description .note-editor {
  border: none;
}

#modal-upload .form-description .panel-heading {
  padding: 4px 11px;
}

#modal-upload .form-description .panel-heading .note-btn-group {
  margin-top: 0;
}

#modal-upload .form-description .panel-heading .note-btn-group .note-btn {
  background-color: transparent;
  padding: 2px 5px;
  border-radius: 2px !important;
}

#modal-upload .form-description .panel-heading .note-btn-group .note-btn:hover {
  background-color: #c9cbcf;
}

#modal-upload .form-description .note-editing-area .note-editable {
  height: 100px !important;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 767px) {
  #modal-upload .form-description .note-editing-area .note-editable {
    padding: 10px 20px;
  }
}
#modal-upload .form-description .note-editing-area .note-editable p {
  margin-bottom: 2px;
}

#modal-upload .form-description .note-statusbar {
  display: none;
}

#modal-upload .form-description .limit-text {
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  padding: 0 20px;
  margin-bottom: 16px;
  line-height: 100%;
}

#modal-upload .form-description .note-placeholder {
  padding: 10px 30px;
  font-size: 12px;
  color: #B6B6B6;
  font-weight: 600;
}

#modal-upload .btn-post {
  height: 63px;
  margin-bottom: 30px;
}

#modal-upload .list-upload {
  margin-bottom: 16px;
}

#modal-upload .list-upload li {
  margin-bottom: 5px;
  text-align: center;
}

#modal-upload .list-upload li .button-upload {
  border-radius: 5px;
  padding: 0;
  border: none;
  max-width: 258px;
  width: 100%;
  cursor: pointer;
  margin: 0 auto;
}

#modal-upload .list-upload li .button-upload input[type=file] {
  display: none;
}

#modal-upload .list-upload li .button-upload .custom-file-upload {
  width: 100%;
  padding: 0 20px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}

#modal-upload .list-upload li .button-upload .custom-file-upload.uploadfile {
  background: -webkit-gradient(linear, left top, right top, from(#F8E3EF), to(#E5B9D7));
  background: -webkit-linear-gradient(left, #F8E3EF 0%, #E5B9D7 100%);
  background: -o-linear-gradient(left, #F8E3EF 0%, #E5B9D7 100%);
  background: linear-gradient(90deg, #F8E3EF 0%, #E5B9D7 100%);
  color: var(--bd-purple);
}

#modal-upload .list-upload li .button-upload .custom-file-upload.uploadcamera {
  background: -webkit-gradient(linear, left top, right top, from(#FFFBD3), to(#FFE098));
  background: -webkit-linear-gradient(left, #FFFBD3 0%, #FFE098 100%);
  background: -o-linear-gradient(left, #FFFBD3 0%, #FFE098 100%);
  background: linear-gradient(90deg, #FFFBD3 0%, #FFE098 100%);
  color: #F36D22;
}

#modal-upload .list-upload li .button-upload .custom-file-upload img {
  margin-right: 10px;
  width: 18px;
}

#modal-upload .list-upload li .button-upload .custom-file-upload .upload-label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

#modal-complain .text-guide {
  margin-bottom: 22px;
}

#modal-complain .text-guide .number-phone {
  color: #FF0000;
}

#modal-complain .form-select {
  border-radius: 50px;
  height: 60px;
  position: relative;
  margin-bottom: 10px;
}

#modal-complain .form-select select.form-control {
  padding-left: 26px;
  background: url(/../img/icon/up-down.svg) no-repeat calc(100% - 27px) 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 767px) {
  #modal-complain .form-select select.form-control {
    padding-left: 16px;
    background-position: calc(100% - 16px) 50%;
  }
}
#modal-complain .form-select select.form-control option {
  font-size: 16px;
}

#modal-complain .form-select .form-label {
  color: #B6B6B6;
  font-size: 12px;
  position: absolute;
  left: 30px;
  top: 10px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #modal-complain .form-select .form-label {
    left: 16px;
  }
}
#modal-complain .form-select .form-control {
  padding: 20px 30px 0;
  height: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  #modal-complain .form-select .form-control {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#modal-complain .text-area {
  height: 153px;
  border-radius: 20px;
  padding: 13px 30px;
}

@media (max-width: 767px) {
  #modal-complain .text-area {
    padding: 10px 16px;
    border-radius: 16px;
  }
}
#modal-complain .text-area::-webkit-input-placeholder {
  font-size: 12px;
}

#modal-complain .text-area:-ms-input-placeholder {
  font-size: 12px;
}

#modal-complain .text-area::-ms-input-placeholder {
  font-size: 12px;
}

#modal-complain .text-area::placeholder {
  font-size: 12px;
}

#modal-complain .complain-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #modal-complain .complain-docs {
    margin-bottom: 16px;
  }
}
#modal-complain .complain-docs .docs-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

@media (max-width: 767px) {
  #modal-complain .complain-docs .docs-link {
    width: 100%;
  }
}
#modal-complain .complain-footer {
  border-top: 1px solid #E7E8EA;
  padding-top: 24px;
}

@media (max-width: 767px) {
  #modal-complain .complain-footer {
    padding-top: 16px;
  }
}
#modal-complain .complain-footer .list-checked {
  margin-bottom: 14px;
}

#modal-complain .complain-footer .list-checked li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#modal-complain .complain-footer .list-checked li + li {
  padding-top: 10px;
}

#modal-complain .complain-footer .checkbox input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

#modal-complain .complain-footer .checkbox input:checked + .checkbox-label::after {
  opacity: 1;
  border-color: var(--bd-green);
  background-color: var(--bd-green);
}

#modal-complain .complain-footer .checkbox .checkbox-label {
  cursor: pointer;
  font-size: 12px;
  position: relative;
  padding: 4px 32px 4px 0;
  margin-bottom: 0;
}

#modal-complain .complain-footer .checkbox .checkbox-label::after {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #B6B6B6;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  right: 0;
  top: 0;
  left: inherit;
  position: absolute;
  opacity: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
}

#modal-complain .complain-footer .checkbox .checkbox-label::before {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  right: 0;
  left: inherit;
  top: 0;
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 4px;
}

#modal-complain .complain-footer .btn-creat {
  height: 60px;
}

@media (max-width: 767px) {
  #modal-complain .complain-footer .btn-creat {
    height: 50px;
  }
}
#modal-complain .complain-footer .btn-creat span {
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#modal-complain .complain-footer .btn-creat .icon {
  width: 16px;
}

#modal-decision .form-decision {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #modal-decision .form-decision {
    margin-bottom: 15px;
  }
}
#modal-decision .form-decision .form-lable {
  font-size: 12px;
  margin-bottom: 0;
  display: block;
}

#modal-decision .form-decision .form-text {
  font-weight: 600;
  margin-top: 0;
}

#modal-decision .line-space {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #E7E8EA;
  margin: 20px 0;
}

@media (max-width: 767px) {
  #modal-decision .line-space {
    margin: 15px 0;
  }
}
#modal-decision .docs-link {
  font-size: 12px;
  font-weight: 600;
}

#modal-decision .reply-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #modal-decision .reply-by {
    margin-bottom: 15px;
  }
}
#modal-decision .reply-by .by-name {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 767px) {
  #modal-decision .reply-by .by-name {
    font-size: 16px;
  }
}
#modal-decision .reply-by .reply-time {
  font-weight: 600;
}

#modal-decision .decision-stt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

#modal-decision .decision-stt .success-stt {
  color: #5CB85B;
}

@media (max-width: 767px) {
  #modal-decision .fs-18 {
    font-size: 16px;
  }
}
#modal-gift-success {
  text-align: center;
}

#modal-gift-success .modal-header {
  padding-bottom: 0;
}

#modal-gift-success .success-banner {
  margin-top: -10px;
  margin-bottom: 15px;
}

#modal-gift-success .success-title {
  display: block;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 100%;
}

@media (max-width: 767px) {
  #modal-gift-success .success-title {
    font-size: 18px;
  }
}
#modal-gift-success .gift-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--bd-link);
}

@media (max-width: 767px) {
  #modal-gift-success .gift-name {
    font-size: 16px;
  }
}
#modal-post .post-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#modal-post .post-user .user-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 8px;
}

#modal-post .post-user .user-info .user-name {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 7px;
  line-height: 100%;
}

#modal-post .post-user .user-info .select-group {
  height: 30px;
  width: 135px;
  padding: 3px 30px 3px 10px;
  background: url(/../img/icon/up-down.svg) no-repeat calc(100% - 8px) 50% #D9D9D9;
  background-size: 8px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

#modal-post .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#modal-post .post-content .post-input {
  width: 100%;
  border: none;
  padding: 0;
  font-size: 22px;
  text-align: center;
  height: 31px;
  resize: none;
  overflow: hidden;
  font-family: "Montserrat";
  font-weight: 600;
}

#modal-post .post-content .post-input::-webkit-input-placeholder {
  color: #D9D9D9;
  font-weight: 400;
}

#modal-post .post-content .post-input:-ms-input-placeholder {
  color: #D9D9D9;
  font-weight: 400;
}

#modal-post .post-content .post-input::-ms-input-placeholder {
  color: #D9D9D9;
  font-weight: 400;
}

#modal-post .post-content .post-input::placeholder {
  color: #D9D9D9;
  font-weight: 400;
}

#modal-post .modal-footer {
  border-top: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 30px;
  position: relative;
}

#modal-post .modal-footer::before {
  width: calc(100% - 60px);
  height: 1px;
  background-color: #E7E8EA;
  left: 30px;
  top: 0;
  content: "";
  position: absolute;
}

#modal-post .modal-footer .btn-post {
  width: 50%;
  max-width: 215px;
  height: 38px;
  font-weight: 600;
}

#modal-post .modal-footer .btn-post span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#modal-post .modal-footer .btn-post img {
  width: 16px;
}

#modal-post .modal-footer .chat-attach {
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  #modal-post .modal-footer .chat-attach {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
#modal-post .modal-footer .chat-attach li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  #modal-post .modal-footer .chat-attach li {
    margin-left: 5px;
  }
}
#modal-post .modal-footer .chat-attach li .btn-attach {
  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: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  #modal-post .modal-footer .chat-attach li .btn-attach {
    padding: 0 7px;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  #modal-post .modal-footer .chat-attach li .btn-attach img {
    max-height: 100%;
  }
}
#modal-post .modal-footer .chat-attach li .btn-attach.attach-file {
  background-color: #0053FF;
}

#modal-post .modal-footer .chat-attach li .btn-attach.attach-tags {
  background-color: #FF4154;
}

#modal-post .modal-footer .chat-attach li .btn-attach.attach-icon {
  background-color: #FFBF00;
}

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- TopPage -----***/
.play-page .adv-blog {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 52px;
}

.play-page .adv-blog img {
  width: 100%;
}

.play-page .games-new {
  width: calc(100vw - 500px);
}

@media (max-width: 1199px) {
  .play-page .games-new {
    width: calc(100vw - 70px);
  }
}
.play-page .games-new .head-page {
  margin-bottom: 7px;
}

.play-page .games-new .games-list {
  width: calc(100% + 250px);
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .play-page .games-new .games-list {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.play-page .games-new .slider-games .items {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .play-page .games-new .slider-games .items {
    padding: 0 5px;
  }
}
.play-page .games-new .slider-games .slick-arrow {
  background-image: url(/../img/icon/arrow-right-circle.svg);
  top: -38px;
}

.play-page .games-new .slider-games .slick-arrow.slick-prev {
  right: 82px;
  left: inherit;
}

.play-page .games-new .slider-games .slick-arrow.slick-next {
  right: 40px;
}

.play-page .games-new .slider-games .items-game {
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
}

.play-page .games-new .slider-games .items-game:hover .game-wrap {
  -webkit-box-shadow: 0px 0px 20px rgba(235, 145, 56, 0.16);
  box-shadow: 0px 0px 20px rgba(235, 145, 56, 0.16);
}

.play-page .games-new .slider-games .items-game:hover .game-playnow {
  bottom: 0;
}

.play-page .games-new .slider-games .items-game .game-wrap {
  position: relative;
  z-index: 5;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (max-width: 480px) {
  .play-page .games-new .slider-games .items-game .game-wrap {
    border-radius: 12px;
  }
}
.play-page .games-new .slider-games .items-game .game-wrap .game-view {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 480px) {
  .play-page .games-new .slider-games .items-game .game-wrap .game-view {
    border-radius: 12px;
  }
}
.play-page .games-new .slider-games .items-game .game-wrap .game-view .game-img {
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #D9D9D9;
}

@media (max-width: 767px) {
  .play-page .games-new .slider-games .items-game .game-wrap .game-view .game-img {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .play-page .games-new .slider-games .items-game .game-wrap .game-view .game-img {
    height: 120px;
    border-radius: 12px;
  }
}
.play-page .games-new .slider-games .items-game .game-wrap .game-view .game-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.play-page .games-new .slider-games .items-game .game-wrap .game-view .toolsUser {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 65%;
  padding: 0 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 767px) {
  .play-page .games-new .slider-games .items-game .game-wrap .game-view .toolsUser {
    padding: 0 10px 10px 0;
  }
}
.play-page .games-new .slider-games .items-game .game-wrap .game-view .toolsUser .toolsUser-label {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .play-page .games-new .slider-games .items-game .game-wrap .game-view .toolsUser .toolsUser-img {
    max-width: 60px;
  }
}
.play-page .games-new .slider-games .items-game .game-wrap .game-info {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .play-page .games-new .slider-games .items-game .game-wrap .game-info {
    padding: 10px;
  }
}
.play-page .games-new .slider-games .items-game .game-wrap .game-info .user-thumb {
  width: 48px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .play-page .games-new .slider-games .items-game .game-wrap .game-info .user-thumb {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .play-page .games-new .slider-games .items-game .game-wrap .game-info .user-thumb .user__thumb {
    width: 100%;
    height: 100%;
  }
}
.play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

@media (max-width: 767px) {
  .play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user {
    width: calc(100% - 42px);
  }
}
.play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user .user-name {
  font-size: 12px;
}

@media (max-width: 767px) {
  .play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user .user-name {
    font-size: 10px;
  }
}
.play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user .user-name .year-old {
  font-weight: 400;
}

@media (max-width: 767px) {
  .play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user .user-name .year-old {
    display: block;
  }
}
.play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user .user-name .year-old::before {
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background-color: #000;
  margin: 2px 5px;
  display: inline-block;
}

.play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user .game-name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user .game-name {
    font-size: 12px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
}
.play-page .games-new .slider-games .items-game .game-playnow {
  width: calc(100% - 30px);
  background: -webkit-gradient(linear, left top, right top, from(#FFA800), color-stop(102.28%, #5DC2A7));
  background: -webkit-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
  background: -o-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
  background: linear-gradient(90deg, #FFA800 0%, #5DC2A7 102.28%);
  -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
  box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
  padding: 6px 10px;
  border-radius: 0 0 16px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin: 0 auto;
  position: relative;
  bottom: 50px;
}

@media (max-width: 767px) {
  .play-page .games-new .slider-games .items-game .game-playnow {
    width: calc(100% - 24px);
    font-size: 11px;
    padding: 5px;
    border-radius: 0 0 8px 8px;
  }
}
@media (max-width: 480px) {
  .play-page .games-new .slider-games .items-game .game-playnow {
    width: calc(100% - 12px);
  }
}
.play-page .games-new .slider-games .items-game .game-playnow .inner {
  text-align: center;
  margin: 0 auto;
}

.play-page .games-new .slider-games .items-game .game-playnow img {
  display: inline-block;
  margin-bottom: 1px;
  margin-right: 2px;
}

.play-page .games-new .slider-games .items-game .game-playnow a {
  color: #fff;
  text-decoration: underline;
}

.play-page .game-playmore .gameItems__playnow {
  background: -webkit-gradient(linear, left top, right top, from(#EF8F3B), color-stop(102.28%, #AB3BAC));
  background: -webkit-linear-gradient(left, #EF8F3B 0%, #AB3BAC 102.28%);
  background: -o-linear-gradient(left, #EF8F3B 0%, #AB3BAC 102.28%);
  background: linear-gradient(90deg, #EF8F3B 0%, #AB3BAC 102.28%);
}

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- projectPage -----***/
.project-page .project-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 20px 30px 50px;
}

@media (max-width: 991px) {
  .project-page .project-detail {
    padding: 20px 20px 50px;
  }
}
.project-page .button-back {
  margin: 20px 30px 0;
  display: inline-block;
}

.project-page .detail-main {
  width: calc(100% - 494px);
}

@media (max-width: 1440px) {
  .project-page .detail-main {
    width: calc(64.2% - 10px);
  }
}
@media (max-width: 991px) {
  .project-page .detail-main {
    width: 100%;
  }
}
.project-page .detail-main .widget-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px 20px 22px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .project-page .detail-main .widget-box {
    border-radius: 16px;
    padding: 16px 16px;
  }
}
.project-page .detail-main .widget-box .widget-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .project-page .detail-main .widget-box .widget-title {
    font-size: 16px;
  }
}
.project-page .detail-main .widget-project-info {
  border-radius: 30px;
}

@media (max-width: 767px) {
  .project-page .detail-main .widget-project-info {
    border-radius: 16px;
  }
}
.project-page .detail-main .widget-project-info .project-head {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-page .detail-main .widget-project-info .user-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 767px) {
  .project-page .detail-main .widget-project-info .user-info {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.project-page .detail-main .widget-project-info .user-info-name {
  margin-bottom: 2px;
}

.project-page .detail-main .widget-project-info .user-info-yearold {
  display: inline-block;
  font-weight: 400;
}

.project-page .detail-main .widget-project-info .user-info-yearold::before {
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background-color: #000;
  margin: 2px 5px;
  display: inline-block;
}

.project-page .detail-main .widget-project-info .user-info .gameItems__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .project-page .detail-main .widget-project-info .user-info .gameItems__title {
    font-size: 14px;
  }
}
.project-page .detail-main .widget-project-info .user-info .list-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.project-page .detail-main .widget-project-info .user-info .list-tags li {
  margin-right: 4px;
}

.project-page .detail-main .widget-project-info .user-info .list-tags li a {
  font-size: 13px;
}

@media (max-width: 767px) {
  .project-page .detail-main .widget-project-info .user-info .list-tags li a {
    font-size: 12px;
  }
}
.project-page .detail-main .widget-project-info .user-info .list-tags li a:hover {
  color: var(--bd-primary);
}

@media (max-width: 767px) {
  .project-page .detail-main .widget-project-info .control-cmn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.project-page .detail-main .widget-project-info .project-body {
  position: relative;
  border-radius: 30px;
  overflow-x: hidden;
  max-width: 846px;
  margin: 0 auto 18px;
  width: 100%;
}

.project-page .detail-main .widget-project-info .project-body .button-game {
  position: absolute;
  width: 128px;
  height: 128px;
  left: calc(50% - 64px);
  top: calc(50% - 64px);
  background-color: #FCF055;
  border: 3px solid #000;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 1366px) {
  .project-page .detail-main .widget-project-info .project-body .button-game {
    width: 96px;
    height: 96px;
    left: calc(50% - 48px);
    top: calc(50% - 48px);
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .project-page .detail-main .widget-project-info .project-body .button-game {
    width: 64px;
    height: 64px;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    padding: 16px;
  }
}
.project-page .detail-main .widget-project-info .project-body .button-game:hover::before {
  width: 100%;
}

.project-page .detail-main .widget-project-info .project-body .button-game::before {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 17px;
  width: calc(100% - 7px);
  height: 100%;
  background-color: var(--bd-green);
}

@media (max-width: 991px) {
  .project-page .detail-main .widget-project-info .project-body .button-game::before {
    width: calc(100% - 5px);
  }
}
.project-page .detail-main .widget-project-info .project-body .button-game img {
  position: relative;
  z-index: 2;
  max-height: 100%;
}

.project-page .detail-main .widget-project-info .project-body .project-game > img {
  width: 100%;
}

.project-page .detail-main .widget-project-info .project-body .paddy-guide {
  position: absolute;
  left: 20px;
  bottom: 22px;
}

.project-page .detail-main .widget-project-info .project-body .maximize {
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: 22px;
}

.project-page .detail-main .widget-project-info .project-body .maximize .maximize-icon {
  cursor: pointer;
  display: block;
  height: 24px;
  width: 24px;
  margin-bottom: 5px;
  margin: 0 auto;
}

.project-page .detail-main .widget-project-info .project-body .maximize .maximize-label {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.project-page .detail-main .widget-project-info .project-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .project-page .detail-main .widget-project-info .project-footer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.project-page .detail-main .widget-project-info .project-footer .project-info-view {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.project-page .detail-main .widget-project-info .project-footer .project-info-view li {
  margin: 3px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .project-page .detail-main .widget-project-info .project-footer .project-info-view li {
    width: 100%;
  }
}
.project-page .detail-main .widget-project-info .project-footer .project-info-view li .view-label {
  margin-bottom: 0;
  font-size: 12px;
}

.project-page .detail-main .widget-project-info .project-footer .project-info-view li .view-text {
  font-weight: 600;
  margin-bottom: 0;
  color: var(--bd-primary);
}

.project-page .detail-main .widget-project-info .project-footer .btn-code {
  width: 140px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .project-page .detail-main .widget-project-info .project-footer .btn-code {
    font-size: 12px;
    width: 110px;
    padding: 9px 10px;
    height: 40px;
    min-height: 40px;
  }
}
.project-page .detail-main .widget-project-desc {
  margin-bottom: 55px;
}

.project-page .detail-main .widget-project-desc .project-desc {
  margin-bottom: 20px;
  position: relative;
  max-height: 230px;
  overflow: hidden;
  text-align: justify;
}

.project-page .detail-main .widget-project-desc .project-desc.show {
  max-height: initial;
}

.project-page .detail-main .widget-project-desc .project-desc.show::after {
  display: none;
}

.project-page .detail-main .widget-project-desc .project-desc::after {
  position: absolute;
  width: 100%;
  height: 90px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.0001)), color-stop(80%, #FFFFFF), to(#FFFFFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 80%, #FFFFFF 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 80%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 80%, #FFFFFF 100%);
  bottom: 0;
  left: 0;
}

.project-page .detail-main .widget-project-desc .readmore {
  text-align: right;
}

.project-page .detail-main .widget-project-desc .readmore.active a img {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  top: -2px;
}

.project-page .detail-main .project-comment .paddy-guide {
  margin-right: 30px;
  border-radius: 16px 16px 0 0;
  padding: 7px 22px;
}

.project-page .detail-main .widget-project-comment .head-comment {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #2A2E2E;
  padding-bottom: 7px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.project-page .detail-main .widget-project-comment .head-comment .total-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-page .detail-main .widget-project-comment .head-comment .total-comment .total-number {
  font-size: 12px;
  font-weight: 600;
  padding-left: 4px;
}

.project-page .detail-main .widget-project-comment .head-comment .sortby .icon {
  margin-bottom: 4px;
  margin-right: 3px;
}

.project-page .detail-main .widget-project-comment .head-comment .sortby .sortby-button {
  padding-top: 6px;
}

.project-page .detail-main .widget-project-comment .body-comment {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .project-page .detail-main .widget-project-comment .body-comment {
    padding-left: 0;
  }
}
.project-page .detail-main .widget-project-comment .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
}

.project-page .detail-main .widget-project-comment .comment-form .user-thumb {
  width: 48px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .project-page .detail-main .widget-project-comment .comment-form .user-thumb {
    width: 32px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .project-page .detail-main .widget-project-comment .comment-form .user-thumb .user__thumb {
    width: 32px;
    height: 32px;
  }
}
.project-page .detail-main .widget-project-comment .comment-form .comment-form-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 12px;
}

.project-page .detail-main .widget-project-comment .comment-form .comment-area {
  border: none;
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: 400;
  border-bottom: 1px solid #2A2E2E;
  color: #2A2E2E;
  width: 100%;
  overflow: hidden;
  height: 20px;
  padding: 0;
}

.project-page .detail-main .widget-project-comment .comment-form .comment-area::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "Montserrat";
  color: #2A2E2E;
}

.project-page .detail-main .widget-project-comment .comment-form .comment-area:-ms-input-placeholder {
  font-size: 13px;
  font-family: "Montserrat";
  color: #2A2E2E;
}

.project-page .detail-main .widget-project-comment .comment-form .comment-area::-ms-input-placeholder {
  font-size: 13px;
  font-family: "Montserrat";
  color: #2A2E2E;
}

.project-page .detail-main .widget-project-comment .comment-form .comment-area::placeholder {
  font-size: 13px;
  font-family: "Montserrat";
  color: #2A2E2E;
}

.project-page .detail-main .widget-project-comment .comment-form .comment-button {
  text-align: right;
}

.project-page .detail-main .widget-project-comment .comment-form .comment-button .btn {
  width: 56px;
  height: 24px;
  background-color: #2A2E2E;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  padding: 0;
  border: none;
  margin-left: 19px;
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  margin-bottom: 24px;
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items:last-child {
  margin-bottom: 0;
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-thumb {
  width: 48px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-thumb {
    width: 32px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-thumb .user__thumb {
    width: 32px;
    height: 32px;
  }
}
.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .user-info-name {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .user-info-name {
    margin-bottom: 4px;
  }
}
.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .user-info-name .user-name {
  color: var(--bd-primary);
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .user-info-name .user-name {
    margin-right: 10px;
  }
}
.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text {
  margin-bottom: 10px;
  line-height: 120%;
}

@media (max-width: 767px) {
  .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text {
    margin-bottom: 6px;
  }
}
.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text .text-inner {
  overflow: hidden;
  max-height: 95px;
  overscroll-behavior-y: contain;
  -webkit-perspective: 1px;
  perspective: 1px;
  scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
  scrollbar-width: 4px;
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text .text-inner::-webkit-scrollbar-track {
  background: none;
  border-radius: 30px;
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text .text-inner::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: none;
  border-radius: 30px;
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text .text-inner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text .text-inner.show {
  max-height: inherit;
  overflow: auto;
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text .readmore {
  padding-top: 5px;
  text-align: right;
  color: var(--bd-primary);
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text .readmore .readmore-btn {
  display: inline-block;
  cursor: pointer;
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text .readmore .readmore-btn.active i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-control .comment-like {
  font-weight: 400;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-control .comment-like {
    margin-right: 10px;
  }
}
.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-control .comment-like .btn-like {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-control .btn-reply {
  cursor: pointer;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: none;
  background-color: transparent;
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-control .btn-reply img {
  margin-right: 4px;
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .view-more {
  cursor: pointer;
  color: var(--bd-primary);
}

.project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .view-more img {
  margin-right: 4px;
}

.project-page .project-sidebar {
  width: 474px;
}

@media (max-width: 1440px) {
  .project-page .project-sidebar {
    width: calc(35.8% - 10px);
  }
}
@media (max-width: 991px) {
  .project-page .project-sidebar {
    width: 100%;
  }
}
.project-page .project-sidebar .widget-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .project-page .project-sidebar .widget-box {
    padding: 16px;
    border-radius: 16px;
  }
}
.project-page .project-sidebar .widget-box .widget-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .project-page .project-sidebar .widget-box .widget-title {
    font-size: 16px;
  }
}
.project-page .project-sidebar .widget-author .author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-page .project-sidebar .widget-author .author-box .author-thumb {
  width: 60px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .project-page .project-sidebar .widget-author .author-box .author-thumb {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .project-page .project-sidebar .widget-author .author-box .author-thumb .user__thumb {
    width: 50px;
    height: 50px;
  }
}
.project-page .project-sidebar .widget-author .author-box .author-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-page .project-sidebar .widget-author .author-box .author-info .author-info-name .author-name {
  font-size: 18px;
  color: var(--bd-link);
}

@media (max-width: 991px) {
  .project-page .project-sidebar .widget-author .author-box .author-info .author-info-name .author-name {
    font-size: 14px;
  }
}
.project-page .project-sidebar .widget-author .author-box .author-info .author-info-name .year-old {
  display: inline-block;
  font-weight: 600;
}

.project-page .project-sidebar .widget-author .author-box .author-info .author-info-name .year-old::before {
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background-color: #000;
  margin: 2px 5px;
  display: inline-block;
}

.project-page .project-sidebar .widget-author .author-box .author-info .author-rank {
  margin-bottom: 0;
}

.project-page .project-sidebar .widget-author .author-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 22px;
  margin-top: 20px;
  border-top: 1px solid #D9D9D9;
}

@media (max-width: 767px) {
  .project-page .project-sidebar .widget-author .author-footer {
    display: block;
  }
}
.project-page .project-sidebar .widget-author .author-footer .achievements-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .project-page .project-sidebar .widget-author .author-footer .achievements-list {
    width: 100%;
    margin-bottom: 8px;
  }
}
.project-page .project-sidebar .widget-author .author-footer .achievements-list li {
  margin-right: 30px;
}

.project-page .project-sidebar .widget-author .author-footer .achievements-list li:last-child {
  margin-right: 0;
}

.project-page .project-sidebar .widget-author .author-footer .achievements-list li .icon img {
  min-width: 16px;
}

.project-page .project-sidebar .widget-author .author-footer .achievements-list li .label {
  padding-top: 4px;
  font-weight: 600;
  margin-bottom: 0;
}

.project-page .project-sidebar .widget-author .author-footer .btn-profile {
  width: auto;
  max-width: 145px;
  height: 38px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #000;
  color: #000;
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  min-height: inherit;
}

@media (max-width: 767px) {
  .project-page .project-sidebar .widget-author .author-footer .btn-profile {
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.project-page .project-sidebar .widget-author .author-footer .btn-profile:hover {
  background-color: var(--bd-yeallow);
}

.project-page .project-sidebar .widget-author .author-footer .btn-profile img {
  margin-left: 15px;
}

.project-page .project-sidebar .widget-related .related-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.project-page .project-sidebar .widget-related .related-wrap::after {
  width: 25px;
  height: 18px;
  content: "";
  background: url(/../img/icon/arrow-right.svg) no-repeat;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-size: contain;
}

.project-page .project-sidebar .widget-related .related-wrap .related-thumb {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .project-page .project-sidebar .widget-related .related-wrap .related-thumb {
    width: 80px;
    height: 80px;
  }
}
.project-page .project-sidebar .widget-related .related-wrap .related-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-page .project-sidebar .widget-related .related-wrap .related-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-page .project-sidebar .widget-related .related-wrap .related-info .related-ctg {
  font-size: 12px;
  font-weight: 600;
  color: var(--bd-link);
  margin-bottom: 3px;
}

.project-page .project-sidebar .widget-related .related-wrap .related-info .related-name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
  color: #000;
}

.project-page .project-sidebar .widget-related .related-wrap .related-info .toolscode {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-page .project-sidebar .widget-related .related-wrap .related-info .toolscode li {
  margin-right: 12px;
}

.project-page .project-sidebar .widget-related .related-wrap .related-info .related-desc {
  margin-bottom: 0;
  padding-right: 28px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-page .project-sidebar .author-product > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .project-page .project-sidebar .author-product > li {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.project-page .project-sidebar .author-product > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.project-page .project-sidebar .author-product > li .product-thumb {
  width: 80px;
  margin-right: 20px;
  border-radius: 6px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .project-page .project-sidebar .author-product > li .product-thumb {
    width: 65px;
    margin-right: 10px;
  }
}
.project-page .project-sidebar .author-product > li .product-info {
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-page .project-sidebar .author-product > li .product-info .product-info-name {
  margin-bottom: 4px;
  line-height: 100%;
}

.project-page .project-sidebar .author-product > li .product-info .product-name {
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .project-page .project-sidebar .author-product > li .product-info .product-name {
    font-size: 15px;
  }
}
.project-page .project-sidebar .game-question {
  padding-top: 10px;
}

.project-page .project-sidebar .game-question .question-title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.project-page .project-sidebar .game-question .suggest-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.project-page .project-sidebar .game-question .suggest-game li {
  width: calc(50% - 6px);
  padding: 0 6px;
  max-width: 164px;
}

.project-page .project-sidebar .game-question .suggest-game li:last-child {
  padding-right: 0;
}

.project-page .project-sidebar .game-question .suggest-game li:first-child {
  padding-left: 0;
}

.project-page .project-sidebar .game-question .suggest-game li a {
  height: 60px;
  border-radius: 40px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.project-page .project-sidebar .game-question .suggest-game li a .toolscode-img {
  width: 100%;
}

.project-page .project-sidebar .game-question .suggest-game li a .toolscode-img img {
  width: 100%;
}

.project-page .project-sidebar .game-question .suggest-game li a .suggest-yearold {
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  display: block;
  width: 100%;
  line-height: 100%;
}

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- communityPage -----***/
.community-page .group-list {
  padding-bottom: 20px;
}

.community-page .list-sub-games {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-bottom: 30px;
}

.community-page .list-sub-games li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .community-page .list-sub-games li {
    width: calc(50% - 3px);
    margin-bottom: 12px;
  }
}
.community-page .list-sub-games li .items {
  width: 100%;
  display: block;
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
  color: #000;
}

@media (max-width: 767px) {
  .community-page .list-sub-games li .items {
    padding: 6px;
    border-radius: 12px;
  }
}
.community-page .list-sub-games li .items:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.2);
  box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.2);
}

.community-page .list-sub-games li .game-thumb {
  height: 150px;
  border-radius: 20px;
  overflow: hidden;
  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: 10px;
}

@media (max-width: 767px) {
  .community-page .list-sub-games li .game-thumb {
    height: 100px;
    border-radius: 12px;
  }
}
.community-page .list-sub-games li .game-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.community-page .list-sub-games li .game-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.community-page .list-sub-games li .game-footer .user__thumb {
  width: 40px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .community-page .list-sub-games li .game-footer .user__thumb {
    width: 32px;
    height: 32px;
    margin-right: 5px;
  }
}
.community-page .list-sub-games li .game-footer .game-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(100% - 50px);
}

@media (max-width: 767px) {
  .community-page .list-sub-games li .game-footer .game-info {
    width: calc(100% - 37px);
    font-size: 12px;
  }
}
.community-page .list-sub-games li .game-footer .game-info .gane-name {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}

@media (max-width: 767px) {
  .community-page .list-sub-games li .game-footer .game-info .gane-name {
    font-size: 12px;
  }
}
.community-page .chat-banner {
  position: relative;
  margin-bottom: 20px;
}

.community-page .chat-banner-thumb {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .community-page .chat-banner-thumb {
    border-radius: 16px;
  }
}
.community-page .chat-banner-thumb::after {
  position: absolute;
  height: 60%;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.community-page .chat-banner-thumb img {
  width: 100%;
}

.community-page .chat-banner .chat-info {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 767px) {
  .community-page .chat-banner .chat-info {
    left: 10px;
    bottom: 10px;
  }
}
.community-page .chat-banner .chat-info .chat-label {
  font-size: 22px;
  display: block;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .community-page .chat-banner .chat-info .chat-label {
    font-size: 18px;
  }
}
.community-page .chat-banner .chat-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .community-page .chat-banner .chat-info-list {
    font-size: 12px;
  }
}
.community-page .chat-banner .chat-info-list li + li::before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 2px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 10px -1px;
}

.community-page .chat-post {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media (max-width: 767px) {
  .community-page .chat-post {
    padding: 10px 15px;
    border-radius: 12px;
  }
}
.community-page .chat-post .chat-form {
  width: calc(100% - 115px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .community-page .chat-post .chat-form {
    width: 100%;
  }
}
.community-page .chat-post .chat-form .user__thumb {
  width: 48px;
  margin-right: 20px;
}

.community-page .chat-post .chat-form .comment-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 100%;
  height: 18px;
  background-color: transparent;
  border: none;
  flex: 1;
  resize: none;
  overflow: hidden;
  font-weight: 400;
  color: #000;
  padding: 0;
}

.community-page .chat-post .chat-form .comment-area::-webkit-input-placeholder {
  color: #B9BFCA;
}

.community-page .chat-post .chat-form .comment-area:-ms-input-placeholder {
  color: #B9BFCA;
}

.community-page .chat-post .chat-form .comment-area::-ms-input-placeholder {
  color: #B9BFCA;
}

.community-page .chat-post .chat-form .comment-area::placeholder {
  color: #B9BFCA;
}

.community-page .chat-post .chat-attach {
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .community-page .chat-post .chat-attach {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.community-page .chat-post .chat-attach li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .community-page .chat-post .chat-attach li {
    margin-left: 5px;
  }
}
.community-page .chat-post .chat-attach li .btn-attach {
  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: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .community-page .chat-post .chat-attach li .btn-attach {
    padding: 0 7px;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .community-page .chat-post .chat-attach li .btn-attach img {
    max-height: 100%;
  }
}
.community-page .chat-post .chat-attach li .btn-attach.attach-file {
  background-color: #0053FF;
}

.community-page .chat-post .chat-attach li .btn-attach.attach-tags {
  background-color: #FF4154;
}

.community-page .chat-post .chat-attach li .btn-attach.attach-icon {
  background-color: #FFBF00;
}

.community-post-detail {
  height: calc(100vh - 60px);
  margin-top: -70px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .community-post-detail {
    height: initial;
    margin-top: -55px;
  }
}
.community-post-detail .post-detail-thumb {
  width: calc(100% - 500px);
  padding: 0 30px;
  position: relative;
}

@media (max-width: 1440px) {
  .community-post-detail .post-detail-thumb {
    width: 65.3%;
  }
}
@media (max-width: 991px) {
  .community-post-detail .post-detail-thumb {
    width: 100%;
    overflow: hidden;
    padding: 0 16px 50px;
  }
}
.community-post-detail .post-detail-thumb .resize-button {
  position: absolute;
  right: 30px;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  cursor: pointer;
}

@media (max-width: 1366px) {
  .community-post-detail .post-detail-thumb .resize-button {
    right: 5px;
  }
}
@media (max-width: 991px) {
  .community-post-detail .post-detail-thumb .resize-button {
    display: none;
  }
}
.community-post-detail .post-detail-thumb .slider-detail-thumb {
  max-width: 745px;
  margin: 20px auto 0;
}

@media (max-width: 991px) {
  .community-post-detail .post-detail-thumb .slider-detail-thumb .slick-dots {
    bottom: 10px;
  }
}
.community-post-detail .post-detail-thumb .slider-detail-thumb .slick-list {
  border-radius: 0 40px 40px 40px;
}

@media (max-width: 991px) {
  .community-post-detail .post-detail-thumb .slider-detail-thumb .slick-list {
    border-radius: 0 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .community-post-detail .post-detail-thumb .slider-detail-thumb .slick-list {
    border-radius: 0 20px 20px 20px;
  }
}
.community-post-detail .post-detail-thumb .slider-detail-thumb .items {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.community-post-detail .post-detail-thumb .slider-detail-thumb .items img {
  border-radius: 0 40px 40px 40px;
  display: inline-block;
  width: auto;
  max-height: 505px;
}

@media (max-width: 991px) {
  .community-post-detail .post-detail-thumb .slider-detail-thumb .items img {
    border-radius: 0 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .community-post-detail .post-detail-thumb .slider-detail-thumb .items img {
    border-radius: 0 20px 20px 20px;
  }
}
.community-post-detail .post-detail-thumb .slider-detail-thumb .slick-next {
  right: -68px;
}

@media (max-width: 1366px) {
  .community-post-detail .post-detail-thumb .slider-detail-thumb .slick-next {
    right: -24px;
  }
}
.community-post-detail .post-detail-thumb .slider-detail-thumb .slick-prev {
  left: -68px;
}

@media (max-width: 1366px) {
  .community-post-detail .post-detail-thumb .slider-detail-thumb .slick-prev {
    left: -24px;
  }
}
.community-post-detail .post-detail-thumb .paddy-infomation {
  text-align: right;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 40px;
  max-width: 745px;
  margin: 0 auto;
}

.community-post-detail .post-detail-thumb .paddy-infomation .comment-now {
  max-width: 270px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FFA800), color-stop(102.28%, #5DC2A7));
  background: -webkit-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
  background: -o-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
  background: linear-gradient(90deg, #FFA800 0%, #5DC2A7 102.28%);
  -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
  box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
  padding: 6px 10px;
  border-radius: 0 0 16px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (max-width: 767px) {
  .community-post-detail .post-detail-thumb .paddy-infomation .comment-now {
    width: calc(100% - 24px);
    font-size: 11px;
    padding: 5px;
    border-radius: 0 0 8px 8px;
  }
}
.community-post-detail .post-detail-thumb .paddy-infomation .comment-now .inner {
  text-align: center;
  margin: 0 auto;
}

.community-post-detail .post-detail-thumb .paddy-infomation .comment-now img {
  display: inline-block;
  margin-bottom: 1px;
  margin-right: 2px;
}

.community-post-detail .post-detail-thumb .paddy-infomation .comment-now a {
  color: #fff;
  text-decoration: underline;
}

.community-post-detail .post-detail-chat {
  width: 500px;
  height: 100%;
}

@media (max-width: 1440px) {
  .community-post-detail .post-detail-chat {
    width: 34.7%;
  }
}
@media (max-width: 991px) {
  .community-post-detail .post-detail-chat {
    width: 100%;
    height: auto;
  }
}
.community-post-detail .post-detail-chat .groupItems {
  background-color: #F2F6FE;
  height: 100%;
  border-radius: 30px 0 0 30px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .community-post-detail .post-detail-chat .groupItems {
    border-radius: 0;
  }
}
.community-post-detail .post-detail-chat .groupItems:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.community-post-detail .post-detail-chat .groupItems__wrap {
  background-color: transparent;
  height: 100%;
  padding: 30px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media (max-width: 1199px) {
  .community-post-detail .post-detail-chat .groupItems__wrap {
    padding: 16px;
  }
}
.community-post-detail .post-detail-chat .groupItems__body .group-control {
  padding: 10px 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid var(--bd-line);
  border-bottom: 1px solid var(--bd-line);
}

.community-post-detail .post-detail-chat .groupItems__body .group-control .control-cmn li a {
  background-color: #fff;
}

.community-post-detail .post-detail-chat .groupItems__comment {
  display: block;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-perspective: 1px;
  perspective: 1px;
  scrollbar-color: rgba(0, 0, 0, 0.05) transparent;
  scrollbar-width: 4px;
}

.community-post-detail .post-detail-chat .groupItems__comment::-webkit-scrollbar-track {
  background: none;
  border-radius: 30px;
}

.community-post-detail .post-detail-chat .groupItems__comment::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: none;
  border-radius: 30px;
}

.community-post-detail .post-detail-chat .groupItems__comment::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}

@media (max-width: 991px) {
  .community-post-detail .post-detail-chat .groupItems__comment {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .community-post-detail .post-detail-chat .groupItems__comment {
    max-height: 250px;
  }
}
.community-post-detail .post-detail-chat .groupItems__comment .comment-in {
  background-color: #fff !important;
}

.community-post-detail .post-detail-chat .groupItems__form {
  padding: 10px 0 0;
}

.community-post-detail .post-detail-chat .post-desc .text-desc {
  overscroll-behavior-y: contain;
  -webkit-perspective: 1px;
  perspective: 1px;
  scrollbar-color: rgba(0, 0, 0, 0.05) transparent;
  scrollbar-width: 4px;
}

.community-post-detail .post-detail-chat .post-desc .text-desc::-webkit-scrollbar-track {
  background: none;
  border-radius: 30px;
}

.community-post-detail .post-detail-chat .post-desc .text-desc::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: none;
  border-radius: 30px;
}

.community-post-detail .post-detail-chat .post-desc .text-desc::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}

.community-post-detail .post-detail-chat .post-desc .text-desc.show {
  max-height: 170px !important;
}

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- makegame-Page -----***/
.makegame-page .suggest-code-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1030px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .makegame-page .suggest-code-game {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.makegame-page .suggest-code-game > li {
  width: calc(50% - 15px);
  border-radius: 30px;
  padding: 20px 20px 200px;
  color: #fff;
  position: relative;
}

@media (max-width: 991px) {
  .makegame-page .suggest-code-game > li {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .makegame-page .suggest-code-game > li {
    padding: 20px 15px 160px;
    border-radius: 16px;
  }
}
.makegame-page .suggest-code-game > li::after {
  position: absolute;
  content: "";
  background: url(/../img/icon/arrow-right-white.svg) no-repeat;
  width: 25px;
  height: 18px;
  left: 20px;
  bottom: 23px;
}

@media (max-width: 767px) {
  .makegame-page .suggest-code-game > li::after {
    width: 20px;
    height: 15px;
    background-size: contain;
    left: 16px;
  }
}
.makegame-page .suggest-code-game > li.suggest-kitten {
  background: url(/../img/data/suggest-kitten-bg.png) no-repeat 100% 100% #467DF2;
}

@media (max-width: 767px) {
  .makegame-page .suggest-code-game > li.suggest-kitten {
    background-size: 60% auto;
  }
}
.makegame-page .suggest-code-game > li.suggest-kitten-jr {
  background: url(/../img/data/suggest-kitten-jr-bg.png) no-repeat 100% 100% var(--bd-yeallow);
}

@media (max-width: 767px) {
  .makegame-page .suggest-code-game > li.suggest-kitten-jr {
    background-size: 70% auto;
  }
}
.makegame-page .suggest-code-game > li .kitten-logo {
  text-align: right;
  margin-bottom: 4px;
}

.makegame-page .suggest-code-game > li .suggest-kitten-title {
  margin-bottom: 20px;
}

.makegame-page .suggest-code-game > li .suggest-kitten-title .title-label {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .makegame-page .suggest-code-game > li .suggest-kitten-title .title-label {
    font-size: 16px;
  }
}
.makegame-page .suggest-code-game > li .suggest-desc {
  margin-bottom: 30px;
  height: 59px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.makegame-page .suggest-code-game > li .game-statistical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 1300px) {
  .makegame-page .suggest-code-game > li .game-statistical {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .makegame-page .suggest-code-game > li .game-statistical {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
.makegame-page .suggest-code-game > li .game-statistical .items {
  text-align: center;
  margin-right: 50px;
  font-weight: 600;
}

@media (max-width: 1300px) {
  .makegame-page .suggest-code-game > li .game-statistical .items {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .makegame-page .suggest-code-game > li .game-statistical .items {
    margin-right: 0;
  }
}
.makegame-page .suggest-code-game > li .game-statistical .items:last-child {
  margin-right: 0;
}

.makegame-page .suggest-code-game > li .game-statistical .items .icon {
  display: block;
  margin-bottom: 10px;
  height: 22px;
}

.makegame-page .suggest-code-game > li .game-statistical .items .icon img {
  max-height: 100%;
}

.makegame-page .suggest-code-game > li .game-statistical .items .number {
  display: block;
  font-size: 22px;
}

@media (max-width: 1300px) {
  .makegame-page .suggest-code-game > li .game-statistical .items .number {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .makegame-page .suggest-code-game > li .game-statistical .items .number {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .makegame-page .suggest-code-game > li .game-statistical .items .number {
    font-size: 14px;
  }
}
.makegame-page .suggest-code-game > li .group-button .btn {
  height: 40px;
  width: 170px;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  min-height: 40px;
  padding: 7px 10px;
  line-height: inherit;
}

@media (max-width: 991px) {
  .makegame-page .suggest-code-game > li .group-button .btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .makegame-page .suggest-code-game > li .group-button .btn {
    font-size: 14px;
    width: 140px;
  }
}
.makegame-page .suggest-code-game > li .group-button .apple-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.makegame-page .suggest-code-game > li .group-button .apple-list li {
  margin-right: 5px;
}

.makegame-page .suggest-code-game > li .kitten-thumb {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  text-align: center;
}

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- learn-Page -----***/
.learn-page .list-learn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1030px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .learn-page .list-learn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.learn-page .list-learn > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(50% - 15px);
  border-radius: 30px;
  padding: 22px 20px 20px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .learn-page .list-learn > li {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .learn-page .list-learn > li {
    padding: 20px 15px 15px;
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  .learn-page .list-learn > li:last-child {
    margin-bottom: 0;
  }
}
.learn-page .list-learn > li > * {
  position: relative;
}

.learn-page .list-learn > li::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.learn-page .list-learn .learn-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.learn-page .list-learn .learn-head .learn-title {
  width: calc(100% - 50px);
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .learn-page .list-learn .learn-head .learn-title {
    font-size: 16px;
  }
}
.learn-page .list-learn .learn-head .learn-logo {
  width: 40px;
}

.learn-page .list-learn .learn-desc {
  height: 59px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 22px;
}

.learn-page .list-learn .learn-statistical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .learn-page .list-learn .learn-statistical {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: initial !important;
    -ms-flex-pack: initial !important;
    justify-content: initial !important;
  }
}
@media (max-width: 767px) {
  .learn-page .list-learn .learn-statistical .items {
    width: calc(33.33% - 10px);
    margin-bottom: 10px;
    text-align: center;
  }
}
.learn-page .list-learn .learn-statistical .items .icon {
  display: block;
  margin-bottom: 3px;
}

.learn-page .list-learn .learn-statistical .items .number {
  font-size: 18px;
  font-weight: 600;
  display: block;
}

@media (max-width: 767px) {
  .learn-page .list-learn .learn-statistical .items .number {
    font-size: 14px;
  }
}
.learn-page .list-learn .learn-statistical .items .text {
  font-size: 12px;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .learn-page .list-learn .learn-statistical .items .text {
    height: inherit;
  }
}
.learn-page .list-learn .group-button {
  margin-bottom: 30px;
}

.learn-page .list-learn .group-button .button-learn {
  height: 40px;
  padding-left: 26px;
  padding-right: 26px;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  min-height: 40px;
}

@media (max-width: 991px) {
  .learn-page .list-learn .group-button .button-learn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .learn-page .list-learn .group-button .button-learn {
    font-size: 14px;
    width: 140px;
  }
}
.learn-page .list-learn .group-button .button-learn img {
  margin-left: 10px;
}

.learn-page .list-learn .learn-through {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.learn-page .list-learn .learn-through .list-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.learn-page .list-learn .learn-through .list-app li {
  margin-right: 5px;
}

.learn-page .list-learn .learn-through .list-app li .rate-wrap {
  padding: 4px 10px 0;
}

@media (max-width: 767px) {
  .learn-page .list-learn .learn-through .list-app li .rate-wrap {
    padding: 4px 0;
  }
}
.learn-page .list-learn .learn-through .list-app li .rate-wrap .rate-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .learn-page .list-learn .learn-through .list-app li .rate-wrap .rate-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
  }
}
.learn-page .list-learn .learn-through .list-app li .rate-wrap .rate-box .rate-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .learn-page .list-learn .learn-through .list-app li .rate-wrap .rate-box .rate-start {
    padding: 0 3px;
  }
}
.learn-page .list-learn .learn-through .list-app li .rate-wrap .rate-box .rate-start img {
  margin: 0 1px;
}

.learn-page .list-learn .learn-through .list-app li .rate-wrap .rate-label {
  display: block;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .learn-page .list-learn .learn-through .list-app li .rate-wrap .rate-label {
    font-size: 12px;
  }
}
.learn-page .list-learn .learn-through .learn-web {
  padding-top: 10px;
}

.learn-page .list-learn .learn-through .learn-web a {
  font-weight: 600;
  color: #0654BA;
}

.learn-page .list-learn .learn-through .learn-web a img {
  margin-left: 6px;
  width: 25px;
}

.learn-page .list-learn .learn-technology {
  background: #fde1d6;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #fde1d6 0%, #f6c2b4 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #fde1d6 0%, #f6c2b4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-radial-gradient(center, ellipse, #fde1d6 0%, #f6c2b4 100%);
  background: -o-radial-gradient(center, ellipse, #fde1d6 0%, #f6c2b4 100%);
  background: radial-gradient(ellipse at center, #fde1d6 0%, #f6c2b4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fde1d6", endColorstr="#f6c2b4",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.learn-page .list-learn .learn-technology::before {
  background-image: url(/../img/data/learn-technology-bg.svg);
}

.learn-page .list-learn .learn-technology .learn-statistical {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 43px;
}

.learn-page .list-learn .learn-tutor {
  background: #a5dfe3;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #a5dfe3 0%, #85c8d1 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #a5dfe3 0%, #85c8d1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-radial-gradient(center, ellipse, #a5dfe3 0%, #85c8d1 100%);
  background: -o-radial-gradient(center, ellipse, #a5dfe3 0%, #85c8d1 100%);
  background: radial-gradient(ellipse at center, #a5dfe3 0%, #85c8d1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a5dfe3", endColorstr="#85c8d1",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.learn-page .list-learn .learn-tutor::before {
  background-image: url(/../img/data/learn-tutor-bg.png);
}

.learn-page .list-learn .learn-tutor .learn-statistical .items {
  margin-right: 65px;
}

@media (max-width: 767px) {
  .learn-page .list-learn .learn-tutor .learn-statistical .items {
    margin-right: 0;
  }
}
/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- gift-exchangePage -----***/
.gift-exchange-page {
  padding-top: 20px;
}

.gift-exchange-page .wrap {
  position: relative;
}

.gift-exchange-page .paddy-overviews {
  background: #FFFFFF;
  border-radius: 50px;
  height: 134px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: -40px;
  z-index: 99;
}

@media (max-width: 1366px) {
  .gift-exchange-page .paddy-overviews {
    position: fixed;
    top: 170px;
    left: 10px;
  }
}
@media (max-width: 1366px) and (max-width: 991px) {
  .gift-exchange-page .paddy-overviews {
    bottom: 50px;
    right: 10px;
    left: inherit !important;
    top: initial;
    width: 50px;
    height: 110px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.gift-exchange-page .paddy-overviews .overviews-label {
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 10px;
}

.gift-exchange-page .paddy-overviews .paddy-icon {
  margin-bottom: 5px;
}

.gift-exchange-page .paddy-overviews .paddy-icon img {
  width: 19px;
}

.gift-exchange-page .paddy-overviews .paddy-number {
  font-weight: 600;
  color: var(--bd-yeallow);
  display: block;
}

@media (max-width: 991px) {
  .gift-exchange-page .paddy-overviews .paddy-number {
    font-size: 12px;
  }
}
.gift-exchange-page .paddy-overviews .paddy-text {
  display: block;
  font-size: 12px;
  color: var(--bd-yeallow);
}

.gift-exchange-page .gift-banner {
  margin-bottom: 30px;
}

.gift-exchange-page .gift-banner img {
  width: 100%;
  border-radius: 20px;
}

.gift-exchange-page .gift-category .title-ctg {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .gift-exchange-page .gift-category .title-ctg {
    margin-bottom: 20px;
  }
}
.gift-exchange-page .gift-category .gift-ctg-list {
  margin-bottom: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /* li {
      padding: 0 12px;
      @media (max-width:$viewport-sm) {
        width: 20%;
        text-align: center;
        padding: 0 3px;
      }
      &:first-child {
        padding-right: 8px;
        padding-bottom: 24px;

        @media (max-width:$viewport-sm) {
          width: 100%;
          padding-bottom: 12px;
        }
      }
      a {
        color: #0654BA;
        font-weight: $font-weight-bold;
        font-size: 12px;
        display: block;
      }
    } */
}

@media (max-width: 767px) {
  .gift-exchange-page .gift-category .gift-ctg-list {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
.gift-exchange-page .gift-category .gift-ctg-list li {
  padding: 0 12px;
}

@media (max-width: 767px) {
  .gift-exchange-page .gift-category .gift-ctg-list li {
    margin-bottom: 8px;
    width: 20%;
    padding: 0 5px;
  }
}
.gift-exchange-page .gift-category .gift-ctg-list li:first-child {
  padding-right: 8px;
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .gift-exchange-page .gift-category .gift-ctg-list li:first-child {
    width: 100%;
    padding-bottom: 24px;
  }
}
.gift-exchange-page .gift-category .gift-ctg-list li:first-child a {
  color: #0654BA;
  font-weight: 600;
  font-size: 12px;
  display: block;
}

.gift-exchange-page .gift-category .gift-ctg-list li a {
  font-weight: 600;
  font-size: 12px;
  color: #000;
}

@media (max-width: 767px) {
  .gift-exchange-page .gift-category .gift-ctg-list li a {
    text-align: center;
  }
}
.gift-exchange-page .gift-category .gift-ctg-list li .ctg-items {
  width: 80px;
  height: 120px;
  background-color: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 2px;
}

.gift-exchange-page .gift-category .gift-ctg-list li .ctg-items:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media (max-width: 767px) {
  .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items {
    width: 60px;
    font-size: 10px;
    height: 110px;
  }
}
.gift-exchange-page .gift-category .gift-ctg-list li .ctg-items.ctg-girls .circle-thumb {
  background-color: #CBEDFD;
}

.gift-exchange-page .gift-category .gift-ctg-list li .ctg-items.ctg-wisdom .circle-thumb {
  background-color: #FFE69B;
}

.gift-exchange-page .gift-category .gift-ctg-list li .ctg-items.ctg-wisdom .circle-thumb img {
  position: relative;
  bottom: -5px;
}

.gift-exchange-page .gift-category .gift-ctg-list li .ctg-items.ctg-wood .circle-thumb {
  background-color: #A5A7FF;
}

.gift-exchange-page .gift-category .gift-ctg-list li .ctg-items.ctg-wood .circle-thumb img {
  position: relative;
  bottom: 7px;
}

@media (max-width: 767px) {
  .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items.ctg-wood .circle-thumb img {
    bottom: 0;
  }
}
.gift-exchange-page .gift-category .gift-ctg-list li .ctg-items.ctg-diy .circle-thumb {
  background-color: #C2F1CC;
}

.gift-exchange-page .gift-category .gift-ctg-list li .ctg-items .circle-thumb {
  border-radius: 50%;
  background-color: #FFC4BF;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items .circle-thumb {
    width: 45px;
    height: 45px;
  }
}
.gift-exchange-page .gift-category .gift-ctg-list li .ctg-items .circle-thumb img {
  max-width: initial;
}

@media (max-width: 767px) {
  .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items .circle-thumb img {
    max-width: 130%;
    max-height: 150%;
  }
}
.gift-exchange-page .gift-category .gift-ctg-list li .ctg-items .ctg-name {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gift-exchange-page .gift-product {
  display: -ms-grid;
  display: grid;
  grid-gap: 4vw;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 50px;
}

@media (min-width: 1366px) {
  .gift-exchange-page .gift-product {
    grid-gap: 57px;
  }
}
@media (max-width: 1199px) {
  .gift-exchange-page .gift-product {
    grid-gap: 2vw;
  }
}
@media (max-width: 991px) {
  .gift-exchange-page .gift-product {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}
.gift-exchange-page .gift-product li {
  background-color: #fff;
  padding: 0 20px 20px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (max-width: 1199px) {
  .gift-exchange-page .gift-product li {
    border-radius: 16px;
    padding: 0 15px 15px;
  }
}
@media (max-width: 767px) {
  .gift-exchange-page .gift-product li {
    border-radius: 12px;
  }
}
.gift-exchange-page .gift-product li:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.gift-exchange-page .gift-product li.product-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 0;
  background-color: #5DC2A7;
}

.gift-exchange-page .gift-product li.product-banner:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #41a88c;
}

.gift-exchange-page .gift-product li.product-banner .banner-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gift-exchange-page .gift-product li.product-banner .banner-head .banner-title {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.gift-exchange-page .gift-product li.product-banner .banner-head .btn-view {
  width: 114px;
  height: 30px;
  border-radius: 60px;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.gift-exchange-page .gift-product li.product-banner .banner-head .btn-view:hover {
  background-color: var(--bd-orange);
  border-color: var(--bd-orange);
}

.gift-exchange-page .gift-product li.product-banner .banner-head .btn-view img {
  width: 16px;
  margin-left: 7px;
}

.gift-exchange-page .gift-product li .gift-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.gift-exchange-page .gift-product li .gift-thumb {
  max-height: 200px;
  width: 100%;
  max-width: 200px;
  margin-bottom: -10px;
  position: relative;
  top: -30px;
  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;
}

@media (max-width: 991px) {
  .gift-exchange-page .gift-product li .gift-thumb {
    margin: 0 auto -10px;
    top: -20px;
  }
}
.gift-exchange-page .gift-product li .gift-thumb img {
  max-height: 200px;
}

.gift-exchange-page .gift-product li .gift-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .gift-exchange-page .gift-product li .gift-name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .gift-exchange-page .gift-product li .gift-name {
    font-size: 14px;
  }
}
.gift-exchange-page .gift-product li .gift-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 15px;
  min-height: 20px;
}

@media (max-width: 1199px) {
  .gift-exchange-page .gift-product li .gift-color {
    min-height: 16px;
  }
}
.gift-exchange-page .gift-product li .gift-color .color-items {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .gift-exchange-page .gift-product li .gift-color .color-items {
    width: 16px;
    height: 16px;
  }
}
.gift-exchange-page .gift-product li .gift-color .color-items.c-black {
  background-color: #000;
}

.gift-exchange-page .gift-product li .gift-color .color-items.c-blue {
  background-color: #0654BA;
}

.gift-exchange-page .gift-product li .gift-color .color-items.c-pink {
  background-color: #FFC4BF;
}

.gift-exchange-page .gift-product li .gift-color .color-items.c-red {
  background-color: #BC354F;
}

.gift-exchange-page .gift-product li .gift-footer {
  border-top: 1px solid #E7E8EA;
  padding-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .gift-exchange-page .gift-product li .gift-footer {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding-top: 10px;
  }
}
.gift-exchange-page .gift-product li .gift-footer .paddy-poin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--bd-yeallow);
}

@media (max-width: 767px) {
  .gift-exchange-page .gift-product li .gift-footer .paddy-poin {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4px;
  }
}
.gift-exchange-page .gift-product li .gift-footer .paddy-poin .icon {
  width: 23px;
  margin-right: 4px;
}

@media (max-width: 1199px) {
  .gift-exchange-page .gift-product li .gift-footer .paddy-poin .icon {
    width: 18px;
  }
}
.gift-exchange-page .gift-product li .gift-footer .paddy-poin .poin {
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .gift-exchange-page .gift-product li .gift-footer .paddy-poin .poin {
    font-size: 16px;
  }
}
.gift-exchange-page .gift-product li .gift-footer .btn-change {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-radius: 50px;
  width: 65px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #000;
}

@media (max-width: 767px) {
  .gift-exchange-page .gift-product li .gift-footer .btn-change {
    width: 100%;
  }
}
.gift-exchange-page .gift-product li .gift-footer .btn-change:hover {
  background-color: var(--bd-yeallow);
}

.gift-exchange-page .banner-group {
  margin-bottom: 110px;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group {
    margin-bottom: 60px;
  }
}
.gift-exchange-page .banner-group .banner-items {
  border-radius: 16px;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  height: 100%;
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-items {
    border-radius: 12px;
  }
}
.gift-exchange-page .banner-group .banner-items:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.gift-exchange-page .banner-group .banner-items .banner-info {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 32px;
  bottom: 0;
  right: 0;
  border-radius: 16px;
  color: #fff;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-items .banner-info {
    border-radius: 12px;
  }
}
.gift-exchange-page .banner-group .banner-items .banner-title {
  display: block;
}

.gift-exchange-page .banner-group .banner-items .banner-label {
  display: block;
}

.gift-exchange-page .banner-group .banner-items .btn-view {
  width: 110px;
  height: 32px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  color: #fff;
  line-height: 32px;
}

.gift-exchange-page .banner-group .banner-items .btn-view:hover {
  background-color: var(--bd-orange);
}

.gift-exchange-page .banner-group .banner-big {
  background-color: #9CDFFE;
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .gift-exchange-page .banner-group .banner-big {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-big {
    height: 280px;
  }
}
.gift-exchange-page .banner-group .banner-big:hover {
  background-color: #86d5fa;
}

.gift-exchange-page .banner-group .banner-big .banner-thumb {
  margin-right: -31px;
  margin-bottom: -24px;
}

@media (max-width: 991px) {
  .gift-exchange-page .banner-group .banner-big .banner-thumb {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-big .banner-thumb {
    margin-right: -10px;
    margin-bottom: -15px;
  }
}
.gift-exchange-page .banner-group .banner-big .banner-thumb img {
  max-height: 359px;
}

.gift-exchange-page .banner-group .banner-big .banner-info {
  padding-top: 89px;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-big .banner-info {
    padding-top: 40px;
  }
}
.gift-exchange-page .banner-group .banner-big .banner-info .banner-label {
  font-size: 28px;
  font-weight: 300;
  display: block;
  line-height: 100%;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-big .banner-info .banner-label {
    font-size: 18px;
  }
}
.gift-exchange-page .banner-group .banner-big .banner-info .banner-title {
  font-size: 66px;
  font-weight: 600;
  display: block;
  line-height: 90%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-big .banner-info .banner-title {
    font-size: 40px;
  }
}
.gift-exchange-page .banner-group .banner-half {
  background-color: #EDA3B5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-half {
    height: 150px;
  }
}
.gift-exchange-page .banner-group .banner-half:hover {
  background-color: #e3889e;
}

.gift-exchange-page .banner-group .banner-half .banner-thumb {
  margin-right: -20px;
  margin-bottom: -35px;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-half .banner-thumb {
    max-width: 60%;
    margin-right: -10px;
    margin-bottom: -20px;
  }
}
.gift-exchange-page .banner-group .banner-half .banner-thumb img {
  max-height: 223px;
}

.gift-exchange-page .banner-group .banner-half .banner-info {
  padding: 32px;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-half .banner-info {
    padding: 15px;
  }
}
.gift-exchange-page .banner-group .banner-half .banner-info .btn-view {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-half .banner-info .btn-view {
    margin-bottom: 15px;
  }
}
.gift-exchange-page .banner-group .banner-half .banner-info .banner-label {
  font-size: 24px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-half .banner-info .banner-label {
    font-size: 16px;
  }
}
.gift-exchange-page .banner-group .banner-half .banner-info .banner-title {
  line-height: 90%;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-half .banner-info .banner-title {
    font-size: 20px;
  }
}
.gift-exchange-page .banner-group .banner-quarter-1 {
  background-color: #EFEFF4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-quarter-1 {
    height: 150px;
  }
}
.gift-exchange-page .banner-group .banner-quarter-1:hover {
  background-color: #d2d2d2;
}

.gift-exchange-page .banner-group .banner-quarter-1 .banner-thumb {
  margin-bottom: -10px;
}

.gift-exchange-page .banner-group .banner-quarter-1 .banner-thumb img {
  max-height: 153px;
}

.gift-exchange-page .banner-group .banner-quarter-1 .banner-info {
  padding: 17px 20px;
  color: #1B2437;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-quarter-1 .banner-info {
    padding: 15px;
  }
}
.gift-exchange-page .banner-group .banner-quarter-1 .banner-info .banner-label {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-quarter-1 .banner-info .banner-label {
    font-size: 14px;
  }
}
.gift-exchange-page .banner-group .banner-quarter-1 .banner-info .banner-title {
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-quarter-1 .banner-info .banner-title {
    font-size: 18px;
  }
}
.gift-exchange-page .banner-group .banner-quarter-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #FFC4BF;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-quarter-2 {
    height: 150px;
  }
}
.gift-exchange-page .banner-group .banner-quarter-2:hover {
  background-color: #fbaba4;
}

.gift-exchange-page .banner-group .banner-quarter-2 .banner-thumb {
  margin-bottom: -19px;
  text-align: center;
}

@media (max-width: 767px) {
  .gift-exchange-page .banner-group .banner-quarter-2 .banner-thumb {
    max-width: 60%;
    margin-bottom: -10px;
  }
}
.gift-exchange-page .banner-group .banner-quarter-2 .banner-thumb img {
  max-height: 206px;
}

.gift-exchange-page .banner-group .banner-quarter-2 .banner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gift-exchange-page .banner-group .banner-quarter-2 .banner-info .btn-view {
  margin-top: 40%;
}

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

.exchange-detail .paddy-overviews {
  left: -50px;
}

@media (max-width: 1520px) {
  .exchange-detail .paddy-overviews {
    left: 0px;
  }
}
.exchange-detail .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 1400px;
  padding: 0 50px;
}

@media (max-width: 991px) {
  .exchange-detail .wrap {
    padding: 0 16px;
  }
}
.exchange-detail .exchange-gallery {
  width: calc(54% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .exchange-detail .exchange-gallery {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
  }
}
.exchange-detail .exchange-gallery .slider-nav {
  width: 100px;
  height: 540px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .exchange-detail .exchange-gallery .slider-nav {
    width: 50px;
    height: 280px;
  }
}
.exchange-detail .exchange-gallery .slider-nav .slick-arrow {
  background-image: url(/../img/icon/arrow-right-circle.svg);
  width: 40px;
  height: 40px;
  background-size: contain;
}

.exchange-detail .exchange-gallery .slider-nav .slick-arrow:hover {
  opacity: 1;
}

.exchange-detail .exchange-gallery .slider-nav .slick-arrow.slick-prev {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: calc(50% - 20px);
  top: 10px;
}

.exchange-detail .exchange-gallery .slider-nav .slick-arrow.slick-next {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: calc(50% - 20px);
  top: initial;
  bottom: 10px;
}

.exchange-detail .exchange-gallery .slider-nav .slick-slide {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .exchange-detail .exchange-gallery .slider-nav .slick-slide {
    margin-bottom: 5px;
  }
}
.exchange-detail .exchange-gallery .slider-nav .items {
  height: 100px;
  border-radius: 20px;
  background-color: #D9D9D9;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .exchange-detail .exchange-gallery .slider-nav .items {
    height: 50px;
    border-radius: 6px;
  }
}
.exchange-detail .exchange-gallery .slider-nav .items img {
  max-width: 100%;
  max-height: 100%;
}

.exchange-detail .exchange-gallery .gallery-big {
  width: calc(100% - 100px);
  padding-left: 10px;
}

@media (max-width: 767px) {
  .exchange-detail .exchange-gallery .gallery-big {
    width: calc(100% - 50px);
  }
}
.exchange-detail .exchange-gallery .gallery-big .slider-for .items {
  background-color: #fff;
  border-radius: 30px;
  height: 540px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .exchange-detail .exchange-gallery .gallery-big .slider-for .items {
    height: 280px;
    border-radius: 12px;
  }
}
.exchange-detail .exchange-gallery .gallery-big .slider-for .items img {
  max-width: 100%;
  max-height: 100%;
}

.exchange-detail .exchange-info {
  width: 46%;
}

@media (max-width: 1199px) {
  .exchange-detail .exchange-info {
    width: 100%;
  }
}
.exchange-detail .exchange-info .exchange-head {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.exchange-detail .exchange-info .exchange-head .exchange-ctg {
  display: block;
  color: var(--bd-yeallow);
  margin-bottom: 10px;
}

.exchange-detail .exchange-info .exchange-head .product-name {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .exchange-detail .exchange-info .exchange-head .product-name {
    font-size: 18px;
  }
}
.exchange-detail .exchange-info .exchange-head .exchange-paddy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.exchange-detail .exchange-info .exchange-head .exchange-paddy .paddy-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--bd-orange);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.exchange-detail .exchange-info .exchange-head .exchange-paddy .paddy-items .paddy-icon {
  width: 22px;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .exchange-detail .exchange-info .exchange-head .exchange-paddy .paddy-items .paddy-icon {
    width: 18px;
  }
}
.exchange-detail .exchange-info .exchange-head .exchange-paddy .paddy-items .paddy-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 120%;
}

.exchange-detail .exchange-info .exchange-head .exchange-paddy .paddy-items .paddy-number .number {
  font-size: 22px;
  font-weight: 600;
  padding-right: 6px;
}

@media (max-width: 991px) {
  .exchange-detail .exchange-info .exchange-head .exchange-paddy .paddy-items .paddy-number .number {
    font-size: 18px;
  }
}
.exchange-detail .exchange-info .exchange-label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 100%;
}

@media (max-width: 991px) {
  .exchange-detail .exchange-info .exchange-label {
    font-size: 16px;
  }
}
.exchange-detail .exchange-info .product-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.exchange-detail .exchange-info .product-select li {
  margin-right: 5px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 60px;
  padding: 0 13px;
  line-height: 26px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (max-width: 991px) {
  .exchange-detail .exchange-info .product-select li {
    font-size: 12px;
    line-height: 29px;
  }
}
.exchange-detail .exchange-info .product-select li.disable {
  background: #D9D9D9;
  border: 1px solid #D9D9D9;
  pointer-events: none;
}

.exchange-detail .exchange-info .product-select li.active {
  background: #EB9138;
  border: 1px solid #EB9138;
  color: #fff;
}

.exchange-detail .exchange-info .btn-exchange {
  width: 223px;
  height: 63px;
  font-size: 18px;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .exchange-detail .exchange-info .btn-exchange {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
}
.exchange-detail .exchange-info .btn-exchange span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.exchange-detail .exchange-info .btn-exchange span img {
  width: 16px;
}

.exchange-detail .exchange-info .highlight-list {
  padding-top: 30px;
}

.exchange-detail .exchange-info .highlight-list li {
  border-top: 1px solid #000000;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .exchange-detail .exchange-info .highlight-list li {
    padding: 15px 0;
  }
}
.exchange-detail .exchange-info .highlight-list li .highlight-label {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding-right: 20px;
  position: relative;
}

@media (max-width: 991px) {
  .exchange-detail .exchange-info .highlight-list li .highlight-label {
    font-size: 16px;
  }
}
.exchange-detail .exchange-info .highlight-list li .highlight-label[aria-expanded=true]::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.exchange-detail .exchange-info .highlight-list li .highlight-label::after {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: absolute;
  right: 0;
  top: 11px;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}

.exchange-detail .exchange-info .highlight-list li .highlight-desc::before {
  display: block;
  content: "";
  height: 30px;
}

.exchange-detail .exchange-info .highlight-list li .circle-row {
  font-size: 14px;
}

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- acount-setting-page -----***/
.acount-setting-page .widget-setting {
  background-color: #fff;
  padding: 30px 30px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .acount-setting-page .widget-setting {
    padding: 15px 15px 10px;
    border-radius: 5px;
  }
}
.acount-setting-page .widget-setting .head-page {
  margin-bottom: 13px;
}

.acount-setting-page .widget-setting .acount-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E6E9ED;
  padding-bottom: 11px;
}

.acount-setting-page .widget-setting .acount-thumb .thumb-label {
  color: #979797;
  margin-bottom: 0;
}

.acount-setting-page .widget-setting .acount-thumb .user__thumb {
  position: relative;
}

.acount-setting-page .widget-setting .acount-thumb .user__thumb .select-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  padding: 0;
  padding-bottom: 3px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.acount-setting-page .widget-setting .acount-thumb .user__thumb .select-thumb:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.acount-setting-page .widget-setting .form-group {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-right: 30px;
  position: relative;
}

.acount-setting-page .widget-setting .form-group + .form-group {
  border-top: 1px solid #E6E9ED;
}

.acount-setting-page .widget-setting .form-group.link-arrow .arrow-link {
  width: 18px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  line-height: 100%;
  top: calc(50% - 10px);
  color: #000;
}

.acount-setting-page .widget-setting .form-group.link-arrow .arrow-link:hover {
  color: var(--bd-orange);
}

.acount-setting-page .widget-setting .form-group .form-label {
  width: 33%;
  font-size: 14px;
  font-weight: 400;
  color: #979797;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .acount-setting-page .widget-setting .form-group .form-label {
    width: 100%;
  }
}
.acount-setting-page .widget-setting .form-group .form-label .logo-tools {
  display: inline-block;
  max-width: 28px;
  margin-right: 10px;
}

.acount-setting-page .widget-setting .form-group .form-cont {
  width: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media (max-width: 767px) {
  .acount-setting-page .widget-setting .form-group .form-cont {
    width: 100%;
  }
}
.acount-setting-page .widget-setting .form-group .form-cont .button-edit {
  font-size: 12px;
  font-weight: 600;
  color: #0654BA;
}

.acount-setting-page .widget-setting .form-group .form-cont .button-edit:hover {
  text-decoration: underline;
}

.acount-setting-page .widget-setting .form-group .form-cont .checked {
  color: #45993D;
  font-weight: 600;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acount-setting-page .widget-setting .form-group .form-cont .checked .svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.acount-setting-page .widget-setting .form-group .form-cont .checked .svg path {
  fill: #45993D;
}

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- TopPage -----***/
.paddy-page .paddy-static {
  border-radius: 30px;
  background: url(/../img/common/paddy-box-static.svg) no-repeat 100% 0 #fff;
  background-size: auto 100%;
  padding: 32px 30px 32px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .paddy-page .paddy-static {
    padding: 20px 16px;
    background-size: 40% auto;
    background-position: 100% 0;
    border-radius: 16px;
  }
}
.paddy-page .paddy-static .paddy-user {
  text-align: center;
}

@media (max-width: 767px) {
  .paddy-page .paddy-static .paddy-user {
    width: 100%;
  }
}
.paddy-page .paddy-static .paddy-user .paddy-icon img {
  width: 42px;
}

@media (max-width: 767px) {
  .paddy-page .paddy-static .paddy-user .paddy-icon img {
    width: 30px;
  }
}
.paddy-page .paddy-static .paddy-user .paddy-user-label {
  font-size: 12px;
  margin-bottom: 0;
}

.paddy-page .paddy-static .paddy-user .user-rank {
  font-weight: 600;
  font-size: 18px;
  display: block;
  line-height: 130%;
}

.paddy-page .paddy-static .paddy-info {
  text-align: right;
}

@media (max-width: 767px) {
  .paddy-page .paddy-static .paddy-info {
    width: 100%;
    text-align: center;
  }
}
.paddy-page .paddy-static .paddy-info .paddy-info-label {
  font-size: 22px;
  display: block;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .paddy-page .paddy-static .paddy-info .paddy-info-label {
    font-size: 18px;
  }
}
.paddy-page .paddy-static .paddy-info .paddy-number {
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .paddy-page .paddy-static .paddy-info .paddy-number {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- helpPage -----***/
.help-page .help-box {
  border-radius: 30px;
  background-color: #fff;
  padding: 30px;
}

@media (max-width: 767px) {
  .help-page .help-box {
    padding: 20px 15px;
    border-radius: 16px;
  }
}
.help-page .help-box .head-page {
  margin-bottom: 34px;
}

@media (max-width: 767px) {
  .help-page .help-box .head-page {
    margin-bottom: 16px;
  }
}
.help-page .help-box .head-page .sortby .sortby-label {
  color: var(--bd-link);
}

.help-page .help-box .help-banner {
  text-align: center;
  padding: 0 30px;
  border-bottom: 3px solid var(--bd-line);
}

@media (max-width: 767px) {
  .help-page .help-box .help-banner {
    padding: 0 10px;
    border-bottom-width: 2px;
  }
}
.help-page .help-box .faq-list li {
  padding: 25px 0;
  border-bottom: 3px solid var(--bd-line);
}

@media (max-width: 767px) {
  .help-page .help-box .faq-list li {
    border-bottom-width: 2px;
    padding: 16px 0;
  }
}
.help-page .help-box .faq-list li .quartion-title {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .help-page .help-box .faq-list li .quartion-title {
    font-size: 14px;
  }
}
.help-page .help-box .faq-list li .quartion-title::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 3px;
  width: 13px;
  height: 13px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: url(/../img/icon/plus-icon.svg) no-repeat 50% 50%;
}

.help-page .help-box .faq-list li .quartion-title[aria-expanded=true]::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.help-page .help-box .faq-list li .answer-box::before {
  display: block;
  height: 18px;
  content: "";
}

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- complainPage -----***/
.complain-page .complain-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 30px;
}

.complain-page .complain-overview .creat-complain {
  height: 150px;
  width: 26%;
  background-color: #fff;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  border-radius: 20px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .complain-page .complain-overview .creat-complain {
    width: 100%;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: initial;
    flex-flow: initial;
    border-radius: 16px;
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.complain-page .complain-overview .creat-complain:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.complain-page .complain-overview .creat-complain .creat-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .complain-page .complain-overview .creat-complain .creat-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.complain-page .complain-overview .creat-complain .creat-icon .svg {
  width: 30px;
  height: 30px;
}

.complain-page .complain-overview .creat-complain .creat-icon .svg path {
  fill: #fff;
}

.complain-page .complain-overview .creat-complain .creat-label {
  margin-bottom: 0;
  font-weight: 600;
}

.complain-page .complain-overview .overviews-list {
  width: calc(74% - 10px);
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 29px 20px 0;
  font-weight: 600;
}

@media (max-width: 767px) {
  .complain-page .complain-overview .overviews-list {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 16px;
    border-radius: 16px;
  }
}
.complain-page .complain-overview .overviews-list li {
  padding: 0 6px;
  text-align: center;
}

.complain-page .complain-overview .overviews-list li:last-child {
  padding-right: 0;
}

.complain-page .complain-overview .overviews-list li:first-child {
  padding-left: 0;
}

.complain-page .complain-overview .overviews-list li .number {
  font-size: 32px;
  display: block;
  margin-bottom: 14px;
  line-height: 120%;
}

@media (max-width: 767px) {
  .complain-page .complain-overview .overviews-list li .number {
    font-size: 24px;
  }
}
.complain-page .complain-overview .overviews-list li .label {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .complain-page .complain-overview .overviews-list li .label {
    font-size: 12px;
  }
}
.complain-page .story-list li {
  padding-top: 11px;
  padding-bottom: 11px;
}

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- BillPage -----***/
.bill-page .bill-list li {
  padding: 10px 20px 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bill-page .bill-list li {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 10px;
  }
}
.bill-page .bill-list li:nth-child(odd) {
  background-color: #FAFAFA;
}

.bill-page .bill-list li:hover {
  background-color: var(--bd-info-night) !important;
}

.bill-page .bill-list li .icon {
  margin-right: 9px;
  max-width: 23px;
}

@media (max-width: 767px) {
  .bill-page .bill-list li .icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 18px;
    margin-right: 6px;
  }
}
.bill-page .bill-list li .bill-date-code {
  font-size: 12px;
  width: 105px;
}

@media (max-width: 767px) {
  .bill-page .bill-list li .bill-date-code {
    width: calc(100% - 50px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.bill-page .bill-list li .bill-date-code .bill-code {
  font-weight: 600;
  font-size: 14px;
}

.bill-page .bill-list li .name {
  width: 188px;
}

@media (max-width: 767px) {
  .bill-page .bill-list li .name {
    width: 60%;
    padding-left: 28px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
.bill-page .bill-list li .bill-price {
  width: 130px;
  text-align: right;
  font-weight: 600;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .bill-page .bill-list li .bill-price {
    width: 40%;
    margin-right: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    font-size: 13px;
  }
}
.bill-page .bill-list li .btn-download {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
  width: 15px;
}

@media (max-width: 767px) {
  .bill-page .bill-list li .btn-download {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- profilePage -----***/
.profile-page {
  padding-top: 20px;
}

.profile-page .profile-user {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .profile-page .profile-user {
    border-radius: 16px;
  }
}
.profile-page .profile-user .profile-banner {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .profile-page .profile-user .profile-banner {
    height: 150px;
  }
}
.profile-page .profile-user .profile-banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-page .profile-user .profile-view {
  padding: 0 30px 30px;
}

@media (max-width: 767px) {
  .profile-page .profile-user .profile-view {
    padding: 0 16px 16px;
  }
}
.profile-page .profile-user .profile-view .profile-avatar {
  margin-bottom: 10px;
  height: 55px;
}

@media (max-width: 767px) {
  .profile-page .profile-user .profile-view .profile-avatar {
    height: 40px;
  }
}
.profile-page .profile-user .profile-view .profile-avatar .avatar-thumb {
  top: -65px;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 6px solid #fff;
  background-color: var(--bg-us-1);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .profile-page .profile-user .profile-view .profile-avatar .avatar-thumb {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    top: -40px;
  }
}
.profile-page .profile-user .profile-view .profile-name {
  font-size: 18px;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .profile-page .profile-user .profile-view .profile-name {
    font-size: 16px;
  }
}
.profile-page .profile-user .profile-view .profile-rank {
  margin-bottom: 7px;
}

.profile-page .profile-user .profile-view .address {
  margin-bottom: 20px;
}

.profile-page .profile-user .profile-view .profile-static {
  margin-left: -6px;
  margin-right: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .profile-page .profile-user .profile-view .profile-static {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.profile-page .profile-user .profile-view .profile-static .items {
  padding: 0 6px;
}

@media (max-width: 767px) {
  .profile-page .profile-user .profile-view .profile-static .items {
    margin-bottom: 20px;
  }
}
.profile-page .profile-user .profile-view .profile-static .items .static-icon {
  margin-bottom: 8px;
  height: 18px;
}

.profile-page .profile-user .profile-view .profile-static .items .static-number {
  color: var(--bd-link);
  font-size: 18px;
  font-weight: 600;
  display: block;
}

@media (max-width: 767px) {
  .profile-page .profile-user .profile-view .profile-static .items .static-number {
    font-size: 16px;
  }
}
.profile-page .profile-user .profile-view .profile-static .items:last-child {
  margin-bottom: 0;
}

.profile-page .profile-user .profile-view .profile-static .items .static-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.profile-page .profile-user .profile-view .profile-static .items .static-social li:last-child::after {
  display: none;
}

.profile-page .profile-user .profile-view .profile-static .items .static-social li::after {
  content: "";
  width: 1px;
  height: 14px;
  display: inline-block;
  margin: 0 4px -2px;
  background-color: #000;
}

.profile-page .profile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.profile-page .profile-wrap .profile-list {
  width: 35%;
}

@media (max-width: 767px) {
  .profile-page .profile-wrap .profile-list {
    width: 100%;
  }
}
.profile-page .profile-wrap .profile-list .profile-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 26px 30px 30px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .profile-page .profile-wrap .profile-list .profile-box {
    padding: 16px;
    border-radius: 16px;
  }
}
.profile-page .profile-wrap .profile-list .profile-box .profile-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .profile-page .profile-wrap .profile-list .profile-box .profile-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.profile-page .profile-wrap .profile-list .profile-introduce {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .profile-page .profile-wrap .profile-list .profile-introduce {
    margin-bottom: 16px;
  }
}
.profile-page .profile-wrap .profile-list .personal-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-page .profile-wrap .profile-list .personal-info li + li {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .profile-page .profile-wrap .profile-list .personal-info li + li {
    margin-bottom: 15px;
  }
}
.profile-page .profile-wrap .profile-list .personal-info li .personal-icon {
  width: 16px;
  margin-right: 10px;
}

.profile-page .profile-wrap .profile-list .personal-info li .personal-icon img {
  width: 100%;
}

.profile-page .profile-wrap .profile-list .personal-info li .personal-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile-page .profile-wrap .profile-list .technology-skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.profile-page .profile-wrap .profile-list .technology-skill li {
  margin-right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #E7E8EA;
  background-color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-page .profile-wrap .profile-list .technology-skill li:last-child {
  margin-right: 0;
}

.profile-page .profile-wrap .profile-list .certification-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E9ED;
}

@media (max-width: 991px) {
  .profile-page .profile-wrap .profile-list .certification-list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.profile-page .profile-wrap .profile-list .certification-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.profile-page .profile-wrap .profile-list .certification-list li .certification-label {
  display: block;
}

.profile-page .profile-wrap .profile-list .certification-list li .certification-name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--bd-link);
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .profile-page .profile-wrap .profile-list .certification-list li .certification-name {
    font-size: 16px;
  }
}
.profile-page .profile-wrap .profile-list .certification-list li .certification-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.profile-page .profile-wrap .profile-list .certification-list li .certification-thumb .items {
  margin-right: 15px;
}

.profile-page .profile-wrap .profile-list .certification-list li .certification-thumb .items:last-child {
  margin-right: 0;
}

.profile-page .profile-wrap .profile-action {
  width: calc(65% - 20px);
}

@media (max-width: 767px) {
  .profile-page .profile-wrap .profile-action {
    width: 100%;
  }
}
.profile-page .profile-wrap .profile-action .groupItems,
.profile-page .profile-wrap .profile-action .gameItems {
  margin-bottom: 20px;
}

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- shareFriendPage -----***/
.shareFriend-page .guide-box {
  background: url(/../img/common/friend-plus.svg) no-repeat 100% 100% #fff;
  border-radius: 30px;
  padding: 24px 30px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .shareFriend-page .guide-box {
    padding: 16px;
    border-radius: 16px;
    background-size: 50% 100%;
  }
}
.shareFriend-page .guide-box .guide-label {
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .shareFriend-page .guide-box .guide-label {
    font-size: 16px;
  }
}
.shareFriend-page .guide-box .paddy-poin {
  line-height: 100%;
  font-weight: 600;
  font-size: 42px;
}

@media (max-width: 767px) {
  .shareFriend-page .guide-box .paddy-poin {
    font-size: 30px;
  }
}
.shareFriend-page .share-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .shareFriend-page .share-box {
    padding: 16px;
    border-radius: 16px;
  }
}
.shareFriend-page .share-box .share-box-link {
  padding-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .shareFriend-page .share-box .share-box-link {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
.shareFriend-page .share-box .share-box-link .box-link {
  width: calc(100% - 130px);
  border: 1px solid #B6B6B6;
  background-color: #fff;
  border-radius: 50px;
  padding: 13px 60px 13px 30px;
  position: relative;
}

@media (max-width: 767px) {
  .shareFriend-page .share-box .share-box-link .box-link {
    width: 100%;
    margin-bottom: 10px;
    padding: 13px 50px 13px 16px;
  }
}
.shareFriend-page .share-box .share-box-link .box-link .link-label {
  font-size: 12px;
  color: #B6B6B6;
  margin-bottom: 0;
  display: block;
}

.shareFriend-page .share-box .share-box-link .box-link .link-text {
  font-weight: 600;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  line-height: 100%;
}

.shareFriend-page .share-box .share-box-link .box-link .btn-coppy {
  padding: 0;
  border: none;
  background-color: transparent;
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .shareFriend-page .share-box .share-box-link .box-link .btn-coppy {
    right: 20px;
  }
}
.shareFriend-page .share-box .share-box-link .btn-share {
  height: 60px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 600;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .shareFriend-page .share-box .share-box-link .btn-share {
    width: 100%;
    margin-left: 0;
    height: 50px;
  }
}
.shareFriend-page .share-box .share-box-link .btn-share span {
  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;
}

.shareFriend-page .share-box .share-box-link .btn-share img {
  width: 16px;
  margin-left: 10px;
}

.shareFriend-page .share-box .space-or {
  position: relative;
  text-align: center;
  margin: 22px 0;
}

.shareFriend-page .share-box .space-or::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
  top: 50%;
}

.shareFriend-page .share-box .space-or span {
  padding: 0 14px;
  font-weight: 600;
  background-color: #fff;
  position: relative;
  z-index: 5;
  display: inline-block;
}

.shareFriend-page .share-box .share-code {
  background-color: #CEF2E7;
  height: 60px;
  border-radius: 50px;
  width: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shareFriend-page .share-box .share-code .code-label {
  margin-bottom: 2px;
  font-size: 12px;
  color: #B6B6B6;
}

.shareFriend-page .share-box .share-code .code-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

@media (max-width: 767px) {
  .shareFriend-page .share-box .share-code .code-text {
    font-size: 18px;
  }
}
.shareFriend-page .invite-box {
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .shareFriend-page .invite-box {
    border-radius: 16px;
  }
}
.shareFriend-page .invite-box .head-page {
  padding: 30px 30px 0;
}

@media (max-width: 767px) {
  .shareFriend-page .invite-box .head-page {
    padding: 16px 16px 0;
  }
}
.shareFriend-page .invite-box .invite-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 14px 17px 30px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (max-width: 767px) {
  .shareFriend-page .invite-box .invite-list li {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 12px 15px;
  }
}
.shareFriend-page .invite-box .invite-list li:nth-child(odd) {
  background-color: #FAFAFA;
}

.shareFriend-page .invite-box .invite-list li:hover {
  background-color: var(--bd-info-night);
}

.shareFriend-page .invite-box .invite-list li .invite-date {
  width: 90px;
}

@media (max-width: 767px) {
  .shareFriend-page .invite-box .invite-list li .invite-date {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.shareFriend-page .invite-box .invite-list li .invite-by {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .shareFriend-page .invite-box .invite-list li .invite-by {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 0;
  }
}
.shareFriend-page .invite-box .invite-list li .paddy-plus {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: var(--bd-yeallow);
  font-weight: 600;
}

@media (max-width: 767px) {
  .shareFriend-page .invite-box .invite-list li .paddy-plus {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.shareFriend-page .invite-box .invite-list li .paddy-plus img {
  margin-left: 10px;
  width: 16px;
  height: 18px;
  position: relative;
  bottom: 3px;
}

@media (max-width: 767px) {
  .shareFriend-page .box-exchange .slider-exchange .slick-arrow {
    display: none !important;
  }
}
.shareFriend-page .box-exchange .slider-exchange .slick-arrow.slick-next {
  right: -42px;
}

.shareFriend-page .box-exchange .slider-exchange .slick-arrow.slick-prev {
  left: -42px;
}

.shareFriend-page .box-exchange .slider-exchange .slick-slide {
  padding-top: 20px;
}

.shareFriend-page .box-exchange .slider-exchange .items-exchange {
  border-radius: 30px;
  background-color: #fff;
  padding: 0 20px 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .shareFriend-page .box-exchange .slider-exchange .items-exchange {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0 16px 16px;
    border-radius: 16px;
  }
}
.shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-thumb {
  width: 140px;
  margin-top: -20px;
}

@media (max-width: 767px) {
  .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-thumb {
    margin-bottom: 10px;
  }
}
.shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-left: 0;
    width: 100%;
  }
}
.shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .info-gift {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 767px) {
  .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .info-gift {
    width: 100%;
    margin-bottom: 16px;
  }
}
.shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .info-gift .gift-name {
  font-size: 18px;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .info-gift .gift-name {
    font-size: 16px;
  }
}
.shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .info-gift .exchange-paddy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: var(--bd-yeallow);
}

@media (max-width: 767px) {
  .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .info-gift .exchange-paddy {
    font-size: 18px;
  }
}
.shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .info-gift .exchange-paddy img {
  width: 22px;
  margin-right: 8px;
}

.shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .btn-exchange {
  width: 65px;
  height: 30px;
  border: 1px solid #000;
  background-color: #fff;
  font-weight: 600;
  padding: 0;
}

.shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .btn-exchange:hover {
  background-color: var(--bd-orange);
}

@media (max-width: 767px) {
  .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .btn-exchange {
    width: 100%;
  }
}
.shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .btn-exchange span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .btn-exchange img {
  width: 16px;
  margin-left: 5px;
}

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- ParentPagePage -----***/
.home-page .main-banner {
  height: 960px;
  background: -webkit-radial-gradient(13.65% 88.98%, 100% 100%, #C1E9FE 0%, rgba(255, 255, 255, 0.0001) 100%), -webkit-radial-gradient(25.26% 21.66%, 100% 100%, #E4CBF0 0%, rgba(255, 255, 255, 0.0001) 100%), #FFFFFF;
  background: -o-radial-gradient(13.65% 88.98%, 100% 100%, #C1E9FE 0%, rgba(255, 255, 255, 0.0001) 100%), -o-radial-gradient(25.26% 21.66%, 100% 100%, #E4CBF0 0%, rgba(255, 255, 255, 0.0001) 100%), #FFFFFF;
  background: radial-gradient(100% 100% at 13.65% 88.98%, #C1E9FE 0%, rgba(255, 255, 255, 0.0001) 100%), radial-gradient(100% 100% at 25.26% 21.66%, #E4CBF0 0%, rgba(255, 255, 255, 0.0001) 100%), #FFFFFF;
}

@media (max-width: 1366px) {
  .home-page .main-banner {
    min-height: 90vh;
    height: inherit;
  }
}
@media (max-width: 1199px) {
  .home-page .main-banner {
    min-height: inherit;
  }
}
.home-page .main-banner > div {
  height: 100%;
}

.home-page .main-banner .banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media (max-width: 991px) {
  .home-page .main-banner .banner-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.home-page .main-banner .banner-wrap .banner-text {
  width: 47%;
  padding-top: 165px;
  max-width: 607px;
}

@media (max-width: 1199px) {
  .home-page .main-banner .banner-wrap .banner-text {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .home-page .main-banner .banner-wrap .banner-text {
    width: 100%;
    max-width: inherit;
    padding-top: 30px;
    text-align: center;
  }
}
.home-page .main-banner .banner-wrap .banner-text .text-img {
  padding-bottom: 39px;
}

.home-page .main-banner .banner-wrap .banner-text .text-img img {
  max-height: 269px;
}

.home-page .main-banner .banner-wrap .banner-text .banner-desc {
  font-size: 20px;
  margin-bottom: 95px;
}

@media (max-width: 1366px) {
  .home-page .main-banner .banner-wrap .banner-text .banner-desc {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .home-page .main-banner .banner-wrap .banner-text .banner-desc {
    margin-bottom: 40px;
  }
}
.home-page .main-banner .banner-wrap .banner-text .banner-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .home-page .main-banner .banner-wrap .banner-text .banner-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.home-page .main-banner .banner-wrap .banner-text .banner-control .btn-register {
  padding: 16px 32px;
  margin-right: 32px;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .home-page .main-banner .banner-wrap .banner-text .banner-control .btn-register {
    width: 100%;
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.home-page .main-banner .banner-wrap .banner-text .banner-control .btn-movie {
  font-size: 18px;
  font-weight: 600;
  color: #052409;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.home-page .main-banner .banner-wrap .banner-text .banner-control .btn-movie:hover {
  color: var(--bd-orange);
}

.home-page .main-banner .banner-wrap .banner-text .banner-control .btn-movie .play-icon {
  margin-right: 10px;
  height: 40px;
  width: 40px;
  background-color: var(--bd-orange);
  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;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
}

.home-page .main-banner .banner-wrap .banner-img {
  width: 45.3%;
}

@media (max-width: 991px) {
  .home-page .main-banner .banner-wrap .banner-img {
    width: 100%;
    max-width: 400px;
  }
}
.home-page .main-banner .banner-wrap .banner-img img {
  width: 100%;
}

.home-page .category-blog {
  margin-bottom: 48px;
}

.home-page .category-blog .category-list {
  margin-top: -190px;
  grid-gap: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1199px) {
  .home-page .category-blog .category-list {
    margin-top: -120px;
  }
}
@media (max-width: 991px) {
  .home-page .category-blog .category-list {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
  }
}
.home-page .category-blog .category-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 32px;
  border: 2px solid #FFFFFF;
  border-radius: 0px 0px 50px 0px;
}

.home-page .category-blog .category-list li:nth-child(1) {
  background-color: #E3F0FF;
}

.home-page .category-blog .category-list li:nth-child(2) {
  background-color: #FFF2DE;
}

.home-page .category-blog .category-list li:nth-child(3) {
  background-color: #ECFFD7;
}

@media (max-width: 767px) {
  .home-page .category-blog .category-list li {
    padding: 16px;
  }
}
.home-page .category-blog .category-list li .ctg-thumb {
  width: 160px;
  height: 160px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .home-page .category-blog .category-list li .ctg-thumb {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
}
.home-page .category-blog .category-list li .ctg-thumb .img {
  border-radius: 50%;
}

.home-page .category-blog .category-list li .ctg-label {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.home-page .category-blog .category-list li .ctg-name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .home-page .category-blog .category-list li .ctg-name {
    font-size: 18px;
  }
}
.home-page .category-blog .category-list li .ctg-desc {
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .home-page .category-blog .category-list li .ctg-desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.home-page .category-blog .category-list li .readmore {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .home-page .category-blog .category-list li .readmore {
    font-size: 14px;
  }
}
.home-page .teky-introduce {
  padding-bottom: 50px;
}

.home-page .teky-introduce .introduce-wrap {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .home-page .teky-introduce .introduce-wrap {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
.home-page .teky-introduce .introduce-wrap::before {
  content: "";
  width: 85%;
  height: 70%;
  left: 0;
  background: rgba(93, 194, 167, 0.06);
  border-radius: 0px 458px 458px 0px;
  position: absolute;
  top: calc(15% + 30px);
}

@media (max-width: 991px) {
  .home-page .teky-introduce .introduce-wrap::before {
    display: none;
  }
}
.home-page .teky-introduce .introduce-wrap .introduce-thumb {
  width: 40%;
  position: relative;
  z-index: 3;
}

@media (max-width: 991px) {
  .home-page .teky-introduce .introduce-wrap .introduce-thumb {
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    margin: 0 auto;
    padding-right: 60px;
  }
}
.home-page .teky-introduce .introduce-wrap .introduce-info {
  padding-top: 30px;
  width: 57%;
  position: relative;
  z-index: 3;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .home-page .teky-introduce .introduce-wrap .introduce-info {
    width: 100%;
    padding: 0 16px;
  }
}
.home-page .teky-introduce .introduce-wrap .introduce-info .introduce-title {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  color: #333;
}

@media (max-width: 991px) {
  .home-page .teky-introduce .introduce-wrap .introduce-info .introduce-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home-page .teky-introduce .introduce-wrap .introduce-info .introduce-title {
    font-size: 20px;
  }
}
.home-page .teky-introduce .introduce-wrap .introduce-info .introduce-title .item {
  position: relative;
  margin-left: -130px;
}

@media (max-width: 991px) {
  .home-page .teky-introduce .introduce-wrap .introduce-info .introduce-title .item {
    width: 90px;
    display: inline-block;
    margin-left: -80px;
  }
}
.home-page .teky-introduce .introduce-wrap .introduce-info .introduce-desc {
  font-size: 18px;
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .home-page .teky-introduce .introduce-wrap .introduce-info .introduce-desc {
    font-size: 16px;
  }
}
.home-page .teky-introduce .introduce-wrap .introduce-info .group-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-page .teky-introduce .introduce-wrap .introduce-info .group-button .btn {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 31px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .home-page .teky-introduce .introduce-wrap .introduce-info .group-button .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.home-page .static-box {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .home-page .static-box {
    padding-bottom: 50px;
  }
}
.home-page .static-box .static-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media (max-width: 767px) {
  .home-page .static-box .static-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.home-page .static-box .static-list li {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
  border-left: 1px solid #000;
  padding-left: 38px;
  padding-right: 25px;
}

@media (max-width: 1199px) {
  .home-page .static-box .static-list li {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .home-page .static-box .static-list li {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
@media (max-width: 767px) {
  .home-page .static-box .static-list li {
    border: none;
    width: 100%;
    padding: 10px !important;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
.home-page .static-box .static-list li::before, .home-page .static-box .static-list li::after {
  content: "";
  width: 125px;
  height: 1px;
  background-color: #000;
  position: absolute;
}

@media (max-width: 767px) {
  .home-page .static-box .static-list li::before, .home-page .static-box .static-list li::after {
    display: none;
  }
}
.home-page .static-box .static-list li::before {
  left: 0;
  bottom: 0;
}

.home-page .static-box .static-list li::after {
  right: 0;
  bottom: 0;
}

.home-page .static-box .static-list li:nth-child(1)::before {
  display: none;
}

.home-page .static-box .static-list li:nth-child(3)::after {
  display: none;
}

.home-page .static-box .static-list li:nth-child(1), .home-page .static-box .static-list li:nth-child(2), .home-page .static-box .static-list li:nth-child(3) {
  padding-top: 0;
}

.home-page .static-box .static-list li:nth-child(4), .home-page .static-box .static-list li:nth-child(5), .home-page .static-box .static-list li:nth-child(6) {
  padding-bottom: 0;
}

.home-page .static-box .static-list li:nth-child(4)::before, .home-page .static-box .static-list li:nth-child(4)::after, .home-page .static-box .static-list li:nth-child(5)::before, .home-page .static-box .static-list li:nth-child(5)::after, .home-page .static-box .static-list li:nth-child(6)::before, .home-page .static-box .static-list li:nth-child(6)::after {
  display: none;
}

.home-page .static-box .static-list li:nth-child(1), .home-page .static-box .static-list li:nth-child(4) {
  padding-left: 0;
  border-left: 0;
}

.home-page .static-box .static-list li .static-number {
  width: 140px;
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
}

@media (max-width: 1199px) {
  .home-page .static-box .static-list li .static-number {
    font-size: 40px;
    width: 110px;
  }
}
@media (max-width: 991px) {
  .home-page .static-box .static-list li .static-number {
    font-size: 28px;
    width: 100%;
  }
}
.home-page .static-box .static-list li .static-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 991px) {
  .home-page .static-box .static-list li .static-info {
    width: 100%;
  }
}
.home-page .static-box .static-list li .static-info .static-label {
  display: block;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .home-page .static-box .static-list li .static-info .static-label {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home-page .static-box .static-list li .static-info .static-label {
    font-size: 16px;
  }
}
.home-page .static-box .static-list li .static-info .static-text {
  font-size: 18px;
  opacity: 0.5;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .home-page .static-box .static-list li .static-info .static-text {
    font-size: 16px;
  }
}
.home-page .why-teky {
  padding-bottom: 70px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 1366px) {
  .home-page .why-teky {
    background-size: 50% auto;
  }
}
@media (max-width: 767px) {
  .home-page .why-teky {
    padding-bottom: 50px;
  }
}
.home-page .why-teky .mw-1400 {
  position: relative;
}

.home-page .why-teky .mw-1400::before {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -50px;
  width: 55%;
  height: 80%;
  content: "";
  background: url(/../img/common/why-background.png) no-repeat 0 100%;
  background-size: contain;
}

.home-page .why-teky .mw-1400 > * {
  position: relative;
  z-index: 5;
}

.home-page .why-teky .why-list {
  grid-gap: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
}

@media (max-width: 1366px) {
  .home-page .why-teky .why-list {
    grid-gap: 20px;
    row-gap: 40px;
  }
}
@media (max-width: 991px) {
  .home-page .why-teky .why-list {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .home-page .why-teky .why-list {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-page .why-teky .why-list li {
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #E8EDFC;
  -webkit-box-shadow: 10px 30px 30px 3px rgba(177, 188, 199, 0.15);
  box-shadow: 10px 30px 30px 3px rgba(177, 188, 199, 0.15);
  border-radius: 0px 0px 80px 0px;
}

@media (max-width: 1366px) {
  .home-page .why-teky .why-list li {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .home-page .why-teky .why-list li {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .home-page .why-teky .why-list li {
    border-radius: 0px 0px 40px 0px;
  }
}
@media (max-width: 767px) {
  .home-page .why-teky .why-list li {
    border-radius: 0px 0px 30px 0px;
  }
}
.home-page .why-teky .why-list li .icon-thumb {
  text-align: center;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .home-page .why-teky .why-list li .icon-thumb {
    height: 65px;
    margin-bottom: 24px;
  }
}
.home-page .why-teky .why-list li .why-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}

@media (max-width: 1199px) {
  .home-page .why-teky .why-list li .why-title {
    font-size: 18px;
  }
}
.home-page .why-teky .why-list li .why-text {
  margin-bottom: 0;
  text-align: justify;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .home-page .why-teky .why-list li .why-text {
    font-size: 16px;
  }
}
.home-page .solution-box .solution-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .home-page .solution-box .solution-list li {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home-page .solution-box .solution-list li {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
.home-page .solution-box .solution-list li:last-child {
  margin-bottom: 0;
}

.home-page .solution-box .solution-list li:first-child .solution-thumb {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .home-page .solution-box .solution-list li:first-child .solution-thumb {
    padding-left: 0;
  }
}
.home-page .solution-box .solution-list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

@media (max-width: 767px) {
  .home-page .solution-box .solution-list li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.home-page .solution-box .solution-list li:nth-child(even) .solution-info {
  padding-left: 0;
  padding-right: 20px;
}

.home-page .solution-box .solution-list li:nth-child(3) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-page .solution-box .solution-list li:nth-child(3) .solution-info {
  padding-top: 0;
  padding-bottom: 20px;
}

.home-page .solution-box .solution-list li .solution-thumb {
  width: 440px;
}

@media (max-width: 1199px) {
  .home-page .solution-box .solution-list li .solution-thumb {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .home-page .solution-box .solution-list li .solution-thumb {
    width: 100%;
    text-align: center;
    padding: 0 50px !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.home-page .solution-box .solution-list li .solution-info {
  padding-top: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .home-page .solution-box .solution-list li .solution-info {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home-page .solution-box .solution-list li .solution-info {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0;
  }
}
.home-page .solution-box .solution-list li .solution-info .solution-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .home-page .solution-box .solution-list li .solution-info .solution-title {
    font-size: 18px;
  }
}
.home-page .solution-box .solution-list li .solution-info .circle-row {
  margin-bottom: 0;
  font-size: 18px;
}

@media (max-width: 991px) {
  .home-page .solution-box .solution-list li .solution-info .circle-row {
    font-size: 16px;
  }
}
.home-page .solution-box .solution-list li .solution-info .circle-row::before {
  top: 10px;
}

.home-page .student-box {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .home-page .student-box {
    margin-bottom: 50px;
  }
}
.home-page .student-box .student-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-page .student-box .student-wrap .student-thumb {
  width: 44%;
  position: relative;
}

@media (max-width: 767px) {
  .home-page .student-box .student-wrap .student-thumb {
    width: 100%;
  }
}
.home-page .student-box .student-wrap .student-thumb img {
  width: 100%;
}

.home-page .student-box .student-wrap .student-thumb .playnow {
  border: none;
  padding: 0;
  background-color: transparent;
  position: absolute;
  left: -20px;
  top: 100px;
}

@media (max-width: 1199px) {
  .home-page .student-box .student-wrap .student-thumb .playnow {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .home-page .student-box .student-wrap .student-thumb .playnow {
    left: 0;
    top: calc(50% - 25px);
  }
}
.home-page .student-box .student-wrap .student-info {
  width: 56%;
  padding-left: 67px;
}

@media (max-width: 1199px) {
  .home-page .student-box .student-wrap .student-info {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .home-page .student-box .student-wrap .student-info {
    width: 100%;
    padding-left: 0;
  }
}
.home-page .student-box .student-wrap .student-info .student-subtitle {
  font-size: 22px;
  letter-spacing: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .home-page .student-box .student-wrap .student-info .student-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home-page .student-box .student-wrap .student-info .student-subtitle {
    font-size: 16px;
  }
}
.home-page .student-box .student-wrap .student-info .student-subtitle img {
  margin-left: 8px;
}

@media (max-width: 991px) {
  .home-page .student-box .student-wrap .student-info .student-subtitle img {
    width: 20px;
  }
}
.home-page .student-box .student-wrap .student-info .student-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .home-page .student-box .student-wrap .student-info .student-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.home-page .student-box .student-wrap .student-info .student-desc {
  font-size: 18px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .home-page .student-box .student-wrap .student-info .student-desc {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.home-page .student-box .student-wrap .student-info .student-name {
  font-size: 18px;
}

@media (max-width: 991px) {
  .home-page .student-box .student-wrap .student-info .student-name {
    font-size: 16px;
  }
}
.home-page .student-box .student-wrap .student-info .student-achievements {
  font-size: 12px;
}

.home-page .student-box .student-wrap .student-info .student-achievements .achievements {
  color: #FBA800;
}

.home-page .student-box .student-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.home-page .student-box .student-list li {
  width: 16.6666666667%;
}

@media (max-width: 991px) {
  .home-page .student-box .student-list li {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .home-page .student-box .student-list li {
    width: 50%;
  }
}
.home-page .student-box .student-list li:last-child .items {
  border-radius: 0px 0px 40px 0px;
}

.home-page .student-box .student-list li .items {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.home-page .student-box .student-list li .items:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.home-page .student-box .student-list li .items img {
  max-height: 240px;
  height: 100%;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-page .student-box .student-list li .items .student-detail {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.42%, rgba(196, 196, 196, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(196, 196, 196, 0) 35.42%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(196, 196, 196, 0) 35.42%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 35.42%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80%;
  padding: 10px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-page .student-box .student-list li .items .student-detail .student-name {
  font-size: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (max-width: 1199px) {
  .home-page .student-box .student-list li .items .student-detail .student-name {
    font-size: 14px;
  }
}
.home-page .student-box .student-list li .items .student-detail .school-name {
  font-size: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.home-page .talk-about {
  padding: 100px 0 110px;
  background: -webkit-radial-gradient(13.65% 88.98%, 100% 100%, #C1E9FE 0%, rgba(255, 255, 255, 0.0001) 100%), -webkit-radial-gradient(25.26% 21.66%, 100% 100%, #E4CBF0 0%, rgba(255, 255, 255, 0.0001) 100%), #FFFFFF;
  background: -o-radial-gradient(13.65% 88.98%, 100% 100%, #C1E9FE 0%, rgba(255, 255, 255, 0.0001) 100%), -o-radial-gradient(25.26% 21.66%, 100% 100%, #E4CBF0 0%, rgba(255, 255, 255, 0.0001) 100%), #FFFFFF;
  background: radial-gradient(100% 100% at 13.65% 88.98%, #C1E9FE 0%, rgba(255, 255, 255, 0.0001) 100%), radial-gradient(100% 100% at 25.26% 21.66%, #E4CBF0 0%, rgba(255, 255, 255, 0.0001) 100%), #FFFFFF;
}

@media (max-width: 991px) {
  .home-page .talk-about {
    padding: 50px 0 55px;
  }
}
.home-page .talk-about .head-box .head-box-title .head-title .ellip::after {
  height: 50px;
  width: 110px;
  top: -5px;
}

@media (max-width: 991px) {
  .home-page .talk-about .head-box .head-box-title .head-title .ellip::after {
    height: 38px;
  }
}
.home-page .talk-about .talk-wrap {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-page .talk-about .talk-wrap .talk-thumb {
  width: 51.4%;
}

@media (max-width: 767px) {
  .home-page .talk-about .talk-wrap .talk-thumb {
    width: 100%;
    margin-bottom: 30px;
  }
}
.home-page .talk-about .talk-wrap .talk-thumb img {
  width: 100%;
}

.home-page .talk-about .talk-wrap .talk-info {
  position: relative;
  width: calc(48.6% - 32px);
  font-size: 16px;
}

@media (max-width: 767px) {
  .home-page .talk-about .talk-wrap .talk-info {
    width: 100%;
  }
}
.home-page .talk-about .talk-wrap .talk-info > * {
  position: relative;
  z-index: 5;
}

.home-page .talk-about .talk-wrap .talk-info::before {
  width: 102px;
  height: 65px;
  content: "";
  background: url(/../img/common/quote.png) no-repeat;
  background-size: contain;
  left: 0;
  top: -32px;
  position: absolute;
}

@media (max-width: 767px) {
  .home-page .talk-about .talk-wrap .talk-info::before {
    width: 60px;
    height: 37px;
    top: -6px;
  }
}
.home-page .talk-about .talk-wrap .talk-info .info-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.home-page .talk-about .talk-wrap .talk-info .info-footer .btn-movie {
  font-size: 16px;
  font-weight: 600;
  color: #EF4B4B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-page .talk-about .talk-wrap .talk-info .info-footer .btn-movie .play-icon {
  margin-right: 10px;
  height: 24px;
  width: 24px;
  background-color: #EF4B4B;
  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;
  border-radius: 50%;
  font-size: 8px;
  color: #fff;
}

.home-page .talk-about .talk-list {
  overflow: hidden;
}

.home-page .talk-about .talk-list .slider-talk {
  width: calc(100% + 40px);
  margin-left: -20px;
}

@media (max-width: 1366px) {
  .home-page .talk-about .talk-list .slider-talk {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.home-page .talk-about .talk-list .slider-talk .slick-slide {
  padding: 0 20px 30px;
}

@media (max-width: 1366px) {
  .home-page .talk-about .talk-list .slider-talk .slick-slide {
    padding: 0 10px 30px;
  }
}
@media (max-width: 767px) {
  .home-page .talk-about .talk-list .slider-talk .slick-slide {
    padding: 0 5px 20px;
  }
}
.home-page .talk-about .talk-list .slider-talk .items {
  height: 176px;
  background-color: #fff;
  border-radius: 0px 0px 50px 0px;
  -webkit-box-shadow: 8px 24px 24px 2px rgba(177, 188, 199, 0.1);
  box-shadow: 8px 24px 24px 2px rgba(177, 188, 199, 0.1);
  border: 1px solid #E8EDFC;
  padding: 24px 32px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .home-page .talk-about .talk-list .slider-talk .items {
    padding: 16px 20px;
    border-radius: 0px 0px 30px 0px;
  }
}
@media (max-width: 767px) {
  .home-page .talk-about .talk-list .slider-talk .items {
    padding: 16px;
    height: 160px;
    -webkit-box-shadow: 4px 12px 12px 2px rgba(177, 188, 199, 0.1);
    box-shadow: 4px 12px 12px 2px rgba(177, 188, 199, 0.1);
  }
}
.home-page .talk-about .talk-list .slider-talk .items > * {
  position: relative;
}

.home-page .talk-about .talk-list .slider-talk .items.movie {
  color: #fff;
}

.home-page .talk-about .talk-list .slider-talk .items .background-movie {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.home-page .talk-about .talk-list .slider-talk .items .background-movie img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-page .talk-about .talk-list .slider-talk .items .items-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.home-page .talk-about .talk-list .slider-talk .items .items-head .student-thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .home-page .talk-about .talk-list .slider-talk .items .items-head .student-thumb {
    width: 40px;
    height: 40px;
  }
}
.home-page .talk-about .talk-list .slider-talk .items .items-head .student-thumb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-page .talk-about .talk-list .slider-talk .items .items-head .student-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(100% - 50px);
  padding-left: 10px;
}

@media (max-width: 767px) {
  .home-page .talk-about .talk-list .slider-talk .items .items-head .student-info {
    width: calc(100% - 40px);
  }
}
.home-page .talk-about .talk-list .slider-talk .items .items-head .student-info .student-name {
  display: block;
  font-size: 20px;
}

@media (max-width: 1199px) {
  .home-page .talk-about .talk-list .slider-talk .items .items-head .student-info .student-name {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .home-page .talk-about .talk-list .slider-talk .items .items-head .student-info .student-name {
    font-size: 16px;
  }
}
.home-page .talk-about .talk-list .slider-talk .items .items-head .student-info .student-label {
  color: var(--bd-green);
  font-size: 16px;
  display: block;
}

@media (max-width: 767px) {
  .home-page .talk-about .talk-list .slider-talk .items .items-head .student-info .student-label {
    font-size: 14px;
  }
}
.home-page .talk-about .talk-list .slider-talk .items .student-desc {
  margin-bottom: 0;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 120%;
}

@media (max-width: 1199px) {
  .home-page .talk-about .talk-list .slider-talk .items .student-desc {
    font-size: 14px;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 767px) {
  .home-page .talk-about .talk-list .slider-talk .items .student-desc {
    -webkit-line-clamp: 3;
  }
}
.home-page .talk-about .talk-list .slider-talk .items .buttn-play {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: var(--bd-green);
  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;
  font-size: 20px;
  position: absolute;
  right: 30px;
  top: 17px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 5;
}

@media (max-width: 1199px) {
  .home-page .talk-about .talk-list .slider-talk .items .buttn-play {
    width: 40px;
    height: 40px;
    border-width: 4px;
    right: 17px;
    font-size: 16px;
  }
}
.home-page .talk-about .talk-list .slider-talk .items .buttn-play:hover {
  border-color: white;
}

.home-page .talk-about .talk-list .slider-control {
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
}

.home-page .talk-about .talk-list .slider-control .slider-control-dots {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 106px;
}

@media (max-width: 1199px) {
  .home-page .talk-about .talk-list .slider-control .slider-control-dots {
    padding-right: 70px;
  }
}
@media (max-width: 991px) {
  .home-page .talk-about .talk-list .slider-control .slider-control-dots {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .home-page .talk-about .talk-list .slider-control .slider-control-dots {
    padding-right: 30px;
  }
}
.home-page .talk-about .talk-list .slider-control .slider-control-dots .slick-dots {
  position: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-page .talk-about .talk-list .slider-control .slider-control-dots .slick-dots li {
  height: 3px;
  margin: 0;
  width: 100%;
}

.home-page .talk-about .talk-list .slider-control .slider-control-dots .slick-dots li.slick-active button {
  background-color: var(--bd-green);
}

.home-page .talk-about .talk-list .slider-control .slider-control-dots .slick-dots li button {
  border-radius: 0;
  width: 100%;
  height: 3px;
  background-color: #DBDBF0;
}

.home-page .talk-about .talk-list .slider-control .slider-control-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-page .talk-about .talk-list .slider-control .slider-control-arrows button {
  background: #E9E9F6;
  border-radius: 12px;
  height: 42px;
  width: 42px;
  color: var(--bd-green);
  font-size: 16px;
  margin-left: 16px;
  border: none;
  cursor: pointer;
  text-indent: initial;
  opacity: 1;
}

@media (max-width: 991px) {
  .home-page .talk-about .talk-list .slider-control .slider-control-arrows button {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 8px;
    margin-left: 10px;
  }
}
.home-page .talk-about .talk-list .slider-control .slider-control-arrows button:hover {
  background-color: var(--bd-green);
  color: #fff;
}

.home-page .tuition-box {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .home-page .tuition-box {
    padding: 30px 0 50px;
  }
}
.home-page .tuition-box::before {
  position: absolute;
  content: "";
  height: 300px;
  background-color: var(--bd-green);
  width: 100%;
  left: 0;
  top: 0;
}

.home-page .tuition-box > * {
  position: relative;
}

.home-page .tuition-box .head-box {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .home-page .tuition-box .head-box {
    margin-bottom: 25px;
  }
}
.home-page .tuition-box .head-box .head-box-title {
  color: #fff;
}

.home-page .tuition-box .head-box .head-box-title .label-cmn {
  color: #FCF055;
}

.home-page .tuition-box .head-box .btn-register {
  background-color: #FCF055;
  color: #000;
}

.home-page .tuition-box .tuition-list {
  grid-gap: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991px) {
  .home-page .tuition-box .tuition-list {
    grid-gap: 6px;
  }
}
@media (max-width: 767px) {
  .home-page .tuition-box .tuition-list {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-page .tuition-box .tuition-list li {
  padding: 30px 20px;
  background: #FFFFFF;
  border: 1px solid #E8EDFC;
  -webkit-box-shadow: 10px 30px 30px 3px rgba(177, 188, 199, 0.15);
  box-shadow: 10px 30px 30px 3px rgba(177, 188, 199, 0.15);
  border-radius: 0px 0px 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .home-page .tuition-box .tuition-list li {
    padding: 16px;
    border-radius: 0px 0px 30px 0px;
  }
}
.home-page .tuition-box .tuition-list li .list-head {
  height: 84px;
  border-bottom: 1px solid #000;
}

@media (max-width: 991px) {
  .home-page .tuition-box .tuition-list li .list-head {
    height: 70px;
  }
}
.home-page .tuition-box .tuition-list li .list-head .course-label {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 100%;
}

@media (max-width: 991px) {
  .home-page .tuition-box .tuition-list li .list-head .course-label {
    font-size: 16px;
  }
}
.home-page .tuition-box .tuition-list li .list-head .course-name {
  font-size: 22px;
  line-height: 120%;
}

@media (max-width: 991px) {
  .home-page .tuition-box .tuition-list li .list-head .course-name {
    font-size: 18px;
  }
}
.home-page .tuition-box .tuition-list li .list-body {
  height: 75%;
  padding-top: 30px;
  margin-bottom: 7px;
}

@media (max-width: 991px) {
  .home-page .tuition-box .tuition-list li .list-body {
    padding-top: 20px;
    height: 78%;
  }
}
.home-page .tuition-box .tuition-list li .list-body .price-hour {
  margin-bottom: 30px;
  line-height: 100%;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .home-page .tuition-box .tuition-list li .list-body .price-hour {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.home-page .tuition-box .tuition-list li .list-body .price-hour .price {
  color: var(--bd-orange);
  padding: 0 5px;
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .home-page .tuition-box .tuition-list li .list-body .price-hour .price {
    font-size: 20px;
  }
}
.home-page .tuition-box .tuition-list li .list-body .circle-row {
  font-size: 18px;
  margin-bottom: 16px;
  margin-left: 12px;
  padding-left: 16px;
}

@media (max-width: 991px) {
  .home-page .tuition-box .tuition-list li .list-body .circle-row {
    font-size: 14px;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.home-page .tuition-box .tuition-list li .list-body .circle-row:last-child {
  margin-bottom: 0;
}

.home-page .tuition-box .tuition-list li .list-body .circle-row::before {
  top: 10px;
}

@media (max-width: 991px) {
  .home-page .tuition-box .tuition-list li .list-body .circle-row::before {
    top: 7px;
  }
}
.home-page .tuition-box .tuition-list li .btn-register {
  height: 46px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  text-transform: uppercase;
}

.home-page .achievements-box {
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .home-page .achievements-box {
    padding-bottom: 25px;
  }
}
.home-page .achievements-box .head-box .head-box-title .head-title .ellip::after {
  width: 125px;
  height: 54px;
  top: -10px;
}

@media (max-width: 991px) {
  .home-page .achievements-box .head-box .head-box-title .head-title .ellip::after {
    width: 100px;
    height: 45px;
    top: -7px;
  }
}
.home-page .achievements-box .achievements-wrap {
  overflow: hidden;
}

.home-page .achievements-box .slider-achievements {
  width: calc(100% + 30px);
  margin-left: -15px;
}

@media (max-width: 1500px) {
  .home-page .achievements-box .slider-achievements {
    width: calc(100% + 200px);
    margin-left: -100px;
  }
}
@media (max-width: 991px) {
  .home-page .achievements-box .slider-achievements {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.home-page .achievements-box .slider-achievements .slick-slide {
  padding: 0 15px 50px;
}

@media (max-width: 991px) {
  .home-page .achievements-box .slider-achievements .slick-slide {
    padding: 0 8px 30px;
  }
}
.home-page .achievements-box .slider-achievements .items {
  background: #FFFFFF;
  border: 1px solid #E8EDFC;
  -webkit-box-shadow: 10px 30px 30px 3px rgba(177, 188, 199, 0.15);
  box-shadow: 10px 30px 30px 3px rgba(177, 188, 199, 0.15);
  border-radius: 0px 0px 100px 0px;
  height: 460px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

@media (max-width: 991px) {
  .home-page .achievements-box .slider-achievements .items {
    border-radius: 0px 0px 50px 0px;
  }
}
@media (max-width: 991px) {
  .home-page .achievements-box .slider-achievements .items {
    -webkit-box-shadow: 7px 15px 15px 2px rgba(177, 188, 199, 0.1);
    box-shadow: 7px 15px 15px 2px rgba(177, 188, 199, 0.1);
    height: 300px;
  }
}
.home-page .achievements-box .slider-achievements .items .achievements-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 115px;
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  .home-page .achievements-box .slider-achievements .items .achievements-img {
    max-width: 100px;
    height: 90px;
  }
}
.home-page .achievements-box .slider-achievements .items .achievements-img img {
  max-height: 100%;
}

.home-page .achievements-box .slider-achievements .items .achievements-body {
  margin-bottom: 20px;
}

.home-page .achievements-box .slider-achievements .items .achievements-body .achievements-name {
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991px) {
  .home-page .achievements-box .slider-achievements .items .achievements-body .achievements-name {
    font-size: 16px;
  }
}
.home-page .achievements-box .slider-achievements .items .achievements-body .achievements-label {
  font-size: 14px;
  margin-bottom: 0;
  display: block;
  text-align: center;
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991px) {
  .home-page .achievements-box .slider-achievements .items .achievements-body .achievements-label {
    height: 40px;
    -webkit-line-clamp: 2;
  }
}
.home-page .achievements-box .slider-achievements .items .btn-detail {
  color: var(--bd-link);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-page .achievements-box .slider-achievements .items .btn-detail img {
  margin-left: 6px;
  vertical-align: middle;
}

.home-page .certifications-box {
  padding-bottom: 105px;
}

@media (max-width: 991px) {
  .home-page .certifications-box {
    padding-bottom: 50px;
  }
}
.home-page .certifications-box .head-box .head-box-title .head-title .ellip::after {
  width: 130px;
  height: 56px;
  top: -10px;
}

@media (max-width: 991px) {
  .home-page .certifications-box .head-box .head-box-title .head-title .ellip::after {
    width: 100px;
    height: 48px;
  }
}
.home-page .certifications-box .certifications-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media (max-width: 991px) {
  .home-page .certifications-box .certifications-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.home-page .certifications-box .certifications-wrap .certifications-thumb {
  width: 38.3%;
}

@media (max-width: 991px) {
  .home-page .certifications-box .certifications-wrap .certifications-thumb {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 400px;
  }
}
.home-page .certifications-box .certifications-wrap .certifications-thumb .thumb {
  margin-bottom: 24px;
  border: 5px solid #FCF055;
}

@media (max-width: 1199px) {
  .home-page .certifications-box .certifications-wrap .certifications-thumb .thumb {
    border: 3px solid #FCF055;
    margin-bottom: 16px;
  }
}
.home-page .certifications-box .certifications-wrap .certifications-thumb .thumb img {
  width: 100%;
}

.home-page .certifications-box .certifications-wrap .certifications-thumb .certifications-poin {
  font-size: 50px;
  color: #fff;
  background-color: #EB9138;
  border: 1px solid #EB9138;
  border-radius: 0px 0px 0px 80px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "UTM-Banque";
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 10px 95px;
}

@media (max-width: 1199px) {
  .home-page .certifications-box .certifications-wrap .certifications-thumb .certifications-poin {
    font-size: 40px;
    padding: 40px 10px 70px;
    border-radius: 0px 0px 0px 50px;
  }
}
@media (max-width: 991px) {
  .home-page .certifications-box .certifications-wrap .certifications-thumb .certifications-poin {
    padding: 24px 10px 40px;
    font-size: 24px;
    border-radius: 0px 0px 0px 40px;
  }
}
@media (max-width: 767px) {
  .home-page .certifications-box .certifications-wrap .certifications-thumb .certifications-poin {
    padding: 18px 10px 30px;
    font-size: 20px;
    border-radius: 0px 0px 0px 30px;
  }
}
.home-page .certifications-box .certifications-wrap .certifications-thumb .certifications-poin .poin {
  font-size: 80px;
  font-weight: 600;
  display: block;
  line-height: 80%;
}

@media (max-width: 1199px) {
  .home-page .certifications-box .certifications-wrap .certifications-thumb .certifications-poin .poin {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .home-page .certifications-box .certifications-wrap .certifications-thumb .certifications-poin .poin {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .home-page .certifications-box .certifications-wrap .certifications-thumb .certifications-poin .poin {
    font-size: 38px;
  }
}
.home-page .certifications-box .certifications-wrap .certifications-info {
  width: 61.7%;
  padding-left: 67px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .home-page .certifications-box .certifications-wrap .certifications-info {
    width: 100%;
    padding-left: 0px;
    font-size: 16px;
  }
}
.home-page .certifications-box .certifications-wrap .certifications-info .method-img {
  margin-bottom: 17px;
}

.home-page .certifications-box .certifications-wrap .certifications-info .certifications-note {
  background-color: #FCF055;
  padding: 22px 43px;
  border-radius: 0 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .home-page .certifications-box .certifications-wrap .certifications-info .certifications-note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 16px 20px;
    border-radius: 0 0 30px 0;
  }
}
.home-page .certifications-box .certifications-wrap .certifications-info .certifications-note .img {
  width: 70px;
}

@media (max-width: 991px) {
  .home-page .certifications-box .certifications-wrap .certifications-info .certifications-note .img {
    margin: 0 auto 16px;
  }
}
.home-page .certifications-box .certifications-wrap .certifications-info .certifications-note p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 120%;
}

@media (max-width: 991px) {
  .home-page .certifications-box .certifications-wrap .certifications-info .certifications-note p {
    padding-left: 0;
    width: 100%;
  }
}
.home-page .newspapers {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .home-page .newspapers {
    padding-bottom: 50px;
  }
}
.home-page .newspapers .head-box .head-box-title .head-title .ellip::after {
  height: 90px;
  height: 37px;
  top: -1px;
  left: -10px;
}

@media (max-width: 991px) {
  .home-page .newspapers .head-box .head-box-title .head-title .ellip::after {
    width: 70px;
    height: 30px;
  }
}
.home-page .newspapers .newspapers-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.home-page .newspapers .newspapers-wrap .papers-control {
  width: 80px;
}

@media (max-width: 767px) {
  .home-page .newspapers .newspapers-wrap .papers-control {
    width: 50px;
  }
}
.home-page .newspapers .newspapers-wrap .papers-control .slick-dots {
  width: 100%;
  position: initial;
}

.home-page .newspapers .newspapers-wrap .papers-control .slick-dots li {
  margin: 0 0 25px;
  display: block;
  width: 100%;
  height: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .home-page .newspapers .newspapers-wrap .papers-control .slick-dots li {
    height: 15px;
    margin-bottom: 18px;
  }
}
.home-page .newspapers .newspapers-wrap .papers-control .slick-dots li::before {
  content: "";
  left: 0;
  width: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #5DC2A7;
  height: 10px;
}

@media (max-width: 767px) {
  .home-page .newspapers .newspapers-wrap .papers-control .slick-dots li::before {
    height: 6px;
  }
}
.home-page .newspapers .newspapers-wrap .papers-control .slick-dots li.slick-active::before {
  bottom: 0;
  content: "";
  width: 100%;
  position: absolute;
}

.home-page .newspapers .newspapers-wrap .papers-control .slick-dots li.slick-active button {
  font-weight: 600;
  color: #000;
  font-size: 22px;
}

@media (max-width: 767px) {
  .home-page .newspapers .newspapers-wrap .papers-control .slick-dots li.slick-active button {
    font-size: 18px;
  }
}
.home-page .newspapers .newspapers-wrap .papers-control .slick-dots li button {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  z-index: 3;
  width: auto;
  height: auto;
  font-size: 18px;
  color: #999;
  font-weight: 300;
  height: 20px;
  width: 100%;
  line-height: 100%;
  text-align: right;
  background-color: transparent;
}

@media (max-width: 767px) {
  .home-page .newspapers .newspapers-wrap .papers-control .slick-dots li button {
    font-size: 14px;
    height: 17px;
  }
}
.home-page .newspapers .newspapers-wrap .papers-shows {
  width: calc(100% - 110px);
  overflow: hidden;
}

@media (max-width: 767px) {
  .home-page .newspapers .newspapers-wrap .papers-shows {
    width: calc(100% - 65px);
  }
}
.home-page .newspapers .newspapers-wrap .papers-shows .slider-papers {
  width: calc(100% + 50px);
  margin-left: -30px;
}

@media (max-width: 1199px) {
  .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .slick-slide {
  padding: 0 25px;
}

@media (max-width: 1199px) {
  .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .slick-slide {
    padding: 0 10px;
  }
}
.home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-img {
  width: 100%;
  height: 22.5vw;
  max-height: 366px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 50px 0;
}

@media (max-width: 1199px) {
  .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-img {
    border-radius: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-img {
    height: 45vw;
  }
}
.home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-info {
  margin-left: 20px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  display: block;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.7);
  width: 88%;
  max-width: 450px;
  border-radius: 0px 0px 30px 0px;
}

@media (max-width: 1199px) {
  .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-info {
    border-radius: 0px 0px 20px 0px;
  }
}
@media (max-width: 767px) {
  .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-info {
    margin-left: 10px;
    padding: 10px 15px;
  }
}
.home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-info p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-info p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-info p {
    font-size: 14px;
    font-weight: 400;
  }
}
.home-page .newspapers .partner-wrap {
  overflow: hidden;
}

.home-page .newspapers .partner-wrap .slider-partner {
  width: calc(100% + 46px);
  margin-left: -24px;
}

@media (max-width: 1366px) {
  .home-page .newspapers .partner-wrap .slider-partner {
    width: calc(100% + 16px);
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .home-page .newspapers .partner-wrap .slider-partner {
    width: calc(100% + 8px);
    margin-left: -5px;
  }
}
.home-page .newspapers .partner-wrap .slider-partner .slick-slide {
  padding: 0 25px;
}

@media (max-width: 1366px) {
  .home-page .newspapers .partner-wrap .slider-partner .slick-slide {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .home-page .newspapers .partner-wrap .slider-partner .slick-slide {
    padding: 0 5px;
  }
}
.home-page .newspapers .partner-wrap .slider-partner .items {
  background-color: #fff;
  width: 100%;
  height: 75px;
  padding: 0 7px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--bd-line);
  border-radius: 0 0 30px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .home-page .newspapers .partner-wrap .slider-partner .items {
    height: 60px;
    border-radius: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .home-page .newspapers .partner-wrap .slider-partner .items {
    height: 50px;
  }
}
/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- SolutionPage -----***/
.solution-page .head-page {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media (max-width: 767px) {
  .solution-page .head-page .page-title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.solution-page .btn-register {
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 600;
  background-color: var(--bd-orange);
  border-color: var(--bd-orange);
  color: #fff;
}

@media (max-width: 1199px) {
  .solution-page .btn-register {
    padding: 12px 24px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .solution-page .btn-register {
    width: 100%;
  }
}
.solution-page .solution-about {
  padding: 110px 0 90px;
  position: relative;
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .solution-page .solution-about {
    margin-bottom: 45px;
    padding: 55px 0 0;
  }
}
.solution-page .solution-about::before {
  background: url(/../img/data/solution-about-bg.png) no-repeat 100% 100%;
  background-size: cover;
  content: "";
  width: 54.8%;
  height: 100%;
  max-width: 1052px;
  left: calc(50% - 960px);
  top: 0;
  position: absolute;
}

.solution-page .solution-about .solution-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.solution-page .solution-about .solution-wrap .solution-movies {
  width: calc(50% - 25px);
  padding-left: 110px;
}

@media (max-width: 1366px) {
  .solution-page .solution-about .solution-wrap .solution-movies {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .solution-page .solution-about .solution-wrap .solution-movies {
    padding-left: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.solution-page .solution-about .solution-wrap .solution-movies .movies-frame {
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 80px 0px;
}

@media (max-width: 1199px) {
  .solution-page .solution-about .solution-wrap .solution-movies .movies-frame {
    border-radius: 0 0 50px 0;
  }
}
.solution-page .solution-about .solution-wrap .solution-movies .movies-frame .movies-control {
  position: absolute;
  border: none;
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  cursor: pointer;
}

@media (max-width: 1199px) {
  .solution-page .solution-about .solution-wrap .solution-movies .movies-frame .movies-control {
    width: 46px;
    height: 46px;
    left: calc(50% - 23px);
    top: calc(50% - 23px);
  }
}
.solution-page .solution-about .solution-wrap .solution-movies .movies-frame > img {
  width: 100%;
}

.solution-page .solution-about .solution-wrap .solution-info {
  width: calc(50% - 25px);
  font-size: 18px;
  position: relative;
}

@media (max-width: 1199px) {
  .solution-page .solution-about .solution-wrap .solution-info {
    font-size: 16px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .solution-page .solution-about .solution-wrap .solution-info {
    width: 100%;
    max-width: 507px;
  }
}
.solution-page .solution-about .solution-wrap .solution-info::before {
  background: url(/../img/common/quote.svg) no-repeat;
  width: 271px;
  height: 174px;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  top: -37px;
}

@media (max-width: 1199px) {
  .solution-page .solution-about .solution-wrap .solution-info::before {
    width: 180px;
    height: 117px;
    top: -10px;
  }
}
@media (max-width: 991px) {
  .solution-page .solution-about .solution-wrap .solution-info::before {
    width: 140px;
    height: 94px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .solution-page .solution-about .solution-wrap .solution-info::before {
    width: 100px;
    height: 70px;
  }
}
.solution-page .solution-about .solution-wrap .solution-info > * {
  position: relative;
  z-index: 3;
}

.solution-page .solution-about .solution-wrap .solution-info .solution-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .solution-page .solution-about .solution-wrap .solution-info .solution-title {
    font-size: 18px;
  }
}
.solution-page .solution-about .solution-wrap .solution-info .solution-label {
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 1199px) {
  .solution-page .solution-about .solution-wrap .solution-info .solution-label {
    margin-bottom: 16px;
  }
}
.solution-page .solution-about .solution-wrap .solution-info .solution-text {
  line-height: 130%;
  max-width: 507px;
  margin-bottom: 28px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .solution-page .solution-about .solution-wrap .solution-info .solution-text {
    margin-bottom: 16px;
  }
}
.solution-page .method-box {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .solution-page .method-box {
    padding-bottom: 45px;
  }
}
.solution-page .method-box .method-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media (max-width: 767px) {
  .solution-page .method-box .method-list {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.solution-page .method-box .method-list li {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .solution-page .method-box .method-list li {
    width: 100%;
  }
}
.solution-page .method-box .method-list li:nth-child(2) .method-thumb {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: url(/../img/data/method-bg-2.png) no-repeat 100% 100%;
  background-size: cover;
}

@media (max-width: 767px) {
  .solution-page .method-box .method-list li:nth-child(2) .method-thumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.solution-page .method-box .method-list li:nth-child(3) .method-thumb {
  background-image: url(/../img/data/method-bg-3.png);
}

.solution-page .method-box .method-list li .method-thumb {
  margin-bottom: 50px;
  position: relative;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 32px 0;
  background: url(/../img/data/method-bg-1.png) no-repeat 0 100%;
  background-size: cover;
}

@media (max-width: 1199px) {
  .solution-page .method-box .method-list li .method-thumb {
    padding: 0 20px 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .solution-page .method-box .method-list li .method-thumb {
    height: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 20px 50px 0;
    min-height: 260px;
  }
}
.solution-page .method-box .method-list li .method-thumb img {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  max-height: 100%;
}

.solution-page .method-box .method-list li .method-body {
  padding: 0 30px;
}

@media (max-width: 1199px) {
  .solution-page .method-box .method-list li .method-body {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .solution-page .method-box .method-list li .method-body {
    padding: 0 16px;
  }
}
.solution-page .method-box .method-list li .method-name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.solution-page .team-experts {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .solution-page .team-experts {
    padding-bottom: 50px;
  }
}
.solution-page .team-experts .slider-experts {
  margin-bottom: 30px;
}

.solution-page .team-experts .slider-experts .slick-slide {
  padding: 0 30px;
}

@media (max-width: 1366px) {
  .solution-page .team-experts .slider-experts .slick-slide {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .solution-page .team-experts .slider-experts .slick-slide {
    padding: 0 8px;
  }
}
.solution-page .team-experts .slider-experts .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: #5DC2A7;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  top: calc(50% - 30px);
}

@media (max-width: 1366px) {
  .solution-page .team-experts .slider-experts .slick-arrow {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    font-size: 18px;
  }
}
.solution-page .team-experts .slider-experts .slick-arrow:hover {
  opacity: 1;
}

.solution-page .team-experts .slider-experts .slick-arrow.slick-next i::before {
  content: "\f054";
}

.solution-page .team-experts .slider-experts .slick-arrow.slick-prev i::before {
  content: "\f054";
}

.solution-page .team-experts .slider-experts .items {
  height: 325px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #EAEDF2;
  -webkit-box-shadow: 0px 0px 10px rgba(45, 54, 64, 0.05);
  box-shadow: 0px 0px 10px rgba(45, 54, 64, 0.05);
  border-radius: 20px;
  padding: 15px;
}

.solution-page .team-experts .slider-experts .items .experts-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 209px;
  height: 209px;
  background: url(/../img/common/experts-thumb-bg.png) no-repeat 50% 50%;
  background-size: contain;
  padding: 30px;
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  .solution-page .team-experts .slider-experts .items .experts-thumb {
    width: 160px;
    height: 160px;
    padding: 18px;
  }
}
.solution-page .team-experts .slider-experts .items .experts-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.solution-page .team-experts .slider-experts .items .experts-body {
  font-size: 18px;
  text-align: center;
}

@media (max-width: 1199px) {
  .solution-page .team-experts .slider-experts .items .experts-body {
    font-size: 16px;
  }
}
.solution-page .team-experts .slider-experts .items .experts-body .experts-name {
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 100%;
}

@media (max-width: 1199px) {
  .solution-page .team-experts .slider-experts .items .experts-body .experts-name {
    font-size: 18px;
  }
}
.solution-page .team-experts .slider-experts .items .experts-body .experts-regency {
  display: block;
  content: #979797;
  display: block;
  margin-bottom: 4px;
}

.solution-page .team-experts .slider-experts .items .experts-body .experts-social {
  text-align: center;
}

.solution-page .team-experts .slider-experts .items .experts-body .experts-social a {
  display: inline-block;
  margin: 0 3px;
}

.solution-page .team-experts .partner-international {
  max-width: 1015px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.solution-page .team-experts .partner-international .partner-info {
  display: block;
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .solution-page .team-experts .partner-international .partner-info {
    font-size: 18px;
  }
}
.solution-page .team-experts .partner-international .partner-countries {
  font-size: 18px;
  font-weight: 300;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .solution-page .team-experts .partner-international .partner-countries {
    font-size: 16px;
  }
}
.solution-page .team-experts .partner-international .partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media (max-width: 991px) {
  .solution-page .team-experts .partner-international .partner-list {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
.solution-page .team-experts .partner-international .partner-list li {
  padding: 10px;
}

@media (max-width: 991px) {
  .solution-page .team-experts .partner-international .partner-list li img {
    max-height: 20px;
  }
}
/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- productPage -----***/
.product-page .wrap-main #sidebar .sidebar-main {
  background-color: #fff;
  padding-right: 5px;
}

.product-page .wrap-main .main {
  padding-right: 30px;
  padding-left: 40px;
}

@media (max-width: 1199px) {
  .product-page .wrap-main .main {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .product-page .wrap-main .main .head-page {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
@media (max-width: 991px) {
  .product-page .wrap-main .main .head-page .page-title {
    margin-bottom: 10px;
  }
}
.product-page .wrap-main .main .head-page .head-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .product-page .wrap-main .main .head-page .head-views {
    width: 100%;
  }
}
.product-page .wrap-main .main .head-page .head-views .result-search {
  margin-bottom: 0;
  padding-top: 10px;
}

@media (max-width: 991px) {
  .product-page .wrap-main .main .head-page .head-views .result-search {
    padding-top: 0;
  }
}
.product-page .wrap-main .main .head-page .head-views .sortby {
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .product-page .wrap-main .main .head-page .head-views .sortby {
    margin-left: 20px;
  }
}
.product-page .course-list {
  margin-bottom: 165px;
}

@media (max-width: 991px) {
  .product-page .course-list {
    margin-bottom: 80px;
  }
}
.product-page .course-list:last-child {
  margin-bottom: 50px;
}

.product-page .course-list li {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .product-page .course-list li {
    border-radius: 16px;
    padding: 16px;
    -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-page .course-list li {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.product-page .course-list li:last-child {
  margin-bottom: 0;
}

.product-page .course-list li .course-thumb {
  width: 160px;
  height: 160px;
  border-radius: 20px;
  background-color: #D9D9D9;
}

@media (max-width: 991px) {
  .product-page .course-list li .course-thumb {
    width: 120px;
    height: 120px;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .product-page .course-list li .course-thumb {
    width: 100%;
    max-width: 160px;
    height: 160px;
    margin: 0 auto 20px;
  }
}
.product-page .course-list li .course-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-page .course-list li .course-info {
  width: calc(100% - 160px);
  padding-left: 30px;
}

@media (max-width: 991px) {
  .product-page .course-list li .course-info {
    width: calc(100% - 120px);
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .product-page .course-list li .course-info {
    width: 100%;
    padding-left: 0;
  }
}
.product-page .course-list li .course-info .course-name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 100%;
}

@media (max-width: 991px) {
  .product-page .course-list li .course-info .course-name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product-page .course-list li .course-info .course-name {
    font-size: 16px;
  }
}
.product-page .course-list li .course-info .course-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 6px;
}

.product-page .course-list li .course-info .course-row .course-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px dashed #000000;
  padding-right: 27px;
  margin-right: 18px;
}

@media (max-width: 991px) {
  .product-page .course-list li .course-info .course-row .course-price {
    padding-right: 16px;
    margin-right: 12px;
  }
}
.product-page .course-list li .course-info .course-row .course-price .price-label {
  font-weight: 600;
  margin-bottom: 8px;
  padding-right: 4px;
}

.product-page .course-list li .course-info .course-row .course-price .price {
  font-size: 22px;
  color: #F44336;
  line-height: 90%;
}

.product-page .course-list li .course-info .course-row .course-price .unit {
  padding-left: 3px;
}

.product-page .course-list li .course-info .course-row .course-price .unit .unit-label {
  font-size: 14px;
  text-decoration: underline;
}

.product-page .course-list li .course-info .course-row .price-old {
  text-decoration: line-through;
  font-weight: 600;
  margin-right: 50px;
}

@media (max-width: 991px) {
  .product-page .course-list li .course-info .course-row .price-old {
    margin-right: 20px;
  }
}
.product-page .course-list li .course-info .course-row .course-prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  margin-right: 50px;
}

@media (max-width: 991px) {
  .product-page .course-list li .course-info .course-row .course-prize {
    margin-right: 20px;
  }
}
.product-page .course-list li .course-info .course-row .course-prize .prize-poin {
  color: #BE5A0E;
}

.product-page .course-list li .course-info .course-row .course-prize .prize-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px 0 4px;
}

.product-page .course-list li .course-info .course-row .course-prize .prize-star .svg path {
  fill: #BE5A0E;
}

.product-page .course-list li .course-info .course-row .course-prize .prize-total {
  color: #767676;
}

.product-page .course-list li .course-info .course-row .course-ctg {
  padding: 4px 12px;
  border-radius: 30px;
  background: #FFE799;
  font-weight: 600;
}

.product-page .course-list li .course-info .course-text {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991px) {
  .product-page .course-list li .course-info .course-text {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.product-page .course-list li .course-info .course-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media (max-width: 767px) {
  .product-page .course-list li .course-info .course-tools {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.product-page .course-list li .course-info .course-tools > * {
  padding-right: 9px;
}

.product-detial-page {
  padding-top: 10px;
}

.product-detial-page .product-banner {
  background: url(/../img/data/product-detail-banner.png) no-repeat 50% 50%;
  background-size: cover;
  border-radius: 30px;
  height: 300px;
  overflow: hidden;
  position: relative;
  padding-right: 400px;
  padding-left: 30px;
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media (max-width: 1199px) {
  .product-detial-page .product-banner {
    padding-left: 20px;
    font-size: 14px;
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .product-detial-page .product-banner {
    padding: 16px;
    border-radius: 16px;
  }
}
.product-detial-page .product-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}

.product-detial-page .product-banner > * {
  position: relative;
  z-index: 3;
}

.product-detial-page .product-banner .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media (max-width: 1199px) {
  .product-detial-page .product-banner .breadcrumb-list {
    margin-bottom: 24px;
  }
}
.product-detial-page .product-banner .breadcrumb-list li {
  font-weight: 300;
}

.product-detial-page .product-banner .breadcrumb-list li + li::before {
  content: "\f105";
  display: inline-block;
  margin: 0 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

@media (max-width: 1199px) {
  .product-detial-page .product-banner .breadcrumb-list li + li::before {
    margin: 0 5px;
  }
}
.product-detial-page .product-banner .breadcrumb-list li a {
  color: #fff;
  font-weight: 600;
}

.product-detial-page .product-banner .product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.product-detial-page .product-banner .product-wrap .product-introduce {
  width: calc(100% - 220px);
  padding-right: 100px;
}

@media (max-width: 1199px) {
  .product-detial-page .product-banner .product-wrap .product-introduce {
    width: calc(100% - 200px);
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .product-detial-page .product-banner .product-wrap .product-introduce {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.product-detial-page .product-banner .product-wrap .product-introduce .product-name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 9px;
}

@media (max-width: 1199px) {
  .product-detial-page .product-banner .product-wrap .product-introduce .product-name {
    font-size: 17px;
  }
}
.product-detial-page .product-banner .product-wrap .product-prize {
  width: 220px;
}

@media (max-width: 1199px) {
  .product-detial-page .product-banner .product-wrap .product-prize {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .product-detial-page .product-banner .product-wrap .product-prize {
    width: 100%;
  }
}
.product-detial-page .product-banner .product-wrap .product-prize .prize-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-detial-page .product-banner .product-wrap .product-prize .prize-view .view-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detial-page .product-banner .product-wrap .product-prize .prize-view .view-user .user-thumb {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

.product-detial-page .product-banner .product-wrap .product-prize .prize-view .view-user .user-thumb + .user-thumb {
  margin-left: -10px;
}

.product-detial-page .product-banner .product-wrap .product-prize .prize-view .view-label {
  padding-left: 10px;
  margin-bottom: 0;
}

.product-detial-page .product-banner .product-wrap .product-prize .course-prize {
  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;
  font-weight: 600;
  font-size: 12px;
}

@media (max-width: 991px) {
  .product-detial-page .product-banner .product-wrap .product-prize .course-prize {
    margin-right: 20px;
  }
}
.product-detial-page .product-banner .product-wrap .product-prize .course-prize .prize-poin {
  color: #FCF055;
}

.product-detial-page .product-banner .product-wrap .product-prize .course-prize .prize-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px 0 4px;
}

.product-detial-page .product-banner .product-wrap .product-prize .course-prize .prize-star .svg path {
  fill: #FCF055;
}

.product-detial-page .product-banner .product-wrap .product-prize .course-prize .prize-total {
  color: #fff;
}

.product-detial-page .product-detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap {
    padding-bottom: 50px;
  }
}
.product-detial-page .product-detail-wrap .product-detail {
  padding-top: 40px;
  width: calc(100% - 360px);
  padding-right: 45px;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .product-detail {
    width: calc(100% - 300px);
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .product-detail {
    padding-right: 0;
    width: 100%;
  }
}
.product-detial-page .product-detail-wrap .product-detail .list-detail {
  margin-bottom: 20px;
}

.product-detial-page .product-detail-wrap .product-detail .list-detail li {
  padding-left: 24px;
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: justify;
}

@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .product-detail .list-detail li {
    font-size: 16px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .list-detail li:last-child {
  margin-bottom: 0;
}

.product-detial-page .product-detail-wrap .product-detail .list-detail li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
}

@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .product-detail .list-detail li::before {
    top: 8px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .description-box {
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .product-detail .description-box {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .product-detail .description-box {
    padding-bottom: 50px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .description-box .description-video {
  position: relative;
  margin-bottom: 20px;
}

.product-detial-page .product-detail-wrap .product-detail .description-box .description-video .video-frame {
  border-radius: 30px;
  overflow: hidden;
  min-height: 240px;
}

@media (max-width: 767px) {
  .product-detial-page .product-detail-wrap .product-detail .description-box .description-video .video-frame {
    border-radius: 12px;
    height: 200px;
    min-height: inherit;
  }
}
.product-detial-page .product-detail-wrap .product-detail .description-box .description-video .video-frame > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-detial-page .product-detail-wrap .product-detail .description-box .description-video .video-control {
  width: 115px;
  height: 115px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  position: absolute;
  left: 85px;
  bottom: 10px;
  color: #fff;
  font-size: 70px;
  border: none;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .product-detail .description-box .description-video .video-control {
    left: 50px;
    font-size: 50px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .product-detial-page .product-detail-wrap .product-detail .description-box .description-video .video-control {
    left: 20px;
    font-size: 30px;
    width: 55px;
    height: 55px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .description-box .video-youtube {
  height: 280px;
  border-radius: 30px;
  overflow: hidden;
}

.product-detial-page .product-detail-wrap .product-detail .description-box .video-youtube iframe {
  width: 100%;
  height: 100%;
}

.product-detial-page .product-detail-wrap .product-detail .students-learn {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .product-detail .students-learn {
    padding-bottom: 50px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .armorial-box {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .product-detail .armorial-box {
    padding-bottom: 50px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .armorial-box .armorial-guide {
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .product-detail .armorial-box .armorial-guide {
    font-size: 16px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .armorial-box .armorial-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

@media (max-width: 767px) {
  .product-detial-page .product-detail-wrap .product-detail .armorial-box .armorial-list {
    margin-left: -2px;
    margin-right: -2px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .armorial-box .armorial-list li {
  padding: 0 8px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .product-detial-page .product-detail-wrap .product-detail .armorial-box .armorial-list li {
    padding: 0 2px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .armorial-box .armorial-list li img {
  -webkit-box-shadow: -1px 3px 4px rgba(0, 0, 0, 0.4);
  box-shadow: -1px 3px 4px rgba(0, 0, 0, 0.4);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-detial-page .product-detail-wrap .product-detail .tools-box {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .product-detail .tools-box {
    padding-bottom: 50px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .tools-box .head-page .tools-control {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  position: relative;
}

@media (max-width: 767px) {
  .product-detial-page .product-detail-wrap .product-detail .tools-box .head-page .tools-control {
    width: 60px;
    height: 23px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .tools-box .head-page .tools-control::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  background-color: #000;
  border-radius: 4px;
}

.product-detial-page .product-detail-wrap .product-detail .tools-box .head-page .tools-control .slick-arrow {
  width: auto;
  height: auto;
  text-indent: 0;
  padding: 0;
  border: none;
  background: none;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .product-detial-page .product-detail-wrap .product-detail .tools-box .head-page .tools-control .slick-arrow {
    width: 20px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .tools-box .head-page .tools-control .btn-tools-next {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider {
  overflow: hidden;
}

.product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .slick-list {
  margin-left: -17px;
  margin-right: -17px;
}

@media (max-width: 1366px) {
  .product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .slick-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (max-width: 480px) {
  .product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .slick-slide {
  padding: 0 20px;
}

@media (max-width: 1366px) {
  .product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .slick-slide {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .slick-slide {
    padding: 0 4px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .items {
  position: relative;
}

.product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .items .inner {
  position: relative;
  padding-top: 100%;
  height: 0;
}

.product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .items .inner .in {
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 15px);
  width: calc(100% - 5px);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #9EA9C9;
  overflow: hidden;
}

.product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .items img {
  max-height: 90%;
  max-width: 90%;
}

.product-detial-page .product-detail-wrap .product-detail .rule-learn {
  font-size: 18px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .product-detail .rule-learn {
    font-size: 16px;
    padding-bottom: 50px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .study-program {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .product-detail .study-program {
    font-size: 16px;
    padding-bottom: 50px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .study-program .head-page {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.product-detial-page .product-detail-wrap .product-detail .study-program .head-page .static-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-detial-page .product-detail-wrap .product-detail .study-program .head-page .static-view .space-line {
  padding: 0 8px;
}

.product-detial-page .product-detail-wrap .product-detail .study-program .program-list {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding-bottom: 23px;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list {
    border-radius: 16px;
    -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
  }
}
.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-more {
  padding-left: 55px;
  padding-top: 20px;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-more {
    padding-left: 46px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: var(--bd-link);
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-more a {
    font-size: 14px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-more a img {
  margin-right: 6px;
}

.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items {
  padding: 0 32px;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items {
    padding: 0 16px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items.show {
  background-color: #FFFBF2;
}

.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items.show .head-inner {
  border-bottom: none !important;
}

.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .stt-number {
  width: 55px;
  color: var(--bd-green);
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .stt-number {
    font-size: 14px;
    width: 30px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-info {
    padding-right: 16px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-info .head-inner {
  max-width: 730px;
  border-bottom: 1px solid #E8EDFC;
  padding-bottom: 10px;
}

.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-info .program-name {
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 2px;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-info .program-name {
    font-size: 14px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-info .lesson-total {
  font-size: 12px;
  color: #767676;
}

.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-control {
  width: 16px;
  text-align: right;
}

.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-control .button-collapse {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  padding: 0;
  border: 1px solid #9EA9C9;
  font-size: 11px;
  color: #9EA9C9;
  cursor: pointer;
}

.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-control .button-collapse.active i::before {
  content: "\f068";
}

.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-control .button-collapse i {
  line-height: 100%;
}

.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body {
  padding-left: 55px;
  display: none;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body {
    font-size: 14px;
    padding-left: 30px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 16px;
}

.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub.locked .program-thumb {
  width: 58px;
}

.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub .program-detail {
  width: calc(100% - 70px);
  max-width: 635px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub .program-detail .program-thumb {
    width: 50px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub .program-detail .program-detail-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  line-height: 130%;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub .program-detail .program-detail-info {
    padding-left: 10px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub .program-view {
  width: 70px;
  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;
}

.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub .program-view .program-time {
  font-size: 12px;
  font-weight: 600;
  padding-top: 2px;
}

.product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub .program-view .program-lock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detial-page .product-detail-wrap .product-detail .skill-box {
  font-size: 18px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .product-detail .skill-box {
    font-size: 14px;
    padding-bottom: 50px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .skill-box .text-guide {
  font-size: 18px;
  margin-bottom: 20px;
}

.product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col {
  width: 31%;
  max-width: 260px;
}

@media (max-width: 767px) {
  .product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col {
    width: 100%;
    max-width: inherit;
    margin-bottom: 30px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col .skill-title {
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col .skill-title {
    margin-bottom: 10px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col .skill-list li {
  padding-bottom: 4px;
}

.product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col .skill-list li:last-child {
  padding-bottom: 0;
}

.product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col .skill-list li a {
  color: var(--bd-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col .skill-list li a:hover {
  text-decoration: underline;
}

.product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col .skill-list li a span {
  display: block;
  white-space: nowrap;
  padding-right: 5px;
}

.product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .head-page .gallerry-control {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  position: relative;
}

@media (max-width: 767px) {
  .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .head-page .gallerry-control {
    width: 60px;
    height: 23px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .head-page .gallerry-control::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  background-color: #000;
  border-radius: 4px;
}

.product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .head-page .gallerry-control .slick-arrow {
  width: auto;
  height: auto;
  text-indent: 0;
  padding: 0;
  border: none;
  background: none;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .head-page .gallerry-control .slick-arrow {
    width: 20px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .head-page .gallerry-control .btn-gallerry-next {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider {
  overflow: hidden;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider {
    padding-bottom: 50px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .slick-list {
  margin-left: -23px;
  margin-right: -23px;
}

@media (max-width: 1366px) {
  .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .slick-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (max-width: 480px) {
  .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .slick-slide {
  padding: 0 25px;
}

@media (max-width: 1366px) {
  .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .slick-slide {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .slick-slide {
    padding: 0 4px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .items img {
  overflow: 20px;
  width: 100%;
  display: inline-block;
}

.product-detial-page .product-detail-wrap .product-detail .game-related {
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .product-detail .game-related {
    padding-bottom: 30px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .game-related .head-page {
  margin-bottom: 0;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .head-page .slider-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 74px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .head-page .slider-control button {
  padding: 0;
  border: none;
  background-color: transparent;
  text-indent: 0;
  background: none;
  cursor: pointer;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .head-page .slider-control .btn-game-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .slick-slide {
  padding: 20px 8px 50px;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items {
  position: relative;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items:hover .game-playnow {
  top: 100%;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items:hover .game-body {
  -webkit-box-shadow: 0px 0px 24px rgba(235, 145, 56, 0.2);
  box-shadow: 0px 0px 24px rgba(235, 145, 56, 0.2);
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-body {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  position: relative;
  z-index: 4;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-playnow {
  width: calc(100% - 30px);
  background: -webkit-gradient(linear, left top, right top, from(#FFA800), color-stop(102.28%, #5DC2A7));
  background: -webkit-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
  background: -o-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
  background: linear-gradient(90deg, #FFA800 0%, #5DC2A7 102.28%);
  -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
  box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
  padding: 6px 10px;
  border-radius: 0 0 16px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: absolute;
  left: 15px;
  top: 50%;
}

@media (max-width: 767px) {
  .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-playnow {
    width: calc(100% - 10px);
    left: 5px;
    padding: 6px 5px;
  }
}
.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-playnow .inner {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-playnow .svg {
  width: 16px;
  height: 18px;
  vertical-align: middle;
  margin-top: -4px;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-playnow .svg path {
  fill: #fff;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-playnow a {
  color: #fff;
  text-decoration: underline;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-thumb {
  height: 190px;
  border-radius: 20px;
  background-color: #D9D9D9;
  position: relative;
  overflow: hidden;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-thumb .game-tools {
  position: absolute;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  bottom: 0;
  left: 0;
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-thumb .game-tools .tools-label {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  margin-right: 5px;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-info {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-info .user-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-info .user-info .user-name {
  font-size: 12px;
}

.product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-info .user-info .game-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-detial-page .product-detail-wrap .sidebar-register {
  width: 360px;
  padding-right: 60px;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .sidebar-register {
    padding-right: 20px;
    width: 300px;
  }
}
@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .sidebar-register {
    width: 100%;
    padding-right: 0;
  }
}
.product-detial-page .product-detail-wrap .sidebar-register .form-register {
  margin-top: -204px;
  padding: 30px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .sidebar-register .form-register {
    margin-top: 0;
  }
}
.product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 34px;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price {
    padding-right: 16px;
    margin-right: 12px;
  }
}
.product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price .price-label {
  margin-bottom: 0;
  padding-right: 4px;
  line-height: 100%;
}

.product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price .price {
  font-size: 32px;
  color: #F44336;
  line-height: 90%;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price .price {
    font-size: 24px;
  }
}
.product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price .unit {
  padding-left: 3px;
}

.product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price .unit .unit-label {
  font-size: 18px;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price .unit .unit-label {
    font-size: 16px;
  }
}
.product-detial-page .product-detail-wrap .sidebar-register .form-register .btn-register {
  background-color: var(--bd-orange);
  padding: 10px;
  width: 100%;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .sidebar-register .form-register .btn-register {
    font-size: 16px;
  }
}
.product-detial-page .product-detail-wrap .sidebar-register .form-register .btn-register strong {
  font-size: 22px;
  display: block;
  margin-bottom: 4px;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .sidebar-register .form-register .btn-register strong {
    font-size: 18px;
  }
}
.product-detial-page .product-detail-wrap .sidebar-register .form-register .space-or {
  position: relative;
  margin: 30px 0;
  color: #979797;
  text-align: center;
}

.product-detial-page .product-detail-wrap .sidebar-register .form-register .space-or::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #979797;
}

.product-detial-page .product-detail-wrap .sidebar-register .form-register .space-or span {
  font-weight: 600;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  font-size: 12px;
}

.product-detial-page .product-detail-wrap .sidebar-register .form-register .btn-call {
  line-height: 100%;
  border-radius: 50px;
  padding: 14px;
  border: 1px solid var(--bd-green);
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  background-color: #fff;
  margin-bottom: 37px;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .sidebar-register .form-register .btn-call {
    font-size: 16px;
  }
}
.product-detial-page .product-detail-wrap .sidebar-register .form-register .btn-call:hover {
  background-color: var(--bd-green);
  color: #fff;
}

.product-detial-page .product-detail-wrap .sidebar-register .form-register .form-group:last-child {
  margin-bottom: 0;
}

.product-detial-page .product-detail-wrap .sidebar-register .form-register .form-group .form-label {
  display: block;
  margin-bottom: 0;
}

.product-detial-page .product-detail-wrap .sidebar-register .form-register .form-group .form-text {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .sidebar-register .form-register .form-group .form-text {
    font-size: 16px;
  }
}
.product-detial-page .product-detail-wrap .m-title {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .product-detial-page .product-detail-wrap .m-title {
    font-size: 16px;
  }
}
.product-detial-page .product-detail-wrap .group-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.product-detial-page .product-detail-wrap .group-information .information-col {
  width: 45%;
}

@media (max-width: 1199px) {
  .product-detial-page .product-detail-wrap .group-information .information-col {
    width: 100%;
  }
}
/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- ContactPage -----***/
.contact-page {
  padding-top: 30px;
}

.contact-page .head-page {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .contact-page .head-page .page-title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact-page .head-page .form-select {
  border-radius: 50px;
  height: 60px;
  position: relative;
  width: 370px;
}

@media (max-width: 1199px) {
  .contact-page .head-page .form-select {
    height: 50px;
    width: 320px;
  }
}
@media (max-width: 767px) {
  .contact-page .head-page .form-select {
    width: 100%;
  }
}
.contact-page .head-page .form-select .form-control {
  height: 100%;
  padding-left: 20px;
  background: url(/../img/icon/up-down.svg) no-repeat calc(100% - 27px) 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 600;
  padding-right: 155px;
  line-height: 100%;
}

@media (max-width: 1199px) {
  .contact-page .head-page .form-select .form-control {
    font-size: 16px;
    padding-right: 120px;
    background-position: calc(100% - 16px) 50%;
  }
}
.contact-page .head-page .form-select .total-center {
  margin-bottom: 0;
  position: absolute;
  right: 60px;
  top: calc(50% - 8px);
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .contact-page .head-page .form-select .total-center {
    font-size: 12px;
    right: 40px;
    top: calc(50% - 7px);
  }
}
.contact-page .contact-list {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(175, 190, 215, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media (max-width: 991px) {
  .contact-page .contact-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.contact-page .contact-list li {
  padding: 0 85px;
  text-align: center;
}

@media (max-width: 1366px) {
  .contact-page .contact-list li {
    padding: 0 45px;
  }
}
@media (max-width: 991px) {
  .contact-page .contact-list li {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: left;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
.contact-page .contact-list li:last-child {
  margin-bottom: 0;
}

.contact-page .contact-list li .contact-icon {
  height: 48px;
  margin-bottom: 20px;
}

@media (max-width: 1366px) {
  .contact-page .contact-list li .contact-icon {
    height: 40px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-list li .contact-icon {
    width: 32px;
    margin-bottom: 0;
    height: auto;
    margin-right: 10px;
  }
}
@media (max-width: 1366px) {
  .contact-page .contact-list li .contact-icon img {
    max-height: 40px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-list li .contact-icon img {
    max-height: 25px;
  }
}
.contact-page .contact-list li .contact-body {
  font-size: 18px;
}

@media (max-width: 1366px) {
  .contact-page .contact-list li .contact-body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-list li .contact-body {
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.contact-page .contact-list li .contact-body .switchboard {
  font-size: 22px;
  line-height: 100%;
}

@media (max-width: 1366px) {
  .contact-page .contact-list li .contact-body .switchboard {
    font-size: 18px;
  }
}
.contact-page .central-system {
  padding-bottom: 156px;
  grid-gap: 5%;
  row-gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1366px) {
  .contact-page .central-system {
    grid-gap: 3%;
    row-gap: 20px;
  }
}
@media (max-width: 991px) {
  .contact-page .central-system {
    padding-bottom: 70px;
    grid-gap: 12px;
    row-gap: 12px;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .contact-page .central-system {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-page .central-system li {
  padding: 10px 10px 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

@media (max-width: 767px) {
  .contact-page .central-system li {
    padding: 7px 7px 16px;
    border-radius: 16px;
  }
}
.contact-page .central-system li .central-thumb {
  height: 250px;
  background-color: #D9D9D9;
  border-radius: 30px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .contact-page .central-system li .central-thumb {
    height: 170px;
    border-radius: 20px;
    margin-bottom: 10px;
  }
}
.contact-page .central-system li .central-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-page .central-system li .central-name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .contact-page .central-system li .central-name {
    font-size: 15px;
  }
}
.contact-page .central-system li .central-address {
  margin-bottom: 8px;
}

.contact-page .central-system li .central-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.contact-page .central-system li .central-contact .link-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.contact-page .central-system li .central-contact .link-map .svg {
  width: 15px;
  height: 11px;
  margin-right: 4px;
}

.contact-page .central-system li .central-contact .link-map .svg path {
  fill: var(--bd-link);
}

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- AboutPage -----***/
.about-page {
  padding-top: 30px;
}

.about-page .head-page {
  margin-bottom: 8px;
}

.about-page .head-page .head-title {
  margin-bottom: 0;
}

.about-page .teky-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .about-page .teky-about {
    margin-bottom: 45px;
  }
}
.about-page .teky-about .teky-about-text {
  width: 76.4%;
  padding-right: 32px;
}

@media (max-width: 991px) {
  .about-page .teky-about .teky-about-text {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.about-page .teky-about .teky-about-text p {
  text-align: justify;
}

.about-page .teky-about .teky-about-thumb {
  width: 23.6%;
}

@media (max-width: 991px) {
  .about-page .teky-about .teky-about-thumb {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    padding: 0 30px;
  }
}
.about-page .teky-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .about-page .teky-mission {
    padding-bottom: 50px;
  }
}
.about-page .teky-mission .mission-box {
  width: 23.6%;
  padding-top: 50px;
}

@media (max-width: 991px) {
  .about-page .teky-mission .mission-box {
    width: 100%;
    padding: 0;
  }
}
.about-page .teky-mission .mission-box p {
  text-align: justify;
}

.about-page .teky-mission .thumb-box {
  max-width: 52.8%;
  padding: 0 32px;
}

@media (max-width: 991px) {
  .about-page .teky-mission .thumb-box {
    width: 100%;
    padding: 20px 0;
  }
}
.about-page .teky-mission .thumb-box img {
  width: 100%;
}

.about-page .teky-mission .vision-box {
  width: 23.6%;
  padding-top: 90px;
}

@media (max-width: 991px) {
  .about-page .teky-mission .vision-box {
    width: 100%;
    padding-top: 0;
  }
}
.about-page .teky-mission .vision-box p {
  text-align: justify;
}

.about-page .teky-solution .thumb img {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .about-page .teky-solution .thumb img {
    margin-bottom: 50px;
  }
}
.about-page .founding-team {
  padding-top: 100px;
  padding-bottom: 240px;
  overflow: hidden;
  background: url(/../img/common/founding-ellipse.png) no-repeat 100% 0;
  background-size: auto 100%;
}

@media (max-width: 1366px) {
  .about-page .founding-team {
    padding-bottom: 180px;
  }
}
@media (max-width: 1199px) {
  .about-page .founding-team {
    padding-top: 70px;
    padding-bottom: 140px;
  }
}
@media (max-width: 991px) {
  .about-page .founding-team {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .about-page .founding-team {
    padding-top: 50px;
    padding-bottom: 60px;
    background-size: 60% auto;
    background-position: 100% 50%;
  }
}
.about-page .founding-team .slider-founding::before, .about-page .founding-team .slider-founding::after {
  content: "";
  width: 40px;
  height: 200px;
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.0001)), color-stop(68.9%, #F2F6FE), to(#F2F6FE));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.0001) 0%, #F2F6FE 68.9%, #F2F6FE 100%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.0001) 0%, #F2F6FE 68.9%, #F2F6FE 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #F2F6FE 68.9%, #F2F6FE 100%);
  top: 35px;
  z-index: 3;
}

@media (max-width: 991px) {
  .about-page .founding-team .slider-founding::before, .about-page .founding-team .slider-founding::after {
    top: 25px;
  }
}
@media (max-width: 767px) {
  .about-page .founding-team .slider-founding::before, .about-page .founding-team .slider-founding::after {
    display: none;
  }
}
.about-page .founding-team .slider-founding::before {
  left: 0;
}

.about-page .founding-team .slider-founding::after {
  right: 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.about-page .founding-team .slider-founding .slick-list {
  margin: 0 -150px;
}

@media (max-width: 991px) {
  .about-page .founding-team .slider-founding .slick-list {
    margin: 0;
  }
}
.about-page .founding-team .slider-founding .slick-slide {
  padding: 35px 15px 40px;
}

@media (max-width: 991px) {
  .about-page .founding-team .slider-founding .slick-slide {
    padding: 25px 8px 25px;
  }
}
@media (max-width: 767px) {
  .about-page .founding-team .slider-founding .slick-slide {
    padding: 25px 5px 25px;
  }
}
.about-page .founding-team .slider-founding .items {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 12px;
  min-height: 200px;
}

@media (max-width: 1199px) {
  .about-page .founding-team .slider-founding .items {
    padding: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
  }
}
.about-page .founding-team .slider-founding .items.no-thumb .founding-desc {
  display: -webkit-box;
  -webkit-line-clamp: 7 !important;
  line-clamp: 7 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about-page .founding-team .slider-founding .items .founding-thumb {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-right: 26px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .about-page .founding-team .slider-founding .items .founding-thumb {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }
}
.about-page .founding-team .slider-founding .items .founding-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-page .founding-team .slider-founding .items .founding-info .founding-name {
  text-transform: capitalize;
  display: block;
  font-weight: 600;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .about-page .founding-team .slider-founding .items .founding-info .founding-name {
    font-size: 16px;
  }
}
.about-page .founding-team .slider-founding .items .founding-info .founding-regency {
  padding-top: 6px;
  color: var(--bd-green);
  line-height: 100%;
}

.about-page .founding-team .slider-founding .items .founding-info .founding-social {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.about-page .founding-team .slider-founding .items .founding-info .founding-social a {
  margin-right: 5px;
  display: block;
  width: 16px;
}

.about-page .founding-team .slider-founding .items .founding-info .founding-desc {
  line-height: 150%;
  padding-top: 24px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .about-page .founding-team .slider-founding .items .founding-info .founding-desc {
    padding-top: 16px;
  }
}
.register-page .experience-list li {
  background-image: url(/assets/teky/img/icon/icon-check-double.svg);
}

.acount-setting-page .widget-setting .form-group.link-arrow {
  background: url(/assets/teky/img/icon/angle-right.svg) no-repeat 100% 50%;
}

.icon32-google {
  background-image: url(/assets/images/icons/icon32-google-354727c74e6f1d06a7bcd24da0b765968eb56083e78c3f60d065976dfdadc0c9.svg);
}

.icon32-apple {
  background-image: url(/assets/images/icons/icon32-apple-96e6ce6a44128a853463efd0c009dc370b85bd4bf149c7db4104a8a648ce04cd.svg);
}

.icon24-eye {
  background-image: url(/assets/images/icons/icon24-eye-0a09c78ea9ceb21e8ed0fa5646f97d1cb26d583663de13dd8e31c4fae5daedf2.svg);
}

.icon16-plus-circle-gray {
  background-image: url(/assets/images/icons/icon16-plus-circle-gray-f12c7f2f56d28648c0e76b7620249d409a44198fc6099c8bc11242c641031720.svg);
}

.icon20-person-gray {
  background-image: url(/assets/images/icons/icon20-person-gray-3b67b43a90ce69e0bd1900941be03d90c7238807f631c74e113886603a5e0b88.svg);
}

.icon20-log-out-gray {
  background-image: url(/assets/images/icons/icon20-log-out-gray-c12e09a535a97317b2ea3d2928abcc363984e4b1acb0189badf8d0011399ce5a.svg);
}

.icon20-pen-gray {
  background-image: url(/assets/images/icons/icon20-pen-gray-3ae4ee15ddc79f99188409d9e336a840e05fc7b6de93bcf49600621b18dcab14.svg);
}

.icon12-angle-down-small-gray {
  background-image: url(/assets/images/icons/icon12-angle-down-small-gray-35426f809e44486acb0e29af5817c83a5883dae8af3ec4dd5ccc6b37c0abd392.svg);
}

.c-personal-current > a:after {
  background-image: url(/assets/images/icons/icon12-angle-down-small-gray-35426f809e44486acb0e29af5817c83a5883dae8af3ec4dd5ccc6b37c0abd392.svg);
}

.icon20-pen-primary {
  background-image: url(/assets/images/icons/icon20-pen-primary-38998a6ae5c75437857ddf8e7a791f0e2522e6051c063effbc3f4c8f49af94c2.svg);
}

.c-student-grid .b-grid .b-grid__img {
  border: 2px solid white !important;
}

.pd-form-control {
  padding: 5px 20px !important;
}

.c-profile__avatar {
  width: fit-content;
  block-size: fit-content;
  margin: auto;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: block;
  overflow: hidden;
}

.c-profile__avatar img {
  width: 100px;
  height: 100px;
}

.hidden-input {
  display: None;
}

.c-parent__password {
  position: relative;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: var(--bd-green);
}

.user-logout {
  background: none;
  border: none;
  display: flex;
  width: 100%;
  cursor: pointer;
  padding: 6px;
}

.user-logout:hover {
  background-color: var(--bd-info-night);
}

.user-logout span {
  margin-right: 18px;
}

.c-image__user-avatar img {
  width: 50px;
  height: 50px;
}

.b-student__item img {
  width: 100%;
  height: 100%;
}

.dropdown-item.b-student__action:hover {
  font-weight: var(--font-weight-bold);
}

.b-student__item .groupItems__wrap {
  overflow: inherit;
}

#toast-container.toast-top-right {
  top: 15%;
}

form .error {
  color: red;
  font-weight: var(--font-weight-medium);
  margin-top: 10px;
}

.error.in-valid {
  color: red;
  font-weight: var(--font-weight-medium);
  margin-top: 10px;
}

/*
  TEKY Button Styles
  Customizes all buttons to use TEKY brand colors
*/
:root {
  /* TEKY Brand Colors */
  --teky-green: #5DC2A7;
  --teky-green-hover: #4DAF94;
  --teky-orange: #EB9138;
  --teky-orange-hover: #D87F26;
}

/* Override Bootstrap variables */
:root {
  --primary: var(--teky-green) !important;
  --secondary: var(--teky-orange) !important;
  --success: var(--teky-green) !important;
  --info: var(--teky-green) !important;
  --warning: var(--teky-orange) !important;
}

/* Primary buttons - use TEKY green */
.btn-primary {
  background-color: var(--teky-green) !important;
  border-color: var(--teky-green) !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--teky-green-hover) !important;
  border-color: var(--teky-green-hover) !important;
  color: #fff !important;
}

/* Secondary buttons - use TEKY orange */
.btn-secondary {
  background-color: var(--teky-orange) !important;
  border-color: var(--teky-orange) !important;
  color: #fff !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: var(--teky-orange-hover) !important;
  border-color: var(--teky-orange-hover) !important;
  color: #fff !important;
}

/* Success buttons - use TEKY green */
.btn-success {
  background-color: var(--teky-green) !important;
  border-color: var(--teky-green) !important;
  color: #fff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: var(--teky-green-hover) !important;
  border-color: var(--teky-green-hover) !important;
  color: #fff !important;
}

/* Info buttons - use TEKY green */
.btn-info {
  background-color: var(--teky-green) !important;
  border-color: var(--teky-green) !important;
  color: #fff !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: var(--teky-green-hover) !important;
  border-color: var(--teky-green-hover) !important;
  color: #fff !important;
}

/* Warning buttons - use TEKY orange */
.btn-warning {
  background-color: var(--teky-orange) !important;
  border-color: var(--teky-orange) !important;
  color: #fff !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background-color: var(--teky-orange-hover) !important;
  border-color: var(--teky-orange-hover) !important;
  color: #fff !important;
}

/* Outline buttons */
.btn-outline-primary {
  color: var(--teky-green) !important;
  border-color: var(--teky-green) !important;
  background-color: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: var(--teky-green) !important;
  color: #fff !important;
}

.btn-outline-secondary {
  color: var(--teky-orange) !important;
  border-color: var(--teky-orange) !important;
  background-color: transparent !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
  background-color: var(--teky-orange) !important;
  color: #fff !important;
}

/* Custom TEKY button classes */
.btn-teky-green {
  background-color: var(--teky-green) !important;
  border-color: var(--teky-green) !important;
  color: #fff !important;
}

.btn-teky-green:hover,
.btn-teky-green:focus,
.btn-teky-green:active {
  background-color: var(--teky-green-hover) !important;
  border-color: var(--teky-green-hover) !important;
  color: #fff !important;
}

.btn-teky-orange {
  background-color: var(--teky-orange) !important;
  border-color: var(--teky-orange) !important;
  color: #fff !important;
}

.btn-teky-orange:hover,
.btn-teky-orange:focus,
.btn-teky-orange:active {
  background-color: var(--teky-orange-hover) !important;
  border-color: var(--teky-orange-hover) !important;
  color: #fff !important;
}

/* Override for btn-cmn class */
.btn.btn-cmn.btn-info {
  background-color: var(--teky-green) !important;
  border-color: var(--teky-green) !important;
}

.btn.btn-cmn.btn-warning {
  background-color: var(--teky-orange) !important;
  border-color: var(--teky-orange) !important;
}

/* Override for nav-pills active state */
.nav-pills .nav-item .nav-link.active {
  background-color: var(--teky-orange) !important;
}

.choose_account__text-14 {
  font-size: 14px;
}

.choose_account__text-16 {
  font-size: 16px;
  font-weight: 400;
}

.choose_account__text-24 {
  font-size: 24px;
  font-weight: 400;
}

.choose_account__link {
  text-decoration: none;
  color: #000 !important;
}

form .error {
  color: red;
  font-weight: 400;
  margin-top: 10px;
}

.auth-container {
  max-width: 600px;
  margin: 40px auto;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  font-family: "Montserrat", sans-serif;
}

.auth-header {
  text-align: center;
  margin-bottom: 30px;
}

.auth-logo {
  width: 100px;
  margin-bottom: 20px;
}

.auth-title {
  color: rgb(93, 194, 167);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.auth-prompt {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #555;
}

.auth-prompt strong {
  color: rgb(244, 154, 57);
  font-weight: 500;
}

.auth-buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.auth-buttons form {
  width: 50%;
}

/* Using Teky's standard button styles from teky_buttons.scss */
.auth-buttons .btn {
  width: 100%;
}

@media (max-width: 768px) {
  .auth-container {
    margin: 20px;
    padding: 20px;
  }
  .auth-buttons {
    flex-direction: column;
  }
}
* {
  font-family: "Montserrat", sans-serif;
}
