@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/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, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  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: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: 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,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  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, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  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: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
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 {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.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=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.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;
}

.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-lg-inline-flex {
    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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.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-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*---------- base css ----------*/
body {
  background: #fff;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a {
  color: #007bff;
}

a:focus {
  outline: none;
}

/*---------- end base css ----------*/
/*---------- helpers css ----------*/
.h-text__underline {
  text-decoration: underline !important;
}

.h-text__none {
  text-decoration: none !important;
}

.h-text__inline-block {
  display: inline-block;
  vertical-align: top;
  width: auto;
}

.h-cursor__pointer {
  cursor: pointer !important;
}

.h-show-pc {
  display: none;
}

/*---------- end helpers css ----------*/
/*---------- base small css ----------*/
.b-maincontent {
  font-size: 14px;
  line-height: 20px;
}
.b-maincontent > :first-child {
  margin-top: 0 !important;
}
.b-maincontent > :last-child {
  margin-bottom: 0 !important;
}
.b-maincontent p {
  font-size: 14px;
  margin: 15px 0;
}
.b-maincontent img {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.b-maincontent ul, .b-maincontent ol {
  padding-left: 20px;
  margin-bottom: 10px;
}
.b-maincontent .caption, .b-maincontent p.caption {
  max-width: 100%;
  color: #333;
  font-size: 80% !important;
  line-height: 1.3;
}
.b-maincontent .caption b, .b-maincontent .caption strong, .b-maincontent p.caption b, .b-maincontent p.caption strong {
  color: #333;
}
.b-maincontent h1, .b-maincontent h2, .b-maincontent h3, .b-maincontent h4, .b-maincontent h5, .b-maincontent h6, .b-maincontent .h1, .b-maincontent .h2, .b-maincontent .h3, .b-maincontent .h4, .b-maincontent .h5, .b-maincontent .h6 {
  line-height: 1.618;
}
.b-maincontent h1 {
  font-size: 2em;
}
.b-maincontent h2 {
  font-size: 1.5em;
}
.b-maincontent h3 {
  font-size: 1.17em;
}
.b-maincontent h4 {
  font-size: 1em;
}
.b-maincontent h5 {
  font-size: 0.83em;
}
.b-maincontent h6 {
  font-size: 0.67em;
}
.b-maincontent table {
  margin: 10px 0;
}
.b-maincontent table.picture {
  color: #999;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.3;
}
.b-maincontent table.picture b, .b-maincontent table.picture strong {
  color: #333;
}
.b-maincontent table img {
  width: 100%;
  height: auto;
}
.b-maincontent table td.pCaption {
  padding: 5px 0 0;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.b-maincontent table[align=center] {
  width: 100%;
}

.b-nodata {
  padding: 10px 0;
}

.b-table {
  width: 100%;
  display: table;
}

.b-table__row {
  display: table-row;
}

.b-table__cell {
  display: table-cell;
  vertical-align: middle;
}

.b-grid {
  margin: 0;
  padding: 0;
  min-height: 60px;
}
.b-grid .b-grid__img {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #ececec;
  background-image: url("../images/default.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.b-grid .b-grid__img img {
  width: 100%;
  min-height: 50px;
  height: auto;
}
.b-grid .b-grid__content {
  margin-left: 60px;
}
.b-grid .b-grid__row {
  margin-bottom: 5px;
}
.b-grid .b-grid__row:last-child {
  margin-bottom: 0;
}
.b-grid .b-grid__row-right {
  text-align: right;
  margin-bottom: 5px;
}
.b-grid .b-grid__title {
  font-weight: 700;
}
.b-grid a.b-grid__title {
  cursor: pointer;
  text-decoration: none;
}
.b-grid .b-grid__small-title {
  font-weight: normal;
  margin-right: 3px;
}
.b-grid a.b-grid__small-title {
  cursor: pointer;
  text-decoration: none;
}

@media (min-width: 768px) {
  .b-maincontent {
    font-size: 14px;
    line-height: 20px;
  }
  .b-maincontent p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .h-show-pc {
    display: block;
  }
  .h-show-mobile {
    display: none;
  }
}
/*---------- end base small css ----------*/
/*---------- sprite css ----------*/
[class*=icon] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}

[class*=icon12] {
  width: 12px;
  height: 12px;
}

[class*=icon16] {
  width: 16px;
  height: 16px;
}

[class*=icon20] {
  width: 20px;
  height: 20px;
}

[class*=icon24] {
  width: 24px;
  height: 24px;
}

[class*=icon32] {
  width: 32px;
  height: 32px;
}

[class*=icon36] {
  width: 36px;
  height: 36px;
}

[class*=icon42] {
  width: 42px;
  height: 42px;
}

[class*=icon48] {
  width: 48px;
  height: 48px;
}

[class*=icon64] {
  width: 64px;
  height: 64px;
}

.icon12-close {
  background-image: url("../images/icons/icon12-close.png");
}

.icon12-link {
  background-image: url("../images/icons/icon12-link.svg");
}

.icon12-link-white {
  background-image: url("../images/icons/icon12-link-white.svg");
}

.icon12-facebook-f-white {
  background-image: url("../images/icons/icon12-facebook-f-white.svg");
}

.icon12-facebook-f-gray {
  background-image: url("../images/icons/icon12-facebook-f-gray.svg");
}

.icon12-heart-gray {
  background-image: url("../images/icons/icon12-heart-gray.svg");
}

.icon12-heart-white {
  background-image: url("../images/icons/icon12-heart-white.svg");
}

.icon16-print {
  background-image: url("../images/icons/icon16-print.svg");
}

.icon16-print-white {
  background-image: url("../images/icons/icon16-print-white.svg");
}

.icon16-copy-gray {
  background-image: url("../images/icons/icon16-copy-gray.png");
}

.icon16-copy-white {
  background-image: url("../images/icons/icon16-copy-white.png");
}

.icon12-like {
  background-image: url("../images/icons/icon12-like.png");
}

.icon16-zalo {
  background-image: url("../images/icons/icon16-zalo.svg");
}

.icon16-zalo-gray {
  background-image: url("../images/icons/icon16-zalo-gray.svg");
}

.icon16-zalo-white {
  background-image: url("../images/icons/icon16-zalo-white.svg");
}

.icon16-facebook-f {
  background-image: url("../images/icons/icon16-facebook-f.svg");
}

.icon16-facebook-f-gray {
  background-image: url("../images/icons/icon16-facebook-f-gray.svg");
}

.icon16-facebook-white {
  background-image: url("../images/icons/icon16-facebook-white.svg");
}

.icon16-comment-gray-o {
  background-image: url("../images/icons/icon16-comment-gray-o.svg");
}

.icon16-redirect {
  background-image: url("../images/icons/icon16-redirect.svg");
}

.icon16-ad {
  background-image: url("../images/icons/icon16-ad.svg");
}

.icon20-search {
  background-image: url("../images/icons/icon20-search.svg");
}

.icon20-search-white {
  background-image: url("../images/icons/icon20-search-white.svg");
}

.icon24-topevent {
  background-image: url("../images/icons/icon24-topevent.svg");
}

.icon24-facebook-circle-gray {
  background-image: url("../images/icons/icon24-facebook-circle-gray.svg");
}

.icon24-font-gray {
  background-image: url("../images/icons/icon24-font-gray.svg");
}

.icon24-minus-circle-gray {
  background-image: url("../images/icons/icon24-minus-circle-gray.svg");
}

.icon24-plus-circle-gray {
  background-image: url("../images/icons/icon24-plus-circle-gray.svg");
}

.icon24-comment-gray {
  background-image: url("../images/icons/icon24-comment-gray.svg");
}

.icon24-print-gray {
  background-image: url("../images/icons/icon24-print-gray.svg");
}

.icon24-facebook-circle {
  background-image: url("../images/icons/icon24-facebook-circle.svg");
}

.icon24-tiktok {
  background-image: url("../images/icons/icon24-tiktok.svg");
}

.icon24-youtube {
  background-image: url("../images/icons/icon24-youtube.svg");
}

.icon24-home-primary {
  background-image: url("../images/icons/icon24-home-primary.svg");
}

.icon24-menu-gray {
  background-image: url("../images/icons/icon24-menu-gray.svg");
}

.icon24-menu-white {
  background-image: url("../images/icons/icon24-menu-white.svg");
}

.icon24-menu-white2 {
  background-image: url("../images/icons/icon24-menu-white2.svg");
}

.icon24-close-white {
  background-image: url("../images/icons/icon24-close-white.svg");
}

.icon24-share-gray {
  background-image: url("../images/icons/icon24-share-gray.svg");
}

.icon12-plus-primary {
  background-image: url("../images/icons/icon12-plus-primary.svg");
}

.icon12-plus-white {
  background-image: url("../images/icons/icon12-plus-white.svg");
}

.icon12-play-white {
  background-image: url("../images/icons/icon12-play-white.svg");
}

.icon12-play-primary {
  background-image: url("../images/icons/icon12-play-primary.svg");
}

.icon16-video-gray {
  background-image: url("../images/icons/icon16-video-gray.svg");
}

.icon16-video-white {
  background-image: url("../images/icons/icon16-video-gray.svg");
}

.icon16-e-magazine-gray {
  background-image: url("../images/icons/icon16-e-magazine-gray.svg");
}

.icon16-image-gray {
  background-image: url("../images/icons/icon16-image-gray.svg");
}

.icon16-infographic-gray {
  background-image: url("../images/icons/icon16-infographic-gray.svg");
}

.icon16-podcast-gray {
  background-image: url("../images/icons/icon16-podcast-gray.svg");
}

.icon16-home-primary {
  background-image: url("../images/icons/icon16-home-primary.svg");
}

.icon16-search {
  background-image: url("../images/icons/icon16-search.svg");
}

.icon16-search-white {
  background-image: url("../images/icons/icon16-search-white.svg");
}

.icon16-user {
  background-image: url("../images/icons/icon16-user.svg");
}

.icon16-user-white {
  background-image: url("../images/icons/icon16-user-white.svg");
}

.icon16-tiktok {
  background-image: url("../images/icons/icon16-tiktok.svg");
}

.icon16-youtube {
  background-image: url("../images/icons/icon16-youtube.svg");
}

.icon16-facebook-circle {
  background-image: url("../images/icons/icon16-facebook-circle.svg");
}

.icon16-arrow-righrt-white {
  background-image: url("../images/icons/icon16-arrow-righrt-white.svg");
}

.icon16-image-primary {
  background-image: url("../images/icons/icon16-image-primary.svg");
}

.icon16-infographic-primary {
  background-image: url("../images/icons/icon16-infographic-primary.svg");
}

.icon16-e-magazine-gray {
  background-image: url("../images/icons/icon16-e-magazine-gray.svg");
}

.icon16-date-black {
  background-image: url("../images/icons/icon16-date-black.svg");
}

.icon16-eye-black {
  background-image: url("../images/icons/icon16-eye-black.svg");
}

.icon16-eye-slash-black {
  background-image: url("../images/icons/icon16-eye-slash-black.svg");
}

.icon16-redirect {
  background-image: url("../images/icons/icon16-redirect.svg");
}

.icon20-apple {
  background-image: url("../images/icons/icon20-apple.svg");
}

.icon20-facebook {
  background-image: url("../images/icons/icon20-facebook.svg");
}

.icon20-google {
  background-image: url("../images/icons/icon20-google.svg");
}

.icon20-zalo-white {
  background-image: url("../images/icons/icon20-zalo-white.svg");
}

.icon24-left-white {
  background-image: url("../images/icons/icon24-left-white.svg");
}

.icon24-right-white {
  background-image: url("../images/icons/icon24-right-white.svg");
}

.icon24-news-black {
  background-image: url("../images/icons/icon24-news-black.svg");
}

.icon16-chevron-left-black {
  background-image: url("../images/icons/icon16-chevron-left-black.svg");
}

.icon16-chevron-right-black {
  background-image: url("../images/icons/icon16-chevron-right-black.svg");
}

.icon16-chevron-right-white {
  background-image: url("../images/icons/icon16-chevron-right-white.svg");
}

.icon16-bell-black {
  background-image: url("../images/icons/icon16-bell-black.svg");
}

.icon16-bell-white {
  background-image: url("../images/icons/icon16-bell-white.svg");
}

.icon16-calendar-primary {
  background-image: url("../images/icons/icon16-calendar-primary.svg");
}

.icon20-arrow-left-white {
  background-image: url("../images/icons/icon20-arrow-left-white.svg");
}

/*---------- end sprite css ----------*/
/*---------- fix bootstrap css ----------*/
/*---------- fix owl carousel css ----------*/
.owl-carousel .owl-item img {
  transform-style: flat;
}

/*---------- end fix owl carousel css ----------*/
/*---------- end fix bootstrap css ----------*/
/*---------- bootstrap css rewrite css ----------*/
@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 738px;
    width: 738px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 1200px;
  }
}

.c-container-wrapper.is-frame {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .c-container-wrapper.is-frame {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .c-container-wrapper.is-frame {
    width: 1230px;
  }
}
.c-container-wrapper.is-zindex-up {
  position: relative;
  z-index: 4;
}

.btn {
  cursor: pointer;
  font-size: 14px;
}
.btn.is-circle {
  border-radius: 19px;
}
.btn .icon-left {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
.btn .icon-right {
  margin-left: 5px;
  vertical-align: inherit;
  margin-top: -2px;
}

.btn-group-lg > .btn, .btn-lg {
  font-size: 16px;
}

.btn-primary {
  background-color: #00BA36;
  border-color: #00BA36;
}
.btn-outline-primary {
  border-color: #00BA36;
  color: #00BA36;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #00BA36;
  border-color: #00BA36;
  color: #fff;
}

.form-control {
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
}

textarea.form-control {
  height: auto;
}

input.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:not([multiple]).b-select-custom {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 50% !important;
  background-repeat: no-repeat !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=) !important;
  padding: 0.5em;
  padding-right: 1.5em;
}

select:not([multiple])::-ms-expand {
  display: none;
}

.text-primary {
  color: #00BA36 !important;
}

.text-red {
  color: #EA0000;
}

.text-purple {
  color: #6f42c1;
}

.text-600 {
  font-weight: 600;
}

.text-bold {
  font-weight: bold;
}

.b-form label {
  font-weight: normal;
}
.b-form .b-form__captcha {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0 0 5px;
  vertical-align: middle;
}
.b-form .b-form__btnnewimg {
  background: url(../images/btnnewimg.png) no-repeat;
  border: none;
  box-shadow: none;
  cursor: pointer;
  height: 31px;
  margin: 0 0 0 5px !important;
  text-indent: -9999px;
  vertical-align: middle !important;
  width: 30px;
  display: inline-block;
}
.b-form.form-horizontal .control-label {
  text-align: left;
}
.b-form.form-horizontal .control-label.text-right {
  text-align: right;
}

.form-group.form-group-icons {
  position: relative;
  display: block;
}
.form-group.form-group-icons .form-group-icon {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
}
.form-group.form-group-icons .form-group-icon.active .icon16-eye-black {
  background-image: url("../images/icons/icon16-eye-slash-black.svg");
}
.form-group.form-group-icons [class*=icon] {
  cursor: pointer;
}
.form-group.form-group-icons [class*=icon24] {
  top: 12px;
}
.form-group.form-group-icons .form-control {
  padding-right: 46px;
}

.breadcrumb {
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 0;
}
.breadcrumb > li {
  position: relative;
  margin-right: 25px;
  margin-bottom: 3px;
}
.breadcrumb > li:last-child {
  margin-right: 0;
}
.breadcrumb > li > a {
  text-decoration: none;
  color: #00BA36;
}
.breadcrumb > li.active a {
  color: #757575;
}

.breadcrumb-item:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  transform: rotate(45deg);
  position: absolute;
  right: -15px;
  top: 5px;
}
.breadcrumb-item:last-child:after {
  display: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: none;
}

.toast-custom {
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0px);
  z-index: 9999;
  top: 50%;
  margin-top: -41px;
  min-width: 290px;
  background-color: #fff;
}

/*---------- end bootstrap css rewrite css ----------*/
/*---------- header css ----------*/
.c-nav-inner {
  position: relative;
  z-index: 101;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
}
.c-nav-inner__height {
  height: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 1px;
}

.c-header {
  position: relative;
  z-index: 10;
}

.c-header-inner {
  height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.c-header-inner__left {
  min-width: 68px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-header-inner__left > * {
  margin-right: 10px;
}
.c-header-inner__left > *:last-child {
  margin-right: 0;
}
.c-header-inner__right {
  min-width: 68px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.c-header-inner__right > * {
  margin-left: 10px;
}
.c-header-inner__right > *:first-child {
  margin-left: 0;
}

.c-logo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.c-logo img {
  width: auto;
  height: 30px;
  max-width: 100%;
}

h1.c-logo {
  line-height: 0;
}

.c-menu-expand {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 1;
}
.c-menu-expand:focus {
  outline: none;
  border: none;
}
.c-menu-expand span {
  background-color: #000;
  font-size: 0;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 3px;
  border-radius: 2px;
}
.c-menu-expand span:before, .c-menu-expand span:after {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  border-radius: 2px;
}
.c-menu-expand span:before {
  transform: translateY(-6px);
  width: 100%;
}
.c-menu-expand span:after {
  transform: translateY(6px);
  width: 100%;
}
.c-menu-expand.active span {
  background-color: transparent !important;
  left: 5px;
}
.c-menu-expand.active span:before, .c-menu-expand.active span:after {
  background-color: #00BA36;
}
.c-menu-expand.active span:before {
  transform: translateY(0px) rotate(45deg);
  width: 20px;
}
.c-menu-expand.active span:after {
  transform: translateY(0px) rotate(-45deg);
  width: 20px;
}

.c-sologan {
  display: none;
  line-height: 1.4;
  color: #333;
}
.c-sologan p {
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}

.c-weather {
  display: none;
}
.c-weather img {
  margin-left: 5px;
  max-width: 24px;
  max-height: 24px;
}

.c-search-expand {
  display: none;
  border: none;
  padding: 0;
  background-color: transparent;
}

.c-search-wrapper {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding: 4px 35px 0 15px;
}
.c-search-wrapper.active {
  z-index: 10;
  visibility: visible;
  opacity: 1;
}

.c-search {
  border: 1px solid #ddd;
  border-radius: 18px;
}
.c-search .c-search__inner {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  padding-right: 38px;
}
.c-search .form-control {
  background-color: transparent;
  border: none;
  height: 36px;
  font-size: 14px;
  padding: 4px 0;
}
.c-search .c-search__btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 0;
  text-align: center;
  border: none;
  width: 38px;
  height: 34px;
  line-height: 28px;
  background: transparent;
  border-radius: 18px 0 0 18px;
}
.c-search .c-search__btn:focus {
  outline: none;
}
.c-search .c-search__close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -34px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  padding: 0;
  text-align: center;
  border: none;
  background: transparent;
  border-radius: 0 18px 18px 0;
}
.c-search .c-search__close:focus {
  outline: none;
}
.c-search .c-search__close .icon12-close {
  margin-top: -1px;
}

.c-header-menu {
  display: none;
  margin-top: 10px;
}
.c-header-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-header-menu > ul > li {
  margin-right: 10px;
}
.c-header-menu > ul > li a {
  font-size: 12px;
  color: #555;
  text-decoration: none;
  line-height: 1.4;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-header-menu > ul > li a [class*=icon] {
  margin-right: 7px;
}

.l-nav.is-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border-bottom: none;
  padding-bottom: 0;
  box-shadow: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.l-nav.is-transparent .c-nav-inner {
  background-color: transparent;
}
.l-nav.is-transparent .c-header {
  background-color: transparent;
}
.l-nav.is-transparent .c-weather {
  display: none;
}
.l-nav.is-transparent .c-sologan {
  color: #fff;
}
.l-nav.is-transparent .c-menu-expand span {
  background-color: #fff;
}
.l-nav.is-transparent .c-menu-expand span:before {
  background-color: #fff;
}
.l-nav.is-transparent .c-menu-expand span:after {
  background-color: #fff;
}
.l-nav.is-transparent .c-search-expand .icon16-search {
  background-image: url("../images/icons/icon16-search-white.svg");
}
.l-nav.is-transparent .c-menu-outer {
  display: none;
}
.l-nav.is-transparent .c-logo a {
  display: inline-block;
  background-image: url("../images/logo-small-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-nav.is-transparent .c-logo img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.l-nav.is-transparent .c-admin-user .icon16-user {
  background-image: url("../images/icons/icon16-user-white.svg");
}
.l-nav.is-transparent .c-admin-user > ul > li > a, .l-nav.is-transparent .c-admin-user > ul > li > button {
  color: #fff;
}
.l-nav.is-transparent .c-admin-user > ul > li > a span, .l-nav.is-transparent .c-admin-user > ul > li > button span {
  color: #fff;
}
.l-nav.is-transparent .c-notification-expand .icon16-bell-black {
  background-image: url("../images/icons/icon16-bell-white.svg");
}
.l-nav.is-small .c-menu-outer {
  display: none;
}

@media (min-width: 992px) {
  .l-nav {
    border-bottom: none;
    position: relative;
    z-index: 100;
  }
  .c-nav-inner__height {
    height: 100%;
  }
  .c-header-inner {
    height: 120px;
    position: relative;
    z-index: 10;
  }
  .c-header-inner__left {
    width: 33.3333333333%;
    flex-wrap: wrap;
  }
  .c-header-inner__left > * {
    margin-right: 15px;
  }
  .c-header-inner__left .c-header-menu {
    width: 100%;
  }
  .c-header-inner__right {
    width: 33.3333333333%;
    flex-wrap: wrap;
  }
  .c-header-inner__right > * {
    margin-left: 15px;
  }
  .c-header-inner__right .c-header-menu {
    width: 100%;
  }
  .c-header-inner__right .c-header-menu > ul {
    justify-content: flex-end;
  }
  .c-header-inner__right .c-header-menu > ul > li {
    margin-right: 0;
    margin-left: 10px;
  }
  .c-header-inner__right .c-header-menu > ul > li:first-child {
    margin-left: 0;
  }
  .c-weather {
    display: block;
  }
  .c-logo img {
    height: 80px;
  }
  .c-sologan {
    display: block;
  }
  .c-search-expand {
    display: block;
  }
  .c-search-wrapper {
    padding: 0;
    height: auto;
    background-color: transparent;
    margin-right: 0;
    left: 30px;
    top: 26px;
    right: auto;
  }
  .c-search {
    width: 195px;
    background-color: #fff;
  }
  .c-search .c-search__inner {
    padding-right: 0;
  }
  .c-header-menu {
    margin-top: 15px;
    display: block;
  }
  .c-header-menu > ul > li {
    margin-right: 15px;
  }
  .c-header-menu > ul > li > a {
    transition: all 0.2s ease;
  }
  .c-header-menu > ul > li > a:hover {
    color: #00BA36;
  }
  .l-nav.is-transparent .c-logo a {
    background-image: url("../images/logo-white.png");
  }
  .l-nav.is-transparent .c-sologan {
    display: none;
  }
  .l-nav.is-transparent .c-header-menu {
    display: none;
  }
  .l-nav.is-transparent .c-search-wrapper {
    top: 42px;
  }
  .l-nav.is-small {
    border-bottom: 1px solid #000;
  }
  .l-nav.is-small .c-header-inner {
    height: 52px;
  }
  .l-nav.is-small .c-header-inner__row {
    margin-bottom: 0;
  }
  .l-nav.is-small .c-header-menu {
    display: none;
  }
  .l-nav.is-small .c-sologan {
    display: none;
  }
  .l-nav.is-small .c-logo img {
    height: 30px;
  }
  .l-nav.is-small .c-logo img.h-show-pc {
    display: none;
  }
  .l-nav.is-small .c-logo img.h-show-mobile {
    display: inline;
  }
  .l-nav.is-small .c-search-wrapper {
    top: 7px;
  }
  .l-nav.is-small .c-mega-menu {
    top: 100%;
  }
}
@media (min-width: 1200px) {
  .c-header-inner__left > * {
    margin-right: 20px;
  }
  .c-header-inner__right > * {
    margin-left: 20px;
  }
  .c-header-inner__right .c-header-menu > ul > li {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .c-menu-expand {
    background-image: url("../images/icons/icon24-menu-gray.svg");
    background-position: center center;
    background-repeat: no-repeat;
  }
  .c-menu-expand span {
    display: none;
  }
  .l-nav.is-transparent .c-menu-expand {
    background-image: url("../images/icons/icon24-menu-white.svg");
  }
}
/*---------- end header css ----------*/
/*---------- menu css ----------*/
.c-dropdown-menu {
  background-color: #fff;
  position: absolute;
  border: 1px solid #ddd;
  z-index: 2;
  display: none;
  left: 0;
  top: 100%;
  width: 180px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.c-dropdown-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-dropdown-menu > ul > li.c-menu-child > a {
  position: relative;
  z-index: 1;
}
.c-dropdown-menu > ul > li > a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  padding: 8px 15px;
  text-align: left;
}
.c-dropdown-menu > ul > li > a .c-submenu-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
}
.c-dropdown-menu > ul > li.is-active > a, .c-dropdown-menu > ul > li.active > a {
  color: #ffc107;
}
.c-dropdown-menu.is-right {
  left: auto;
  right: 0;
}

.c-menu-outer {
  border-bottom: 1px solid #000;
  z-index: 100;
  background-color: #fff;
}

.c-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-menu > ul > li > a {
  text-decoration: none;
  display: block;
  color: #000;
  padding: 0 10px;
  white-space: nowrap;
  height: 48px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 400;
}
.c-menu > ul > li > a img {
  height: 24px;
  margin-top: -2px;
}
.c-menu > ul > li > a .icon16-home-primary {
  margin-top: -2px;
  width: 18px;
  height: 18px;
  background-size: contain;
}
.c-menu > ul > li .c-search-expand {
  position: static;
}
.c-menu > ul > li .c-menu-expand {
  position: relative;
}
.c-menu > ul > li .c-menu-expand span {
  background-color: #fff;
}
.c-menu > ul > li .c-menu-expand span:before {
  background-color: #fff;
}
.c-menu > ul > li .c-menu-expand span:after {
  background-color: #fff;
}
.c-menu > ul > li:first-child > a {
  padding-left: 0;
}
.c-menu > ul > li.is-home > a img {
  display: none;
}
.c-menu > ul > li.is-active > a, .c-menu > ul > li.active > a {
  color: #006323;
}

@media (min-width: 992px) {
  .c-dropdown-menu > ul > li > a {
    font-size: 14px;
    transition: all 0.2s ease;
  }
  .c-dropdown-menu > ul > li > a:hover {
    background-color: #ddd;
  }
  .c-menu-outer {
    top: 0;
    left: 0;
    right: 0;
  }
  .c-menu {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .c-menu > ul > li > a {
    font-size: 14px;
    padding: 0 5px;
    transition: none;
  }
  .c-menu > ul > li .c-search-expand {
    display: inline-block;
    vertical-align: middle;
    position: static;
    margin-top: 0;
  }
  .c-menu > ul > li .c-menu-expand {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .c-menu > ul > li.is-search {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 48px;
    height: 48px;
    width: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .c-menu > ul > li:hover > a {
    color: #006323;
    transition: all 0.2s ease;
  }
  .l-nav.has-fixed .c-menu-outer {
    position: fixed;
    z-index: 102;
  }
  .l-nav.has-fixed .c-menu > ul > li.is-search {
    display: none;
  }
}
@media (min-width: 1200px) {
  .c-menu > ul > li > a {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .c-menu-outer {
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .c-menu-outer::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  }
}
/*---------- end menu css ----------*/
/*---------- footer css ----------*/
.l-footer {
  position: relative;
  z-index: 3;
}

.c-footer-line {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 4px;
}

.c-footer-main {
  padding-top: 25px;
  padding-bottom: 25px;
}
.c-footer-main .b-maincontent {
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
}
.c-footer-main .b-maincontent p {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
  margin-top: 0;
}
.c-footer-main .b-maincontent p:last-child {
  margin-bottom: 0;
}
.c-footer-main .b-maincontent a {
  color: #000;
  text-decoration: none;
}
.c-footer-main .b-maincontent a:hover {
  color: #00BA36;
}

.c-footer-col {
  margin-bottom: 20px;
}
.c-footer-col:last-child {
  margin-bottom: 0;
}

.c-social {
  margin-bottom: 15px;
}
.c-social label {
  text-align: center;
  font-size: 12px;
  display: block;
  margin: 0 0 10px;
}
.c-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.c-social ul li {
  margin-left: 5px;
  margin-right: 5px;
}
.c-social ul li a {
  display: block;
  min-width: 36px;
  height: 36px;
  line-height: 34px;
  color: #A9ADC2;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid #E1E1E1;
  border-radius: 50%;
}

.c-footer-logo {
  margin-bottom: 15px;
  text-align: center;
}
.c-footer-logo img {
  width: auto;
  height: 40px;
  max-width: 100%;
}
.c-footer-logo__text {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
}

.c-footer-menu ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-footer-menu ul li {
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
.c-footer-menu ul li a {
  color: #000;
  text-decoration: none;
  line-height: 1.4;
  font-size: 14px;
}

@media (min-width: 768px) {
  .c-footer-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .l-footer {
    border-top: none;
  }
  .c-footer-col {
    margin-bottom: 0;
  }
  .c-footer-main {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .c-footer-main .c-footer-col.is-col-1 {
    width: 59.1666666667%;
  }
  .c-footer-main .c-footer-col.is-col-2 {
    width: 37.9166666667%;
  }
  .c-footer-main .b-maincontent {
    text-align: left;
    font-size: 16px;
  }
  .c-footer-main .b-maincontent p {
    font-size: 16px;
  }
  .c-social {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .c-social label {
    font-size: 14px;
    margin: 0 15px 0 0;
  }
  .c-footer-logo {
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .c-footer-logo__text {
    text-align: left;
    margin-top: 0;
    margin-left: 20px;
  }
  .c-footer-menu ul li a {
    font-size: 16px;
    transition: all 0.2s ease;
  }
  .c-footer-menu ul li a:hover {
    color: #00BA36;
  }
}
/*---------- end footer css ----------*/
/*---------- mega menu css ----------*/
.c-menu-more {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
}
.c-menu-more .dot {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -2px;
}
.c-menu-more .dot:before {
  content: "";
  left: -8px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  transition: all 0.3s ease;
}
.c-menu-more .dot:after {
  left: 8px;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  transition: all 0.3s ease;
}
.c-menu-more .dot:nth-child(n+2) {
  display: none;
}
.c-menu-more.active .dot {
  background: transparent;
}
.c-menu-more.active .dot:before {
  width: 17px;
  height: 2px;
  left: -5px;
  border-radius: 0;
  transition-delay: 0.2s;
  transform: translate(-15%, 25%) rotate(135deg);
}
.c-menu-more.active .dot:after {
  height: 17px;
  width: 2px;
  border-radius: 0;
  transition-delay: 0.2s;
  transform: translate(-390%, -44%) rotate(135deg);
}
.c-menu-more.is-hamburger .dot {
  width: 16px;
  height: 2px;
  margin-left: -8px;
}
.c-menu-more.is-hamburger .dot:before {
  width: 16px;
  height: 2px;
  margin-top: -6px;
  left: 0;
}
.c-menu-more.is-hamburger .dot:after {
  width: 16px;
  height: 2px;
  margin-top: 4px;
  left: 0;
}
.c-menu-more.is-hamburger.active .dot:before {
  width: 17px;
  margin-top: -2px;
  left: 2px;
}
.c-menu-more.is-hamburger.active .dot:after {
  width: 17px;
  margin-top: -2px;
  left: auto;
  transform: translate(0, 0) rotate(-135deg);
}

.c-mega-menu {
  padding: 20px 0;
  background: #fafafa;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.2s ease;
  display: none;
}
.c-mega-menu .c-mobile-user {
  margin-top: -20px;
  margin-bottom: 20px;
}
.c-mega-menu.active {
  opacity: 1;
  z-index: 101;
  visibility: visible;
  display: block;
}
.c-mega-menu__close {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 10px;
  border: none;
  background: transparent;
  width: 31px;
  height: 31px;
}
.c-mega-menu__close span {
  background-color: transparent;
  font-size: 0;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 5px;
  border-radius: 2px;
}
.c-mega-menu__close span:before, .c-mega-menu__close span:after {
  content: "";
  background-color: #333;
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  transition: all 0.4s ease;
  border-radius: 2px;
}
.c-mega-menu__close span:before {
  transform: translateY(0px) rotate(45deg);
}
.c-mega-menu__close span:after {
  transform: translateY(0px) rotate(-45deg);
}

.c-category-menu {
  margin: 0 0 15px;
  padding: 25px 0 0;
}
.c-category-menu:last-child {
  margin: 0;
}
.c-category-menu > ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.c-category-menu > ul > li {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
  width: 50%;
  margin-bottom: 10px;
}
.c-category-menu > ul > li:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #ddd;
}
.c-category-menu > ul > li > a {
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 3;
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
}
.c-category-menu > ul > li > ul {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
.c-category-menu > ul > li > ul > li > a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 3px 0;
  line-height: 1.3;
}

.c-category-flex {
  margin-top: -20px;
}
.c-category-flex .c-search-wrapper {
  position: static;
  visibility: visible;
  opacity: 1;
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 15px 0 45px;
  border-bottom: 1px solid #ddd;
  height: 48px;
}
.c-category-flex .c-header-menu {
  display: block;
  border-bottom: 1px solid #E1E1E1;
  background-color: #ececec;
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 15px 0;
}
.c-category-flex .c-header-menu > ul {
  flex-wrap: wrap;
  margin: 0 -10px;
}
.c-category-flex .c-header-menu > ul > li {
  width: 50%;
  margin-right: 0;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.c-category-flex .c-header-menu > ul > li > a {
  font-size: 12px;
}

.c-local-tags label {
  display: block;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 16px;
}
.c-local-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-local-tags ul li {
  margin-right: 7px;
  margin-bottom: 7px;
}
.c-local-tags ul li a {
  display: block;
  text-decoration: none;
  color: #555;
  background-color: #fff;
  padding: 3px 8px;
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .c-category-menu > ul {
    margin: 0 -5px;
  }
  .c-category-menu > ul > li {
    width: 33.3333333333%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .c-category-menu > ul > li > a {
    font-size: 18px;
  }
  .c-category-menu > ul > li > ul > li > a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .c-mega-menu {
    top: 120px;
    bottom: auto;
    position: absolute;
    max-height: calc(100vh - 121px);
  }
  body.has-padding .c-mega-menu {
    position: fixed;
    top: 49px !important;
    max-height: calc(100vh - 50px);
  }
  .c-mega-menu__close {
    display: none;
  }
  .c-mega-menu .c-mobile-user {
    display: none;
  }
  .c-mega-menu .c-mobile-menu {
    display: none;
  }
  body:has(.l-nav.is-transparent) .c-mega-menu {
    top: 100%;
  }
  .c-menu {
    position: relative;
    z-index: 1;
  }
  .c-menu > ul > li.is-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
  }
  .c-category-menu {
    padding: 0;
  }
  .c-category-menu__space {
    height: 30px;
  }
  .c-category-menu > ul {
    margin: 0 -10px;
  }
  .c-category-menu > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }
  .c-category-menu > ul > li:before {
    right: 10px;
  }
  .c-category-menu > ul > li > a {
    font-size: 16px;
    transition: all 0.2s ease;
  }
  .c-category-menu > ul > li > a:hover {
    color: #00BA36;
  }
  .c-category-menu > ul > li > ul > li > a {
    font-size: 14px;
    transition: all 0.2s ease;
  }
  .c-category-menu > ul > li > ul > li > a:hover {
    color: #00BA36;
  }
  .c-category-flex {
    margin-top: 0;
  }
  .c-category-flex .c-search-wrapper {
    display: none !important;
  }
  .c-category-flex .c-header-menu {
    display: none !important;
  }
  .c-local-tags ul li a {
    transition: all 0.2s ease;
  }
  .c-local-tags ul li a:hover {
    color: #00BA36;
  }
}
@media (min-width: 1200px) {
  .c-category-menu > ul {
    margin: 0 -15px;
  }
  .c-category-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
    width: 16.6666666667%;
  }
  .c-category-menu > ul > li:after {
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 991px) {
  .c-mega-menu {
    top: 0 !important;
  }
}
/*---------- end mega menu css ----------*/
/*---------- gotop css ----------*/
.icon24-angle-top {
  background-image: url("../images/icons/icon24-angle-top.png");
}

.c-gotop {
  cursor: pointer;
  width: 32px;
  height: 32px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.33);
  text-align: center;
  position: fixed;
  z-index: 97;
  right: 15px;
  bottom: 60px;
  display: none;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.c-gotop [class*=icon24] {
  width: 16px;
  height: 16px;
  background-size: contain;
}
.c-gotop:hover {
  background-color: #00BA36;
}

@media (min-width: 992px) {
  .c-gotop {
    width: 50px;
    height: 50px;
    line-height: 48px;
    right: 30px;
    bottom: 40px;
  }
  .c-gotop [class*=icon24] {
    width: 24px;
    height: 24px;
  }
}
/*---------- end gotop css ----------*/
@font-face {
  font-family: "CSB";
  src: url("../fonts/ConthraxSb-Regular.eot");
  src: url("../fonts/ConthraxSb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ConthraxSb-Regular.woff") format("woff"), url("../fonts/ConthraxSb-Regular.ttf") format("truetype"), url("../fonts/ConthraxSb-Regular.svg#ConthraxSb-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*---------- copyright css ----------*/
.c-powered {
  padding: 8px 0;
  text-align: center;
  background: #ececec;
  color: #666;
  font-size: 11px;
  position: relative;
  z-index: 4;
}
.c-powered a {
  text-decoration: none;
  color: #666;
  font-weight: 700;
  font-family: "CSB";
}
.c-powered span {
  color: #14468f;
  font-weight: 700;
  font-family: "CSB";
}

@media (min-width: 992px) {
  .c-powered {
    text-align: right;
  }
}
/*---------- end copyright css ----------*/
/*---------- banner css ----------*/
.c-header-banner {
  background-color: #F8F8F8;
}

.c-banner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-banner .c-banner-item:last-child {
  margin-bottom: 0;
}

.c-banner-item {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.c-banner-item:last-child {
  margin-bottom: 0;
}
.c-banner-item__inner {
  position: relative;
}
.c-banner-item__box {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-banner-item img {
  width: 100%;
  height: auto;
}
.c-banner-item.is-160 {
  max-width: 160px;
}
.c-banner-item.is-160x600 {
  max-width: 160px;
}
.c-banner-item.is-160x600 .c-banner-item__inner {
  padding-top: 375%;
}
.c-banner-item.is-160x600 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300 {
  max-width: 300px;
}
.c-banner-item.is-300x50 {
  max-width: 300px;
}
.c-banner-item.is-300x50 .c-banner-item__inner {
  padding-top: 16.6666666667%;
}
.c-banner-item.is-300x50 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x60 {
  max-width: 300px;
}
.c-banner-item.is-300x60 .c-banner-item__inner {
  padding-top: 20%;
}
.c-banner-item.is-300x60 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x90 {
  max-width: 300px;
}
.c-banner-item.is-300x90 .c-banner-item__inner {
  padding-top: 30%;
}
.c-banner-item.is-300x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x100 {
  max-width: 300px;
}
.c-banner-item.is-300x100 .c-banner-item__inner {
  padding-top: 33.3333333333%;
}
.c-banner-item.is-300x100 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x200 {
  max-width: 300px;
}
.c-banner-item.is-300x200 .c-banner-item__inner {
  padding-top: 66.6666666667%;
}
.c-banner-item.is-300x200 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x250 {
  max-width: 300px;
}
.c-banner-item.is-300x250 .c-banner-item__inner {
  padding-top: 83.3333333333%;
}
.c-banner-item.is-300x250 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x600 {
  max-width: 300px;
}
.c-banner-item.is-300x600 .c-banner-item__inner {
  padding-top: 200%;
}
.c-banner-item.is-300x600 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-320 {
  max-width: 320px;
}
.c-banner-item.is-320x50 {
  max-width: 320px;
}
.c-banner-item.is-320x50 .c-banner-item__inner {
  padding-top: 15.625%;
}
.c-banner-item.is-320x50 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-468 {
  max-width: 468px;
}
.c-banner-item.is-468x60 {
  max-width: 468px;
}
.c-banner-item.is-468x60 .c-banner-item__inner {
  padding-top: 12.8205128205%;
}
.c-banner-item.is-468x60 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-468x90 {
  max-width: 468px;
}
.c-banner-item.is-468x90 .c-banner-item__inner {
  padding-top: 19.2307692308%;
}
.c-banner-item.is-468x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-580 {
  max-width: 580px;
}
.c-banner-item.is-728 {
  max-width: 728px;
}
.c-banner-item.is-728x90 {
  max-width: 728px;
}
.c-banner-item.is-728x90 .c-banner-item__inner {
  padding-top: 12.3626373626%;
}
.c-banner-item.is-728x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-960 {
  max-width: 960px;
}
.c-banner-item.is-960x90 {
  max-width: 960px;
}
.c-banner-item.is-960x90 .c-banner-item__inner {
  padding-top: 9.375%;
}
.c-banner-item.is-960x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-970 {
  max-width: 970px;
}
.c-banner-item.is-970x90 {
  max-width: 970px;
}
.c-banner-item.is-970x90 .c-banner-item__inner {
  padding-top: 9.2783505155%;
}
.c-banner-item.is-970x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-980 {
  max-width: 980px;
}
.c-banner-item.is-980x90 {
  max-width: 980px;
}
.c-banner-item.is-980x90 .c-banner-item__inner {
  padding-top: 9.1836734694%;
}
.c-banner-item.is-980x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-1920x250 {
  max-width: 1920px;
}
.c-banner-item.is-1920x250 .c-banner-item__inner {
  padding-top: 13.0208333333%;
}
.c-banner-item.is-1920x250 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-custom-size {
  text-align: center;
}
.c-banner-item.is-custom-size img {
  width: auto;
  max-width: 100%;
}

.c-banner-center > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-banner-center > ul > li {
  padding-bottom: 20px;
}
.c-banner-center > ul > li:last-child {
  padding-bottom: 0;
}
.c-banner-center.is-margin-bottom {
  margin-bottom: 20px;
}
.c-banner-center.is-margin-bottom:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-banner-center > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-banner-center > ul > li {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .c-banner-center > ul > li:last-child {
    padding-bottom: 20px;
  }
  .c-banner-center.is-margin-bottom {
    margin-bottom: 25px;
  }
  .c-banner-center.is-margin-bottom:has(li) {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .c-header-banner .c-banner {
    max-width: 1920px;
    margin: 0 auto;
  }
  .c-banner-center.is-margin-bottom {
    margin-bottom: 30px;
  }
  .c-banner-center.is-margin-bottom:has(li) {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .c-banner-center > ul {
    margin: 0 -15px;
  }
  .c-banner-center > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*---------- end banner css ----------*/
/*---------- banner section css ----------*/
.c-banner-section:first-child {
  margin-top: 0 !important;
}
.c-banner-section:last-child {
  margin-bottom: 0 !important;
}
.c-banner-section__title {
  text-align: center;
  font-size: 11px;
  color: #999;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  display: none;
  padding: 5px 0;
}
.c-banner-section__title span {
  color: #333;
  margin-right: 4px;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.c-banner-section__title span:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #999;
  position: absolute;
  z-index: -1;
  left: -3px;
  top: -1px;
}
.c-banner-section__content {
  text-align: center;
}
.c-banner-section__content > * {
  margin-left: auto;
  margin-right: auto;
}
.c-banner-section__content .c-banner-item {
  margin-left: auto;
  margin-right: auto;
}
.c-banner-section__content a {
  display: block;
  text-align: center;
}
.c-banner-section__content img {
  max-width: 100%;
  display: inline;
}
.c-banner-section:has(img), .c-banner-section:has(iframe:not([height="0"])) {
  background-color: #F5F5F5;
  margin-bottom: 20px;
  margin-top: 20px;
}
.c-banner-section:has(img) .c-banner-section__title, .c-banner-section:has(iframe:not([height="0"])) .c-banner-section__title {
  display: block;
}
.c-banner-section:has(iframe[height="1"]) {
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 0;
}
.c-banner-section:has(iframe[height="1"]) .c-banner-section__title {
  display: none;
}
.c-banner-section:has(iframe[style="height: 1px !important; max-height: 1px !important; max-width: 1px !important; width: 1px !important;"]) {
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 0;
}
.c-banner-section:has(iframe[style="height: 1px !important; max-height: 1px !important; max-width: 1px !important; width: 1px !important;"]) .c-banner-section__title {
  display: none;
}

.entry:not(.longform) .c-banner-section .c-banner-section__title {
  padding: 5px 0;
}

@media (max-width: 991px) {
  .c-banner-section {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/*---------- end banner section css ----------*/
/*---------- banner over css ----------*/
.c-banner-over {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #000;
  display: none;
}
.c-banner-over__close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.c-banner-over__close span {
  font-weight: 700;
  margin-right: 4px;
}
.c-banner-over__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-banner-over__content > * {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.c-banner-over__content > iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.c-banner-over__content > a {
  width: 100%;
}
.c-banner-over__content a {
  display: block;
}
.c-banner-over__content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-banner-over:has(img), .c-banner-over:has(iframe:not([height="0"])) {
  display: block;
}

/*---------- end banner over css ----------*/
/*---------- banner bottom css ----------*/
.c-banner-bottom-fixed {
  position: fixed;
  z-index: 200;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.2s ease;
}
.c-banner-bottom-fixed.h-show-mobile {
  display: flex;
}
.c-banner-bottom-fixed.is-mobile {
  display: flex;
}
.c-banner-bottom-fixed__inner {
  max-width: 100%;
  max-height: 100vh;
  height: auto;
  position: relative;
}
.c-banner-bottom-fixed__content {
  max-width: 100%;
}
.c-banner-bottom-fixed__content .c-banner-item {
  margin-bottom: 0;
}
.c-banner-bottom-fixed__close {
  position: absolute;
  z-index: 2;
  top: -24px;
  right: 0;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0 5px;
  min-width: 24px;
  line-height: 24px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.c-banner-bottom-fixed__close span {
  font-weight: 700;
}
.c-banner-bottom-fixed:has(img) .c-banner-bottom-fixed__close, .c-banner-bottom-fixed:has(iframe:not([height="0"])) .c-banner-bottom-fixed__close {
  display: block;
}

@media (min-width: 768px) {
  .c-banner-bottom-fixed.h-show-mobile {
    display: none;
  }
  .c-banner-bottom-fixed.is-mobile {
    display: none;
  }
  .c-banner-bottom-fixed.h-show-pc {
    display: flex;
    height: auto;
    z-index: 96;
  }
  .c-banner-bottom-fixed.is-pc {
    display: flex;
    height: auto;
    z-index: 96;
  }
}
@media (min-width: 992px) {
  .c-banner-bottom-fixed .c-banner-item.is-custom-size {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  body:has(.c-header-sticky.is-mobile.has-fixed) .c-banner-bottom-fixed {
    bottom: 52px;
  }
}
@media (max-width: 767px) {
  .c-banner-bottom-fixed.is-pc {
    display: none;
  }
  .c-banner-bottom-fixed.h-show-mobile .c-banner-bottom-fixed__inner {
    background-color: #fff;
    width: 100%;
  }
  .c-banner-bottom-fixed.is-mobile .c-banner-bottom-fixed__inner {
    background-color: #fff;
    width: 100%;
  }
  .c-banner-bottom-fixed .c-banner-item {
    overflow: hidden;
  }
}
/*---------- end banner bottom css ----------*/
/*---------- banner after header css ----------*/
@media (max-width: 767px) {
  .c-banner-after-header {
    position: relative;
    z-index: 4;
    background-color: #fff;
  }
}
/*---------- end banner after header css ----------*/
/*---------- banner inpage css ----------*/
.c-banner-inpage {
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.c-banner-inpage .oneads {
  text-align: center;
}

@media (min-width: 768px) {
  .c-news-detail .c-banner-inpage {
    height: 1px !important;
    max-height: 1px !important;
    overflow: hidden !important;
    visibility: hidden !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .entry .c-content-inpage {
    height: 1px !important;
    overflow: hidden;
    visibility: hidden !important;
  }
  .entry .c-banner-inpage-close {
    display: none;
  }
}
@media (max-width: 767px) {
  .entry .c-content-before {
    background: #fcfaf6;
    position: relative;
    z-index: 3;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .entry .c-content-after {
    background: #fcfaf6;
    position: relative;
    z-index: 3;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .entry .c-content-inpage {
    position: relative;
    z-index: -1;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }
  .entry .c-content-inpage.active {
    height: 667px;
  }
  .entry .c-content-inpage > * {
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .entry .c-content-inpage iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border: none;
  }
  .entry .c-content-inpage img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .entry .c-content-inpage .oneads {
    text-align: center;
  }
  .entry .c-banner-inpage-close {
    width: 24px;
    height: 24px;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: Arial !important;
    padding: 5px 10px;
    background-color: #00BA36;
    background-image: url("../images/icons/icon24-close-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    overflow: hidden;
    text-indent: -999px;
    border-radius: 0 0 0 6px;
    visibility: hidden;
  }
  .entry .c-banner-inpage-close.is-show {
    visibility: visible;
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .c-banner-inpage.active {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .c-banner-inpage.active > * {
    width: 100%;
    max-height: 100%;
  }
  .c-banner-inpage.active iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: none;
  }
  .c-banner-inpage.active img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-banner-inpage.is-show {
    visibility: visible;
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  body:has(.c-banner-inpage) .c-detail-head {
    position: relative;
    z-index: 5;
    background-color: #fcfaf6;
    min-height: 15px;
  }
  body:has(.c-banner-inpage) .c-detail-head:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -20px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-news-detail .b-maincontent .desc {
    position: relative;
    z-index: 5;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-news-detail .b-maincontent .desc:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-online-tabs .c-online-tabs__title {
    position: relative;
    z-index: 5;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-online-tabs .c-online-tabs__title:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: 0;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-online-order {
    position: relative;
    z-index: 5;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-online-order:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -10px;
    background-color: #fcfaf6;
  }
  body:has(.c-header-sticky.is-mobile.has-fixed) .c-banner-inpage.active {
    bottom: 52px;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  body:has(.c-banner-inpage) .l-content.bg-detail {
    overflow: hidden;
  }
  body:has(.c-banner-inpage) .l-content.bg-detail .c-detail-head:before {
    left: -84px;
    right: -84px;
  }
  body:has(.c-banner-inpage) .l-content.bg-detail .entry .c-content-before:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -84px;
    right: -84px;
    background: #fcfaf6;
  }
  body:has(.c-banner-inpage) .l-content.bg-detail .entry .c-content-after:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -84px;
    right: -84px;
    background: #fcfaf6;
  }
}
/*---------- end banner inpage css ----------*/
/*---------- banner background css ----------*/
.c-banner-bg {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  overflow: hidden;
}
.c-banner-bg__img {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.c-banner-bg__img img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-banner-bg > a {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.c-banner-bg > a img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-banner-bg iframe {
  width: 100%;
  height: 100%;
}
.c-banner-bg.is-dark {
  background-color: #000;
}
.c-banner-bg.is-frame {
  background-color: #F8F8F8;
}

@media (min-width: 1200px) {
  .b-background .c-header-banner {
    display: none !important;
  }
  .b-background .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)) {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 4;
    width: 1240px;
  }
  .b-background .c-container-wrapper:has(.l-nav) {
    position: relative;
    z-index: 5;
  }
  .b-background .c-container-wrapper:has(.l-footer) {
    position: relative;
    z-index: 5;
  }
  .b-background .c-banner-center {
    position: relative;
    z-index: 2;
  }
  .b-background .c-banner-center.is-head {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .b-background .c-banner-center.is-foot {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .b-background .c-header-space {
    height: 250px;
  }
  .b-background .c-banner-bg {
    display: block;
  }
  .b-background .c-footer-space {
    height: 250px;
  }
  .b-background .l-footer {
    background-color: #fff;
  }
  .b-background .c-footer-line {
    display: none;
  }
}
/*---------- end banner background css ----------*/
/*---------- weather css ----------*/
#widget-weather {
  display: block;
  position: relative;
  height: 30px;
  line-height: 30px;
}

#widget-weather.expanded .current-city {
  list-style: none;
  margin: 0;
  padding: 0;
}

#widget-weather.expanded .current-city i,
#widget-weather.expanded .current-city:hover i {
  transform: rotate(180deg) scale(1);
  font-size: 13px;
  margin-left: 8px;
}

#widget-weather.expanded .filter {
  display: block;
}

#widget-weather .current-city {
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0;
}

#widget-weather .current-city:hover i {
  transform: scale(1);
  font-size: 13px;
  margin-left: 8px;
}

#widget-weather .current-city li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 30px;
  text-align: right;
  color: #aaa;
}

#widget-weather .current-city img {
  height: 30px;
  width: auto;
  margin-left: 5px;
}

#widget-weather .current-city em {
  font-style: normal;
  color: #000;
}

#widget-weather .current-city span {
  color: #000;
}

#widget-weather .current-city strong {
  display: inline-block;
  margin-right: 5px;
  color: #000;
}

#widget-weather .current-city i {
  font-size: 0;
  transition: transform 0.3s ease, font-size 0.3s ease;
  transform: scale(0);
}

#widget-weather .current-city:hover strong {
  color: #00BA36;
}

#widget-weather .filter {
  display: none;
  position: absolute;
  z-index: 9;
  top: calc(100% + 7px);
  right: 0;
  border-radius: 5px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  min-width: 265px;
  max-height: 400px;
  overflow: hidden;
  animation: fadeIn 0.3s ease;
}

#widget-weather .filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#widget-weather .filter input {
  background-color: #e8e8e8;
  padding: 6px 10px;
  width: 100%;
  border: none;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#widget-weather .filter input:focus {
  outline: none;
}

#widget-weather .filter .city-list {
  width: 100%;
  overflow-y: auto;
  max-height: 355px;
}

#widget-weather .filter .city-list .choosed-city,
#widget-weather .filter .city-list .others-city {
  padding: 11px 0;
}

#widget-weather .filter .city-list .choosed-city p,
#widget-weather .filter .city-list .others-city p {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #797979;
  padding: 0 10px;
  margin: 0;
}

#widget-weather .filter .city-list .choosed-city ul li,
#widget-weather .filter .city-list .others-city ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}

#widget-weather .filter .city-list .choosed-city ul li span,
#widget-weather .filter .city-list .others-city ul li span {
  display: flex;
  font-family: Arial;
  font-size: 12px;
  color: #444444;
}

#widget-weather .filter .city-list .choosed-city ul li span img,
#widget-weather .filter .city-list .others-city ul li span img {
  height: 30px;
  margin-left: 7px;
}

#widget-weather .filter .city-list .others-city ul li {
  cursor: pointer;
}

#widget-weather .filter .city-list .others-city ul li:hover {
  background-color: #e8e8e8;
}

#widget-weather .filter .city-list .others-city ul li:last-child {
  border-bottom: none;
}

#widget-weather .filter .city-list .others-city .no-result {
  font-family: Arial;
  font-size: 12px;
  color: #797979;
  padding: 10px;
  text-align: center;
  font-style: italic;
}

@media (max-width: 1199.98px) {
  #widget-weather .current-city i {
    font-size: 13px;
    transform: scale(1);
    margin-left: 8px;
  }
}
.ti-arrow-circle-down {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  padding: 1px;
  line-height: 0;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.ti-arrow-circle-down:after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("../images/icons/icon8-down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.c-weather-widget {
  background-color: #F7F7F7;
  padding: 12px 0;
  position: relative;
  z-index: 1;
}
.c-weather-widget__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.c-weather-widget .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.c-weather-widget__time {
  color: #555;
  font-size: 12px;
}
.c-weather-widget__time b {
  color: #000;
}
.c-weather-widget__time p {
  margin-bottom: 0 !important;
}
.c-weather-widget__location {
  font-size: 12px;
}
.c-weather-widget__location img {
  height: 20px;
  width: auto;
  margin-left: 5px;
}
.c-weather-widget__location em {
  font-style: normal;
  color: #000;
}
.c-weather-widget__location span {
  color: #000;
}
.c-weather-widget__location strong {
  display: inline-block;
  margin-right: 5px;
  color: #000;
}

/*---------- end weather css ----------*/
/*---------- weather inpage css ----------*/
#widget-weather-inpage {
  display: block;
  position: relative;
  height: 30px;
  line-height: 30px;
}

#widget-weather-inpage.expanded .current-city {
  list-style: none;
  margin: 0;
  padding: 0;
}

#widget-weather-inpage.expanded .current-city i,
#widget-weather-inpage.expanded .current-city:hover i {
  transform: rotate(180deg) scale(1);
  font-size: 13px;
  margin-left: 13px;
}

#widget-weather-inpage.expanded .filter {
  display: block;
}

#widget-weather-inpage .current-city {
  cursor: pointer;
  padding-left: 0;
}

#widget-weather-inpage .current-city:hover i {
  transform: scale(1);
  font-size: 13px;
  margin-left: 13px;
}

#widget-weather-inpage .current-city li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 30px;
  text-align: right;
  color: #aaa;
  white-space: nowrap;
}

#widget-weather-inpage .current-city img {
  height: 30px;
  width: auto;
  margin-left: 5px;
}

#widget-weather-inpage .current-city em {
  font-style: normal;
  color: #000;
}

#widget-weather-inpage .current-city span {
  color: #000;
}

#widget-weather-inpage .current-city strong {
  display: inline-block;
  margin-right: 5px;
  color: #000;
}

#widget-weather-inpage .current-city i {
  font-size: 0;
  transition: transform 0.3s ease, font-size 0.3s ease;
  transform: scale(0);
}

#widget-weather-inpage .filter {
  display: none;
  position: absolute;
  z-index: 9;
  top: calc(100% + 7px);
  right: 0;
  border-radius: 5px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  min-width: 265px;
  max-height: 400px;
  overflow: hidden;
  animation: fadeIn 0.3s ease;
}

#widget-weather-inpage .filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#widget-weather-inpage .filter input {
  background-color: #e8e8e8;
  padding: 6px 10px;
  width: 100%;
  border: none;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#widget-weather-inpage .filter input:focus {
  outline: none;
}

#widget-weather-inpage .filter .city-list {
  width: 100%;
  overflow-y: auto;
  max-height: 355px;
}

#widget-weather-inpage .filter .city-list .choosed-city,
#widget-weather-inpage .filter .city-list .others-city {
  padding: 11px 0;
}

#widget-weather-inpage .filter .city-list .choosed-city p,
#widget-weather-inpage .filter .city-list .others-city p {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #797979;
  padding: 0 10px;
  margin: 0;
}

#widget-weather-inpage .filter .city-list .choosed-city ul li,
#widget-weather-inpage .filter .city-list .others-city ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}

#widget-weather-inpage .filter .city-list .choosed-city ul li span,
#widget-weather-inpage .filter .city-list .others-city ul li span {
  display: flex;
  font-family: Arial;
  font-size: 12px;
  color: #444444;
}

#widget-weather-inpage .filter .city-list .choosed-city ul li span img,
#widget-weather-inpage .filter .city-list .others-city ul li span img {
  height: 30px;
  margin-left: 7px;
}

#widget-weather-inpage .filter .city-list .others-city ul li {
  cursor: pointer;
}

#widget-weather-inpage .filter .city-list .others-city ul li:hover {
  background-color: #e8e8e8;
}

#widget-weather-inpage .filter .city-list .others-city ul li:last-child {
  border-bottom: none;
}

#widget-weather-inpage .filter .city-list .others-city .no-result {
  font-family: Arial;
  font-size: 12px;
  color: #797979;
  padding: 10px;
  text-align: center;
  font-style: italic;
}

@media (max-width: 1199.98px) {
  #widget-weather-inpage .current-city i {
    font-size: 13px;
    transform: scale(1);
    margin-left: 13px;
  }
}
.ti-arrow-circle-down {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  padding: 1px;
  line-height: 0;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.ti-arrow-circle-down:after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("../images/icons/icon8-down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .c-cat-list.is-weather .c-weather {
    display: block;
  }
}
/*---------- end weather css ----------*/
/*---------- weather component css ----------*/
/*---------- weather component content css ----------*/
.flexbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.no-flexbox {
  display: inherit;
}

.weather-page .content-flexbox {
  display: flex;
  justify-content: space-between;
}

.weather-page__left {
  width: 626px;
}

.weather-page__right {
  width: 450px;
  padding-bottom: 25px;
}

.weather-page .source {
  text-align: right;
  color: #9f9f9f;
  font-size: 14px;
  margin-top: 10px;
}

.weather-page .flex {
  display: flex;
  flex-wrap: wrap;
}

.weather-page .space-between {
  justify-content: space-between;
}

.weather-page .align-center {
  align-items: center;
}

.weather-page .mb40 {
  margin-bottom: 40px;
}

.weather-page [class*=grid__] {
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 8px;
  position: relative;
}

.weather-page .grid {
  display: grid;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.weather-page .grid__1 {
  grid-template-columns: repeat(1, 1fr);
}

.weather-page .grid__2 {
  grid-template-columns: repeat(2, 1fr);
}

.weather-page .grid__3 {
  grid-template-columns: repeat(3, 1fr);
}

.weather-page .color-gray-1 {
  color: #4f4f4f;
}

.weather-page .color-gray-2 {
  color: #757575;
}

.weather-page .ic {
  fill: currentColor;
}

.weather-page .btn-on-off .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  margin-left: 4px;
}

.weather-page .btn-on-off .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(120, 120, 128, 0.16);
  transition: 0.4s;
}

.weather-page .btn-on-off .switch .slider.round {
  border-radius: 34px;
}

.weather-page .btn-on-off .switch .slider.round::before {
  border-radius: 50%;
}

.weather-page .btn-on-off .switch .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 25px;
  left: 2px;
  top: 2px;
  background-color: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.weather-page .btn-on-off .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.weather-page .btn-on-off .switch input:checked + .slider {
  background-color: #c92a57;
}

.weather-page .btn-on-off .switch input:checked + .slider::before {
  transform: translateX(21px);
}

.weather-page .wrap-titile-area .txt-area {
  font-size: 28px;
}

.weather-page .wrap-titile-area .name-area .location {
  font: 300 28px "Merriweather", serif;
  margin-left: 16px;
}

.weather-page .wrap-titile-area .name-area .sub-area {
  width: 360px;
  padding: 20px 15px;
}

.weather-page .wrap-titile-area .name-area .sub-area .head {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 10px 20px 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4f4f4f;
}

.weather-page .wrap-titile-area .name-area .sub-area .head .title {
  display: flex;
  align-items: center;
}

.weather-page .wrap-titile-area .name-area .sub-area .head .title .ic-weather {
  width: 24px;
  height: 24px;
  fill: #9f9f9f;
}

.weather-page .wrap-titile-area .name-area .sub-area .head .title .note-location {
  color: #9f9f9f;
  font-size: 12px;
  margin-top: 8px;
}

.weather-page .wrap-titile-area .name-area .sub-area .search {
  position: relative;
  margin-bottom: 10px;
}

.weather-page .wrap-titile-area .name-area .sub-area .search button {
  position: absolute;
  width: 35px;
  height: 40px;
  background: none;
}

.weather-page .wrap-titile-area .name-area .sub-area .search button svg {
  width: 20px;
  height: 20px;
  fill: #9f9f9f;
}

.weather-page .wrap-titile-area .name-area .sub-area .search input {
  float: none;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  padding-left: 32px;
}

.weather-page .wrap-titile-area .name-area .sub-area .scroll-height {
  max-height: 190px;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  border-radius: 8px;
  padding: 6px 16px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress .location {
  font: 400 14px Arial;
  color: #4f4f4f;
  padding: 0;
  margin: 0;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress .option {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress .option a {
  background: #ffffff;
  border-radius: 8px;
  color: #4f4f4f;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 6px;
  margin-left: 8px;
  display: flex;
  align-items: center;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress .option a svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress .option a:hover,
.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress .option a.active {
  background: #757575;
  color: #fff;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress .option a span + svg {
  margin-left: 4px;
  margin-right: 0;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress .option .default {
  display: none;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress.active .option {
  opacity: 1;
  visibility: visible;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress.active .option a {
  display: none;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress.active .option .default {
  display: flex;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress.active:hover a {
  display: flex;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress.active:hover .default {
  display: none;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress.active:hover .default-check {
  background: #757575;
  color: #fff;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress.active:hover .default-check svg {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.03212 13.9072L3.56056 10.0017C3.28538 9.69214 2.81132 9.66425 2.50174 9.93944C2.19215 10.2146 2.16426 10.6887 2.43945 10.9983L6.43945 15.4983C6.72614 15.8208 7.2252 15.8355 7.53034 15.5303L18.0303 5.03033C18.3232 4.73744 18.3232 4.26256 18.0303 3.96967C17.7374 3.67678 17.2626 3.67678 16.9697 3.96967L7.03212 13.9072Z' fill='white'/%3e%3c/svg%3e");
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress.active:hover .default-check svg use {
  display: none;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress:hover {
  background: #efefef;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress:hover .option {
  opacity: 1;
  visibility: visible;
}

.weather-page .wrap-titile-area .name-area .news-area {
  overflow: hidden;
}

.weather-page .wrap-titile-area .name-area .news-area:hover {
  overflow: visible;
}

.weather-page .box-placeholder .placeholder {
  background-color: #444;
  opacity: 0.1;
  animation: fading 1.5s infinite;
}

.weather-page .box-info-weather {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.weather-page .box-info-weather.flexbox {
  align-items: end;
}

.weather-page .box-info-weather .tit-item {
  font: bold 16px "Merriweather", serif;
}

.weather-page .box-info-weather__left {
  width: 50%;
}

.weather-page .box-info-weather__right {
  width: 50%;
}

.weather-page .weather-day {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 19px;
}

.weather-page .weather-day .ic-weather {
  width: 64px;
  height: 64px;
}

.weather-page .weather-day .big-temp {
  font: 400 48px "Merriweather", serif;
  font-feature-settings: "pnum" on, "lnum" on;
}

.weather-page .weather-day .big-temp sup {
  font-family: Arial;
  font-size: 30px;
}

.weather-page .weather-day .name {
  width: 100%;
  font: 400 20px "Merriweather", serif;
  margin-top: 8px;
}

.weather-page .tab-date {
  display: flex;
}

.weather-page .tab-date a {
  background: #efefef;
  border-radius: 8px;
  color: #757575;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 16px;
  margin-right: 8px;
  line-height: 1;
}

.weather-page .tab-date a:last-child {
  margin-right: 0;
}

.weather-page .tab-date a.active,
.weather-page .tab-date a:hover {
  background: #757575;
  color: #fff;
}

.weather-page .note-status {
  font-size: 12px;
  color: #757575;
  display: flex;
}

.weather-page .note-status span {
  margin-right: 16px;
  position: relative;
  padding-left: 14px;
}

.weather-page .note-status span::before {
  content: "";
  background: #8e7bff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}

.weather-page .note-status span:last-child {
  margin-right: 0;
}

.weather-page .note-status span.top::before {
  background: #ff0000;
}

.weather-page .map-weather {
  position: relative;
}

.weather-page .heat-level {
  display: flex;
  justify-content: center;
  margin: 15px 0 20px 0;
}

.weather-page .heat-level div {
  width: 35px;
  height: 15px;
  position: relative;
}

.weather-page .heat-level div span {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  color: #757575;
  left: -8px;
  text-align: center;
  line-height: 1.2;
}

.weather-page .heat-level div:first-child {
  border-radius: 4px 0 0 4px;
}

.weather-page .heat-level div:last-child {
  border-radius: 0 4px 4px 0;
}

.weather-page .heat-level .c-color-1 {
  background: linear-gradient(to right, #dc91e9, #8685ef);
}

.weather-page .heat-level .c-color-2 {
  background: linear-gradient(to right, #8685ef, #8bb6e9);
}

.weather-page .heat-level .c-color-3 {
  background: linear-gradient(to right, #8bb6e9, #86e6e6);
}

.weather-page .heat-level .c-color-4 {
  background: linear-gradient(to right, #86e6e6, #bbfc86);
}

.weather-page .heat-level .c-color-5 {
  background: linear-gradient(to right, #bbfc86, #f7f67f);
}

.weather-page .heat-level .c-color-6 {
  background: linear-gradient(to right, #f7f67f, #fcc640);
}

.weather-page .heat-level .c-color-7 {
  background: linear-gradient(to right, #fcc640, #df965a);
}

.weather-page .heat-level .c-color-8 {
  background: linear-gradient(to right, #df965a, #e86447);
}

.weather-page .heat-level .c-color-9 {
  background: linear-gradient(to right, #e86447, #9a2423);
}

.weather-page .heat-level .c-color-10 {
  background: linear-gradient(to right, #9a2423, #400f0f);
}

.weather-page .heat-level .c-color-11 {
  background: #400f0f;
}

.weather-page .tip-weather {
  background: #fff;
  width: 350px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  padding: 16px;
  border-radius: 8px;
  line-height: 1.5;
}

.weather-page .tip-weather .location {
  font: bold 20px "Merriweather", serif;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.weather-page .tip-weather .location svg {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.weather-page .tip-weather .weather-day {
  margin-bottom: 15px;
}

.weather-page .tip-weather .weather-day .ic-weather {
  width: 40px;
  height: 40px;
}

.weather-page .tip-weather .weather-day .big-temp {
  font-size: 32px;
}

.weather-page .tip-weather .weather-day .big-temp sup {
  font-size: 20px;
}

.weather-page .tip-weather .flex {
  align-items: end;
}

.weather-page .tip-weather .mb40 {
  margin-bottom: 15px;
}

.weather-page .quality-1 {
  color: #24a148;
}

.weather-page .quality-2 {
  color: #c6990c;
}

.weather-page .quality-3 {
  color: #e0782f;
}

.weather-page .quality-4 {
  color: #dc4e55;
}

.weather-page .quality-5 {
  color: #a44ec9;
}

.weather-page .quality-6 {
  color: #c04488;
}

.weather-page .weather-tooltip {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: -15px;
  display: inline-block;
}

.weather-page .weather-tooltip.mb40 {
  margin-bottom: 15px;
}

.weather-page .weather-tooltip .ic-help {
  fill: #bdbdbd;
  vertical-align: text-bottom;
}

.weather-page .weather-tooltip .box-info-hover {
  font-family: Arial;
  line-height: 1.5;
  white-space: normal;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
  padding: 16px;
  background: #ffffff;
  width: 300px;
  text-align: left;
  border-radius: 8px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.2));
  display: none;
}

.weather-page .weather-tooltip .box-info-hover .title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 18px;
  color: #222;
}

.weather-page .weather-tooltip .box-info-hover .title .header_tooltip {
  display: flex;
  align-items: center;
}

.weather-page .weather-tooltip .box-info-hover .title svg {
  width: 24px;
  height: 24px;
  fill: #9f9f9f;
  margin-right: 10px;
}

.weather-page .weather-tooltip .box-info-hover p {
  margin-bottom: 15px;
}

.weather-page .weather-tooltip .box-info-hover p:last-child {
  margin-bottom: 0;
}

.weather-page .weather-tooltip .box-info-hover .lbl {
  font-weight: 700;
  font-size: 16px;
}

.weather-page .weather-tooltip .box-info-hover .quality-1 {
  background: rgba(36, 161, 72, 0.1);
}

.weather-page .weather-tooltip .box-info-hover .quality-2 {
  background: rgba(198, 153, 12, 0.1);
}

.weather-page .weather-tooltip .box-info-hover .quality-3 {
  background: rgba(224, 120, 47, 0.1);
}

.weather-page .weather-tooltip .box-info-hover .quality-4 {
  background: rgba(220, 78, 85, 0.1);
}

.weather-page .weather-tooltip .box-info-hover .quality-5 {
  background: rgba(164, 78, 201, 0.1);
}

.weather-page .weather-tooltip .box-info-hover .quality-6 {
  background: rgba(192, 68, 136, 0.1);
}

.weather-page .weather-tooltip .box-info-hover .chat-luong [class*=quality-] {
  text-align: center;
  font-size: 12px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.weather-page .weather-tooltip .box-info-hover .chat-luong [class*=quality-] * {
  width: 100%;
}

.weather-page .weather-tooltip:hover .box-info-hover {
  top: 30px;
  opacity: 1;
  visibility: visible;
  display: block;
}

.weather-page .chi-so .item {
  padding: 12px 16px;
  margin-bottom: 8px;
}

.weather-page .chi-so .item .lbl.flex {
  justify-content: space-between;
}

.weather-page .scroll-height {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-color: #e5e5e5 #fff;
  scrollbar-width: thin;
}

.weather-page .scroll-height::-webkit-scrollbar {
  width: 4px;
}

.weather-page .scroll-height::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  width: 4px;
  border-radius: 10px;
}

.weather-page #chart_by_hour_icons,
.weather-page #chart_by_day_icons {
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.weather-page #chart_by_day_icons {
  padding: 0 40px;
}

.weather-page #chart_by_hour_icons svg,
.weather-page #chart_by_day_icons svg {
  width: 25px;
  height: 25px;
}

.weather-page .map-weather-reset-zoom {
  position: absolute;
  right: 10px;
  top: 72px;
  z-index: 2;
  background: #f7f7f7;
  display: none;
}

.weather-page .map-weather-reset-zoom a {
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px;
}

.weather-page .map-weather-reset-zoom svg {
  padding-top: 3px;
  fill: #000;
}

.weather-page .map_tooltip {
  background: #fff;
  padding: 15px;
  border: 1px solid #f5f0f0;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Merriweather", sans-serif;
  font-feature-settings: "pnum" on, "lnum" on;
}

.weather-page .map_tooltip_time {
  font-weight: bold;
  margin-bottom: 5px;
}

.weather-page .map_tooltip_temp {
  margin-bottom: 5px;
  font-size: 32px;
}

.weather-page .map_tooltip_temp span {
  margin-bottom: 5px;
  font-size: 14px;
}

.weather-page span.header_tooltip {
  display: flex;
  align-items: center;
}

.weather-page span.weather-day-current {
  color: #9f9f9f;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.power-cut-schedule .flex {
  display: flex;
  flex-wrap: wrap;
}

.power-cut-schedule .space-between {
  justify-content: space-between;
}

.power-cut-schedule .align-center {
  align-items: center;
}

.power-cut-schedule .wrap-titile-area .name-area .location {
  font: 300 28px "Merriweather", serif;
  margin-left: 16px;
}

.power-cut-schedule .wrap-titile-area .name-area .time {
  color: #757575;
  font-weight: 400;
  font-size: 18px;
  margin-left: 16px;
  margin-top: 8px;
}

.power-cut-schedule .head-search {
  margin-bottom: 14px;
}

.power-cut-schedule .head-search .search {
  position: relative;
  margin-bottom: 10px;
}

.power-cut-schedule .head-search .search input {
  width: 250px;
  padding: 0 35px 0 10px;
}

.power-cut-schedule .head-search .search button {
  background: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
}

.power-cut-schedule .head-search .search button svg {
  width: 20px;
  height: 20px;
}

.power-cut-schedule .head-search .btn-notifi {
  margin-bottom: 10px;
  background: #c92a57;
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 44px;
  font-size: 16px;
}

.power-cut-schedule .head-search .btn-notifi svg {
  margin-right: 8px;
}

.power-cut-schedule .content-flexbox {
  display: flex;
  justify-content: space-between;
}

.power-cut-schedule__left {
  width: 626px;
}

.power-cut-schedule__right {
  width: 450px;
}

.power-cut-schedule .box-info-schedule {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.power-cut-schedule .box-info-schedule .title-box {
  font: bold 18px "Merriweather", serif;
  margin-bottom: 20px;
}

.power-cut-schedule .table-address {
  position: relative;
}

.power-cut-schedule .table-address::before,
.power-cut-schedule .table-address::after {
  content: "";
  background: #e5e5e5;
  position: absolute;
  height: 1px;
  left: 0;
  right: 4px;
  z-index: 2;
}

.power-cut-schedule .table-address::before {
  top: 0;
}

.power-cut-schedule .table-address::after {
  bottom: 0;
}

.power-cut-schedule .table-responsive {
  max-height: 600px;
  overflow-y: auto;
  scrollbar-color: rgba(0, 0, 0, 0.5025) #fff;
  scrollbar-width: thin;
}

.power-cut-schedule .table-responsive::-webkit-scrollbar {
  width: 4px;
}

.power-cut-schedule .table-responsive::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5025);
  width: 4px;
  border-radius: 10px;
}

.power-cut-schedule .table-responsive table {
  width: 100%;
  border-style: solid;
  border-color: #e5e5e5;
  border-top: 0;
}

.power-cut-schedule .table-responsive table th {
  background: #fafafa;
  position: sticky;
  top: -1px;
}

.power-cut-schedule .table-responsive table th,
.power-cut-schedule .table-responsive table td {
  padding: 13px 16px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.power-cut-schedule .heat-level {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.power-cut-schedule .heat-level [class*=c-color-] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fee4e2;
  margin: 0 8px;
  position: relative;
}

.power-cut-schedule .heat-level [class*=c-color-] span {
  position: absolute;
  font-size: 13px;
  bottom: -26px;
  left: 0;
  right: 0;
  text-align: center;
}

.power-cut-schedule .heat-level .c-color-2 {
  background: #fda29b;
}

.power-cut-schedule .heat-level .c-color-3 {
  background: #f04438;
}

.power-cut-schedule .heat-level .c-color-4 {
  background: #b42318;
}

.power-cut-schedule .heat-level .c-color-5 {
  background: #7a271a;
}

/*---------- end weather component content css ----------*/
/*---------- weather component ic css ----------*/
.ic {
  width: 16px;
  height: 16px;
  fill: #757575;
  display: inline-block;
  vertical-align: middle;
}

.ic-in-title {
  width: 12px;
  height: 12px;
  fill: #757575;
  margin-right: 5px;
  margin-top: -1.5%;
}

.ic-male {
  fill: #0083d6 !important;
}

.ic-fermale {
  fill: #d71450 !important;
}

.ic-live {
  font-size: 14px;
  display: inline-block;
}

.ic-live:before {
  border-radius: 50%;
  display: block;
  position: relative;
  top: 5px;
  width: 8px;
  height: 8px;
  content: "";
  background: #b52759;
  box-shadow: 0 0 0 rgba(231, 141, 172, 0.4);
  margin-right: 5px;
  vertical-align: initial;
  animation: live-pulse 1s infinite;
  float: left;
}

.ic-live:after {
  content: "Trực tiếp";
  font-family: arial;
  font-style: normal;
  color: #9f224e;
}

.ic-live.not-start:before {
  background: #757575;
  box-shadow: 0 0 0 rgba(117, 117, 117, 0.4);
  animation: live-pulse-2 1s infinite;
}

.ic-live.not-start:after {
  content: "Chưa bắt đầu";
  color: #222;
}

.ic-live.the-end:before {
  background: #757575;
  box-shadow: 0 0 0 rgba(117, 117, 117, 0.4);
  animation: live-pulse-2 1s infinite;
}

.ic-live.the-end:after {
  content: "Đã kết thúc";
  color: #757575;
}

.ic-live.ic-live-title {
  font-family: "Merriweather", serif;
  font-style: normal;
  color: #9f224e !important;
  margin-right: 5px;
  vertical-align: middle;
  font-weight: 700;
  position: relative;
  padding-left: 13px;
  line-height: 12px;
  margin-top: -4px;
}

.ic-live.ic-live-title:after {
  content: "";
}

.ic-live.ic-live-title:before {
  top: 50%;
  margin-top: -4px;
  position: absolute;
  left: 0;
}
@keyframes live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(231, 141, 172, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(231, 141, 172, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(231, 141, 172, 0);
  }
}
@keyframes live-pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(117, 117, 117, 0);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(117, 117, 117, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(117, 117, 117, 0);
  }
}
/*---------- end weather component ic css ----------*/
/*---------- weather component select css ----------*/
.c-widget-weather {
  display: block;
  position: relative;
  height: 30px;
  line-height: 30px;
}

.c-widget-weather.expanded .current-city {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-widget-weather.expanded .current-city i,
.c-widget-weather.expanded .current-city:hover i {
  transform: rotate(180deg) scale(1);
  font-size: 13px;
  margin-left: 8px;
}

.c-widget-weather.expanded .filter {
  display: block;
}

.c-widget-weather .current-city {
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-widget-weather .current-city:hover i {
  transform: scale(1);
  font-size: 13px;
  margin-left: 8px;
}

.c-widget-weather .current-city li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 30px;
  text-align: right;
  color: #aaa;
  font-size: 20px;
}

.c-widget-weather .current-city img {
  height: 30px;
  width: auto;
  margin-left: 5px;
}

.c-widget-weather .current-city em {
  font-style: normal;
  color: #000;
}

.c-widget-weather .current-city span {
  color: #000;
}

.c-widget-weather .current-city strong {
  display: inline-block;
  margin-right: 5px;
  color: #000;
}

.c-widget-weather .current-city i {
  font-size: 0;
  transition: transform 0.3s ease, font-size 0.3s ease;
  transform: scale(0);
}

.c-widget-weather .filter {
  display: none;
  position: absolute;
  z-index: 9;
  top: calc(100% + 7px);
  left: 0;
  border-radius: 5px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  min-width: 265px;
  max-height: 400px;
  overflow: hidden;
  animation: fadeIn 0.3s ease;
}

.c-widget-weather .filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-widget-weather .filter input {
  background-color: #e8e8e8;
  padding: 6px 10px;
  width: 100%;
  border: none;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.c-widget-weather .filter input:focus {
  outline: none;
}

.c-widget-weather .filter .city-list {
  width: 100%;
  overflow-y: auto;
  max-height: 355px;
}

.c-widget-weather .filter .city-list .choosed-city,
.c-widget-weather .filter .city-list .others-city {
  padding: 11px 0;
}

.c-widget-weather .filter .city-list .choosed-city p,
.c-widget-weather .filter .city-list .others-city p {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #797979;
  padding: 0 10px;
  margin: 0;
}

.c-widget-weather .filter .city-list .choosed-city ul li,
.c-widget-weather .filter .city-list .others-city ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}

.c-widget-weather .filter .city-list .choosed-city ul li span,
.c-widget-weather .filter .city-list .others-city ul li span {
  display: flex;
  font-family: Arial;
  font-size: 12px;
  color: #444444;
}

.c-widget-weather .filter .city-list .choosed-city ul li span img,
.c-widget-weather .filter .city-list .others-city ul li span img {
  height: 30px;
  margin-left: 7px;
}

.c-widget-weather .filter .city-list .others-city ul li {
  cursor: pointer;
}

.c-widget-weather .filter .city-list .others-city ul li:hover {
  background-color: #e8e8e8;
}

.c-widget-weather .filter .city-list .others-city ul li:last-child {
  border-bottom: none;
}

.c-widget-weather .filter .city-list .others-city .no-result {
  font-family: Arial;
  font-size: 12px;
  color: #797979;
  padding: 10px;
  text-align: center;
  font-style: italic;
}

.c-widget-weather .current-city i {
  font-size: 13px;
  transform: scale(1);
  margin-left: 8px;
  width: 20px;
  height: 20px;
  padding: 5px;
}
.c-widget-weather .current-city i:after {
  background-size: contain;
}

.ti-arrow-circle-down {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  padding: 1px;
  line-height: 0;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.ti-arrow-circle-down:after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("../images/icons/icon8-down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .c-widget-weather .filter {
    left: -90px;
  }
}
/*---------- end weather component select css ----------*/
/*---------- fix css weather component ----------*/
.ic-help {
  background-image: url("../images/icons/ic-help.svg");
  background-size: contain;
}

.weather-page .weather-tooltip .ic-help {
  margin-top: -2px;
  vertical-align: middle;
}

.weather-page .box-info-weather:last-child {
  margin-bottom: 0;
}

.weather-page .mb15 {
  margin-bottom: 15px;
}

.weather-page .tab-date a {
  text-decoration: none;
}

.weather-page .weather-tooltip .box-info-hover ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*---------- end fix weather component css ----------*/
.c-cat-list.is-weather {
  padding-bottom: 20px;
  border-bottom: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.c-cat-list.is-weather .c-cat-list__current {
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-right: 15px;
  padding-right: 0;
}

.c-weather-frame {
  margin-bottom: 30px;
}
.c-weather-frame__left {
  margin-bottom: 20px;
}
.c-weather-frame__left:last-child {
  margin-bottom: 0;
}
.c-weather-frame__hint {
  padding-top: 10px;
  width: 100%;
  font-style: italic;
  color: #999;
}

.c-weather-box {
  padding: 15px;
  border: 1px solid #E1E1E1;
  margin-bottom: 20px;
  border-radius: 6px;
}
.c-weather-box:last-child {
  margin-bottom: 0;
}
.c-weather-box__title {
  margin-bottom: 10px;
}
.c-weather-box__title .c-weather-box__label {
  margin-bottom: 10px;
}
.c-weather-box__label {
  color: #999;
}
.c-weather-box__label.is-bold {
  font-weight: 700;
  color: #000;
}
.c-weather-box__tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-weather-box__tabs ul li {
  margin-right: 10px;
}
.c-weather-box__tabs ul li:last-child {
  margin-right: 0;
}
.c-weather-box__tabs ul li a {
  color: #333;
  text-decoration: none;
  font-weight: 700;
  padding: 5px 15px;
  background-color: #ececec;
  border-radius: 6px;
}
.c-weather-box__tabs ul li a span.is-color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  border-radius: 50%;
}
.c-weather-box__tabs ul li.active a {
  background-color: #999;
  color: #fff;
}
.c-weather-box__tabs.is-small ul li {
  margin-left: 0;
  margin-right: 0;
}
.c-weather-box__tabs.is-small ul li a {
  font-size: 12px;
  background-color: transparent;
  padding: 3px 10px;
  border-radius: 4px;
}
.c-weather-box__tabs.is-small ul li.active a {
  background-color: #ececec;
  color: #333;
}

@media (min-width: 768px) {
  .c-weather-frame {
    margin-bottom: 40px;
  }
  .c-weather-box {
    margin-bottom: 25px;
  }
  .c-weather-box__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .c-weather-box__title .c-weather-box__label {
    margin-bottom: 0;
  }
  .c-weather-box__tabs ul li {
    margin-right: 0;
    margin-left: 10px;
  }
  .c-weather-box__tabs ul li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .c-weather-frame {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .c-weather-frame__left {
    margin-bottom: 0;
    width: 58.1818181818%;
    padding-right: 10px;
  }
  .c-weather-frame__right {
    width: 41.8181818182%;
    padding-left: 10px;
  }
  .c-weather-frame__right .c-template-grid.is-list-pc .b-grid .b-grid__img {
    width: 120px;
  }
  .c-weather-frame__right .c-template-grid.is-list-pc .b-grid .b-grid__content {
    width: calc(100% - 120px);
  }
  .c-weather-frame__right .c-template-grid.is-list-pc .b-grid .b-grid__desc {
    display: none;
  }
  .c-weather-frame__right .c-template-grid.is-list-pc .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-weather-frame__right .c-template-grid.is-border > ul > li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .c-weather-frame__left {
    padding-right: 15px;
  }
  .c-weather-frame__right {
    padding-left: 15px;
  }
  .c-weather-frame__right .c-template-grid.is-list-pc .b-grid .b-grid__img {
    width: 160px;
  }
  .c-weather-frame__right .c-template-grid.is-list-pc .b-grid .b-grid__content {
    width: calc(100% - 160px);
  }
  .c-weather-box {
    padding: 20px;
    margin-bottom: 30px;
  }
}
/*---------- end weather component css ----------*/
/*---------- header sticky css ----------*/
.c-header-sticky {
  z-index: -1;
  position: fixed;
  top: -52px;
  left: 0;
  right: 0;
  background: #fff;
  height: 52px;
  border-bottom: 1px solid #ddd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.c-header-sticky .c-logo {
  height: 51px;
  line-height: 48px;
  margin: 0 30px 0 0;
  float: left;
  padding-top: 0;
}
.c-header-sticky .c-logo:after {
  display: none;
}
.c-header-sticky .c-logo img {
  max-height: 30px;
}
.c-header-sticky .c-share-scroll {
  float: right;
  position: static;
  width: auto;
  margin-left: 0;
  padding-top: 7px;
}
.c-header-sticky .c-share-scroll > ul > li {
  float: left;
  margin-bottom: 0;
  margin-left: 10px;
}
.c-header-sticky .c-share-scroll > ul > li.li-line {
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
.c-header-sticky .c-share-scroll > ul > li.li-line:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 9px;
  width: 1px;
  height: 15px;
  background-color: #ddd;
}
.c-header-sticky .c-share-scroll > ul > li.li-line > a {
  border: 1px solid #ddd;
  line-height: 30px;
  border-radius: 50%;
}

.c-sticky-cat {
  float: left;
  height: 50px;
  line-height: 48px;
  position: relative;
  z-index: 1;
  margin-right: 15px;
  padding-right: 15px;
}
.c-sticky-cat:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  width: 1px;
  height: 24px;
  top: 12px;
  background: #ddd;
}
.c-sticky-cat a {
  font-weight: 700;
  color: #333;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

.c-sticky-title {
  float: left;
  height: 50px;
  line-height: 48px;
  font-weight: 700;
  color: #333;
  max-width: calc(100% - 430px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-sticky-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 52px;
}

.c-sticky-share > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-sticky-share > ul > li {
  margin-left: 12px;
}
.c-sticky-share > ul > li:first-child {
  margin-left: 0;
}
.c-sticky-share > ul > li > button {
  padding: 0;
  border: none;
  background-color: transparent;
}
.c-sticky-share > ul > li > button:focus {
  outline: none;
}
.c-sticky-share > ul > li > a, .c-sticky-share > ul > li > button {
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: block;
}
.c-sticky-share > ul > li > a.is-font-link, .c-sticky-share > ul > li > button.is-font-link {
  background-color: #ececec;
  padding: 5px 12px;
  border-radius: 18px;
}
.c-sticky-share > ul > li > a .badge, .c-sticky-share > ul > li > button .badge {
  position: absolute;
  z-index: 2;
  top: -5px;
  right: -8px;
}
.c-sticky-share > ul > li > a .is-text, .c-sticky-share > ul > li > button .is-text {
  font-size: 12px;
  color: #555;
  margin-left: 5px;
}
.c-sticky-share > ul > li.active .c-font-box-horizontal {
  display: flex;
}

.c-font-box-horizontal {
  padding: 0 37px 0 15px;
  position: absolute;
  bottom: 51px;
  left: 0;
  right: 0;
  z-index: 200;
  flex-direction: row-reverse;
  align-items: center;
  height: 50px;
  justify-content: space-between;
  background-color: #fff;
  display: none;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
}
.c-font-box-horizontal span {
  font-size: 12px;
  color: #555;
}
.c-font-box-horizontal span.plus, .c-font-box-horizontal span.minus, .c-font-box-horizontal span.font {
  cursor: pointer;
}
.c-font-box-horizontal__close {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  border: none;
}
.c-font-box-horizontal__close:focus {
  outline: none;
}

@media (min-width: 992px) {
  .c-header-sticky {
    transition: all 0.2s ease;
  }
  .c-header-sticky.has-fixed {
    top: 0;
    z-index: 200;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .c-sticky-cat a {
    transition: all 0.2s ease;
  }
  .c-sticky-cat a:hover {
    color: #6c757d;
  }
  .c-share-scroll .c-dropdown-menu {
    top: calc(100% + 9px);
  }
  .c-share-scroll .c-dropdown-menu:before {
    content: "";
    height: 10px;
    background-color: transparent;
    position: absolute;
    z-index: 2;
    top: -10px;
    left: 0;
    right: 0;
  }
  .c-share-scroll > ul > li {
    position: relative;
    z-index: 1;
  }
  .c-share-scroll > ul > li:hover > .c-dropdown-menu {
    display: block;
  }
  .c-sticky-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .c-sticky-title {
    max-width: calc(100% - 480px);
  }
  .c-sticky-cat a {
    max-width: 170px;
  }
}
@media (max-width: 991px) {
  .c-header-sticky.is-mobile {
    transition: all 0.2s ease;
  }
  .c-header-sticky.is-mobile.has-fixed {
    top: auto;
    bottom: 0;
    z-index: 99;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
  }
  .c-header-sticky.is-mobile .c-logo {
    margin: 0;
  }
  .c-header-sticky.is-mobile .c-sticky-cat {
    display: none;
  }
  .c-header-sticky.is-mobile .c-sticky-title {
    display: none;
  }
  .c-header-sticky.is-mobile .c-share-scroll {
    display: none;
  }
  .c-header-sticky.is-mobile .c-sticky-mobile {
    justify-content: flex-end;
  }
  .c-header-sticky.is-mobile .c-sticky-mobile__left {
    display: none;
  }
}
/*---------- end header sticky css ----------*/
/*---------- components css ----------*/
/*box*/
.c-box {
  margin-bottom: 30px;
  border-top: 1px solid #000;
  padding-top: 3px;
  position: relative;
  z-index: 1;
}
.c-box:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
}
.c-box:last-child {
  margin-bottom: 0;
}
.c-box .c-box__title {
  padding-bottom: 10px;
}
.c-box .c-box__title:has(.c-box__title__name) {
  padding-top: 10px;
}
.c-box .c-box__title .c-box__title__name {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
}
.c-box .c-box__title .c-box__title__name [class*=icon] {
  margin-right: 5px;
  margin-top: -2px;
}
.c-box .c-box__title .c-box__title__name a {
  text-decoration: none;
  color: #000;
}
.c-box .c-box__title .c-box__title__name img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100px;
}
.c-box .c-box__title a.c-box__title__name {
  text-decoration: none;
  color: #000;
}
.c-box .c-box__title .c-box__title__cat {
  overflow-y: hidden;
  overflow-x: auto;
  padding-top: 12px;
}
.c-box .c-box__title .c-box__title__cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-box .c-box__title .c-box__title__cat ul li {
  margin-right: 10px;
}
.c-box .c-box__title .c-box__title__cat ul li:last-child {
  margin-right: 0;
}
.c-box .c-box__title .c-box__title__cat ul li a {
  display: block;
  text-decoration: none;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.c-box .c-box__title .c-box__title__cat.scrollbar-outer > .scroll-element {
  background-color: transparent;
}
.c-box .c-box__title .c-box__title__cat.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #00BA36;
}
.c-box .c-box__title .c-box__title__cat.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #00BA36;
  height: 6px;
  top: -8px;
}
.c-box .c-box__title .c-box__title__tabs {
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  padding-top: 10px;
}
.c-box .c-box__title .c-box__title__tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.c-box .c-box__title .c-box__title__tabs ul li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.c-box .c-box__title .c-box__title__tabs ul li:after {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: -1px;
  background-color: #999;
  transform: rotate(8deg);
}
.c-box .c-box__title .c-box__title__tabs ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.c-box .c-box__title .c-box__title__tabs ul li:last-child:after {
  display: none;
}
.c-box .c-box__title .c-box__title__tabs ul li h2 {
  margin-bottom: 0;
}
.c-box .c-box__title .c-box__title__tabs ul li h3 {
  margin-bottom: 0;
}
.c-box .c-box__title .c-box__title__tabs ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  padding-top: 2px;
}
.c-box .c-box__title .c-box__title__tabs ul li a [class*=icon] {
  margin-right: 5px;
  margin-top: -2px;
}
.c-box .c-box__title .c-box__title__tabs ul li.active a {
  color: #00BA36;
}
.c-box .c-box__title .c-box__title__social {
  padding-top: 10px;
  display: none;
}
.c-box .c-box__title .c-box__title__social label {
  display: block;
  margin-bottom: 10px;
}
.c-box .c-box__title .c-box__title__social a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.c-box .c-box__title .c-box__title__social a:last-child {
  margin-right: 0;
}
.c-box .c-box__pane {
  display: none;
}
.c-box .c-box__pane.is-current {
  display: block;
}
.c-box.is-center .c-box__title {
  text-align: center;
}
.c-box.is-border {
  padding: 3px 14px 14px;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.c-box.is-border:not(:has(.c-box__title)) {
  padding: 14px;
  border-top: 1px solid #E1E1E1;
}
.c-box.is-border:not(:has(.c-box__title)):before {
  display: none;
}
.c-box.is-border.bg-primary-light {
  border-color: #D3EBDA;
  border-top-color: #00BA36;
}
.c-box.is-border.bg-primary-light:before {
  background-color: #00BA36;
}
.c-box.is-border-radius {
  border-radius: 10px;
}
.c-box.is-border-radius-small {
  border-radius: 4px;
}
.c-box.is-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
}
.c-box.is-box {
  border: 1px solid #E1E1E1;
  border-top-width: 3px;
}
.c-box.is-box:before {
  display: none;
}
.c-box.is-box .c-box__title {
  padding: 9px 14px !important;
  border-bottom: 1px solid #E1E1E1;
}
.c-box.is-box .c-box__content {
  padding: 14px;
}
.c-box.is-box.bg-blue-dark-gradient {
  border-color: #151F3B;
  border-top-color: #5776AF;
}
.c-box.is-box.bg-blue-dark-gradient .c-box__title {
  border-bottom-color: #5776AF;
}
.c-box.is-box.bg-blue-dark-gradient .c-box__title .c-box__title__name {
  color: #fff;
}
.c-box.is-box.bg-blue-dark-gradient .c-box__title .c-box__title__name a {
  color: #fff;
}
.c-box.is-box.bg-blue-dark-gradient .c-template-grid.is-border > ul > li {
  border-bottom-color: #5776AF;
}
.c-box.is-box.is-border-text {
  border-color: #606060;
}
.c-box.is-margin-small {
  margin-bottom: 20px;
}
.c-box.is-margin-small:last-child {
  margin-bottom: 0;
}
.c-box.is-title-none {
  border-top: none;
  padding-top: 0 !important;
}
.c-box.is-title-none:before {
  display: none;
}
.c-box.is-title-none .c-box__title {
  padding-top: 0 !important;
}
.c-box:has(.c-banner-item) {
  border-top: none;
  padding-top: 0;
}
.c-box:has(.c-banner-item):before {
  display: none;
}
.c-box:has(.c-banner-item) .c-box__title {
  padding-top: 0;
}

.l-sidebar .c-box {
  margin-bottom: 20px;
}
.l-sidebar .c-box:last-child {
  margin-bottom: 0;
}
.l-sidebar .c-box .c-more {
  padding: 0;
}
.l-sidebar .c-box .c-more a {
  background-color: #606060;
  border: none;
  color: #fff;
  display: block;
  border-radius: 0;
}
.l-sidebar .c-box.bg-blue-dark-gradient .c-more a {
  background-color: #273966;
}

/*end box*/
/*more*/
.c-more {
  text-align: center;
  padding: 5px 0;
}
.c-more.is-padding-top {
  padding: 20px 0 5px;
}
.c-more a {
  display: inline-block;
  min-width: 124px;
  text-decoration: none;
  border: 1px solid #E1E1E1;
  padding: 8px 15px;
  text-align: center;
  color: #555;
  border-radius: 5px;
}
.c-more a [class*=icon] {
  margin-left: 5px;
}

/*more*/
/*tags*/
.c-widget-tags {
  padding-left: 27px;
  position: relative;
  z-index: 1;
  min-height: 20px;
}
.c-widget-tags:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/icon20-tag.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.c-widget-tags h4 {
  margin: 0;
  line-height: 1.3;
}
.c-widget-tags a {
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  background-color: #ddd;
  color: #333;
  padding: 2px 10px;
  border-radius: 10px;
}
.c-widget-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-widget-tags ul li {
  margin: 0 4px 5px 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.c-widget-tags ul li a {
  display: block;
}

/*end tags*/
.c-template-dots .owl-carousel {
  position: relative;
  z-index: 1;
}
.c-template-dots .owl-carousel .owl-dots {
  padding-top: 20px;
  text-align: center;
}
.c-template-dots .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  background-color: #999;
  width: 30px;
  height: 3px;
  margin: 0 6px 5px;
}
.c-template-dots .owl-carousel .owl-dots .owl-dot.active {
  background-color: #00BA36;
}

.c-template-button .owl-carousel {
  position: relative;
  z-index: 1;
}
.c-template-button .owl-carousel .owl-nav .owl-next, .c-template-button .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 36px;
  height: 36px;
  background-color: #007bff;
  border: none;
  margin-top: -18px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.c-template-button .owl-carousel .owl-nav .owl-next:focus, .c-template-button .owl-carousel .owl-nav .owl-prev:focus {
  outline: none;
}
.c-template-button .owl-carousel .owl-nav .owl-next.disabled, .c-template-button .owl-carousel .owl-nav .owl-prev.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.c-template-button .owl-carousel .owl-nav .owl-next {
  right: 10px;
  background-image: url("../images/icons/icon24-right-white.svg");
}
.c-template-button .owl-carousel .owl-nav .owl-prev {
  left: 10px;
  background-image: url("../images/icons/icon24-left-white.svg");
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes clockwiseReverse {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.c-story-backgrounds {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.c-story-backgrounds:before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 60%);
}
.c-story-backgrounds figure {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.c-story-backgrounds figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -50%;
}
.c-story-backgrounds figure.c-story-backgrounds__clockwise img {
  animation-name: clockwise;
  animation-duration: 60s;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-story-backgrounds figure.c-story-backgrounds__clockwise-reverse img {
  animation-name: clockwiseReverse;
  animation-duration: 60s;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media (min-width: 992px) {
  .c-box {
    margin-bottom: 40px;
  }
  .c-box .c-box__title {
    padding-bottom: 15px;
  }
  .c-box .c-box__title:has(.c-box__title__name) {
    padding-top: 15px;
  }
  .c-box .c-box__title .c-box__title__name a {
    transition: all 0.2s ease;
  }
  .c-box .c-box__title .c-box__title__name a:hover {
    color: #00BA36;
  }
  .c-box .c-box__title a.c-box__title__name {
    transition: all 0.2s ease;
  }
  .c-box .c-box__title a.c-box__title__name:hover {
    color: #00BA36;
  }
  .c-box .c-box__title .c-box__title__tabs {
    width: auto;
  }
  .c-box .c-box__title .c-box__title__tabs > ul > li {
    margin-right: 15px;
    padding-right: 15px;
  }
  .c-box .c-box__title.is-flex-pc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .c-box .c-box__title.is-flex-pc .c-box__title__cat {
    padding-top: 0;
  }
  .c-box .c-box__title.is-flex-pc .c-box__title__tabs {
    margin-top: -5px;
  }
  .c-box.is-box .c-template-grid .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-more a {
    transition: all 0.2s ease;
  }
  .c-more a:hover {
    background-color: #00BA36;
    color: #fff;
    border-color: #00BA36;
  }
  .c-widget-tags a {
    transition: all 0.2s ease;
  }
  .c-widget-tags a:hover {
    background-color: #00BA36;
    color: #fff;
    border-color: #00BA36;
  }
  .c-template-button .owl-carousel .owl-nav .owl-prev, .c-template-button .owl-carousel .owl-nav .owl-next {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
}
@media (min-width: 1200px) {
  .c-box.is-border.is-padding-pclarge-medium {
    padding: 13px 29px 29px;
  }
}
@media (max-width: 991px) {
  .c-box .c-box__title .c-box__title__cat {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .c-box .c-box__title .c-box__title__cat::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .c-story-backgrounds figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .c-story-backgrounds figure img {
    height: 100%;
    top: 0;
    margin-top: 0;
    width: auto;
    position: static;
  }
}
/*---------- end components css ----------*/
/*---------- sidebar css ----------*/
.c-news-topmore .b-grid {
  overflow: hidden;
  margin-bottom: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}
.c-news-topmore .b-grid:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-news-topmore .b-grid .b-grid__img {
  width: 100px;
  height: 67px;
  margin-top: 2px;
  position: relative;
  z-index: 1;
}
.c-news-topmore .b-grid .b-grid__img a {
  display: block;
  padding-top: 67%;
  position: relative;
  z-index: 1;
}
.c-news-topmore .b-grid .b-grid__img img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-news-topmore .b-grid .b-grid__content {
  margin-left: 110px;
  position: relative;
  z-index: 1;
}
.c-news-topmore .b-grid .b-grid__row {
  margin-bottom: 3px;
}
.c-news-topmore .b-grid .b-grid__row:last-child {
  margin-bottom: 0;
}
.c-news-topmore .b-grid .b-grid__title {
  font-weight: 700;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
}
.c-news-topmore .b-grid .b-grid__title.is-normal {
  font-size: 14px;
  font-weight: 400;
}
.c-news-topmore .b-grid .b-grid__title a {
  text-decoration: none;
  color: #333;
  display: block;
}
.c-news-topmore .b-grid .b-grid__title [class*=icon] {
  margin-right: 5px;
  margin-top: -2px;
}
.c-news-topmore .b-grid .b-grid__count {
  font-size: 12px;
  color: #fff;
  position: absolute;
  z-index: 4;
  bottom: 2px;
  right: 5px;
}
.c-news-topmore .b-grid a.b-grid__cat {
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #007bff;
}

@media (min-width: 992px) {
  .c-news-topmore .b-grid .b-grid__title {
    font-size: 15px;
  }
  .c-news-topmore .b-grid .b-grid__title a {
    transition: all 0.2s ease;
  }
  .c-news-topmore .b-grid .b-grid__title a:hover {
    color: #00BA36;
  }
}
/*---------- end sidebar css ----------*/
/*---------- comment css ----------*/
.c-comments {
  margin-bottom: 20px;
}

.c-comment-input {
  margin-bottom: 15px;
}
.c-comment-input textarea {
  height: 65px;
  font-size: 14px;
}
.c-comment-input .btn {
  min-width: 150px;
}
.c-comment-input .btn-primary {
  background-color: #006323;
  border-color: #006323;
}
.c-comment-bar {
  padding: 12px 0;
  margin-bottom: 10px;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
}
.c-comment-bar__count {
  font-size: 12px;
  color: #6c757d;
}
.c-comment-bar__sort {
  padding-top: 12px;
}
.c-comment-bar__sort label {
  margin: 0 4px 0 0;
  font-weight: 400;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.c-comment-bar__sort ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.c-comment-bar__sort ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.c-comment-bar__sort ul li a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
}
.c-comment-bar__sort ul li + li:before {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.c-comment-bar__sort ul li.active a {
  color: #006323;
}

.c-comment-list .b-grid {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.c-comment-list .b-grid .b-grid__content {
  margin-left: 0;
}
.c-comment-list .b-grid .b-grid__row {
  font-size: 12px;
  color: #333;
}
.c-comment-list .b-grid .b-grid__title {
  color: #333;
  font-weight: 700;
}
.c-comment-list .b-grid .b-grid__time {
  color: #999;
  font-size: 11px;
}
.c-comment-list .b-grid .b-grid__anwser {
  cursor: pointer;
  margin-right: 10px;
  text-decoration: none;
  font-size: 13px;
  color: #999;
  font-weight: 400;
}
.c-comment-list .b-grid .b-grid__like {
  cursor: pointer;
  margin-right: 10px;
  color: #999;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
}
.c-comment-list .b-grid .b-grid__like [class*=icon12] {
  margin-right: 4px;
}
.c-comment-list .b-grid .b-grid__share {
  color: #999;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
}
.c-comment-list .b-grid .b-grid__share [class*=icon12] {
  margin-right: 4px;
}
.c-comment-list .b-grid .b-grid__sub .b-grid {
  border-bottom: none;
  margin-left: 38px;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-comment-list .b-grid .c-comment-more {
  text-align: left;
  margin-left: 38px;
  padding-top: 10px;
}

.c-comment-more {
  text-align: center;
  padding-top: 5px;
}
.c-comment-more a {
  text-decoration: none;
  color: #6c757d;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
}

.c-comment-click {
  cursor: pointer;
  display: none;
  background: #E5E5E5;
  padding: 6px 12px;
  color: #555;
  border-radius: 4px;
}
.c-comment-click .icon16-comment-gray-o {
  margin-right: 5px;
}

@media (min-width: 360px) {
  .c-comments {
    margin-bottom: 25px;
  }
  .c-comment-bar__count {
    font-size: 14px;
  }
  .c-comment-list .b-grid .b-grid__row {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .c-comments {
    margin-bottom: 30px;
  }
  .c-comment-bar__count {
    display: inline-block;
    vertical-align: middle;
  }
  .c-comment-bar__sort {
    float: right;
    padding-top: 0;
  }
  .c-comment-bar__sort label {
    font-size: 14px;
  }
  .c-comment-bar__sort ul li {
    font-size: 14px;
  }
  .c-comment-bar__sort ul li a {
    font-size: 14px;
  }
  .c-comment-list .b-grid .b-grid__row {
    font-size: 15px;
  }
  .c-comment-list .b-grid .b-grid__title {
    font-size: 15px;
  }
  .c-comment-list .b-grid .b-grid__time {
    font-size: 13px;
  }
  .c-comment-list .b-grid .c-comment-more a {
    font-size: 13px;
  }
  .c-comment-more a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .c-comment-list .b-grid .b-grid__anwser {
    margin-right: 15px;
  }
  .c-comment-list .b-grid .b-grid__anwser:hover {
    color: #00BA36;
  }
  .c-comment-list .b-grid .b-grid__like {
    margin-right: 15px;
  }
  .c-comment-list .b-grid .b-grid__like:hover {
    color: #00BA36;
  }
  .c-comment-list .b-grid .b-grid__share {
    margin-right: 15px;
  }
  .c-comment-list .b-grid .b-grid__share:hover {
    color: #00BA36;
  }
  .c-comment-more a {
    transition: all 0.2s ease;
  }
  .c-comment-more a:hover {
    color: #00BA36;
  }
}
/*---------- end comment css ----------*/
/*---------- ring css ----------*/
.ring-container {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
}
.ring-container .circle {
  width: 6px;
  height: 6px;
  background-color: #ED1C24;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 7px;
}
.ring-container .ringring {
  border: 3px solid #ED1C24;
  -webkit-border-radius: 30px;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}

.c-live-action {
  vertical-align: middle;
  display: inline-flex;
  border: 1px solid rgba(234, 0, 0, 0.7);
  padding: 2px 4px 0 1px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 700;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-right: 5px;
  flex-direction: row;
  align-items: center;
  color: #EA0000;
  text-transform: uppercase;
  border-radius: 4px;
}
.c-live-action .ring-container {
  margin-top: -1px;
  margin-right: 1px;
}
/*---------- end ring css ----------*/
/*---------- auth css ----------*/
.icon16-eye-black {
  background-image: url("../images/icons/icon16-eye-black.svg");
}

.icon20-facebook {
  background-image: url("../images/icons/icon20-facebook.svg");
}

.icon20-google {
  background-image: url("../images/icons/icon20-google.svg");
}

.icon20-apple {
  background-image: url("../images/icons/icon20-apple.svg");
}

.c-auth-tabs__title {
  border-bottom: 1px solid #ddd;
}
.c-auth-tabs__title ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.c-auth-tabs__title ul li {
  width: 50%;
}
.c-auth-tabs__title ul li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding: 12px 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.c-auth-tabs__title ul li.active a {
  color: #00BA36;
}
.c-auth-tabs__title ul li.active a:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #00BA36;
}
.c-auth-tabs__pane {
  position: absolute;
  padding: 15px;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.c-auth-tabs__pane.is-current {
  position: static;
  height: auto;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.c-auth-tabs__pane.active {
  position: static;
  height: auto;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.c-auth-box__left {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.c-auth-box label {
  display: block;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.c-auth-box__more ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-auth-box__more ul li {
  margin-bottom: 15px;
}
.c-auth-box__more ul li:last-child {
  margin-bottom: 0;
}
.c-auth-box__more ul li .btn {
  border-radius: 3px;
}
.c-auth-box__more ul li .btn.btn-outline-primary.is-facebook {
  color: #3B5999;
  border-color: #3B5999;
}
.c-auth-box__more ul li .btn.btn-outline-primary.is-google {
  color: #4688F1;
  border-color: #4688F1;
}
.c-auth-box__more ul li .btn.btn-outline-primary.is-apple {
  color: #222;
  border-color: #222;
}
.c-auth-box__more ul li .btn.btn-outline-primary:hover {
  background-color: #fff;
}
.c-auth-box__form .form-group.is-icon {
  display: block;
  position: relative;
  z-index: 1;
}
.c-auth-box__form .form-control {
  border-radius: 3px;
}
.c-auth-box__form .btn {
  border-radius: 3px;
}
.c-auth-box__hint {
  width: 100%;
  padding-top: 15px;
  line-height: 1.4;
  text-align: center;
}
.c-auth-box__hint a {
  color: #00BA36;
}

@media (min-width: 768px) {
  .c-auth-tabs__pane {
    padding: 20px;
  }
  .c-auth-box {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .c-auth-box__left {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
    border-right: 1px solid #ddd;
    padding-right: 20px;
    width: 60%;
  }
  .c-auth-box__right {
    padding-left: 20px;
    width: 40%;
  }
  .c-auth-box label {
    margin-bottom: 20px;
  }
  .c-auth-box__hint {
    padding-top: 20px;
  }
}
/*---------- end auth css ----------*/
/*---------- admin user css ----------*/
.c-admin-user > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-admin-user > ul > li {
  margin-left: 10px;
}
.c-admin-user > ul > li:first-child {
  margin-left: 0;
}
.c-admin-user > ul > li > button {
  border: none;
  background-color: transparent;
}
.c-admin-user > ul > li > button:focus {
  outline: none;
}
.c-admin-user > ul > li > a, .c-admin-user > ul > li > button {
  text-decoration: none;
  padding: 5px 0;
  display: flex;
  align-items: center;
  color: #333;
}
.c-admin-user > ul > li > a span, .c-admin-user > ul > li > button span {
  display: none;
  color: #333;
  font-weight: 400;
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}
.c-admin-user > ul > li > a .icon16-user, .c-admin-user > ul > li > button .icon16-user {
  margin-bottom: -1px;
}
.c-admin-user > ul > li > a figure, .c-admin-user > ul > li > button figure {
  margin: 0;
}
.c-admin-user > ul > li > a figure.is-avatar, .c-admin-user > ul > li > button figure.is-avatar {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}
.c-admin-user > ul > li > a figure.is-avatar img, .c-admin-user > ul > li > button figure.is-avatar img {
  width: 24px;
  height: 24px;
}
.c-admin-user > ul > li .dropdown-menu {
  width: 240px;
  border-radius: 5px;
}
.c-admin-user > ul > li .dropdown-menu .c-user-info {
  padding: 10px 15px;
}
.c-admin-user > ul > li .dropdown-item {
  padding: 5px 15px;
}
.c-admin-user > ul > li .dropdown-item .icon12-logout {
  margin-left: 7px;
}

.c-user-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-user-info figure {
  margin: 0;
}
.c-user-info figure.is-avatar {
  width: 32px;
  height: 32px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}
.c-user-info figure.is-avatar img {
  width: 32px;
  height: 32px;
}
.c-user-info span {
  font-weight: 700;
  line-height: 1.4;
  margin-left: 10px;
}

@media (min-width: 1200px) {
  .c-admin-user > ul > li {
    margin-left: 15px;
  }
  .c-admin-user > ul > li > a, .c-admin-user > ul > li > button {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .c-admin-user > ul > li > a span, .c-admin-user > ul > li > button span {
    display: block;
  }
  .c-admin-user > ul > li > a [class*=icon], .c-admin-user > ul > li > button [class*=icon] {
    margin-right: 5px;
  }
  .c-admin-user > ul > li > a figure.is-avatar, .c-admin-user > ul > li > button figure.is-avatar {
    margin-right: 5px;
  }
  .c-admin-user > ul > li > a:hover, .c-admin-user > ul > li > button:hover {
    color: #00BA36;
  }
  .c-admin-user > ul > li > a:hover span, .c-admin-user > ul > li > button:hover span {
    color: #00BA36;
  }
}
/*---------- end admin user css ----------*/
/*---------- slider css ----------*/
.c-slider-button {
  position: relative;
  z-index: 1;
}
.c-slider-button .owl-carousel .owl-nav {
  position: absolute;
  z-index: 3;
  top: -37px;
  right: 0;
}
.c-slider-button .owl-carousel .owl-nav .owl-prev, .c-slider-button .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  border: 1px solid #999;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  border-radius: 50%;
}
.c-slider-button .owl-carousel .owl-nav .owl-prev.disabled, .c-slider-button .owl-carousel .owl-nav .owl-next.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.c-slider-button .owl-carousel .owl-nav .owl-prev {
  background-image: url("../images/slider-prev.svg");
}
.c-slider-button .owl-carousel .owl-nav .owl-next {
  background-image: url("../images/slider-next.svg");
}

.bg-box .c-slider-button .owl-carousel .owl-nav {
  top: -58px;
  right: -15px;
}

.c-slider-dots .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.c-slider-dots .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border: 1px solid #999;
  margin: 0 5px 5px;
  border-radius: 50%;
}
.c-slider-dots .owl-carousel .owl-dots .owl-dot.active {
  background-color: #EA0000;
}

.c-box.is-box .c-slider-button .owl-carousel .owl-nav {
  top: -50px;
}

@media (min-width: 992px) {
  .c-slider-button .owl-carousel .owl-nav {
    top: -42px;
  }
}
@media (min-width: 1200px) {
  .bg-box .c-slider-button .owl-carousel .owl-nav {
    top: -72px;
    right: -30px;
  }
}
@media (max-width: 767px) {
  .c-slider-over-mobile {
    overflow: hidden;
    margin-right: -15px;
  }
  .c-slider-over-mobile .c-template-slider {
    margin-right: -40%;
  }
  .c-slider-over-mobile .c-ocop-slider {
    margin-right: -40%;
  }
  .c-slider-over-mobile .c-slider-dots .owl-carousel .owl-dots {
    padding-right: 30%;
  }
}
/*---------- end slider css ----------*/
/*---------- modal css ----------*/
.modal-custom .modal-header {
  padding: 0;
  border-bottom: none;
  height: 0;
}
.modal-custom .modal-body {
  padding: 0;
}
.modal-custom .close {
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 2;
  margin: 0;
  top: -16px;
  right: -16px;
  padding: 0;
  text-align: center;
  line-height: 30px;
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .modal-custom .modal-dialog {
    max-width: 737px;
  }
}
@media (min-width: 992px) {
  .modal-custom .modal-dialog {
    max-width: 767px;
  }
}
/*---------- end modal css ----------*/
/*---------- notification css ----------*/
.c-notification-expand {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 1;
}
.c-notification-expand:focus {
  outline: none;
  border: none;
}
.c-notification-expand.active:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 3px;
  right: 3px;
  background-color: #EA4335;
  border-radius: 50%;
}

.c-notification-group {
  position: relative;
  z-index: 10;
}
.c-notification-group .dropdown-menu {
  width: 260px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 360px) {
  .c-notification-group .dropdown-menu {
    width: 300px;
  }
}
@media (min-width: 414px) {
  .c-notification-group .dropdown-menu {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .c-notification-group .dropdown-menu {
    width: 370px;
  }
}
/*---------- end notification css ----------*/
/*---------- countdown tet css ----------*/
.c-widget-countdown-tet {
  background-image: url("../images/article-bg-tet.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.c-widget-countdown-tet:last-child {
  margin-bottom: 0;
}
.c-widget-countdown-tet * {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.c-widget-countdown-tet p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 7px;
}
.c-widget-countdown-tet p:last-child {
  margin-bottom: 0;
}
.c-widget-countdown-tet p.is-medium {
  font-size: 130%;
}
.c-widget-countdown-tet p.is-big {
  font-size: 200%;
}

.b-maincontent .entry .c-widget-countdown-tet {
  line-height: 1.6;
}
.b-maincontent .entry .c-widget-countdown-tet * {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.b-maincontent .entry .c-widget-countdown-tet p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 7px;
}
.b-maincontent .entry .c-widget-countdown-tet p:last-child {
  margin-bottom: 0;
}
.b-maincontent .entry .c-widget-countdown-tet p.is-medium {
  font-size: 130%;
}
.b-maincontent .entry .c-widget-countdown-tet p.is-big {
  font-size: 200%;
}

@media (min-width: 768px) {
  .c-widget-countdown-tet {
    padding: 20px 15px;
  }
}
/*---------- end countdown tet css ----------*/
/*---------- layout css ----------*/
.bg-primary {
  background-color: #00BA36 !important;
}

.bg-gray-light {
  background-color: #F8F8F8;
}

.bg-gray-light-gradient {
  background: linear-gradient(to bottom, #ececec, #E3E3E3); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to bottom, #ececec, #E3E3E3);
}

.bg-primary-light {
  background-color: #F0FAF3;
}

.bg-green-dark {
  background-color: #243E4B;
}
.bg-green-dark .c-template-grid .b-grid .b-grid__title a {
  color: #fff;
}
.bg-green-dark .c-template-grid .b-grid .b-grid__desc {
  color: #fff;
}
.bg-green-dark .c-template-grid .b-grid .b-grid__desc a {
  color: #fff;
}

.bg-blue-dark-gradient {
  background: linear-gradient(to bottom, #273754, #151F3B); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to bottom, #273754, #151F3B);
}
.bg-blue-dark-gradient .c-template-grid .b-grid .b-grid__title a {
  color: #fff;
}
.bg-blue-dark-gradient .c-template-grid .b-grid .b-grid__desc {
  color: #fff;
}
.bg-blue-dark-gradient .c-template-grid .b-grid .b-grid__desc a {
  color: #fff;
}

.bg-box {
  padding: 20px 15px;
}
.bg-box.is-border {
  border: 1px solid #ddd;
  padding: 19px 14px;
}
.bg-box.is-border .bg-primary-light {
  border-color: #D3EBDA;
}
.bg-box.is-background-blur {
  background-color: rgba(0, 0, 0, 0.15);
}
.bg-box.is-full {
  padding: 20px 0;
}
.bg-box.is-minus {
  margin-left: -15px;
  margin-right: -15px;
}
.bg-box.is-minus-mobile {
  margin-left: -15px;
  margin-right: -15px;
}
.bg-box.is-margin-bottom {
  margin-bottom: 25px;
}
.bg-box.is-margin-bottom:last-child {
  margin-bottom: 0;
}
.bg-box.is-margin-bottom-large {
  margin-bottom: 50px;
}
.bg-box.is-margin-bottom-large:last-child {
  margin-bottom: 0;
}

.l-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-content.is-padding-top-none {
  padding-top: 0 !important;
}
.l-content.is-padding-bottom-none {
  padding-bottom: 0 !important;
}

.l-content-flex .l-main {
  margin-bottom: 20px;
}
.l-content-flex .l-main:last-child {
  margin-bottom: 0;
}
.l-content-flex .l-sidebar {
  margin-bottom: 20px;
}
.l-content-flex .l-sidebar:last-child {
  margin-bottom: 0;
}
.l-content-flex.is-margin-bottom {
  margin-bottom: 20px;
}
.l-content-flex.is-margin-bottom:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .bg-box {
    padding: 20px;
  }
  .bg-box.is-full {
    padding: 30px 0;
  }
  .bg-box.is-margin-bottom {
    margin-bottom: 30px;
  }
  .bg-box.is-margin-bottom-large {
    margin-bottom: 90px;
  }
  .l-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .bg-box.is-minus-mobile {
    margin-left: 0;
    margin-right: 0;
  }
  .bg-box.is-margin-bottom {
    margin-bottom: 35px;
  }
  .bg-box.is-margin-bottom-large {
    margin-bottom: 120px;
  }
  .bg-box.is-padding-pc-medium {
    padding: 20px;
  }
  .bg-box.is-padding-pc-small {
    padding: 15px;
  }
  .l-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l-content:has(.c-head) {
    padding-top: 25px;
  }
  .l-content-flex {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .l-content-flex.is-none-flex {
    display: block;
  }
  .l-content-flex .l-main {
    width: calc(100% - 320px);
    margin-bottom: 0;
  }
  .l-content-flex .l-sidebar {
    width: 300px;
    margin-bottom: 0;
  }
  .l-content-flex.is-col-line-pc {
    position: relative;
    z-index: 1;
  }
  .l-content-flex.is-col-line-pc:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 310px;
    bottom: 0;
    width: 1px;
    background-color: #E1E1E1;
  }
  .l-content-flex.is-margin-bottom {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .bg-box {
    padding: 30px;
  }
  .bg-box.is-border {
    padding: 29px;
  }
  .l-content-flex .l-main {
    width: calc(100% - 330px);
  }
  .l-content-flex.is-margin-bottom {
    margin-bottom: 40px;
  }
  .l-content-flex.is-col-line-pc:before {
    right: 315px;
  }
}
@media (max-width: 991px) {
  .l-content.is-padding-top-none-mobile {
    padding-top: 0 !important;
  }
  .l-content.is-padding-bottom-none-mobile {
    padding-bottom: 0 !important;
  }
}
/*---------- end layout css ----------*/
/*---------- news css ----------*/
.c-template-grid .b-grid {
  min-height: 0;
}
.c-template-grid .b-grid .b-grid__video {
  margin-bottom: 10px;
}
.c-template-grid .b-grid .b-grid__video iframe {
  width: 100%;
}
.c-template-grid .b-grid .b-grid__video img {
  width: 100%;
}
.c-template-grid .b-grid .b-grid__img {
  width: auto;
  height: auto;
  float: none;
  margin-bottom: 10px;
}
.c-template-grid .b-grid .b-grid__img a {
  display: block;
  padding-top: 66.6666666667%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-template-grid .b-grid .b-grid__img img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-template-grid .b-grid .b-grid__icon {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-template-grid .b-grid .b-grid__counttime {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 16px;
  line-height: 14px;
  padding: 0 7px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  background-color: #fff;
}
.c-template-grid .b-grid .b-grid__counttime:has(.icon12-play-white) {
  padding: 0 7px 0 35px;
  height: 30px;
  line-height: 28px;
}
.c-template-grid .b-grid .b-grid__counttime .icon12-play-white {
  width: 30px;
  height: 30px;
  background-color: #007bff;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.c-template-grid .b-grid .b-grid__content {
  margin-left: 0;
}
.c-template-grid .b-grid .b-grid__row {
  margin-bottom: 7px;
  line-height: 1.4;
  color: #555;
}
.c-template-grid .b-grid .b-grid__row:last-child {
  margin-bottom: 0;
}
.c-template-grid .b-grid .b-grid__desc {
  display: none;
  font-size: 14px;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.c-template-grid .b-grid .b-grid__desc a {
  color: #555;
  text-decoration: none;
  display: block;
}
.c-template-grid .b-grid .b-grid__title {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  color: #333;
}
.c-template-grid .b-grid .b-grid__title:first-child {
  margin-top: 0;
}
.c-template-grid .b-grid .b-grid__title:last-child {
  margin-bottom: 0;
}
.c-template-grid .b-grid .b-grid__title a {
  display: block;
  text-decoration: none;
  color: #333;
}
.c-template-grid .b-grid .b-grid__title [class*=icon] {
  margin-right: 5px;
  margin-top: -2px;
}
.c-template-grid .b-grid .b-grid__time {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  margin-right: 5px;
}
.c-template-grid .b-grid .b-grid__space {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #555;
  margin-right: 5px;
}
.c-template-grid .b-grid .b-grid__cat {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #00BA36;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.c-template-grid .b-grid a.b-grid__cat {
  text-decoration: none;
  color: #00BA36;
}
.c-template-grid .b-grid .b-grid__area {
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #00BA36;
  border: 1px solid #00BA36;
  padding: 2px 5px;
  text-transform: uppercase;
}
.c-template-grid .b-grid a.b-grid__area {
  text-decoration: none;
  color: #00BA36;
}
.c-template-grid .b-grid .b-grid__ad {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  margin-right: 5px;
}
.c-template-grid .b-grid .b-grid__ad [class*=icon] {
  margin-right: 4px;
}
.c-template-grid .b-grid .h-show-pc {
  display: none;
}
.c-template-grid .b-grid.is-video .b-grid__img a:before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 36px;
  height: 36px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.c-template-grid .b-grid.is-video .b-grid__img a:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  background-image: url("../images/icons/icon16-play-primary.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.c-template-grid > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-template-grid > ul > li {
  padding-bottom: 20px;
}
.c-template-grid > ul > li:last-child {
  padding-bottom: 0;
}
.c-template-grid.is-col-2 > ul {
  margin: 0 -7px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.c-template-grid.is-col-2 > ul > li {
  padding-left: 7px;
  padding-right: 7px;
  width: 50%;
}
.c-template-grid.is-border > ul > li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.c-template-grid.is-border > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-template-grid.is-border.is-last-line > ul > li:last-child {
  padding-bottom: 20px;
}
.c-template-grid.is-border.is-last-line > ul > li:last-child .b-grid {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.c-template-list .b-grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-template-list .b-grid .b-grid__img {
  width: 44.8275862069%;
  height: auto;
  float: none;
  position: relative;
  z-index: 1;
}
.c-template-list .b-grid .b-grid__img a {
  display: block;
  padding-top: 66.6666666667%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-template-list .b-grid .b-grid__img img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-template-list .b-grid .b-grid__img a.b-grid__topic {
  padding: 3px 10px;
  display: inline-block;
  position: absolute;
  text-decoration: none;
}
.c-template-list .b-grid .b-grid__icon {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 6px 0 0;
}
.c-template-list .b-grid .b-grid__counttime {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  height: 24px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 22px;
  padding: 0 5px 0 30px;
  background-color: rgba(0, 0, 0, 0.3);
}
.c-template-list .b-grid .b-grid__counttime .icon12-play-white {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.c-template-list .b-grid .b-grid__content {
  margin-left: 0;
  padding-left: 15px;
  width: 55.1724137931%;
}
.c-template-list .b-grid .b-grid__row {
  margin-bottom: 7px;
  line-height: 1.4;
  color: #555;
}
.c-template-list .b-grid .b-grid__row:last-child {
  margin-bottom: 0;
}
.c-template-list .b-grid > .b-grid__row {
  width: 100%;
  margin-bottom: 10px;
}
.c-template-list .b-grid .b-grid__desc {
  display: none;
  font-size: 14px;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.c-template-list .b-grid .b-grid__desc a {
  color: #555;
  text-decoration: none;
  display: block;
}
.c-template-list .b-grid .b-grid__title {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  line-height: 1.4;
  color: #333;
}
.c-template-list .b-grid .b-grid__title:first-child {
  margin-top: 0;
}
.c-template-list .b-grid .b-grid__title:last-child {
  margin-bottom: 0;
}
.c-template-list .b-grid .b-grid__title a {
  display: block;
  text-decoration: none;
  color: #333;
}
.c-template-list .b-grid .b-grid__title [class*=icon] {
  margin-right: 5px;
  margin-top: -2px;
}
.c-template-list .b-grid .b-grid__topic {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  max-width: 100%;
  background-color: #00BA36;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 10px;
  text-transform: uppercase;
}
.c-template-list .b-grid .b-grid__time {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #555;
  margin-right: 5px;
}
.c-template-list .b-grid .b-grid__space {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #555;
  margin-right: 5px;
}
.c-template-list .b-grid .b-grid__cat {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #00BA36;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.c-template-list .b-grid a.b-grid__cat {
  text-decoration: none;
  color: #00BA36;
}
.c-template-list .b-grid .b-grid__ad {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  margin-right: 5px;
}
.c-template-list .b-grid .b-grid__ad [class*=icon] {
  margin-right: 4px;
}
.c-template-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-template-list > ul > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.c-template-list > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-template-list.is-last-line > ul > li:last-child {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.c-template-list.is-image-right .b-grid {
  flex-direction: row-reverse;
}
.c-template-list.is-image-right .b-grid .b-grid__content {
  padding-left: 0;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .c-template-grid .b-grid .b-grid__title {
    font-size: 20px;
  }
  .c-template-grid.is-col-2 > ul {
    margin: 0 -10px;
  }
  .c-template-grid.is-col-2 > ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-template-grid.is-col-2-tablet > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-template-grid.is-col-2-tablet > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .c-template-grid.is-col-3-tablet .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-template-grid.is-col-3-tablet > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-template-grid.is-col-3-tablet > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.3333333333%;
  }
  .c-template-grid.is-column-reverse .b-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-template-grid.is-column-reverse .b-grid .b-grid__img {
    width: 100%;
    margin-bottom: 0;
  }
  .c-template-grid.is-column-reverse .b-grid .b-grid__content {
    width: 100%;
    margin-bottom: 12px;
  }
  .c-template-grid.is-border.is-col-3-tablet .b-grid {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 20px;
    height: 100%;
  }
  .c-template-grid.is-border.is-col-3-tablet > ul > li {
    border-bottom: none;
    margin-bottom: 0;
  }
  .c-template-grid.is-border.is-col-3-tablet > ul > li:nth-last-child(1) .b-grid, .c-template-grid.is-border.is-col-3-tablet > ul > li:nth-last-child(2) .b-grid, .c-template-grid.is-border.is-col-3-tablet > ul > li:nth-last-child(3) .b-grid {
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-template-grid.is-col-line-tablet.is-col-3-tablet > ul > li {
    border-right: 1px solid #E1E1E1;
    padding-right: 9px;
  }
  .c-template-grid.is-col-line-tablet.is-col-3-tablet > ul > li:nth-child(3n+3) {
    border-right: none;
    padding-right: 10px;
  }
  .c-template-grid.is-col-line-tablet.is-col-3-tablet > ul > li:nth-last-child(1), .c-template-grid.is-col-line-tablet.is-col-3-tablet > ul > li:nth-last-child(2), .c-template-grid.is-col-line-tablet.is-col-3-tablet > ul > li:nth-last-child(3) {
    padding-bottom: 0;
  }
  .c-template-grid.is-col-line-tablet.is-border > ul > li {
    border-bottom: none;
  }
  .c-template-list .b-grid .b-grid__img {
    width: 200px;
  }
  .c-template-list .b-grid .b-grid__content {
    width: calc(100% - 200px);
  }
  .c-template-list .b-grid .b-grid__title {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-template-grid.is-col-3-tablet.is-border-mobile > ul > li {
    border-bottom: none;
    margin-bottom: 0;
  }
  .c-template-grid.is-col-2-tablet-only:last-child {
    margin-bottom: -20px;
    min-height: 20px;
  }
  .c-template-grid.is-col-2-tablet-only > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-template-grid.is-col-2-tablet-only > ul > li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-template-grid.is-col-2-tablet-only.is-border > ul > li {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .c-template-grid .b-grid .b-grid__desc {
    display: block;
    font-size: 14px;
  }
  .c-template-grid .b-grid .b-grid__title {
    font-size: 18px;
  }
  .c-template-grid .b-grid .b-grid__title a {
    transition: all 0.2s ease;
  }
  .c-template-grid .b-grid .b-grid__title a:hover {
    color: #00BA36;
  }
  .c-template-grid .b-grid .b-grid__time {
    font-size: 14px;
  }
  .c-template-grid .b-grid .b-grid__space {
    font-size: 14px;
  }
  .c-template-grid .b-grid .b-grid__cat {
    font-size: 14px;
  }
  .c-template-grid .b-grid a.b-grid__cat {
    transition: all 0.2s ease;
  }
  .c-template-grid .b-grid a.b-grid__cat:hover {
    color: #00BA36;
  }
  .c-template-grid .b-grid .b-grid__area {
    font-size: 14px;
  }
  .c-template-grid .b-grid .b-grid__area {
    transition: all 0.2s ease;
  }
  .c-template-grid .b-grid .b-grid__area:hover {
    color: #fff;
    background-color: #00BA36;
  }
  .c-template-grid .b-grid .b-grid__ad {
    font-size: 14px;
  }
  .c-template-grid .b-grid a.b-grid__tag {
    font-size: 16px;
  }
  .c-template-grid .b-grid .h-show-pc {
    display: block;
  }
  .c-template-grid.is-title-first-mobile .b-grid .b-grid__row {
    margin-bottom: 0;
  }
  .c-template-grid.is-title-first-mobile .b-grid .b-grid__desc {
    display: none;
  }
  .c-template-grid.is-title-first-mobile.is-sapo-pc .b-grid .b-grid__row {
    margin-bottom: 10px;
  }
  .c-template-grid.is-title-first-mobile.is-sapo-pc .b-grid .b-grid__row:last-child {
    margin-bottom: 0;
  }
  .c-template-grid.is-title-first-mobile.is-sapo-pc .b-grid .b-grid__desc {
    display: block;
  }
  .c-template-grid.is-col-2-pc > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-template-grid.is-col-2-pc > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .c-template-grid.is-col-3-pc .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-template-grid.is-col-3-pc > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-template-grid.is-col-3-pc > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.3333333333%;
  }
  .c-template-grid.is-col-4-pc .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-template-grid.is-col-4-pc > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-template-grid.is-col-4-pc > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }
  .c-template-grid.is-col-5-pc .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-template-grid.is-col-5-pc > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-template-grid.is-col-5-pc > ul > li {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-template-grid.is-list-pc .b-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .c-template-grid.is-list-pc .b-grid .b-grid__img {
    width: 280px;
    margin-bottom: 0;
  }
  .c-template-grid.is-list-pc .b-grid .b-grid__content {
    width: calc(100% - 280px);
    padding-left: 15px;
  }
  .c-template-grid.is-list-pc .b-grid .b-grid__row {
    margin-bottom: 10px;
  }
  .c-template-grid.is-list-pc .b-grid .b-grid__row:last-child {
    margin-bottom: 0;
  }
  .c-template-grid.is-list-pc .b-grid .b-grid__title {
    font-size: 20px;
  }
  .c-template-grid.is-list-pc .b-grid .b-grid__desc {
    display: block;
  }
  .c-template-grid.is-border.is-col-3-pc .b-grid {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 20px;
    height: 100%;
  }
  .c-template-grid.is-border.is-col-3-pc > ul > li {
    border-bottom: none;
    margin-bottom: 0;
  }
  .c-template-grid.is-border.is-col-3-pc > ul > li:nth-last-child(1) .b-grid, .c-template-grid.is-border.is-col-3-pc > ul > li:nth-last-child(2) .b-grid, .c-template-grid.is-border.is-col-3-pc > ul > li:nth-last-child(3) .b-grid {
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-template-grid.is-col-line-pc.is-col-4-pc > ul > li {
    border-right: 1px solid #E1E1E1;
    padding-right: 9px;
  }
  .c-template-grid.is-col-line-pc.is-col-4-pc > ul > li:nth-child(4n+4) {
    border-right: none;
    padding-right: 10px;
  }
  .c-template-grid.is-col-line-pc.is-col-4-pc > ul > li:nth-last-child(1), .c-template-grid.is-col-line-pc.is-col-4-pc > ul > li:nth-last-child(2), .c-template-grid.is-col-line-pc.is-col-4-pc > ul > li:nth-last-child(3), .c-template-grid.is-col-line-pc.is-col-4-pc > ul > li:nth-last-child(4) {
    padding-bottom: 0;
  }
  .c-template-grid.is-col-line-pc.is-col-3-pc > ul > li {
    border-right: 1px solid #E1E1E1;
    padding-right: 9px;
  }
  .c-template-grid.is-col-line-pc.is-col-3-pc > ul > li:nth-child(3n+3) {
    border-right: none;
    padding-right: 10px;
  }
  .c-template-grid.is-col-line-pc.is-col-3-pc > ul > li:nth-last-child(1), .c-template-grid.is-col-line-pc.is-col-3-pc > ul > li:nth-last-child(2), .c-template-grid.is-col-line-pc.is-col-3-pc > ul > li:nth-last-child(3) {
    padding-bottom: 0;
  }
  .c-template-list .b-grid .b-grid__img {
    width: 160px;
  }
  .c-template-list .b-grid .b-grid__content {
    width: calc(100% - 160px);
  }
  .c-template-list .b-grid .b-grid__desc {
    display: block;
    font-size: 14px;
  }
  .c-template-list .b-grid .b-grid__title {
    font-size: 20px;
  }
  .c-template-list .b-grid .b-grid__title a {
    transition: all 0.2s ease;
  }
  .c-template-list .b-grid .b-grid__title a:hover {
    color: #00BA36;
  }
  .c-template-list .b-grid .b-grid__time {
    font-size: 14px;
  }
  .c-template-list .b-grid .b-grid__space {
    font-size: 14px;
  }
  .c-template-list .b-grid .b-grid__cat {
    font-size: 14px;
  }
  .c-template-list .b-grid a.b-grid__cat {
    transition: all 0.2s ease;
  }
  .c-template-list .b-grid a.b-grid__cat:hover {
    color: #00BA36;
  }
  .c-template-list .b-grid .b-grid__ad {
    font-size: 14px;
  }
  .c-template-list.is-grid-pc .b-grid {
    display: block;
  }
  .c-template-list.is-grid-pc .b-grid .b-grid__img {
    width: auto;
    margin-bottom: 10px;
  }
  .c-template-list.is-grid-pc .b-grid .b-grid__content {
    padding-left: 0;
    width: 100%;
  }
  .c-template-list.is-grid-pc .b-grid .b-grid__title {
    font-size: 18px;
  }
  .c-template-list.is-grid-pc.is-col-3 > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 0 -10px;
    flex-wrap: wrap;
  }
  .c-template-list.is-grid-pc.is-col-3 > ul > li {
    width: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    border-bottom: none;
  }
  .c-template-list.is-grid-pc.is-col-3 > ul > li:last-child {
    padding-bottom: 20px;
  }
  .c-template-list.is-small-pc .b-grid .b-grid__img {
    width: 90px;
  }
  .c-template-list.is-small-pc .b-grid .b-grid__content {
    width: calc(100% - 90px);
  }
  .c-template-list.is-small-pc .b-grid .b-grid__title {
    font-size: 14px;
  }
  .c-template-list.is-small-pc > ul > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .c-template-grid.is-col-2 > ul {
    margin: 0 -15px;
  }
  .c-template-grid.is-col-2 > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-template-grid.is-col-2-tablet > ul {
    margin: 0 -15px;
  }
  .c-template-grid.is-col-2-tablet > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-template-grid.is-col-3-tablet > ul {
    margin: 0 -15px;
  }
  .c-template-grid.is-col-3-tablet > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-template-grid.is-col-2-pc > ul {
    margin: 0 -15px;
  }
  .c-template-grid.is-col-2-pc > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-template-grid.is-col-3-pc > ul {
    margin: 0 -15px;
  }
  .c-template-grid.is-col-3-pc > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-template-grid.is-col-4-pc > ul {
    margin: 0 -15px;
  }
  .c-template-grid.is-col-4-pc > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-template-grid.is-col-5-pc > ul {
    margin: 0 -15px;
  }
  .c-template-grid.is-col-5-pc > ul > li {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .c-template-grid.is-list-pc .b-grid .b-grid__content {
    padding-left: 20px;
  }
  .c-template-grid.is-list-pc.is-thumb-large .b-grid .b-grid__img {
    width: 420px;
  }
  .c-template-grid.is-list-pc.is-thumb-large .b-grid .b-grid__content {
    width: calc(100% - 420px);
  }
  .c-template-grid.is-col-line-pc.is-col-4-pc > ul > li {
    padding-right: 14px;
  }
  .c-template-grid.is-col-line-pc.is-col-4-pc > ul > li:nth-child(4n+4) {
    padding-right: 15px;
  }
  .c-template-grid.is-col-line-pc.is-col-3-pc > ul > li {
    padding-right: 14px;
  }
  .c-template-grid.is-col-line-pc.is-col-3-pc > ul > li:nth-child(3n+3) {
    padding-right: 15px;
  }
  .c-template-grid.is-col-line-tablet.is-col-3-tablet > ul > li {
    padding-right: 14px;
  }
  .c-template-grid.is-col-line-tablet.is-col-3-tablet > ul > li:nth-child(3n+3) {
    padding-right: 15px;
  }
  .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-2 > ul {
    margin: 0 -15px;
  }
  .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-2 > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-3-tablet > ul {
    margin: 0 -15px;
  }
  .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-3-tablet > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-2-pc > ul {
    margin: 0 -15px;
  }
  .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-2-pc > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-3-pc > ul {
    margin: 0 -15px;
  }
  .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-3-pc > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-4-pc > ul {
    margin: 0 -15px;
  }
  .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-4-pc > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-5-pc > ul {
    margin: 0 -15px;
  }
  .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-5-pc > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .c-template-grid.is-sapo-mobile .b-grid .b-grid__desc {
    display: block;
  }
  .c-template-grid.is-border-mobile > ul > li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .c-template-grid.is-border-mobile > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .c-template-grid.is-title-first-mobile .b-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-template-grid.is-title-first-mobile .b-grid .b-grid__img {
    width: 100%;
    margin-bottom: 0;
  }
  .c-template-grid.is-title-first-mobile .b-grid .b-grid__content {
    width: 100%;
    margin-bottom: 10px;
  }
  .c-template-grid.is-title-first-mobile .b-grid .b-grid__desc {
    display: block;
  }
  .c-template-grid.is-column-reverse-mobile .b-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-template-grid.is-column-reverse-mobile .b-grid .b-grid__img {
    width: 100%;
    margin-bottom: 0;
  }
  .c-template-grid.is-column-reverse-mobile .b-grid .b-grid__content {
    width: 100%;
    margin-bottom: 12px;
  }
  .c-template-list .b-grid .b-grid__row {
    font-size: 15px;
  }
  .c-template-list .b-grid .b-grid__title {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .c-template-grid .b-grid .b-grid__time {
    font-size: 11px;
  }
  .c-template-grid .b-grid .b-grid__space {
    font-size: 11px;
  }
  .c-template-grid .b-grid .b-grid__cat {
    font-size: 11px;
  }
  .c-template-list .b-grid .b-grid__time {
    font-size: 11px;
  }
  .c-template-list .b-grid .b-grid__space {
    font-size: 11px;
  }
  .c-template-list .b-grid .b-grid__cat {
    font-size: 11px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .c-template-grid.is-title-first-mobile.is-col-2-tablet .b-grid, .c-template-grid.is-title-first-mobile.is-col-3-tablet .b-grid {
    flex-direction: column;
  }
  .c-template-grid.is-title-first-mobile.is-col-2-tablet .b-grid .b-grid__img, .c-template-grid.is-title-first-mobile.is-col-3-tablet .b-grid .b-grid__img {
    margin-bottom: 12px;
  }
  .c-template-grid.is-title-first-mobile.is-col-2-tablet .b-grid .b-grid__content, .c-template-grid.is-title-first-mobile.is-col-3-tablet .b-grid .b-grid__content {
    margin-bottom: 0;
  }
  .c-template-grid.is-title-first-mobile.is-col-2-tablet .b-grid .b-grid__desc, .c-template-grid.is-title-first-mobile.is-col-3-tablet .b-grid .b-grid__desc {
    display: none;
  }
}
/*---------- end news css ----------*/
/*---------- news 24h css ----------*/
.c-time-count {
  position: relative;
  z-index: 3;
  min-height: 18px;
  margin-bottom: 10px;
}
.c-time-count:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #00BA36;
  position: absolute;
  z-index: 4;
  left: -30px;
  top: 7px;
  border-radius: 50%;
}
.c-time-count span {
  color: #555;
  font-size: 14px;
}

.c-template-grid.is-timeline {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.c-template-grid.is-timeline:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 4px;
  width: 1px;
  bottom: 20px;
  background-color: #E1E1E1;
}

@media (min-width: 992px) {
  .c-template-grid.is-timeline.is-list-pc .b-grid {
    flex-direction: row-reverse;
  }
  .c-template-grid.is-timeline.is-list-pc .b-grid .b-grid__content {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .c-template-grid.is-timeline.is-list-pc .b-grid .b-grid__content {
    padding-right: 20px;
  }
}
/*---------- end news 24h css ----------*/
/*---------- news short css ----------*/
.c-template-grid.is-news-short .b-grid {
  min-height: 0;
}
.c-template-grid.is-news-short .b-grid .b-grid__img {
  display: none;
}
.c-template-grid.is-news-short .b-grid .b-grid__title {
  font-size: 16px;
}

.c-box.is-border .c-template-grid.is-news-short {
  margin: 0 -14px -14px;
}
.c-box.is-border .c-template-grid.is-news-short > ul > li {
  padding: 12px 15px;
  margin-bottom: 1px;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.c-box.is-border .c-template-grid.is-news-short > ul > li:nth-child(2n) {
  background-color: #ececec;
  padding: 12px 14px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}
.c-box.is-border .c-template-grid.is-news-short > ul > li:first-child {
  padding-top: 0;
  border-top: none;
}

@media (min-width: 992px) {
  .c-template-grid.is-news-short.is-border > ul > li {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .c-template-grid.is-news-short.is-border > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/*---------- end news short css ----------*/
/*---------- news card css ----------*/
.c-template-grid.is-news-card .b-grid {
  min-height: 0;
  background-color: #fff;
  height: 100%;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
}
.c-template-grid.is-news-card .b-grid .b-grid__img {
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.c-template-grid.is-news-card .b-grid .b-grid__content {
  padding: 12px 15px;
}
.c-template-grid.is-news-card .b-grid .b-grid__title {
  text-align: center;
}

@media (min-width: 992px) {
  .c-template-grid.is-news-card.is-col-4-pc > ul > li:last-child {
    padding-bottom: 20px;
  }
}
/*---------- end news card css ----------*/
/*---------- home css ----------*/
/*---------- home topevent css ----------*/
.c-topevent {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 20px;
}
.c-topevent label {
  font-weight: 700;
  font-size: 12px;
  margin: 0;
  color: #00BA36;
  float: left;
  padding-top: 2px;
}
.c-topevent label .icon24-topevent {
  margin-right: 4px;
}
.c-topevent label span {
  display: none;
}
.c-topevent__content {
  margin-left: 32px;
}
.c-topevent__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-topevent__content a {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  color: #555;
  font-size: 12px;
  padding: 3px 10px;
  margin-right: 5px;
  background-color: #F8F8F8;
  border-radius: 12px;
}
.c-topevent__content > .scrollbar-macosx {
  padding-bottom: 5px !important;
}
.c-topevent__scroll {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 5px;
}
.c-topevent__scroll.scrollbar-outer > .scroll-element {
  background-color: transparent;
}
.c-topevent__scroll.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #6c757d;
}
.c-topevent__scroll.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6c757d;
}

@media (min-width: 768px) {
  .c-topevent {
    margin-bottom: 25px;
  }
  .c-topevent label {
    font-size: 13px;
  }
  .c-topevent__content a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .c-topevent {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 1;
  }
  .c-topevent label {
    font-size: 14px;
  }
  .c-topevent__content a {
    margin-right: 10px;
    transition: all 0.2s ease;
  }
  .c-topevent__content a:hover {
    color: #00BA36;
  }
  .c-topevent__scroll {
    padding-bottom: 5px;
  }
}
/*---------- end home topevent css ----------*/
/*---------- home head css ----------*/
.c-head {
  margin-bottom: 20px;
}
.c-head:last-child {
  margin-bottom: 0;
}
.c-head__top {
  margin-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 20px;
}
.c-head__bottom {
  margin-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 20px;
}

.c-head-big .c-template-grid .b-grid .b-grid__img {
  margin-left: -15px;
  margin-right: -15px;
}
.c-head-big .c-template-grid .b-grid .b-grid__row {
  margin-bottom: 10px;
}
.c-head-big .c-template-grid .b-grid .b-grid__row:last-child {
  margin-bottom: 0;
}
.c-head-big .c-template-grid .b-grid .b-grid__title {
  font-size: 24px;
}
.c-head-big .c-template-grid .b-grid .c-template-grid.is-news-short .b-grid .b-grid__title {
  font-size: 16px;
}
.c-head-big .c-template-grid .b-grid .c-template-grid.is-border > ul > li:first-child {
  padding-top: 20px;
  border-top: 1px solid #E1E1E1;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .c-head {
    margin-bottom: 30px;
  }
  .c-head__top {
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-top: 20px;
  }
  .c-head__bottom {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .c-head__bottom .c-template-grid.is-col-3-tablet .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-head-big .c-template-grid .b-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-head-big .c-template-grid .b-grid .b-grid__img {
    margin-bottom: 0;
    order: 2;
    width: 66.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
  }
  .c-head-big .c-template-grid .b-grid .b-grid__img a {
    background-color: #ececec;
    background-image: url("../images/default.png");
    background-position: center center;
    background-repeat: no-repeat;
  }
  .c-head-big .c-template-grid .b-grid .b-grid__content {
    order: 1;
    width: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-head-big .c-template-grid .b-grid .b-grid__title {
    font-size: 26px;
  }
  .c-head-big .c-template-grid .b-grid .c-template-grid {
    display: none;
  }
  .c-head-big .c-template-grid .b-grid .c-template-grid.is-news-short .b-grid {
    display: block;
  }
  .c-head-big .c-template-grid .b-grid .c-template-grid.is-news-short .b-grid .b-grid__content {
    width: 100%;
  }
  .c-head-big .c-template-grid .b-grid .c-template-grid.is-border > ul > li {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .c-head-big .c-template-grid .b-grid .c-template-grid.is-border > ul > li:first-child {
    margin-top: 12px;
    padding-top: 12px;
  }
  .c-head-big .c-template-grid .b-grid .c-template-grid.is-border > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .c-head {
    margin-bottom: 40px;
  }
  .c-head__top {
    padding-top: 0;
  }
  .c-head__bottom {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .c-head-big .c-template-grid .b-grid .b-grid__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .c-head {
    margin-bottom: 50px;
  }
  .c-head__top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .c-head-big .c-template-grid .b-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-head-big .c-template-grid .b-grid .b-grid__img {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-head-big .c-template-grid .b-grid .b-grid__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-head-big .c-template-grid .b-grid .b-grid__title {
    font-size: 26px;
  }
  .c-head-big .c-template-grid .b-grid .b-grid__desc {
    font-size: 15px;
  }
  .c-head-big .c-template-grid .b-grid .c-template-grid {
    display: block;
  }
}
@media (max-width: 767px) {
  .c-head__top {
    position: relative;
    z-index: 1;
  }
  .c-head__top:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: -15px;
    right: -15px;
    height: 1px;
    background-color: #999;
  }
  .c-head__bottom {
    position: relative;
    z-index: 1;
  }
  .c-head__bottom:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: -15px;
    right: -15px;
    height: 1px;
    background-color: #999;
  }
}
/*---------- end home head css ----------*/
/*---------- home leader css ----------*/
.c-leader__title {
  color: #00BA36;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
.c-leader__title:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 10px;
  height: 5px;
  background-color: #00BA36;
}
.c-leader__title:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-image: url("../images/leader-title.svg");
  background-repeat: no-repeat;
  background-position: right center;
}

.c-leader-list .b-grid {
  min-height: 65px;
}
.c-leader-list .b-grid .b-grid__img {
  width: 65px;
  height: 65px;
  border: 1px solid #00BA36;
  border-radius: 50%;
}
.c-leader-list .b-grid .b-grid__img a {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.c-leader-list .b-grid .b-grid__img img {
  width: 100%;
  min-height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-leader-list .b-grid .b-grid__content {
  margin-left: 75px;
  min-height: 65px;
}
.c-leader-list .b-grid .b-grid__row {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}
.c-leader-list .b-grid .b-grid__row:has(.b-grid) {
  padding-top: 12px;
}
.c-leader-list .b-grid .b-grid__title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}
.c-leader-list .b-grid .b-grid__title a {
  color: #000;
  text-decoration: none;
}
.c-leader-list .b-grid .b-grid__title [class*=icon] {
  margin-right: 5px;
  margin-top: -2px;
}
.c-leader-list .b-grid .b-grid {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 0;
}
.c-leader-list .b-grid .b-grid .b-grid__img {
  width: 65px;
  height: 43px;
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.c-leader-list .b-grid .b-grid .b-grid__img a {
  border: none;
  border-radius: 0;
}
.c-leader-list .b-grid .b-grid .b-grid__content {
  margin-left: 0;
  width: calc(100% - 75px);
  min-height: 0;
}
.c-leader-list .b-grid .b-grid .b-grid__title {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
}
.c-leader-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-leader-list > ul > li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E1E1E1;
}
.c-leader-list > ul > li:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .c-leader-list .b-grid .b-grid__title a {
    transition: all 0.2s ease;
  }
  .c-leader-list .b-grid .b-grid__title a:hover {
    color: #00BA36;
  }
}
/*---------- end home leader css ----------*/
/*---------- home topread css ----------*/
.c-news-topread__number {
  width: 40px;
}
.c-news-topread__number span {
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFA7A7;
}
.c-news-topread__title {
  margin: 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 700;
  width: calc(100% - 40px);
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
}
.c-news-topread__title a {
  display: block;
  text-decoration: none;
  color: #333;
}
.c-news-topread__title [class*=icon] {
  margin-right: 5px;
  margin-top: -2px;
}
.c-news-topread ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-news-topread ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E1E1E1;
}
.c-news-topread > ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .c-news-topread {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .c-news-topread__left {
    width: 50%;
    padding-right: 10px;
  }
  .c-news-topread__right {
    padding-left: 10px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .c-news-topread__title {
    font-size: 16px;
  }
  .c-news-topread__title a {
    transition: all 0.2s ease;
  }
  .c-news-topread__title a:hover {
    color: #00BA36;
  }
}
@media (min-width: 1200px) {
  .c-news-topread__left {
    padding-right: 15px;
  }
  .c-news-topread__right {
    padding-left: 15px;
  }
}
/*---------- end home topread css ----------*/
/*---------- home newspaper css ----------*/
.c-newspaper-item__img {
  overflow: hidden;
  padding-top: 144.6078431373%;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.c-newspaper-item__img a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-newspaper-item__img img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-newspaper-item__row {
  line-height: 1.5;
}
.c-newspaper-item__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  line-height: 1.5;
}
.c-newspaper-item__title a {
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
}

@media (min-width: 992px) {
  .c-newspaper-item__title a {
    transition: all 0.2s ease;
  }
  .c-newspaper-item__title a:hover {
    color: #00BA36;
  }
}
/*---------- end home newspaper css ----------*/
/*---------- home topic css ----------*/
.c-topic-area.is-margin-bottom {
  margin-bottom: 20px;
}
.c-topic-area.is-margin-bottom:last-child {
  margin-bottom: 0;
}
.c-topic-area .c-template-list .b-grid {
  display: flex;
  flex-direction: row;
}
.c-topic-area .c-template-list .b-grid .b-grid__img {
  display: none;
}
.c-topic-area .c-template-list .b-grid .b-grid__content {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.c-topic-area .c-template-list .b-grid .b-grid__title {
  font-size: 18px;
  font-weight: 400;
}
.c-topic-area .c-template-list > ul > li {
  padding-bottom: 15px;
}
.c-topic-area .c-template-list > ul > li:first-child .b-grid {
  display: block;
}
.c-topic-area .c-template-list > ul > li:first-child .b-grid .b-grid__img {
  width: auto;
  margin-bottom: 10px;
  display: block;
}
.c-topic-area .c-template-list > ul > li:first-child .b-grid .b-grid__content {
  padding-left: 0;
  width: auto;
}
.c-topic-area .c-template-list > ul > li:last-child {
  padding-bottom: 0;
}
.c-topic-area > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-topic-area > ul > li {
  padding-bottom: 20px;
}

.c-topic-cat {
  display: none;
  overflow-x: auto;
  overflow-y: hidden;
}
.c-topic-cat > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-topic-cat > ul > li {
  margin-right: 15px;
}
.c-topic-cat > ul > li:last-child {
  margin-bottom: 0;
}
.c-topic-cat > ul > li > a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
  padding-bottom: 10px;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .c-topic-area .c-box .c-box__title .c-box__title__name {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .c-topic-area {
    margin-bottom: -25px;
    min-height: 25px;
  }
  .c-topic-area.is-margin-bottom {
    margin-bottom: 25px;
  }
  .c-topic-area .c-box .c-box__title .c-box__title__cat {
    padding-top: 7px;
    min-height: 28px;
  }
  .c-topic-area .c-template-list .b-grid {
    flex-direction: row-reverse;
  }
  .c-topic-area .c-template-list .b-grid .b-grid__img {
    width: 150px;
  }
  .c-topic-area .c-template-list > ul > li {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .c-topic-area .c-template-list > ul > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-topic-area .c-template-list > ul > li:first-child .b-grid .b-grid__title {
    min-height: 56px;
  }
  .c-topic-area > ul {
    margin: 0 -10px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .c-topic-area > ul > li {
    padding-bottom: 25px;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .c-topic-area {
    margin-bottom: -30px;
    min-height: 30px;
  }
  .c-topic-area.is-margin-bottom {
    margin-bottom: 30px;
  }
  .c-topic-area.c-box .c-box__title .c-box__title__cat ul {
    justify-content: flex-start;
  }
  .c-topic-area .c-box .c-box__title .c-box__title__cat ul {
    justify-content: flex-start;
  }
  .c-topic-area .c-template-list .b-grid .b-grid__img {
    width: 100px;
  }
  .c-topic-area .c-template-list .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-topic-area .c-template-list > ul > li:first-child .b-grid .b-grid__title {
    font-size: 16px;
    min-height: 45px;
  }
  .c-topic-area > ul > li {
    padding-bottom: 30px;
    width: 25%;
  }
  .c-topic-area > ul > li .c-box.is-title-line .c-box__title:before {
    display: none;
  }
  .c-topic-area > ul > li .c-box.is-title-line .c-box__title:after {
    display: none;
  }
  .c-topic-area > ul > li .c-box.is-title-line .c-box__title .c-box__title__name {
    padding-left: 0;
    padding-right: 0;
  }
  .c-topic-cat {
    display: block;
  }
}
@media (min-width: 1200px) {
  .c-topic-area > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-topic-qc {
    background-color: #F8F8F8;
    padding: 10px;
    border-radius: 10px;
  }
  .c-topic-qc .c-box.is-margin-small {
    margin-bottom: 10px;
  }
  .c-topic-qc .c-box.is-margin-small:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .c-topic-area > ul > li {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
  }
  .c-topic-area > ul > li:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: -15px;
    right: -15px;
    height: 1px;
    background-color: #999;
  }
}
/*---------- end home topic css ----------*/
/*---------- home province css ----------*/
.c-province-news > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-province-news > ul > li {
  padding-bottom: 16px;
}
.c-province-news > ul > li .c-province-box {
  height: 100%;
}

.c-province-box {
  background-color: #fff;
}
.c-province-box__title {
  position: relative;
  z-index: 1;
  height: 42px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.c-province-box__title:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #00BA36 65%, rgba(0, 186, 54, 0)); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to right, #00BA36 65%, rgba(0, 186, 54, 0));
}
.c-province-box__title a {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 10px;
}
.c-province-box__content {
  padding: 15px;
}
.c-province-box .c-template-list .b-grid .b-grid__img {
  display: none;
}
.c-province-box .c-template-list .b-grid .b-grid__content {
  margin-left: 0;
  width: auto;
  padding-left: 0;
}
.c-province-box .c-template-list .b-grid .b-grid__title {
  font-size: 18px;
}
.c-province-box .c-template-list > ul > li:first-child .b-grid {
  display: block;
}
.c-province-box .c-template-list > ul > li:first-child .b-grid .b-grid__img {
  width: auto;
  float: none;
  margin-bottom: 12px;
  display: block;
}

@media (min-width: 768px) {
  .c-province-news {
    margin-bottom: -16px;
    min-height: 16px;
  }
  .c-province-news > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .c-province-news > ul > li {
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
  }
  .c-province-box .c-template-list .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-province-box .c-template-list > ul > li {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .c-province-box .c-template-list > ul > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .c-province-news > ul > li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .c-province-news > ul > li:last-child {
    padding-bottom: 0;
  }
}
/*---------- end home province css ----------*/
/*---------- home category box css ----------*/
.c-category-box__right {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E1E1E1;
}

.c-category-group > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-category-group > ul > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
}
.c-category-group > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media (min-width: 768px) {
  .c-category-box {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-category-box__left {
    width: 69.1011235955%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-category-box__left .c-template-grid .b-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .c-category-box__left .c-template-grid .b-grid .b-grid__img {
    width: 34.4537815126%;
    margin-bottom: 0;
  }
  .c-category-box__left .c-template-grid .b-grid .b-grid__content {
    width: 65.5462184874%;
    padding-left: 15px;
  }
  .c-category-box__right {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    width: 30.8988764045%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-category-box__right .c-template-grid.is-news-short .b-grid .b-grid__title {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .c-category-box {
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-category-box__left {
    padding-left: 15px;
    padding-right: 15px;
    width: 69.4444444444%;
  }
  .c-category-box__right {
    padding-left: 15px;
    padding-right: 15px;
    width: 31.6666666667%;
  }
  .c-category-group > ul > li {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
/*---------- end home category box css ----------*/
/*---------- home local css ----------*/
.c-local-grid .c-template-grid > ul > li + li .b-grid {
  min-height: 0;
}
.c-local-grid .c-template-grid > ul > li + li .b-grid .b-grid__img {
  display: none;
}
.c-local-grid .c-template-grid > ul > li + li .b-grid .b-grid__row {
  margin-bottom: 0;
}
.c-local-grid .c-template-grid > ul > li + li .b-grid .b-grid__time {
  display: none;
}
.c-local-grid .c-template-grid > ul > li + li .b-grid .b-grid__area {
  display: none;
}
.c-local-grid > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-local-grid > ul > li {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .c-local-grid .c-template-grid .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-local-grid .c-template-grid.is-border > ul > li {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .c-local-grid .c-template-grid.is-border > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .c-local-grid > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-local-grid > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .c-local-grid > ul > li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .c-local-grid > ul {
    margin: 0 -15px;
  }
  .c-local-grid > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .c-local-grid > ul > li {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
  }
  .c-local-grid > ul > li:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: -15px;
    right: -15px;
    height: 1px;
    background-color: #999;
  }
  .c-local-grid > ul > li:last-child {
    padding-bottom: 0;
  }
  .c-local-grid > ul > li:last-child:after {
    display: none;
  }
}
/*---------- end home local css ----------*/
/*---------- home podcast featured css ----------*/
.c-podcast-small-item__img {
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.c-podcast-small-item__img a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-podcast-small-item__img img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-podcast-small-item__row {
  margin-bottom: 3px;
  line-height: 1.4;
}
.c-podcast-small-item__row:last-child {
  margin-bottom: 0;
}
.c-podcast-small-item__row.is-desc {
  color: #999;
  font-size: 13.5px;
}
.c-podcast-small-item__title {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
}
.c-podcast-small-item__title a {
  display: block;
  text-decoration: none;
  color: #000;
}

@media (min-width: 992px) {
  .c-podcast-small-item__title a {
    transition: all 0.2s ease;
  }
  .c-podcast-small-item__title a:hover {
    color: #00BA36;
  }
}
/*---------- end home podcast featured css ----------*/
/*---------- home ocop css ----------*/
.c-ocop-news .c-template-grid > ul > li + li .b-grid {
  min-height: 0;
}
.c-ocop-news .c-template-grid > ul > li + li .b-grid .b-grid__img {
  display: none;
}

@media (min-width: 992px) {
  .c-ocop-news .c-template-grid .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-ocop-news .c-template-grid.is-border > ul > li {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .c-ocop-news .c-template-grid.is-border > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/*---------- end home ocop css ----------*/
/*---------- home media css ----------*/
.c-media-box__left {
  margin-bottom: 20px;
}
.c-media-box__left .c-template-grid .b-grid .b-grid__title {
  font-size: 20px;
}
.c-media-box__right .c-template-grid.is-border-mobile > ul > li {
  border-bottom-color: #ddd;
}

@media (min-width: 992px) {
  .c-multimedia-block {
    position: relative;
    z-index: 1;
    border: 1px solid #B8C9D1;
    margin-left: -5px;
    margin-right: -5px;
  }
  .c-multimedia-block:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #fff;
  }
  .c-multimedia-block:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -6px;
    left: -6px;
    right: -6px;
    height: 51px;
    background-image: url("../images/multimedia-caret-left.png"), url("../images/multimedia-caret-right.png");
    background-position: bottom left, bottom right;
    background-repeat: no-repeat, no-repeat;
  }
  .c-multimedia-block .c-media-box {
    position: relative;
    z-index: 4;
  }
  .c-media-box {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 0 -10px;
    flex-wrap: wrap;
  }
  .c-media-box__left {
    margin-bottom: 0;
    border-bottom: none;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-media-box__left .c-template-grid .b-grid .b-grid__title {
    font-size: 22px;
  }
  .c-media-box__right {
    display: block;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-media-box__right .c-template-grid.is-col-2-pc .b-grid {
    height: 100%;
  }
  .c-media-box__right .c-template-grid.is-col-2-pc > ul > li:nth-last-child(2) {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .c-media-box {
    margin: 0 -15px;
  }
  .c-media-box__left {
    padding-left: 15px;
    padding-right: 14px;
  }
  .c-media-box__left .c-template-grid .b-grid .b-grid__title {
    font-size: 24px;
  }
  .c-media-box__right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-media-box__right .c-template-grid .b-grid .b-grid__title {
    font-size: 16px;
  }
}
/*---------- end home media css ----------*/
/*---------- home series css ----------*/
.c-box:has(.c-series-grid) .c-box__title .c-box__title__name {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
}

.c-series-grid .b-grid {
  position: relative;
  z-index: 1;
}
.c-series-grid .b-grid .b-grid__img {
  float: none;
  margin-bottom: 0;
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
}
.c-series-grid .b-grid .b-grid__img a {
  padding-top: 67.1794871795%;
  position: relative;
  z-index: 1;
  display: block;
}
.c-series-grid .b-grid .b-grid__img img {
  width: 100%;
  min-height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.c-series-grid .b-grid .b-grid__content {
  margin-left: 0;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  background: linear-gradient(to right, #25957D, #006B68); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to right, #25957D, #006B68);
}
.c-series-grid .b-grid .b-grid__row {
  margin-bottom: 0;
}
.c-series-grid .b-grid .b-grid__title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  line-height: 1.5;
}
.c-series-grid .b-grid .b-grid__title a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}
.c-series-grid > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-series-grid > ul > li {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .c-series-grid.is-col-2-tablet .b-grid .b-grid__title {
    font-size: 18px;
  }
  .c-series-grid.is-col-2-tablet:last-child {
    margin-bottom: -20px;
    min-height: 20px;
  }
  .c-series-grid.is-col-2-tablet > ul {
    margin: 0 -10px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .c-series-grid.is-col-2-tablet > ul > li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-series-slider .c-series-grid > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .c-series-slider .c-series-grid > ul > li:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .c-series-grid.is-col-2-tablet .b-grid .b-grid__content {
    padding: 10px 20px;
  }
  .c-series-grid.is-col-2-tablet .b-grid .b-grid__title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .c-box:has(.c-series-grid) .c-box__title .c-box__title__name {
    font-size: 20px;
  }
  .c-series-grid.is-col-2-tablet .b-grid .b-grid__content {
    padding: 10px 30px;
  }
  .c-series-grid.is-col-2-tablet .b-grid .b-grid__title {
    font-size: 22px;
  }
  .c-series-grid.is-col-2-tablet:last-child {
    margin-bottom: -30px;
    min-height: 30px;
  }
  .c-series-grid.is-col-2-tablet > ul {
    margin: 0 -15px;
  }
  .c-series-grid.is-col-2-tablet > ul > li {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .c-series-grid > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .c-series-grid > ul > li:last-child {
    padding-bottom: 0;
  }
}
/*---------- end home series css ----------*/
/*---------- home focus css ----------*/
.c-focus-box {
  margin-bottom: 20px;
  padding: 15px;
  background: linear-gradient(to bottom, #95DCBD, #EBFFF6); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to bottom, #95DCBD, #EBFFF6);
}
.c-focus-box:last-child {
  margin-bottom: 0;
}
.c-focus-box .c-box .c-box__title .c-box__title__name {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
}
.c-focus-box .c-slider-dots .owl-carousel .owl-dots .owl-dot {
  border-color: #25957D;
}
.c-focus-box .c-slider-dots .owl-carousel .owl-dots .owl-dot.active {
  background-color: #25957D;
}

.c-focus-slider .b-grid {
  position: relative;
  z-index: 1;
}
.c-focus-slider .b-grid .b-grid__img {
  float: none;
  width: auto;
  height: auto;
}
.c-focus-slider .b-grid .b-grid__img a {
  display: block;
  padding-top: 134.1666666667%;
  position: relative;
  z-index: 1;
}
.c-focus-slider .b-grid .b-grid__img a:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0)); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
.c-focus-slider .b-grid .b-grid__img img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-focus-slider .b-grid .b-grid__content {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px 15px;
  margin-left: 0;
}
.c-focus-slider .b-grid .b-grid__title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  line-height: 1.5;
}
.c-focus-slider .b-grid .b-grid__title a {
  display: block;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .c-focus-box {
    margin-bottom: 25px;
  }
  .c-focus-box__inner {
    padding: 15px 20px 20px;
    position: relative;
    z-index: 1;
  }
  .c-focus-box__inner:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background-image: url("../images/focus-bg-x2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
  .c-focus-box__inner:after {
    content: "";
    position: absolute;
    z-index: 2;
    border: 1px solid #00BA36;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .c-focus-box .c-box {
    position: relative;
    z-index: 3;
  }
  .c-focus-box .c-box .c-box__title .c-box__title__name {
    font-size: 20px;
  }
  .c-focus-box .c-slider-dots .owl-carousel .owl-dots {
    width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 14px;
    background-color: #EBFFF6;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -50px;
    bottom: -40px;
    padding-top: 0;
  }
  .c-focus-box .c-slider-dots .owl-carousel .owl-dots .owl-dot {
    border-color: #25957D;
  }
  .c-focus-box .c-slider-dots .owl-carousel .owl-dots .owl-dot.active {
    background-color: #25957D;
  }
}
@media (min-width: 992px) {
  .c-focus-box {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .c-focus-box__inner {
    padding: 20px 30px 30px;
  }
}
/*---------- end home focus css ----------*/
/*---------- home special css ----------*/
.c-special-tabs {
  margin-bottom: 20px;
}
.c-special-tabs:last-child {
  margin-bottom: 0;
}
.c-special-tabs__pane {
  display: none;
  padding: 15px 0 0;
}
.c-special-tabs__pane.is-current {
  display: block;
}
.c-special-tabs__title {
  margin-left: -15px;
  margin-right: -15px;
  background: linear-gradient(to bottom, #015848 30%, #008E72 70%, #0D705C); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to bottom, #015848 30%, #008E72 70%, #0D705C);
}
.c-special-tabs__title h2 {
  text-transform: uppercase;
  color: #00BA36;
  line-height: 1.5;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 15px;
  margin-bottom: 0;
}
.c-special-tabs__title ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.c-special-tabs__title ul li {
  margin-right: 15px;
}
.c-special-tabs__title ul li.is-hide {
  display: none;
}
.c-special-tabs__title ul li.is-show {
  display: block !important;
}
.c-special-tabs__title ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 700;
  padding: 10px;
  text-decoration: none;
  height: 100%;
  width: 200px;
  min-width: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-special-tabs__title ul li a [class*=icon] {
  margin-left: 5px;
}
.c-special-tabs__title ul li.active a {
  background-color: #fff;
  color: #00BA36;
  position: relative;
  z-index: 1;
}
.c-special-tabs__title ul li.active a:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 3px;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #00BA36;
}
.c-special-tabs__title ul li.is-more a {
  text-transform: none;
  font-weight: 400;
}
.c-special-tabs__title ul li.is-more.active a {
  color: #fff !important;
  background-color: transparent !important;
}
.c-special-tabs__title ul li.is-more.active a:before {
  display: none;
}

.c-special-head {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.c-special-head:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.c-special-head .c-template-grid .b-grid .b-grid__img {
  margin-left: -15px;
  margin-right: -15px;
}
.c-special-head .c-template-grid .b-grid .b-grid__img a {
  padding-top: 33.7078651685%;
  position: relative;
  z-index: 1;
}
.c-special-head .c-template-grid .b-grid .b-grid__img a:before {
  content: "";
  height: 20px;
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 0;
  right: 0;
  background-image: url("../images/logo-small-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.c-special-head .c-template-grid .b-grid .b-grid__other:has(.b-grid) {
  border-top: 1px solid #E1E1E1;
  padding-top: 20px;
  margin-top: 20px;
}

.c-special-item-tabs__title {
  padding-bottom: 10px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}
.c-special-item-tabs__title:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 6px;
  height: 6px;
  background-color: #00BA36;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.c-special-item-tabs__title ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-special-item-tabs__title ul li {
  margin-bottom: 10px;
  margin-right: 15px;
}
.c-special-item-tabs__title ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #555;
}
.c-special-item-tabs__title ul li.active a {
  color: #00BA36;
}
.c-special-item-tabs__pane {
  display: none;
}
.c-special-item-tabs__pane.is-current {
  display: block;
}

@media (min-width: 768px) {
  .c-special-tabs {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .c-special-tabs {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .c-special-tabs__title {
    margin-left: 0;
    margin-right: 0;
    width: 277px;
  }
  .c-special-tabs__title h2 {
    padding: 20px 15px;
  }
  .c-special-tabs__title ul {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
  .c-special-tabs__title ul li {
    border-bottom: 1px solid #25957D;
    margin-right: 0;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .c-special-tabs__title ul li a {
    font-size: 16px;
    padding: 10px 15px;
    width: 100%;
    min-width: 0;
    transition: all 0.2s ease;
  }
  .c-special-tabs__title ul li:hover a {
    color: #00BA36;
  }
  .c-special-tabs__title ul li.is-more a {
    text-align: center;
    background-color: #25957D !important;
    justify-content: center;
  }
  .c-special-tabs__title ul li.is-more a:hover {
    color: #fff !important;
  }
  .c-special-tabs__title ul li.is-more.active a {
    background-color: #25957D !important;
  }
  .c-special-tabs__container {
    width: calc(100% - 277px);
    padding-left: 20px;
    border-top: 1px solid #00BA36;
    position: relative;
    z-index: 1;
  }
  .c-special-tabs__container:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 2px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #00BA36;
  }
  .c-special-tabs__pane {
    padding: 19px 0 0;
  }
  .c-special-head .c-template-grid .b-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-special-head .c-template-grid .b-grid .b-grid__img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    background-color: transparent;
  }
  .c-special-head .c-template-grid .b-grid .b-grid__img a {
    background-color: #ececec;
  }
  .c-special-head .c-template-grid .b-grid .b-grid__img a:before {
    height: 50px;
    top: 20px;
    background-image: url("../images/logo-white.png");
  }
  .c-special-head .c-template-grid .b-grid .b-grid__content {
    width: 66.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-special-head .c-template-grid .b-grid .b-grid__other {
    width: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-special-head .c-template-grid .b-grid .b-grid__other:has(.b-grid) {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
  .c-special-head .c-template-grid .b-grid .b-grid__title {
    font-size: 22px;
  }
  .c-special-head .c-template-grid .b-grid .c-template-grid .b-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .c-special-head .c-template-grid .b-grid .c-template-grid .b-grid .b-grid__content {
    padding-left: 0;
    padding-right: 0;
  }
  .c-special-head .c-template-grid .b-grid .c-template-grid .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-special-item-tabs__title ul li a {
    transition: all 0.2s ease;
  }
  .c-special-item-tabs__title ul li a:hover {
    color: #00BA36;
  }
}
@media (min-width: 1200px) {
  .c-special-tabs__container {
    padding-left: 30px;
  }
  .c-special-tabs__pane {
    padding: 24px 0 0;
  }
  .c-special-head .c-template-grid .b-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-special-head .c-template-grid .b-grid .b-grid__img {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-special-head .c-template-grid .b-grid .b-grid__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-special-head .c-template-grid .b-grid .b-grid__other {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-special-head .c-template-grid .b-grid .b-grid__desc {
    font-size: 15px;
  }
  .c-special-head .c-template-grid .b-grid .b-grid__title {
    font-size: 26px;
  }
  .c-special-item-tabs__title:before {
    top: 9px;
  }
  .c-special-item-tabs__title ul li {
    margin-right: 20px;
  }
  .c-special-item-tabs__title ul li a {
    font-size: 15px;
  }
}
/*---------- end home special css ----------*/
/*---------- home smart-link css ----------*/
.c-smart-link > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-smart-link > ul > li {
  margin-bottom: 2px;
}
.c-smart-link > ul > li:last-child {
  margin-bottom: 0;
}
.c-smart-link > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 10px 25px 10px 15px;
  background-color: #ececec;
  color: #333;
  font-weight: 700;
  position: relative;
  z-index: 1;
  border-radius: 3px;
}
.c-smart-link > ul > li > a:after {
  content: "";
  background-image: url("../images/icons/icon16-chevron-right-black.svg");
  width: 10px;
  height: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  z-index: 2;
  top: 15px;
  right: 10px;
}

@media (min-width: 992px) {
  .c-smart-link > ul > li > a {
    transition: all 0.2s ease;
  }
  .c-smart-link > ul > li > a:hover {
    background-color: #00BA36;
    color: #fff;
  }
  .c-smart-link > ul > li > a:hover:after {
    background-image: url("../images/icons/icon16-chevron-right-white.svg");
  }
}
/*---------- end home smart-link css ----------*/
/*---------- home spring css ----------*/
.c-spring-box {
  margin-bottom: 20px;
  border: 1px solid #b8010a;
  padding: 25px 15px 15px;
  background-color: #F8EFE6;
  position: relative;
  z-index: 1;
  background-image: url("../images/spring-left.png"), url("../images/spring-right.png");
  background-position: 0 11px, right 11px;
  background-repeat: no-repeat, no-repeat;
  background-size: 134px auto, 65px auto;
}
.c-spring-box:last-child {
  margin-bottom: 0;
}
.c-spring-box:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 0;
  right: 0;
  height: 11px;
  background-image: url("../images/theme/theme-tet-2025/ttf-line.png");
  background-repeat: repeat-x;
  background-position: top center;
}
.c-spring-box__title {
  margin-bottom: 15px;
  text-align: center;
  padding-left: 30px;
  padding-right: 40px;
}
.c-spring-box__title img {
  max-width: 100%;
  max-height: 100px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.c-spring-box__title img:last-child {
  margin-right: 0;
}
.c-spring-box__content .c-template-grid {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.c-spring-box__content .c-template-grid .b-grid .b-grid__img {
  border-radius: 5px;
}
.c-spring-box__content .c-template-list .b-grid .b-list__img {
  border-radius: 5px;
}

@media (min-width: 768px) {
  .c-spring-box {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .c-spring-box {
    background-size: 279px auto, 131px auto;
    margin-bottom: 30px;
  }
  .c-spring-box__title img {
    max-height: 120px;
  }
  .c-spring-box__content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .c-spring-box__content .c-template-grid {
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    padding-right: 10px;
  }
  .c-spring-box__content .c-template-list {
    width: 50%;
    padding-left: 10px;
  }
  .c-spring-box__content .c-template-list.is-small-pc .b-grid .b-grid__img {
    width: 120px;
  }
  .c-spring-box__content .c-template-list.is-small-pc .b-grid .b-grid__content {
    width: calc(100% - 120px);
  }
  .c-spring-box__content .c-template-list.is-small-pc .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-spring-box__content .c-template-list.is-small-pc > ul > li {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .c-spring-box__content .c-template-list.is-small-pc > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .c-spring-box {
    padding: 30px 20px 25px;
  }
  .c-spring-box__content .c-template-grid {
    padding-right: 15px;
  }
  .c-spring-box__content .c-template-list {
    padding-left: 15px;
  }
  .c-spring-box__content .c-template-list.is-small-pc .b-grid .b-grid__img {
    width: 165px;
  }
  .c-spring-box__content .c-template-list.is-small-pc .b-grid .b-grid__content {
    width: calc(100% - 165px);
  }
  .c-spring-box__content .c-template-list.is-small-pc > ul > li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
/*---------- end home spring css ----------*/
/*---------- home intro topic css ----------*/
.c-intro-topic-bg {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.c-intro-topic-bg.c-box .c-box__title .c-box__title__name {
  font-family: "Playfair Display", serif;
}
.c-intro-topic-bg.c-box .c-box__title .c-box__title__name a:hover {
  color: #fff;
}

.c-intro-topic .c-template-grid {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.c-intro-topic .c-template-grid .b-grid .b-grid__img {
  border-radius: 5px;
}
.c-intro-topic .c-template-list .b-grid .b-list__img {
  border-radius: 5px;
}
@media (min-width: 992px) {
  .c-intro-topic {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .c-intro-topic .c-template-grid {
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    padding-right: 10px;
  }
  .c-intro-topic .c-template-list {
    width: 50%;
    padding-left: 10px;
  }
  .c-intro-topic .c-template-list.is-small-pc .b-grid .b-grid__img {
    width: 120px;
  }
  .c-intro-topic .c-template-list.is-small-pc .b-grid .b-grid__content {
    width: calc(100% - 120px);
  }
  .c-intro-topic .c-template-list.is-small-pc .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-intro-topic .c-template-list.is-small-pc > ul > li {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .c-intro-topic .c-template-list.is-small-pc > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .c-intro-topic .c-template-grid {
    padding-right: 15px;
  }
  .c-intro-topic .c-template-list {
    padding-left: 15px;
  }
  .c-intro-topic .c-template-list.is-small-pc .b-grid .b-grid__img {
    width: 165px;
  }
  .c-intro-topic .c-template-list.is-small-pc .b-grid .b-grid__content {
    width: calc(100% - 165px);
  }
  .c-intro-topic .c-template-list.is-small-pc > ul > li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
/*---------- end home intro topic css ----------*/
/*---------- end home css ----------*/
/*---------- list css ----------*/
.c-cat-list {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.c-cat-list.is-margin-bottom {
  margin-bottom: 20px;
}
.c-cat-list__current {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  color: #00BA36;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.c-cat-list__current.is-tag {
  text-transform: none;
  padding-left: 27px;
  position: relative;
  z-index: 1;
  margin-left: 0;
}
.c-cat-list__current.is-tag:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -16px;
  background-image: url("../images/icons/icon20-tag.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.c-cat-list__desc {
  padding-bottom: 12px;
  line-height: 1.4;
  color: #000;
  font-size: 15px;
}
.c-cat-list__sub {
  overflow-y: hidden;
  overflow-x: auto;
  margin-right: -15px;
}
.c-cat-list__sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.c-cat-list__sub ul li {
  margin-right: 15px;
}
.c-cat-list__sub ul li h2 {
  margin: 0;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.c-cat-list__sub ul li a {
  text-decoration: none;
  color: #555;
  display: block;
  padding: 10px 0;
  white-space: nowrap;
}
.c-cat-list__sub ul li a [class*=icon] {
  margin-top: -2px;
  margin-right: 5px;
}
.c-cat-list__sub ul li.active a {
  color: #00BA36;
}
.c-cat-list__sub.scrollbar-outer > .scroll-element {
  background-color: transparent;
}
.c-cat-list__sub.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #00BA36;
}
.c-cat-list__sub.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #00BA36;
  height: 6px;
  top: -8px;
}
.c-cat-list.is-center .c-cat-list__current {
  text-align: center;
}
.c-cat-list.is-center .c-cat-list__desc {
  text-align: center;
}

.c-head-list {
  margin-bottom: 20px;
}
.c-head-list__left {
  margin-bottom: 20px;
}
.c-head-list__left .c-template-grid {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 15px;
}
.c-head-list__left .c-template-grid .b-grid .b-grid__img {
  margin-left: -15px;
  margin-right: -15px;
}
.c-head-list__left .c-template-grid .b-grid .b-grid__row {
  text-align: center;
}
.c-head-list__left .c-template-grid .b-grid .b-grid__title {
  font-size: 26px;
  line-height: 1.4;
}
.c-head-list__left .c-template-grid .b-grid .b-grid__desc {
  display: block;
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 66px; /* Fallback for non-webkit */
  line-height: 22px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-head-list__right {
  margin-bottom: 20px;
}
.c-head-list__right .c-template-grid {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 15px;
}

.c-cat-three__left {
  margin-bottom: 20px;
}
.c-cat-three__left .c-template-grid .b-grid .b-grid__title {
  font-size: 20px;
}
.c-cat-three__center {
  margin-bottom: 20px;
}
.c-cat-three__center .c-template-list {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 576px) {
  .c-cat-list__current {
    font-size: 28px;
  }
  .c-cat-three__left .c-template-grid .b-grid .b-grid__title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .c-cat-list {
    padding-top: 40px;
  }
  .c-cat-list.is-margin-bottom {
    margin-bottom: 30px;
  }
  .c-cat-list__current {
    font-size: 32px;
  }
  .c-cat-list__current.is-tag:before {
    margin-top: -14px;
  }
  .c-cat-list__desc {
    font-size: 17px;
  }
  .c-head-list__left .c-template-grid .b-grid .b-grid__title {
    font-size: 28px;
  }
  .c-cat-three__left .c-template-grid .b-grid .b-grid__title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .c-cat-list {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 50px;
  }
  .c-cat-list__current {
    font-size: 36px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .c-cat-list__desc {
    font-size: 16px;
  }
  .c-cat-list__sub {
    margin-right: 0;
  }
  .c-cat-list__sub ul li {
    margin-right: 25px;
  }
  .c-cat-list__sub ul li a {
    font-size: 16px;
    transition: all 0.2s ease;
  }
  .c-cat-list__sub ul li a:hover {
    color: #00BA36;
  }
  .c-cat-list.is-bottom-line-none {
    border-bottom: none;
  }
  .c-cat-list.is-center .c-cat-list__desc {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .c-head-list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .c-head-list__left {
    width: 64.8148148148%;
    border-right: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding-right: 14px;
    padding-bottom: 20px;
  }
  .c-head-list__left .c-template-grid {
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-head-list__left .c-template-grid .b-grid .b-grid__img {
    margin-left: 0;
    margin-right: 0;
  }
  .c-head-list__left .c-template-grid .b-grid .b-grid__title {
    font-size: 30px;
  }
  .c-head-list__right {
    width: 35.1851851852%;
    padding-left: 15px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 20px;
  }
  .c-head-list__right .c-template-grid {
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-head-list__right .c-template-grid .b-grid .b-grid__row {
    margin-bottom: 0;
    margin-top: 7px;
  }
  .c-head-list__right .c-template-grid .b-grid .b-grid__row:first-child {
    margin-top: 0;
  }
  .c-head-list__right .c-template-grid .b-grid .b-grid__title {
    font-size: 20px;
  }
  .c-head-list__bottom {
    width: 100%;
  }
  .c-cat-three {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-cat-three__left {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    margin-bottom: 0;
  }
  .c-cat-three__left .c-template-grid .b-grid .b-grid__title {
    font-size: 28px;
  }
  .c-cat-three__center {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
    margin-bottom: 0;
  }
  .c-cat-three__center .c-template-list {
    padding-bottom: 0;
    border-bottom: none;
  }
  .c-cat-three__right {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .c-cat-list__current {
    font-size: 40px;
  }
  .c-cat-list__current.is-tag:before {
    margin-top: -12px;
  }
  .c-cat-list:has(.is-tag) .c-cat-list__desc {
    padding-left: 27px;
  }
  .c-head-list__left {
    padding-right: 19px;
  }
  .c-head-list__left .c-template-grid .b-grid .b-grid__title {
    font-size: 32px;
  }
  .c-head-list__right {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .c-cat-list__sub {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .c-cat-list__sub::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  }
}
/*---------- end list css ----------*/
/*---------- detail css ----------*/
.c-detail-thumb-full {
  overflow: hidden;
  max-height: 100vh;
}
.c-detail-thumb-full img {
  width: 100%;
  height: auto;
}

.bg-detail {
  background: #fcfaf6;
}

.c-detail-head {
  margin-bottom: 15px;
  position: relative;
}
.c-detail-head__row {
  margin-bottom: 10px;
  line-height: 1.3;
}
.c-detail-head__row:last-child {
  margin-bottom: 0;
}
.c-detail-head__row .c-detail-head__author {
  display: block;
}
.c-detail-head__row .space {
  display: none;
}
.c-detail-head__row .c-detail-head__time {
  display: block;
}
.c-detail-head__row.is-bar {
  position: relative;
}
.c-detail-head__title {
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  color: #333;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
  line-height: 1.4;
}
.c-detail-head__cat {
  color: #00BA36;
  font-size: 14px;
}
.c-detail-head a.c-detail-head__cat {
  text-decoration: none;
}
.c-detail-head__time {
  color: #555;
  font-size: 12px;
}
.c-detail-head__time span {
  color: #000;
}
.c-detail-head__author {
  color: #333;
  font-weight: 700;
  font-size: 12px;
}
.c-detail-head .space {
  margin: 0 5px;
  color: #555;
  font-size: 12px;
}
.c-detail-head .breadcrumb {
  padding: 0;
}

.c-article .b-maincontent {
  font-size: 18px;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
  line-height: 1.618;
  margin-bottom: 20px;
  font-weight: 400;
}
.c-article .b-maincontent * {
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
}
.c-article .b-maincontent p {
  font-size: 18px;
}

.c-news-detail .b-maincontent {
  font-size: 18px;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
  line-height: 1.618;
  margin-bottom: 20px;
  font-weight: 400;
}
.c-news-detail .b-maincontent * {
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
}
.c-news-detail .b-maincontent p {
  font-size: 18px;
}
.c-news-detail .b-maincontent .desc {
  font-weight: 700;
  font-size: 18px;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
}
.c-news-detail__line {
  height: 1px;
  background-color: #ddd;
  margin-bottom: 15px;
}
.c-news-detail .c-template-grid {
  margin-bottom: 15px;
}
.c-news-detail .c-template-grid ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-news-other ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-news-other ul li {
  padding-left: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.c-news-other ul li:last-child {
  margin-bottom: 0;
}
.c-news-other ul li:last-child:after {
  bottom: 0;
}
.c-news-other ul li:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #00BA36;
  border-radius: 100%;
}
.c-news-other ul li:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 8px;
  bottom: -20px;
  width: 1px;
  left: 3px;
  background-color: #E1E1E1;
}
.c-news-other ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.c-news-other ul li .c-news-other__time {
  color: #999;
  display: block;
  font-size: 13px;
  padding-top: 3px;
}

.c-share-scroll {
  position: absolute;
  right: 0;
  display: none;
}
@media (max-width: 991px) {
  .c-share-scroll {
    top: 0 !important;
  }
}
.c-share-scroll > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-share-scroll > ul > li {
  text-align: center;
  float: left;
  margin-left: 5px;
}
.c-share-scroll > ul > li > button {
  padding: 0;
}
.c-share-scroll > ul > li > button:focus {
  outline: none;
}
.c-share-scroll > ul > li > a, .c-share-scroll > ul > li > button {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #333;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 22px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.c-share-scroll > ul > li > a.bg-transparent, .c-share-scroll > ul > li > button.bg-transparent {
  border-color: transparent;
}
.c-share-scroll > ul > li > a .dot, .c-share-scroll > ul > li > button .dot {
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  background-color: #999;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.c-share-scroll > ul > li > a .dot:before, .c-share-scroll > ul > li > button .dot:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: -6px;
}
.c-share-scroll > ul > li > a .dot:after, .c-share-scroll > ul > li > button .dot:after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #999;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.c-share-scroll > ul > li > a.c-share-scroll__link, .c-share-scroll > ul > li > button.c-share-scroll__link {
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  font-size: 14px;
  color: #555;
  border-radius: 0;
}

.c-news-readmore {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-share-detail {
  min-height: 10px;
  margin-bottom: -10px;
}
.c-share-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-share-detail ul li {
  margin-right: 5px;
  margin-bottom: 10px;
}
.c-share-detail ul li:last-child {
  margin-right: 0;
}
.c-share-detail ul li a {
  display: block;
  font-size: 11px;
  text-decoration: none;
  color: rgba(80, 61, 31, 0.6);
  height: 36px;
  padding: 0 10px;
  line-height: 34px;
  border: 1px solid rgba(80, 61, 31, 0.6);
  border-radius: 5px;
}
.c-share-detail ul li a [class*=icon] {
  margin-right: 5px;
}
.c-share-detail ul li a .icon16-zalo-white {
  width: 12px;
  height: 12px;
  background-size: contain;
}
.c-share-detail ul li a .icon12-link {
  margin-right: 0;
}
.c-share-detail ul li a .icon16-print {
  margin-right: 0;
}
.c-share-detail ul li a span {
  display: none;
}
.c-share-detail ul li a.btn-facebook {
  border-color: #215FA7;
  color: #fff;
  background-color: #215FA7;
}
.c-share-detail ul li a.btn-zalo {
  border-color: #025B88;
  color: #fff;
  background-color: #025B88;
}
.c-share-detail ul li a.is-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-share-detail ul li a .is-text-flex {
  display: inline-flex;
  flex-direction: column;
  font-size: 11px;
  line-height: 1.1;
  padding-left: 5px;
}

.c-author-page {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid rgba(80, 61, 31, 0.2);
  position: relative;
  z-index: 1;
  border-radius: 18px;
}
.c-author-page__copy {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  font-style: italic;
  color: #555;
  padding: 6px 15px;
}
.c-author-page__copy .icon-left {
  margin-right: 4px;
}
.c-author-page__mobile-pop {
  position: absolute;
  z-index: -1;
  bottom: 90%;
  left: auto;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.c-author-page__mobile-pop label {
  text-align: center;
  font-weight: 700;
  padding: 7px 0;
  display: block;
}
.c-author-page__mobile-pop a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.c-author-page__mobile-pop.active {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.c-author-page__pc-pop {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: none;
  width: 290px;
  text-align: left;
  line-height: 1.3;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.c-author-page__pc-pop:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
}
.c-author-page__pc-pop label {
  display: block;
  margin: 0 0 7px;
  font-size: 12px;
}
.c-author-page__pc-pop label span {
  float: right;
  cursor: pointer;
}
.c-author-page__pc-pop label span .icon-left {
  margin-right: 4px;
}
.c-author-page__pc-pop a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  display: block;
}

.c-homepage-repeat-content {
  padding: 15px 0 10px;
  border-bottom: 5px solid #ddd;
}

.bg-detail.bg-dark .breadcrumb > li > a {
  color: #fff;
}
.bg-detail.bg-dark .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
}
.bg-detail.bg-dark .c-box .c-box__title .c-box__title__name {
  color: #fff;
}
.bg-detail.bg-dark .c-news-topmore .b-grid {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.bg-detail.bg-dark .c-news-topmore .b-grid .b-grid__title a {
  color: #fff;
}
.bg-detail.bg-dark .c-template-list .b-grid .b-grid__row {
  color: rgba(255, 255, 255, 0.6);
}
.bg-detail.bg-dark .c-template-list .b-grid .b-grid__title a {
  color: #fff;
}
.bg-detail.bg-dark .c-tags:before {
  background-image: url("../images/icons/icon20-tag-white.svg");
}
.bg-detail.bg-dark .c-tags a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-detail.bg-dark .c-detail-head__title {
  color: #fff;
}
.bg-detail.bg-dark .c-detail-head__time {
  color: #fff;
}
.bg-detail.bg-dark .c-detail-head__author {
  color: #fff;
}
.bg-detail.bg-dark .c-detail-head .space {
  color: #fff;
}
.bg-detail.bg-dark .c-news-detail .b-maincontent {
  color: #fff;
}
.bg-detail.bg-dark .c-news-detail .b-maincontent .desc {
  color: #fff;
}
.bg-detail.bg-dark .c-news-detail .b-maincontent .caption, .bg-detail.bg-dark .c-news-detail .b-maincontent p.caption {
  color: rgba(255, 255, 255, 0.6);
}
.bg-detail.bg-dark .c-news-detail__line {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-detail.bg-dark .c-news-other ul li:before {
  background: #999;
}
.bg-detail.bg-dark .c-news-other ul li a {
  color: #fff;
}
.bg-detail.bg-dark .c-comment-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bg-detail.bg-dark .c-comment-bar__sort label {
  color: #fff;
}
.bg-detail.bg-dark .c-comment-bar__sort ul li + li:before {
  color: #fff;
}
.bg-detail.bg-dark .c-comment-bar__sort ul li a {
  color: #fff;
}
.bg-detail.bg-dark .c-comment-bar__sort ul li.active a {
  color: #6c757d;
}
.bg-detail.bg-dark .c-comment-list .b-grid {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.bg-detail.bg-dark .c-comment-list .b-grid .b-grid__row {
  color: #fff;
}
.bg-detail.bg-dark .c-comment-list .b-grid .b-grid__time {
  color: rgba(255, 255, 255, 0.6);
}
.bg-detail.bg-dark .c-comment-list .b-grid .b-grid__anwser {
  color: rgba(255, 255, 255, 0.6);
}
.bg-detail.bg-dark .c-comment-list .b-grid .b-grid__like {
  color: rgba(255, 255, 255, 0.6);
}
.bg-detail.bg-dark .c-comment-list .b-grid .b-grid__share {
  color: rgba(255, 255, 255, 0.6);
}
.bg-detail.bg-dark .c-comment-list .b-grid .b-grid__title {
  color: #00BA36;
}
.bg-detail.bg-dark .c-share-detail .icon12-link {
  background-image: url("../images/icons/icon12-link-white.svg");
}
.bg-detail.bg-dark .c-share-detail .icon16-print {
  background-image: url("../images/icons/icon16-print-white.svg");
}
.bg-detail.bg-dark .c-share-detail ul li a {
  border-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}

.c-font-box {
  width: 26px;
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 13px;
}
.c-font-box__icon {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  color: #333;
}
.c-font-box__btn {
  padding: 0 37px 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  flex-direction: row-reverse;
  align-items: center;
  height: 50px;
  justify-content: space-between;
  background-color: #fff;
  display: none;
  border-radius: 3px;
}
.c-font-box__btn span.plus, .c-font-box__btn span.minus, .c-font-box__btn span.font {
  cursor: pointer;
}
.c-font-box__close {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  border: none;
}
.c-font-box__close:focus {
  outline: none;
}
.c-font-box.active .c-font-box__btn {
  display: flex;
}

@media (min-width: 360px) {
  .c-share-detail ul li a {
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .c-detail-head__title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .c-detail-head__title {
    font-size: 32px;
  }
  .c-news-detail .b-maincontent {
    margin-bottom: 25px;
  }
  .c-news-detail .c-template-list .b-grid .b-grid__img {
    width: 240px;
  }
  .c-news-detail .c-template-list .b-grid .b-grid__content {
    width: calc(100% - 240px);
    padding-left: 15px;
  }
  .c-news-readmore {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .c-author-page {
    margin-bottom: 25px;
    background-color: transparent;
    border: none;
    text-align: right;
  }
  .c-author-page__pc-pop {
    width: 325px;
  }
  .c-author-page__mobile-pop {
    display: none !important;
  }
  .c-author-page__right {
    display: inline-block;
    vertical-align: middle;
  }
  .c-author-page__right:hover .c-author-page__pc-pop {
    display: block;
  }
  .c-author-page__right .btn-light {
    border-color: #ddd;
    color: #555;
  }
  .c-author-page__copy {
    display: none;
  }
}
@media (min-width: 992px) {
  .c-detail-head {
    padding-left: 60px;
  }
  .c-detail-head__row {
    margin-bottom: 15px;
  }
  .c-detail-head__row .space {
    display: inline;
    font-size: 15px;
  }
  .c-detail-head__row .c-detail-head__author {
    display: inline;
    font-size: 15px;
  }
  .c-detail-head__row .c-detail-head__time {
    display: inline;
    font-size: 15px;
  }
  .c-detail-head__row.is-bar {
    position: initial;
  }
  .c-detail-head__cat {
    font-size: 12px;
    color: #00BA36;
    transition: all 0.2s ease;
  }
  .c-detail-head__cat:hover {
    color: #000;
  }
  .c-detail-head__title {
    font-size: 24px;
  }
  .c-detail-head.is-full {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 60px;
  }
  .c-article .b-maincontent {
    font-size: 16px;
  }
  .c-article .b-maincontent img {
    max-width: 100%;
  }
  .c-article .b-maincontent p {
    font-size: 16px;
  }
  .c-article .b-maincontent .desc {
    font-size: 18px;
  }
  .c-article .b-maincontent table.picture[align=center] {
    max-width: 100%;
  }
  .c-news-detail {
    padding-left: 60px;
  }
  .c-news-detail .b-maincontent {
    font-size: 16px;
  }
  .c-news-detail .b-maincontent img {
    max-width: 100%;
  }
  .c-news-detail .b-maincontent p {
    font-size: 16px;
  }
  .c-news-detail .b-maincontent .desc {
    font-size: 18px;
  }
  .c-news-detail .b-maincontent table.picture[align=center] {
    max-width: 100%;
  }
  .c-news-detail.is-full {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 60px;
  }
  .c-news-detail.is-full table.picture[align=center] {
    width: 860px !important;
    margin-left: -140px !important;
    max-width: 860px;
  }
  .c-news-detail.is-full .c-box.h-show-mobile {
    display: block !important;
  }
  .c-news-detail.is-full .c-news-topmore .b-grid .b-grid__img {
    width: 130px;
  }
  .c-news-detail.is-full .c-news-topmore .b-grid .b-grid__content {
    margin-left: 142px;
  }
  .c-share-scroll {
    top: 8px;
    right: auto;
    margin-left: -60px;
    width: 32px;
    display: block;
  }
  .c-share-scroll > ul > li {
    margin-bottom: 10px;
    margin-left: 0;
    float: none;
  }
  .c-share-scroll > ul > li > a, .c-share-scroll > ul > li > button {
    width: 32px;
    height: 32px;
    line-height: 26px;
    margin: 0 auto;
    transition: all 0.2s ease;
  }
  .c-share-scroll > ul > li > a:hover, .c-share-scroll > ul > li > button:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  .c-share-scroll.has-fixed {
    top: 10px;
    position: fixed;
  }
  .c-share-scroll.has-fixed.has-ab {
    position: absolute;
  }
  .c-news-other ul {
    margin-bottom: 15px;
  }
  .c-news-other ul li {
    margin-bottom: 8px;
  }
  .c-news-other ul li a {
    font-size: 15px;
    transition: all 0.2s ease;
  }
  .c-news-other ul li a:hover {
    color: #6c757d;
  }
  .bg-detail.is-single .c-news-detail__line.h-show-mobile {
    display: block !important;
  }
  .bg-detail.is-single .c-share-scroll {
    margin-left: -190px;
  }
  .c-author-page__right .btn {
    font-size: 12px;
  }
  .c-share-detail ul li {
    margin-right: 10px;
  }
  .c-share-detail ul li a {
    font-size: 14px;
  }
  .c-share-detail ul li a span {
    display: inline;
  }
  .c-share-detail ul li a .icon12-link {
    margin-right: 5px;
  }
  .c-news-readmore .l-main .c-box {
    border-bottom: none;
  }
  .c-homepage-repeat-content {
    padding: 15px 0 25px;
    border-bottom: none;
  }
  .bg-detail .c-news-detail .c-template-list .b-grid .b-grid__title a:hover {
    color: #00BA36;
  }
  .bg-detail .c-news-other ul li a:hover {
    color: #00BA36;
  }
  .bg-detail .c-news-topmore .b-grid .b-grid__title a:hover {
    color: #00BA36;
  }
  .c-font-box {
    width: 32px;
    border-radius: 16px;
  }
  .c-font-box__icon {
    display: none;
  }
  .c-font-box__btn {
    padding: 3px;
    height: auto;
    position: static;
    display: flex !important;
    flex-direction: column;
    background-color: transparent;
    border-radius: 0;
  }
  .c-font-box__btn span.font {
    margin: 10px auto;
  }
  .c-font-box__btn span.plus, .c-font-box__btn span.minus {
    transition: all 0.2s ease;
  }
  .c-font-box__btn span.plus:hover, .c-font-box__btn span.minus:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  .c-font-box__close {
    display: none;
  }
}
@media (min-width: 1200px) {
  .bg-detail .l-main {
    width: 660px !important;
    margin-left: 65px;
  }
  .bg-detail .l-sidebar {
    margin-right: 125px;
  }
  .bg-detail.is-single .c-share-scroll {
    margin-left: -310px;
  }
  .c-detail-head.is-full {
    padding-left: 65px;
  }
  .c-detail-head__title {
    font-size: 30px;
  }
  .c-detail-head__cat {
    font-size: 16px;
  }
  .c-detail-head__row .c-detail-head__author {
    font-size: 14px;
  }
  .c-detail-head__row .c-detail-head__time {
    font-size: 14px;
  }
  .c-detail-head__row .space {
    font-size: 14px;
  }
  .c-article .b-maincontent {
    font-size: 19px;
  }
  .c-article .b-maincontent p {
    font-size: 19px;
  }
  .c-article .b-maincontent .desc {
    font-size: 19px;
  }
  .c-news-detail.is-full {
    padding-left: 65px;
  }
  .c-news-detail.is-full .c-news-topmore {
    padding-bottom: 15px;
  }
  .c-news-detail.is-full .c-news-topmore .b-grid .b-grid__title {
    font-size: 18px;
  }
  .c-news-detail .b-maincontent {
    font-size: 19px;
  }
  .c-news-detail .b-maincontent p {
    font-size: 19px;
  }
  .c-news-detail .b-maincontent .desc {
    font-size: 19px;
  }
  .c-homepage-repeat-content {
    padding: 20px 0 30px;
  }
  .c-author-page__right .btn {
    font-size: 14px;
  }
  .c-share-detail ul li a {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .c-detail-head__row {
    position: relative;
  }
  .c-news-readmore-merge-mobile {
    padding-top: 12px;
    border-top-color: #ddd;
    margin-top: -10px;
  }
  .c-news-readmore-merge-mobile:before {
    display: none;
  }
  .c-news-readmore-merge-mobile .c-box__title {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-news-readmore .c-template-grid > ul > li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
  }
  .c-news-readmore .c-template-grid > ul > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
/*---------- end detail css ----------*/
/*---------- detail online css ----------*/
.c-detail-head__online {
  display: inline-block;
  vertical-align: middle;
  color: #555;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}
.c-detail-head__online .c-live-action {
  border: none;
  color: #555;
  padding: 0;
}
.c-detail-head__online .c-live-action .ring-container .ringring {
  display: none;
}
.c-detail-head__online .c-live-action .ring-container .circle {
  background-color: #555;
}
.c-detail-head__online.active .c-live-action {
  color: #EA0000;
}
.c-detail-head__online.active .c-live-action .ring-container .ringring {
  display: block;
}
.c-detail-head__online.active .c-live-action .ring-container .circle {
  background-color: #EA0000;
}

.c-online-tabs {
  margin-bottom: 15px;
}
.c-online-tabs__title ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-online-tabs__title ul li {
  padding: 0 15px;
}
.c-online-tabs__title ul li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.4;
}
.c-online-tabs__title ul li a:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #00BA36;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.c-online-tabs__title ul li.active a {
  color: #00BA36;
}
.c-online-tabs__title ul li.active a:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.c-online-tabs__container {
  padding: 15px 0 0;
  border-top: 1px solid #E1E1E1;
}
.c-online-tabs__pane {
  display: none;
}
.c-online-tabs__pane.is-current {
  display: block;
}

.c-online-order {
  margin-bottom: 10px;
}
.c-online-order ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.c-online-order ul li {
  margin-left: -1px;
}
.c-online-order ul li a {
  display: block;
  text-decoration: none;
  padding: 7px 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  border: 1px solid #ddd;
  font-size: 14px !important;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.c-online-order ul li.active a {
  background-color: #ddd;
}

.c-list-live > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-live > ul > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.c-list-live > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-list-live__time {
  color: #999;
  font-size: 14px;
  display: block;
  margin-right: 5px;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.c-list-live__title {
  display: block;
  margin: 0 0 7px;
  color: #333;
  font-weight: 700;
}
.c-list-live__content > :first-child {
  margin-top: 0 !important;
}
.c-list-live__content > :last-child {
  margin-bottom: 0 !important;
}
.c-list-live.is-desc > ul {
  display: flex;
  flex-direction: column;
}
.c-list-live.is-desc > ul > li {
  width: 100%;
}
.c-list-live.is-asc > ul {
  display: flex;
  flex-direction: column-reverse;
}
.c-list-live.is-asc > ul > li {
  width: 100%;
}
.c-list-live.is-asc > ul > li:first-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-list-live.is-asc > ul > li:last-child {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 992px) {
  .c-online-tabs__container {
    padding: 10px 0 0;
  }
}
/*---------- end detail online css ----------*/
/*---------- book css ----------*/
.c-book-foot {
  background: rgba(247, 247, 247, 0.8);
  z-index: 9999;
  position: fixed;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  bottom: 0;
  left: 0;
  right: 0;
}
.c-book-foot .c-book-foot__label {
  display: block;
  font-size: 12px;
  color: #555;
}
.c-book-foot .c-book-foot__name {
  display: block;
  font-weight: 700;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
}
.c-book-foot > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.c-book-foot > ul > li:nth-child(1) {
  width: 40px;
  min-width: 40px;
}
.c-book-foot > ul > li:nth-child(1) .c-book-foot__text {
  display: none;
  padding-right: 15px;
}
.c-book-foot > ul > li:nth-child(2) {
  background: #F5F5F5;
  width: calc(100% - 80px);
  position: relative;
  z-index: 1;
}
.c-book-foot > ul > li:nth-child(2) .c-book-chapters {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  transform: translateY(100%);
}
.c-book-foot > ul > li:nth-child(2).active .c-book-chapters {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-book-foot > ul > li:nth-child(2).active .c-book-cover:before {
  transform: rotate(180deg);
}
.c-book-foot > ul > li:nth-child(3) {
  width: 40px;
  min-width: 40px;
}
.c-book-foot > ul > li:nth-child(3) .c-book-foot__text {
  display: none;
  text-align: right;
  padding-left: 15px;
}
.c-book-foot > ul > li > a {
  display: block;
  color: #333;
  text-decoration: none;
}
.c-book-foot .c-book-foot__left {
  width: 40px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-book-foot .c-book-foot__left:before {
  content: "";
  background-image: url("../images/template-nav-gray.png");
  background-repeat: no-repeat;
  width: 10px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0 0;
}
.c-book-foot .c-book-foot__right {
  width: 40px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-book-foot .c-book-foot__right:before {
  content: "";
  background-image: url("../images/template-nav-gray.png");
  background-repeat: no-repeat;
  width: 10px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-position: -10px 0;
}

.c-book-cover {
  padding: 10px 20px 10px 10px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  background: #F5F5F5;
}
.c-book-cover:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 8px;
  background-image: url("../images/template-up.png");
  right: 7px;
  top: 50%;
  margin-top: -4px;
  transition: all 0.2s ease;
}
.c-book-cover .b-grid {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-book-cover .b-grid .b-grid__img {
  width: 80px;
  height: auto;
  float: none;
  min-width: 80px;
}
.c-book-cover .b-grid .b-grid__img figure {
  position: relative;
  z-index: 1;
  padding-top: 66.6666666667%;
  overflow: hidden;
  display: block;
  margin: 0;
}
.c-book-cover .b-grid .b-grid__img img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  min-height: 100%;
}
.c-book-cover .b-grid .b-grid__content {
  margin-left: 0;
  padding-left: 10px;
}
.c-book-cover .b-grid .b-grid__row {
  color: #555;
}
.c-book-cover .b-grid .b-grid__title {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 18px;
  color: #333;
  max-height: 54px;
  overflow: hidden;
}

.c-book-chapters {
  background: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 80px;
}
.c-book-chapters label {
  display: block;
  text-align: center;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
}
.c-book-chapters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}
.c-book-chapters ul li {
  border-top: 1px solid #ddd;
}
.c-book-chapters ul li a {
  display: block;
  color: #333;
  padding: 7px 10px;
  text-decoration: none;
  font-size: 13px;
}
.c-book-chapters ul li.active a {
  background: #F5F5F5;
  color: #00BA36;
}

.c-book-event {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 15px 0;
  overflow: hidden;
}
.c-book-event:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.c-book-event .container {
  position: relative;
  z-index: 3;
}
.c-book-event .b-grid {
  overflow: hidden;
}
.c-book-event .b-grid .b-grid__img {
  width: 41.3793103448%;
  height: auto;
}
.c-book-event .b-grid .b-grid__img figure {
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 66.6666666667%;
}
.c-book-event .b-grid .b-grid__img img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  min-height: 100%;
}
.c-book-event .b-grid .b-grid__content {
  margin-left: 41.3793103448%;
  padding-left: 10px;
}
.c-book-event .b-grid .b-grid__title {
  font-size: 20px;
  line-height: 1.4;
}
.c-book-event .b-grid .b-grid__desc {
  display: none;
}
.c-book-event .b-grid .breadcrumb {
  padding: 0;
}
.c-book-event .b-grid .breadcrumb > li > a {
  color: #555;
}

body:has(.c-book-foot) {
  padding-bottom: 80px;
}
body:has(.c-book-foot) .c-gotop {
  bottom: 90px;
}

@media (min-width: 768px) {
  .c-book-foot > ul > li:nth-child(1) {
    width: 30%;
  }
  .c-book-foot > ul > li:nth-child(1) > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .c-book-foot > ul > li:nth-child(1) .c-book-foot__text {
    display: block;
  }
  .c-book-foot > ul > li:nth-child(2) {
    width: 40%;
  }
  .c-book-foot > ul > li:nth-child(3) {
    width: 30%;
    min-width: 40px;
  }
  .c-book-foot > ul > li:nth-child(3) > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .c-book-foot > ul > li:nth-child(3) .c-book-foot__text {
    display: block;
  }
  .c-book-chapters ul li a {
    font-size: 14px;
  }
  .c-book-event {
    padding: 20px 0;
  }
  .c-book-event .b-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 585px;
  }
  .c-book-event .b-grid .b-grid__img {
    float: left;
    width: 250px;
    margin-bottom: 0;
  }
  .c-book-event .b-grid .b-grid__content {
    margin-left: 265px;
  }
  .c-book-event .b-grid .b-grid__title {
    font-size: 22px;
  }
  .c-book-event .b-grid .b-grid__desc {
    display: block;
  }
}
@media (min-width: 992px) {
  .c-book-cover {
    padding: 10px 40px 10px 10px;
  }
  .c-book-cover:before {
    right: 15px;
  }
  .c-book-chapters ul li a {
    transition: all 0.2s ease;
  }
  .c-book-chapters ul li a:hover {
    background: #F5F5F5;
    color: #00BA36;
  }
  .c-book-event {
    padding: 25px 0;
  }
  .c-book-event .b-grid .b-grid__title {
    font-size: 24px;
  }
  .c-book-event .b-grid .b-grid__desc {
    display: block;
  }
}
@media (min-width: 1200px) {
  .c-book-foot > ul > li:nth-child(1) {
    width: 35%;
  }
  .c-book-foot > ul > li:nth-child(2) {
    width: 30%;
  }
  .c-book-foot > ul > li:nth-child(3) {
    width: 35%;
  }
}
@media (min-width: 1600px) {
  .c-book-foot > ul > li:nth-child(1) {
    width: 40%;
  }
  .c-book-foot > ul > li:nth-child(2) {
    width: 20%;
  }
  .c-book-foot > ul > li:nth-child(3) {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .c-book-event .b-grid .b-grid__img {
    float: none;
    width: 290px;
    margin: 0 auto 15px;
  }
  .c-book-event .b-grid .b-grid__content {
    margin-left: 0;
    padding-left: 0;
  }
  .c-book-event .b-grid .b-grid__row {
    text-align: center;
  }
  .c-book-event .b-grid .b-grid__desc {
    display: block;
  }
}
/*---------- end book css ----------*/
/*---------- video css ----------*/
.c-video-over-outer-5 {
  overflow: hidden;
  margin-right: -15px;
}
.c-video-over-outer-5 .c-template-grid {
  margin-right: -47%;
}
.c-video-over-outer-5 .c-template-grid .b-grid .b-grid__title {
  font-size: 15px;
}
.c-video-over-outer-5 .c-template-grid .b-grid .b-grid__title a {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 40px; /* Fallback for non-webkit */
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-video-over-outer-5 .c-template-grid.c-template-dots .owl-carousel .owl-dots {
  margin-right: 32%;
}
.c-video-over-outer-5 .c-template-grid.c-template-button .owl-carousel .owl-nav {
  display: none;
}

.c-video-outer {
  padding: 0 0 15px;
}
.c-video-outer .l-main {
  margin-bottom: 15px;
}
.c-video-outer .c-share-detail {
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 0;
  border-bottom: none;
}
.c-video-outer .c-cat-list {
  margin-top: 0;
  padding-top: 10px;
}
.c-video-outer .c-cat-list .c-cat-list__current {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.c-video-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 10;
}
.c-video-head__icon {
  width: 54px;
  height: 54px;
  border: none;
  background-color: transparent;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-video-head__icon:focus {
  outline: none;
  border: none;
}
.c-video-head__icon span {
  background-color: #fff;
  font-size: 0;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 2px;
  border-radius: 2px;
}
.c-video-head__icon span:before, .c-video-head__icon span:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  border-radius: 2px;
}
.c-video-head__icon span:before {
  transform: translateY(-6px);
  width: 100%;
}
.c-video-head__icon span:after {
  transform: translateY(6px);
  width: 100%;
}
.c-video-head__text {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
}
.c-video-head__cat {
  background-color: #3D4A5E;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px;
  display: none;
}
.c-video-head__cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-video-head__cat ul li {
  width: 50%;
}
.c-video-head__cat ul li a {
  display: block;
  text-decoration: none;
  line-height: 1.4;
  padding: 5px 10px;
  color: #fff;
}
.c-video-head.active .c-video-head__icon {
  background-color: #3D4A5E;
}
.c-video-head.active .c-video-head__icon .icon24-menu-white2 {
  background-image: url("../images/icons/icon24-close-white.svg");
}
.c-video-head.active .c-video-head__cat {
  display: block;
}

.c-video-view {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.c-video-view iframe {
  width: 100%;
}
.c-video-view > img {
  width: 100%;
}

.c-video-detail__cat {
  margin-bottom: 10px;
}
.c-video-detail__cat a {
  text-decoration: none;
  text-transform: uppercase;
  color: #17a2b8;
}
.c-video-detail__title {
  margin-bottom: 10px;
}
.c-video-detail__title h1 {
  margin: 0;
  line-height: 1.4;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
}
.c-video-detail__desc {
  color: rgba(255, 255, 255, 0.66);
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.06);
  font-weight: 700;
  font-size: 18px;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
}
.c-video-detail__time {
  color: #999;
  margin-bottom: 10px;
}
.c-video-detail__author {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.c-video-detail .b-maincontent {
  font-size: 18px;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
  line-height: 1.618;
  margin-bottom: 20px;
  font-weight: 400;
}
.c-video-detail .b-maincontent * {
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
}
.c-video-detail .b-maincontent p {
  font-size: 18px;
}
.c-video-detail .b-maincontent .desc {
  font-weight: 700;
  font-size: 18px;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
}
.c-video-detail .entry:not(.longform) {
  color: #fff;
  max-width: none;
}
.c-video-detail .entry:not(.longform) > * {
  max-width: none;
}

.c-auto-play {
  padding-top: 2px;
}
.c-auto-play a {
  text-transform: uppercase;
  text-decoration: none;
  color: #999;
}

@media (min-width: 768px) {
  .c-video-over-outer-5 .c-template-grid {
    margin-right: -20%;
  }
  .c-video-over-outer-5 .c-template-grid.c-template-dots .owl-carousel .owl-dots {
    margin-right: 16%;
  }
  .c-video-head__cat {
    right: auto;
    width: 620px;
  }
  .c-video-head__cat ul li {
    width: 33.3333333333%;
  }
  .c-video-head__cat ul li a {
    font-size: 16px;
  }
  .c-video-detail__title {
    margin-bottom: 20px;
  }
  .c-video-detail__title h1 {
    font-size: 32px;
  }
  .c-video-detail__desc {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .c-video-detail__author {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .c-video-over-outer-5 {
    margin-right: 0;
  }
  .c-video-over-outer-5 .c-template-grid {
    margin-right: -18%;
  }
  .c-video-over-outer-5 .c-template-grid.c-template-dots .owl-carousel .owl-dots {
    margin-right: 15%;
  }
  .c-video-over-outer-5 .c-template-grid.c-template-button .owl-carousel .owl-nav {
    display: block;
  }
  .c-video-over-outer-5 .c-template-grid.c-template-button .owl-carousel .owl-nav .owl-next {
    right: calc(15% + 15px);
  }
  .c-video-outer {
    padding: 15px 0;
  }
  .c-video-outer .l-main {
    margin-bottom: 0;
  }
  .c-video-outer .c-share-detail {
    display: none;
  }
  .c-video-outer .c-cat-list {
    margin-top: 0;
    padding-top: 0;
  }
  .c-video-head {
    margin-top: -15px;
  }
  .c-video-head__cat > ul > li > a {
    transition: all 0.2s ease;
  }
  .c-video-head__cat > ul > li > a:hover {
    color: #00BA36;
  }
  .c-video-view {
    margin-left: 0;
    margin-right: 0;
  }
  .c-video-detail__title h1 {
    font-size: 24px;
  }
  .c-video-detail__desc {
    font-size: 16px;
  }
  .c-video-detail .b-maincontent {
    font-size: 16px;
  }
  .c-video-detail .b-maincontent img {
    max-width: 100%;
  }
  .c-video-detail .b-maincontent p {
    font-size: 16px;
  }
  .c-video-detail .b-maincontent .desc {
    font-size: 18px;
  }
  .c-video-detail .b-maincontent table.picture[align=center] {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .c-video-over-outer-5 .c-template-grid {
    margin-right: -12%;
  }
  .c-video-over-outer-5 .c-template-grid.c-template-dots .owl-carousel .owl-dots {
    margin-right: 10.5%;
  }
  .c-video-over-outer-5 .c-template-grid.c-template-button .owl-carousel .owl-nav {
    display: block;
  }
  .c-video-over-outer-5 .c-template-grid.c-template-button .owl-carousel .owl-nav .owl-next {
    right: calc(10.5% + 15px);
  }
  .c-video-detail__title h1 {
    font-size: 30px;
  }
  .c-video-detail__desc {
    font-size: 19px;
  }
  .c-video-detail .b-maincontent {
    font-size: 19px;
  }
  .c-video-detail .b-maincontent p {
    font-size: 19px;
  }
  .c-video-detail .b-maincontent .desc {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .c-video-outer .c-comments {
    display: none;
  }
  .c-video-outer .c-comment-click {
    display: block;
  }
}
/*---------- end video css ----------*/
/*---------- series detail css ----------*/
.c-series-head {
  background-color: #25957D;
}

.c-series-count {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  margin-bottom: 15px;
}
.c-series-count:before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #000;
}
.c-series-count span {
  width: 31px;
  height: 31px;
  background-color: #25957D;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  position: relative;
  z-index: 3;
}

.c-series-pano {
  position: relative;
  z-index: 1;
}
.c-series-pano:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.c-series-pano__img {
  height: calc(100vh - 140px);
  overflow: hidden;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-series-pano__img img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.c-series-pano__caption {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-series-pano__caption .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-series-pano__label {
  background-color: #25957D;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  padding: 7px 15px;
  margin-bottom: 10px;
}
.c-series-pano__title {
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 15px;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
}
.c-series-pano__title a {
  text-decoration: none;
  color: #fff;
}
.c-series-pano__desc {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.c-series-head-slider .owl-carousel .owl-dots {
  background-color: #006B68;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-series-head-slider .owl-carousel .owl-dots .owl-dot {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #25957D;
  margin-right: 1px;
  margin-bottom: 1px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-size: 18px;
}
.c-series-head-slider .owl-carousel .owl-dots .owl-dot button {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.c-series-head-slider .owl-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
  color: #000;
}
.c-series-head-slider .owl-carousel .owl-dots .owl-dot.active button {
  color: #000;
}

.c-series-dots {
  background-color: #006B68;
}
.c-series-dots > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-series-dots > ul > li {
  margin-right: 1px;
  margin-bottom: 1px;
}
.c-series-dots > ul > li > a {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #25957D;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-size: 18px;
  text-decoration: none;
}
.c-series-dots > ul > li.active a {
  color: #000;
  background-color: #fff;
}

@media (min-width: 768px) {
  .c-series-count {
    width: 31px;
    min-width: 31px;
    padding-left: 0;
    padding-top: 20px;
    margin-right: 15px;
  }
  .c-series-count:before {
    height: 200px;
    width: 1px;
    top: 0;
    left: 50%;
    right: auto;
  }
  .c-series-news.c-template-grid .b-grid {
    padding-top: 20px;
    display: flex;
    flex-grow: 1;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .c-series-news.c-template-grid .b-grid .b-grid__img {
    margin-bottom: 0;
    width: 47.1111111111%;
  }
  .c-series-news.c-template-grid .b-grid .b-grid__content {
    width: 52.8888888889%;
    padding-right: 15px;
  }
  .c-series-news.c-template-grid .b-grid .b-grid__title {
    font-size: 22px;
  }
  .c-series-news.c-template-grid > ul > li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 30px;
  }
  .c-series-news.c-template-grid > ul > li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-series-news.c-template-grid > ul > li:nth-child(2n) .c-series-count {
    margin-right: 0;
    margin-left: 15px;
  }
  .c-series-news.c-template-grid > ul > li:nth-child(2n) .b-grid {
    flex-direction: row;
  }
  .c-series-news.c-template-grid > ul > li:nth-child(2n) .b-grid .b-grid__content {
    padding-right: 0;
    padding-left: 15px;
  }
  .c-series-pano {
    padding-top: 56.25%;
  }
  .c-series-pano__img {
    height: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .c-series-pano__title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .c-series-count {
    width: 39px;
    min-width: 39px;
  }
  .c-series-count span {
    width: 39px;
    height: 39px;
  }
  .c-series-news.c-template-grid .b-grid .b-grid__content {
    padding-right: 20px;
  }
  .c-series-news.c-template-grid .b-grid .b-grid__title {
    font-size: 24px;
  }
  .c-series-news.c-template-grid > ul > li {
    padding-bottom: 40px;
  }
  .c-series-news.c-template-grid > ul > li:nth-child(2n) .b-grid .b-grid__content {
    padding-left: 20px;
  }
  .c-series-pano__label {
    margin-bottom: 15px;
  }
  .c-series-pano__title {
    max-width: 760px;
    font-size: 40px;
    margin-bottom: 20px;
  }
  .c-series-pano__desc {
    max-width: 760px;
    font-size: 18px;
  }
  .c-series-head-slider .owl-carousel .owl-dots .owl-dot {
    width: 42px;
    height: 42px;
    margin-bottom: 0;
  }
  .c-series-dots > ul > li {
    margin-bottom: 0;
  }
  .c-series-dots > ul > li > a {
    width: 42px;
    height: 42px;
    margin-bottom: 0;
    transition: all 0.2s ease;
  }
  .c-series-dots > ul > li > a:hover {
    color: #000;
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  .c-series-news.c-template-grid .b-grid .b-grid__content {
    padding-right: 30px;
  }
  .c-series-news.c-template-grid .b-grid .b-grid__row {
    margin-bottom: 12px;
  }
  .c-series-news.c-template-grid .b-grid .b-grid__row:last-child {
    margin-bottom: 0;
  }
  .c-series-news.c-template-grid .b-grid .b-grid__title {
    font-size: 26px;
  }
  .c-series-news.c-template-grid > ul > li:nth-child(2n+1) {
    padding-left: 245px;
  }
  .c-series-news.c-template-grid > ul > li:nth-child(2n) {
    padding-right: 245px;
  }
  .c-series-news.c-template-grid > ul > li:nth-child(2n) .b-grid .b-grid__content {
    padding-left: 30px;
  }
}
@media (min-width: 1920px) {
  .c-series-head {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  body.has-padding-series {
    padding-top: 33px;
  }
  .c-series-dots.has-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;
  }
}
/*---------- end series detail css ----------*/
/*---------- local css ----------*/
.l-content.is-local-bg {
  position: relative;
  z-index: 1;
}
.l-content.is-local-bg .container {
  position: relative;
  z-index: 4;
}

.c-local-background {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
.c-local-background:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0)); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
.c-local-background img {
  width: 200%;
  height: auto;
  min-height: 0;
}

.c-cat-list.is-local {
  padding-top: 50vh;
}
.c-cat-list.is-local .c-cat-list__current {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  padding-bottom: 30px;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, 0 0 10px rgba(0, 0, 0, 0.8);
}
.c-cat-list.is-local .c-cat-list__smalltitle {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
}

@media (min-width: 768px) {
  .c-cat-list.is-local .c-cat-list__smalltitle {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .c-local-background {
    max-height: 800px;
  }
  .c-local-background:before {
    top: 0;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.3)); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
    background: -o-linear-gradient(to top, #fff, rgba(255, 255, 255, 0.3));
  }
  .c-local-background img {
    width: 100%;
  }
  .c-cat-list.is-local {
    border-bottom: none;
    padding-top: 120px;
  }
}
@media (min-width: 1200px) {
  .c-cat-list.is-local .c-cat-list__smalltitle {
    font-size: 20px;
  }
}
/*---------- end local css ----------*/
/*---------- home smart top css ----------*/
.c-smart-top {
  margin-bottom: 20px;
}
.c-smart-top__center {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.c-smart-top__center .c-template-grid .b-grid .b-grid__desc {
  display: block;
}
.c-smart-top__center .c-template-grid .b-grid .b-grid__title {
  font-size: 22px;
}
.c-smart-top__right {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.c-smart-top__right .c-template-grid.is-border > ul > li {
  border-color: #ddd;
}
.c-smart-top__bottom {
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  border-bottom: 1px solid #ddd;
}
.c-smart-top__bottom .c-leader-item__head .b-grid .b-grid__title a {
  display: block;
}
.c-smart-top__bottom .c-leader-item__head .b-grid .b-grid__title .text-primary {
  display: block;
}
.c-smart-top__left .c-template-grid.is-border > ul > li {
  border-color: #ddd;
}
.c-smart-top__left .c-template-list > ul > li {
  border-color: #ddd;
}

@media (min-width: 768px) {
  .c-smart-top {
    margin-bottom: 25px;
  }
  .c-smart-top__center .c-template-grid .b-grid .b-grid__title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .c-smart-top {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .c-smart-top__center {
    margin-bottom: 0;
    order: 2;
    padding-left: 9px;
    border-left: 1px solid #ddd;
    padding-right: 10px;
    width: 48%;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 0;
  }
  .c-smart-top__center .c-template-grid .b-grid .b-grid__title {
    font-size: 26px;
  }
  .c-smart-top__right {
    margin-bottom: 0;
    order: 3;
    padding-left: 9px;
    padding-right: 10px;
    padding-bottom: 0;
    border-bottom: none;
    border-left: 1px solid #ddd;
    width: 20%;
  }
  .c-smart-top__right .c-template-grid .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-smart-top__right .c-template-grid .b-grid .b-grid__row {
    margin-bottom: 0;
  }
  .c-smart-top__right .c-template-grid .b-grid .b-grid__desc {
    display: none;
  }
  .c-smart-top__bottom {
    border-bottom: none;
    padding-top: 20px;
    margin-bottom: 0;
    margin-top: 20px;
    order: 4;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .c-smart-top__bottom .c-leader-grid > ul > li {
    width: 20%;
  }
  .c-smart-top__bottom .c-leader-grid > ul > li:nth-child(5n) {
    border-right: none;
  }
  .c-smart-top__left {
    order: 1;
    padding-left: 10px;
    padding-right: 10px;
    width: 32%;
  }
  .c-smart-top__left .c-box .c-box__title {
    padding-bottom: 10px;
  }
  .c-smart-top__left .c-box .c-box__title .c-box__title__name {
    font-size: 18px;
  }
  .c-smart-top__left .c-template-grid.is-list-pc .b-grid .b-grid__img {
    width: 120px;
  }
  .c-smart-top__left .c-template-grid.is-list-pc .b-grid .b-grid__content {
    width: calc(100% - 120px);
  }
  .c-smart-top__left .c-template-grid.is-list-pc .b-grid .b-grid__row {
    margin-bottom: 0;
  }
  .c-smart-top__left .c-template-grid.is-list-pc .b-grid .b-grid__desc {
    display: none;
  }
  .c-smart-top__left .c-template-grid.is-list-pc .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-smart-top__left .c-template-grid.is-list-pc > ul > li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .c-smart-top__left .c-template-grid.is-list-pc > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .c-smart-top__left .c-template-list.is-small-pc .b-grid .b-grid__img {
    width: 120px;
  }
  .c-smart-top__left .c-template-list.is-small-pc .b-grid .b-grid__content {
    width: calc(100% - 120px);
  }
  .c-smart-top__left .c-template-list.is-small-pc .b-grid .b-grid__row {
    margin-bottom: 0;
  }
  .c-smart-top__left .c-template-list.is-small-pc .b-grid .b-grid__desc {
    display: none;
  }
  .c-smart-top__left .c-template-list.is-small-pc .b-grid .b-grid__title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .c-smart-top {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-smart-top__center {
    padding-left: 14px;
    padding-right: 15px;
  }
  .c-smart-top__center .c-template-grid .b-grid .b-grid__img {
    margin-bottom: 15px;
  }
  .c-smart-top__center .c-template-grid .b-grid .b-grid__row {
    margin-bottom: 15px;
  }
  .c-smart-top__center .c-template-grid .b-grid .b-grid__row:last-child {
    margin-bottom: 0;
  }
  .c-smart-top__center .c-template-grid .b-grid .b-grid__title {
    font-size: 28px;
  }
  .c-smart-top__right {
    padding-left: 14px;
    padding-right: 15px;
  }
  .c-smart-top__right .c-template-grid .b-grid .b-grid__title {
    font-size: 17px;
  }
  .c-smart-top__bottom {
    width: calc(100% - 30px);
  }
  .c-smart-top__bottom .c-leader-item {
    padding: 10px 14px;
  }
  .c-smart-top__bottom .c-leader-item__head .b-grid .b-grid__img {
    display: block;
    margin-right: 10px;
  }
  .c-smart-top__bottom .c-leader-item__head .b-grid .b-grid__content {
    padding-top: 15px;
    padding-left: 2px;
  }
  .c-smart-top__bottom .c-leader-item__head .b-grid .b-grid__content:before {
    display: none;
  }
  .c-smart-top__bottom .c-leader-item__head .b-grid .b-grid__desc {
    clear: both;
    padding-top: 5px;
  }
  .c-smart-top__bottom .c-leader-item__head .b-grid .b-grid__title {
    font-size: 14px;
  }
  .c-smart-top__bottom .c-leader-item.is-primary .c-leader-item__head .b-grid .b-grid__img {
    width: 50px;
    height: 60px;
  }
  .c-smart-top__bottom .c-leader-item.is-primary .c-leader-item__head .b-grid .b-grid__img a {
    width: 50px;
    height: 60px;
  }
  .c-smart-top__left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-smart-top__left .c-template-grid.is-list-pc .b-grid .b-grid__img {
    width: 150px;
  }
  .c-smart-top__left .c-template-grid.is-list-pc .b-grid .b-grid__content {
    width: calc(100% - 150px);
  }
  .c-smart-top__left .c-template-grid.is-list-pc .b-grid .b-grid__title {
    font-size: 17px;
  }
  .c-smart-top__left .c-template-grid.is-list-pc > ul > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .c-smart-top__left .c-template-grid.is-list-pc > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .c-smart-top__left .c-template-list.is-small-pc .b-grid .b-grid__img {
    width: 150px;
  }
  .c-smart-top__left .c-template-list.is-small-pc .b-grid .b-grid__content {
    width: calc(100% - 150px);
  }
  .c-smart-top__left .c-template-list.is-small-pc .b-grid .b-grid__title {
    font-size: 17px;
  }
  .c-smart-top__left .c-template-list.is-small-pc > ul > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .c-smart-top__left .c-template-list.is-small-pc > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .c-smart-top__bottom .c-leader-grid > ul > li:first-child {
    width: 100%;
  }
  .c-smart-top__bottom .c-leader-grid > ul > li:first-child .c-leader-item__head .b-grid {
    min-height: 105px !important;
  }
  .c-smart-top__bottom .c-leader-grid > ul > li:first-child .c-leader-item__head .b-grid .b-grid__img {
    display: block;
    margin-right: 10px;
  }
  .c-smart-top__bottom .c-leader-grid > ul > li:first-child .c-leader-item__head .b-grid .b-grid__content {
    padding-top: 15px;
    padding-left: 0;
  }
  .c-smart-top__bottom .c-leader-grid > ul > li:first-child .c-leader-item__head .b-grid .b-grid__content:before {
    display: none;
  }
  .c-smart-top__bottom .c-leader-grid > ul > li:first-child .c-leader-item__head .b-grid .b-grid__title {
    font-size: 16px;
  }
}
/*---------- end home smart top css ----------*/
/*---------- local media css ----------*/
@media (max-width: 991px) {
  [id*=media-tab] {
    margin-right: -15px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  [id*=media-tab]::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  }
  [id*=media-tab] .c-template-grid.is-col-4-pc.is-news-card > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  [id*=media-tab] .c-template-grid.is-col-4-pc.is-news-card > ul > li {
    padding-right: 15px;
  }
  [id*=media-tab] .c-template-grid.is-col-4-pc.is-news-card > ul > li:last-child {
    padding-bottom: 20px;
  }
  [id*=media-tab] .c-template-grid.is-col-4-pc.is-news-card > ul > li .b-grid {
    width: 220px;
    min-width: 220px;
  }
}
@media (max-width: 767px) {
  [id*=media-tab] .c-template-grid.is-col-4-pc.is-news-card > ul > li .b-grid {
    width: 235px;
    min-width: 235px;
  }
}
/*---------- end local media css ----------*/
/*---------- calendar css ----------*/
.bg-calendar {
  background-color: #006323;
}

body:has([class*=c-calendar]) .c-box .c-box__title .c-box__title__name {
  font-size: 20px;
}
body:has([class*=c-calendar]) .l-sidebar .c-box .c-box__title .c-box__title__name {
  font-size: 18px;
}
body:has([class*=c-calendar]) .c-cat-list__current {
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 28px;
  color: #000;
}
body:has([class*=c-calendar]) .c-cat-list__desc {
  padding: 2px 10px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
}
body:has([class*=c-calendar]) .c-cat-list__desc.bg-calendar-gray {
  background-color: #555;
  border-color: #555;
  color: #fff;
}
body:has([class*=c-calendar]) .c-cat-list__desc.is-good {
  background-color: #EA0000;
  border-color: #EA0000;
  color: #fff;
}
body:has([class*=c-calendar]) .c-cat-list__desc.is-bad {
  background-color: #6f42c1;
  border-color: #6f42c1;
  color: #fff;
}

@media (min-width: 768px) {
  body:has([class*=c-calendar]) .c-cat-list__current {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  body:has([class*=c-calendar]) .c-box .c-box__title .c-box__title__name {
    font-size: 22px;
  }
  body:has([class*=c-calendar]) .c-cat-list__current {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  body:has([class*=c-calendar]) .c-cat-list__sub {
    padding-bottom: 10px;
  }
  body:has([class*=c-calendar]) .c-cat-list__sub ul li a {
    font-size: 12px;
  }
}
/*---------- calendar info css ----------*/
.c-calendar-info {
  border: 1px solid #E1E1E1;
  padding: 15px;
  margin-bottom: 20px;
}
.c-calendar-info:last-child {
  margin-bottom: 0;
}
.c-calendar-info h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.c-calendar-info h2:last-child {
  margin-bottom: 0;
}
.c-calendar-info p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.c-calendar-info p:before {
  content: "✦  ";
  color: #00BA36;
}
.c-calendar-info p:last-child {
  margin-bottom: 0;
}
.c-calendar-info .b-maincontent {
  font-size: 18px;
  line-height: 1.618;
  margin-bottom: 20px;
  font-weight: 400;
}
.c-calendar-info .b-maincontent p {
  font-size: 18px;
}
.c-calendar-info .b-maincontent .desc {
  font-weight: 700;
  font-size: 18px;
}
.c-calendar-info .entry:not(.longform) {
  max-width: none;
}
.c-calendar-info .entry:not(.longform) > * {
  max-width: none;
}

.c-sonar-date {
  color: #fd7e14;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid #ddd;
  padding: 4px 6px;
  letter-spacing: 3px;
  margin-left: 5px;
  border-radius: 4px;
}

.c-lunar-date {
  color: #25957D;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid #ddd;
  padding: 4px 6px;
  letter-spacing: 3px;
  margin-left: 5px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .c-calendar-info p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .c-calendar-info {
    margin-bottom: 30px;
  }
  .c-calendar-info p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .c-calendar-info {
    padding: 20px 15px;
  }
  .c-calendar-info p {
    font-size: 18px;
  }
  .c-calendar-info .b-maincontent {
    font-size: 19px;
  }
  .c-calendar-info .b-maincontent p {
    font-size: 19px;
  }
  .c-calendar-info .b-maincontent .desc {
    font-size: 19px;
  }
}
/*---------- end calendar info css ----------*/
/*---------- calendar day css ----------*/
.c-calendar-day {
  margin-bottom: 20px;
}
.c-calendar-day:last-child {
  margin-bottom: 0;
}
.c-calendar-day__header {
  padding: 10px 15px;
  color: #fff;
  line-height: 1.5;
  background-color: #006323;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.c-calendar-day__header h3 {
  margin-bottom: 0;
  font-size: 16px;
}
.c-calendar-day__body table.table {
  margin-bottom: 0;
}
.c-calendar-day__body table.table.table-bordered th, .c-calendar-day__body table.table.table-bordered td {
  text-align: center;
  width: 50%;
  border-color: #006323;
  line-height: 1.5;
}
.c-calendar-day__body table.table.table-bordered th p, .c-calendar-day__body table.table.table-bordered td p {
  margin-bottom: 0;
}
.c-calendar-day__body table.table.table-bordered thead th {
  background-color: #006323;
  text-transform: uppercase;
  color: #fff;
  border-bottom-width: 1px;
}
.c-calendar-day__body table.table.table-bordered tbody td.bg-calendar {
  color: #fff;
}
.c-calendar-day .c-calendar-day__sonar {
  font-size: 70px;
  font-weight: 700;
  color: #fd7e14;
  width: 100%;
  padding-top: 20px;
  line-height: 1.4;
}
.c-calendar-day .c-calendar-day__lunar {
  font-size: 70px;
  font-weight: 700;
  color: #25957D;
  width: 100%;
  padding-top: 20px;
  line-height: 1.4;
}
.c-calendar-day .c-calendar-day__detail {
  min-height: 47px;
}
.c-calendar-day .c-calendar-day__detail p {
  margin-bottom: 5px;
}
.c-calendar-day .c-calendar-day__detail p:last-child {
  margin-bottom: 0;
}
.c-calendar-day__news {
  padding: 15px;
  border: 1px solid #006323;
}

@media (min-width: 768px) {
  .c-calendar-day__header h3 {
    font-size: 18px;
  }
  .c-calendar-day .c-calendar-day__sonar {
    font-size: 100px;
    padding-top: 40px;
  }
  .c-calendar-day .c-calendar-day__lunar {
    font-size: 100px;
    padding-top: 40px;
  }
  .c-calendar-day .c-calendar-day__detail {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .c-calendar-day {
    margin-bottom: 30px;
  }
}
/*---------- end calendar day css ----------*/
/*---------- calendar month css ----------*/
.c-calendar-hint {
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.c-calendar-hint:last-child {
  margin-bottom: 0;
}

.c-calendar-month {
  margin-bottom: 20px;
}
.c-calendar-month:last-child {
  margin-bottom: 0;
}
.c-calendar-month__header {
  background-color: #006323;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}
.c-calendar-month__header .c-calendar-month__prev, .c-calendar-month__header .c-calendar-month__next {
  width: 10%;
  font-size: 20px;
  padding: 10px 0;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.c-calendar-month__header .c-calendar-month__prev a, .c-calendar-month__header .c-calendar-month__next a {
  color: #fff;
  text-decoration: none;
}
.c-calendar-month__name {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
  width: 75%;
  text-align: center;
}
.c-calendar-month__body table.table {
  margin-bottom: 0;
}
.c-calendar-month__body table.table.table-bordered th, .c-calendar-month__body table.table.table-bordered td {
  width: 14.2857142857%;
  border-color: #006323;
  line-height: 1.5;
}
.c-calendar-month__body table.table.table-bordered th p, .c-calendar-month__body table.table.table-bordered td p {
  margin-bottom: 0;
}
.c-calendar-month__body table.table.table-bordered thead th {
  background-color: rgba(0, 99, 35, 0.8);
  text-transform: uppercase;
  color: #fff;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  border-bottom-width: 1px;
}
.c-calendar-month__body table.table.table-bordered tbody td {
  padding: 5px;
}
.c-calendar-month__body table.table.table-bordered tbody td.bg-calendar {
  color: #fff;
}
.c-calendar-month__body table.table.table-bordered tbody td.bg-skip {
  background-color: #5cb85c !important;
}
.c-calendar-month__body table.table.table-bordered tbody td.bg-current {
  background-color: #8eff7e !important;
}
.c-calendar-month__body table.table.table-bordered tbody td a {
  display: block;
  text-decoration: none;
  color: #000;
}
.c-calendar-month__body table.table.table-bordered tbody td .c-sonar-number {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}
.c-calendar-month__body table.table.table-bordered tbody td .c-sonar-number.is-sat {
  color: #25957D;
}
.c-calendar-month__body table.table.table-bordered tbody td .c-sonar-number.is-sun {
  color: #fd7e14;
}
.c-calendar-month__body table.table.table-bordered tbody td .c-lunar-number {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.c-calendar-month__body table.table.table-bordered tbody td .c-lunar-number span {
  display: block;
}
.c-calendar-month__body table.table.table-bordered tbody td .c-lunar-number span.h-show-pc {
  display: none;
}
.c-calendar-month__body table.table.table-bordered tbody td .c-date-status {
  float: right;
  width: 8px;
  height: 8px;
  margin-top: 10px;
  border-radius: 50%;
}
.c-calendar-month__body table.table.table-bordered tbody td .c-date-status.is-bad {
  background-color: #6f42c1;
}
.c-calendar-month__body table.table.table-bordered tbody td .c-date-status.is-good {
  background-color: #EA0000;
}
.c-calendar-month__body table.table.table-bordered tbody td .c-event-date {
  background-color: #ffeded;
  color: #EA0000;
  padding: 2px 4px;
  display: block;
  text-align: left;
  font-size: 10px;
  margin-top: 8px;
  line-height: 1.2;
  border-radius: 4px;
}
.c-calendar-month__body table.table.table-bordered tbody td .c-event-date.h-show-pc {
  display: none;
}

body:has(.c-calendar-status-list) .c-calendar-month {
  margin-bottom: 20px;
}

.c-calendar-drop {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.c-calendar-drop > button, .c-calendar-drop > a {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  background-color: transparent;
  border: none;
}
.c-calendar-drop > button:focus {
  outline: none;
}
.c-calendar-drop > a {
  display: block;
  text-decoration: none;
}
.c-calendar-drop .dropdown-menu {
  width: 290px;
  left: 50% !important;
  margin-left: -145px;
}

@media (min-width: 360px) {
  .c-calendar-drop .dropdown-menu {
    width: 330px;
    margin-left: -165px;
  }
}
@media (min-width: 576px) {
  .c-calendar-drop .dropdown-menu {
    width: 400px;
    margin-left: -200px;
  }
}
@media (min-width: 768px) {
  .c-calendar-hint {
    font-size: 18px;
  }
  .c-calendar-month__name {
    font-size: 18px;
  }
  .c-calendar-month__body table.table.table-bordered tbody td {
    padding: 10px 15px;
  }
  body:has(.c-calendar-status-list) .c-calendar-month {
    margin-bottom: 25px;
  }
  .c-calendar-drop > button, .c-calendar-drop > a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .c-calendar-month {
    margin-bottom: 30px;
  }
  .c-calendar-month__body table.table.table-bordered tbody td {
    padding: 15px;
  }
  .c-calendar-month__body table.table.table-bordered tbody td .c-sonar-number {
    font-size: 20px;
  }
  .c-calendar-month__body table.table.table-bordered tbody td .c-lunar-number {
    font-size: 13px;
  }
  .c-calendar-month__body table.table.table-bordered tbody td .c-lunar-number span.h-show-pc {
    display: block;
  }
  .c-calendar-month__body table.table.table-bordered tbody td .c-event-date {
    margin: 8px -5px -5px;
  }
  .c-calendar-month__body table.table.table-bordered tbody td .c-event-date.h-show-pc {
    display: block;
  }
  .c-calendar-month__body table.table.table-bordered tbody td:hover {
    background-color: rgba(142, 255, 126, 0.6);
  }
  .c-calendar-month__body table.table.table-bordered tbody td:hover .c-event-date {
    background-color: #fff;
  }
  body:has(.c-calendar-status-list) .c-calendar-month {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .c-calendar-month__body table.table.table-bordered {
    border: 1px solid #006323;
  }
  .c-calendar-month__body table.table.table-bordered thead th {
    font-size: 12px;
  }
  .c-calendar-month__body table.table.table-bordered tbody td {
    border: none;
    position: relative;
    z-index: 1;
  }
  .c-calendar-month__body table.table.table-bordered tbody td.bg-skip {
    background-color: transparent;
  }
  .c-calendar-month__body table.table.table-bordered tbody td .c-sonar-number {
    text-align: center;
    display: block;
    margin-bottom: 2px;
  }
  .c-calendar-month__body table.table.table-bordered tbody td .c-date-status {
    width: 6px;
    height: 6px;
    margin-top: 0;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
  }
}
/*---------- end calendar month css ----------*/
/*---------- calendar choose css ----------*/
.c-calendar-choose__action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 10px;
}
.c-calendar-choose__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #006323;
}
.c-calendar-choose a.c-calendar-choose__prev {
  color: #555;
  text-decoration: none;
  font-size: 25px;
  padding: 0 10px;
  font-weight: 700;
  line-height: 1.5;
}
.c-calendar-choose a.c-calendar-choose__next {
  color: #555;
  text-decoration: none;
  font-size: 25px;
  padding: 0 10px;
  font-weight: 700;
  line-height: 1.5;
}
.c-calendar-choose__detail {
  padding: 0 10px;
}
.c-calendar-choose__detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.c-calendar-choose__detail ul li {
  width: 33.3333333333%;
}
.c-calendar-choose__detail ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 7px 0;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .c-calendar-choose__detail ul li a {
    transition: all 0.2s ease;
  }
  .c-calendar-choose__detail ul li a:hover {
    color: #006323;
    background-color: rgba(142, 255, 126, 0.6);
  }
}
/*---------- end calendar choose css ----------*/
/*---------- calendar detail css ----------*/
.c-calendar-detail {
  margin-bottom: 20px;
}
.c-calendar-detail:last-child {
  margin-bottom: 0;
}
.c-calendar-detail__header {
  padding: 10px 15px;
  color: #fff;
  line-height: 1.5;
  background-color: #006323;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.c-calendar-detail__header h2, .c-calendar-detail__header h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.c-calendar-detail__body table.table {
  margin-bottom: 0;
}
.c-calendar-detail__body table.table.table-bordered th, .c-calendar-detail__body table.table.table-bordered td {
  border-color: #006323;
  line-height: 1.8;
}
.c-calendar-detail__body table.table.table-bordered th p, .c-calendar-detail__body table.table.table-bordered td p {
  margin-bottom: 0;
}
.c-calendar-detail__body table.table.table-bordered tr th:first-child, .c-calendar-detail__body table.table.table-bordered tr td:first-child {
  width: 95px;
  font-weight: 700;
}
.c-calendar-detail__body table.table.table-bordered thead th {
  background-color: rgba(0, 99, 35, 0.8);
  text-transform: uppercase;
  color: #fff;
  border-bottom-width: 1px;
}
.c-calendar-detail__body table.table.table-bordered tbody td.bg-calendar {
  color: #fff;
}

@media (min-width: 768px) {
  .c-calendar-detail__header h2, .c-calendar-detail__header h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .c-calendar-detail {
    margin-bottom: 30px;
  }
}
/*---------- end calendar detail css ----------*/
/*---------- calendar content css ----------*/
.c-calendar-content .b-maincontent {
  font-size: 18px;
  line-height: 1.618;
  margin-bottom: 20px;
  font-weight: 400;
}
.c-calendar-content .b-maincontent p {
  font-size: 18px;
}
.c-calendar-content .b-maincontent .desc {
  font-weight: 700;
  font-size: 18px;
}
.c-calendar-content .entry:not(.longform) {
  max-width: none;
}
.c-calendar-content .entry:not(.longform) > * {
  max-width: none;
}

@media (min-width: 1200px) {
  .c-calendar-content .b-maincontent {
    font-size: 19px;
  }
  .c-calendar-content .b-maincontent p {
    font-size: 19px;
  }
  .c-calendar-content .b-maincontent .desc {
    font-size: 19px;
  }
}
/*---------- end calendar content css ----------*/
/*---------- calendar widget css ----------*/
.c-calendar-breadcrumb .breadcrumb-item a {
  color: #006323;
  font-weight: 700;
  font-size: 14px;
}

.c-calendar-status-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-calendar-status-list > ul > li {
  margin-bottom: 10px;
}
.c-calendar-status-list > ul > li:last-child {
  margin-bottom: 0;
}
.c-calendar-status-list > ul > li > a {
  display: block;
  text-decoration: none;
  background-color: #999;
  color: #fff;
  padding: 7px 15px;
  line-height: 1.4;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
}
.c-calendar-status-list > ul > li > a.is-good {
  background-color: #EA4335;
}
.c-calendar-status-list > ul > li > a.is-bad {
  background-color: #6f42c1;
}
.c-calendar-status-list > ul > li > a.is-primary {
  background-color: #5cb85c;
}
.c-calendar-status-list > ul > li.active > a.is-primary {
  background-color: #006323;
}

.c-calendar-event-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-calendar-event-list > ul > li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 7px 15px;
  background-color: #ececec;
  border-radius: 4px;
}
.c-calendar-event-list > ul > li:before {
  content: "✦  ";
  color: #00BA36;
}
.c-calendar-event-list > ul > li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-calendar-breadcrumb .breadcrumb-item:after {
    top: 7px;
  }
  .c-calendar-breadcrumb .breadcrumb-item a {
    font-size: 16px;
  }
  .c-calendar-status-list.is-col-2-tablet > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-calendar-status-list.is-col-2-tablet > ul > li {
    width: 50%;
    padding: 0 10px;
  }
  .c-calendar-status-list.is-col-2-tablet > ul > li:last-child {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .c-calendar-status-list > ul > li > a {
    transition: all 0.2s ease;
  }
  .c-calendar-status-list > ul > li > a:hover {
    background-color: #006323;
  }
}
/*---------- end calendar widget css ----------*/
/*---------- calendar-slider css ----------*/
.c-calendar-slider.c-slider-button .owl-carousel .owl-nav {
  position: static;
}
.c-calendar-slider.c-slider-button .owl-carousel .owl-nav .owl-prev, .c-calendar-slider.c-slider-button .owl-carousel .owl-nav .owl-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  margin: -13px 0 0;
}
.c-calendar-slider.c-slider-button .owl-carousel .owl-nav .owl-prev {
  left: -28px;
}
.c-calendar-slider.c-slider-button .owl-carousel .owl-nav .owl-next {
  right: -28px;
}

/*---------- end calendar-slider css ----------*/
/*---------- end calendar css ----------*/
/*---------- fix entry css ----------*/
.entry:not(.longform) {
  padding-bottom: 0;
}

.entry:not(.longform) steps {
  background-color: transparent !important;
  padding: 5px 0 !important;
  border-radius: 5px;
  color: #1eb46e;
  margin-right: 0 !important;
  font-family: Arial !important;
  font-size: 18px;
  font-weight: 700 !important;
  display: block !important;
}

.entry:not(.longform) .program {
  border-top: 1px solid #fff;
  cursor: pointer;
  display: flex;
  align-items: stretch;
  width: 100%;
  font-size: 14px;
  font-family: Arial;
}

.entry:not(.longform) .program:nth-child(odd) {
  background: #d0d6e7;
}

.entry:not(.longform) .program:nth-child(even) {
  background: #e7eaf3;
}

.entry:not(.longform) .program > span {
  border-left: none;
  color: #333;
  padding: 0 15px;
  border-left: 1px solid #fff;
  vertical-align: middle;
  min-height: 36px;
  flex-basis: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.3;
}

.entry:not(.longform) .program .time {
  width: 80px;
  text-align: center;
}

.entry:not(.longform) .program span:nth-child(2) {
  flex-grow: 1;
}

.entry:not(.longform) .program span:nth-child(3) {
  flex-grow: 1;
}

.entry:not(.longform) table th, .entry:not(.longform) table td {
  font-size: 85%;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0.75rem;
}

.entry:not(.longform) figcaption {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #555;
  font-style: italic;
}

.entry:not(.longform) figcaption p {
  font-size: 14px;
  text-align: center;
}

.entry:not(.longform) td:only-child {
  border: none !important;
}

.entry:not(.longform) td:only-child > img:only-child {
  margin: -0.75em;
  width: calc(100% + 1.5em);
  max-width: calc(100% + 1.5em);
}

.entry:not(.longform) tr > td:only-child:empty {
  display: none !important;
}

.entry:not(.longform) blockquote:not([class*=sc-blockquote]) p:not(.quote-icon), .entry:not(.longform) blockquote.sc-blockquote-default p:not(.quote-icon) {
  padding-left: 0;
}

.entry:not(.longform) blockquote p {
  font-size: 100%;
}

.entry:not(.longform) figure figcaption h2 {
  font-weight: 400;
  font-style: italic;
}

/*---------- end fix entry css ----------*/
/*---------- fix comment css ----------*/
.c-comments .message {
  padding: 15px 0 0;
  font-size: 16px;
}
.c-comments .message p {
  font-size: 14px;
}

@media (max-width: 991px) {
  body .popUp.binhLuan .popupContent {
    padding: 15px 20px 20px;
  }
  body .popUp.binhLuan .popupContent .form {
    margin: 15px -20px 0;
    padding: 15px 20px 5px;
  }
}
@media (max-width: 767px) {
  body .popUp.binhLuan .popupContent {
    width: 480px;
  }
}
@media (max-width: 414px) {
  body .popUp.binhLuan .popupContent {
    width: 384px;
  }
}
@media (max-width: 375px) {
  body .popUp.binhLuan .popupContent {
    width: 345px;
  }
}
@media (max-width: 360px) {
  body .popUp.binhLuan .popupContent {
    width: 330px;
  }
}
@media (max-width: 320px) {
  body .popUp.binhLuan .popupContent {
    width: 290px;
  }
}
/*---------- end fix comment css ----------*/
/*---------- example css ----------*/
.vnn-birthday-comment-module {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.vnn-birthday-comment-module .scrollbar-outer > .scroll-element {
  background-color: transparent;
}
.vnn-birthday-comment-module .scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #00BA36;
}
.vnn-birthday-comment-module .scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #00BA36;
  height: 6px;
  top: -8px;
}

.vnn-birthday-comment-module .comment-wrapper .comment__header .comment__header-btn .btn {
  font-weight: 700;
}
.vnn-birthday-comment-module .comment-wrapper .comment__header .comment__header-btn .btn:focus, .vnn-birthday-comment-module .comment-wrapper .comment__header .comment__header-btn .btn:active {
  outline: none;
  box-shadow: none;
}

.vnn-birthday-comment-module .comment-wrapper .comment__footer .c-comments {
  padding-top: 20px;
}

.vnn-birthday-comment-module .comment-wrapper {
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin: 50px auto auto;
  max-width: 1400px;
  row-gap: 15px;
}

@media (max-width: 767px) {
  .vnn-birthday-comment-module .comment-wrapper {
    margin-top: 25px;
    padding: 0 15px;
  }
}
.vnn-birthday-comment-module .comment-wrapper .comment__header {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .vnn-birthday-comment-module .comment-wrapper .comment__header {
    margin-bottom: 40px;
  }
}
.vnn-birthday-comment-module .comment-wrapper .comment__header .comment__header-smalltitle {
  color: #434446;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.vnn-birthday-comment-module .comment-wrapper .comment__header .comment__header-title {
  color: #434446;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.vnn-birthday-comment-module .comment-wrapper .comment__header .comment__header-title br {
  display: none;
}

@media (max-width: 767px) {
  .vnn-birthday-comment-module .comment-wrapper .comment__header .comment__header-smalltitle {
    font-size: 18px;
  }
  .vnn-birthday-comment-module .comment-wrapper .comment__header .comment__header-title {
    font-size: 22px;
    line-height: 28px;
  }
  .vnn-birthday-comment-module .comment-wrapper .comment__header .comment__header-title br {
    display: block;
  }
}
.vnn-birthday-comment-module .comment-wrapper .comment__header .comment__header-desc {
  color: #434446;
  font-size: 22px;
}

@media (max-width: 767px) {
  .vnn-birthday-comment-module .comment-wrapper .comment__header .comment__header-desc {
    font-size: 18px;
    line-height: 24px;
  }
}
.vnn-birthday-comment-module .comment-wrapper .comment__body {
  max-width: 1400px;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content {
  background-image: url("../images/stdt/funeral-book_main.png");
  background-size: 100% 100%;
  display: grid;
  position: relative;
}

@media (max-width: 767px) {
  .vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content {
    background-image: url("../images/stdt/funeral-book_main_mb.png");
  }
}
.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-header {
  background-image: url("../images/stdt/funeral-book_header.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 35px;
  transform: translateY(-23px);
}

@media (max-width: 767px) {
  .vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-header {
    background-image: url("../images/stdt/funeral-book_header_mb.png");
    padding-top: 0;
    transform: translateY(-5px);
  }
}
.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main {
  padding: 0 5%;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content {
  min-height: 450px;
  display: block !important;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content > div {
  -ms-grid-columns: minmax(0, 1fr) 80px minmax(0, 1fr);
  grid-column-gap: 80px;
  -ms-grid-rows: minmax(0, auto) [5];
  -moz-column-gap: 80px;
  column-gap: 80px;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, auto));
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content > div > :first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content > div > :nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content > div > :nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content > div > :nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content > div > :nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content > div > :nth-child(6) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content > div > :nth-child(7) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content > div > :nth-child(8) {
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content > div > :nth-child(9) {
  -ms-grid-column: 3;
  -ms-grid-row: 4;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content > div > :nth-child(10) {
  -ms-grid-column: 3;
  -ms-grid-row: 5;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content > div .group-skeleton .skeleton-top {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content > div .group-skeleton .skeleton-top .vnn-skeleton-text {
  margin-bottom: 0 !important;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content > div .group-skeleton .skeleton-top .vnn-skeleton-text {
  margin-left: 10px;
  width: 110px;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content > div .group-skeleton .skeleton-top .vnn-skeleton-text p {
  height: 20px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scroll-content > div {
    display: block;
  }
}
.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scrollbar-track-x {
  display: none !important;
}

@media (max-width: 767px) {
  .vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main {
    display: block;
    height: 450px;
    padding: 0 32px;
  }
  .vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scrollbar-track.scrollbar-track-y {
    right: 8px !important;
    width: 2px !important;
  }
  .vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-main .scrollbar-track.scrollbar-track-y .scrollbar-thumb {
    width: 2px !important;
  }
}
.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-footer {
  background-image: url("../images/stdt/funeral-book_footer.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
  padding-bottom: 110px;
  transform: translateY(67px);
}

@media (max-width: 767px) {
  .vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__body-content-footer {
    background-image: url("../images/stdt/funeral-book_footer_mb.png");
    background-position-y: bottom;
    padding-bottom: 45px;
    transform: translateY(40px);
  }
}
.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__box-wrapper {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__box-wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__box-wrapper .comment__item .comment__item-content .username {
  align-items: center;
  display: flex;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__box-wrapper .comment__item .comment__item-content .username img {
  margin-right: 10px;
  width: 33px;
}

@media (max-width: 767px) {
  .vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__box-wrapper .comment__item .comment__item-content .username {
    margin-bottom: 15px;
  }
}
.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__box-wrapper .comment__item .comment__item-content .LinesEllipsis, .vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__box-wrapper .comment__item .comment__item-content .content {
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__box-wrapper .comment__item .comment__item-content.active .LinesEllipsis-ellipsis {
  display: none;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__box-wrapper .comment__item .comment__item-content .LinesEllipsis .LinesEllipsis-ellipsis, .vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__box-wrapper .comment__item .comment__item-content .content .LinesEllipsis-ellipsis {
  color: gray;
  cursor: pointer;
  font-size: 15px;
  font-style: italic;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__box-wrapper .comment__item .comment__item-content .LinesEllipsis-ellipsis {
  color: gray;
  cursor: pointer;
  font-size: 15px;
  font-style: italic;
}

.vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__box-wrapper .comment__item .comment__item-content .LinesEllipsis *, .vnn-birthday-comment-module .comment-wrapper .comment__body .comment__body-content .comment__box-wrapper .comment__item .comment__item-content .content * {
  margin: 0 !important;
  padding: 0 !important;
}

.vnn-birthday-comment-module .comment-wrapper .comment__paginate {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .vnn-birthday-comment-module .comment-wrapper .comment__paginate {
    justify-content: flex-start;
  }
}
.vnn-birthday-comment-module .comment-wrapper .comment__paginate .paginate {
  align-items: center;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .vnn-birthday-comment-module .comment-wrapper .comment__paginate .paginate {
    flex-wrap: wrap;
    margin-bottom: 10px;
    row-gap: 10px;
  }
}
.vnn-birthday-comment-module .comment-wrapper .comment__paginate .paginate li:not(:last-child) {
  margin-right: 10px;
}

.vnn-birthday-comment-module .comment-wrapper .comment__paginate .paginate li.selected {
  background-color: #434446;
  border-radius: 5px;
}

.vnn-birthday-comment-module .comment-wrapper .comment__paginate .paginate li.selected a {
  color: #fff;
}

.vnn-birthday-comment-module .comment-wrapper .comment__paginate .paginate li.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.vnn-birthday-comment-module .comment-wrapper .comment__paginate .paginate li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid #434446;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 30px;
}

@media (max-width: 767px) {
  .vnn-birthday-comment-module .comment-wrapper .comment__paginate .paginate li a {
    font-size: 15px;
  }
}
.vnn-birthday-comment-module .comment-wrapper .comment__paginate .comment_total-count {
  align-items: center;
  display: flex;
  font-size: 15px;
  margin-left: 30px;
}

.vnn-birthday-comment-module .comment-wrapper .comment__paginate .comment_total-count svg {
  margin-right: 5px;
}

.vnn-birthday-comment-module .comment-wrapper .comment__footer {
  margin: 30px auto 40px;
  max-width: 1100px;
}

body:has(.vnn-birthday-comment-module) {
  background-image: url("../images/stdt/bg_gray_TBT.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  body:has(.vnn-birthday-comment-module) {
    background-image: url("../images/stdt/bg_gray_TBT_mb.jpg");
  }
}
.header-emagazine__center a {
  color: #434446;
  font-size: 24px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .header-emagazine__center a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .vnn-birthday-comment-module .comment-wrapper .comment__header {
    position: relative;
    z-index: 1;
  }
  .vnn-birthday-comment-module .comment-wrapper .comment__header .comment__header-btn {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
  }
}
/*---------- end example css ----------*/
/*---------- theme background box css ----------*/
.c-background-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 60px;
}
.c-background-box__img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-background-box__img:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-background-box__img:after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-background-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-background-box .container {
  position: relative;
  z-index: 5;
}
.c-background-box.is-head {
  padding-top: 65vh;
}
.c-background-box.is-head .c-background-box__img {
  bottom: auto;
  height: 91vh;
}
.c-background-box.is-head .c-story-backgrounds {
  height: 90vh;
  bottom: auto;
}
.c-background-box.is-focus-article {
  padding-top: 120px;
  min-height: 600px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.c-background-box.is-statistics {
  padding-top: 16vh;
}
.c-background-box.is-statistics.has-thumb-bg {
  padding-top: 30vh;
}
.c-background-box.is-small .c-background-box__img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 4;
}
.c-background-box.is-small .c-background-box__img img {
  width: auto;
  height: auto;
  max-width: 175%;
  max-height: 95%;
  -o-object-fit: initial;
     object-fit: initial;
}

@media (min-width: 414px) {
  .c-background-box.is-head {
    padding-top: 66vh;
  }
}
@media (min-width: 576px) {
  .c-background-box.is-focus-article {
    padding-top: 180px;
  }
  .c-background-box.is-statistics {
    padding-top: 20vh;
  }
}
@media (min-width: 768px) {
  .c-background-box.is-focus-article {
    padding-top: 240px;
  }
  .c-background-box.is-statistics {
    padding-top: 24vh;
  }
}
@media (min-width: 992px) {
  .c-background-box.is-head {
    padding-top: 240px;
    min-height: 100vh;
  }
  .c-background-box.is-head .c-background-box__img {
    height: 100vh;
  }
  .c-background-box.is-head .c-story-backgrounds {
    height: 100vh;
  }
  .c-background-box.is-focus-article {
    padding-top: 300px;
  }
  .c-background-box.is-statistics {
    padding-top: 30vh;
  }
  .c-background-box.is-small .c-background-box__img img {
    max-width: 150%;
    max-height: 95%;
  }
}
@media (min-width: 1200px) {
  .c-background-box.is-focus-article {
    padding-top: 360px;
    min-height: 800px;
  }
}
@media (min-width: 1600px) {
  .c-background-box.is-focus-article {
    min-height: 900px;
  }
}
/*---------- end theme background box css ----------*/
/*---------- theme topic head css ----------*/
.c-topic-desc {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  line-height: 1.618;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1200px;
  min-height: 30px;
}

.c-topic-head {
  margin-bottom: 30px;
}
.c-topic-head__left {
  margin-bottom: 50px;
  max-width: 400px;
}
.c-topic-head__left .c-social ul {
  justify-content: flex-start;
}
.c-topic-head__left .c-social ul li {
  margin: 0 15px 0 0;
}
.c-topic-head__left .c-social ul li a {
  width: 30px;
  height: 30px;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  line-height: 28px;
  min-width: 30px;
}
.c-topic-head__left .c-social ul li a.btn {
  font-size: 12px;
  width: auto;
  height: auto;
  text-transform: none;
  padding: 3px 15px;
  border-radius: 3px;
}
.c-topic-head__left .c-social ul li a.btn.btn-outline-light {
  border-color: #fff;
  background: transparent !important;
  color: #fff;
}
.c-topic-head__left .c-social ul li a.btn.btn-outline-light:hover, .c-topic-head__left .c-social ul li a.btn.btn-outline-light.active {
  color: #fff;
  background: #00BA36 !important;
  border-color: #00BA36;
}
.c-topic-head__label {
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.c-topic-head__title {
  color: #fff;
  line-height: 1.25;
  font-size: 28px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}
.c-topic-head__title[data-small-text] {
  font-size: 28px;
}
.c-topic-head__title[data-small-text=true] {
  font-size: 26px;
}
.c-topic-head__desc {
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.4;
  margin-top: 10px;
  max-width: 350px;
}
.c-topic-head__right .c-template-grid .b-grid .b-grid__title {
  font-size: 15px;
}
.c-topic-head__right .c-template-grid .b-grid .b-grid__title a {
  color: #fff;
}
.c-topic-head__right .c-template-grid .b-grid .b-grid__time {
  font-size: 13px;
  color: #fff;
}
.c-topic-head__right .c-template-grid.is-border > ul > li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 360px) {
  .c-topic-desc {
    font-size: 18px;
  }
  .c-topic-head__title {
    font-size: 30px;
  }
  .c-topic-head__title[data-small-text] {
    font-size: 30px;
  }
  .c-topic-head__title[data-small-text=true] {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .c-topic-head {
    margin-bottom: 40px;
  }
  .c-topic-head__label {
    font-size: 16px;
  }
  .c-topic-head__title {
    font-size: 36px;
  }
  .c-topic-head__title[data-small-text] {
    font-size: 36px;
  }
  .c-topic-head__title[data-small-text=true] {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .c-topic-head {
    margin-bottom: 140px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .c-topic-head__left {
    margin-bottom: 0;
    width: 450px;
    max-width: 450px;
  }
  .c-topic-head__title {
    font-size: 40px;
  }
  .c-topic-head__title[data-small-text] {
    font-size: 40px;
  }
  .c-topic-head__title[data-small-text=true] {
    font-size: 34px;
  }
  .c-topic-head__desc {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .c-topic-head__right {
    width: 260px;
  }
}
@media (min-width: 1200px) {
  .c-topic-head {
    margin-bottom: 180px;
  }
  .c-topic-head__left {
    width: 550px;
    max-width: 550px;
  }
  .c-topic-head__title {
    font-size: 44px;
  }
  .c-topic-head__title[data-small-text] {
    font-size: 44px;
  }
  .c-topic-head__title[data-small-text=true] {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .c-topic-head {
    margin-bottom: 30vh;
  }
}
/*---------- end theme topic head css ----------*/
/*---------- theme topic center css ----------*/
.c-topic-center-news__title {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 22px;
}
.c-topic-center-news__title a {
  text-decoration: none;
  color: #fff;
}
.c-topic-center-news__more {
  text-align: center;
  line-height: 1.4;
}
.c-topic-center-news__more a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.15);
  min-width: 240px;
  border-radius: 20px;
  padding: 8px 15px;
  display: inline-block;
  margin-top: 15px;
}
.c-topic-center-news__more a [class*=icon] {
  margin-left: 7px;
}

@media (min-width: 576px) {
  .c-topic-center-news__title {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .c-topic-center-news__title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .c-topic-center-news__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .c-topic-center-news__title {
    font-size: 34px;
  }
}
/*---------- end theme topic center css ----------*/
/*---------- theme topic info tabs css ----------*/
.c-topic-info-tabs__title {
  margin-right: -15px;
  padding-bottom: 15px;
}
.c-topic-info-tabs__title ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-topic-info-tabs__title ul li {
  margin-right: 15px;
}
.c-topic-info-tabs__title ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 700;
  white-space: nowrap;
}
.c-topic-info-tabs__title ul li.active a {
  color: #fff;
}
.c-topic-info-tabs__pane {
  display: none;
}
.c-topic-info-tabs__pane.is-current {
  display: block;
}
.c-topic-info-tabs .c-template-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.c-topic-info-tabs .c-template-grid .b-grid {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.c-topic-info-tabs .c-template-grid .b-grid .b-grid__img {
  margin-bottom: 0;
}
.c-topic-info-tabs .c-template-grid .b-grid .b-grid__content {
  padding: 15px 15px 30px;
}
.c-topic-info-tabs .c-template-grid .b-grid .b-grid__row {
  color: rgba(255, 255, 255, 0.8);
}
.c-topic-info-tabs .c-template-grid .b-grid .b-grid__row a {
  color: rgba(255, 255, 255, 0.8);
}
.c-topic-info-tabs .c-template-grid .b-grid .b-grid__title a {
  color: #fff;
}
.c-topic-info-tabs .c-template-grid .b-grid .b-grid__time {
  color: #fff;
}
.c-topic-info-tabs .c-template-grid > ul > li {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .c-topic-info-tabs .c-template-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .c-topic-info-tabs .c-template-grid .b-grid .b-grid__content {
    padding: 15px 15px 20px;
  }
  .c-topic-info-tabs .c-template-grid > ul > li {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .c-topic-info-tabs__title {
    margin-right: 0;
  }
  .c-topic-info-tabs__title ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .c-topic-info-tabs__title ul li {
    margin: 0 10px 5px;
  }
  .c-topic-info-tabs__title ul li a {
    transition: all 0.2s ease;
  }
  .c-topic-info-tabs__title ul li a:hover {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .c-topic-info-tabs__title {
    margin-bottom: 5px;
  }
  .c-topic-info-tabs__title ul li {
    margin: 0 15px;
  }
  .c-topic-info-tabs .c-template-grid > ul > li {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .c-topic-info-tabs__title {
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .c-topic-info-tabs__title::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  }
}
/*---------- end theme topic info tabs css ----------*/
/*---------- theme statistics css ----------*/
.c-statistics-item {
  background-color: rgba(255, 255, 255, 0.06);
  padding: 20px 15px;
}
.c-statistics-item__label {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 7px;
  text-align: center;
}
.c-statistics-item__label:last-child {
  margin-bottom: 0;
}
.c-statistics-item__label b {
  font-size: 26px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  margin-bottom: 7px;
  text-align: center;
  line-height: 1.4;
}
.c-statistics-item__title {
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  margin-bottom: 7px;
  text-align: center;
}
.c-statistics-item__title:last-child {
  margin-bottom: 0;
}

.c-statistics-outer {
  overflow: hidden;
}
.c-statistics-outer.is-minus {
  margin-right: -15px;
}
.c-statistics-outer .c-statistics-slider {
  margin-right: -47%;
}
.c-statistics-outer .c-statistics-slider.c-template-dots .owl-carousel .owl-dots {
  margin-right: 32%;
}
.c-statistics-outer .c-statistics-slider.c-template-button .owl-carousel .owl-nav {
  display: none;
}

.c-statistics-grid > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-statistics-grid > ul > li {
  padding-bottom: 15px;
}
.c-statistics-grid > ul > li:last-child {
  padding-bottom: 0;
}

@media (min-width: 360px) {
  .c-statistics-item {
    padding: 25px 20px;
  }
  .c-statistics-item__label {
    font-size: 16px;
  }
  .c-statistics-item__label b {
    font-size: 28px;
  }
  .c-statistics-item__title {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .c-statistics-item__label {
    font-size: 14px;
  }
  .c-statistics-item__label b {
    font-size: 30px;
  }
  .c-statistics-item__title {
    font-size: 30px;
  }
  .c-statistics-outer .c-statistics-slider {
    margin-right: -20%;
  }
  .c-statistics-outer .c-statistics-slider.c-template-dots .owl-carousel .owl-dots {
    margin-right: 16%;
  }
}
@media (min-width: 992px) {
  .c-statistics-outer.is-minus {
    margin-right: 0;
  }
  .c-statistics-outer .c-statistics-slider {
    margin-right: -18%;
  }
  .c-statistics-outer .c-statistics-slider.c-template-dots .owl-carousel .owl-dots {
    margin-right: 15%;
  }
  .c-statistics-outer .c-statistics-slider.c-template-button .owl-carousel .owl-nav {
    display: block;
  }
  .c-statistics-outer .c-statistics-slider.c-template-button .owl-carousel .owl-nav .owl-next {
    right: calc(15% + 15px);
  }
}
@media (min-width: 1200px) {
  .c-statistics-outer .c-statistics-slider {
    margin-right: -12%;
  }
  .c-statistics-outer .c-statistics-slider.c-template-dots .owl-carousel .owl-dots {
    margin-right: 10.5%;
  }
  .c-statistics-outer .c-statistics-slider.c-template-button .owl-carousel .owl-nav {
    display: block;
  }
  .c-statistics-outer .c-statistics-slider.c-template-button .owl-carousel .owl-nav .owl-next {
    right: calc(10.5% + 15px);
  }
}
/*---------- end theme statistics css ----------*/
/*---------- theme topic other css ----------*/
.c-topic-other-outer {
  overflow: hidden;
}
.c-topic-other-outer.is-minus {
  margin-right: -15px;
}
.c-topic-other-outer .c-topic-other-slider {
  margin-right: -47%;
}
.c-topic-other-outer .c-topic-other-slider.c-template-dots .owl-carousel .owl-dots {
  margin-right: 32%;
}
.c-topic-other-outer .c-topic-other-slider.c-template-button .owl-carousel .owl-nav {
  display: none;
}

.c-template-grid.is-topic-other .b-grid .b-grid__img {
  padding-top: 150%;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.c-template-grid.is-topic-other .b-grid .b-grid__img a {
  padding-top: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-template-grid.is-topic-other .b-grid .b-grid__img a:before {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  left: 0;
  top: 25%;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0)); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.c-template-grid.is-topic-other .b-grid .b-grid__img a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 60%);
}
.c-template-grid.is-topic-other .b-grid .b-grid__img img {
  position: static;
  width: auto !important;
  display: inline !important;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-template-grid.is-topic-other .b-grid .b-grid__content {
  position: absolute;
  z-index: 4;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0 15px 15px;
}
.c-template-grid.is-topic-other .b-grid .b-grid__title a {
  color: #fff;
}

@media (min-width: 768px) {
  .c-topic-other-outer .c-topic-other-slider {
    margin-right: -20%;
  }
  .c-topic-other-outer .c-topic-other-slider.c-template-dots .owl-carousel .owl-dots {
    margin-right: 16%;
  }
  .c-topic-other-outer .c-topic-other-slider.c-template-grid .b-grid .b-grid__title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .c-topic-other-outer.is-minus {
    margin-right: 0;
  }
  .c-topic-other-outer .c-topic-other-slider {
    margin-right: -18%;
  }
  .c-topic-other-outer .c-topic-other-slider.c-template-dots .owl-carousel .owl-dots {
    margin-right: 15%;
  }
  .c-topic-other-outer .c-topic-other-slider.c-template-button .owl-carousel .owl-nav {
    display: block;
  }
  .c-topic-other-outer .c-topic-other-slider.c-template-button .owl-carousel .owl-nav .owl-next {
    right: calc(15% + 15px);
  }
}
@media (min-width: 1200px) {
  .c-topic-other-outer .c-focus-slider {
    margin-right: -12%;
  }
  .c-topic-other-outer .c-focus-slider.c-template-dots .owl-carousel .owl-dots {
    margin-right: 10.5%;
  }
  .c-topic-other-outer .c-focus-slider.c-template-button .owl-carousel .owl-nav {
    display: block;
  }
  .c-topic-other-outer .c-focus-slider.c-template-button .owl-carousel .owl-nav .owl-next {
    right: calc(10.5% + 15px);
  }
  .c-topic-other-outer .c-focus-slider.c-template-grid .b-grid .b-grid__title {
    font-size: 18px;
  }
}
/*---------- end theme topic other css ----------*/
/*---------- theme green css ----------*/
.c-theme-green {
  background-color: #006323;
}
.c-theme-green .c-powered {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}
.c-theme-green .c-powered a {
  color: rgba(255, 255, 255, 0.5);
}
.c-theme-green .c-powered span {
  color: rgba(255, 255, 255, 0.5);
}
.c-theme-green .l-footer {
  background-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.15);
}
.c-theme-green .c-footer-logo__text {
  color: #fff;
}
.c-theme-green .c-footer-main .b-maincontent {
  color: #fff;
}
.c-theme-green .c-footer-main .b-maincontent p {
  color: #fff;
}
.c-theme-green .c-footer-category > ul > li > a {
  color: #fff;
}
.c-theme-green .c-footer-category > ul > li > ul > li > a {
  color: #fff;
}
.c-theme-green .c-social label {
  color: #fff;
}
.c-theme-green .c-social ul li a {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}
.c-theme-green .c-footer-menu {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.c-theme-green .c-footer-menu ul li a {
  color: #fff;
}
.c-theme-green .c-footer-line {
  border-top-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.c-theme-green .c-footer-logo a {
  display: inline-block;
  background-image: url("../images/logo-small-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-theme-green .c-footer-logo img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.c-theme-green .l-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.c-theme-green .c-nav-inner {
  background-color: transparent;
}
.c-theme-green .c-admin-user .icon16-user {
  background-image: url("../images/icons/icon16-user-white.svg");
}
.c-theme-green .c-admin-user > ul > li > a, .c-theme-green .c-admin-user > ul > li > button {
  color: #fff;
}
.c-theme-green .c-admin-user > ul > li > a span, .c-theme-green .c-admin-user > ul > li > button span {
  color: #fff;
}
.c-theme-green .c-weather {
  display: none;
}
.c-theme-green .c-header-menu {
  display: none;
}
.c-theme-green .c-sologan {
  display: none;
}
.c-theme-green .c-menu-expand span {
  background-color: #fff;
}
.c-theme-green .c-menu-expand span:before {
  background-color: #fff;
}
.c-theme-green .c-menu-expand span:after {
  background-color: #fff;
}
.c-theme-green .c-search-expand .icon16-search {
  background-image: url("../images/icons/icon16-search-white.svg");
}
.c-theme-green .c-menu-outer {
  display: none;
}
.c-theme-green .c-logo a {
  display: inline-block;
  background-image: url("../images/logo-small-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-theme-green .c-logo img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.c-theme-green .c-notification-expand .icon16-bell-black {
  background-image: url("../images/icons/icon16-bell-white.svg");
}
.c-theme-green .c-box {
  border-top: none;
}
.c-theme-green .c-box:before {
  display: none;
}
.c-theme-green .c-box .c-box__title {
  border-top: none;
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.c-theme-green .c-box .c-box__title:has(.c-box__title__name) {
  padding-top: 0;
}
.c-theme-green .c-box .c-box__title:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  height: 15px;
  width: 232px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/topic-box-title.svg");
}
.c-theme-green .c-box .c-box__title .c-box__title__name {
  padding-top: 0;
  border-top: none;
  color: #ffc107;
}
.c-theme-green .c-box.is-center .c-box__title:after {
  left: 50%;
  margin-left: -116px;
}
.c-theme-green .c-template-dots .owl-carousel .owl-dots .owl-dot {
  background-color: rgba(255, 255, 255, 0.3);
}
.c-theme-green .c-template-dots .owl-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
}
.c-theme-green .c-background-box__img:before {
  background-color: rgba(34, 34, 34, 0.2);
}
.c-theme-green .c-background-box__img:after {
  background: linear-gradient(to bottom, rgba(0, 99, 35, 0.5) 0%, rgba(0, 99, 35, 0) 25%, rgba(0, 99, 35, 0) 60%, #006323 100%); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to bottom, rgba(0, 99, 35, 0.5) 0%, rgba(0, 99, 35, 0) 25%, rgba(0, 99, 35, 0) 60%, #006323 100%);
}
.c-theme-green .b-nodata {
  color: #fff;
}
.c-theme-green .c-more a {
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  min-width: 240px;
  border-radius: 20px;
}
.c-theme-green .c-template-grid.is-topic-other .b-grid .b-grid__img {
  background-color: #006323;
  background-image: url("../images/trong-dong-c-2k.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 180%;
}

@media (min-width: 768px) {
  .c-theme-green .c-box .c-box__title {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .c-theme-green .c-mega-menu {
    top: 100%;
  }
  .c-theme-green .c-logo a {
    background-image: url("../images/logo-white.png");
  }
  .c-theme-green .c-search-wrapper {
    top: 42px;
  }
  .c-theme-green .c-box .c-box__title {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .c-theme-green .c-box .c-box__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .c-theme-green .c-menu-expand {
    background-image: url("../images/icons/icon24-menu-white.svg");
  }
}
/*---------- end theme green css ----------*/
/*---------- theme yellow css ----------*/
.c-theme-yellow {
  background-color: #fc852a;
}
.c-theme-yellow .c-powered {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}
.c-theme-yellow .c-powered a {
  color: rgba(255, 255, 255, 0.5);
}
.c-theme-yellow .c-powered span {
  color: rgba(255, 255, 255, 0.5);
}
.c-theme-yellow .l-footer {
  background-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.15);
}
.c-theme-yellow .c-footer-logo__text {
  color: #fff;
}
.c-theme-yellow .c-footer-main .b-maincontent {
  color: #fff;
}
.c-theme-yellow .c-footer-main .b-maincontent p {
  color: #fff;
}
.c-theme-yellow .c-footer-category > ul > li > a {
  color: #fff;
}
.c-theme-yellow .c-footer-category > ul > li > ul > li > a {
  color: #fff;
}
.c-theme-yellow .c-social label {
  color: #fff;
}
.c-theme-yellow .c-social ul li a {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}
.c-theme-yellow .c-footer-menu {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.c-theme-yellow .c-footer-menu ul li a {
  color: #fff;
}
.c-theme-yellow .c-footer-line {
  border-top-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.c-theme-yellow .c-footer-logo a {
  display: inline-block;
  background-image: url("../images/logo-small-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-theme-yellow .c-footer-logo img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.c-theme-yellow .l-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.c-theme-yellow .c-nav-inner {
  background-color: transparent;
}
.c-theme-yellow .c-admin-user .icon16-user {
  background-image: url("../images/icons/icon16-user-white.svg");
}
.c-theme-yellow .c-admin-user > ul > li > a, .c-theme-yellow .c-admin-user > ul > li > button {
  color: #fff;
}
.c-theme-yellow .c-admin-user > ul > li > a span, .c-theme-yellow .c-admin-user > ul > li > button span {
  color: #fff;
}
.c-theme-yellow .c-weather {
  display: none;
}
.c-theme-yellow .c-header-menu {
  display: none;
}
.c-theme-yellow .c-sologan {
  display: none;
}
.c-theme-yellow .c-menu-expand span {
  background-color: #fff;
}
.c-theme-yellow .c-menu-expand span:before {
  background-color: #fff;
}
.c-theme-yellow .c-menu-expand span:after {
  background-color: #fff;
}
.c-theme-yellow .c-search-expand .icon16-search {
  background-image: url("../images/icons/icon16-search-white.svg");
}
.c-theme-yellow .c-menu-outer {
  display: none;
}
.c-theme-yellow .c-logo a {
  display: inline-block;
  background-image: url("../images/logo-small-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-theme-yellow .c-logo img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.c-theme-yellow .c-notification-expand .icon16-bell-black {
  background-image: url("../images/icons/icon16-bell-white.svg");
}
.c-theme-yellow .c-box {
  border-top: none;
}
.c-theme-yellow .c-box:before {
  display: none;
}
.c-theme-yellow .c-box .c-box__title {
  border-top: none;
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.c-theme-yellow .c-box .c-box__title:has(.c-box__title__name) {
  padding-top: 0;
}
.c-theme-yellow .c-box .c-box__title:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  height: 15px;
  width: 232px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/topic-box-title.svg");
}
.c-theme-yellow .c-box .c-box__title .c-box__title__name {
  padding-top: 0;
  border-top: none;
  color: #fff;
}
.c-theme-yellow .c-box.is-center .c-box__title:after {
  left: 50%;
  margin-left: -116px;
}
.c-theme-yellow .c-template-dots .owl-carousel .owl-dots .owl-dot {
  background-color: rgba(255, 255, 255, 0.3);
}
.c-theme-yellow .c-template-dots .owl-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
}
.c-theme-yellow .c-background-box__img:before {
  background-color: rgba(34, 34, 34, 0.2);
}
.c-theme-yellow .c-background-box__img:after {
  background: linear-gradient(to bottom, rgba(252, 133, 42, 0.5) 0%, rgba(252, 133, 42, 0) 25%, rgba(252, 133, 42, 0) 60%, #fc852a 100%); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to bottom, rgba(252, 133, 42, 0.5) 0%, rgba(252, 133, 42, 0) 25%, rgba(252, 133, 42, 0) 60%, #fc852a 100%);
}
.c-theme-yellow .b-nodata {
  color: #fff;
}
.c-theme-yellow .c-more a {
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  min-width: 240px;
  border-radius: 20px;
}
.c-theme-yellow .c-template-grid.is-topic-other .b-grid .b-grid__img {
  background-color: #fc852a;
  background-image: url("../images/trong-dong-c-2k.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 180%;
}

@media (min-width: 768px) {
  .c-theme-yellow .c-box .c-box__title {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .c-theme-yellow .c-mega-menu {
    top: 100%;
  }
  .c-theme-yellow .c-logo a {
    background-image: url("../images/logo-white.png");
  }
  .c-theme-yellow .c-search-wrapper {
    top: 42px;
  }
  .c-theme-yellow .c-box .c-box__title {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .c-theme-yellow .c-box .c-box__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .c-theme-yellow .c-menu-expand {
    background-image: url("../images/icons/icon24-menu-white.svg");
  }
}
/*---------- end theme yellow css ----------*/
/*---------- theme lotus css ----------*/
.c-theme-lotus {
  background-color: #fed9c9;
}
.c-theme-lotus .c-powered {
  background-color: #c9836a;
  color: #fff;
}
.c-theme-lotus .c-powered a {
  color: rgba(255, 255, 255, 0.5);
}
.c-theme-lotus .c-powered span {
  color: rgba(255, 255, 255, 0.5);
}
.c-theme-lotus .l-footer {
  background-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.c-theme-lotus .c-social ul li a {
  border-color: rgba(0, 0, 0, 0.15);
}
.c-theme-lotus .l-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.c-theme-lotus .c-nav-inner {
  background-color: transparent;
}
.c-theme-lotus .c-weather {
  display: none;
}
.c-theme-lotus .c-header-menu {
  display: none;
}
.c-theme-lotus .c-sologan {
  display: none;
}
.c-theme-lotus .c-menu-outer {
  display: none;
}
.c-theme-lotus .c-box .c-box__title {
  border-top: none;
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.c-theme-lotus .c-box .c-box__title:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  height: 15px;
  width: 232px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/topic-box-title.svg");
}
.c-theme-lotus .c-box .c-box__title .c-box__title__name {
  padding-top: 0;
  border-top: none;
  color: #EA4335;
}
.c-theme-lotus .c-box.is-center .c-box__title:after {
  left: 50%;
  margin-left: -116px;
}
.c-theme-lotus .c-template-dots .owl-carousel .owl-dots .owl-dot {
  background-color: rgba(255, 255, 255, 0.3);
}
.c-theme-lotus .c-template-dots .owl-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
}
.c-theme-lotus .c-background-box__img:before {
  background: linear-gradient(to top, #fed9c9, rgba(254, 217, 201, 0)); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to top, #fed9c9, rgba(254, 217, 201, 0));
}
.c-theme-lotus .c-background-box.is-head {
  padding-top: 0;
}
.c-theme-lotus .c-background-box.is-head .c-background-box__img {
  position: relative;
}
.c-theme-lotus .c-background-box.is-head .c-background-box__img:before {
  top: auto;
  height: 20px;
}
.c-theme-lotus .c-background-box.is-head .c-background-box__img:after {
  display: none;
}
.c-theme-lotus .b-nodata {
  color: #fff;
}
.c-theme-lotus .c-more a {
  background-color: #c9836a;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  min-width: 240px;
  border-radius: 20px;
}
.c-theme-lotus .c-topic-info-tabs .c-template-grid {
  margin-left: 0;
  margin-right: 0;
}
.c-theme-lotus .c-topic-info-tabs .c-template-grid .b-grid {
  background-color: #c9836a;
}

.c-theme-lotus-detail {
  background-color: #fed9c9;
  padding-bottom: 80px;
}
.c-theme-lotus-detail .c-powered {
  background-color: #c9836a;
  color: #fff;
}
.c-theme-lotus-detail .c-powered a {
  color: rgba(255, 255, 255, 0.5);
}
.c-theme-lotus-detail .c-powered span {
  color: rgba(255, 255, 255, 0.5);
}
.c-theme-lotus-detail .l-footer {
  background-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.c-theme-lotus-detail .c-social ul li a {
  border-color: rgba(0, 0, 0, 0.15);
}
.c-theme-lotus-detail .c-gotop {
  bottom: 100px;
}
.c-theme-lotus-detail .bg-detail {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media (min-width: 768px) {
  .c-theme-lotus .c-box .c-box__title {
    margin-bottom: 30px;
  }
  .c-theme-lotus .c-background-box.is-head {
    padding-top: 0;
  }
  .c-theme-lotus .c-background-box.is-head .c-background-box__img:before {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .c-theme-lotus .c-mega-menu {
    top: 100%;
  }
  .c-theme-lotus .c-search-wrapper {
    top: 44px;
  }
  .c-theme-lotus .c-box .c-box__title {
    margin-bottom: 35px;
  }
  .c-theme-lotus-detail .c-footer-main {
    border-top-color: rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1200px) {
  .c-theme-lotus .c-box .c-box__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .c-theme-lotus .c-topic-info-tabs .c-template-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .c-theme-lotus .c-topic-info-tabs .c-template-grid > ul > li {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .c-theme-lotus .c-background-box.is-head .c-background-box__img {
    overflow: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-height: 800px;
  }
  .c-theme-lotus .c-background-box.is-head .c-background-box__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
/*---------- end theme green css ----------*/
/*---------- theme tet css ----------*/
/*---------- theme tet css ----------*/
@media (min-width: 992px) {
  .c-theme-tet-1 {
    background-image: url("../images/theme/theme-tet-bdn-custom-1-v2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-color: #fde9f4;
  }
  .c-theme-tet-1 .l-nav {
    background-color: transparent;
  }
  .c-theme-tet-1 .c-nav-inner {
    background-color: transparent;
  }
  .c-theme-tet-1 .c-menu-outer {
    background-color: transparent;
  }
  .c-theme-tet-1 .l-nav.has-fixed .c-menu-outer {
    background-color: #fff;
  }
  .c-theme-tet-1 .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)) {
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    width: 1000px;
  }
  .c-theme-tet-1 .c-container-wrapper:has(.l-nav) {
    position: relative;
    z-index: 5;
  }
  .c-theme-tet-1 .c-container-wrapper:has(.l-footer) {
    position: relative;
    z-index: 5;
  }
  .c-theme-tet-1 .c-header-space {
    height: 30px;
  }
  .c-theme-tet-1 .c-banner-bg {
    display: block;
  }
  .c-theme-tet-1 .c-footer-space {
    height: 30px;
  }
  .c-theme-tet-1 .l-footer {
    background-color: transparent;
  }
  .c-theme-tet-1 .c-media-block {
    margin: 0 auto;
    position: relative;
    width: 1000px;
  }
  .c-theme-tet-1 .c-podcast-pano {
    width: 1000px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .c-theme-tet-1 .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)) {
    width: 1240px;
  }
  .c-theme-tet-1 .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)).is-max-width-xl {
    width: 1240px;
  }
  .c-theme-tet-1 .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)):has(.is-max-width-xl) {
    width: 1240px;
  }
  .c-theme-tet-1 .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)).bg-podcast {
    width: 1140px;
  }
  .c-theme-tet-1 .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)).bg-podcast:has(.c-cat-list) {
    background-color: transparent;
  }
  .c-theme-tet-1 .c-media-block {
    width: 1240px;
  }
  .c-theme-tet-1 .c-podcast-pano {
    width: 1140px;
  }
}
@media (min-width: 1600px) {
  .c-theme-tet-1 {
    background-size: auto auto;
  }
  .c-theme-tet-1 .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)) {
    width: 1250px;
  }
  .c-theme-tet-1 .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)).bg-podcast {
    width: 1150px;
  }
  .c-theme-tet-1 .c-media-block {
    width: 1250px;
  }
  .c-theme-tet-1 .c-podcast-pano {
    width: 1150px;
  }
}
@media (min-width: 1920px) {
  .c-theme-tet-1 {
    background-size: 100% auto;
  }
  .c-theme-tet-1 .c-header-banner {
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  .c-theme-tet-1 .l-nav {
    background-color: transparent;
  }
  .c-theme-tet-1 .c-nav-inner {
    background-color: #fde9f4;
    background-image: url("../images/theme/theme-tet-bdn-custom-1-mb-v2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 750px;
  }
  .c-theme-tet-1 .c-menu-outer {
    background-color: #fde9f4;
    background-image: url("../images/theme/theme-tet-bdn-custom-1-mb-v2.jpg");
    background-repeat: no-repeat;
    background-position: center -48px;
    background-size: auto 750px;
  }
  .c-theme-tet-1 .l-nav.has-fixed .c-menu-outer {
    background-color: #fff;
  }
}
/*---------- end theme tet css ----------*/
/*---------- theme tet header 2025 css ----------*/
.c-theme-tet-header-2025 .c-nav-inner {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

@media (min-width: 992px) {
  .c-theme-tet-header-2025 {
    background-color: #f8efe6;
  }
  .c-theme-tet-header-2025 .l-nav {
    background-color: transparent;
  }
  .c-theme-tet-header-2025 .c-nav-inner {
    background-color: transparent;
  }
  .c-theme-tet-header-2025 .c-menu-outer {
    background-color: transparent;
    border-bottom: none;
  }
  .c-theme-tet-header-2025 .c-menu {
    border-bottom: 1px solid #000;
  }
  .c-theme-tet-header-2025 .l-nav.has-fixed .c-menu-outer {
    background-color: #fff;
  }
  .c-theme-tet-header-2025 .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)) {
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    width: 1000px;
  }
  .c-theme-tet-header-2025 .c-container-wrapper:has(.l-nav) {
    position: relative;
    z-index: 5;
  }
  .c-theme-tet-header-2025 .c-container-wrapper:has(.l-footer) {
    position: relative;
    z-index: 5;
  }
  .c-theme-tet-header-2025 .c-header-space {
    height: 30px;
  }
  .c-theme-tet-header-2025 .c-banner-bg {
    display: block;
  }
  .c-theme-tet-header-2025 .c-footer-space {
    height: 30px;
  }
  .c-theme-tet-header-2025 .l-footer {
    background-color: transparent;
  }
  .c-theme-tet-header-2025 .c-podcast-pano {
    width: 1000px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .c-theme-tet-header-2025 {
    background-size: auto auto;
    background-image: url("../images/theme/theme-tet-bdn-2025-2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
  }
  .c-theme-tet-header-2025:has(.c-header-banner .h-show-pc .oneads) {
    background-position: center 112px;
  }
  .c-theme-tet-header-2025 .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)) {
    width: 1240px;
  }
  .c-theme-tet-header-2025 .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)).is-max-width-xl {
    width: 1240px;
  }
  .c-theme-tet-header-2025 .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)):has(.is-max-width-xl) {
    width: 1240px;
  }
  .c-theme-tet-header-2025 .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)).bg-podcast {
    width: 1140px;
  }
  .c-theme-tet-header-2025 .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)).bg-podcast:has(.c-cat-list) {
    background-color: transparent;
  }
  .c-theme-tet-header-2025 .c-nav-inner {
    background-image: none;
  }
  .c-theme-tet-header-2025 .c-media-block {
    width: 1240px;
  }
  .c-theme-tet-header-2025 .c-podcast-pano {
    width: 1140px;
  }
}
@media (min-width: 1920px) {
  .c-theme-tet-header-2025:has(.c-header-banner .h-show-pc .oneads) {
    background-position: center 148px;
  }
  .c-theme-tet-header-2025 .c-header-banner {
    background-color: transparent;
  }
}
/*---------- end theme tet header 2025 css ----------*/
/*---------- end theme tet css ----------*/
/*---------- theme funeral css ----------*/
.c-theme-funeral .c-header-banner {
  filter: gray; /* IE6-9 */ /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.c-theme-funeral .c-header {
  filter: gray; /* IE6-9 */ /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.c-theme-funeral .c-menu-outer {
  filter: gray; /* IE6-9 */ /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.c-theme-funeral .c-logo {
  filter: gray; /* IE6-9 */ /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.c-theme-funeral .l-footer {
  filter: gray; /* IE6-9 */ /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.c-theme-funeral .c-topevent {
  filter: gray; /* IE6-9 */ /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.c-theme-funeral .c-head__left .c-box .c-box__title .c-box__title__name {
  color: #333;
}
.c-theme-funeral .breadcrumb {
  filter: gray; /* IE6-9 */ /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.c-theme-funeral:has(.vnn-birthday-comment-module) .c-header-banner {
  display: none;
}
.c-theme-funeral:has(.vnn-birthday-comment-module) .c-comments {
  filter: gray; /* IE6-9 */ /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/*---------- end theme funeral css ----------*/
/*---------- theme video css ----------*/
.c-theme-video {
  background-color: rgb(3, 40, 0);
}
.c-theme-video .c-powered {
  background-color: rgb(3, 40, 0);
  color: #fff;
}
.c-theme-video .c-powered a {
  color: rgba(255, 255, 255, 0.5);
}
.c-theme-video .c-powered span {
  color: rgba(255, 255, 255, 0.5);
}
.c-theme-video .l-footer {
  background-color: #021c00;
  border-top: none;
}
.c-theme-video .l-footer .c-menu-line {
  display: none;
}
.c-theme-video .l-footer .c-menu-outer {
  background-color: transparent;
}
.c-theme-video .l-footer .c-menu > ul > li > a {
  color: #fff;
}
.c-theme-video .c-partner-box {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.c-theme-video .c-partner-item {
  background-color: #fff;
}
.c-theme-video .c-footer-menu {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.c-theme-video .c-footer-menu ul li a {
  color: #fff;
}
.c-theme-video .c-footer-logo__text {
  color: #fff;
}
.c-theme-video .c-footer-main .b-maincontent {
  color: #fff;
}
.c-theme-video .c-footer-main .b-maincontent p {
  color: #fff;
}
.c-theme-video .c-footer-main .b-maincontent a {
  color: #fff;
}
.c-theme-video .c-footer-category > ul > li > a {
  color: #fff;
}
.c-theme-video .c-footer-category > ul > li > ul > li > a {
  color: #fff;
}
.c-theme-video .c-social label {
  color: #fff;
}
.c-theme-video .c-social ul li a {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}
.c-theme-video .c-footer-line {
  display: none;
}
.c-theme-video .c-video-head__cat {
  background-color: #021c00;
}
.c-theme-video .c-video-head.active .c-video-head__icon {
  background-color: #021c00;
}
.c-theme-video .c-box {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.c-theme-video .c-box:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.c-theme-video .c-box .c-box__title .c-box__title__name {
  color: #fff;
}
.c-theme-video .c-template-grid .b-grid {
  background-color: #021c00;
  height: 100%;
}
.c-theme-video .c-template-grid .b-grid .b-grid__img {
  margin-bottom: 0;
}
.c-theme-video .c-template-grid .b-grid .b-grid__img a {
  padding-top: 56.25%;
}
.c-theme-video .c-template-grid .b-grid .b-grid__content {
  padding: 15px 15px 20px;
}
.c-theme-video .c-template-grid .b-grid .b-grid__row {
  color: #fff;
}
.c-theme-video .c-template-grid .b-grid .b-grid__title a {
  color: #fff;
}
.c-theme-video .c-template-grid .b-grid .b-grid__counttime {
  left: auto;
  right: 0;
  background-color: transparent;
  padding: 0 7px 0 28px;
  color: #fff;
}
.c-theme-video .c-template-grid .b-grid .b-grid__counttime .icon12-play-white {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-color: transparent;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 3px;
}
.c-theme-video .c-template-button .owl-carousel .owl-prev, .c-theme-video .c-template-button .owl-carousel .owl-next {
  background-color: #00BA36;
}
.c-theme-video .c-news-readmore {
  background-color: #032400;
  padding-bottom: 20px;
}
.c-theme-video .c-news-readmore .c-box {
  border-bottom: none;
}
.c-theme-video .c-news-topmore .b-grid .b-grid__img {
  height: auto;
}
.c-theme-video .c-news-topmore .b-grid .b-grid__img a {
  padding-top: 56.25%;
  overflow: hidden;
}
.c-theme-video .c-comment-list .b-grid {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.c-theme-video .c-comment-list .b-grid .b-grid__row {
  color: rgba(255, 255, 255, 0.86);
}
.c-theme-video .c-comment-list .b-grid .b-grid__title {
  color: #fff;
}
.c-theme-video .c-comment-list .b-grid .b-grid__time {
  color: rgba(255, 255, 255, 0.66);
}
.c-theme-video .c-comment-list .b-grid .b-grid__anwser {
  color: rgba(255, 255, 255, 0.66);
}
.c-theme-video .c-comment-list .b-grid .b-grid__like {
  color: rgba(255, 255, 255, 0.66);
}
.c-theme-video .c-comment-list .b-grid .b-grid__like [class*=icon] {
  margin-right: 5px;
}
.c-theme-video .c-comment-list .b-grid .b-grid__share {
  color: rgba(255, 255, 255, 0.66);
}
.c-theme-video .c-comment-list .b-grid .b-grid__share [class*=icon] {
  margin-right: 5px;
}
.c-theme-video .c-comment-list .b-grid .c-comment-more a {
  color: #17a2b8;
}
.c-theme-video .c-comment-list .b-grid .icon16-facebook {
  background-image: url("../images/icons/icon12-facebook-f-white.svg");
  width: 12px;
  height: 12px;
  background-size: contain;
}
.c-theme-video .c-comment-list .b-grid .icon16-heart-blue {
  background-image: url("../images/icons/icon12-heart-white.svg");
  width: 12px;
  height: 12px;
  background-size: contain;
}
.c-theme-video .c-comment-bar {
  border-top-color: rgba(255, 255, 255, 0.06);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.c-theme-video .c-comment-bar__count {
  color: #17a2b8;
}
.c-theme-video .c-comment-bar__sort label {
  color: rgba(255, 255, 255, 0.66);
}
.c-theme-video .c-comment-bar__sort ul li {
  color: rgba(255, 255, 255, 0.66);
}
.c-theme-video .c-comment-bar__sort ul li a {
  color: rgba(255, 255, 255, 0.66);
}
.c-theme-video .c-comment-bar__sort ul li.active a {
  color: #17a2b8;
}
.c-theme-video .c-comment-input textarea {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
}
.c-theme-video .c-comment-more a {
  color: #17a2b8;
}
.c-theme-video .c-news-readmore .c-box {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.c-theme-video .c-news-readmore .c-template-grid > ul > li {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.c-theme-video .c-news-topmore .b-grid {
  border-bottom: none;
}
.c-theme-video .c-news-topmore .b-grid .b-grid__title a {
  color: #fff;
}
.c-theme-video .c-cat-list {
  border-bottom: none;
}
.c-theme-video .c-cat-list__current {
  text-align: center;
}

@media (min-width: 768px) {
  .c-theme-video .c-template-grid.is-col-2-tablet .b-grid {
    height: 100%;
  }
  .c-theme-video .c-template-grid.is-col-2-tablet > ul > li:last-child {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .c-theme-video .c-footer-main:before {
    background-color: rgba(255, 255, 255, 0.06);
  }
  .c-theme-video .c-footer-category {
    border-top-color: rgba(255, 255, 255, 0.06);
  }
  .c-theme-video .c-template-grid.is-col-4-pc > ul > li:last-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .c-theme-video .c-footer-category > ul > li {
    border-top-color: rgba(255, 255, 255, 0.06);
    border-bottom-color: rgba(255, 255, 255, 0.06);
  }
}
/*---------- end theme video css ----------*/