@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Prompt", sans-serif;
  font-style: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.flex-content {
  flex: 1;
}

[v-cloak] {
  display: none;
}

.nav-menu {
  margin-bottom: 100px;
}

.text-sub-page {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  padding-top: 20px;
  margin-bottom: 40px;
}

.mobile-menu {
  display: none;
}

@media screen and (max-device-width: 995px) {
  .nav-menu {
    display: none;
  }

  .mobile-menu {
    display: flex;
    margin-bottom: 100px;
  }
}
@media screen and (max-device-width: 759px) {
  .mobile-menu {
    margin-bottom: 150px;
  }
}
.bg-home-mobile {
  display: none;
}

@media screen and (max-device-width: 985px) {
  .bg-home-web {
    display: none;
  }

  .bg-home-mobile {
    display: flex;
  }
}
.head1 {
  text-align: center;
  margin-top: 30px;
}
.head1__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 20px;
}
.head1__underline {
  width: 50px;
  height: 7px !important;
  background: #88b14b;
  border-radius: 100px;
  display: inline-block;
  opacity: 1;
  margin: auto;
  vertical-align: super;
}

.mobile-brand {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0px 4px 11px rgba(192, 192, 192, 0.25);
}

.mobile-open {
  text-align: right;
  padding-top: 30px;
  padding-bottom: 30px;
}

.openbtn {
  position: absolute;
  top: 40px;
  right: 45px;
  font-size: 24px;
}

.backbtn {
  position: absolute;
  top: 35px;
  left: 30px;
  font-size: 24px;
  font-weight: lighter;
  text-decoration: none;
  color: #88B14B;
}

.overlay {
  height: 0%;
  max-width: 100%;
  position: fixed;
  z-index: 40;
  overflow-y: hidden;
  overflow-x: hidden;
  transition: 0.5s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
.overlay a {
  padding: 8px;
  padding-bottom: 40px;
  text-decoration: none;
  color: #88B14B;
  display: block;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 30px;
  color: #333333;
}
.overlay .mobile-bg {
  position: absolute;
  overflow: hidden;
  height: 80%;
  top: 20%;
  bottom: 0px;
  right: -3%;
  background-size: contain;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  left: 20px;
}

.overlay a:hover,
.overlay a:focus {
  color: #88B14B;
}

@media screen and (max-device-width: 985px) {
  .overlay .closebtn {
    font-size: 24px;
    top: 15px;
    right: 35px;
  }
}
.nav-bg {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0px 4px 11px rgba(192, 192, 192, 0.25);
}

.navbar-custom .nav-item {
  margin-left: 24px;
}
.navbar-custom .nav-link {
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  max-height: 40px;
  color: #333333;
}
.navbar-custom .nav-link:hover,
.navbar-custom .nav-link :focus {
  color: #88B14B;
}
.navbar-custom .nav-link__border {
  border: 1px solid #88B14B;
  border-radius: 99px;
  min-width: 180px;
  text-align: center;
  line-height: 22px;
  color: #88B14B;
}
.navbar-custom .nav-link__border:hover,
.navbar-custom .nav-link__border :focus {
  background-color: #88B14B;
  color: #fff;
}
.navbar-custom .nav-link__border:hover .nav-icon,
.navbar-custom .nav-link__border :focus .nav-icon {
  color: #fff;
}
.navbar-custom .nav-link__bg {
  background-color: #fff;
  color: #88B14B;
}
.navbar-custom .nav-link img {
  vertical-align: middle;
  padding-bottom: 2px;
}

.tag {
  text-align: center;
}

.item {
  text-align: center;
}
.item__card {
  background: #d0d0d0;
  border-radius: 5px;
  border: none;
  width: 100px;
  height: 100px;
  margin: 20px;
  text-align: center;
}
.item__icon {
  padding: 18px;
  margin: 10px;
}
.item__text {
  padding: 5px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  text-align: center;
}

.cz-nav-tabs {
  border: 0px solid transparent;
}
.cz-nav-tabs .nav-tabs {
  border: 0px solid transparent;
}
.cz-nav-tabs .nav-link {
  color: #333333;
  background: 0 0;
  border: 0px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-weight: bold;
  font-size: 20px;
}
.cz-nav-tabs .nav-item {
  border-bottom: 5px solid #F2F2F2;
  margin-bottom: 30px;
}
.cz-nav-tabs .nav-item-sm {
  margin-bottom: 10px;
}
.cz-nav-tabs .nav-link.active,
.cz-nav-tabs .nav-item.show .nav-link {
  margin-bottom: -5px;
  color: #88B14B;
  border-bottom: 5px solid #88B14B;
  background-color: transparent;
}

.cz-tag-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
  padding-top: 30px;
}

.cz-tag-line {
  color: #555555;
  opacity: 0.5;
  border-top: 1px dashed;
  background-color: #FFFFFF;
}

.cz-card-other {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.cz-tag-box {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}

.cz-tag-card {
  margin: auto;
  text-align: center;
}
.cz-tag-card .cz-tag-card-body {
  background: #88b14b;
  border-radius: 0px 0px 10px 10px;
  padding: 8px;
  margin: auto;
  width: 200px;
}
.cz-tag-card .cz-tag-card-body .cz-tag-card-text {
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
.cz-tag-card a {
  text-decoration: none;
}
.cz-tag-card .cz-tag-card-img {
  padding: 30px;
  background: #f2f2f2;
  width: 200px;
  height: 200px;
  border-radius: 10px 10px 0px 0px;
}

.tag-icon {
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 4px 11px rgba(192, 192, 192, 0.25);
  padding: 27px;
  width: 195px;
  height: 183px;
}

.cz-tag-card-name {
  color: #333333;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.cz-tag-other {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-device-width: 790px) {
  .cz-tag {
    margin-left: 10px;
  }

  .cz-tag-card .cz-tag-card-img {
    width: 100px;
    height: 100px;
  }
  .cz-tag-card .cz-tag-card-body {
    width: 100px;
  }
  .cz-tag-card .cz-tag-card-name {
    font-size: 14px;
  }

  .tag-icon {
    width: 100px;
    height: 100px;
    padding: 15px;
  }
}
.cz-search {
  text-align: center;
  margin: 100px auto;
}
.cz-search .cz-search-form {
  margin: 20px;
}

.cz-search-title {
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  color: #88B14B;
}
.cz-search-title .cz-title-1 {
  color: #535353;
  font-size: 30px;
  padding: 10px;
  margin: 8px;
}
.cz-search-title .cz-title-2 {
  font-size: 36px;
  padding: 10px;
  margin: 8px;
}
.cz-search-title .cz-title-3 {
  font-weight: bold;
  font-size: 48px;
  padding: 15px;
  margin: 8px;
}
.cz-search-title .cz-title-4 {
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
  margin: 20px;
}

.cz-input {
  padding: 10px 0px 10px 0px;
  filter: drop-shadow(0px 4px 4px #b2b2b4);
  max-width: 650px;
  margin: 0 auto;
}

.cz-topic {
  padding: 0px 0px 20px 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin: 0px 200px;
}
.cz-topic .cz-topic-text {
  color: #88B14B;
}

.cz-search-btn {
  background: #4b7212;
  color: #FFFFFF;
  border-radius: 5px;
}

.form-search {
  padding: 15px 20px;
  box-shadow: 0px 4px 14px rgba(208, 208, 208, 0.5);
  border-radius: 5px;
}

.headline__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
}
.headline__container {
  margin: 40px 0;
  text-align: center;
}

.section-founded {
  margin-top: 60px;
}
.section-founded__mb {
  margin-bottom: 20px;
}

.breadcrumb-search {
  justify-content: center;
}

.cz-group-form-search {
  margin-right: 0;
  margin-left: 0;
}

.cz-form-search {
  border-radius: 10px;
}

@media screen and (max-width: 985px) {
  .cz-topic {
    text-align: left;
    margin: 0px 20px;
  }

  .cz-search {
    margin: auto;
    margin-top: 50px;
  }

  .cz-search-title .cz-title-1 {
    font-size: 20px;
  }
  .cz-search-title .cz-title-2 {
    font-size: 24px;
  }
  .cz-search-title .cz-title-3 {
    font-size: 30px;
    line-height: normal;
  }
  .cz-search-title .cz-title-4 {
    font-size: 16px;
    margin: 10px;
    padding: 10px;
  }
}
@media screen and (max-device-width: 858px) {
  .form-search {
    padding: 10px 0px;
  }

  .headline__text {
    font-size: 20px;
  }
  .headline__container {
    margin: 20px 0;
  }

  .section-founded {
    margin-top: 50px;
  }
  .section-founded .head-bold {
    font-size: 18px;
  }
}
.list-view {
  overflow: auto;
  max-height: 300px;
  min-height: 300px;
}

label.radio-card {
  cursor: pointer;
  display: block;
}
label.radio-card .card-content-wrapper {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
  transition: 200ms linear;
}
label.radio-card input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
label.radio-card input[type=radio]:checked + .card-content-wrapper {
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #88B14B;
}
label.radio-card input[type=radio]:focus + .card-content-wrapper .check-icon {
  box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
  border-color: #88B14B;
}
label.radio-card .card-content-text h4 {
  font-size: 16px;
  line-height: 24px;
  padding: 5px;
}

.tab-content-portal {
  padding-top: 20px;
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .tab-content-portal {
    width: 100%;
  }
}
.tab-content-portal a {
  text-decoration: none;
}
.tab-content-portal__icon {
  color: #88B14B;
  padding-right: 10px;
}
.tab-content-portal__content {
  margin-top: 20px;
  padding-top: 20px;
}
.tab-content-portal__content .content-portal-container {
  background: none;
  padding-bottom: 20px;
}
@media screen and (max-device-width: 768px) {
  .tab-content-portal__content .content-portal-container {
    padding-top: 10px;
  }
}
.tab-content-portal__content .content-portal-container .content-card-list {
  border: 1px solid #d0d0d0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.tab-content-portal__content .content-portal-container .content-card-img {
  height: 120px;
  border-radius: 10px 0px 0px 10px;
}
@media screen and (max-device-width: 768px) {
  .tab-content-portal__content .content-portal-container .content-card-img {
    height: 100px;
  }
}
.tab-content-portal__content .content-portal-container .content-card-title {
  font-size: 20px;
}
@media screen and (max-device-width: 768px) {
  .tab-content-portal__content .content-portal-container .content-card-title {
    font-size: 16px;
  }
}

.tab-pagination {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tab-pagination .page-item .page-link {
  color: #88B14B;
}
.tab-pagination .page-item.active .page-link {
  color: #FFFFFF;
  background-color: #88B14B;
  border-color: #88B14B;
}
.tab-pagination .cz-pagination {
  flex-wrap: wrap;
}

.card-radio-text {
  color: #555555;
}

.nav-tab-search .nav-link {
  border: 0px;
  border-right: 2px solid #333333;
  color: #333333;
  font-weight: 700;
  padding: 0 1.5rem;
}
.nav-tab-search .nav-link__last {
  border: 0px;
}
.nav-tab-search .nav-link:hover {
  color: #88B14B;
}
.nav-tab-search .nav-link .fa {
  padding-right: 0.5rem;
}
@media screen and (max-device-width: 768px) {
  .nav-tab-search .nav-link {
    padding: 0.5rem 1rem;
  }
}
.nav-tab-search .nav-link .nav-tab-search__icon {
  filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
  -webkit-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
}
.nav-tab-search .nav-link.active,
.nav-tab-search .nav-link:hover {
  color: #88B14B;
}
.nav-tab-search .nav-link.active .nav-tab-search__icon,
.nav-tab-search .nav-link:hover .nav-tab-search__icon {
  filter: none;
  -webkit-filter: none;
}
.nav-tab-search__icon {
  width: 20px;
  height: 20px;
}

.tab-overview {
  margin-top: 30px;
  border-top: 1px dashed rgba(186, 188, 190, 0.5);
}
.tab-overview .section-founded {
  margin-top: 25px;
}

.text-overflow-ellip {
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-more {
  position: relative;
  margin-bottom: 50px;
}
.btn-more__text {
  display: inline-block;
  max-width: 220px;
  white-space: nowrap;
}
.btn-more__text-section {
  color: #999999;
  line-height: 22px;
  background: #ffffff;
  border: 1px solid #babcbe;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  pointer-events: auto;
  position: relative;
  width: 200px;
  display: inline-block;
  padding: 7px 11px;
  height: 36px;
  border-radius: 18px;
}
.btn-more__tag {
  width: 200px;
}
.btn-more__line {
  background-color: #babcbe;
  border: 0;
  height: 1px;
  left: 0;
  margin-top: 18px;
  position: absolute;
  width: 100%;
}
.btn-more__link {
  align-items: center;
  display: flex;
  display: inline-block;
  pointer-events: none;
}
.btn-more__block {
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
  overflow: visible;
  font-size: 16px;
  line-height: 1.43;
  text-align: center;
}

.tab-content-section {
  margin-bottom: 4rem;
}
.tab-content-section .text-primary {
  color: #88B14B !important;
}
@media screen and (max-device-width: 858px) {
  .tab-content-section .section-founded {
    margin-top: 20px;
  }
  .tab-content-section .section-founded .head-bold {
    font-size: 20px;
  }
}

.procedure-tag {
  display: flex;
}
.procedure-tag .tag-img {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}
.procedure-tag .tag-link {
  color: #4C8FCE !important;
  font-size: 14px;
  padding-right: 0.5rem;
}
.procedure-tag .tag-link:hover, .procedure-tag .tag-link:focus {
  color: #3d72a5 !important;
}

.overview-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .overview-section {
    display: block;
  }
}
.overview-section__1 {
  width: 70%;
}
.overview-section__1 .overview-section__header {
  border-top: 0px;
}
@media screen and (max-width: 990px) {
  .overview-section__1 {
    display: block;
    width: 100%;
  }
}
.overview-section__2 {
  width: 30%;
}
@media screen and (max-width: 990px) {
  .overview-section__2 {
    width: 100%;
    display: block;
  }
}
.overview-section__header {
  display: flex;
  align-items: flex-start;
  border-top: 1px dashed rgba(186, 188, 190, 0.5);
  padding-top: 2rem;
}
.overview-section__tag {
  display: flex;
}
.overview-section__service-point {
  display: flex;
  align-items: flex-start;
  border-top: 1px dashed rgba(186, 188, 190, 0.5);
  padding-top: 2rem;
  justify-content: space-between;
}
.overview-section__service-point__header {
  display: flex;
  border-top: 0px;
  align-items: center;
  margin-right: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.overview-section__icon {
  margin-right: 0.5rem;
}

.tag-card {
  border: 1px solid rgba(186, 188, 190, 0.5);
  border-radius: 10px;
  background-color: #FFFFFF;
  margin-left: 10px;
  margin-top: 2rem;
}
@media screen and (max-width: 990px) {
  .tag-card {
    border: none;
    margin-left: 0px;
    background-color: transparent;
  }
}
.tag-card__border {
  color: #333333;
  line-height: 1rem;
  border-bottom: 1px solid rgba(186, 188, 190, 0.5);
  padding: 24px 18px;
}
@media screen and (max-width: 990px) {
  .tag-card__border {
    border-bottom: none;
    padding-bottom: 0;
    padding: 0px;
  }
}
.tag-card__border__nobody {
  border-bottom: none;
}
.tag-card__header {
  font-weight: 700;
  font-size: 20px;
}
.tag-card__text {
  padding-top: 1rem;
  margin-left: calc(23px + 0.5rem);
}
.tag-card__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 10px;
}

.tag-btn {
  border: 1px solid #4C8FCE;
  border-radius: 20px;
  padding: 7px 16px;
  color: #4C8FCE;
  text-decoration: none;
  margin: 4px 10px;
  font-size: 16px;
}
.tag-btn:hover, .tag-btn:focus {
  color: #FFFFFF;
  background-color: #4C8FCE;
}

#overviewProcedureContent,
#procedureContent,
#overviewServicePointContent,
#servicePointContent,
#tagContent {
  margin-left: calc(25px + 0.5rem);
}

mark {
  background-color: #ffbb00;
}

.star-rating {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 16px;
  font-family: Times;
  line-height: 1;
}
.star-rating::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, #DADADA var(--percent), #FFBD00 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.star-rating {
  color: gold;
  display: inline-block;
  font-size: 4em;
  position: relative;
  transform: translate(-6px);
}

.star-rating__max,
.star-rating__current {
  position: absolute;
  top: 0;
}

.star-rating__current {
  overflow: hidden;
  white-space: nowrap;
}

.cz-search {
  text-align: center;
  margin: 100px auto;
}
.cz-search .cz-search-form {
  margin: 20px;
}

.cz-search-title {
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  color: #88B14B;
}
.cz-search-title .cz-title-1 {
  color: #535353;
  font-size: 30px;
  padding: 10px;
  margin: 8px;
}
.cz-search-title .cz-title-2 {
  font-size: 36px;
  padding: 10px;
  margin: 8px;
}
.cz-search-title .cz-title-3 {
  font-weight: bold;
  font-size: 48px;
  padding: 15px;
  margin: 8px;
}
.cz-search-title .cz-title-4 {
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
  margin: 20px;
}

.cz-input {
  padding: 10px 0px 10px 0px;
  filter: drop-shadow(0px 4px 4px #b2b2b4);
  max-width: 650px;
  margin: 0 auto;
}

.cz-topic {
  padding: 0px 0px 20px 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin: 0px 200px;
}
.cz-topic .cz-topic-text {
  color: #88B14B;
}

.cz-search-btn {
  background: #4b7212;
  color: #FFFFFF;
  border-radius: 5px;
}

.form-search {
  padding: 15px 20px;
  box-shadow: 0px 4px 14px rgba(208, 208, 208, 0.5);
  border-radius: 5px;
}

.headline__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
}
.headline__container {
  margin: 40px 0;
  text-align: center;
}

.section-founded {
  margin-top: 60px;
}
.section-founded__mb {
  margin-bottom: 20px;
}

.breadcrumb-search {
  justify-content: center;
}

.cz-group-form-search {
  margin-right: 0;
  margin-left: 0;
}

.cz-form-search {
  border-radius: 10px;
}

@media screen and (max-width: 985px) {
  .cz-topic {
    text-align: left;
    margin: 0px 20px;
  }

  .cz-search {
    margin: auto;
    margin-top: 50px;
  }

  .cz-search-title .cz-title-1 {
    font-size: 20px;
  }
  .cz-search-title .cz-title-2 {
    font-size: 24px;
  }
  .cz-search-title .cz-title-3 {
    font-size: 30px;
    line-height: normal;
  }
  .cz-search-title .cz-title-4 {
    font-size: 16px;
    margin: 10px;
    padding: 10px;
  }
}
@media screen and (max-device-width: 858px) {
  .form-search {
    padding: 10px 0px;
  }

  .headline__text {
    font-size: 20px;
  }
  .headline__container {
    margin: 20px 0;
  }

  .section-founded {
    margin-top: 50px;
  }
  .section-founded .head-bold {
    font-size: 18px;
  }
}
.list-view {
  overflow: auto;
  max-height: 300px;
  min-height: 300px;
}

label.radio-card {
  cursor: pointer;
  display: block;
}
label.radio-card .card-content-wrapper {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
  transition: 200ms linear;
}
label.radio-card input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
label.radio-card input[type=radio]:checked + .card-content-wrapper {
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #88B14B;
}
label.radio-card input[type=radio]:focus + .card-content-wrapper .check-icon {
  box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
  border-color: #88B14B;
}
label.radio-card .card-content-text h4 {
  font-size: 16px;
  line-height: 24px;
  padding: 5px;
}

.tab-content-portal {
  padding-top: 20px;
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .tab-content-portal {
    width: 100%;
  }
}
.tab-content-portal a {
  text-decoration: none;
}
.tab-content-portal__icon {
  color: #88B14B;
  padding-right: 10px;
}
.tab-content-portal__detail {
  width: 100%;
}
.tab-content-portal .content-icon {
  padding-left: 10px;
}
.tab-content-portal__content {
  margin-top: 20px;
  padding-top: 20px;
}
.tab-content-portal__content .content-portal-container {
  background: none;
  padding-bottom: 20px;
}
@media screen and (max-device-width: 768px) {
  .tab-content-portal__content .content-portal-container {
    padding-top: 10px;
  }
}
.tab-content-portal__content .content-portal-container .content-card-list {
  border: 1px solid #d0d0d0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.tab-content-portal__content .content-portal-container .content-card-img {
  height: 120px;
  border-radius: 10px 0px 0px 10px;
}
@media screen and (max-device-width: 768px) {
  .tab-content-portal__content .content-portal-container .content-card-img {
    height: 100px;
  }
}
.tab-content-portal__content .content-portal-container .content-card-title {
  font-size: 20px;
}
@media screen and (max-device-width: 768px) {
  .tab-content-portal__content .content-portal-container .content-card-title {
    font-size: 16px;
  }
}

.tab-pagination {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tab-pagination .page-item .page-link {
  color: #88B14B;
}
.tab-pagination .page-item.active .page-link {
  color: #FFFFFF;
  background-color: #88B14B;
  border-color: #88B14B;
}
.tab-pagination .cz-pagination {
  flex-wrap: wrap;
}

.card-radio-text {
  color: #555555;
}

.icon-search-bg {
  text-align: center;
  text-decoration: none;
}
.icon-search-bg .icon-search-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #88B14B;
}
.icon-search-bg .icon-search {
  padding-bottom: 5px;
  padding-left: 5px;
}

.tag-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 10px;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-l-10 {
  padding-left: 10px;
}

.cz-img {
  border-radius: 10px;
  width: 100%;
  height: 400px;
}

.cz-img-full {
  width: 80%;
  height: 400px;
  border-radius: 10px;
}

.content {
  background: #f5f5f5;
  text-align: center;
}

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

.cz-info {
  margin: 10px;
}
.cz-info .cz-info-form {
  margin-right: 0px;
  margin-left: 0px;
  height: 100%;
}
.cz-info .cz-info-form-m {
  margin: 10px 100px;
  height: 100%;
}
@media screen and (max-device-width: 1200px) {
  .cz-info .cz-info-form-m {
    margin: 0px 0px;
  }
}
.cz-info .cz-head {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  color: #88B14B;
  margin-bottom: 20px;
}
.cz-info .cz-list {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  padding: 10px;
}
.cz-info .cz-icon {
  font-size: 20px;
  color: #88B14B;
}
.cz-info .cz-line {
  color: #555555;
  opacity: 0.5;
  border-top: 1px dashed;
  background-color: #FFFFFF;
}
.cz-info a {
  text-decoration: none;
}

@media screen and (max-device-width: 985px) {
  .cz-info {
    margin: 50px;
  }

  .info-m {
    margin: 0px 0px;
  }

  .cz-img {
    height: 100%;
  }

  .cz-img-full {
    height: 100%;
  }
}
.cz-content {
  margin-top: 50px;
}
.cz-content a {
  text-decoration: none;
}

.content-card-list {
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
  margin-bottom: 80px;
  display: flex;
}

.content-feed-list {
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
}

.content-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 150%;
  color: #000000;
  text-align: center;
  padding-bottom: 30px;
}

.content-card-body {
  padding: 20px;
}

.content-card-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #88B14B;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.content-card-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.content-card-img {
  background: #ffffff;
  aspect-ratio: 16/9;
  padding-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
}

.content-bg a {
  text-decoration: none;
}
.content-bg .content-card-img {
  max-width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 770px) {
  .content-bg .content-card-img {
    height: auto;
  }
}
.content-bg .content-card-body {
  min-height: 120px;
}
@media only screen and (max-width: 770px) {
  .content-bg .content-card-body {
    min-height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .content-card-list {
    flex-direction: row;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 11px rgba(192, 192, 192, 0.25);
    width: auto;
  }

  .content-feed-list {
    border-radius: 5px;
    flex-direction: row;
    margin-bottom: 10px;
    box-shadow: 0px 4px 11px rgba(192, 192, 192, 0.25);
    width: auto;
  }

  .content-card-body {
    padding: 10px;
    text-align: left;
  }

  .content-card-img {
    height: 100px;
    max-width: 150px;
    border-radius: 10px 0px 0px 10px;
  }
}
footer {
  background-color: #88B14B;
  color: #fff;
}
footer .footer-upper {
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  padding-left: 20px;
}
footer .footer-lower {
  padding: 36px 0;
}
footer .footer-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 34px;
  padding-top: 50px;
}
footer .footer-text {
  line-height: 32px;
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 12px;
}
footer .footer-icon {
  vertical-align: text-bottom;
  margin-right: 14px;
  width: 24px;
}
footer .footer-social {
  text-decoration: none;
  display: inline-block;
  margin-right: 4px;
}

.content-img {
  width: 80%;
  left: 0px;
  top: 0px;
  text-align: center;
}

.content-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.content-tag {
  text-align: center;
  border: 1px solid #88B14B;
  color: #88B14B;
  border-radius: 100px;
  background-color: #FFFFFF;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  box-sizing: border-box;
  margin: 5px;
  text-decoration: none;
}

.content-btn {
  background: #88B14B;
  border-radius: 10px;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  padding: 10px;
}

.content-btn:hover,
.content-btn:focus {
  color: #FFFFFF;
}

.content-tag:hover,
.content-tag:focus {
  color: #88B14B;
}

.content-block {
  background-color: #F2F2F2;
}

.content-list {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #88B14B;
  text-decoration: none;
  padding: 20px 0px;
  border-bottom: 1px dashed #DADADA;
}
.content-list:hover, .content-list:focus {
  color: #88B14B;
}
.content-list[aria-expanded=true] {
  border-bottom: 0px;
}

.procedure-container .content-list, .procedure-container .card {
  background-color: transparent;
}

.content-icon {
  color: #88B14B;
}
.content-icon__circle {
  color: #88B14B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  border: 1px dashed #88B14B;
  box-sizing: border-box;
  padding: 10px 10px;
  margin-right: 10px;
}

.content-head {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #3f414e;
  padding: 20px;
}

.change .content-icon {
  transform: rotate(-180deg);
  padding-right: 10px;
}

.content-portal {
  background: #ffffff;
  border-radius: 10px;
  border: none;
  display: flex;
}

.content-text-portal {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-align: center;
}

.portal-bg {
  background-color: #FFFFFF;
  border: 1px dashed #88b14b;
  box-sizing: border-box;
  border-radius: 100px;
}

.portal-icon {
  padding: 10px;
  text-align: center;
}

.map {
  text-align: left;
  font-style: normal;
  padding: 10px;
}
.map__result {
  color: #555555;
  font-size: 24px;
  line-height: 108.1%;
  font-weight: bold;
}
.map__text {
  color: #88B14B;
  font-size: 24px;
  line-height: 108.1%;
  font-weight: bold;
}
.map__detail {
  font-size: 16px;
  line-height: 22px;
  color: #555555;
  padding-top: 10px;
  font-weight: normal;
}
.map__name {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
}
.map__distance {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #555555;
}
.map__icon-distance {
  color: #ee3840;
}

.map-line {
  border: 1px solid #dadada;
}

.mySlides {
  display: none;
  text-align: center;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
/* .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
} */
/* The dots/bullets/indicators */
/* .dot {
    cursor: pointer;
    width: 7px;
    height: 7px;
    display: inline-block;
    transition: background-color 0.6s ease;
    background: #DADADA;
    border-radius: 100px;
    margin: 0px 10px;
}*/
/* .active,
.dot:hover {
    background: #88B14B;
    border-radius: 100px;
    width: 20px;
    height: 7px;
} */
.map-icon {
  padding: 5px;
}

* {
  margin: 0;
  padding: 0;
}

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}

.rate:not(:checked) > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: "★ ";
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.tab-item {
  padding: 30px 0px 30px 0px;
  border-bottom: 1px dashed #d0d0d0;
  margin-right: 0;
}
.tab-item__text {
  color: #333333;
  text-decoration: none;
}
.tab-item__text:hover, .tab-item__text:focus {
  color: #333333;
}
.tab-item__sub-text {
  color: #999999;
  font-size: 14px;
  margin: 10px 0;
}
.tab-item__btn {
  padding: 0px 0px;
}
.tab-item__link {
  cursor: pointer;
}
.tab-item__link-btn {
  cursor: pointer;
  text-decoration: none;
}
.tab-item__block {
  display: inline-block;
}
.tab-item__small-space {
  padding: 20px 0;
}
.tab-item__last {
  border-bottom: 0px;
}
.tab-item__review {
  padding: 0.5rem 0 1rem 0;
  color: #555555;
}

.cz-tab-content {
  padding-top: 20px;
}

.cz-contact-tab {
  font-size: 16px;
  margin-bottom: 30px;
}
.cz-contact-tab .nav-link {
  border: 1px solid #88B14B;
  color: #88B14B;
  font-size: 16px;
  font-weight: normal;
}
.cz-contact-tab .nav-link.active,
.cz-contact-tab .nav-item.show .nav-link {
  color: #FFFFFF;
  border: 1px solid #88B14B;
  background-color: #88B14B;
}

.card-content {
  border: 0px;
  border-bottom: 1px dashed #DADADA;
  padding-bottom: 30px;
  line-height: 24px;
  margin-left: 2.5rem;
}
.card-content__block {
  border-bottom: 1px dashed #DADADA;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.card-content__block--lastblock {
  border-bottom: 0px;
}
.card-content__head {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.card-content__detail {
  font-weight: 400;
  color: #333333;
}
.card-content__head-extra {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.card-content .text-color__primary {
  color: #88B14B;
}

.cz-mb-5 {
  margin-bottom: 5px;
}

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

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

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.card-grid {
  display: grid;
  grid-template-columns: 0.15fr 1.9fr;
  grid-template-rows: 1fr;
  grid-auto-flow: row dense;
}
.card-grid__index {
  grid-area: 1/1/2/2;
  text-align: center;
}
.card-grid__content {
  grid-area: 1/2/2/3;
}
.card-grid__link {
  color: #88B14B;
  text-decoration: none;
}
.card-grid__link:hover, .card-grid__link:focus {
  color: #6d8e3c;
}
.card-grid__button {
  border: 1px solid #88B14B;
  box-sizing: border-box;
  border-radius: 200px;
  color: #88B14B;
  text-decoration: none;
  font-weight: 300;
  font-size: 12px;
  padding: 4px 20px;
  margin-left: 8px;
}
.card-grid__button:hover, .card-grid__button:focus {
  border: 1px solid #88B14B;
  background-color: #88B14B;
  color: #FFFFFF;
}
.card-grid__right-button {
  text-align: right;
}
.card-grid__right-button .btn-arrow-right {
  width: 100px;
  background: #4C62B2;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 18px;
}
.card-grid__right-button .btn-arrow-right:hover, .card-grid__right-button .btn-arrow-right:focus {
  background: #3d4e8e;
}
.card-grid__one-item {
  grid-template-columns: 0fr 1.9fr;
}

.content-info {
  margin: 20px auto;
  max-width: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
}

.arrow_info {
  color: #88B14B;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.breadcrumb-item {
  line-height: 24px;
}

.breadcrumb.breadcrumb-alt .breadcrumb-item + .breadcrumb-item::before {
  position: relative;
  top: 1px;
  width: 1rem;
  font-weight: 600;
  line-height: 24px;
  color: #555555;
  content: ">";
}

.suggestion-container {
  padding-top: 30px;
}

.content-portal-container {
  margin: 0 auto;
  padding: 50px 0;
}
.content-portal-container .content-card-list {
  display: flex;
  flex-direction: row;
  width: 100%;
  border: 1px solid #D0D0D0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
.content-portal-container .content-card-img {
  max-width: 45%;
  height: 100px;
  aspect-ratio: 16/9;
  border-radius: 10px 0px 0px 10px;
  padding-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-portal-container a {
  text-decoration: none;
}
.content-portal-container .content-card-img {
  height: 120px;
  border-radius: 10px 0px 0px 10px;
}
.content-portal-container .content-card-title {
  font-size: 20px;
}
.content-portal-container .cz-font-text__title {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .content-portal-container .content-card-body {
    padding: 10px;
  }
}

.modal-info-section {
  display: none;
  position: fixed;
  z-index: 5;
  padding-top: 200px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content-img {
  margin: auto;
  display: block;
  top: 20%;
  width: 80%;
  max-width: 700px;
  border-radius: 0;
}

.modal-content-img {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.close-modal-info {
  position: absolute;
  top: 150px;
  right: 40px;
  color: #f1f1f1;
  font-size: 25px;
  font-weight: bold;
  transition: 0.3s;
}
.close-modal-info:hover, .close-modal-info:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

body.modal-info-open {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .modal-content-img {
    width: 95%;
    top: 15%;
  }

  .close-modal-info {
    right: 10px;
  }

  .content-list {
    border-bottom: 0px;
  }

  .content-text {
    text-align: left;
  }

  .content-portal-container .content-card-list {
    width: auto;
    border-radius: 10px;
  }
  .content-portal-container .content-card-title {
    font-size: 16px;
    font-weight: bold;
  }
  .content-portal-container .content-card-text {
    font-size: 16px;
  }
  .content-portal-container .cz-font-text__title {
    display: inline-block;
    padding-bottom: 10px;
  }
  .content-portal-container .content-card-img {
    height: 100px;
    max-width: 150px;
    border-radius: 10px 0px 0px 10px;
  }

  .content-info {
    max-width: 100%;
  }
}
.head-bold {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.head-bold__title {
  font-size: 24px;
  line-height: 24px;
}
.head-bold__text {
  font-size: 16px;
  line-height: 24px;
}
.head-bold__link {
  font-weight: normal;
  font-size: 16px;
  color: #88B14B;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.head-bold__link:hover {
  color: #333333;
}

.cz-btn-outline-primary {
  color: #88B14B;
  border-color: #88B14B;
  border-radius: 5px;
  margin-right: 20px;
}
.cz-btn-outline-primary:hover {
  color: #FFFFFF;
  border-color: #88B14B;
  background-color: #88B14B;
}
.cz-btn-outline-primary__text {
  font-size: 16px;
}
.cz-btn-outline-primary__location-search {
  margin-right: 0px;
}

.cz-btn {
  color: #88B14B;
  border-color: #88B14B;
  border-radius: 5px;
  padding: 0.4rem 0.75rem;
  min-width: 180px;
}
.cz-btn:hover {
  color: #FFFFFF;
}
.cz-btn--primary {
  color: #FFFFFF;
  border-color: #88B14B;
  background-color: #88B14B;
}
.cz-btn--primary:hover, .cz-btn--primary:focus {
  color: #FFFFFF;
  background-color: #6d8e3c;
  border-color: #6d8e3c;
}
.cz-btn--secondary {
  color: #FFFFFF;
  border-color: #6C757D;
  background-color: #6C757D;
}
.cz-btn--secondary:hover, .cz-btn--secondary:focus {
  color: #FFFFFF;
  background-color: #565e64;
  border-color: #565e64;
}
.cz-btn--blue {
  color: #FFFFFF;
  border-color: #4C62B2;
  background-color: #4C62B2;
}
.cz-btn--blue:hover, .cz-btn--blue:focus {
  color: #FFFFFF;
  background-color: #3d4e8e;
  border-color: #3d4e8e;
}
.cz-btn--secondary-blue {
  color: #FFFFFF;
  border-color: #4C8FCE;
  background-color: #4C8FCE;
}
.cz-btn--secondary-blue:hover, .cz-btn--secondary-blue:focus {
  color: #DADADA;
  background-color: #3d72a5;
  border-color: #3d72a5;
}
.cz-btn--yellow {
  color: #FFFFFF;
  border-color: #FFBA07;
  background-color: #FFBA07;
}
.cz-btn--yellow:hover, .cz-btn--yellow:focus {
  color: #FFFFFF;
  background-color: #cc9506;
  border-color: #cc9506;
}
.cz-btn__icon {
  min-width: 50px;
  border-radius: 0 5px 5px 0;
}
.cz-btn__block {
  width: 100%;
}

.input-group .cz-btn {
  z-index: 0;
}
.input-group .cz-btn:focus {
  outline: none;
  box-shadow: none;
}
.input-group .cz-btn:hover {
  color: #88B14B;
}

.cz-btn-location {
  color: #88B14B;
  border-color: #dadada;
  border-radius: 5px;
  padding: 5px 0px;
  padding-left: 40px;
  width: 69%;
}
.cz-btn-location:hover {
  color: #88B14B;
}
.cz-btn-location__text {
  font-size: 16px;
}

.input-group-location {
  padding: 5px 50px;
  border-color: #dadada;
}

.btn-icon {
  padding: 5px;
}

.btn-icon-down {
  position: absolute;
  right: 0;
  top: 10px;
  width: 50px;
}

@media screen and (max-width: 995px) {
  .cz-btn-location {
    padding-left: 10px;
    width: 76%;
  }

  .input-group-location {
    padding: 5px 10px;
  }
}
.btn-flex {
  margin-top: 10px;
  margin-bottom: 80px;
}

.btn-content {
  background-color: #88B14B;
  border-radius: 200px;
  align-items: center;
  padding: 8px 29px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}
.btn-content:hover {
  color: #FFFFFF;
}

.cz-btn-tag {
  border: 1px solid #4C8FCE;
  border-radius: 20px;
  text-align: center;
  background-color: #FFFFFF;
  color: #4C8FCE;
  padding: 7px 16px;
  margin: 4px auto;
}
.cz-btn-tag:hover {
  background-color: #4C8FCE;
  color: #FFFFFF;
}

.cz-feedback-rating {
  background-color: #fff;
  display: block;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #dadada;
  margin: 20px 0px 10px 0px;
  height: 50px;
}

.cz-form-check-input {
  margin-top: 0%;
}

.cz-form-check-input:checked {
  background-color: #88b14b;
  border-color: #ffffff;
}

.cz-font-text {
  font-style: normal;
  font-size: 20px;
  text-align: center;
  line-height: 150%;
  color: #333333;
}
.cz-font-text__title {
  font-weight: bold;
  padding: 30px;
  font-size: 24px;
  line-height: 30px;
}
.cz-font-text__point {
  padding-top: 10px;
  font-size: 16px;
}
.cz-font-text__head {
  font-weight: bold;
  padding: 10px;
}

.cz-feedback {
  max-width: 460px;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 0 auto;
  border: 1px solid #DADADA;
  margin-bottom: 30px;
  padding: 20px;
}

.cz-feedback-btn {
  border-radius: 10px;
  background: #88b14b;
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.cz-feedback-icon {
  width: 100%;
  opacity: 0.3;
  padding: 10px;
}

.cz-feedback-icon:hover {
  opacity: 1;
}

.cz-feedback-icon--active-1,
.cz-feedback-icon--active-2,
.cz-feedback-icon--active-3,
.cz-feedback-icon--active-4,
.cz-feedback-icon--active-5 {
  opacity: 1;
}

.cz-feedback-footer {
  background: #fff3da;
  text-align: center;
  max-width: 460px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.cz-feedback-footer__text {
  padding: 20px 50px 10px 50px;
  font-size: 16px;
  text-align: center;
  color: #000000;
  line-height: 150%;
}

.cz-feedback-image {
  padding: 20px;
}
.cz-feedback-image.logo {
  max-width: 150px;
  max-height: 200px;
}

.text-introduce {
  color: #888E97;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}

#feedback_answer_list {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .cz-feedback {
    box-sizing: none;
    border-radius: none;
    margin: 0 auto;
    border: none;
    padding: 10px;
  }

  .cz-feedback-btn {
    max-width: 440px;
  }

  .text-introduce {
    margin-bottom: 5px;
  }

  #feedback_answer_list {
    padding-top: 20px;
  }
}
.cz-modal-header {
  border-bottom: 0px;
}

.cz-modal-footer {
  border-top: 0px;
  padding: 1rem;
}

.cz-modal-content {
  border: 0px;
  border-radius: 20px;
}

.pin {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 2px;
  box-shadow: rgba(51, 51, 51, 0.2) 0px 8px 20px;
  position: absolute;
  bottom: -1.5rem;
  right: 1rem;
  background-color: #ffff;
  display: flex;
  justify-content: center;
}
.pin .pin-image {
  margin: auto;
  width: 80%;
}

.btn-service-point {
  min-width: 150px;
}

.address {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  border: 0px;
  line-height: 24px;
}
.address .address-item {
  padding: 10px 0;
}
.address__icon--primary {
  color: #88B14B;
}
.address__icon--transparent {
  color: transparent;
}
.address__link {
  color: #88B14B;
  text-decoration: none;
}
.address__link:hover, .address__link:focus {
  color: #6d8e3c;
}
.address__text {
  color: #88B14B;
}

.service-point-slide {
  width: 600px;
  padding: 1.5rem 40px 0px 40px;
}
.service-point-slide .cz-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  border-radius: 0px;
}

.service-point-flex {
  display: flex;
}

.review-point {
  padding-top: 20px;
}

@media screen and (max-width: 1000px) {
  .service-point-slide {
    min-width: 400px;
    max-width: 400px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .service-point-flex {
    display: block;
  }

  .service-point-slide {
    max-width: auto;
    min-width: auto;
    padding: 0;
  }

  .address {
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    padding: 10px 12px 20px 20px;
  }

  .service-point-container {
    padding: 0;
  }

  .btn-wrapper {
    justify-content: space-between;
  }
}
.procedure .procedure-container {
  padding: 0 35px;
}
.procedure .head-bold {
  color: #000000;
}
.procedure .procedure-content {
  padding: 40px 0;
  border-top: 1px solid #DADADA;
}
.procedure .procedure-content__detail {
  padding-top: 10px;
}
.procedure .procedure-content__link {
  cursor: pointer;
  text-decoration: none;
}
.procedure .procedure-content__link:hover .list__text {
  color: #88B14B;
}
.procedure .service-point-title {
  text-align: center;
}
.procedure .search-input {
  width: 380px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
}
.procedure .list {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
.procedure .list__header {
  font-weight: 700;
}
.procedure .list__text {
  font-weight: 400;
}
.procedure .icon-sm {
  padding-top: 0.45rem;
  font-size: 10px;
}
.procedure .serarch-result {
  padding-top: 10px;
  border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 768px) {
  .procedure .procedure-content {
    padding: 30px 0;
  }
  .procedure .search-input {
    width: 300px;
  }
}

.map-wrapper {
  position: relative;
}
.map-wrapper .map {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .map-wrapper .map {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .map-wrapper .container-content {
    padding: 0 24px;
  }
}

.over-map {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 380px;
  z-index: 99;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .over-map {
    width: 300px;
  }
}
.over-map .form-control:focus {
  box-shadow: none;
}
.over-map .search-input {
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

.service-point-list .service-point-container {
  border-bottom: 1px dashed #DADADA;
}
.service-point-list .service-point-item {
  padding: 20px 0;
}
.service-point-list .service-point-item .cz-btn {
  min-width: 136px;
  max-width: 136px;
}
.service-point-list .card-content__head {
  padding-bottom: 10px;
  margin-right: 20px;
}
.service-point-list .card-content__body {
  line-height: 24px;
  padding-top: 10px;
}

.service-point-header .content-text {
  padding: 0px 10px 30px 10px;
}

.icon-info {
  padding-left: 10px;
  color: #696969;
}

.service-point-link {
  cursor: pointer;
}

.section-loction {
  margin: 100px auto;
  text-align: center;
}
.section-loction .loction-text {
  font-style: normal;
  font-weight: bold;
  line-height: 150%;
  color: #B6B6B6;
}
.section-loction .loction-text .loction-title {
  font-size: 24px;
  margin-top: 15px;
}
.section-loction .loction-text .loction-result {
  font-size: 20px;
  margin: 5px 100px;
}
.section-loction.procedure-not-found .loction-text {
  line-height: 30px;
}
.section-loction.procedure-not-found .loction-result {
  margin-top: 1rem;
}
.section-loction.procedure-not-found .cz-btn--primary {
  margin-top: 1rem;
}

.location-text {
  color: #88B14B;
}

.late-note-container {
  line-height: 24px;
}
.late-note-container .cz-font-text__title {
  line-height: 30px;
}
.late-note-container .form-group {
  padding-bottom: 20px;
}
.late-note-container .form-group__btn {
  padding-bottom: 100px;
  padding-top: 10px;
}
.late-note-container .form-group label {
  color: #333333;
  padding-bottom: 5px;
  line-height: 24px;
}
.late-note-container .form-group .form-control-lg {
  font-size: 16px;
}
.late-note-container .form-group input[type=date]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  width: 20px;
  height: 20px;
  border-width: thin;
}

.search-section {
  margin-bottom: 200px;
}
.search-section .form-search {
  background: #FFFFFF;
}
.search-section__result {
  margin-bottom: 20px;
}

.section-warning {
  margin-top: 20px;
}

.sub-title {
  margin-top: 20px;
}

.cz-font-text__sub-title {
  font-size: 20px;
  line-height: 30px;
}

.cz-card {
  border-radius: 10px;
  box-shadow: 0px 4px 11px rgba(192, 192, 192, 0.25);
}

@media screen and (max-width: 768px) {
  .search-section {
    margin-bottom: 150px;
  }
  .search-section__result {
    margin-bottom: 20px;
  }
  .search-section .pd {
    padding: 10px;
  }
  .search-section .section-warning {
    margin-top: 0px;
  }

  .cz-card {
    border-radius: 0px;
    box-shadow: none;
  }
}
.late-notice-section .late-notice-header__content {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  text-align: center;
}
.late-notice-section .late-notice-header__content .content-bold {
  font-weight: 700;
}
.late-notice-section .late-notice-header__content .content-section {
  padding-bottom: 10px;
}
.late-notice-section .late-notice-body {
  padding-bottom: 100px;
}
.late-notice-section .card-body h2 {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  padding-bottom: 10px;
}
.late-notice-section .card-body .cz-btn-outline-primary {
  padding: 5px 15px;
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 680px) {
  .late-notice-section .late-notice-header__content {
    padding: 0px 1rem;
    border-bottom: 20px solid #F2F2F2;
  }
  .late-notice-section .late-notice-body {
    padding-bottom: 0px;
  }
  .late-notice-section .card {
    border: 0px;
    border-bottom: 1px dashed #DADADA;
    margin-top: 0px;
    margin-bottom: 20px;
    height: auto;
  }
  .late-notice-section .late-notice-header__content {
    text-align: left;
    padding-bottom: 20px;
  }
  .late-notice-section .cz-font-text__title {
    padding-bottom: 20px;
  }
}

.late-notice-detail {
  margin-top: 20px;
  line-height: 24px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .late-notice-detail {
    border: 0px;
  }
}
.late-notice-detail .content-section {
  padding-bottom: 20px;
}
.late-notice-detail .content-section .content__bold {
  font-weight: 700;
}
.late-notice-detail .content-section .content__icon {
  color: #88B14B;
}
.late-notice-detail .content-section .content__link {
  color: #88B14B;
  padding-left: 10px;
}
.late-notice-detail .content-section .content__link:hover, .late-notice-detail .content-section .content__link:focus {
  color: #6d8e3c;
}

.late-notice-btn {
  width: 400px;
  margin: 0 auto;
  padding: 10px 0px 30px 0px;
}
@media screen and (max-width: 768px) {
  .late-notice-btn {
    display: none;
  }
}

.paragraph {
  padding-bottom: 20px;
}
.paragraph h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.paragraph p {
  color: #333333;
  line-height: 24px;
}

.policy-container {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .policy-container {
    padding: 0 24px 20px 24px;
  }
}
.policy-container .text-group {
  padding-bottom: 20px;
}
.policy-container .text-indent {
  margin-left: 1rem;
}
.policy-container .text-indent-2 {
  margin-left: 2rem;
}
.policy-container .text-bold {
  font-weight: bold;
}

.text-position {
  line-height: 1.6;
}

.policy-table {
  width: 100%;
  margin-bottom: 10px;
}
.policy-table table, .policy-table th, .policy-table td {
  line-height: 24px;
  border: 1px solid #DADADA;
}
.policy-table th {
  font-weight: bold;
  text-align: center;
}
.policy-table th, .policy-table td {
  padding: 1rem;
}

.contact {
  padding: 80px 50px;
  text-align: left;
  background-color: #88B14B;
  border-radius: 0px 10px 10px 0px;
}
@media screen and (max-width: 1200px) {
  .contact {
    padding: 50px 30px;
  }
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.ml-2 {
  margin-left: 20px;
}

.mr-2 {
  margin-right: 20px;
}

.cz-contact {
  margin: auto;
}

.cz-contact-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
}

.cz-contact-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 0px;
  max-width: 100%;
}

.cz-contact-icon {
  vertical-align: text-bottom;
  width: 20px;
  color: #FFFFFF;
}

.cz-map-contact {
  border-radius: 10px 0px 0px 10px;
  width: 100%;
  max-height: 404px;
  box-shadow: 0px 4px 14px rgba(208, 208, 208, 0.5);
}

.cz-tab-title {
  padding-right: 50px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #88B14B;
}

.cz-tab-text {
  border: 0px;
  border-bottom: 1px dashed #DADADA;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  padding-right: 50px;
}

.cz-answer-text {
  justify-content: start;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
}

.cz-about-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
  padding-top: 30px;
}

.cz-about-text {
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  text-indent: 60px;
  margin: 10px 10px 0px 10px;
}

.contact-list {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #88B14B;
  text-decoration: none;
  padding: 20px 0px;
  border-bottom: 1px dashed #DADADA;
}
.contact-list:hover, .contact-list:focus {
  color: #88B14B;
}
.contact-list[aria-expanded=true] {
  border-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .cz-about-text {
    margin: 10px 10px 30px 10px;
  }

  .cz-answer-text {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .contact {
    border-radius: 0px 0px 10px 10px;
  }

  .cz-map-contact {
    border-radius: 10px 10px 0px 0px;
  }
}
.breadcrumb-container {
  padding: 30px 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .breadcrumb-container {
    display: none;
  }
}
.breadcrumb-container .breadcrumb {
  margin-bottom: 0;
}
.breadcrumb-container .breadcrumb-item + .breadcrumb-item::before {
  color: #555555;
  content: ">";
}
.breadcrumb-container .breadcrumb-item.active {
  color: #333333;
}
.breadcrumb-container .breadcrumb__link {
  color: #88B14B;
  text-decoration: none;
  font-weight: bold;
}

.cz-breadcrumb {
  background-color: #F2F2F2;
}

.wrapper {
  position: relative;
}

.background-home {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
  top: -4%;
}

.background-svg {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 20%;
}
.background-svg__left-10 {
  width: 150px;
  left: -5px;
}
.background-svg__left-30 {
  left: -4%;
  top: 35%;
  overflow: hidden;
}
.background-svg__left-50 {
  left: -10%;
  top: 35%;
}
.background-svg__top-5 {
  top: 5%;
}
.background-svg__top-10 {
  top: 10%;
}
.background-svg__top-20 {
  top: 20%;
}
.background-svg__top-40 {
  top: 40%;
}
.background-svg__top-90 {
  top: 90% !important;
}
.background-svg__bottom-10 {
  bottom: 10%;
}
.background-svg__right {
  left: auto;
  right: 0px;
  top: 30%;
  height: auto;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.background-svg__right__top-5 {
  top: 5%;
}
.background-svg__right__top-10 {
  top: 15%;
}
.background-svg__right__top-20 {
  top: 20%;
}
.background-svg__right__top-50 {
  top: 50%;
}
.background-svg__right__top-80 {
  top: 80%;
}
.background-svg__right-home {
  left: auto;
  right: -10%;
  top: 45%;
  overflow: hidden;
}
.background-svg__right-banner {
  left: auto;
  right: 0px;
  top: -145px;
  height: auto;
  width: 25%;
  overflow: hidden;
}
.background-svg__left-banner {
  top: -160px;
}
.background-svg__middle {
  top: 60%;
}
.background-svg__bottom {
  bottom: 0;
}

.background-footer {
  background-repeat: no-repeat;
  width: 100%;
  background-position: bottom;
  background-image: url(/images/map_bg.png?c099818237f1a373eb6a5ce8ae52952f);
  background-size: contain;
}

.background-home-footer {
  background-repeat: no-repeat;
  width: 100%;
  background-position: bottom;
  background-size: contain;
  background-image: url(/images/map_home.png?234fe64cfe454e7cf51ece54ae7db0fc);
}

@media screen and (max-width: 768px) {
  .background-svg {
    display: none;
  }

  .background-footer {
    background-image: none;
  }

  .background-home-footer {
    background-image: none;
  }
}
.cookie_head {
  margin: 20px 0px;
}

.cookie_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #88b14b;
  margin: 15px 0px;
}

.cookie_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}
.cookie_text a {
  color: #88B14B;
  text-decoration: none;
}

.cookie_ul {
  margin-left: 2rem;
}

.pd-b-5 {
  padding-bottom: 5px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.cookie_no {
  margin-left: 50px;
}

.cookie_line {
  margin-left: 70px;
}

.button-cookie {
  cursor: pointer;
  display: inline-block;
  line-height: 55px;
  font-weight: bold;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.button-search {
  cursor: pointer;
  display: inline-block;
  line-height: 55px;
  margin-left: 2px;
  font-weight: bold;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.expand .button-cookie {
  display: none;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.expand .button-search {
  display: none;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-container {
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 55px;
  max-width: 55px;
  height: 55px;
  z-index: 9;
  right: 50px;
  bottom: 50px;
  transition: all 0.2s 0.45s, height 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
}
.cookie-container__search {
  bottom: 120px;
  background: #88B14B;
}
@media screen and (max-device-width: 768px) {
  .cookie-container__search {
    display: none;
  }
}

.expand-search {
  position: relative;
  right: 240px;
  bottom: 40px;
  padding: 5px;
  font-size: 12px;
  line-height: 20px;
  background-color: #FFFFFF;
  color: #555555;
  width: 220px;
  border-radius: 999px;
}

.cookie-container.expand {
  background: #FFFFFF;
  box-shadow: 0px -1px 15px -4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 100%;
  height: 120px;
  max-width: 95%;
  padding: 25px 10em 16px 10em;
  transition: all 0.2s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, height 0.3s ease 0.25s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 99;
}
.cookie-container.expand .text {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #555555;
}

.cookies-content {
  box-sizing: border-box;
  transform: translateY(50%);
  opacity: 0;
  text-align: left;
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.01s, opacity 0.1s;
}

.expand .cookies-content {
  transform: translateY(0px);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.05s, opacity 2.5s;
}

.cookies-link {
  color: #88B14B;
  font-weight: bold;
  text-decoration: none;
}
.cookies-link:hover, .cookies-link:focus {
  color: #6d8e3c;
}

.cookies-close-btn {
  display: none;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  color: #555555;
  padding-bottom: 15px;
  position: absolute;
  text-align: right;
  right: 6.5em;
  top: 25%;
  z-index: 999;
}

.cookies-tooltip {
  position: fixed;
  right: 120px;
  bottom: 60px;
  padding: 5px;
  font-size: 12px;
  line-height: 20px;
  background-color: #FFFFFF;
  color: #555555;
  width: 120px;
  border-radius: 999px;
  height: 30px;
  text-align: center;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 10;
}

.search-tooltip {
  position: fixed;
  right: 120px;
  bottom: 130px;
  padding: 5px;
  font-size: 12px;
  line-height: 20px;
  background-color: #FFFFFF;
  color: #555555;
  width: 200px;
  border-radius: 999px;
  height: 30px;
  text-align: center;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.search-box {
  position: relative;
  display: none;
  right: 245px;
  bottom: 42px;
  padding: 5px;
  font-size: 12px;
  line-height: 20px;
  background-color: #FFFFFF;
  color: #555555;
  width: 225px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.cookies-modal-content {
  box-shadow: 0px -1px 15px -4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 700px;
  max-width: 700px;
}

.cookies-modal-footer {
  box-shadow: rgba(0, 0, 0, 0.25) 0px -6px 6px -6px;
  text-align: center;
  padding: 20px 0;
}

.cookies-modal-body__content {
  overflow-y: scroll;
  height: 400px;
  padding: 0px 20px 20px 20px;
  padding-right: 30px;
  margin: 0 25px;
}
.cookies-modal-body__content .card {
  padding: 12px 0;
  border: none;
  border-bottom: 1px dashed #BABCBE;
  color: #555555;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.cookies-modal-body__content .card__header {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 10px;
}
.cookies-modal-body__content .card__header__primary {
  color: #88B14B;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.cookies-modal-body__content .card__content {
  font-size: 14px;
  line-height: 20px;
}

.cookies-modal-close {
  font-size: 20px;
  line-height: 20px;
  color: #555555;
  text-align: end;
  padding: 15px 30px 0px 0px;
  cursor: pointer;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  right: 255px;
  bottom: 18px;
  padding: 5px;
  font-size: 12px;
}

.form-control::-moz-placeholder {
  color: #BABCBE;
}

.form-control:-ms-input-placeholder {
  color: #BABCBE;
}

.form-control::placeholder {
  color: #BABCBE;
}

@media screen and (max-width: 1500px) {
  .cookie-container.expand {
    max-width: 90%;
    padding: 10px 5em 16px 5em;
  }

  .cookies-close-btn {
    top: 10px;
    right: 3em;
  }
}
@media screen and (max-width: 768px) {
  .cookie-container {
    right: 20px;
  }

  .cookie-container.expand {
    height: 200px;
    padding: 10px 20px 16px 20px;
  }

  .cookies-close-btn {
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 520px) {
  .cookies-modal-body__content {
    margin: 0 15px;
    padding: 0px 10px 10px 10px;
    max-height: 700px;
  }
  .cookies-modal-body__content .card {
    flex-direction: column;
  }
  .cookies-modal-body__content .card__content {
    padding-bottom: 5px;
  }
  .cookies-modal-body__content .card .item {
    text-align: start;
    order: 3;
  }
  .cookies-modal-body .cookies-tooltip {
    z-index: -2;
    display: none;
  }
  .cookies-modal-body .search-tooltip {
    z-index: -2;
    display: none;
  }
}
input.toogle-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 64px;
  height: 25px;
  padding-left: 33px;
  margin: 0;
  border-radius: 999px;
  background: radial-gradient(circle 10px, white 100%, transparent calc(100% + 1px)) #908888 -16px;
  transition: 0.3s ease-in-out;
  background-color: #DD5E5E;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
}

input.toogle-btn::before {
  content: "ปิด";
  color: white;
}

input.toogle-btn:checked {
  padding-left: 8px;
  background-color: #88B14B;
  background-position: 16px;
}

input.toogle-btn:checked::before {
  content: "เปิด";
}

.scale-in-right {
  -webkit-animation: scale-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes scale-in-right {
  0% {
    transform: scale(0);
    transform-origin: 100% 50%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
    opacity: 1;
  }
}
@keyframes scale-in-right {
  0% {
    transform: scale(0);
    transform-origin: 100% 50%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.noti-top {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
}

.nav-column {
  top: 50px;
}

.container-topbar {
  background: #e6efdb;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.04);
  z-index: 10;
  width: 100%;
  height: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
}

.noti-text {
  padding-left: 25px;
  font-size: 16px;
  line-height: 19px;
}

@media screen and (max-width: 768px) {
  .container-topbar {
    top: 100px;
  }
}
