@charset "UTF-8";
/*!
   * Fda Theme 1
   * Copyright 2022-2023 The Clicknext Authors
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
.theme-dark:root {
  --primary: #121212;
  --primary-hover: #1d1d1d;
  --secondary: #ffffff;
  --white: #ffffff;
  --black: #000000;
  --font-color: #ffffff;
  --placeholder: #c9c9c9;
  --grey: #5c5c5c;
  --grey2: #ffffff;
  --grey3: #ffffff;
  --grey4: #eee;
  --grey5: #030303;
  --grey6: #030303;
  --cream: #282828;
  --cream_hover: #262626;
  --blue-1: #ffffff;
  --blue-2: #212121;
  --blue-2-hover: #1e1e1e;
  --blue-3: #121212;
  --blue-6: #121212;
  --blue-7: #121212;
  --blue-12: #282828;
  --blue-12-dark: #262626;
  --blue-13: #ffffff;
  --blue-14: #404040;
  --dark: #404040;
  --dark-2: #bbb;
  --dark-2-hover: #444444;
  --dark-3: #ffffff;
  --dark-4: #282828;
  --dark-5: rgba(40, 40, 40, 0.8);
  --blindness-3: var(--dark); }

.theme-dark hr {
  border-color: var(--white) !important; }

.theme-dark .header__menu--desktop {
  background-color: rgba(43, 43, 43, 0.6); }
  .theme-dark .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .menu-item__link a {
    color: var(--font-color); }
  .theme-dark .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .nav-submenu {
    background-color: var(--dark);
    padding: 0.25rem 1rem; }
    .theme-dark .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .nav-submenu .nav-menu-item:before {
      background-color: var(--font-color); }
  .theme-dark .header__menu--desktop .desktop-nav__menu ul .nav-menu-item.is-parent:hover > .nav-submenu {
    top: 100%; }
  .theme-dark .header__menu--desktop .desktop-nav__menu ul .nav-menu-item.is-parent > .nav-submenu {
    border-radius: 0px 0px 5px 5px; }
    .theme-dark .header__menu--desktop .desktop-nav__menu ul .nav-menu-item.is-parent > .nav-submenu:before {
      display: none; }
  .theme-dark .header__menu--desktop .desktop-nav__menu ul .nav-menu-item.is-parent > .menu-item__link:after {
    color: var(--font-color); }

.theme-dark .header__menu--mobile {
  background: linear-gradient(180deg, var(--primary) 0%, var(--dark-4) 100%) !important; }
  .theme-dark .header__menu--mobile .nav-menu-item .menu-item__link a {
    color: var(--font-color) !important; }

.theme-dark .header__btn:focus, .theme-dark .header__btn:hover {
  background-color: var(--dark-4); }

.theme-dark .btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important; }
  .theme-dark .btn-primary:hover, .theme-dark .btn-primary:focus {
    background-color: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important; }

.theme-dark .btn-outline-primary {
  color: var(--white) !important;
  border-color: var(--white) !important; }
  .theme-dark .btn-outline-primary:hover, .theme-dark .btn-outline-primary:focus {
    background-color: var(--white) !important;
    color: var(--primary) !important; }

.theme-dark .btn.text-primary {
  color: var(--primary) !important; }

.theme-dark .form-search input {
  color: var(--dark) !important; }

.theme-dark .dropdown-item:hover, .theme-dark .dropdown-item:focus {
  background-color: var(--dark-5) !important; }

.theme-dark ::placeholder {
  color: var(--placeholder) !important; }

.theme-dark img,
.theme-dark .pb-background {
  filter: grayscale(100%) !important; }

.theme-dark .main-content > .pb-container-wrapper > .pb-container_full {
  background-color: var(--cream) !important; }
  .theme-dark .main-content > .pb-container-wrapper > .pb-container_full.bg-curve-top, .theme-dark .main-content > .pb-container-wrapper > .pb-container_full.bg-curve-center, .theme-dark .main-content > .pb-container-wrapper > .pb-container_full.bg-curve-bottom {
    background-color: var(--primary) !important; }

.theme-dark .pb-element .btn .icon {
  background-color: var(--grey4); }

.theme-dark .pb-element .btn .text {
  color: var(--white); }

.theme-dark .pb-element .btn:hover img, .theme-dark .pb-element .btn:focus img {
  filter: brightness(0) invert(1) !important; }

.theme-dark .pb-element-button_slider .btn {
  background-color: var(--dark); }
  .theme-dark .pb-element-button_slider .btn:hover .icon, .theme-dark .pb-element-button_slider .btn:focus .icon {
    background-color: var(--dark); }

.theme-dark .pb-element-button_grid-content .btn:hover, .theme-dark .pb-element-button_grid-content .btn:focus {
  background-color: var(--primary) !important; }
  .theme-dark .pb-element-button_grid-content .btn:hover img, .theme-dark .pb-element-button_grid-content .btn:focus img {
    filter: grayscale(100%) !important; }

.theme-dark .pb-element-single_image img {
  filter: grayscale(100%) !important; }

.theme-dark .pb-element-text_block h1,
.theme-dark .pb-element-text_block h2,
.theme-dark .pb-element-text_block h3,
.theme-dark .pb-element-text_block h4,
.theme-dark .pb-element-text_block h5,
.theme-dark .pb-element-text_block h6,
.theme-dark .pb-element-text_block strong {
  color: var(--secondary) !important; }

.theme-dark .pb-element-text_block p {
  color: var(--secondary) !important; }
  .theme-dark .pb-element-text_block p span {
    color: var(--secondary) !important; }

.theme-dark .pb-element-separator_line > div {
  border-color: var(--white) !important; }

.theme-dark .pb-element-button .btn-outline {
  border-color: var(--primary) !important; }
  .theme-dark .pb-element-button .btn-outline .text {
    color: var(--primary) !important; }

.theme-dark .pb-element-calendar-picker .datepicker-inline {
  background-color: var(--primary); }

.theme-dark .pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) {
  background-color: var(--primary) !important; }

.theme-dark .pb-element-calendar-picker .datepicker .table-condensed td.today div,
.theme-dark .pb-element-calendar-picker .datepicker .table-condensed th.today div {
  background-color: var(--primary) !important; }

.theme-dark .pb-element-calendar-picker .datepicker .table-condensed td:hover div,
.theme-dark .pb-element-calendar-picker .datepicker .table-condensed th:hover div,
.theme-dark .pb-element-calendar-picker .datepicker .table-condensed td.active div,
.theme-dark .pb-element-calendar-picker .datepicker .table-condensed th.active div {
  background-color: var(--white) !important;
  color: var(--primary) !important; }

.theme-dark .pb-element-calendar::before {
  filter: grayscale(100%); }

.theme-dark .pb-element-calendar .text-white {
  color: var(--secondary) !important; }

.theme-dark .pb-element-subject a {
  color: var(--blindness) !important; }

.theme-dark .pb-element-title-list {
  background-color: var(--black); }
  .theme-dark .pb-element-title-list .icon {
    border-color: var(--blue-14); }
  .theme-dark .pb-element-title-list .btn--seecontent {
    color: var(--blue-1); }

.theme-dark .pb-container-wrapper .bg-white,
.theme-dark .pb-container-wrapper .section-box-image {
  background-color: var(--dark) !important;
  filter: grayscale(100%); }

.theme-dark .bg-curve-top,
.theme-dark .bg-curve-center,
.theme-dark .bg-curve-bottom {
  background-color: var(--primary) !important; }

.theme-dark .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: var(--primary) !important; }

.theme-dark .owl-dots .owl-dot.active,
.theme-dark .owl-dots .owl-dot:hover {
  background-color: var(--secondary) !important; }

.theme-dark .card-article:hover p,
.theme-dark .card-article:hover h3, .theme-dark .card-article:focus p,
.theme-dark .card-article:focus h3 {
  color: var(--white) !important; }

.theme-dark .card-body p {
  color: var(--placeholder); }

.theme-dark .card-search--text h5, .theme-dark .card-search--cate h5 {
  color: var(--secondary) !important; }

.theme-dark .card-search--text span, .theme-dark .card-search--cate span {
  color: var(--placeholder) !important; }

.theme-dark .single__date {
  color: var(--placeholder); }

.theme-dark .single__content h1,
.theme-dark .single__content h2,
.theme-dark .single__content h3,
.theme-dark .single__content h4,
.theme-dark .single__content h5,
.theme-dark .single__content h6,
.theme-dark .single__content p,
.theme-dark .single__content span,
.theme-dark .single__content strong,
.theme-dark .single__content u {
  background-color: transparent !important;
  color: var(--white) !important; }

.theme-dark .single__share [class*="icon-"] {
  color: var(--dark-2); }
  .theme-dark .single__share [class*="icon-"]:hover, .theme-dark .single__share [class*="icon-"]:focus {
    color: var(--white); }

.theme-dark .search-aside .form-control {
  background-color: var(--primary);
  color: var(--white) !important; }

.theme-dark .search-aside .dropdown-toggle.bs-placeholder {
  color: var(--primary) !important; }
  .theme-dark .search-aside .dropdown-toggle.bs-placeholder::after {
    color: var(--primary) !important; }

.theme-dark .breadcrumb__link::after {
  color: var(--white); }

.theme-dark .breadcrumb__link a {
  color: var(--placeholder); }
  .theme-dark .breadcrumb__link a:hover, .theme-dark .breadcrumb__link a:focus {
    color: var(--secondary) !important; }

.theme-dark .pagination .prev:hover, .theme-dark .pagination .prev:focus,
.theme-dark .pagination .next:hover,
.theme-dark .pagination .next:focus,
.theme-dark .pagination .last:hover,
.theme-dark .pagination .last:focus {
  color: var(--secondary); }

.theme-dark .pagination .filter-option-inner-inner {
  color: var(--secondary) !important; }

.theme-dark .box-assembly .assembly-body .list-tool-setting li:nth-child(2) ul > li img {
  filter: brightness(0) invert(1) !important; }

.theme-dark .main-banner .banner__btn {
  background-color: var(--dark); }
  .theme-dark .main-banner .banner__btn span[aria-hidden=true] {
    color: var(--white); }

.theme-dark .list-category > li a:not(.active) {
  background-color: var(--dark);
  color: var(--white); }

.theme-dark .list-category > li a:hover {
  background-color: var(--primary); }

.theme-dark .data-table-content {
  background-color: var(--dark); }
  .theme-dark .data-table-content .table {
    color: var(--white); }
  .theme-dark .data-table-content .frm-search-table {
    background-color: var(--cream); }
    .theme-dark .data-table-content .frm-search-table form button {
      background-color: var(--primary); }
    .theme-dark .data-table-content .frm-search-table .form-search input {
      background-color: var(--cream);
      color: var(--white); }

.theme-dark .section-departments ol li a,
.theme-dark .section-departments ul li a {
  color: var(--white) !important; }

.theme-dark .section-departments ol li::marker,
.theme-dark .section-departments ul li::marker {
  color: var(--white) !important; }

.theme-dark .main-content-not-found h1 {
  color: var(--primary) !important; }

.theme-dark .main-content-not-found img {
  filter: grayscale(100%) !important; }

.theme-dark .copyright {
  background-color: var(--cream);
  color: var(--white); }

.theme-dark .footer__subscribe .subscribe__input {
  background-color: var(--cream);
  color: var(--white); }

.theme-dark .footer .visitor__total .number {
  color: var(--secondary); }

.theme-dark .archive-faq .accordion-button:after {
  color: var(--blue-14) !important; }

.theme-dark #modal_subscriber_inner {
  color: var(--blue-14) !important; }

.theme-dark #modal_subscriber .btn-subscriber .btn-reset-subscriber {
  background-color: var(--blue-14) !important;
  color: var(--blindness) !important; }
  .theme-dark #modal_subscriber .btn-subscriber .btn-reset-subscriber:hover {
    color: var(--blindness) !important; }

.theme-blindness:root {
  --primary: #121212;
  --primary-hover: #1d1d1d;
  --secondary: #ffff00;
  --white: #ffffff;
  --black: #000000;
  --font-color: var(--secondary);
  --placeholder: #c9c9c9;
  --grey: #5c5c5c;
  --grey2: #ffffff;
  --grey3: #c9c9c9;
  --grey4: #eee;
  --grey5: #030303;
  --grey6: #030303;
  --cream: #282828;
  --cream_hover: #262626;
  --blue-1: var(--secondary);
  --blue-2: var(--placeholder);
  --blue-2-hover: #1e1e1e;
  --blue-3: #121212;
  --blue-6: #121212;
  --blue-7: #121212;
  --blue-12: #282828;
  --blue-12-dark: #262626;
  --blue-13: #ffffff;
  --blue-14: #404040;
  --dark: #404040;
  --dark-2: #bbb;
  --dark-2-hover: #444444;
  --dark-3: #ffffff;
  --dark-4: #282828;
  --dark-5: rgba(40, 40, 40, 0.8);
  --blindness: var(--secondary);
  --blindness-2: var(--secondary);
  --blindness-3: var(--dark); }

.theme-blindness .hamburger::before, .theme-blindness .hamburger::after,
.theme-blindness .hamburger span {
  background-color: var(--secondary) !important; }

.theme-blindness .header__menu--desktop {
  background-color: rgba(43, 43, 43, 0.6); }
  .theme-blindness .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .menu-item__link a {
    color: var(--font-color); }
  .theme-blindness .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .nav-submenu {
    background-color: var(--dark);
    padding: 0.25rem 1rem; }
    .theme-blindness .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .nav-submenu .nav-menu-item:before {
      background-color: var(--font-color); }
  .theme-blindness .header__menu--desktop .desktop-nav__menu ul .nav-menu-item.is-parent:hover > .nav-submenu {
    top: 100%; }
  .theme-blindness .header__menu--desktop .desktop-nav__menu ul .nav-menu-item.is-parent > .nav-submenu {
    border-radius: 0px 0px 5px 5px; }
    .theme-blindness .header__menu--desktop .desktop-nav__menu ul .nav-menu-item.is-parent > .nav-submenu:before {
      display: none; }
  .theme-blindness .header__menu--desktop .desktop-nav__menu ul .nav-menu-item.is-parent > .menu-item__link:after {
    color: var(--font-color); }

.theme-blindness .header__menu--mobile {
  background: linear-gradient(180deg, var(--primary) 0%, var(--dark-4) 100%) !important; }
  .theme-blindness .header__menu--mobile .nav-menu-item::before {
    background-color: var(--secondary) !important; }
  .theme-blindness .header__menu--mobile .menu-item__link a {
    color: var(--secondary) !important; }
  .theme-blindness .header__menu--mobile .menu-item__link::after {
    color: var(--secondary) !important; }
  .theme-blindness .header__menu--mobile .mobile-nav__setting .title:after {
    color: var(--secondary) !important; }

.theme-blindness .header__btn:focus, .theme-blindness .header__btn:hover {
  background-color: var(--dark-4); }

.theme-blindness .btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--secondary) !important; }
  .theme-blindness .btn-primary:hover, .theme-blindness .btn-primary:focus {
    background-color: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important; }

.theme-blindness .btn-outline {
  background-color: transparent !important;
  border-color: var(--secondary) !important; }
  .theme-blindness .btn-outline:hover, .theme-blindness .btn-outline:focus {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--secondary) !important; }

.theme-blindness .btn-outline-primary {
  color: var(--secondary) !important;
  border-color: var(--secondary) !important; }
  .theme-blindness .btn-outline-primary:hover, .theme-blindness .btn-outline-primary:focus {
    background-color: var(--secondary) !important;
    color: var(--primary) !important; }
    .theme-blindness .btn-outline-primary:hover .text, .theme-blindness .btn-outline-primary:focus .text {
      color: var(--primary) !important; }

.theme-blindness .btn-light {
  color: var(--primary) !important; }

.theme-blindness .btn.text-primary {
  color: var(--secondary) !important; }

.theme-blindness .btn.bg-white {
  background-color: var(--primary) !important; }

.theme-blindness .form-search input {
  color: var(--dark) !important; }

.theme-blindness .dropdown-item:hover, .theme-blindness .dropdown-item:focus {
  background-color: var(--dark-5) !important; }

.theme-blindness ::placeholder {
  color: var(--placeholder) !important; }

.theme-blindness img,
.theme-blindness .pb-background {
  filter: grayscale(100%) !important; }

.theme-blindness .main-content > .pb-container-wrapper > .pb-container_full {
  background-color: var(--cream) !important; }
  .theme-blindness .main-content > .pb-container-wrapper > .pb-container_full.bg-curve-top, .theme-blindness .main-content > .pb-container-wrapper > .pb-container_full.bg-curve-center, .theme-blindness .main-content > .pb-container-wrapper > .pb-container_full.bg-curve-bottom {
    background-color: var(--primary) !important; }

.theme-blindness .pb-element .btn .icon {
  background-color: var(--grey4); }

.theme-blindness .pb-element .btn .text {
  color: var(--secondary); }

.theme-blindness .pb-element .btn:hover img, .theme-blindness .pb-element .btn:focus img {
  filter: brightness(0) invert(1) !important; }

.theme-blindness .pb-element-button_slider .btn {
  background-color: var(--dark); }
  .theme-blindness .pb-element-button_slider .btn .icon {
    background-color: var(--secondary); }
  .theme-blindness .pb-element-button_slider .btn:hover .icon, .theme-blindness .pb-element-button_slider .btn:focus .icon {
    background-color: var(--dark); }

.theme-blindness .pb-element-button_grid-content .btn:hover, .theme-blindness .pb-element-button_grid-content .btn:focus {
  background-color: var(--primary) !important; }
  .theme-blindness .pb-element-button_grid-content .btn:hover img, .theme-blindness .pb-element-button_grid-content .btn:focus img {
    filter: grayscale(100%) !important; }

.theme-blindness .pb-element-button_grid-tab.active {
  color: var(--secondary) !important; }

.theme-blindness .pb-element-single_image img {
  filter: grayscale(100%) !important; }

.theme-blindness .pb-element-text_block h1,
.theme-blindness .pb-element-text_block h2,
.theme-blindness .pb-element-text_block h3,
.theme-blindness .pb-element-text_block h4,
.theme-blindness .pb-element-text_block h5,
.theme-blindness .pb-element-text_block h6,
.theme-blindness .pb-element-text_block strong {
  color: var(--secondary) !important; }

.theme-blindness .pb-element-text_block p {
  color: var(--secondary) !important; }
  .theme-blindness .pb-element-text_block p span {
    color: var(--secondary) !important; }

.theme-blindness .pb-element-calendar-picker .datepicker-inline {
  background-color: var(--primary); }

.theme-blindness .pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) {
  background-color: var(--primary) !important; }

.theme-blindness .pb-element-calendar-picker .datepicker .table-condensed td.today div,
.theme-blindness .pb-element-calendar-picker .datepicker .table-condensed th.today div {
  background-color: var(--primary) !important; }

.theme-blindness .pb-element-calendar-picker .datepicker .table-condensed td:hover div,
.theme-blindness .pb-element-calendar-picker .datepicker .table-condensed th:hover div,
.theme-blindness .pb-element-calendar-picker .datepicker .table-condensed td.active div,
.theme-blindness .pb-element-calendar-picker .datepicker .table-condensed th.active div {
  background-color: var(--white) !important;
  color: var(--primary) !important; }

.theme-blindness .pb-element-calendar::before {
  filter: grayscale(100%); }

.theme-blindness .pb-element-calendar .text-white {
  color: var(--secondary) !important; }

.theme-blindness .pb-element-custom_heading h1,
.theme-blindness .pb-element-custom_heading h2,
.theme-blindness .pb-element-custom_heading h3,
.theme-blindness .pb-element-custom_heading h4,
.theme-blindness .pb-element-custom_heading h5,
.theme-blindness .pb-element-custom_heading h6 {
  color: var(--secondary) !important; }

.theme-blindness .pb-element-search_form-form .btn {
  color: var(--secondary) !important; }

.theme-blindness .pb-element-search_form-header {
  color: var(--secondary) !important; }

.theme-blindness .pb-element-separator_line > div {
  border-color: var(--white) !important; }

.theme-blindness .pb-element-subject a {
  color: var(--blindness) !important; }
  .theme-blindness .pb-element-subject a:hover {
    color: var(--blindness) !important; }

.theme-blindness .pb-element-accordion .accordion-button {
  background-color: var(--black) !important; }
  .theme-blindness .pb-element-accordion .accordion-button .title {
    color: var(--secondary) !important; }

.theme-blindness .pb-element-accordion .accordion--detail {
  background-color: var(--black) !important; }

.theme-blindness .pb-element-title-list {
  background-color: var(--black); }
  .theme-blindness .pb-element-title-list .icon {
    border-color: var(--blue-14); }
  .theme-blindness .pb-element-title-list .title-link {
    color: var(--blue-1); }
  .theme-blindness .pb-element-title-list .btn--seecontent {
    color: var(--blue-1); }

.theme-blindness .pb-container-wrapper .bg-white,
.theme-blindness .pb-container-wrapper .section-box-image {
  background-color: var(--dark) !important; }

.theme-blindness .owl-theme .owl-nav [class*="owl-"] {
  color: var(--secondary) !important; }
  .theme-blindness .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: var(--primary) !important; }

.theme-blindness .owl-dots .owl-dot.active,
.theme-blindness .owl-dots .owl-dot:hover {
  background-color: var(--secondary) !important; }

.theme-blindness .card-article:hover p,
.theme-blindness .card-article:hover h3, .theme-blindness .card-article:focus p,
.theme-blindness .card-article:focus h3 {
  color: var(--white) !important; }

.theme-blindness .card-article-subject {
  background-color: var(--dark) !important; }
  .theme-blindness .card-article-subject .detail, .theme-blindness .card-article-subject .readmore {
    color: var(--blue-1); }

.theme-blindness .card-body h3,
.theme-blindness .card-body p {
  color: var(--secondary); }

.theme-blindness .card-body .date,
.theme-blindness .card-body .publish-date {
  color: var(--placeholder); }

.theme-blindness .card-search--text h5,
.theme-blindness .card-search--text span, .theme-blindness .card-search--cate h5,
.theme-blindness .card-search--cate span {
  color: var(--secondary) !important; }

.theme-blindness .single__date {
  color: var(--placeholder); }

.theme-blindness .single__content h1,
.theme-blindness .single__content h2,
.theme-blindness .single__content h3,
.theme-blindness .single__content h4,
.theme-blindness .single__content h5,
.theme-blindness .single__content h6,
.theme-blindness .single__content p,
.theme-blindness .single__content span,
.theme-blindness .single__content strong,
.theme-blindness .single__content u {
  background-color: transparent !important;
  color: var(--secondary) !important; }

.theme-blindness .single__share [class*="icon-"] {
  color: var(--dark-2); }
  .theme-blindness .single__share [class*="icon-"]:hover, .theme-blindness .single__share [class*="icon-"]:focus {
    color: var(--secondary); }

.theme-blindness .template__side hr {
  border-color: var(--white); }

.theme-blindness .search-aside .form-control {
  background-color: var(--primary); }

.theme-blindness .search-aside .dropdown-toggle.bs-placeholder {
  color: var(--primary) !important; }
  .theme-blindness .search-aside .dropdown-toggle.bs-placeholder::after {
    color: var(--primary) !important; }

.theme-blindness .breadcrumb__link::after {
  color: var(--white); }

.theme-blindness .breadcrumb__link a {
  color: var(--placeholder); }
  .theme-blindness .breadcrumb__link a:hover, .theme-blindness .breadcrumb__link a:focus {
    color: var(--secondary) !important; }

.theme-blindness .pagination .prev:hover, .theme-blindness .pagination .prev:focus,
.theme-blindness .pagination .next:hover,
.theme-blindness .pagination .next:focus,
.theme-blindness .pagination .last:hover,
.theme-blindness .pagination .last:focus {
  color: var(--white); }

.theme-blindness .pagination .filter-option-inner-inner {
  color: var(--secondary) !important; }

.theme-blindness .box-assembly .assembly-body .list-tool-setting li:nth-child(2) ul > li img {
  filter: brightness(0) invert(1) !important; }

.theme-blindness .main-banner .banner__btn {
  background-color: var(--dark); }
  .theme-blindness .main-banner .banner__btn span[aria-hidden=true] {
    color: var(--secondary); }

.theme-blindness .list-category > li a:not(.active) {
  background-color: var(--dark);
  color: var(--white); }

.theme-blindness .list-category > li a:hover {
  background-color: var(--primary); }

.theme-blindness .data-table-content {
  background-color: var(--dark); }
  .theme-blindness .data-table-content .table {
    color: var(--blindness); }
  .theme-blindness .data-table-content .frm-search-table {
    background-color: var(--cream); }
    .theme-blindness .data-table-content .frm-search-table form button {
      background-color: var(--primary); }
    .theme-blindness .data-table-content .frm-search-table .form-search input {
      background-color: var(--cream);
      color: var(--white); }

.theme-blindness .section-departments ol li a,
.theme-blindness .section-departments ul li a {
  color: var(--secondary) !important; }

.theme-blindness .section-departments ol li::marker,
.theme-blindness .section-departments ul li::marker {
  color: var(--secondary) !important; }

.theme-blindness .section-departments ol li:hover::marker, .theme-blindness .section-departments ol li:focus::marker,
.theme-blindness .section-departments ul li:hover::marker,
.theme-blindness .section-departments ul li:focus::marker {
  color: var(--white) !important; }

.theme-blindness .section-departments ol li:hover a, .theme-blindness .section-departments ol li:focus a,
.theme-blindness .section-departments ul li:hover a,
.theme-blindness .section-departments ul li:focus a {
  color: var(--white) !important; }

.theme-blindness .main-content-not-found h1 {
  color: var(--primary) !important; }

.theme-blindness .main-content-not-found img {
  filter: grayscale(100%) !important; }

.theme-blindness .copyright {
  background-color: var(--cream);
  color: var(--secondary); }

.theme-blindness .footer__subscribe .subscribe__input {
  background-color: var(--cream);
  color: var(--secondary); }

.theme-blindness .footer .visitor__total .number {
  color: var(--secondary); }

.theme-blindness .archive-faq .accordion-button {
  background-color: var(--black) !important;
  border-top-left-radius: var(--bs-accordion-inner-border-radius) !important;
  border-top-right-radius: var(--bs-accordion-inner-border-radius) !important; }
  .theme-blindness .archive-faq .accordion-button .title {
    color: var(--blue-1) !important; }

.theme-blindness .archive-faq .accordion-body {
  background-color: var(--black) !important;
  color: var(--blindness) !important;
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius) !important;
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius) !important; }

.theme-blindness #modal_subscriber_inner {
  background-color: var(--blue-14) !important; }

.theme-blindness #modal_subscriber .btn-subscriber .btn-reset-subscriber {
  background-color: var(--blue-14) !important;
  color: var(--blindness) !important; }
  .theme-blindness #modal_subscriber .btn-subscriber .btn-reset-subscriber:hover {
    color: var(--blindness) !important; }

/**
 * Custom Properties
 */
:root {
  --primary: #004caf;
  --primary-hover: #0045a1;
  --secondary: #3369bd;
  --blue-1: #3369bd;
  --blue-2: #006eb6;
  --blue-2-hover: #0065a7;
  --blue-3: #0066fe;
  --blue-4: #ebf8ff;
  --blue-5: #616e8e;
  --blue-6: #009bff;
  --blue-7: #0087e1;
  --blue-8: #f5fafe;
  --blue-8-hover: #deeefb;
  --blue-9: #0065a7;
  --blue-10: #0094db;
  --blue-11: #0083c1;
  --blue-12: #002a6c;
  --blue-12-dark: #002766;
  --blue-13: #93bdff;
  --blue-14: #85b5ff;
  --darkblue: #001871;
  --white: #fff;
  --cream: #f7f3ed;
  --cream_hover: #e8dccb;
  --grey: #5c5c5c;
  --grey2: #707070;
  --grey3: #c9c9c9;
  --grey4: #4f4f4f;
  --grey5: #030303;
  --grey6: #919191;
  --black: #000;
  --font-color: #000;
  --dark: #ffffff;
  --dark-2: #006eb6;
  --dark-2-hover: #0065a7;
  --dark-3: #0087e1;
  --dark-4: #ffffff;
  --dark-5: rgba(255, 255, 255, 0.8);
  --placeholder: #c9c9c9;
  --blindness: #ffffff;
  --blindness-2: #ffffff;
  --blindness-3: #ffffff;
  --space-sm: 0.5rem;
  --space-m: 1rem;
  --space-l: 1.75rem;
  --space-xl: 2.5rem;
  --space-xxl: 3.125rem;
  --space-xxxl: 3.75rem; }
  :root.spaceplus {
    --space-sm: 1rem;
    --space-m: 1.5rem;
    --space-l: 2.25rem;
    --space-xl: 3rem;
    --space-xxl: 3.625rem;
    --space-xxxl: 4.25rem;
    letter-spacing: 2px; }
    :root.spaceplus-lg {
      letter-spacing: 4px; }

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "kanit";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/kanit/Kanit-Light.ttf");
  font-display: swap; }

@font-face {
  font-family: "kanit";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/kanit/Kanit-Regular.ttf");
  font-display: swap; }

@font-face {
  font-family: "kanit";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/kanit/Kanit-Medium.ttf");
  font-display: swap; }

@font-face {
  font-family: "kanit";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/kanit/Kanit-SemiBold.ttf");
  font-display: swap; }

@font-face {
  font-family: "kanit";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/kanit/Kanit-Bold.ttf");
  font-display: swap; }

@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/icon/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), url("../fonts/icon/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff");
  font-display: swap; }

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bi-123::before {
  content: "\f67f"; }

.bi-alarm-fill::before {
  content: "\f101"; }

.bi-alarm::before {
  content: "\f102"; }

.bi-align-bottom::before {
  content: "\f103"; }

.bi-align-center::before {
  content: "\f104"; }

.bi-align-end::before {
  content: "\f105"; }

.bi-align-middle::before {
  content: "\f106"; }

.bi-align-start::before {
  content: "\f107"; }

.bi-align-top::before {
  content: "\f108"; }

.bi-alt::before {
  content: "\f109"; }

.bi-app-indicator::before {
  content: "\f10a"; }

.bi-app::before {
  content: "\f10b"; }

.bi-archive-fill::before {
  content: "\f10c"; }

.bi-archive::before {
  content: "\f10d"; }

.bi-arrow-90deg-down::before {
  content: "\f10e"; }

.bi-arrow-90deg-left::before {
  content: "\f10f"; }

.bi-arrow-90deg-right::before {
  content: "\f110"; }

.bi-arrow-90deg-up::before {
  content: "\f111"; }

.bi-arrow-bar-down::before {
  content: "\f112"; }

.bi-arrow-bar-left::before {
  content: "\f113"; }

.bi-arrow-bar-right::before {
  content: "\f114"; }

.bi-arrow-bar-up::before {
  content: "\f115"; }

.bi-arrow-clockwise::before {
  content: "\f116"; }

.bi-arrow-counterclockwise::before {
  content: "\f117"; }

.bi-arrow-down-circle-fill::before {
  content: "\f118"; }

.bi-arrow-down-circle::before {
  content: "\f119"; }

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a"; }

.bi-arrow-down-left-circle::before {
  content: "\f11b"; }

.bi-arrow-down-left-square-fill::before {
  content: "\f11c"; }

.bi-arrow-down-left-square::before {
  content: "\f11d"; }

.bi-arrow-down-left::before {
  content: "\f11e"; }

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f"; }

.bi-arrow-down-right-circle::before {
  content: "\f120"; }

.bi-arrow-down-right-square-fill::before {
  content: "\f121"; }

.bi-arrow-down-right-square::before {
  content: "\f122"; }

.bi-arrow-down-right::before {
  content: "\f123"; }

.bi-arrow-down-short::before {
  content: "\f124"; }

.bi-arrow-down-square-fill::before {
  content: "\f125"; }

.bi-arrow-down-square::before {
  content: "\f126"; }

.bi-arrow-down-up::before {
  content: "\f127"; }

.bi-arrow-down::before {
  content: "\f128"; }

.bi-arrow-left-circle-fill::before {
  content: "\f129"; }

.bi-arrow-left-circle::before {
  content: "\f12a"; }

.bi-arrow-left-right::before {
  content: "\f12b"; }

.bi-arrow-left-short::before {
  content: "\f12c"; }

.bi-arrow-left-square-fill::before {
  content: "\f12d"; }

.bi-arrow-left-square::before {
  content: "\f12e"; }

.bi-arrow-left::before {
  content: "\f12f"; }

.bi-arrow-repeat::before {
  content: "\f130"; }

.bi-arrow-return-left::before {
  content: "\f131"; }

.bi-arrow-return-right::before {
  content: "\f132"; }

.bi-arrow-right-circle-fill::before {
  content: "\f133"; }

.bi-arrow-right-circle::before {
  content: "\f134"; }

.bi-arrow-right-short::before {
  content: "\f135"; }

.bi-arrow-right-square-fill::before {
  content: "\f136"; }

.bi-arrow-right-square::before {
  content: "\f137"; }

.bi-arrow-right::before {
  content: "\f138"; }

.bi-arrow-up-circle-fill::before {
  content: "\f139"; }

.bi-arrow-up-circle::before {
  content: "\f13a"; }

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b"; }

.bi-arrow-up-left-circle::before {
  content: "\f13c"; }

.bi-arrow-up-left-square-fill::before {
  content: "\f13d"; }

.bi-arrow-up-left-square::before {
  content: "\f13e"; }

.bi-arrow-up-left::before {
  content: "\f13f"; }

.bi-arrow-up-right-circle-fill::before {
  content: "\f140"; }

.bi-arrow-up-right-circle::before {
  content: "\f141"; }

.bi-arrow-up-right-square-fill::before {
  content: "\f142"; }

.bi-arrow-up-right-square::before {
  content: "\f143"; }

.bi-arrow-up-right::before {
  content: "\f144"; }

.bi-arrow-up-short::before {
  content: "\f145"; }

.bi-arrow-up-square-fill::before {
  content: "\f146"; }

.bi-arrow-up-square::before {
  content: "\f147"; }

.bi-arrow-up::before {
  content: "\f148"; }

.bi-arrows-angle-contract::before {
  content: "\f149"; }

.bi-arrows-angle-expand::before {
  content: "\f14a"; }

.bi-arrows-collapse::before {
  content: "\f14b"; }

.bi-arrows-expand::before {
  content: "\f14c"; }

.bi-arrows-fullscreen::before {
  content: "\f14d"; }

.bi-arrows-move::before {
  content: "\f14e"; }

.bi-aspect-ratio-fill::before {
  content: "\f14f"; }

.bi-aspect-ratio::before {
  content: "\f150"; }

.bi-asterisk::before {
  content: "\f151"; }

.bi-at::before {
  content: "\f152"; }

.bi-award-fill::before {
  content: "\f153"; }

.bi-award::before {
  content: "\f154"; }

.bi-back::before {
  content: "\f155"; }

.bi-backspace-fill::before {
  content: "\f156"; }

.bi-backspace-reverse-fill::before {
  content: "\f157"; }

.bi-backspace-reverse::before {
  content: "\f158"; }

.bi-backspace::before {
  content: "\f159"; }

.bi-badge-3d-fill::before {
  content: "\f15a"; }

.bi-badge-3d::before {
  content: "\f15b"; }

.bi-badge-4k-fill::before {
  content: "\f15c"; }

.bi-badge-4k::before {
  content: "\f15d"; }

.bi-badge-8k-fill::before {
  content: "\f15e"; }

.bi-badge-8k::before {
  content: "\f15f"; }

.bi-badge-ad-fill::before {
  content: "\f160"; }

.bi-badge-ad::before {
  content: "\f161"; }

.bi-badge-ar-fill::before {
  content: "\f162"; }

.bi-badge-ar::before {
  content: "\f163"; }

.bi-badge-cc-fill::before {
  content: "\f164"; }

.bi-badge-cc::before {
  content: "\f165"; }

.bi-badge-hd-fill::before {
  content: "\f166"; }

.bi-badge-hd::before {
  content: "\f167"; }

.bi-badge-tm-fill::before {
  content: "\f168"; }

.bi-badge-tm::before {
  content: "\f169"; }

.bi-badge-vo-fill::before {
  content: "\f16a"; }

.bi-badge-vo::before {
  content: "\f16b"; }

.bi-badge-vr-fill::before {
  content: "\f16c"; }

.bi-badge-vr::before {
  content: "\f16d"; }

.bi-badge-wc-fill::before {
  content: "\f16e"; }

.bi-badge-wc::before {
  content: "\f16f"; }

.bi-bag-check-fill::before {
  content: "\f170"; }

.bi-bag-check::before {
  content: "\f171"; }

.bi-bag-dash-fill::before {
  content: "\f172"; }

.bi-bag-dash::before {
  content: "\f173"; }

.bi-bag-fill::before {
  content: "\f174"; }

.bi-bag-plus-fill::before {
  content: "\f175"; }

.bi-bag-plus::before {
  content: "\f176"; }

.bi-bag-x-fill::before {
  content: "\f177"; }

.bi-bag-x::before {
  content: "\f178"; }

.bi-bag::before {
  content: "\f179"; }

.bi-bar-chart-fill::before {
  content: "\f17a"; }

.bi-bar-chart-line-fill::before {
  content: "\f17b"; }

.bi-bar-chart-line::before {
  content: "\f17c"; }

.bi-bar-chart-steps::before {
  content: "\f17d"; }

.bi-bar-chart::before {
  content: "\f17e"; }

.bi-basket-fill::before {
  content: "\f17f"; }

.bi-basket::before {
  content: "\f180"; }

.bi-basket2-fill::before {
  content: "\f181"; }

.bi-basket2::before {
  content: "\f182"; }

.bi-basket3-fill::before {
  content: "\f183"; }

.bi-basket3::before {
  content: "\f184"; }

.bi-battery-charging::before {
  content: "\f185"; }

.bi-battery-full::before {
  content: "\f186"; }

.bi-battery-half::before {
  content: "\f187"; }

.bi-battery::before {
  content: "\f188"; }

.bi-bell-fill::before {
  content: "\f189"; }

.bi-bell::before {
  content: "\f18a"; }

.bi-bezier::before {
  content: "\f18b"; }

.bi-bezier2::before {
  content: "\f18c"; }

.bi-bicycle::before {
  content: "\f18d"; }

.bi-binoculars-fill::before {
  content: "\f18e"; }

.bi-binoculars::before {
  content: "\f18f"; }

.bi-blockquote-left::before {
  content: "\f190"; }

.bi-blockquote-right::before {
  content: "\f191"; }

.bi-book-fill::before {
  content: "\f192"; }

.bi-book-half::before {
  content: "\f193"; }

.bi-book::before {
  content: "\f194"; }

.bi-bookmark-check-fill::before {
  content: "\f195"; }

.bi-bookmark-check::before {
  content: "\f196"; }

.bi-bookmark-dash-fill::before {
  content: "\f197"; }

.bi-bookmark-dash::before {
  content: "\f198"; }

.bi-bookmark-fill::before {
  content: "\f199"; }

.bi-bookmark-heart-fill::before {
  content: "\f19a"; }

.bi-bookmark-heart::before {
  content: "\f19b"; }

.bi-bookmark-plus-fill::before {
  content: "\f19c"; }

.bi-bookmark-plus::before {
  content: "\f19d"; }

.bi-bookmark-star-fill::before {
  content: "\f19e"; }

.bi-bookmark-star::before {
  content: "\f19f"; }

.bi-bookmark-x-fill::before {
  content: "\f1a0"; }

.bi-bookmark-x::before {
  content: "\f1a1"; }

.bi-bookmark::before {
  content: "\f1a2"; }

.bi-bookmarks-fill::before {
  content: "\f1a3"; }

.bi-bookmarks::before {
  content: "\f1a4"; }

.bi-bookshelf::before {
  content: "\f1a5"; }

.bi-bootstrap-fill::before {
  content: "\f1a6"; }

.bi-bootstrap-reboot::before {
  content: "\f1a7"; }

.bi-bootstrap::before {
  content: "\f1a8"; }

.bi-border-all::before {
  content: "\f1a9"; }

.bi-border-bottom::before {
  content: "\f1aa"; }

.bi-border-center::before {
  content: "\f1ab"; }

.bi-border-inner::before {
  content: "\f1ac"; }

.bi-border-left::before {
  content: "\f1ad"; }

.bi-border-middle::before {
  content: "\f1ae"; }

.bi-border-outer::before {
  content: "\f1af"; }

.bi-border-right::before {
  content: "\f1b0"; }

.bi-border-style::before {
  content: "\f1b1"; }

.bi-border-top::before {
  content: "\f1b2"; }

.bi-border-width::before {
  content: "\f1b3"; }

.bi-border::before {
  content: "\f1b4"; }

.bi-bounding-box-circles::before {
  content: "\f1b5"; }

.bi-bounding-box::before {
  content: "\f1b6"; }

.bi-box-arrow-down-left::before {
  content: "\f1b7"; }

.bi-box-arrow-down-right::before {
  content: "\f1b8"; }

.bi-box-arrow-down::before {
  content: "\f1b9"; }

.bi-box-arrow-in-down-left::before {
  content: "\f1ba"; }

.bi-box-arrow-in-down-right::before {
  content: "\f1bb"; }

.bi-box-arrow-in-down::before {
  content: "\f1bc"; }

.bi-box-arrow-in-left::before {
  content: "\f1bd"; }

.bi-box-arrow-in-right::before {
  content: "\f1be"; }

.bi-box-arrow-in-up-left::before {
  content: "\f1bf"; }

.bi-box-arrow-in-up-right::before {
  content: "\f1c0"; }

.bi-box-arrow-in-up::before {
  content: "\f1c1"; }

.bi-box-arrow-left::before {
  content: "\f1c2"; }

.bi-box-arrow-right::before {
  content: "\f1c3"; }

.bi-box-arrow-up-left::before {
  content: "\f1c4"; }

.bi-box-arrow-up-right::before {
  content: "\f1c5"; }

.bi-box-arrow-up::before {
  content: "\f1c6"; }

.bi-box-seam::before {
  content: "\f1c7"; }

.bi-box::before {
  content: "\f1c8"; }

.bi-braces::before {
  content: "\f1c9"; }

.bi-bricks::before {
  content: "\f1ca"; }

.bi-briefcase-fill::before {
  content: "\f1cb"; }

.bi-briefcase::before {
  content: "\f1cc"; }

.bi-brightness-alt-high-fill::before {
  content: "\f1cd"; }

.bi-brightness-alt-high::before {
  content: "\f1ce"; }

.bi-brightness-alt-low-fill::before {
  content: "\f1cf"; }

.bi-brightness-alt-low::before {
  content: "\f1d0"; }

.bi-brightness-high-fill::before {
  content: "\f1d1"; }

.bi-brightness-high::before {
  content: "\f1d2"; }

.bi-brightness-low-fill::before {
  content: "\f1d3"; }

.bi-brightness-low::before {
  content: "\f1d4"; }

.bi-broadcast-pin::before {
  content: "\f1d5"; }

.bi-broadcast::before {
  content: "\f1d6"; }

.bi-brush-fill::before {
  content: "\f1d7"; }

.bi-brush::before {
  content: "\f1d8"; }

.bi-bucket-fill::before {
  content: "\f1d9"; }

.bi-bucket::before {
  content: "\f1da"; }

.bi-bug-fill::before {
  content: "\f1db"; }

.bi-bug::before {
  content: "\f1dc"; }

.bi-building::before {
  content: "\f1dd"; }

.bi-bullseye::before {
  content: "\f1de"; }

.bi-calculator-fill::before {
  content: "\f1df"; }

.bi-calculator::before {
  content: "\f1e0"; }

.bi-calendar-check-fill::before {
  content: "\f1e1"; }

.bi-calendar-check::before {
  content: "\f1e2"; }

.bi-calendar-date-fill::before {
  content: "\f1e3"; }

.bi-calendar-date::before {
  content: "\f1e4"; }

.bi-calendar-day-fill::before {
  content: "\f1e5"; }

.bi-calendar-day::before {
  content: "\f1e6"; }

.bi-calendar-event-fill::before {
  content: "\f1e7"; }

.bi-calendar-event::before {
  content: "\f1e8"; }

.bi-calendar-fill::before {
  content: "\f1e9"; }

.bi-calendar-minus-fill::before {
  content: "\f1ea"; }

.bi-calendar-minus::before {
  content: "\f1eb"; }

.bi-calendar-month-fill::before {
  content: "\f1ec"; }

.bi-calendar-month::before {
  content: "\f1ed"; }

.bi-calendar-plus-fill::before {
  content: "\f1ee"; }

.bi-calendar-plus::before {
  content: "\f1ef"; }

.bi-calendar-range-fill::before {
  content: "\f1f0"; }

.bi-calendar-range::before {
  content: "\f1f1"; }

.bi-calendar-week-fill::before {
  content: "\f1f2"; }

.bi-calendar-week::before {
  content: "\f1f3"; }

.bi-calendar-x-fill::before {
  content: "\f1f4"; }

.bi-calendar-x::before {
  content: "\f1f5"; }

.bi-calendar::before {
  content: "\f1f6"; }

.bi-calendar2-check-fill::before {
  content: "\f1f7"; }

.bi-calendar2-check::before {
  content: "\f1f8"; }

.bi-calendar2-date-fill::before {
  content: "\f1f9"; }

.bi-calendar2-date::before {
  content: "\f1fa"; }

.bi-calendar2-day-fill::before {
  content: "\f1fb"; }

.bi-calendar2-day::before {
  content: "\f1fc"; }

.bi-calendar2-event-fill::before {
  content: "\f1fd"; }

.bi-calendar2-event::before {
  content: "\f1fe"; }

.bi-calendar2-fill::before {
  content: "\f1ff"; }

.bi-calendar2-minus-fill::before {
  content: "\f200"; }

.bi-calendar2-minus::before {
  content: "\f201"; }

.bi-calendar2-month-fill::before {
  content: "\f202"; }

.bi-calendar2-month::before {
  content: "\f203"; }

.bi-calendar2-plus-fill::before {
  content: "\f204"; }

.bi-calendar2-plus::before {
  content: "\f205"; }

.bi-calendar2-range-fill::before {
  content: "\f206"; }

.bi-calendar2-range::before {
  content: "\f207"; }

.bi-calendar2-week-fill::before {
  content: "\f208"; }

.bi-calendar2-week::before {
  content: "\f209"; }

.bi-calendar2-x-fill::before {
  content: "\f20a"; }

.bi-calendar2-x::before {
  content: "\f20b"; }

.bi-calendar2::before {
  content: "\f20c"; }

.bi-calendar3-event-fill::before {
  content: "\f20d"; }

.bi-calendar3-event::before {
  content: "\f20e"; }

.bi-calendar3-fill::before {
  content: "\f20f"; }

.bi-calendar3-range-fill::before {
  content: "\f210"; }

.bi-calendar3-range::before {
  content: "\f211"; }

.bi-calendar3-week-fill::before {
  content: "\f212"; }

.bi-calendar3-week::before {
  content: "\f213"; }

.bi-calendar3::before {
  content: "\f214"; }

.bi-calendar4-event::before {
  content: "\f215"; }

.bi-calendar4-range::before {
  content: "\f216"; }

.bi-calendar4-week::before {
  content: "\f217"; }

.bi-calendar4::before {
  content: "\f218"; }

.bi-camera-fill::before {
  content: "\f219"; }

.bi-camera-reels-fill::before {
  content: "\f21a"; }

.bi-camera-reels::before {
  content: "\f21b"; }

.bi-camera-video-fill::before {
  content: "\f21c"; }

.bi-camera-video-off-fill::before {
  content: "\f21d"; }

.bi-camera-video-off::before {
  content: "\f21e"; }

.bi-camera-video::before {
  content: "\f21f"; }

.bi-camera::before {
  content: "\f220"; }

.bi-camera2::before {
  content: "\f221"; }

.bi-capslock-fill::before {
  content: "\f222"; }

.bi-capslock::before {
  content: "\f223"; }

.bi-card-checklist::before {
  content: "\f224"; }

.bi-card-heading::before {
  content: "\f225"; }

.bi-card-image::before {
  content: "\f226"; }

.bi-card-list::before {
  content: "\f227"; }

.bi-card-text::before {
  content: "\f228"; }

.bi-caret-down-fill::before {
  content: "\f229"; }

.bi-caret-down-square-fill::before {
  content: "\f22a"; }

.bi-caret-down-square::before {
  content: "\f22b"; }

.bi-caret-down::before {
  content: "\f22c"; }

.bi-caret-left-fill::before {
  content: "\f22d"; }

.bi-caret-left-square-fill::before {
  content: "\f22e"; }

.bi-caret-left-square::before {
  content: "\f22f"; }

.bi-caret-left::before {
  content: "\f230"; }

.bi-caret-right-fill::before {
  content: "\f231"; }

.bi-caret-right-square-fill::before {
  content: "\f232"; }

.bi-caret-right-square::before {
  content: "\f233"; }

.bi-caret-right::before {
  content: "\f234"; }

.bi-caret-up-fill::before {
  content: "\f235"; }

.bi-caret-up-square-fill::before {
  content: "\f236"; }

.bi-caret-up-square::before {
  content: "\f237"; }

.bi-caret-up::before {
  content: "\f238"; }

.bi-cart-check-fill::before {
  content: "\f239"; }

.bi-cart-check::before {
  content: "\f23a"; }

.bi-cart-dash-fill::before {
  content: "\f23b"; }

.bi-cart-dash::before {
  content: "\f23c"; }

.bi-cart-fill::before {
  content: "\f23d"; }

.bi-cart-plus-fill::before {
  content: "\f23e"; }

.bi-cart-plus::before {
  content: "\f23f"; }

.bi-cart-x-fill::before {
  content: "\f240"; }

.bi-cart-x::before {
  content: "\f241"; }

.bi-cart::before {
  content: "\f242"; }

.bi-cart2::before {
  content: "\f243"; }

.bi-cart3::before {
  content: "\f244"; }

.bi-cart4::before {
  content: "\f245"; }

.bi-cash-stack::before {
  content: "\f246"; }

.bi-cash::before {
  content: "\f247"; }

.bi-cast::before {
  content: "\f248"; }

.bi-chat-dots-fill::before {
  content: "\f249"; }

.bi-chat-dots::before {
  content: "\f24a"; }

.bi-chat-fill::before {
  content: "\f24b"; }

.bi-chat-left-dots-fill::before {
  content: "\f24c"; }

.bi-chat-left-dots::before {
  content: "\f24d"; }

.bi-chat-left-fill::before {
  content: "\f24e"; }

.bi-chat-left-quote-fill::before {
  content: "\f24f"; }

.bi-chat-left-quote::before {
  content: "\f250"; }

.bi-chat-left-text-fill::before {
  content: "\f251"; }

.bi-chat-left-text::before {
  content: "\f252"; }

.bi-chat-left::before {
  content: "\f253"; }

.bi-chat-quote-fill::before {
  content: "\f254"; }

.bi-chat-quote::before {
  content: "\f255"; }

.bi-chat-right-dots-fill::before {
  content: "\f256"; }

.bi-chat-right-dots::before {
  content: "\f257"; }

.bi-chat-right-fill::before {
  content: "\f258"; }

.bi-chat-right-quote-fill::before {
  content: "\f259"; }

.bi-chat-right-quote::before {
  content: "\f25a"; }

.bi-chat-right-text-fill::before {
  content: "\f25b"; }

.bi-chat-right-text::before {
  content: "\f25c"; }

.bi-chat-right::before {
  content: "\f25d"; }

.bi-chat-square-dots-fill::before {
  content: "\f25e"; }

.bi-chat-square-dots::before {
  content: "\f25f"; }

.bi-chat-square-fill::before {
  content: "\f260"; }

.bi-chat-square-quote-fill::before {
  content: "\f261"; }

.bi-chat-square-quote::before {
  content: "\f262"; }

.bi-chat-square-text-fill::before {
  content: "\f263"; }

.bi-chat-square-text::before {
  content: "\f264"; }

.bi-chat-square::before {
  content: "\f265"; }

.bi-chat-text-fill::before {
  content: "\f266"; }

.bi-chat-text::before {
  content: "\f267"; }

.bi-chat::before {
  content: "\f268"; }

.bi-check-all::before {
  content: "\f269"; }

.bi-check-circle-fill::before {
  content: "\f26a"; }

.bi-check-circle::before {
  content: "\f26b"; }

.bi-check-square-fill::before {
  content: "\f26c"; }

.bi-check-square::before {
  content: "\f26d"; }

.bi-check::before {
  content: "\f26e"; }

.bi-check2-all::before {
  content: "\f26f"; }

.bi-check2-circle::before {
  content: "\f270"; }

.bi-check2-square::before {
  content: "\f271"; }

.bi-check2::before {
  content: "\f272"; }

.bi-chevron-bar-contract::before {
  content: "\f273"; }

.bi-chevron-bar-down::before {
  content: "\f274"; }

.bi-chevron-bar-expand::before {
  content: "\f275"; }

.bi-chevron-bar-left::before {
  content: "\f276"; }

.bi-chevron-bar-right::before {
  content: "\f277"; }

.bi-chevron-bar-up::before {
  content: "\f278"; }

.bi-chevron-compact-down::before {
  content: "\f279"; }

.bi-chevron-compact-left::before {
  content: "\f27a"; }

.bi-chevron-compact-right::before {
  content: "\f27b"; }

.bi-chevron-compact-up::before {
  content: "\f27c"; }

.bi-chevron-contract::before {
  content: "\f27d"; }

.bi-chevron-double-down::before {
  content: "\f27e"; }

.bi-chevron-double-left::before {
  content: "\f27f"; }

.bi-chevron-double-right::before {
  content: "\f280"; }

.bi-chevron-double-up::before {
  content: "\f281"; }

.bi-chevron-down::before {
  content: "\f282"; }

.bi-chevron-expand::before {
  content: "\f283"; }

.bi-chevron-left::before {
  content: "\f284"; }

.bi-chevron-right::before {
  content: "\f285"; }

.bi-chevron-up::before {
  content: "\f286"; }

.bi-circle-fill::before {
  content: "\f287"; }

.bi-circle-half::before {
  content: "\f288"; }

.bi-circle-square::before {
  content: "\f289"; }

.bi-circle::before {
  content: "\f28a"; }

.bi-clipboard-check::before {
  content: "\f28b"; }

.bi-clipboard-data::before {
  content: "\f28c"; }

.bi-clipboard-minus::before {
  content: "\f28d"; }

.bi-clipboard-plus::before {
  content: "\f28e"; }

.bi-clipboard-x::before {
  content: "\f28f"; }

.bi-clipboard::before {
  content: "\f290"; }

.bi-clock-fill::before {
  content: "\f291"; }

.bi-clock-history::before {
  content: "\f292"; }

.bi-clock::before {
  content: "\f293"; }

.bi-cloud-arrow-down-fill::before {
  content: "\f294"; }

.bi-cloud-arrow-down::before {
  content: "\f295"; }

.bi-cloud-arrow-up-fill::before {
  content: "\f296"; }

.bi-cloud-arrow-up::before {
  content: "\f297"; }

.bi-cloud-check-fill::before {
  content: "\f298"; }

.bi-cloud-check::before {
  content: "\f299"; }

.bi-cloud-download-fill::before {
  content: "\f29a"; }

.bi-cloud-download::before {
  content: "\f29b"; }

.bi-cloud-drizzle-fill::before {
  content: "\f29c"; }

.bi-cloud-drizzle::before {
  content: "\f29d"; }

.bi-cloud-fill::before {
  content: "\f29e"; }

.bi-cloud-fog-fill::before {
  content: "\f29f"; }

.bi-cloud-fog::before {
  content: "\f2a0"; }

.bi-cloud-fog2-fill::before {
  content: "\f2a1"; }

.bi-cloud-fog2::before {
  content: "\f2a2"; }

.bi-cloud-hail-fill::before {
  content: "\f2a3"; }

.bi-cloud-hail::before {
  content: "\f2a4"; }

.bi-cloud-haze-fill::before {
  content: "\f2a6"; }

.bi-cloud-haze::before {
  content: "\f2a7"; }

.bi-cloud-haze2-fill::before {
  content: "\f2a8"; }

.bi-cloud-lightning-fill::before {
  content: "\f2a9"; }

.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa"; }

.bi-cloud-lightning-rain::before {
  content: "\f2ab"; }

.bi-cloud-lightning::before {
  content: "\f2ac"; }

.bi-cloud-minus-fill::before {
  content: "\f2ad"; }

.bi-cloud-minus::before {
  content: "\f2ae"; }

.bi-cloud-moon-fill::before {
  content: "\f2af"; }

.bi-cloud-moon::before {
  content: "\f2b0"; }

.bi-cloud-plus-fill::before {
  content: "\f2b1"; }

.bi-cloud-plus::before {
  content: "\f2b2"; }

.bi-cloud-rain-fill::before {
  content: "\f2b3"; }

.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4"; }

.bi-cloud-rain-heavy::before {
  content: "\f2b5"; }

.bi-cloud-rain::before {
  content: "\f2b6"; }

.bi-cloud-slash-fill::before {
  content: "\f2b7"; }

.bi-cloud-slash::before {
  content: "\f2b8"; }

.bi-cloud-sleet-fill::before {
  content: "\f2b9"; }

.bi-cloud-sleet::before {
  content: "\f2ba"; }

.bi-cloud-snow-fill::before {
  content: "\f2bb"; }

.bi-cloud-snow::before {
  content: "\f2bc"; }

.bi-cloud-sun-fill::before {
  content: "\f2bd"; }

.bi-cloud-sun::before {
  content: "\f2be"; }

.bi-cloud-upload-fill::before {
  content: "\f2bf"; }

.bi-cloud-upload::before {
  content: "\f2c0"; }

.bi-cloud::before {
  content: "\f2c1"; }

.bi-clouds-fill::before {
  content: "\f2c2"; }

.bi-clouds::before {
  content: "\f2c3"; }

.bi-cloudy-fill::before {
  content: "\f2c4"; }

.bi-cloudy::before {
  content: "\f2c5"; }

.bi-code-slash::before {
  content: "\f2c6"; }

.bi-code-square::before {
  content: "\f2c7"; }

.bi-code::before {
  content: "\f2c8"; }

.bi-collection-fill::before {
  content: "\f2c9"; }

.bi-collection-play-fill::before {
  content: "\f2ca"; }

.bi-collection-play::before {
  content: "\f2cb"; }

.bi-collection::before {
  content: "\f2cc"; }

.bi-columns-gap::before {
  content: "\f2cd"; }

.bi-columns::before {
  content: "\f2ce"; }

.bi-command::before {
  content: "\f2cf"; }

.bi-compass-fill::before {
  content: "\f2d0"; }

.bi-compass::before {
  content: "\f2d1"; }

.bi-cone-striped::before {
  content: "\f2d2"; }

.bi-cone::before {
  content: "\f2d3"; }

.bi-controller::before {
  content: "\f2d4"; }

.bi-cpu-fill::before {
  content: "\f2d5"; }

.bi-cpu::before {
  content: "\f2d6"; }

.bi-credit-card-2-back-fill::before {
  content: "\f2d7"; }

.bi-credit-card-2-back::before {
  content: "\f2d8"; }

.bi-credit-card-2-front-fill::before {
  content: "\f2d9"; }

.bi-credit-card-2-front::before {
  content: "\f2da"; }

.bi-credit-card-fill::before {
  content: "\f2db"; }

.bi-credit-card::before {
  content: "\f2dc"; }

.bi-crop::before {
  content: "\f2dd"; }

.bi-cup-fill::before {
  content: "\f2de"; }

.bi-cup-straw::before {
  content: "\f2df"; }

.bi-cup::before {
  content: "\f2e0"; }

.bi-cursor-fill::before {
  content: "\f2e1"; }

.bi-cursor-text::before {
  content: "\f2e2"; }

.bi-cursor::before {
  content: "\f2e3"; }

.bi-dash-circle-dotted::before {
  content: "\f2e4"; }

.bi-dash-circle-fill::before {
  content: "\f2e5"; }

.bi-dash-circle::before {
  content: "\f2e6"; }

.bi-dash-square-dotted::before {
  content: "\f2e7"; }

.bi-dash-square-fill::before {
  content: "\f2e8"; }

.bi-dash-square::before {
  content: "\f2e9"; }

.bi-dash::before {
  content: "\f2ea"; }

.bi-diagram-2-fill::before {
  content: "\f2eb"; }

.bi-diagram-2::before {
  content: "\f2ec"; }

.bi-diagram-3-fill::before {
  content: "\f2ed"; }

.bi-diagram-3::before {
  content: "\f2ee"; }

.bi-diamond-fill::before {
  content: "\f2ef"; }

.bi-diamond-half::before {
  content: "\f2f0"; }

.bi-diamond::before {
  content: "\f2f1"; }

.bi-dice-1-fill::before {
  content: "\f2f2"; }

.bi-dice-1::before {
  content: "\f2f3"; }

.bi-dice-2-fill::before {
  content: "\f2f4"; }

.bi-dice-2::before {
  content: "\f2f5"; }

.bi-dice-3-fill::before {
  content: "\f2f6"; }

.bi-dice-3::before {
  content: "\f2f7"; }

.bi-dice-4-fill::before {
  content: "\f2f8"; }

.bi-dice-4::before {
  content: "\f2f9"; }

.bi-dice-5-fill::before {
  content: "\f2fa"; }

.bi-dice-5::before {
  content: "\f2fb"; }

.bi-dice-6-fill::before {
  content: "\f2fc"; }

.bi-dice-6::before {
  content: "\f2fd"; }

.bi-disc-fill::before {
  content: "\f2fe"; }

.bi-disc::before {
  content: "\f2ff"; }

.bi-discord::before {
  content: "\f300"; }

.bi-display-fill::before {
  content: "\f301"; }

.bi-display::before {
  content: "\f302"; }

.bi-distribute-horizontal::before {
  content: "\f303"; }

.bi-distribute-vertical::before {
  content: "\f304"; }

.bi-door-closed-fill::before {
  content: "\f305"; }

.bi-door-closed::before {
  content: "\f306"; }

.bi-door-open-fill::before {
  content: "\f307"; }

.bi-door-open::before {
  content: "\f308"; }

.bi-dot::before {
  content: "\f309"; }

.bi-download::before {
  content: "\f30a"; }

.bi-droplet-fill::before {
  content: "\f30b"; }

.bi-droplet-half::before {
  content: "\f30c"; }

.bi-droplet::before {
  content: "\f30d"; }

.bi-earbuds::before {
  content: "\f30e"; }

.bi-easel-fill::before {
  content: "\f30f"; }

.bi-easel::before {
  content: "\f310"; }

.bi-egg-fill::before {
  content: "\f311"; }

.bi-egg-fried::before {
  content: "\f312"; }

.bi-egg::before {
  content: "\f313"; }

.bi-eject-fill::before {
  content: "\f314"; }

.bi-eject::before {
  content: "\f315"; }

.bi-emoji-angry-fill::before {
  content: "\f316"; }

.bi-emoji-angry::before {
  content: "\f317"; }

.bi-emoji-dizzy-fill::before {
  content: "\f318"; }

.bi-emoji-dizzy::before {
  content: "\f319"; }

.bi-emoji-expressionless-fill::before {
  content: "\f31a"; }

.bi-emoji-expressionless::before {
  content: "\f31b"; }

.bi-emoji-frown-fill::before {
  content: "\f31c"; }

.bi-emoji-frown::before {
  content: "\f31d"; }

.bi-emoji-heart-eyes-fill::before {
  content: "\f31e"; }

.bi-emoji-heart-eyes::before {
  content: "\f31f"; }

.bi-emoji-laughing-fill::before {
  content: "\f320"; }

.bi-emoji-laughing::before {
  content: "\f321"; }

.bi-emoji-neutral-fill::before {
  content: "\f322"; }

.bi-emoji-neutral::before {
  content: "\f323"; }

.bi-emoji-smile-fill::before {
  content: "\f324"; }

.bi-emoji-smile-upside-down-fill::before {
  content: "\f325"; }

.bi-emoji-smile-upside-down::before {
  content: "\f326"; }

.bi-emoji-smile::before {
  content: "\f327"; }

.bi-emoji-sunglasses-fill::before {
  content: "\f328"; }

.bi-emoji-sunglasses::before {
  content: "\f329"; }

.bi-emoji-wink-fill::before {
  content: "\f32a"; }

.bi-emoji-wink::before {
  content: "\f32b"; }

.bi-envelope-fill::before {
  content: "\f32c"; }

.bi-envelope-open-fill::before {
  content: "\f32d"; }

.bi-envelope-open::before {
  content: "\f32e"; }

.bi-envelope::before {
  content: "\f32f"; }

.bi-eraser-fill::before {
  content: "\f330"; }

.bi-eraser::before {
  content: "\f331"; }

.bi-exclamation-circle-fill::before {
  content: "\f332"; }

.bi-exclamation-circle::before {
  content: "\f333"; }

.bi-exclamation-diamond-fill::before {
  content: "\f334"; }

.bi-exclamation-diamond::before {
  content: "\f335"; }

.bi-exclamation-octagon-fill::before {
  content: "\f336"; }

.bi-exclamation-octagon::before {
  content: "\f337"; }

.bi-exclamation-square-fill::before {
  content: "\f338"; }

.bi-exclamation-square::before {
  content: "\f339"; }

.bi-exclamation-triangle-fill::before {
  content: "\f33a"; }

.bi-exclamation-triangle::before {
  content: "\f33b"; }

.bi-exclamation::before {
  content: "\f33c"; }

.bi-exclude::before {
  content: "\f33d"; }

.bi-eye-fill::before {
  content: "\f33e"; }

.bi-eye-slash-fill::before {
  content: "\f33f"; }

.bi-eye-slash::before {
  content: "\f340"; }

.bi-eye::before {
  content: "\f341"; }

.bi-eyedropper::before {
  content: "\f342"; }

.bi-eyeglasses::before {
  content: "\f343"; }

.bi-facebook::before {
  content: "\f344"; }

.bi-file-arrow-down-fill::before {
  content: "\f345"; }

.bi-file-arrow-down::before {
  content: "\f346"; }

.bi-file-arrow-up-fill::before {
  content: "\f347"; }

.bi-file-arrow-up::before {
  content: "\f348"; }

.bi-file-bar-graph-fill::before {
  content: "\f349"; }

.bi-file-bar-graph::before {
  content: "\f34a"; }

.bi-file-binary-fill::before {
  content: "\f34b"; }

.bi-file-binary::before {
  content: "\f34c"; }

.bi-file-break-fill::before {
  content: "\f34d"; }

.bi-file-break::before {
  content: "\f34e"; }

.bi-file-check-fill::before {
  content: "\f34f"; }

.bi-file-check::before {
  content: "\f350"; }

.bi-file-code-fill::before {
  content: "\f351"; }

.bi-file-code::before {
  content: "\f352"; }

.bi-file-diff-fill::before {
  content: "\f353"; }

.bi-file-diff::before {
  content: "\f354"; }

.bi-file-earmark-arrow-down-fill::before {
  content: "\f355"; }

.bi-file-earmark-arrow-down::before {
  content: "\f356"; }

.bi-file-earmark-arrow-up-fill::before {
  content: "\f357"; }

.bi-file-earmark-arrow-up::before {
  content: "\f358"; }

.bi-file-earmark-bar-graph-fill::before {
  content: "\f359"; }

.bi-file-earmark-bar-graph::before {
  content: "\f35a"; }

.bi-file-earmark-binary-fill::before {
  content: "\f35b"; }

.bi-file-earmark-binary::before {
  content: "\f35c"; }

.bi-file-earmark-break-fill::before {
  content: "\f35d"; }

.bi-file-earmark-break::before {
  content: "\f35e"; }

.bi-file-earmark-check-fill::before {
  content: "\f35f"; }

.bi-file-earmark-check::before {
  content: "\f360"; }

.bi-file-earmark-code-fill::before {
  content: "\f361"; }

.bi-file-earmark-code::before {
  content: "\f362"; }

.bi-file-earmark-diff-fill::before {
  content: "\f363"; }

.bi-file-earmark-diff::before {
  content: "\f364"; }

.bi-file-earmark-easel-fill::before {
  content: "\f365"; }

.bi-file-earmark-easel::before {
  content: "\f366"; }

.bi-file-earmark-excel-fill::before {
  content: "\f367"; }

.bi-file-earmark-excel::before {
  content: "\f368"; }

.bi-file-earmark-fill::before {
  content: "\f369"; }

.bi-file-earmark-font-fill::before {
  content: "\f36a"; }

.bi-file-earmark-font::before {
  content: "\f36b"; }

.bi-file-earmark-image-fill::before {
  content: "\f36c"; }

.bi-file-earmark-image::before {
  content: "\f36d"; }

.bi-file-earmark-lock-fill::before {
  content: "\f36e"; }

.bi-file-earmark-lock::before {
  content: "\f36f"; }

.bi-file-earmark-lock2-fill::before {
  content: "\f370"; }

.bi-file-earmark-lock2::before {
  content: "\f371"; }

.bi-file-earmark-medical-fill::before {
  content: "\f372"; }

.bi-file-earmark-medical::before {
  content: "\f373"; }

.bi-file-earmark-minus-fill::before {
  content: "\f374"; }

.bi-file-earmark-minus::before {
  content: "\f375"; }

.bi-file-earmark-music-fill::before {
  content: "\f376"; }

.bi-file-earmark-music::before {
  content: "\f377"; }

.bi-file-earmark-person-fill::before {
  content: "\f378"; }

.bi-file-earmark-person::before {
  content: "\f379"; }

.bi-file-earmark-play-fill::before {
  content: "\f37a"; }

.bi-file-earmark-play::before {
  content: "\f37b"; }

.bi-file-earmark-plus-fill::before {
  content: "\f37c"; }

.bi-file-earmark-plus::before {
  content: "\f37d"; }

.bi-file-earmark-post-fill::before {
  content: "\f37e"; }

.bi-file-earmark-post::before {
  content: "\f37f"; }

.bi-file-earmark-ppt-fill::before {
  content: "\f380"; }

.bi-file-earmark-ppt::before {
  content: "\f381"; }

.bi-file-earmark-richtext-fill::before {
  content: "\f382"; }

.bi-file-earmark-richtext::before {
  content: "\f383"; }

.bi-file-earmark-ruled-fill::before {
  content: "\f384"; }

.bi-file-earmark-ruled::before {
  content: "\f385"; }

.bi-file-earmark-slides-fill::before {
  content: "\f386"; }

.bi-file-earmark-slides::before {
  content: "\f387"; }

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388"; }

.bi-file-earmark-spreadsheet::before {
  content: "\f389"; }

.bi-file-earmark-text-fill::before {
  content: "\f38a"; }

.bi-file-earmark-text::before {
  content: "\f38b"; }

.bi-file-earmark-word-fill::before {
  content: "\f38c"; }

.bi-file-earmark-word::before {
  content: "\f38d"; }

.bi-file-earmark-x-fill::before {
  content: "\f38e"; }

.bi-file-earmark-x::before {
  content: "\f38f"; }

.bi-file-earmark-zip-fill::before {
  content: "\f390"; }

.bi-file-earmark-zip::before {
  content: "\f391"; }

.bi-file-earmark::before {
  content: "\f392"; }

.bi-file-easel-fill::before {
  content: "\f393"; }

.bi-file-easel::before {
  content: "\f394"; }

.bi-file-excel-fill::before {
  content: "\f395"; }

.bi-file-excel::before {
  content: "\f396"; }

.bi-file-fill::before {
  content: "\f397"; }

.bi-file-font-fill::before {
  content: "\f398"; }

.bi-file-font::before {
  content: "\f399"; }

.bi-file-image-fill::before {
  content: "\f39a"; }

.bi-file-image::before {
  content: "\f39b"; }

.bi-file-lock-fill::before {
  content: "\f39c"; }

.bi-file-lock::before {
  content: "\f39d"; }

.bi-file-lock2-fill::before {
  content: "\f39e"; }

.bi-file-lock2::before {
  content: "\f39f"; }

.bi-file-medical-fill::before {
  content: "\f3a0"; }

.bi-file-medical::before {
  content: "\f3a1"; }

.bi-file-minus-fill::before {
  content: "\f3a2"; }

.bi-file-minus::before {
  content: "\f3a3"; }

.bi-file-music-fill::before {
  content: "\f3a4"; }

.bi-file-music::before {
  content: "\f3a5"; }

.bi-file-person-fill::before {
  content: "\f3a6"; }

.bi-file-person::before {
  content: "\f3a7"; }

.bi-file-play-fill::before {
  content: "\f3a8"; }

.bi-file-play::before {
  content: "\f3a9"; }

.bi-file-plus-fill::before {
  content: "\f3aa"; }

.bi-file-plus::before {
  content: "\f3ab"; }

.bi-file-post-fill::before {
  content: "\f3ac"; }

.bi-file-post::before {
  content: "\f3ad"; }

.bi-file-ppt-fill::before {
  content: "\f3ae"; }

.bi-file-ppt::before {
  content: "\f3af"; }

.bi-file-richtext-fill::before {
  content: "\f3b0"; }

.bi-file-richtext::before {
  content: "\f3b1"; }

.bi-file-ruled-fill::before {
  content: "\f3b2"; }

.bi-file-ruled::before {
  content: "\f3b3"; }

.bi-file-slides-fill::before {
  content: "\f3b4"; }

.bi-file-slides::before {
  content: "\f3b5"; }

.bi-file-spreadsheet-fill::before {
  content: "\f3b6"; }

.bi-file-spreadsheet::before {
  content: "\f3b7"; }

.bi-file-text-fill::before {
  content: "\f3b8"; }

.bi-file-text::before {
  content: "\f3b9"; }

.bi-file-word-fill::before {
  content: "\f3ba"; }

.bi-file-word::before {
  content: "\f3bb"; }

.bi-file-x-fill::before {
  content: "\f3bc"; }

.bi-file-x::before {
  content: "\f3bd"; }

.bi-file-zip-fill::before {
  content: "\f3be"; }

.bi-file-zip::before {
  content: "\f3bf"; }

.bi-file::before {
  content: "\f3c0"; }

.bi-files-alt::before {
  content: "\f3c1"; }

.bi-files::before {
  content: "\f3c2"; }

.bi-film::before {
  content: "\f3c3"; }

.bi-filter-circle-fill::before {
  content: "\f3c4"; }

.bi-filter-circle::before {
  content: "\f3c5"; }

.bi-filter-left::before {
  content: "\f3c6"; }

.bi-filter-right::before {
  content: "\f3c7"; }

.bi-filter-square-fill::before {
  content: "\f3c8"; }

.bi-filter-square::before {
  content: "\f3c9"; }

.bi-filter::before {
  content: "\f3ca"; }

.bi-flag-fill::before {
  content: "\f3cb"; }

.bi-flag::before {
  content: "\f3cc"; }

.bi-flower1::before {
  content: "\f3cd"; }

.bi-flower2::before {
  content: "\f3ce"; }

.bi-flower3::before {
  content: "\f3cf"; }

.bi-folder-check::before {
  content: "\f3d0"; }

.bi-folder-fill::before {
  content: "\f3d1"; }

.bi-folder-minus::before {
  content: "\f3d2"; }

.bi-folder-plus::before {
  content: "\f3d3"; }

.bi-folder-symlink-fill::before {
  content: "\f3d4"; }

.bi-folder-symlink::before {
  content: "\f3d5"; }

.bi-folder-x::before {
  content: "\f3d6"; }

.bi-folder::before {
  content: "\f3d7"; }

.bi-folder2-open::before {
  content: "\f3d8"; }

.bi-folder2::before {
  content: "\f3d9"; }

.bi-fonts::before {
  content: "\f3da"; }

.bi-forward-fill::before {
  content: "\f3db"; }

.bi-forward::before {
  content: "\f3dc"; }

.bi-front::before {
  content: "\f3dd"; }

.bi-fullscreen-exit::before {
  content: "\f3de"; }

.bi-fullscreen::before {
  content: "\f3df"; }

.bi-funnel-fill::before {
  content: "\f3e0"; }

.bi-funnel::before {
  content: "\f3e1"; }

.bi-gear-fill::before {
  content: "\f3e2"; }

.bi-gear-wide-connected::before {
  content: "\f3e3"; }

.bi-gear-wide::before {
  content: "\f3e4"; }

.bi-gear::before {
  content: "\f3e5"; }

.bi-gem::before {
  content: "\f3e6"; }

.bi-geo-alt-fill::before {
  content: "\f3e7"; }

.bi-geo-alt::before {
  content: "\f3e8"; }

.bi-geo-fill::before {
  content: "\f3e9"; }

.bi-geo::before {
  content: "\f3ea"; }

.bi-gift-fill::before {
  content: "\f3eb"; }

.bi-gift::before {
  content: "\f3ec"; }

.bi-github::before {
  content: "\f3ed"; }

.bi-globe::before {
  content: "\f3ee"; }

.bi-globe2::before {
  content: "\f3ef"; }

.bi-google::before {
  content: "\f3f0"; }

.bi-graph-down::before {
  content: "\f3f1"; }

.bi-graph-up::before {
  content: "\f3f2"; }

.bi-grid-1x2-fill::before {
  content: "\f3f3"; }

.bi-grid-1x2::before {
  content: "\f3f4"; }

.bi-grid-3x2-gap-fill::before {
  content: "\f3f5"; }

.bi-grid-3x2-gap::before {
  content: "\f3f6"; }

.bi-grid-3x2::before {
  content: "\f3f7"; }

.bi-grid-3x3-gap-fill::before {
  content: "\f3f8"; }

.bi-grid-3x3-gap::before {
  content: "\f3f9"; }

.bi-grid-3x3::before {
  content: "\f3fa"; }

.bi-grid-fill::before {
  content: "\f3fb"; }

.bi-grid::before {
  content: "\f3fc"; }

.bi-grip-horizontal::before {
  content: "\f3fd"; }

.bi-grip-vertical::before {
  content: "\f3fe"; }

.bi-hammer::before {
  content: "\f3ff"; }

.bi-hand-index-fill::before {
  content: "\f400"; }

.bi-hand-index-thumb-fill::before {
  content: "\f401"; }

.bi-hand-index-thumb::before {
  content: "\f402"; }

.bi-hand-index::before {
  content: "\f403"; }

.bi-hand-thumbs-down-fill::before {
  content: "\f404"; }

.bi-hand-thumbs-down::before {
  content: "\f405"; }

.bi-hand-thumbs-up-fill::before {
  content: "\f406"; }

.bi-hand-thumbs-up::before {
  content: "\f407"; }

.bi-handbag-fill::before {
  content: "\f408"; }

.bi-handbag::before {
  content: "\f409"; }

.bi-hash::before {
  content: "\f40a"; }

.bi-hdd-fill::before {
  content: "\f40b"; }

.bi-hdd-network-fill::before {
  content: "\f40c"; }

.bi-hdd-network::before {
  content: "\f40d"; }

.bi-hdd-rack-fill::before {
  content: "\f40e"; }

.bi-hdd-rack::before {
  content: "\f40f"; }

.bi-hdd-stack-fill::before {
  content: "\f410"; }

.bi-hdd-stack::before {
  content: "\f411"; }

.bi-hdd::before {
  content: "\f412"; }

.bi-headphones::before {
  content: "\f413"; }

.bi-headset::before {
  content: "\f414"; }

.bi-heart-fill::before {
  content: "\f415"; }

.bi-heart-half::before {
  content: "\f416"; }

.bi-heart::before {
  content: "\f417"; }

.bi-heptagon-fill::before {
  content: "\f418"; }

.bi-heptagon-half::before {
  content: "\f419"; }

.bi-heptagon::before {
  content: "\f41a"; }

.bi-hexagon-fill::before {
  content: "\f41b"; }

.bi-hexagon-half::before {
  content: "\f41c"; }

.bi-hexagon::before {
  content: "\f41d"; }

.bi-hourglass-bottom::before {
  content: "\f41e"; }

.bi-hourglass-split::before {
  content: "\f41f"; }

.bi-hourglass-top::before {
  content: "\f420"; }

.bi-hourglass::before {
  content: "\f421"; }

.bi-house-door-fill::before {
  content: "\f422"; }

.bi-house-door::before {
  content: "\f423"; }

.bi-house-fill::before {
  content: "\f424"; }

.bi-house::before {
  content: "\f425"; }

.bi-hr::before {
  content: "\f426"; }

.bi-hurricane::before {
  content: "\f427"; }

.bi-image-alt::before {
  content: "\f428"; }

.bi-image-fill::before {
  content: "\f429"; }

.bi-image::before {
  content: "\f42a"; }

.bi-images::before {
  content: "\f42b"; }

.bi-inbox-fill::before {
  content: "\f42c"; }

.bi-inbox::before {
  content: "\f42d"; }

.bi-inboxes-fill::before {
  content: "\f42e"; }

.bi-inboxes::before {
  content: "\f42f"; }

.bi-info-circle-fill::before {
  content: "\f430"; }

.bi-info-circle::before {
  content: "\f431"; }

.bi-info-square-fill::before {
  content: "\f432"; }

.bi-info-square::before {
  content: "\f433"; }

.bi-info::before {
  content: "\f434"; }

.bi-input-cursor-text::before {
  content: "\f435"; }

.bi-input-cursor::before {
  content: "\f436"; }

.bi-instagram::before {
  content: "\f437"; }

.bi-intersect::before {
  content: "\f438"; }

.bi-journal-album::before {
  content: "\f439"; }

.bi-journal-arrow-down::before {
  content: "\f43a"; }

.bi-journal-arrow-up::before {
  content: "\f43b"; }

.bi-journal-bookmark-fill::before {
  content: "\f43c"; }

.bi-journal-bookmark::before {
  content: "\f43d"; }

.bi-journal-check::before {
  content: "\f43e"; }

.bi-journal-code::before {
  content: "\f43f"; }

.bi-journal-medical::before {
  content: "\f440"; }

.bi-journal-minus::before {
  content: "\f441"; }

.bi-journal-plus::before {
  content: "\f442"; }

.bi-journal-richtext::before {
  content: "\f443"; }

.bi-journal-text::before {
  content: "\f444"; }

.bi-journal-x::before {
  content: "\f445"; }

.bi-journal::before {
  content: "\f446"; }

.bi-journals::before {
  content: "\f447"; }

.bi-joystick::before {
  content: "\f448"; }

.bi-justify-left::before {
  content: "\f449"; }

.bi-justify-right::before {
  content: "\f44a"; }

.bi-justify::before {
  content: "\f44b"; }

.bi-kanban-fill::before {
  content: "\f44c"; }

.bi-kanban::before {
  content: "\f44d"; }

.bi-key-fill::before {
  content: "\f44e"; }

.bi-key::before {
  content: "\f44f"; }

.bi-keyboard-fill::before {
  content: "\f450"; }

.bi-keyboard::before {
  content: "\f451"; }

.bi-ladder::before {
  content: "\f452"; }

.bi-lamp-fill::before {
  content: "\f453"; }

.bi-lamp::before {
  content: "\f454"; }

.bi-laptop-fill::before {
  content: "\f455"; }

.bi-laptop::before {
  content: "\f456"; }

.bi-layer-backward::before {
  content: "\f457"; }

.bi-layer-forward::before {
  content: "\f458"; }

.bi-layers-fill::before {
  content: "\f459"; }

.bi-layers-half::before {
  content: "\f45a"; }

.bi-layers::before {
  content: "\f45b"; }

.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c"; }

.bi-layout-sidebar-inset::before {
  content: "\f45d"; }

.bi-layout-sidebar-reverse::before {
  content: "\f45e"; }

.bi-layout-sidebar::before {
  content: "\f45f"; }

.bi-layout-split::before {
  content: "\f460"; }

.bi-layout-text-sidebar-reverse::before {
  content: "\f461"; }

.bi-layout-text-sidebar::before {
  content: "\f462"; }

.bi-layout-text-window-reverse::before {
  content: "\f463"; }

.bi-layout-text-window::before {
  content: "\f464"; }

.bi-layout-three-columns::before {
  content: "\f465"; }

.bi-layout-wtf::before {
  content: "\f466"; }

.bi-life-preserver::before {
  content: "\f467"; }

.bi-lightbulb-fill::before {
  content: "\f468"; }

.bi-lightbulb-off-fill::before {
  content: "\f469"; }

.bi-lightbulb-off::before {
  content: "\f46a"; }

.bi-lightbulb::before {
  content: "\f46b"; }

.bi-lightning-charge-fill::before {
  content: "\f46c"; }

.bi-lightning-charge::before {
  content: "\f46d"; }

.bi-lightning-fill::before {
  content: "\f46e"; }

.bi-lightning::before {
  content: "\f46f"; }

.bi-link-45deg::before {
  content: "\f470"; }

.bi-link::before {
  content: "\f471"; }

.bi-linkedin::before {
  content: "\f472"; }

.bi-list-check::before {
  content: "\f473"; }

.bi-list-nested::before {
  content: "\f474"; }

.bi-list-ol::before {
  content: "\f475"; }

.bi-list-stars::before {
  content: "\f476"; }

.bi-list-task::before {
  content: "\f477"; }

.bi-list-ul::before {
  content: "\f478"; }

.bi-list::before {
  content: "\f479"; }

.bi-lock-fill::before {
  content: "\f47a"; }

.bi-lock::before {
  content: "\f47b"; }

.bi-mailbox::before {
  content: "\f47c"; }

.bi-mailbox2::before {
  content: "\f47d"; }

.bi-map-fill::before {
  content: "\f47e"; }

.bi-map::before {
  content: "\f47f"; }

.bi-markdown-fill::before {
  content: "\f480"; }

.bi-markdown::before {
  content: "\f481"; }

.bi-mask::before {
  content: "\f482"; }

.bi-megaphone-fill::before {
  content: "\f483"; }

.bi-megaphone::before {
  content: "\f484"; }

.bi-menu-app-fill::before {
  content: "\f485"; }

.bi-menu-app::before {
  content: "\f486"; }

.bi-menu-button-fill::before {
  content: "\f487"; }

.bi-menu-button-wide-fill::before {
  content: "\f488"; }

.bi-menu-button-wide::before {
  content: "\f489"; }

.bi-menu-button::before {
  content: "\f48a"; }

.bi-menu-down::before {
  content: "\f48b"; }

.bi-menu-up::before {
  content: "\f48c"; }

.bi-mic-fill::before {
  content: "\f48d"; }

.bi-mic-mute-fill::before {
  content: "\f48e"; }

.bi-mic-mute::before {
  content: "\f48f"; }

.bi-mic::before {
  content: "\f490"; }

.bi-minecart-loaded::before {
  content: "\f491"; }

.bi-minecart::before {
  content: "\f492"; }

.bi-moisture::before {
  content: "\f493"; }

.bi-moon-fill::before {
  content: "\f494"; }

.bi-moon-stars-fill::before {
  content: "\f495"; }

.bi-moon-stars::before {
  content: "\f496"; }

.bi-moon::before {
  content: "\f497"; }

.bi-mouse-fill::before {
  content: "\f498"; }

.bi-mouse::before {
  content: "\f499"; }

.bi-mouse2-fill::before {
  content: "\f49a"; }

.bi-mouse2::before {
  content: "\f49b"; }

.bi-mouse3-fill::before {
  content: "\f49c"; }

.bi-mouse3::before {
  content: "\f49d"; }

.bi-music-note-beamed::before {
  content: "\f49e"; }

.bi-music-note-list::before {
  content: "\f49f"; }

.bi-music-note::before {
  content: "\f4a0"; }

.bi-music-player-fill::before {
  content: "\f4a1"; }

.bi-music-player::before {
  content: "\f4a2"; }

.bi-newspaper::before {
  content: "\f4a3"; }

.bi-node-minus-fill::before {
  content: "\f4a4"; }

.bi-node-minus::before {
  content: "\f4a5"; }

.bi-node-plus-fill::before {
  content: "\f4a6"; }

.bi-node-plus::before {
  content: "\f4a7"; }

.bi-nut-fill::before {
  content: "\f4a8"; }

.bi-nut::before {
  content: "\f4a9"; }

.bi-octagon-fill::before {
  content: "\f4aa"; }

.bi-octagon-half::before {
  content: "\f4ab"; }

.bi-octagon::before {
  content: "\f4ac"; }

.bi-option::before {
  content: "\f4ad"; }

.bi-outlet::before {
  content: "\f4ae"; }

.bi-paint-bucket::before {
  content: "\f4af"; }

.bi-palette-fill::before {
  content: "\f4b0"; }

.bi-palette::before {
  content: "\f4b1"; }

.bi-palette2::before {
  content: "\f4b2"; }

.bi-paperclip::before {
  content: "\f4b3"; }

.bi-paragraph::before {
  content: "\f4b4"; }

.bi-patch-check-fill::before {
  content: "\f4b5"; }

.bi-patch-check::before {
  content: "\f4b6"; }

.bi-patch-exclamation-fill::before {
  content: "\f4b7"; }

.bi-patch-exclamation::before {
  content: "\f4b8"; }

.bi-patch-minus-fill::before {
  content: "\f4b9"; }

.bi-patch-minus::before {
  content: "\f4ba"; }

.bi-patch-plus-fill::before {
  content: "\f4bb"; }

.bi-patch-plus::before {
  content: "\f4bc"; }

.bi-patch-question-fill::before {
  content: "\f4bd"; }

.bi-patch-question::before {
  content: "\f4be"; }

.bi-pause-btn-fill::before {
  content: "\f4bf"; }

.bi-pause-btn::before {
  content: "\f4c0"; }

.bi-pause-circle-fill::before {
  content: "\f4c1"; }

.bi-pause-circle::before {
  content: "\f4c2"; }

.bi-pause-fill::before {
  content: "\f4c3"; }

.bi-pause::before {
  content: "\f4c4"; }

.bi-peace-fill::before {
  content: "\f4c5"; }

.bi-peace::before {
  content: "\f4c6"; }

.bi-pen-fill::before {
  content: "\f4c7"; }

.bi-pen::before {
  content: "\f4c8"; }

.bi-pencil-fill::before {
  content: "\f4c9"; }

.bi-pencil-square::before {
  content: "\f4ca"; }

.bi-pencil::before {
  content: "\f4cb"; }

.bi-pentagon-fill::before {
  content: "\f4cc"; }

.bi-pentagon-half::before {
  content: "\f4cd"; }

.bi-pentagon::before {
  content: "\f4ce"; }

.bi-people-fill::before {
  content: "\f4cf"; }

.bi-people::before {
  content: "\f4d0"; }

.bi-percent::before {
  content: "\f4d1"; }

.bi-person-badge-fill::before {
  content: "\f4d2"; }

.bi-person-badge::before {
  content: "\f4d3"; }

.bi-person-bounding-box::before {
  content: "\f4d4"; }

.bi-person-check-fill::before {
  content: "\f4d5"; }

.bi-person-check::before {
  content: "\f4d6"; }

.bi-person-circle::before {
  content: "\f4d7"; }

.bi-person-dash-fill::before {
  content: "\f4d8"; }

.bi-person-dash::before {
  content: "\f4d9"; }

.bi-person-fill::before {
  content: "\f4da"; }

.bi-person-lines-fill::before {
  content: "\f4db"; }

.bi-person-plus-fill::before {
  content: "\f4dc"; }

.bi-person-plus::before {
  content: "\f4dd"; }

.bi-person-square::before {
  content: "\f4de"; }

.bi-person-x-fill::before {
  content: "\f4df"; }

.bi-person-x::before {
  content: "\f4e0"; }

.bi-person::before {
  content: "\f4e1"; }

.bi-phone-fill::before {
  content: "\f4e2"; }

.bi-phone-landscape-fill::before {
  content: "\f4e3"; }

.bi-phone-landscape::before {
  content: "\f4e4"; }

.bi-phone-vibrate-fill::before {
  content: "\f4e5"; }

.bi-phone-vibrate::before {
  content: "\f4e6"; }

.bi-phone::before {
  content: "\f4e7"; }

.bi-pie-chart-fill::before {
  content: "\f4e8"; }

.bi-pie-chart::before {
  content: "\f4e9"; }

.bi-pin-angle-fill::before {
  content: "\f4ea"; }

.bi-pin-angle::before {
  content: "\f4eb"; }

.bi-pin-fill::before {
  content: "\f4ec"; }

.bi-pin::before {
  content: "\f4ed"; }

.bi-pip-fill::before {
  content: "\f4ee"; }

.bi-pip::before {
  content: "\f4ef"; }

.bi-play-btn-fill::before {
  content: "\f4f0"; }

.bi-play-btn::before {
  content: "\f4f1"; }

.bi-play-circle-fill::before {
  content: "\f4f2"; }

.bi-play-circle::before {
  content: "\f4f3"; }

.bi-play-fill::before {
  content: "\f4f4"; }

.bi-play::before {
  content: "\f4f5"; }

.bi-plug-fill::before {
  content: "\f4f6"; }

.bi-plug::before {
  content: "\f4f7"; }

.bi-plus-circle-dotted::before {
  content: "\f4f8"; }

.bi-plus-circle-fill::before {
  content: "\f4f9"; }

.bi-plus-circle::before {
  content: "\f4fa"; }

.bi-plus-square-dotted::before {
  content: "\f4fb"; }

.bi-plus-square-fill::before {
  content: "\f4fc"; }

.bi-plus-square::before {
  content: "\f4fd"; }

.bi-plus::before {
  content: "\f4fe"; }

.bi-power::before {
  content: "\f4ff"; }

.bi-printer-fill::before {
  content: "\f500"; }

.bi-printer::before {
  content: "\f501"; }

.bi-puzzle-fill::before {
  content: "\f502"; }

.bi-puzzle::before {
  content: "\f503"; }

.bi-question-circle-fill::before {
  content: "\f504"; }

.bi-question-circle::before {
  content: "\f505"; }

.bi-question-diamond-fill::before {
  content: "\f506"; }

.bi-question-diamond::before {
  content: "\f507"; }

.bi-question-octagon-fill::before {
  content: "\f508"; }

.bi-question-octagon::before {
  content: "\f509"; }

.bi-question-square-fill::before {
  content: "\f50a"; }

.bi-question-square::before {
  content: "\f50b"; }

.bi-question::before {
  content: "\f50c"; }

.bi-rainbow::before {
  content: "\f50d"; }

.bi-receipt-cutoff::before {
  content: "\f50e"; }

.bi-receipt::before {
  content: "\f50f"; }

.bi-reception-0::before {
  content: "\f510"; }

.bi-reception-1::before {
  content: "\f511"; }

.bi-reception-2::before {
  content: "\f512"; }

.bi-reception-3::before {
  content: "\f513"; }

.bi-reception-4::before {
  content: "\f514"; }

.bi-record-btn-fill::before {
  content: "\f515"; }

.bi-record-btn::before {
  content: "\f516"; }

.bi-record-circle-fill::before {
  content: "\f517"; }

.bi-record-circle::before {
  content: "\f518"; }

.bi-record-fill::before {
  content: "\f519"; }

.bi-record::before {
  content: "\f51a"; }

.bi-record2-fill::before {
  content: "\f51b"; }

.bi-record2::before {
  content: "\f51c"; }

.bi-reply-all-fill::before {
  content: "\f51d"; }

.bi-reply-all::before {
  content: "\f51e"; }

.bi-reply-fill::before {
  content: "\f51f"; }

.bi-reply::before {
  content: "\f520"; }

.bi-rss-fill::before {
  content: "\f521"; }

.bi-rss::before {
  content: "\f522"; }

.bi-rulers::before {
  content: "\f523"; }

.bi-save-fill::before {
  content: "\f524"; }

.bi-save::before {
  content: "\f525"; }

.bi-save2-fill::before {
  content: "\f526"; }

.bi-save2::before {
  content: "\f527"; }

.bi-scissors::before {
  content: "\f528"; }

.bi-screwdriver::before {
  content: "\f529"; }

.bi-search::before {
  content: "\f52a"; }

.bi-segmented-nav::before {
  content: "\f52b"; }

.bi-server::before {
  content: "\f52c"; }

.bi-share-fill::before {
  content: "\f52d"; }

.bi-share::before {
  content: "\f52e"; }

.bi-shield-check::before {
  content: "\f52f"; }

.bi-shield-exclamation::before {
  content: "\f530"; }

.bi-shield-fill-check::before {
  content: "\f531"; }

.bi-shield-fill-exclamation::before {
  content: "\f532"; }

.bi-shield-fill-minus::before {
  content: "\f533"; }

.bi-shield-fill-plus::before {
  content: "\f534"; }

.bi-shield-fill-x::before {
  content: "\f535"; }

.bi-shield-fill::before {
  content: "\f536"; }

.bi-shield-lock-fill::before {
  content: "\f537"; }

.bi-shield-lock::before {
  content: "\f538"; }

.bi-shield-minus::before {
  content: "\f539"; }

.bi-shield-plus::before {
  content: "\f53a"; }

.bi-shield-shaded::before {
  content: "\f53b"; }

.bi-shield-slash-fill::before {
  content: "\f53c"; }

.bi-shield-slash::before {
  content: "\f53d"; }

.bi-shield-x::before {
  content: "\f53e"; }

.bi-shield::before {
  content: "\f53f"; }

.bi-shift-fill::before {
  content: "\f540"; }

.bi-shift::before {
  content: "\f541"; }

.bi-shop-window::before {
  content: "\f542"; }

.bi-shop::before {
  content: "\f543"; }

.bi-shuffle::before {
  content: "\f544"; }

.bi-signpost-2-fill::before {
  content: "\f545"; }

.bi-signpost-2::before {
  content: "\f546"; }

.bi-signpost-fill::before {
  content: "\f547"; }

.bi-signpost-split-fill::before {
  content: "\f548"; }

.bi-signpost-split::before {
  content: "\f549"; }

.bi-signpost::before {
  content: "\f54a"; }

.bi-sim-fill::before {
  content: "\f54b"; }

.bi-sim::before {
  content: "\f54c"; }

.bi-skip-backward-btn-fill::before {
  content: "\f54d"; }

.bi-skip-backward-btn::before {
  content: "\f54e"; }

.bi-skip-backward-circle-fill::before {
  content: "\f54f"; }

.bi-skip-backward-circle::before {
  content: "\f550"; }

.bi-skip-backward-fill::before {
  content: "\f551"; }

.bi-skip-backward::before {
  content: "\f552"; }

.bi-skip-end-btn-fill::before {
  content: "\f553"; }

.bi-skip-end-btn::before {
  content: "\f554"; }

.bi-skip-end-circle-fill::before {
  content: "\f555"; }

.bi-skip-end-circle::before {
  content: "\f556"; }

.bi-skip-end-fill::before {
  content: "\f557"; }

.bi-skip-end::before {
  content: "\f558"; }

.bi-skip-forward-btn-fill::before {
  content: "\f559"; }

.bi-skip-forward-btn::before {
  content: "\f55a"; }

.bi-skip-forward-circle-fill::before {
  content: "\f55b"; }

.bi-skip-forward-circle::before {
  content: "\f55c"; }

.bi-skip-forward-fill::before {
  content: "\f55d"; }

.bi-skip-forward::before {
  content: "\f55e"; }

.bi-skip-start-btn-fill::before {
  content: "\f55f"; }

.bi-skip-start-btn::before {
  content: "\f560"; }

.bi-skip-start-circle-fill::before {
  content: "\f561"; }

.bi-skip-start-circle::before {
  content: "\f562"; }

.bi-skip-start-fill::before {
  content: "\f563"; }

.bi-skip-start::before {
  content: "\f564"; }

.bi-slack::before {
  content: "\f565"; }

.bi-slash-circle-fill::before {
  content: "\f566"; }

.bi-slash-circle::before {
  content: "\f567"; }

.bi-slash-square-fill::before {
  content: "\f568"; }

.bi-slash-square::before {
  content: "\f569"; }

.bi-slash::before {
  content: "\f56a"; }

.bi-sliders::before {
  content: "\f56b"; }

.bi-smartwatch::before {
  content: "\f56c"; }

.bi-snow::before {
  content: "\f56d"; }

.bi-snow2::before {
  content: "\f56e"; }

.bi-snow3::before {
  content: "\f56f"; }

.bi-sort-alpha-down-alt::before {
  content: "\f570"; }

.bi-sort-alpha-down::before {
  content: "\f571"; }

.bi-sort-alpha-up-alt::before {
  content: "\f572"; }

.bi-sort-alpha-up::before {
  content: "\f573"; }

.bi-sort-down-alt::before {
  content: "\f574"; }

.bi-sort-down::before {
  content: "\f575"; }

.bi-sort-numeric-down-alt::before {
  content: "\f576"; }

.bi-sort-numeric-down::before {
  content: "\f577"; }

.bi-sort-numeric-up-alt::before {
  content: "\f578"; }

.bi-sort-numeric-up::before {
  content: "\f579"; }

.bi-sort-up-alt::before {
  content: "\f57a"; }

.bi-sort-up::before {
  content: "\f57b"; }

.bi-soundwave::before {
  content: "\f57c"; }

.bi-speaker-fill::before {
  content: "\f57d"; }

.bi-speaker::before {
  content: "\f57e"; }

.bi-speedometer::before {
  content: "\f57f"; }

.bi-speedometer2::before {
  content: "\f580"; }

.bi-spellcheck::before {
  content: "\f581"; }

.bi-square-fill::before {
  content: "\f582"; }

.bi-square-half::before {
  content: "\f583"; }

.bi-square::before {
  content: "\f584"; }

.bi-stack::before {
  content: "\f585"; }

.bi-star-fill::before {
  content: "\f586"; }

.bi-star-half::before {
  content: "\f587"; }

.bi-star::before {
  content: "\f588"; }

.bi-stars::before {
  content: "\f589"; }

.bi-stickies-fill::before {
  content: "\f58a"; }

.bi-stickies::before {
  content: "\f58b"; }

.bi-sticky-fill::before {
  content: "\f58c"; }

.bi-sticky::before {
  content: "\f58d"; }

.bi-stop-btn-fill::before {
  content: "\f58e"; }

.bi-stop-btn::before {
  content: "\f58f"; }

.bi-stop-circle-fill::before {
  content: "\f590"; }

.bi-stop-circle::before {
  content: "\f591"; }

.bi-stop-fill::before {
  content: "\f592"; }

.bi-stop::before {
  content: "\f593"; }

.bi-stoplights-fill::before {
  content: "\f594"; }

.bi-stoplights::before {
  content: "\f595"; }

.bi-stopwatch-fill::before {
  content: "\f596"; }

.bi-stopwatch::before {
  content: "\f597"; }

.bi-subtract::before {
  content: "\f598"; }

.bi-suit-club-fill::before {
  content: "\f599"; }

.bi-suit-club::before {
  content: "\f59a"; }

.bi-suit-diamond-fill::before {
  content: "\f59b"; }

.bi-suit-diamond::before {
  content: "\f59c"; }

.bi-suit-heart-fill::before {
  content: "\f59d"; }

.bi-suit-heart::before {
  content: "\f59e"; }

.bi-suit-spade-fill::before {
  content: "\f59f"; }

.bi-suit-spade::before {
  content: "\f5a0"; }

.bi-sun-fill::before {
  content: "\f5a1"; }

.bi-sun::before {
  content: "\f5a2"; }

.bi-sunglasses::before {
  content: "\f5a3"; }

.bi-sunrise-fill::before {
  content: "\f5a4"; }

.bi-sunrise::before {
  content: "\f5a5"; }

.bi-sunset-fill::before {
  content: "\f5a6"; }

.bi-sunset::before {
  content: "\f5a7"; }

.bi-symmetry-horizontal::before {
  content: "\f5a8"; }

.bi-symmetry-vertical::before {
  content: "\f5a9"; }

.bi-table::before {
  content: "\f5aa"; }

.bi-tablet-fill::before {
  content: "\f5ab"; }

.bi-tablet-landscape-fill::before {
  content: "\f5ac"; }

.bi-tablet-landscape::before {
  content: "\f5ad"; }

.bi-tablet::before {
  content: "\f5ae"; }

.bi-tag-fill::before {
  content: "\f5af"; }

.bi-tag::before {
  content: "\f5b0"; }

.bi-tags-fill::before {
  content: "\f5b1"; }

.bi-tags::before {
  content: "\f5b2"; }

.bi-telegram::before {
  content: "\f5b3"; }

.bi-telephone-fill::before {
  content: "\f5b4"; }

.bi-telephone-forward-fill::before {
  content: "\f5b5"; }

.bi-telephone-forward::before {
  content: "\f5b6"; }

.bi-telephone-inbound-fill::before {
  content: "\f5b7"; }

.bi-telephone-inbound::before {
  content: "\f5b8"; }

.bi-telephone-minus-fill::before {
  content: "\f5b9"; }

.bi-telephone-minus::before {
  content: "\f5ba"; }

.bi-telephone-outbound-fill::before {
  content: "\f5bb"; }

.bi-telephone-outbound::before {
  content: "\f5bc"; }

.bi-telephone-plus-fill::before {
  content: "\f5bd"; }

.bi-telephone-plus::before {
  content: "\f5be"; }

.bi-telephone-x-fill::before {
  content: "\f5bf"; }

.bi-telephone-x::before {
  content: "\f5c0"; }

.bi-telephone::before {
  content: "\f5c1"; }

.bi-terminal-fill::before {
  content: "\f5c2"; }

.bi-terminal::before {
  content: "\f5c3"; }

.bi-text-center::before {
  content: "\f5c4"; }

.bi-text-indent-left::before {
  content: "\f5c5"; }

.bi-text-indent-right::before {
  content: "\f5c6"; }

.bi-text-left::before {
  content: "\f5c7"; }

.bi-text-paragraph::before {
  content: "\f5c8"; }

.bi-text-right::before {
  content: "\f5c9"; }

.bi-textarea-resize::before {
  content: "\f5ca"; }

.bi-textarea-t::before {
  content: "\f5cb"; }

.bi-textarea::before {
  content: "\f5cc"; }

.bi-thermometer-half::before {
  content: "\f5cd"; }

.bi-thermometer-high::before {
  content: "\f5ce"; }

.bi-thermometer-low::before {
  content: "\f5cf"; }

.bi-thermometer-snow::before {
  content: "\f5d0"; }

.bi-thermometer-sun::before {
  content: "\f5d1"; }

.bi-thermometer::before {
  content: "\f5d2"; }

.bi-three-dots-vertical::before {
  content: "\f5d3"; }

.bi-three-dots::before {
  content: "\f5d4"; }

.bi-toggle-off::before {
  content: "\f5d5"; }

.bi-toggle-on::before {
  content: "\f5d6"; }

.bi-toggle2-off::before {
  content: "\f5d7"; }

.bi-toggle2-on::before {
  content: "\f5d8"; }

.bi-toggles::before {
  content: "\f5d9"; }

.bi-toggles2::before {
  content: "\f5da"; }

.bi-tools::before {
  content: "\f5db"; }

.bi-tornado::before {
  content: "\f5dc"; }

.bi-trash-fill::before {
  content: "\f5dd"; }

.bi-trash::before {
  content: "\f5de"; }

.bi-trash2-fill::before {
  content: "\f5df"; }

.bi-trash2::before {
  content: "\f5e0"; }

.bi-tree-fill::before {
  content: "\f5e1"; }

.bi-tree::before {
  content: "\f5e2"; }

.bi-triangle-fill::before {
  content: "\f5e3"; }

.bi-triangle-half::before {
  content: "\f5e4"; }

.bi-triangle::before {
  content: "\f5e5"; }

.bi-trophy-fill::before {
  content: "\f5e6"; }

.bi-trophy::before {
  content: "\f5e7"; }

.bi-tropical-storm::before {
  content: "\f5e8"; }

.bi-truck-flatbed::before {
  content: "\f5e9"; }

.bi-truck::before {
  content: "\f5ea"; }

.bi-tsunami::before {
  content: "\f5eb"; }

.bi-tv-fill::before {
  content: "\f5ec"; }

.bi-tv::before {
  content: "\f5ed"; }

.bi-twitch::before {
  content: "\f5ee"; }

.bi-twitter::before {
  content: "\f5ef"; }

.bi-type-bold::before {
  content: "\f5f0"; }

.bi-type-h1::before {
  content: "\f5f1"; }

.bi-type-h2::before {
  content: "\f5f2"; }

.bi-type-h3::before {
  content: "\f5f3"; }

.bi-type-italic::before {
  content: "\f5f4"; }

.bi-type-strikethrough::before {
  content: "\f5f5"; }

.bi-type-underline::before {
  content: "\f5f6"; }

.bi-type::before {
  content: "\f5f7"; }

.bi-ui-checks-grid::before {
  content: "\f5f8"; }

.bi-ui-checks::before {
  content: "\f5f9"; }

.bi-ui-radios-grid::before {
  content: "\f5fa"; }

.bi-ui-radios::before {
  content: "\f5fb"; }

.bi-umbrella-fill::before {
  content: "\f5fc"; }

.bi-umbrella::before {
  content: "\f5fd"; }

.bi-union::before {
  content: "\f5fe"; }

.bi-unlock-fill::before {
  content: "\f5ff"; }

.bi-unlock::before {
  content: "\f600"; }

.bi-upc-scan::before {
  content: "\f601"; }

.bi-upc::before {
  content: "\f602"; }

.bi-upload::before {
  content: "\f603"; }

.bi-vector-pen::before {
  content: "\f604"; }

.bi-view-list::before {
  content: "\f605"; }

.bi-view-stacked::before {
  content: "\f606"; }

.bi-vinyl-fill::before {
  content: "\f607"; }

.bi-vinyl::before {
  content: "\f608"; }

.bi-voicemail::before {
  content: "\f609"; }

.bi-volume-down-fill::before {
  content: "\f60a"; }

.bi-volume-down::before {
  content: "\f60b"; }

.bi-volume-mute-fill::before {
  content: "\f60c"; }

.bi-volume-mute::before {
  content: "\f60d"; }

.bi-volume-off-fill::before {
  content: "\f60e"; }

.bi-volume-off::before {
  content: "\f60f"; }

.bi-volume-up-fill::before {
  content: "\f610"; }

.bi-volume-up::before {
  content: "\f611"; }

.bi-vr::before {
  content: "\f612"; }

.bi-wallet-fill::before {
  content: "\f613"; }

.bi-wallet::before {
  content: "\f614"; }

.bi-wallet2::before {
  content: "\f615"; }

.bi-watch::before {
  content: "\f616"; }

.bi-water::before {
  content: "\f617"; }

.bi-whatsapp::before {
  content: "\f618"; }

.bi-wifi-1::before {
  content: "\f619"; }

.bi-wifi-2::before {
  content: "\f61a"; }

.bi-wifi-off::before {
  content: "\f61b"; }

.bi-wifi::before {
  content: "\f61c"; }

.bi-wind::before {
  content: "\f61d"; }

.bi-window-dock::before {
  content: "\f61e"; }

.bi-window-sidebar::before {
  content: "\f61f"; }

.bi-window::before {
  content: "\f620"; }

.bi-wrench::before {
  content: "\f621"; }

.bi-x-circle-fill::before {
  content: "\f622"; }

.bi-x-circle::before {
  content: "\f623"; }

.bi-x-diamond-fill::before {
  content: "\f624"; }

.bi-x-diamond::before {
  content: "\f625"; }

.bi-x-octagon-fill::before {
  content: "\f626"; }

.bi-x-octagon::before {
  content: "\f627"; }

.bi-x-square-fill::before {
  content: "\f628"; }

.bi-x-square::before {
  content: "\f629"; }

.bi-x::before {
  content: "\f62a"; }

.bi-youtube::before {
  content: "\f62b"; }

.bi-zoom-in::before {
  content: "\f62c"; }

.bi-zoom-out::before {
  content: "\f62d"; }

.bi-bank::before {
  content: "\f62e"; }

.bi-bank2::before {
  content: "\f62f"; }

.bi-bell-slash-fill::before {
  content: "\f630"; }

.bi-bell-slash::before {
  content: "\f631"; }

.bi-cash-coin::before {
  content: "\f632"; }

.bi-check-lg::before {
  content: "\f633"; }

.bi-coin::before {
  content: "\f634"; }

.bi-currency-bitcoin::before {
  content: "\f635"; }

.bi-currency-dollar::before {
  content: "\f636"; }

.bi-currency-euro::before {
  content: "\f637"; }

.bi-currency-exchange::before {
  content: "\f638"; }

.bi-currency-pound::before {
  content: "\f639"; }

.bi-currency-yen::before {
  content: "\f63a"; }

.bi-dash-lg::before {
  content: "\f63b"; }

.bi-exclamation-lg::before {
  content: "\f63c"; }

.bi-file-earmark-pdf-fill::before {
  content: "\f63d"; }

.bi-file-earmark-pdf::before {
  content: "\f63e"; }

.bi-file-pdf-fill::before {
  content: "\f63f"; }

.bi-file-pdf::before {
  content: "\f640"; }

.bi-gender-ambiguous::before {
  content: "\f641"; }

.bi-gender-female::before {
  content: "\f642"; }

.bi-gender-male::before {
  content: "\f643"; }

.bi-gender-trans::before {
  content: "\f644"; }

.bi-headset-vr::before {
  content: "\f645"; }

.bi-info-lg::before {
  content: "\f646"; }

.bi-mastodon::before {
  content: "\f647"; }

.bi-messenger::before {
  content: "\f648"; }

.bi-piggy-bank-fill::before {
  content: "\f649"; }

.bi-piggy-bank::before {
  content: "\f64a"; }

.bi-pin-map-fill::before {
  content: "\f64b"; }

.bi-pin-map::before {
  content: "\f64c"; }

.bi-plus-lg::before {
  content: "\f64d"; }

.bi-question-lg::before {
  content: "\f64e"; }

.bi-recycle::before {
  content: "\f64f"; }

.bi-reddit::before {
  content: "\f650"; }

.bi-safe-fill::before {
  content: "\f651"; }

.bi-safe2-fill::before {
  content: "\f652"; }

.bi-safe2::before {
  content: "\f653"; }

.bi-sd-card-fill::before {
  content: "\f654"; }

.bi-sd-card::before {
  content: "\f655"; }

.bi-skype::before {
  content: "\f656"; }

.bi-slash-lg::before {
  content: "\f657"; }

.bi-translate::before {
  content: "\f658"; }

.bi-x-lg::before {
  content: "\f659"; }

.bi-safe::before {
  content: "\f65a"; }

.bi-apple::before {
  content: "\f65b"; }

.bi-microsoft::before {
  content: "\f65d"; }

.bi-windows::before {
  content: "\f65e"; }

.bi-behance::before {
  content: "\f65c"; }

.bi-dribbble::before {
  content: "\f65f"; }

.bi-line::before {
  content: "\f660"; }

.bi-medium::before {
  content: "\f661"; }

.bi-paypal::before {
  content: "\f662"; }

.bi-pinterest::before {
  content: "\f663"; }

.bi-signal::before {
  content: "\f664"; }

.bi-snapchat::before {
  content: "\f665"; }

.bi-spotify::before {
  content: "\f666"; }

.bi-stack-overflow::before {
  content: "\f667"; }

.bi-strava::before {
  content: "\f668"; }

.bi-wordpress::before {
  content: "\f669"; }

.bi-vimeo::before {
  content: "\f66a"; }

.bi-activity::before {
  content: "\f66b"; }

.bi-easel2-fill::before {
  content: "\f66c"; }

.bi-easel2::before {
  content: "\f66d"; }

.bi-easel3-fill::before {
  content: "\f66e"; }

.bi-easel3::before {
  content: "\f66f"; }

.bi-fan::before {
  content: "\f670"; }

.bi-fingerprint::before {
  content: "\f671"; }

.bi-graph-down-arrow::before {
  content: "\f672"; }

.bi-graph-up-arrow::before {
  content: "\f673"; }

.bi-hypnotize::before {
  content: "\f674"; }

.bi-magic::before {
  content: "\f675"; }

.bi-person-rolodex::before {
  content: "\f676"; }

.bi-person-video::before {
  content: "\f677"; }

.bi-person-video2::before {
  content: "\f678"; }

.bi-person-video3::before {
  content: "\f679"; }

.bi-person-workspace::before {
  content: "\f67a"; }

.bi-radioactive::before {
  content: "\f67b"; }

.bi-webcam-fill::before {
  content: "\f67c"; }

.bi-webcam::before {
  content: "\f67d"; }

.bi-yin-yang::before {
  content: "\f67e"; }

.bi-bandaid-fill::before {
  content: "\f680"; }

.bi-bandaid::before {
  content: "\f681"; }

.bi-bluetooth::before {
  content: "\f682"; }

.bi-body-text::before {
  content: "\f683"; }

.bi-boombox::before {
  content: "\f684"; }

.bi-boxes::before {
  content: "\f685"; }

.bi-dpad-fill::before {
  content: "\f686"; }

.bi-dpad::before {
  content: "\f687"; }

.bi-ear-fill::before {
  content: "\f688"; }

.bi-ear::before {
  content: "\f689"; }

.bi-envelope-check-fill::before {
  content: "\f68b"; }

.bi-envelope-check::before {
  content: "\f68c"; }

.bi-envelope-dash-fill::before {
  content: "\f68e"; }

.bi-envelope-dash::before {
  content: "\f68f"; }

.bi-envelope-exclamation-fill::before {
  content: "\f691"; }

.bi-envelope-exclamation::before {
  content: "\f692"; }

.bi-envelope-plus-fill::before {
  content: "\f693"; }

.bi-envelope-plus::before {
  content: "\f694"; }

.bi-envelope-slash-fill::before {
  content: "\f696"; }

.bi-envelope-slash::before {
  content: "\f697"; }

.bi-envelope-x-fill::before {
  content: "\f699"; }

.bi-envelope-x::before {
  content: "\f69a"; }

.bi-explicit-fill::before {
  content: "\f69b"; }

.bi-explicit::before {
  content: "\f69c"; }

.bi-git::before {
  content: "\f69d"; }

.bi-infinity::before {
  content: "\f69e"; }

.bi-list-columns-reverse::before {
  content: "\f69f"; }

.bi-list-columns::before {
  content: "\f6a0"; }

.bi-meta::before {
  content: "\f6a1"; }

.bi-mortorboard-fill::before {
  content: "\f6a2"; }

.bi-mortorboard::before {
  content: "\f6a3"; }

.bi-nintendo-switch::before {
  content: "\f6a4"; }

.bi-pc-display-horizontal::before {
  content: "\f6a5"; }

.bi-pc-display::before {
  content: "\f6a6"; }

.bi-pc-horizontal::before {
  content: "\f6a7"; }

.bi-pc::before {
  content: "\f6a8"; }

.bi-playstation::before {
  content: "\f6a9"; }

.bi-plus-slash-minus::before {
  content: "\f6aa"; }

.bi-projector-fill::before {
  content: "\f6ab"; }

.bi-projector::before {
  content: "\f6ac"; }

.bi-qr-code-scan::before {
  content: "\f6ad"; }

.bi-qr-code::before {
  content: "\f6ae"; }

.bi-quora::before {
  content: "\f6af"; }

.bi-quote::before {
  content: "\f6b0"; }

.bi-robot::before {
  content: "\f6b1"; }

.bi-send-check-fill::before {
  content: "\f6b2"; }

.bi-send-check::before {
  content: "\f6b3"; }

.bi-send-dash-fill::before {
  content: "\f6b4"; }

.bi-send-dash::before {
  content: "\f6b5"; }

.bi-send-exclamation-fill::before {
  content: "\f6b7"; }

.bi-send-exclamation::before {
  content: "\f6b8"; }

.bi-send-fill::before {
  content: "\f6b9"; }

.bi-send-plus-fill::before {
  content: "\f6ba"; }

.bi-send-plus::before {
  content: "\f6bb"; }

.bi-send-slash-fill::before {
  content: "\f6bc"; }

.bi-send-slash::before {
  content: "\f6bd"; }

.bi-send-x-fill::before {
  content: "\f6be"; }

.bi-send-x::before {
  content: "\f6bf"; }

.bi-send::before {
  content: "\f6c0"; }

.bi-steam::before {
  content: "\f6c1"; }

.bi-terminal-dash::before {
  content: "\f6c3"; }

.bi-terminal-plus::before {
  content: "\f6c4"; }

.bi-terminal-split::before {
  content: "\f6c5"; }

.bi-ticket-detailed-fill::before {
  content: "\f6c6"; }

.bi-ticket-detailed::before {
  content: "\f6c7"; }

.bi-ticket-fill::before {
  content: "\f6c8"; }

.bi-ticket-perforated-fill::before {
  content: "\f6c9"; }

.bi-ticket-perforated::before {
  content: "\f6ca"; }

.bi-ticket::before {
  content: "\f6cb"; }

.bi-tiktok::before {
  content: "\f6cc"; }

.bi-window-dash::before {
  content: "\f6cd"; }

.bi-window-desktop::before {
  content: "\f6ce"; }

.bi-window-fullscreen::before {
  content: "\f6cf"; }

.bi-window-plus::before {
  content: "\f6d0"; }

.bi-window-split::before {
  content: "\f6d1"; }

.bi-window-stack::before {
  content: "\f6d2"; }

.bi-window-x::before {
  content: "\f6d3"; }

.bi-xbox::before {
  content: "\f6d4"; }

.bi-ethernet::before {
  content: "\f6d5"; }

.bi-hdmi-fill::before {
  content: "\f6d6"; }

.bi-hdmi::before {
  content: "\f6d7"; }

.bi-usb-c-fill::before {
  content: "\f6d8"; }

.bi-usb-c::before {
  content: "\f6d9"; }

.bi-usb-fill::before {
  content: "\f6da"; }

.bi-usb-plug-fill::before {
  content: "\f6db"; }

.bi-usb-plug::before {
  content: "\f6dc"; }

.bi-usb-symbol::before {
  content: "\f6dd"; }

.bi-usb::before {
  content: "\f6de"; }

.bi-boombox-fill::before {
  content: "\f6df"; }

.bi-displayport::before {
  content: "\f6e1"; }

.bi-gpu-card::before {
  content: "\f6e2"; }

.bi-memory::before {
  content: "\f6e3"; }

.bi-modem-fill::before {
  content: "\f6e4"; }

.bi-modem::before {
  content: "\f6e5"; }

.bi-motherboard-fill::before {
  content: "\f6e6"; }

.bi-motherboard::before {
  content: "\f6e7"; }

.bi-optical-audio-fill::before {
  content: "\f6e8"; }

.bi-optical-audio::before {
  content: "\f6e9"; }

.bi-pci-card::before {
  content: "\f6ea"; }

.bi-router-fill::before {
  content: "\f6eb"; }

.bi-router::before {
  content: "\f6ec"; }

.bi-ssd-fill::before {
  content: "\f6ed"; }

.bi-ssd::before {
  content: "\f6ee"; }

.bi-thunderbolt-fill::before {
  content: "\f6ef"; }

.bi-thunderbolt::before {
  content: "\f6f0"; }

.bi-usb-drive-fill::before {
  content: "\f6f1"; }

.bi-usb-drive::before {
  content: "\f6f2"; }

.bi-usb-micro-fill::before {
  content: "\f6f3"; }

.bi-usb-micro::before {
  content: "\f6f4"; }

.bi-usb-mini-fill::before {
  content: "\f6f5"; }

.bi-usb-mini::before {
  content: "\f6f6"; }

.bi-cloud-haze2::before {
  content: "\f6f7"; }

.bi-device-hdd-fill::before {
  content: "\f6f8"; }

.bi-device-hdd::before {
  content: "\f6f9"; }

.bi-device-ssd-fill::before {
  content: "\f6fa"; }

.bi-device-ssd::before {
  content: "\f6fb"; }

.bi-displayport-fill::before {
  content: "\f6fc"; }

.bi-mortarboard-fill::before {
  content: "\f6fd"; }

.bi-mortarboard::before {
  content: "\f6fe"; }

.bi-terminal-x::before {
  content: "\f6ff"; }

.bi-arrow-through-heart-fill::before {
  content: "\f700"; }

.bi-arrow-through-heart::before {
  content: "\f701"; }

.bi-badge-sd-fill::before {
  content: "\f702"; }

.bi-badge-sd::before {
  content: "\f703"; }

.bi-bag-heart-fill::before {
  content: "\f704"; }

.bi-bag-heart::before {
  content: "\f705"; }

.bi-balloon-fill::before {
  content: "\f706"; }

.bi-balloon-heart-fill::before {
  content: "\f707"; }

.bi-balloon-heart::before {
  content: "\f708"; }

.bi-balloon::before {
  content: "\f709"; }

.bi-box2-fill::before {
  content: "\f70a"; }

.bi-box2-heart-fill::before {
  content: "\f70b"; }

.bi-box2-heart::before {
  content: "\f70c"; }

.bi-box2::before {
  content: "\f70d"; }

.bi-braces-asterisk::before {
  content: "\f70e"; }

.bi-calendar-heart-fill::before {
  content: "\f70f"; }

.bi-calendar-heart::before {
  content: "\f710"; }

.bi-calendar2-heart-fill::before {
  content: "\f711"; }

.bi-calendar2-heart::before {
  content: "\f712"; }

.bi-chat-heart-fill::before {
  content: "\f713"; }

.bi-chat-heart::before {
  content: "\f714"; }

.bi-chat-left-heart-fill::before {
  content: "\f715"; }

.bi-chat-left-heart::before {
  content: "\f716"; }

.bi-chat-right-heart-fill::before {
  content: "\f717"; }

.bi-chat-right-heart::before {
  content: "\f718"; }

.bi-chat-square-heart-fill::before {
  content: "\f719"; }

.bi-chat-square-heart::before {
  content: "\f71a"; }

.bi-clipboard-check-fill::before {
  content: "\f71b"; }

.bi-clipboard-data-fill::before {
  content: "\f71c"; }

.bi-clipboard-fill::before {
  content: "\f71d"; }

.bi-clipboard-heart-fill::before {
  content: "\f71e"; }

.bi-clipboard-heart::before {
  content: "\f71f"; }

.bi-clipboard-minus-fill::before {
  content: "\f720"; }

.bi-clipboard-plus-fill::before {
  content: "\f721"; }

.bi-clipboard-pulse::before {
  content: "\f722"; }

.bi-clipboard-x-fill::before {
  content: "\f723"; }

.bi-clipboard2-check-fill::before {
  content: "\f724"; }

.bi-clipboard2-check::before {
  content: "\f725"; }

.bi-clipboard2-data-fill::before {
  content: "\f726"; }

.bi-clipboard2-data::before {
  content: "\f727"; }

.bi-clipboard2-fill::before {
  content: "\f728"; }

.bi-clipboard2-heart-fill::before {
  content: "\f729"; }

.bi-clipboard2-heart::before {
  content: "\f72a"; }

.bi-clipboard2-minus-fill::before {
  content: "\f72b"; }

.bi-clipboard2-minus::before {
  content: "\f72c"; }

.bi-clipboard2-plus-fill::before {
  content: "\f72d"; }

.bi-clipboard2-plus::before {
  content: "\f72e"; }

.bi-clipboard2-pulse-fill::before {
  content: "\f72f"; }

.bi-clipboard2-pulse::before {
  content: "\f730"; }

.bi-clipboard2-x-fill::before {
  content: "\f731"; }

.bi-clipboard2-x::before {
  content: "\f732"; }

.bi-clipboard2::before {
  content: "\f733"; }

.bi-emoji-kiss-fill::before {
  content: "\f734"; }

.bi-emoji-kiss::before {
  content: "\f735"; }

.bi-envelope-heart-fill::before {
  content: "\f736"; }

.bi-envelope-heart::before {
  content: "\f737"; }

.bi-envelope-open-heart-fill::before {
  content: "\f738"; }

.bi-envelope-open-heart::before {
  content: "\f739"; }

.bi-envelope-paper-fill::before {
  content: "\f73a"; }

.bi-envelope-paper-heart-fill::before {
  content: "\f73b"; }

.bi-envelope-paper-heart::before {
  content: "\f73c"; }

.bi-envelope-paper::before {
  content: "\f73d"; }

.bi-filetype-aac::before {
  content: "\f73e"; }

.bi-filetype-ai::before {
  content: "\f73f"; }

.bi-filetype-bmp::before {
  content: "\f740"; }

.bi-filetype-cs::before {
  content: "\f741"; }

.bi-filetype-css::before {
  content: "\f742"; }

.bi-filetype-csv::before {
  content: "\f743"; }

.bi-filetype-doc::before {
  content: "\f744"; }

.bi-filetype-docx::before {
  content: "\f745"; }

.bi-filetype-exe::before {
  content: "\f746"; }

.bi-filetype-gif::before {
  content: "\f747"; }

.bi-filetype-heic::before {
  content: "\f748"; }

.bi-filetype-html::before {
  content: "\f749"; }

.bi-filetype-java::before {
  content: "\f74a"; }

.bi-filetype-jpg::before {
  content: "\f74b"; }

.bi-filetype-js::before {
  content: "\f74c"; }

.bi-filetype-jsx::before {
  content: "\f74d"; }

.bi-filetype-key::before {
  content: "\f74e"; }

.bi-filetype-m4p::before {
  content: "\f74f"; }

.bi-filetype-md::before {
  content: "\f750"; }

.bi-filetype-mdx::before {
  content: "\f751"; }

.bi-filetype-mov::before {
  content: "\f752"; }

.bi-filetype-mp3::before {
  content: "\f753"; }

.bi-filetype-mp4::before {
  content: "\f754"; }

.bi-filetype-otf::before {
  content: "\f755"; }

.bi-filetype-pdf::before {
  content: "\f756"; }

.bi-filetype-php::before {
  content: "\f757"; }

.bi-filetype-png::before {
  content: "\f758"; }

.bi-filetype-ppt::before {
  content: "\f75a"; }

.bi-filetype-psd::before {
  content: "\f75b"; }

.bi-filetype-py::before {
  content: "\f75c"; }

.bi-filetype-raw::before {
  content: "\f75d"; }

.bi-filetype-rb::before {
  content: "\f75e"; }

.bi-filetype-sass::before {
  content: "\f75f"; }

.bi-filetype-scss::before {
  content: "\f760"; }

.bi-filetype-sh::before {
  content: "\f761"; }

.bi-filetype-svg::before {
  content: "\f762"; }

.bi-filetype-tiff::before {
  content: "\f763"; }

.bi-filetype-tsx::before {
  content: "\f764"; }

.bi-filetype-ttf::before {
  content: "\f765"; }

.bi-filetype-txt::before {
  content: "\f766"; }

.bi-filetype-wav::before {
  content: "\f767"; }

.bi-filetype-woff::before {
  content: "\f768"; }

.bi-filetype-xls::before {
  content: "\f76a"; }

.bi-filetype-xml::before {
  content: "\f76b"; }

.bi-filetype-yml::before {
  content: "\f76c"; }

.bi-heart-arrow::before {
  content: "\f76d"; }

.bi-heart-pulse-fill::before {
  content: "\f76e"; }

.bi-heart-pulse::before {
  content: "\f76f"; }

.bi-heartbreak-fill::before {
  content: "\f770"; }

.bi-heartbreak::before {
  content: "\f771"; }

.bi-hearts::before {
  content: "\f772"; }

.bi-hospital-fill::before {
  content: "\f773"; }

.bi-hospital::before {
  content: "\f774"; }

.bi-house-heart-fill::before {
  content: "\f775"; }

.bi-house-heart::before {
  content: "\f776"; }

.bi-incognito::before {
  content: "\f777"; }

.bi-magnet-fill::before {
  content: "\f778"; }

.bi-magnet::before {
  content: "\f779"; }

.bi-person-heart::before {
  content: "\f77a"; }

.bi-person-hearts::before {
  content: "\f77b"; }

.bi-phone-flip::before {
  content: "\f77c"; }

.bi-plugin::before {
  content: "\f77d"; }

.bi-postage-fill::before {
  content: "\f77e"; }

.bi-postage-heart-fill::before {
  content: "\f77f"; }

.bi-postage-heart::before {
  content: "\f780"; }

.bi-postage::before {
  content: "\f781"; }

.bi-postcard-fill::before {
  content: "\f782"; }

.bi-postcard-heart-fill::before {
  content: "\f783"; }

.bi-postcard-heart::before {
  content: "\f784"; }

.bi-postcard::before {
  content: "\f785"; }

.bi-search-heart-fill::before {
  content: "\f786"; }

.bi-search-heart::before {
  content: "\f787"; }

.bi-sliders2-vertical::before {
  content: "\f788"; }

.bi-sliders2::before {
  content: "\f789"; }

.bi-trash3-fill::before {
  content: "\f78a"; }

.bi-trash3::before {
  content: "\f78b"; }

.bi-valentine::before {
  content: "\f78c"; }

.bi-valentine2::before {
  content: "\f78d"; }

.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e"; }

.bi-wrench-adjustable-circle::before {
  content: "\f78f"; }

.bi-wrench-adjustable::before {
  content: "\f790"; }

.bi-filetype-json::before {
  content: "\f791"; }

.bi-filetype-pptx::before {
  content: "\f792"; }

.bi-filetype-xlsx::before {
  content: "\f793"; }

.bi-1-circle-fill::before {
  content: "\f796"; }

.bi-1-circle::before {
  content: "\f797"; }

.bi-1-square-fill::before {
  content: "\f798"; }

.bi-1-square::before {
  content: "\f799"; }

.bi-2-circle-fill::before {
  content: "\f79c"; }

.bi-2-circle::before {
  content: "\f79d"; }

.bi-2-square-fill::before {
  content: "\f79e"; }

.bi-2-square::before {
  content: "\f79f"; }

.bi-3-circle-fill::before {
  content: "\f7a2"; }

.bi-3-circle::before {
  content: "\f7a3"; }

.bi-3-square-fill::before {
  content: "\f7a4"; }

.bi-3-square::before {
  content: "\f7a5"; }

.bi-4-circle-fill::before {
  content: "\f7a8"; }

.bi-4-circle::before {
  content: "\f7a9"; }

.bi-4-square-fill::before {
  content: "\f7aa"; }

.bi-4-square::before {
  content: "\f7ab"; }

.bi-5-circle-fill::before {
  content: "\f7ae"; }

.bi-5-circle::before {
  content: "\f7af"; }

.bi-5-square-fill::before {
  content: "\f7b0"; }

.bi-5-square::before {
  content: "\f7b1"; }

.bi-6-circle-fill::before {
  content: "\f7b4"; }

.bi-6-circle::before {
  content: "\f7b5"; }

.bi-6-square-fill::before {
  content: "\f7b6"; }

.bi-6-square::before {
  content: "\f7b7"; }

.bi-7-circle-fill::before {
  content: "\f7ba"; }

.bi-7-circle::before {
  content: "\f7bb"; }

.bi-7-square-fill::before {
  content: "\f7bc"; }

.bi-7-square::before {
  content: "\f7bd"; }

.bi-8-circle-fill::before {
  content: "\f7c0"; }

.bi-8-circle::before {
  content: "\f7c1"; }

.bi-8-square-fill::before {
  content: "\f7c2"; }

.bi-8-square::before {
  content: "\f7c3"; }

.bi-9-circle-fill::before {
  content: "\f7c6"; }

.bi-9-circle::before {
  content: "\f7c7"; }

.bi-9-square-fill::before {
  content: "\f7c8"; }

.bi-9-square::before {
  content: "\f7c9"; }

.bi-airplane-engines-fill::before {
  content: "\f7ca"; }

.bi-airplane-engines::before {
  content: "\f7cb"; }

.bi-airplane-fill::before {
  content: "\f7cc"; }

.bi-airplane::before {
  content: "\f7cd"; }

.bi-alexa::before {
  content: "\f7ce"; }

.bi-alipay::before {
  content: "\f7cf"; }

.bi-android::before {
  content: "\f7d0"; }

.bi-android2::before {
  content: "\f7d1"; }

.bi-box-fill::before {
  content: "\f7d2"; }

.bi-box-seam-fill::before {
  content: "\f7d3"; }

.bi-browser-chrome::before {
  content: "\f7d4"; }

.bi-browser-edge::before {
  content: "\f7d5"; }

.bi-browser-firefox::before {
  content: "\f7d6"; }

.bi-browser-safari::before {
  content: "\f7d7"; }

.bi-c-circle-fill::before {
  content: "\f7da"; }

.bi-c-circle::before {
  content: "\f7db"; }

.bi-c-square-fill::before {
  content: "\f7dc"; }

.bi-c-square::before {
  content: "\f7dd"; }

.bi-capsule-pill::before {
  content: "\f7de"; }

.bi-capsule::before {
  content: "\f7df"; }

.bi-car-front-fill::before {
  content: "\f7e0"; }

.bi-car-front::before {
  content: "\f7e1"; }

.bi-cassette-fill::before {
  content: "\f7e2"; }

.bi-cassette::before {
  content: "\f7e3"; }

.bi-cc-circle-fill::before {
  content: "\f7e6"; }

.bi-cc-circle::before {
  content: "\f7e7"; }

.bi-cc-square-fill::before {
  content: "\f7e8"; }

.bi-cc-square::before {
  content: "\f7e9"; }

.bi-cup-hot-fill::before {
  content: "\f7ea"; }

.bi-cup-hot::before {
  content: "\f7eb"; }

.bi-currency-rupee::before {
  content: "\f7ec"; }

.bi-dropbox::before {
  content: "\f7ed"; }

.bi-escape::before {
  content: "\f7ee"; }

.bi-fast-forward-btn-fill::before {
  content: "\f7ef"; }

.bi-fast-forward-btn::before {
  content: "\f7f0"; }

.bi-fast-forward-circle-fill::before {
  content: "\f7f1"; }

.bi-fast-forward-circle::before {
  content: "\f7f2"; }

.bi-fast-forward-fill::before {
  content: "\f7f3"; }

.bi-fast-forward::before {
  content: "\f7f4"; }

.bi-filetype-sql::before {
  content: "\f7f5"; }

.bi-fire::before {
  content: "\f7f6"; }

.bi-google-play::before {
  content: "\f7f7"; }

.bi-h-circle-fill::before {
  content: "\f7fa"; }

.bi-h-circle::before {
  content: "\f7fb"; }

.bi-h-square-fill::before {
  content: "\f7fc"; }

.bi-h-square::before {
  content: "\f7fd"; }

.bi-indent::before {
  content: "\f7fe"; }

.bi-lungs-fill::before {
  content: "\f7ff"; }

.bi-lungs::before {
  content: "\f800"; }

.bi-microsoft-teams::before {
  content: "\f801"; }

.bi-p-circle-fill::before {
  content: "\f804"; }

.bi-p-circle::before {
  content: "\f805"; }

.bi-p-square-fill::before {
  content: "\f806"; }

.bi-p-square::before {
  content: "\f807"; }

.bi-pass-fill::before {
  content: "\f808"; }

.bi-pass::before {
  content: "\f809"; }

.bi-prescription::before {
  content: "\f80a"; }

.bi-prescription2::before {
  content: "\f80b"; }

.bi-r-circle-fill::before {
  content: "\f80e"; }

.bi-r-circle::before {
  content: "\f80f"; }

.bi-r-square-fill::before {
  content: "\f810"; }

.bi-r-square::before {
  content: "\f811"; }

.bi-repeat::before {
  content: "\f813"; }

.bi-rewind-btn-fill::before {
  content: "\f814"; }

.bi-rewind-btn::before {
  content: "\f815"; }

.bi-rewind-circle-fill::before {
  content: "\f816"; }

.bi-rewind-circle::before {
  content: "\f817"; }

.bi-rewind-fill::before {
  content: "\f818"; }

.bi-rewind::before {
  content: "\f819"; }

.bi-train-freight-front-fill::before {
  content: "\f81a"; }

.bi-train-freight-front::before {
  content: "\f81b"; }

.bi-train-front-fill::before {
  content: "\f81c"; }

.bi-train-front::before {
  content: "\f81d"; }

.bi-train-lightrail-front-fill::before {
  content: "\f81e"; }

.bi-train-lightrail-front::before {
  content: "\f81f"; }

.bi-truck-front-fill::before {
  content: "\f820"; }

.bi-truck-front::before {
  content: "\f821"; }

.bi-ubuntu::before {
  content: "\f822"; }

.bi-unindent::before {
  content: "\f823"; }

.bi-unity::before {
  content: "\f824"; }

.bi-universal-access-circle::before {
  content: "\f825"; }

.bi-universal-access::before {
  content: "\f826"; }

.bi-virus::before {
  content: "\f827"; }

.bi-virus2::before {
  content: "\f828"; }

.bi-wechat::before {
  content: "\f829"; }

.bi-yelp::before {
  content: "\f82a"; }

.bi-sign-stop-fill::before {
  content: "\f82b"; }

.bi-sign-stop-lights-fill::before {
  content: "\f82c"; }

.bi-sign-stop-lights::before {
  content: "\f82d"; }

.bi-sign-stop::before {
  content: "\f82e"; }

.bi-sign-turn-left-fill::before {
  content: "\f82f"; }

.bi-sign-turn-left::before {
  content: "\f830"; }

.bi-sign-turn-right-fill::before {
  content: "\f831"; }

.bi-sign-turn-right::before {
  content: "\f832"; }

.bi-sign-turn-slight-left-fill::before {
  content: "\f833"; }

.bi-sign-turn-slight-left::before {
  content: "\f834"; }

.bi-sign-turn-slight-right-fill::before {
  content: "\f835"; }

.bi-sign-turn-slight-right::before {
  content: "\f836"; }

.bi-sign-yield-fill::before {
  content: "\f837"; }

.bi-sign-yield::before {
  content: "\f838"; }

.bi-ev-station-fill::before {
  content: "\f839"; }

.bi-ev-station::before {
  content: "\f83a"; }

.bi-fuel-pump-diesel-fill::before {
  content: "\f83b"; }

.bi-fuel-pump-diesel::before {
  content: "\f83c"; }

.bi-fuel-pump-fill::before {
  content: "\f83d"; }

.bi-fuel-pump::before {
  content: "\f83e"; }

.bi-0-circle-fill::before {
  content: "\f83f"; }

.bi-0-circle::before {
  content: "\f840"; }

.bi-0-square-fill::before {
  content: "\f841"; }

.bi-0-square::before {
  content: "\f842"; }

.bi-rocket-fill::before {
  content: "\f843"; }

.bi-rocket-takeoff-fill::before {
  content: "\f844"; }

.bi-rocket-takeoff::before {
  content: "\f845"; }

.bi-rocket::before {
  content: "\f846"; }

.bi-stripe::before {
  content: "\f847"; }

.bi-subscript::before {
  content: "\f848"; }

.bi-superscript::before {
  content: "\f849"; }

.bi-trello::before {
  content: "\f84a"; }

.bi-envelope-at-fill::before {
  content: "\f84b"; }

.bi-envelope-at::before {
  content: "\f84c"; }

.bi-regex::before {
  content: "\f84d"; }

.bi-text-wrap::before {
  content: "\f84e"; }

.bi-sign-dead-end-fill::before {
  content: "\f84f"; }

.bi-sign-dead-end::before {
  content: "\f850"; }

.bi-sign-do-not-enter-fill::before {
  content: "\f851"; }

.bi-sign-do-not-enter::before {
  content: "\f852"; }

.bi-sign-intersection-fill::before {
  content: "\f853"; }

.bi-sign-intersection-side-fill::before {
  content: "\f854"; }

.bi-sign-intersection-side::before {
  content: "\f855"; }

.bi-sign-intersection-t-fill::before {
  content: "\f856"; }

.bi-sign-intersection-t::before {
  content: "\f857"; }

.bi-sign-intersection-y-fill::before {
  content: "\f858"; }

.bi-sign-intersection-y::before {
  content: "\f859"; }

.bi-sign-intersection::before {
  content: "\f85a"; }

.bi-sign-merge-left-fill::before {
  content: "\f85b"; }

.bi-sign-merge-left::before {
  content: "\f85c"; }

.bi-sign-merge-right-fill::before {
  content: "\f85d"; }

.bi-sign-merge-right::before {
  content: "\f85e"; }

.bi-sign-no-left-turn-fill::before {
  content: "\f85f"; }

.bi-sign-no-left-turn::before {
  content: "\f860"; }

.bi-sign-no-parking-fill::before {
  content: "\f861"; }

.bi-sign-no-parking::before {
  content: "\f862"; }

.bi-sign-no-right-turn-fill::before {
  content: "\f863"; }

.bi-sign-no-right-turn::before {
  content: "\f864"; }

.bi-sign-railroad-fill::before {
  content: "\f865"; }

.bi-sign-railroad::before {
  content: "\f866"; }

.bi-building-add::before {
  content: "\f867"; }

.bi-building-check::before {
  content: "\f868"; }

.bi-building-dash::before {
  content: "\f869"; }

.bi-building-down::before {
  content: "\f86a"; }

.bi-building-exclamation::before {
  content: "\f86b"; }

.bi-building-fill-add::before {
  content: "\f86c"; }

.bi-building-fill-check::before {
  content: "\f86d"; }

.bi-building-fill-dash::before {
  content: "\f86e"; }

.bi-building-fill-down::before {
  content: "\f86f"; }

.bi-building-fill-exclamation::before {
  content: "\f870"; }

.bi-building-fill-gear::before {
  content: "\f871"; }

.bi-building-fill-lock::before {
  content: "\f872"; }

.bi-building-fill-slash::before {
  content: "\f873"; }

.bi-building-fill-up::before {
  content: "\f874"; }

.bi-building-fill-x::before {
  content: "\f875"; }

.bi-building-fill::before {
  content: "\f876"; }

.bi-building-gear::before {
  content: "\f877"; }

.bi-building-lock::before {
  content: "\f878"; }

.bi-building-slash::before {
  content: "\f879"; }

.bi-building-up::before {
  content: "\f87a"; }

.bi-building-x::before {
  content: "\f87b"; }

.bi-buildings-fill::before {
  content: "\f87c"; }

.bi-buildings::before {
  content: "\f87d"; }

.bi-bus-front-fill::before {
  content: "\f87e"; }

.bi-bus-front::before {
  content: "\f87f"; }

.bi-ev-front-fill::before {
  content: "\f880"; }

.bi-ev-front::before {
  content: "\f881"; }

.bi-globe-americas::before {
  content: "\f882"; }

.bi-globe-asia-australia::before {
  content: "\f883"; }

.bi-globe-central-south-asia::before {
  content: "\f884"; }

.bi-globe-europe-africa::before {
  content: "\f885"; }

.bi-house-add-fill::before {
  content: "\f886"; }

.bi-house-add::before {
  content: "\f887"; }

.bi-house-check-fill::before {
  content: "\f888"; }

.bi-house-check::before {
  content: "\f889"; }

.bi-house-dash-fill::before {
  content: "\f88a"; }

.bi-house-dash::before {
  content: "\f88b"; }

.bi-house-down-fill::before {
  content: "\f88c"; }

.bi-house-down::before {
  content: "\f88d"; }

.bi-house-exclamation-fill::before {
  content: "\f88e"; }

.bi-house-exclamation::before {
  content: "\f88f"; }

.bi-house-gear-fill::before {
  content: "\f890"; }

.bi-house-gear::before {
  content: "\f891"; }

.bi-house-lock-fill::before {
  content: "\f892"; }

.bi-house-lock::before {
  content: "\f893"; }

.bi-house-slash-fill::before {
  content: "\f894"; }

.bi-house-slash::before {
  content: "\f895"; }

.bi-house-up-fill::before {
  content: "\f896"; }

.bi-house-up::before {
  content: "\f897"; }

.bi-house-x-fill::before {
  content: "\f898"; }

.bi-house-x::before {
  content: "\f899"; }

.bi-person-add::before {
  content: "\f89a"; }

.bi-person-down::before {
  content: "\f89b"; }

.bi-person-exclamation::before {
  content: "\f89c"; }

.bi-person-fill-add::before {
  content: "\f89d"; }

.bi-person-fill-check::before {
  content: "\f89e"; }

.bi-person-fill-dash::before {
  content: "\f89f"; }

.bi-person-fill-down::before {
  content: "\f8a0"; }

.bi-person-fill-exclamation::before {
  content: "\f8a1"; }

.bi-person-fill-gear::before {
  content: "\f8a2"; }

.bi-person-fill-lock::before {
  content: "\f8a3"; }

.bi-person-fill-slash::before {
  content: "\f8a4"; }

.bi-person-fill-up::before {
  content: "\f8a5"; }

.bi-person-fill-x::before {
  content: "\f8a6"; }

.bi-person-gear::before {
  content: "\f8a7"; }

.bi-person-lock::before {
  content: "\f8a8"; }

.bi-person-slash::before {
  content: "\f8a9"; }

.bi-person-up::before {
  content: "\f8aa"; }

.bi-scooter::before {
  content: "\f8ab"; }

.bi-taxi-front-fill::before {
  content: "\f8ac"; }

.bi-taxi-front::before {
  content: "\f8ad"; }

.bi-amd::before {
  content: "\f8ae"; }

.bi-database-add::before {
  content: "\f8af"; }

.bi-database-check::before {
  content: "\f8b0"; }

.bi-database-dash::before {
  content: "\f8b1"; }

.bi-database-down::before {
  content: "\f8b2"; }

.bi-database-exclamation::before {
  content: "\f8b3"; }

.bi-database-fill-add::before {
  content: "\f8b4"; }

.bi-database-fill-check::before {
  content: "\f8b5"; }

.bi-database-fill-dash::before {
  content: "\f8b6"; }

.bi-database-fill-down::before {
  content: "\f8b7"; }

.bi-database-fill-exclamation::before {
  content: "\f8b8"; }

.bi-database-fill-gear::before {
  content: "\f8b9"; }

.bi-database-fill-lock::before {
  content: "\f8ba"; }

.bi-database-fill-slash::before {
  content: "\f8bb"; }

.bi-database-fill-up::before {
  content: "\f8bc"; }

.bi-database-fill-x::before {
  content: "\f8bd"; }

.bi-database-fill::before {
  content: "\f8be"; }

.bi-database-gear::before {
  content: "\f8bf"; }

.bi-database-lock::before {
  content: "\f8c0"; }

.bi-database-slash::before {
  content: "\f8c1"; }

.bi-database-up::before {
  content: "\f8c2"; }

.bi-database-x::before {
  content: "\f8c3"; }

.bi-database::before {
  content: "\f8c4"; }

.bi-houses-fill::before {
  content: "\f8c5"; }

.bi-houses::before {
  content: "\f8c6"; }

.bi-nvidia::before {
  content: "\f8c7"; }

.bi-person-vcard-fill::before {
  content: "\f8c8"; }

.bi-person-vcard::before {
  content: "\f8c9"; }

.bi-sina-weibo::before {
  content: "\f8ca"; }

.bi-tencent-qq::before {
  content: "\f8cb"; }

.bi-wikipedia::before {
  content: "\f8cc"; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/icon/fontello.eot?48297150");
  src: url("../fonts/icon/fontello.eot?48297150#iefix") format("embedded-opentype"), url("../fonts/icon/fontello.woff2?48297150") format("woff2"), url("../fonts/icon/fontello.woff?48297150") format("woff"), url("../fonts/icon/fontello.ttf?48297150") format("truetype"), url("../fonts/icon/fontello.svg?48297150#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'fontello';
      src: url('../font/fontello.svg?42991267#fontello') format('svg');
    }
  }
  */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-right2:before {
  content: '\e800'; }

/* '' */
.icon-left2:before {
  content: '\e801'; }

/* '' */
.icon-calendar:before {
  content: '\e802'; }

/* '' */
.icon-search:before {
  content: '\e803'; }

/* '' */
.icon-youtube:before {
  content: '\e804'; }

/* '' */
.icon-google-plus:before {
  content: '\e805'; }

/* '' */
.icon-instagram:before {
  content: '\e806'; }

/* '' */
.icon-twitter:before {
  content: '\e807'; }

/* '' */
.icon-facebook:before {
  content: '\e808'; }

/* '' */
.icon-double-right:before {
  content: '\e809'; }

/* '' */
.icon-fb-share:before {
  content: '\e80a'; }

/* '' */
.icon-news:before {
  content: '\e80b'; }

/* '' */
.icon-down2:before {
  content: '\e80c'; }

/* '' */
.icon-up2:before {
  content: '\e80d'; }

/* '' */
.icon-calendar2:before {
  content: '\e80e'; }

/* '' */
.icon-ig-share:before {
  content: '\e80f'; }

/* '' */
.icon-tw-share:before {
  content: '\e810'; }

/* '' */
.icon-youtube-share:before {
  content: '\e811'; }

/* '' */
.icon-down:before {
  content: '\e812'; }

/* '' */
.icon-up:before {
  content: '\e813'; }

/* '' */
.icon-arrrow:before {
  content: '\e814'; }

/* '' */
.icon-double-left:before {
  content: '\e815'; }

/* '' */
.icon-right3:before {
  content: '\e816'; }

/* '' */
.icon-left3:before {
  content: '\e817'; }

/* '' */
.icon-readmore:before {
  content: '\e818'; }

/* '' */
.icon-down-open-1:before {
  content: '\f004'; }

/* '' */
.icon-up-open-1:before {
  content: '\f005'; }

/* '' */
.icon-right-open-1:before {
  content: '\f006'; }

/* '' */
.icon-left-open-1:before {
  content: '\f007'; }

/* '' */
/*--------------------------------------------------------------
# Mixin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1 {
  font-size: 2rem;
  font-weight: 600; }

h2 {
  font-size: 1.5rem;
  font-weight: 600; }

h3 {
  font-size: 1.25rem;
  font-weight: 600; }

h4 {
  font-size: 1.125rem;
  font-weight: 600; }

h5 {
  font-size: .875rem;
  font-weight: 600; }

h6 {
  font-size: .75rem; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6; }

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 2.25rem; }
  h2 {
    font-size: 1.875rem; }
  h3 {
    font-size: 1.5rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: .875rem; } }

@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 2rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

.animated {
  opacity: 0; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 700ms;
  animation-fill-mode: forwards; }

@keyframes iconUpAndDown {
  0% { }
  50% {
    transform: translate(-45%, -5px); }
  100% { } }

.iconUpAndDown {
  -webkit-animation-name: iconUpAndDown;
  animation-name: iconUpAndDown;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite; }

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(0.875); }

.lds-default div {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite; }

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
  background: #CCEBFF; }

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
  background: #CCEBFF; }

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
  background: #DCF1FF; }

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
  background: var(--blue-9); }

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
  background: var(--blue-9); }

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
  background: #1282CB; }

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
  background: #1282CB; }

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
  background: #3C9BD9; }

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
  background: #65AAD7; }

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
  background: #8AC1E6; }

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
  background: #A6D5F3; }

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
  background: #A6D5F3; }

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); } }

@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: #0065a7 1.5em 0 0 0, #DCF1FF 1.1em 1.1em 0 0, rgba(0, 101, 167, 0.3) 0 1.5em 0 0, rgba(0, 101, 167, 0.3) -1.1em 1.1em 0 0, rgba(0, 101, 167, 0.3) -1.5em 0 0 0, rgba(0, 101, 167, 0.3) -1.1em -1.1em 0 0, rgba(0, 101, 167, 0.3) 0 -1.5em 0 0, rgba(0, 101, 167, 0.3) 1.1em -1.1em 0 0;
  -webkit-box-shadow: #0065a7 1.5em 0 0 0, #DCF1FF 1.1em 1.1em 0 0, rgba(0, 101, 167, 0.3) 0 1.5em 0 0, rgba(0, 101, 167, 0.3) -1.1em 1.1em 0 0, rgba(0, 101, 167, 0.3) -1.5em 0 0 0, rgba(0, 101, 167, 0.3) -1.1em -1.1em 0 0, rgba(0, 101, 167, 0.3) 0 -1.5em 0 0, rgba(0, 101, 167, 0.3) 1.1em -1.1em 0 0;
  box-shadow: #0065a7 1.5em 0 0 0, #DCF1FF 1.1em 1.1em 0 0, rgba(0, 101, 167, 0.3) 0 1.5em 0 0, rgba(0, 101, 167, 0.3) -1.1em 1.1em 0 0, rgba(0, 101, 167, 0.3) -1.5em 0 0 0, rgba(0, 101, 167, 0.3) -1.1em -1.1em 0 0, rgba(0, 101, 167, 0.3) 0 -1.5em 0 0, rgba(0, 101, 167, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%; }

.main-banner {
  position: relative;
  overflow: hidden;
  height: 35rem; }
  .main-banner.no-banner {
    min-height: 5rem;
    height: auto !important; }
  .main-banner .banner__slide .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 8rem;
    left: 50%;
    transform: translateX(-50%); }
  .main-banner .banner__item {
    height: 35rem; }
    .main-banner .banner__item a {
      color: inherit;
      text-decoration: none; }
    .main-banner .banner__item img, .main-banner .banner__item video {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
      top: 0;
      left: 0; }
    .main-banner .banner__item h1, .main-banner .banner__item h2 {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.5;
      text-align: center;
      color: var(--blindness);
      text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6); }
  .main-banner .banner__btn {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cream);
    position: absolute;
    z-index: 2;
    border: 0;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-45%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 4; }
    .main-banner .banner__btn i {
      font-size: 1.25rem; }
    .main-banner .banner__btn:hover {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      transform: translateX(-45%) scale(1.2); }
  .main-banner:after {
    content: "";
    display: block;
    background-color: var(--cream);
    clip-path: ellipse(100vw 100% at 50% 100%);
    -webkit-clip-path: ellipse(100vw 100% at 50% 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 4rem;
    z-index: 3; }

@media only screen and (min-width: 768px) {
  .main-banner .banner__item h1, .main-banner .banner__item h2 {
    font-size: 3rem; }
    .main-banner .banner__item h1.text-sm, .main-banner .banner__item h2.text-sm {
      font-size: 2.625rem; }
    .main-banner .banner__item h1.text-large, .main-banner .banner__item h2.text-large {
      font-size: 3.5rem; }
  .main-banner .banner__btn {
    bottom: 3rem; }
  .main-banner:after {
    clip-path: ellipse(80vw 100% at 50% 100%);
    -webkit-clip-path: ellipse(80vw 100% at 50% 100%);
    height: 4.5rem; } }

@media only screen and (min-width: 1200px) {
  .main-banner .banner__btn {
    bottom: 4.5rem; }
  .main-banner:after {
    clip-path: ellipse(60vw 100% at 50% 100%);
    -webkit-clip-path: ellipse(60vw 100% at 50% 100%);
    height: 6rem; } }

@media only screen and (min-width: 1600px) {
  .main-banner {
    height: 40rem; }
    .main-banner .banner__item {
      height: 40rem; } }

.breadcrumb {
  display: none; }
  .breadcrumb__ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: wrap; }
  .breadcrumb__link {
    display: flex;
    text-overflow: ellipsis; }
    .breadcrumb__link:after {
      content: " > ";
      display: block;
      margin: 0 .25rem; }
    .breadcrumb__link:last-child::after {
      display: none; }
    .breadcrumb__link a {
      text-decoration: none;
      color: inherit; }
      .breadcrumb__link a:hover {
        color: var(--primary); }

@media only screen and (min-width: 1200px) {
  .breadcrumb {
    display: block;
    margin-bottom: 3rem; }
    .breadcrumb__link:last-child span {
      width: 500px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; } }

.card-article a {
  border-radius: 0.325rem;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  display: block; }
  .card-article a .card-image {
    position: relative;
    overflow: hidden; }
    .card-article a .card-image .date {
      position: absolute;
      color: var(--blindness);
      background-color: var(--blue-7);
      left: 0;
      bottom: 0; }
    .card-article a .card-image img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0; }
    .card-article a .card-image .status {
      background-color: #cc3131;
      color: var(--white);
      font-size: .875rem;
      padding: .15rem 1rem;
      position: absolute;
      top: .75rem;
      right: .5rem;
      border-radius: .25rem; }
  .card-article a .card-body.bg-white {
    padding: 1rem;
    background-color: var(--dark) !important; }
  .card-article a .card-body .date {
    color: var(--dark-2);
    font-size: 0.875rem;
    margin-bottom: 0.25rem; }
  .card-article a .card-body h3 {
    font-weight: 500; }
  .card-article a:hover .card-body p {
    color: var(--dark-2); }
  .card-article a .date {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.45rem 0.75rem; }
    .card-article a .date span[aria-hidden=true] {
      margin-right: 0.5rem; }
      .card-article a .date span[aria-hidden=true]:before {
        padding: 0;
        margin: 0; }

.card-article-default a {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161); }
  .card-article-default a .card-image::after {
    content: "";
    display: block;
    padding-top: 62.5%; }
  .card-article-default a .card-body {
    background-color: #fff;
    padding: 1rem; }
    .card-article-default a .card-body h3 {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 3.15rem;
      /* Fallback for non-webkit */
      font-size: 1.125rem;
      line-height: 1.4;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .card-article-default a .card-body p {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 2.45rem;
      /* Fallback for non-webkit */
      font-size: 0.875rem;
      line-height: 1.4;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0.5rem; }
  .card-article-default a:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25); }

.card-article-style1 a {
  display: flex;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161); }
  .card-article-style1 a .card-image {
    width: 40%; }
  .card-article-style1 a .card-body {
    width: 60%; }
    .card-article-style1 a .card-body p {
      margin-bottom: 0;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 4.05rem;
      /* Fallback for non-webkit */
      font-size: 0.9rem;
      line-height: 1.5;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .card-article-style1 a:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25); }

.card-article-highlight-content1 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 0.325rem;
  background-color: var(--dark); }
  .card-article-highlight-content1 a .card-image::after {
    content: "";
    display: block;
    padding-top: 62.5%; }
  .card-article-highlight-content1 a .card-body {
    display: flex;
    padding: 1rem; }
    .card-article-highlight-content1 a .card-body h3 {
      width: 85%;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 4.725rem;
      /* Fallback for non-webkit */
      font-size: 1.125rem;
      line-height: 1.4;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .card-article-highlight-content1 a .card-body p {
      font-size: 0.9rem;
      margin-bottom: 0; }
    .card-article-highlight-content1 a .card-body .readmore__icon {
      width: 33px;
      height: 33px;
      border-radius: 50%;
      border: 1px solid var(--blue-6);
      color: var(--blue-6);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      margin-top: 1rem;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .card-article-highlight-content1--highlight a .card-image .status {
    top: 0;
    right: 0;
    width: 4.75rem;
    height: 4.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 0 1.875rem;
    font-weight: 600;
    font-size: 1.125rem; }
  .card-article-highlight-content1--highlight a .card-body {
    display: block; }
    .card-article-highlight-content1--highlight a .card-body h3 {
      width: 100%;
      margin-bottom: 1rem; }
  .card-article-highlight-content1:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25); }
    .card-article-highlight-content1:hover .card-body h3 {
      color: var(--dark-2); }
    .card-article-highlight-content1:hover .card-body .readmore__icon {
      transform: translate(15%, -15%);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.card-article-highlight-content2 a .card-image::after {
  content: "";
  display: block;
  padding-top: 58%; }

.card-article-highlight-content2 a .card-body {
  padding: 1rem 1rem .75rem;
  background-color: #fff; }
  .card-article-highlight-content2 a .card-body h3 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 5.0625rem;
    /* Fallback for non-webkit */
    font-size: 1.125rem;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.75rem; }
  .card-article-highlight-content2 a .card-body p {
    margin-bottom: 1.5rem;
    color: var(--grey3);
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 2.625rem;
    /* Fallback for non-webkit */
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .card-article-highlight-content2 a .card-body .publish-date {
    color: var(--grey3);
    text-align: right;
    font-size: 0.75rem;
    margin-bottom: 0.5rem; }

.card-article-content1 a {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161); }
  .card-article-content1 a .card-image::after {
    content: "";
    display: block;
    padding-top: 70%; }
  .card-article-content1 a .card-body {
    background-color: var(--dark-4);
    padding: 1rem; }
    .card-article-content1 a .card-body h3 {
      color: var(--secondary);
      line-height: 1.4;
      margin-bottom: 1rem;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 4.725rem;
      /* Fallback for non-webkit */
      font-size: 1.125rem;
      line-height: 1.4;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .card-article-content1 a .card-body p {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 2.8rem;
      /* Fallback for non-webkit */
      font-size: 1rem;
      line-height: 1.4;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .card-article-content1 a .card-body .readmore {
      font-size: 1rem;
      color: var(--secondary); }
  .card-article-content1 a:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25); }

.card-article-content2 a {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161); }
  .card-article-content2 a .card-image {
    position: relative;
    padding: .75rem; }
    .card-article-content2 a .card-image::after {
      content: "";
      display: block;
      padding-top: 85%; }
    .card-article-content2 a .card-image .cate {
      overflow-y: auto;
      height: calc(100% - 1.5rem);
      width: calc(100% - 1.5rem); }
      .card-article-content2 a .card-image .cate::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
        border-radius: 10px; }
      .card-article-content2 a .card-image .cate::-webkit-scrollbar {
        width: 4px;
        background-color: #f5f5f5; }
      .card-article-content2 a .card-image .cate::-webkit-scrollbar-thumb {
        background-color: var(--primary);
        border-radius: 10px; }
      .card-article-content2 a .card-image .cate-item {
        background-color: var(--primary);
        color: var(--blindness);
        border-radius: 5rem;
        flex-wrap: wrap;
        padding: .35rem .55rem .35rem .35rem; }
        .card-article-content2 a .card-image .cate-item .icon {
          width: 1.625rem;
          height: 1.625rem;
          border-radius: 50%;
          border: 2px solid var(--blindness);
          padding: 5px; }
          .card-article-content2 a .card-image .cate-item .icon > img {
            max-width: 100%;
            position: relative;
            filter: brightness(0) invert(1);
            -webkit-filter: brightness(0) invert(1); }
        .card-article-content2 a .card-image .cate-item .name {
          margin-left: .25rem;
          font-size: .875rem; }
  .card-article-content2 a .card-body {
    padding: 1rem;
    background-color: #fff;
    display: flex; }
    .card-article-content2 a .card-body h3 {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 5.0625rem;
      /* Fallback for non-webkit */
      font-size: 1.125rem;
      line-height: 1.5;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 90%;
      margin-bottom: 0; }
    .card-article-content2 a .card-body .readmore__icon {
      width: 33px;
      height: 33px;
      color: var(--blue-6);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .card-article-content2 a:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25); }
    .card-article-content2 a:hover .card-body h3 {
      color: var(--dark-2); }
    .card-article-content2 a:hover .card-body .readmore__icon {
      transform: translate(15%, -15%);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.card-article-content3 a .card-image::after {
  content: "";
  display: block;
  padding-top: 120%; }

.card-article-content3 a .card-body {
  padding: 1rem;
  background-color: #fff; }
  .card-article-content3 a .card-body h3 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 5.0625rem;
    /* Fallback for non-webkit */
    font-size: 1.125rem;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    margin-bottom: 1rem; }
  .card-article-content3 a .card-body .publish-date {
    color: var(--grey3);
    text-align: left;
    font-size: 0.875rem; }

.card-article-content3 a:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25); }
  .card-article-content3 a:hover .card-body h3 {
    color: var(--dark-2); }

.card-article-content4 a .card-image::after {
  content: "";
  display: block;
  padding-top: 130%; }

.card-article-content4 a .card-body {
  padding: 1rem; }
  .card-article-content4 a .card-body h3 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 3.15rem;
    /* Fallback for non-webkit */
    font-size: 1.125rem;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%; }
  .card-article-content4 a .card-body .readmore__icon {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid var(--blue-6);
    color: var(--blue-6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.card-article-content4 a:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25); }
  .card-article-content4 a:hover .card-body h3 {
    color: var(--dark-2); }
  .card-article-content4 a:hover .card-body .readmore__icon {
    transform: translate(15%, -15%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.card-article-content5 {
  padding: .75rem; }
  .card-article-content5 a .card-image::after {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .card-article-content5 a .card-image .icon {
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.5rem;
    height: 3.5rem;
    object-fit: contain; }
  .card-article-content5 a .card-body {
    background-color: #fff;
    padding: 1rem; }
    .card-article-content5 a .card-body h3 {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 4.725rem;
      /* Fallback for non-webkit */
      font-size: 1.125rem;
      line-height: 1.4;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .card-article-content5 a:hover .card-body h3 {
    color: var(--primary); }

.card-article-video a .card-image {
  overflow: hidden; }
  .card-article-video a .card-image img:not(.icon-play) {
    border-radius: 0.325rem;
    transition: all .3s; }
  .card-article-video a .card-image .icon-play {
    width: 4rem;
    height: 4rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .card-article-video a .card-image::after {
    content: "";
    display: block;
    padding-top: 65%; }

.card-article-video a .card-body {
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: -1.5rem;
  border-radius: 0.375rem; }
  .card-article-video a .card-body h3 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 5.0625rem;
    /* Fallback for non-webkit */
    font-size: 1.125rem;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

.card-article-video a:hover .card-image img:not(.icon-play) {
  transition: all .3s;
  transform: scale(1.05); }

.card-article-video a:hover .card-body h3 {
  color: var(--dark-2); }

.card-article-button {
  height: 100%; }
  .card-article-button a {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    height: 100%; }
    .card-article-button a .card-body {
      padding: 1rem;
      background-color: #fff;
      display: flex; }
      .card-article-button a .card-body h3 {
        font-size: 1.125rem;
        width: 90%;
        margin-bottom: 0; }
      .card-article-button a .card-body .readmore__icon {
        width: 33px;
        height: 33px;
        color: var(--blue-6);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid var(--blue-6);
        border-radius: 50%; }
    .card-article-button a:hover {
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25); }
      .card-article-button a:hover .card-body h3 {
        color: var(--dark-2); }
      .card-article-button a:hover .card-body .readmore__icon {
        transform: translate(15%, -15%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

.card-article-card .card-body .image {
  text-align: center; }
  .card-article-card .card-body .image img {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    object-fit: cover; }

.card-article-subject a {
  text-decoration: none;
  color: inherit; }
  .card-article-subject a .icon {
    width: 2.5625rem; }
  .card-article-subject a .detail {
    width: calc(100% - 2.5625rem - 2rem);
    color: var(--primary); }
  .card-article-subject a .readmore {
    width: 2rem;
    text-align: right;
    color: var(--blue-3); }
    @media only screen and (min-width: 1200px) {
      .card-article-subject a .readmore {
        width: 5rem; } }
  .card-article-subject a:hover .detail {
    color: var(--blue-3); }

.accordion-item {
  border: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 1rem; }

.accordion-button {
  align-items: center;
  background-color: #FFF !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  box-shadow: none !important;
  padding: 1rem; }
  .accordion-button:focus {
    border: 0; }
  .accordion-button:after {
    color: var(--blue-1);
    content: '\e80d';
    font-family: "fontello";
    background-image: none !important;
    transform: none !important;
    font-size: .75rem; }
  .accordion-button.collapsed {
    border-radius: 10px; }
    .accordion-button.collapsed:after {
      transform: rotate(90deg) !important; }
  .accordion-button img {
    width: 1.25rem;
    margin-right: 1rem; }
  .accordion-button .title {
    padding-right: 0.5rem;
    color: var(--black) !important; }

.accordion-body {
  padding: 1rem;
  padding-top: 0; }

@media only screen and (min-width: 768px) {
  .card-article a .date {
    font-size: .875rem; }
    .card-article a .date i {
      font-size: 1.125rem; }
  .card-article-highlight-content1 a .card-body h3 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 4.2rem;
    /* Fallback for non-webkit */
    font-size: 1rem;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .card-article-highlight-content1--highlight {
    padding: 1rem;
    box-shadow: none !important; }
    .card-article-highlight-content1--highlight a .card-body.bg-white {
      padding: 0.5rem 0 0;
      background-color: var(--dark) !important; }
      .card-article-highlight-content1--highlight a .card-body.bg-white h3 {
        margin-bottom: 0.75rem;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 3.15rem;
        /* Fallback for non-webkit */
        font-size: 1.125rem;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .card-article-highlight-content1--highlight a .card-body.bg-white p {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 2.45rem;
        /* Fallback for non-webkit */
        font-size: 0.875rem;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
  .card-article-highlight-content1--side {
    background-color: transparent;
    box-shadow: none !important; }
    .card-article-highlight-content1--side a {
      display: flex;
      box-shadow: none !important;
      padding-bottom: 1rem;
      border-radius: 0;
      border-bottom: 1px solid var(--grey2); }
      .card-article-highlight-content1--side a .card-image {
        width: 36%;
        border-radius: 0.25rem;
        overflow: hidden; }
        .card-article-highlight-content1--side a .card-image:after {
          content: "";
          display: block;
          padding-top: 90%; }
      .card-article-highlight-content1--side a .card-body {
        width: 64%;
        padding: 0rem 0.5rem 0rem 1rem;
        flex-flow: wrap;
        align-items: center;
        background-color: transparent; }
        .card-article-highlight-content1--side a .card-body h3 {
          width: 100%;
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          height: 3.4125rem;
          /* Fallback for non-webkit */
          font-size: 0.875rem;
          line-height: 1.3;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-weight: 400;
          margin-bottom: 0.75rem; }
        .card-article-highlight-content1--side a .card-body .date {
          background-color: var(--blue-7);
          color: var(--blindness);
          padding: 0.4rem 0.5rem;
          font-size: 0.75rem; }
          .card-article-highlight-content1--side a .card-body .date i {
            font-size: .875rem; }
        .card-article-highlight-content1--side a .card-body .readmore__icon, .card-article-highlight-content1--side a .card-body .readmore__text {
          display: none; }
  .card-article-highlight-content2--highlight {
    padding: 1rem;
    border-radius: 0.325rem; }
    .card-article-highlight-content2--highlight a {
      display: flex;
      align-items: center; }
      .card-article-highlight-content2--highlight a .card-image {
        width: 55%;
        border-radius: 5px;
        overflow: hidden; }
      .card-article-highlight-content2--highlight a .card-body {
        width: 45%; }
  .card-article-content2 a .card-body h3 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 4.78125rem;
    /* Fallback for non-webkit */
    font-size: 1.0625rem;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .accordion-item {
    margin-bottom: 1.5rem; }
  .accordion-button {
    padding: 1.5rem; }
    .accordion-button img {
      width: 2rem; }
  .accordion-body {
    padding: 2rem;
    padding-top: 0; } }

@media only screen and (min-width: 992px) {
  .card-article-highlight-content1 a .card-body {
    padding: 1rem 1rem 1.5rem; }
    .card-article-highlight-content1 a .card-body h3 {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 4.725rem;
      /* Fallback for non-webkit */
      font-size: 1.125rem;
      line-height: 1.4;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .card-article-highlight-content1--highlight {
    padding: 1.25rem; }
    .card-article-highlight-content1--highlight a .card-image::after {
      padding-top: 58%; }
    .card-article-highlight-content1--highlight a .card-body.bg-white {
      padding: 1rem 0 0;
      background-color: var(--dark) !important; }
      .card-article-highlight-content1--highlight a .card-body.bg-white h3 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 4.125rem;
        /* Fallback for non-webkit */
        font-size: 1.375rem;
        line-height: 1.5;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .card-article-highlight-content1--highlight a .card-body.bg-white p {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 3rem;
        /* Fallback for non-webkit */
        font-size: 1rem;
        line-height: 1.5;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
  .card-article-highlight-content1--side a {
    padding-bottom: 1.5rem; }
    .card-article-highlight-content1--side a .card-image {
      width: 34%; }
      .card-article-highlight-content1--side a .card-image:after {
        padding-top: 95%; }
    .card-article-highlight-content1--side a .card-body {
      width: 66%;
      padding: 0rem 0.5rem 0rem 1.5rem; }
      .card-article-highlight-content1--side a .card-body h3 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 4.2rem;
        /* Fallback for non-webkit */
        font-size: 1rem;
        line-height: 1.4;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .card-article-highlight-content1--side a .card-body .readmore__text {
        font-size: 0.875rem;
        display: block;
        color: var(--blue-1); }
      .card-article-highlight-content1--side a .card-body-footer {
        justify-content: space-between;
        width: 100%;
        align-items: center; }
  .card-article-highlight-content2--highlight a .card-body {
    padding: 1.5rem 1.5rem 1rem 2rem !important; }
    .card-article-highlight-content2--highlight a .card-body h3 {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 4.2rem;
      /* Fallback for non-webkit */
      font-size: 1.5rem;
      line-height: 1.4;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 1.5rem; }
    .card-article-highlight-content2--highlight a .card-body p {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 2.8rem;
      /* Fallback for non-webkit */
      font-size: 1rem;
      line-height: 1.4;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 3rem; }
    .card-article-highlight-content2--highlight a .card-body .publish-date {
      font-size: 1rem; }
  .card-article-highlight-content2 a .card-body {
    padding: 1.5rem 1.5rem 1rem; }
    .card-article-highlight-content2 a .card-body .publish-date {
      font-size: 0.875rem; } }

@media only screen and (min-width: 1200px) {
  .card-article-highlight-content1--highlight {
    padding: 1.5rem; }
    .card-article-highlight-content1--highlight a .card-image .date {
      font-size: 1rem; }
      .card-article-highlight-content1--highlight a .card-image .date span[aria-hidden=true] {
        font-size: 1.5rem; }
  .card-article-highlight-content1--side a .card-body .readmore__text {
    font-size: 0.875rem; }
  .card-article-highlight-content1--side a .card-body .date {
    font-size: 0.95rem; }
    .card-article-highlight-content1--side a .card-body .date span[aria-hidden=true] {
      font-size: 1.25rem; }
  .accordion-button {
    padding: 2rem; }
    .accordion-button img {
      width: 2.5rem;
      margin-right: 2rem; }
  .accordion-body {
    padding: 2rem;
    padding-top: 0; } }

@media only screen and (min-width: 1400px) {
  .card-article-highlight-content1--side a .card-image {
    width: 32%; }
  .card-article-highlight-content1--side a .card-body {
    width: 68%;
    padding-left: 1.5rem; }
    .card-article-highlight-content1--side a .card-body h3 {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 4.725rem;
      /* Fallback for non-webkit */
      font-size: 1.125rem;
      line-height: 1.4;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .card-article-highlight-content2--highlight a .card-image {
    width: 58%; }
  .card-article-highlight-content2--highlight a .card-body {
    width: 42%; } }

.tab-content-slide .tab-pane {
  display: block !important;
  height: 0;
  pointer-events: none; }
  .tab-content-slide .tab-pane.active {
    height: 100%;
    pointer-events: all; }

.owl-dots {
  margin-top: 1.5rem; }
  .owl-dots .owl-dot {
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    margin-right: .25rem !important; }
    .owl-dots .owl-dot span {
      width: 1rem;
      height: 1rem;
      background: var(--grey2) !important;
      margin: 0 !important; }
    .owl-dots .owl-dot.active, .owl-dots .owl-dot:hover {
      border: 1px solid var(--primary); }
      .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
        background: var(--primary) !important; }

.owl-nav {
  display: none; }

@media only screen and (min-width: 1200px) {
  .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    display: block;
    margin-top: 0 !important; }
    .owl-nav .owl-prev,
    .owl-nav .owl-next {
      font-family: "fontello" !important;
      background-color: var(--grey) !important;
      border-radius: 0 !important;
      border: 0;
      width: 2.125rem;
      height: 2.125rem;
      text-align: center;
      color: var(--white) !important;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.161);
      font-size: .9rem !important; }
      .owl-nav .owl-prev.disabled,
      .owl-nav .owl-next.disabled {
        opacity: 0.8;
        background-color: var(--grey) !important; }
      .owl-nav .owl-prev span,
      .owl-nav .owl-next span {
        display: none; }
      .owl-nav .owl-prev:hover,
      .owl-nav .owl-next:hover {
        background-color: var(--grey4) !important; }
    .owl-nav .owl-prev {
      position: absolute;
      left: -3rem;
      top: -.55rem; }
      .owl-nav .owl-prev:before {
        content: '\f007';
        display: block; }
    .owl-nav .owl-next {
      position: absolute;
      right: -3rem;
      top: -.55rem; }
      .owl-nav .owl-next:before {
        content: '\f006';
        display: block; } }

.bootstrap-select .dropdown-toggle {
  background-color: var(--dark) !important;
  color: var(--font-color);
  border-radius: 5px;
  padding: 5px 1rem;
  border: 0;
  height: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    border: 0; }
  .bootstrap-select .dropdown-toggle::after {
    content: '\f004';
    font-family: "fontello";
    border: 0;
    color: var(--font-color);
    font-size: .875rem;
    margin-left: 4px;
    margin-top: 2px; }
  .bootstrap-select .dropdown-toggle.bs-placeholder {
    color: var(--placeholder) !important; }
  .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center; }

.bootstrap-select .dropdown-menu {
  background-color: var(--dark); }
  .bootstrap-select .dropdown-menu ul li {
    background-color: var(--dark); }
    .bootstrap-select .dropdown-menu ul li .dropdown-item {
      color: var(--font-color); }
      .bootstrap-select .dropdown-menu ul li .dropdown-item.active {
        background-color: var(--primary);
        color: var(--white); }
      .bootstrap-select .dropdown-menu ul li .dropdown-item:hover:not(.active) {
        background-color: #024caf3b; }

.bootstrap-select-outline {
  width: auto !important; }
  .bootstrap-select-outline .dropdown-toggle {
    border: 1px solid var(--blue-2) !important;
    background-color: transparent;
    box-shadow: none; }
    .bootstrap-select-outline .dropdown-toggle .filter-option {
      justify-content: center; }
  .bootstrap-select-outline .dropdown-menu {
    padding: 0;
    border: 1px solid var(--blue-2); }
    .bootstrap-select-outline .dropdown-menu ul li {
      text-align: center;
      border-bottom: 1.5px solid #EAEAEA; }
      .bootstrap-select-outline .dropdown-menu ul li .dropdown-item {
        padding: 0.5rem; }
        .bootstrap-select-outline .dropdown-menu ul li .dropdown-item.active {
          background-color: var(--primary) !important;
          color: var(--white) !important; }
        .bootstrap-select-outline .dropdown-menu ul li .dropdown-item:hover:not(.active) {
          background-color: var(--white) !important;
          color: var(--primary); }

.pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column; }
  .pagination .page-numbers {
    width: 1.75rem;
    height: 2.5rem;
    background-color: var(--dark);
    color: var(--font-color);
    margin-right: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 3px; }
    .pagination .page-numbers:hover, .pagination .page-numbers.active {
      background-color: var(--primary);
      color: var(--blindness);
      font-weight: 600; }
  .pagination .next, .pagination .prev, .pagination .first, .pagination .last {
    background-color: transparent !important;
    font-size: 1.5rem;
    color: var(--font-color); }
    .pagination .next:hover, .pagination .prev:hover, .pagination .first:hover, .pagination .last:hover {
      color: var(--primary); }
  .pagination .entry {
    width: 100%;
    margin-bottom: 1rem; }
  .pagination .page-ppp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: .875rem;
    margin: 2rem auto 0; }
    .pagination .page-ppp .bootstrap-select {
      width: auto !important;
      margin: 0 .5rem; }
      .pagination .page-ppp .bootstrap-select .dropdown-toggle {
        background-color: var(--dark);
        color: var(--font-color);
        font-size: .875rem;
        border-radius: 5px;
        padding: 5px 4px;
        border: 0; }
        .pagination .page-ppp .bootstrap-select .dropdown-toggle:after {
          content: '\E80C';
          font-family: "fontello";
          border: 0;
          color: var(--font-color);
          font-size: .45rem;
          margin-left: 4px;
          margin-top: 2px; }
        .pagination .page-ppp .bootstrap-select .dropdown-toggle:focus {
          outline: none !important; }
        .pagination .page-ppp .bootstrap-select .dropdown-toggle.show::after {
          content: "\E80D"; }

.accordion + .pagination {
  margin-top: 2.75rem; }
  .accordion + .pagination .pagination-wrapper {
    width: 100%;
    justify-content: center; }
  .accordion + .pagination .page-ppp {
    margin: 1.5rem auto 0; }

@media only screen and (min-width: 992px) {
  .pagination {
    flex-flow: row; }
    .pagination .page-ppp {
      position: absolute;
      right: 1.5rem;
      top: 50%;
      transform: translateY(-50%);
      margin-right: 0;
      margin-top: 0 !important; }
    .pagination .entry {
      width: auto;
      margin-bottom: 0; }
    .pagination.side-bar .pagination-wrapper {
      padding: 0;
      justify-content: start; } }

@media only screen and (min-width: 1200px) {
  .pagination.side-bar .pagination-wrapper {
    justify-content: center; } }

.table {
  font-size: .925rem; }
  .table thead {
    background: var(--primary); }
    .table thead th {
      font-weight: 400;
      color: var(--blindness);
      white-space: nowrap;
      padding: .875rem; }
      .table thead th span[data-sort] span, .table thead th[data-sort] span {
        position: relative;
        padding-right: 1rem;
        cursor: pointer; }
        .table thead th span[data-sort] span::before, .table thead th span[data-sort] span::after, .table thead th[data-sort] span::before, .table thead th[data-sort] span::after {
          position: absolute;
          font-family: "fontello";
          color: var(--white);
          right: -3px;
          font-size: 0.7rem; }
        .table thead th span[data-sort] span::before, .table thead th[data-sort] span::before {
          content: '\f005';
          -webkit-transform: translateY(-75%);
          -moz-transform: translateY(-75%);
          -ms-transform: translateY(-75%);
          transform: translateY(-75%);
          top: 50%; }
        .table thead th span[data-sort] span::after, .table thead th[data-sort] span::after {
          content: '\f004';
          -webkit-transform: translateY(-25%);
          -moz-transform: translateY(-25%);
          -ms-transform: translateY(-25%);
          transform: translateY(-25%);
          top: 50%; }
      .table thead th span[data-sort].asc span, .table thead th[data-sort].asc span {
        color: var(--white); }
        .table thead th span[data-sort].asc span::before, .table thead th[data-sort].asc span::before {
          color: var(--white);
          opacity: 1; }
        .table thead th span[data-sort].asc span::after, .table thead th[data-sort].asc span::after {
          opacity: .5; }
      .table thead th span[data-sort].desc span, .table thead th[data-sort].desc span {
        color: var(--white); }
        .table thead th span[data-sort].desc span::before, .table thead th[data-sort].desc span::before {
          opacity: .5; }
        .table thead th span[data-sort].desc span::after, .table thead th[data-sort].desc span::after {
          color: var(--white);
          opacity: 1; }
  .table tr td {
    padding: .5rem .875rem;
    border: 0; }
    .table tr td a {
      color: var(--secondary);
      text-decoration: none; }
    .table tr td .ql-editor {
      padding-bottom: 0; }
      .table tr td .ql-editor p a {
        display: inline; }
        .table tr td .ql-editor p a:hover {
          text-decoration: underline; }
    .table tr td ol, .table tr td ul {
      margin-bottom: 0; }
      .table tr td ol a, .table tr td ul a {
        color: inherit; }
  .table tr:first-child td {
    padding-top: 1.5rem; }

.data-table {
  width: 100%; }
  .data-table-content {
    background-color: #fff;
    border-radius: 0.625rem;
    padding: 1.5rem;
    width: 100%;
    margin-bottom: 3.75rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
    .data-table-content .frm-search-table {
      box-shadow: 0px 0px 10px 0px #00000026;
      border-radius: 0.625rem;
      padding: 0.75rem 1.5rem;
      margin-bottom: 1.5rem; }
      .data-table-content .frm-search-table form {
        display: flex;
        align-items: center;
        width: 100%; }
        .data-table-content .frm-search-table form .form-search {
          flex: 1 1 auto; }
          .data-table-content .frm-search-table form .form-search input {
            border-color: transparent;
            box-shadow: none; }
            .data-table-content .frm-search-table form .form-search input::placeholder {
              color: var(--grey3);
              opacity: 1; }
            .data-table-content .frm-search-table form .form-search input:-ms-input-placeholder {
              color: var(--grey3); }
            .data-table-content .frm-search-table form .form-search input::-ms-input-placeholder {
              color: var(--grey3); }
        .data-table-content .frm-search-table form button {
          flex: 0 0 auto;
          background-color: var(--primary);
          color: var(--blindness);
          padding: 0.5rem 1.75rem;
          font-size: .875rem; }
    .data-table-content table {
      min-width: 32rem; }
  .data-table .pagination-wrapper {
    padding: 0 1.5rem; }
    @media only screen and (min-width: 1200px) {
      .data-table .pagination-wrapper {
        margin: auto; } }
  .data-table .loading-data {
    padding: 3rem 0; }

.quill-better-table {
  max-width: 100%;
  table-layout: fixed;
  background-color: #FFF; }
  .quill-better-table-wrapper {
    overflow-x: auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  .quill-better-table tbody tr:first-child {
    background: var(--primary); }
    .quill-better-table tbody tr:first-child td {
      font-weight: 400;
      color: var(--blindness);
      white-space: nowrap;
      padding: .875rem;
      text-align: center; }
  .quill-better-table tbody tr td {
    vertical-align: baseline;
    padding: .75rem .875rem .875rem;
    padding-bottom: .5rem;
    font-size: .875rem; }
    .quill-better-table tbody tr td:first-child {
      padding-left: 1.5rem; }
    .quill-better-table tbody tr td:last-child {
      padding-right: 1.5rem; }
    .quill-better-table tbody tr td a {
      color: var(--primary); }
  .quill-better-table tbody tr:last-child td {
    padding-bottom: 1rem; }

.tinymce ul {
  margin-bottom: 0; }

@media only screen and (min-width: 1200px) {
  .quill-better-table {
    width: 100% !important;
    table-layout: inherit; }
    .quill-better-table-wrapper {
      width: 100%; } }

.title__page {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center; }
  .title__page--search {
    flex-flow: column; }
    .title__page--search .search {
      margin-top: 1rem; }
      .title__page--search .search .form-search {
        position: relative; }
        .title__page--search .search .form-search input {
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          border-radius: 5px;
          width: 100%;
          padding-right: 2rem;
          padding-right: 2.5rem; }
          .title__page--search .search .form-search input::placeholder {
            color: #C9C9C9;
            font-size: .875rem; }
        .title__page--search .search .form-search i {
          position: absolute;
          right: 0.5rem;
          top: 48%;
          transform: translateY(-50%);
          font-size: 1.25rem; }
  .title__page a {
    color: inherit;
    margin-left: .5rem;
    line-height: .2; }
    .title__page a i {
      font-size: 1rem; }
    .title__page a:hover {
      color: var(--secondary); }

@media only screen and (min-width: 576px) {
  .title__page {
    font-size: 1.25rem; } }

@media only screen and (min-width: 768px) {
  .title__page {
    font-size: 1.375rem; }
    .title__page--search {
      flex-flow: row;
      justify-content: space-between; } }

@media only screen and (min-width: 1200px) {
  .title__page {
    font-size: 1.5rem; }
    .title__page--style2 {
      font-size: 1.875rem; } }

.template__title {
  text-align: center;
  font-size: 1.5rem; }

.template__search .form-search {
  position: relative;
  width: 80%;
  margin: 0 auto; }
  .template__search .form-search input {
    border-radius: 5px;
    width: 100%;
    padding-right: 2rem;
    padding-right: 2.5rem;
    height: 2.75rem;
    border: 0;
    color: var(--font-color); }
    .template__search .form-search input::placeholder {
      color: var(--placeholder); }
    .template__search .form-search input:focus {
      box-shadow: none !important; }
  .template__search .form-search button {
    position: absolute;
    right: 0.5rem;
    top: 48%;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent; }
    .template__search .form-search button i {
      font-size: 1.25rem;
      color: var(--font-color); }

.template__banner-highlight__bg {
  position: relative;
  padding-top: 1rem; }
  .template__banner-highlight__bg .bg {
    position: absolute;
    top: 0;
    right: -1rem;
    width: 85px; }
  .template__banner-highlight__bg.no-bg {
    padding-top: 0; }
    .template__banner-highlight__bg.no-bg .bg {
      display: none; }

.template__banner-highlight__carousel .iframe:after {
  content: "";
  display: block;
  padding-top: 56.25%; }

.template__side .template__title {
  text-align: left; }

.template__side hr {
  border: 1px solid var(--blue-6);
  opacity: 1; }

.template__side .dropdown-category {
  position: relative;
  z-index: 6; }
  .template__side .dropdown-category .ch-category {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .template__side .dropdown-category .ch-category:checked ~ .side-menu {
      display: block; }
    .template__side .dropdown-category .ch-category:checked ~ .dropdown-selected:after {
      transform: rotate(-180deg); }
  .template__side .dropdown-category .dropdown-selected {
    width: 80%;
    margin: 0 auto;
    border-radius: 0.35rem;
    justify-content: space-between;
    display: flex;
    align-items: center;
    border: 1px solid var(--blue-6);
    margin: 0 auto 2rem;
    padding: 0.5rem 1rem 0.5rem 0.5rem; }
    .template__side .dropdown-category .dropdown-selected:after {
      content: "\F004";
      font-family: "fontello";
      color: var(--blue-2);
      font-size: 1rem;
      display: block;
      pointer-events: none; }

.template__side .side-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 3;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  top: 2.875rem;
  background-color: var(--cream);
  border: 1px solid var(--blue-6);
  border-radius: 0.35rem;
  max-height: 400px;
  overflow-y: auto;
  display: none; }
  .template__side .side-menu li {
    border-bottom: 2px solid #EAEAEA; }
    .template__side .side-menu li:last-child {
      border-bottom: 0; }
    .template__side .side-menu li .menu-item {
      display: flex;
      justify-content: space-between;
      cursor: pointer; }
      .template__side .side-menu li .menu-item .link {
        display: flex;
        width: calc(100%); }
      .template__side .side-menu li .menu-item.is-parent .link {
        width: calc(100% - 1.875rem); }
      .template__side .side-menu li .menu-item.is-parent .arrow {
        width: 1.875rem;
        display: flex;
        align-items: center;
        justify-content: center; }
      .template__side .side-menu li .menu-item a {
        display: inline-flex;
        text-decoration: none;
        color: inherit;
        width: 100%;
        padding: 0.75rem .5rem; }
      .template__side .side-menu li .menu-item:hover, .template__side .side-menu li .menu-item.active {
        background-color: var(--blue-6);
        border-radius: 3px; }
        .template__side .side-menu li .menu-item:hover:before, .template__side .side-menu li .menu-item:hover:after, .template__side .side-menu li .menu-item.active:before, .template__side .side-menu li .menu-item.active:after {
          color: var(--blindness-2); }
        .template__side .side-menu li .menu-item:hover a, .template__side .side-menu li .menu-item.active a {
          color: var(--blindness-2); }
          .template__side .side-menu li .menu-item:hover a:before, .template__side .side-menu li .menu-item.active a:before {
            color: var(--blindness-2); }
        .template__side .side-menu li .menu-item:hover .arrow i, .template__side .side-menu li .menu-item.active .arrow i {
          color: var(--blindness-2); }
      .template__side .side-menu li .menu-item.open .arrow i {
        transform: rotate(-180deg); }
  .template__side .side-menu .side-submenu {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0.5rem;
    display: none; }
    .template__side .side-menu .side-submenu li {
      border-bottom: 0; }
      .template__side .side-menu .side-submenu li .menu-item a {
        padding: .5rem 0 .5rem 2rem; }
      .template__side .side-menu .side-submenu li:last-child {
        border-bottom: 0; }
  .template__side .side-menu li ul li ul li .menu-item a {
    padding: .5rem 0 .5rem 4rem !important; }
  .template__side .side-menu li ul li ul li ul li .menu-item a {
    padding: .5rem 0 .5rem 6rem !important; }

.template__tab {
  overflow-x: auto; }
  .template__tab::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 10px; }
  .template__tab::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #f5f5f5; }
  .template__tab::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 10px; }
  .template__tab li {
    margin-right: 1rem; }
    .template__tab li a {
      color: var(--grey3);
      padding: 0.5rem 0;
      display: block;
      white-space: nowrap; }
    .template__tab li:hover a, .template__tab li.active a {
      color: var(--primary); }
    .template__tab li.active::after {
      background-color: var(--primary); }
    .template__tab li:after {
      content: "";
      display: block;
      background-color: transparent;
      height: 6px;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px; }

@media only screen and (min-width: 768px) {
  .template__title {
    font-size: 1.375rem; }
  .template__title-search {
    display: flex;
    justify-content: space-between; }
    .template__title-search .template__title {
      width: 50%;
      text-align: left; }
    .template__title-search .template__search {
      width: 50%; }
      .template__title-search .template__search .form-search {
        width: 100%;
        max-width: 16rem;
        margin-left: auto;
        margin-right: 0; }
        .template__title-search .template__search .form-search input {
          height: 2.75rem;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  .template__banner-highlight__bg {
    padding-top: 1.5rem; }
    .template__banner-highlight__bg .bg {
      right: -1rem;
      width: 120px; }
  .template__side .dropdown-category .dropdown-selected,
  .template__side .dropdown-category .ch-category {
    display: none; }
  .template__side .side-menu {
    width: 100%;
    border: 0;
    position: relative;
    display: block;
    top: 0;
    border-radius: 0;
    max-height: 100%; }
    .template__side .side-menu li .menu-item {
      border-radius: 0.375rem; }
      .template__side .side-menu li .menu-item a:before {
        content: "\2022";
        color: var(--font-color);
        font-weight: bold;
        display: inline-block;
        width: 0.75em; }
      .template__side .side-menu li .menu-item a span {
        display: inline-block;
        width: calc(100% - 6px); } }

@media only screen and (min-width: 992px) {
  .template__title {
    font-size: 1.5rem; } }

@media only screen and (min-width: 1200px) {
  h2.template__title {
    font-size: 2rem; }
  .template__title-search .template__search .form-search {
    max-width: 18rem; }
    .template__title-search .template__search .form-search input {
      height: 2.75rem; }
      .template__title-search .template__search .form-search input::placeholder {
        font-size: 1rem; }
    .template__title-search .template__search .form-search i {
      font-size: 1.375rem; }
  .template__banner-highlight__bg {
    padding-top: 3rem; }
    .template__banner-highlight__bg .bg {
      width: 160px;
      right: -2.5rem; }
    .template__banner-highlight__bg.no-bg .template__banner-highlight__carousel .owl-nav .owl-prev {
      left: -0.25rem; }
    .template__banner-highlight__bg.no-bg .template__banner-highlight__carousel .owl-nav .owl-next {
      right: -0.25rem; }
  .template__banner-highlight__carousel .owl-nav [class*="owl-"] {
    width: 2.25rem;
    height: 2.25rem;
    background-color: var(--grey) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem; }
    .template__banner-highlight__carousel .owl-nav [class*="owl-"]:hover {
      background-color: var(--grey5); }
  .template__banner-highlight__carousel .owl-nav .owl-prev {
    left: -3.5rem; }
  .template__banner-highlight__carousel .owl-nav .owl-next {
    right: -3.5rem; }
  .template__side .template__title {
    font-size: 1.5rem; }
  .template__side .side-menu li .menu-item {
    font-size: 1rem; } }

.form-control-word {
  position: sticky;
  top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  background-color: var(--cream);
  z-index: 5; }
  .form-control-word .form-control {
    max-width: 15rem; }
    .form-control-word .form-control:focus {
      box-shadow: none;
      outline: none; }
  .form-control-word--btn {
    margin: 0 0.5rem; }
    .form-control-word--btn .btn {
      padding: 0.25rem;
      border: 0; }
      .form-control-word--btn .btn:disabled {
        opacity: 0.4;
        border: 0; }
  @media only screen and (min-width: 768px) {
    .form-control-word {
      justify-content: end;
      top: 4.75rem; } }
  @media only screen and (min-width: 1200px) {
    .form-control-word {
      top: 7.875rem; } }

mark.match {
  padding: 0; }

.highlighted {
  background-color: #fff34d; }

.highlight {
  background-color: #fff34d; }

.highlight {
  padding: 1px 4px;
  margin: 0 -4px; }

.template-default .form-control-word .ql-editor, .template-default .single__content .ql-editor {
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .template-default .form-control-word .ql-editor, .template-default .single__content .ql-editor {
      margin-top: 4rem; } }
  @media only screen and (min-width: 992px) {
    .template-default .form-control-word .ql-editor, .template-default .single__content .ql-editor {
      margin-top: 3rem; } }

/* Cookie
   ========================================================================== 

*/
.cookie-consent {
  position: fixed;
  transition: bottom 0.5s;
  bottom: -200px;
  width: 100%;
  z-index: 10;
  opacity: 0;
  font-size: 0.85rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1rem;
  background: var(--blindness-3); }
  .cookie-consent h2 {
    font-weight: 700;
    font-size: 1.5rem !important; }
  .cookie-consent a {
    color: var(--violet); }
  .cookie-consent p {
    margin-bottom: 0; }
  .cookie-consent .btn-close-consent {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
    transition: all 0.3s; }
    .cookie-consent .btn-close-consent:hover {
      opacity: 1;
      transform: rotate(-90deg); }
  .cookie-consent.show {
    bottom: 0;
    opacity: 1; }
  @media only screen and (min-width: 1200px) {
    .cookie-consent {
      left: 50%;
      transform: translateX(-50%);
      border-radius: 1rem;
      width: 85%;
      max-width: 1000px; }
      .cookie-consent.show {
        bottom: 1rem; } }
  @media only screen and (min-width: 1400px) {
    .cookie-consent {
      padding: 2rem; } }

/* Modal
     ========================================================================== 
  
  */
.modal-cookie .modal-content .modal-header {
  background-color: #fff;
  text-align: left;
  color: #322f32;
  font-size: 1.375rem;
  justify-content: start;
  font-weight: 700; }
  .modal-cookie .modal-content .modal-header .btn-close {
    transform: scale(0.6); }

.modal-cookie .modal-content .modal-body {
  padding: 1rem; }
  .modal-cookie .modal-content .modal-body .cookie-item {
    color: #414141;
    border-bottom: 1px solid #eee; }
    .modal-cookie .modal-content .modal-body .cookie-item-header {
      display: flex;
      align-content: center;
      justify-content: space-between;
      margin-bottom: 0.35rem; }
      .modal-cookie .modal-content .modal-body .cookie-item-header .title {
        font-weight: 700;
        white-space: nowrap; }
      .modal-cookie .modal-content .modal-body .cookie-item-header .status {
        margin-right: 0.5rem; }
        .modal-cookie .modal-content .modal-body .cookie-item-header .status .text-orange {
          font-weight: 700;
          color: var(--primary) !important; }
        .modal-cookie .modal-content .modal-body .cookie-item-header .status .status-check {
          position: relative;
          width: 65px;
          height: 28px;
          cursor: pointer; }
          .modal-cookie .modal-content .modal-body .cookie-item-header .status .status-check input {
            width: 100%;
            height: 100%;
            pointer-events: all; }
            .modal-cookie .modal-content .modal-body .cookie-item-header .status .status-check input:checked + .slider {
              background-color: var(--primary); }
              .modal-cookie .modal-content .modal-body .cookie-item-header .status .status-check input:checked + .slider::before {
                transform: translateX(37px); }
              .modal-cookie .modal-content .modal-body .cookie-item-header .status .status-check input:checked + .slider::after {
                content: "เปิด";
                left: 9px; }
          .modal-cookie .modal-content .modal-body .cookie-item-header .status .status-check .slider {
            position: absolute;
            border-radius: 30px;
            width: 100%;
            height: 100%;
            background-color: #ccc;
            top: 0;
            right: 0;
            color: #fff;
            cursor: pointer; }
            .modal-cookie .modal-content .modal-body .cookie-item-header .status .status-check .slider::before, .modal-cookie .modal-content .modal-body .cookie-item-header .status .status-check .slider::after {
              display: block;
              position: absolute;
              pointer-events: none;
              width: 18px;
              height: 18px; }
            .modal-cookie .modal-content .modal-body .cookie-item-header .status .status-check .slider::before {
              content: "";
              border-radius: 50%;
              background-color: #fff;
              left: 5px;
              top: 5px;
              transition: 0.2s; }
            .modal-cookie .modal-content .modal-body .cookie-item-header .status .status-check .slider::after {
              content: "ปิด";
              right: 9px;
              font-weight: 300;
              top: 2px; }
    .modal-cookie .modal-content .modal-body .cookie-item-detail {
      text-align: left;
      text-indent: 2rem;
      font-size: 1rem; }

.modal-cookie .modal-content .modal-footer {
  border-top: 1px solid #dee2e6 !important;
  padding-bottom: 1rem; }
  .modal-cookie .modal-content .modal-footer .btn-submit {
    background-color: var(--violet);
    color: var(--white);
    font-size: 1.125rem; }
    .modal-cookie .modal-content .modal-footer .btn-submit:hover {
      background-color: var(--violet-dark); }

.pb-container {
  position: relative; }
  .pb-container.bg-curve-top::before {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--cream);
    clip-path: ellipse(90vw 100% at 50% 100%);
    -webkit-clip-path: ellipse(90vw 100% at 50% 100%);
    width: 100%;
    z-index: 2;
    height: 5rem;
    bottom: 0;
    left: 0; }
  .pb-container.bg-curve-bottom {
    padding-top: 10rem;
    padding-bottom: 8rem;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .pb-container.bg-curve-bottom::before {
      content: "";
      display: block;
      position: absolute;
      background-color: var(--cream);
      clip-path: ellipse(79vw 100% at 52% 100%);
      -webkit-clip-path: ellipse(79vw 100% at 52% 100%);
      transform: rotate(180deg);
      width: 100%;
      left: 0;
      height: 5rem;
      top: -2px;
      left: 0;
      z-index: 2; }
  .pb-container.bg-curve-center {
    position: relative; }
    .pb-container.bg-curve-center::before {
      content: "";
      display: block;
      position: absolute;
      background-color: var(--cream);
      clip-path: ellipse(180vw 100% at 52% 100%);
      -webkit-clip-path: ellipse(180vw 100% at 52% 100%);
      transform: rotate(180deg);
      width: 100%;
      left: 0;
      height: 70%;
      top: -2px;
      left: 0; }

.pb-element-separator_line > span {
  display: block; }

.pb-element-post_slider .card-article-highlight-content1--side {
  margin-bottom: 2rem !important; }
  .pb-element-post_slider .card-article-highlight-content1--side:last-child {
    margin-bottom: 0 !important; }
    .pb-element-post_slider .card-article-highlight-content1--side:last-child a {
      padding-bottom: 0;
      border-bottom: 0; }

.pb-element-post_list .card-article-content1_1 a .card-body h3 {
  color: var(--font-color);
  font-weight: 500; }

.pb-element-post_list .card-article-content1_1 a .card-body .date {
  color: var(--grey3); }

.pb-element-post_list .card-article-content1_1 a:hover .card-body h3 {
  color: var(--secondary); }

.pb-element-post_list .card-side {
  margin-bottom: 1rem; }
  .pb-element-post_list .card-side a {
    display: flex;
    align-items: center;
    box-shadow: none; }
    .pb-element-post_list .card-side a .card-image {
      width: 7.8rem;
      height: 7.8rem; }
    .pb-element-post_list .card-side a .card-body {
      width: calc(100% - 5rem);
      padding-left: .5rem; }
      .pb-element-post_list .card-side a .card-body h3 {
        font-weight: 400;
        font-size: .875rem;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 2.8rem;
        /* Fallback for non-webkit */
        font-size: 1rem;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .pb-element-post_list .card-side a .card-body.bg-white {
        position: relative;
        transform: translateY(0%); }

.pb-element-text_block p {
  margin-bottom: 0; }

.pb-element-button_slider a {
  text-decoration: none;
  display: flex;
  height: 100%;
  align-items: center; }

.pb-element-button_slider .btn {
  padding: 1.25rem 1rem;
  border-radius: 0.25rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  background-color: var(--white); }
  .pb-element-button_slider .btn .icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue-4);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .pb-element-button_slider .btn .icon img {
      max-width: 100%; }
    .pb-element-button_slider .btn .icon span[aria-hidden=true] {
      color: var(--blue-1); }
  .pb-element-button_slider .btn .text {
    margin-top: 1rem;
    color: var(--font-color);
    width: 100%;
    text-align: center;
    display: flex; }
  .pb-element-button_slider .btn:hover {
    background-color: var(--blue-7); }
    .pb-element-button_slider .btn:hover .icon {
      background-color: var(--secondary); }
      .pb-element-button_slider .btn:hover .icon img {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1); }
      .pb-element-button_slider .btn:hover .icon span[aria-hidden=true] {
        color: var(--white); }
    .pb-element-button_slider .btn:hover .text {
      font-weight: 600;
      color: var(--white); }
    .pb-element-button_slider .btn:hover.image-color .icon img {
      filter: none !important;
      -webkit-filter: none !important; }
    .pb-element-button_slider .btn:hover.image-color .icon span[aria-hidden="true"] {
      color: inherit; }

.pb-element-button_slider .owl-stage {
  display: flex;
  align-items: stretch; }

.pb-element-button_slider.button_slider-center .owl-carousel {
  display: flex;
  justify-content: center; }

.pb-element-search_form {
  background-color: var(--dark-5) !important;
  border-radius: 0.75rem;
  padding: 2.5rem 1rem; }
  .pb-element-search_form-form {
    background-color: var(--dark);
    border: 2px solid var(--blue-2);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding: 1rem; }
    .pb-element-search_form-form .form-input {
      width: 65%;
      display: flex;
      align-items: center;
      color: var(--font-color);
      border-right: 1px solid #ced1dd; }
      .pb-element-search_form-form .form-input > input {
        border: 0;
        font-size: 0.875rem;
        width: 90%;
        background-color: var(--dark);
        color: var(--font-color); }
        .pb-element-search_form-form .form-input > input:focus {
          box-shadow: none;
          outline: 0; }
    .pb-element-search_form-form .form-category {
      width: 35%; }
      .pb-element-search_form-form .form-category .bootstrap-select {
        width: 100% !important;
        padding-left: 0.5rem; }
        .pb-element-search_form-form .form-category .bootstrap-select .btn-light {
          color: var(--blue-1);
          font-size: 0.875rem;
          box-shadow: none; }
    .pb-element-search_form-form input[type="submit"] {
      width: 100%;
      background-color: var(--blue-3);
      color: var(--white); }

.pb-element-single_image.style18 {
  width: 6.5rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem 2rem 2rem 0.5rem; }
  .pb-element-single_image.style18 img {
    width: 3rem; }

.pb-element-single_image.style19 {
  width: 5.5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% 50% 0 50%; }
  .pb-element-single_image.style19 img {
    width: 3rem; }

.pb-element-button .btn {
  padding: 0.5rem 1.5rem; }

.pb-element-post_slider_group-tab {
  text-align: center;
  text-decoration: none;
  border-radius: 0.25rem;
  padding: 0.65rem 1.5rem;
  color: var(--blue-1); }
  .pb-element-post_slider_group-tab.active {
    color: var(--white);
    background-color: var(--blue-6); }
  .pb-element-post_slider_group-tab:hover:not(.active) {
    color: var(--dark-2); }

.pb-element-post_slider_group-content.active {
  display: block; }

.pb-element-button_grid-heading {
  font-size: 1.375rem; }
  @media only screen and (min-width: 992px) {
    .pb-element-button_grid-heading {
      font-size: 1.625rem; } }

.pb-element-button_grid-tab {
  text-align: center;
  text-decoration: none;
  border-radius: 0.25rem;
  padding: 0.65rem 1.5rem;
  color: var(--blue-1); }
  .pb-element-button_grid-tab.active {
    color: var(--white);
    background-color: var(--blue-6); }
  .pb-element-button_grid-tab:hover:not(.active) {
    color: var(--dark-2); }

.pb-element-button_grid-content {
  gap: 1.125rem;
  grid-template-columns: repeat(2, 1fr); }
  @media only screen and (min-width: 768px) {
    .pb-element-button_grid-content {
      grid-template-columns: repeat(3, 1fr); } }
  .pb-element-button_grid-content.active {
    display: inline-grid; }
  .pb-element-button_grid-content-wrapper {
    text-align: center; }
  .pb-element-button_grid-content .btn {
    background-color: var(--dark);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.141);
    padding: 1rem .25rem 0.5rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 8rem;
    color: var(--font-color);
    margin: 0 auto; }
    @media only screen and (min-width: 992px) {
      .pb-element-button_grid-content .btn {
        width: 12rem;
        height: 9rem; } }
    .pb-element-button_grid-content .btn .image {
      height: 3rem; }
      .pb-element-button_grid-content .btn .image img {
        margin-bottom: 1rem;
        max-height: 100%; }
    .pb-element-button_grid-content .btn .text {
      font-size: .875rem;
      margin-top: .5rem;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box; }
      @media only screen and (min-width: 1200px) {
        .pb-element-button_grid-content .btn .text {
          font-size: 1rem; } }
    .pb-element-button_grid-content .btn:hover {
      background-color: var(--blue-6); }
      .pb-element-button_grid-content .btn:hover .image {
        filter: brightness(0) invert(1); }
      .pb-element-button_grid-content .btn:hover .text {
        color: var(--white); }
      .pb-element-button_grid-content .btn:hover.image-color .image {
        filter: none; }

.pb-element-button_grid.w-100 .pb-element-button_grid-content .btn {
  width: 100%;
  height: 9rem; }
  @media only screen and (min-width: 768px) {
    .pb-element-button_grid.w-100 .pb-element-button_grid-content .btn {
      height: 11rem; }
      .pb-element-button_grid.w-100 .pb-element-button_grid-content .btn .text {
        font-size: 1rem; } }

.pb-element-calendar-list {
  background-color: var(--dark);
  padding: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  border: 1px solid #e3e3e3;
  font-size: 0.875rem; }
  .pb-element-calendar-list .date {
    width: 30%; }
  .pb-element-calendar-list .detail {
    display: flex;
    align-items: center;
    width: 100%; }
    .pb-element-calendar-list .detail .title-list {
      text-decoration: none;
      margin-bottom: 0;
      width: calc(100% - 2.875rem);
      color: var(--blue-1);
      margin-left: 0.5rem; }
  .pb-element-calendar-list .btn--seeall {
    text-decoration: none;
    width: 2rem;
    text-align: right; }

.pb-element-calendar .event--calendar {
  text-decoration: none; }
  .pb-element-calendar .event--calendar .date {
    color: var(--font-color); }

.pb-element-calendar-picker .datepicker-inline {
  height: 100%;
  width: 100%;
  background-color: var(--white);
  padding: 0; }

.pb-element-calendar-picker .datepicker .table-condensed {
  width: 100%; }
  .pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) {
    background-color: var(--secondary);
    color: var(--white); }
    .pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) .prev,
    .pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) .next {
      font-family: "fontello";
      font-size: 0.75rem; }
    .pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) .datepicker-switch {
      font-weight: 400;
      font-size: 1.125rem; }
    .pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) .prev {
      transform: rotate(90deg);
      border-top-left-radius: 0.5rem; }
    .pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) .next {
      transform: rotate(-90deg);
      border-top-right-radius: 0.5rem; }
    .pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) th {
      padding: 1rem 0; }
  .pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(3) {
    background-color: var(--dark); }
    .pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(3) th {
      padding-top: 1.5rem;
      padding-bottom: 1rem;
      font-weight: 400; }
      .pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(3) th:first-child {
        padding-left: 1.5rem; }
      .pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(3) th:last-child {
        padding-right: 1.5rem; }
  .pb-element-calendar-picker .datepicker .table-condensed tbody {
    background-color: var(--dark); }
    .pb-element-calendar-picker .datepicker .table-condensed tbody tr td:first-child {
      padding-left: 1.5rem; }
    .pb-element-calendar-picker .datepicker .table-condensed tbody tr td:last-child {
      padding-right: 1.5rem; }
    .pb-element-calendar-picker .datepicker .table-condensed tbody tr:last-child td {
      padding-bottom: 1.5rem; }
  .pb-element-calendar-picker .datepicker .table-condensed td,
  .pb-element-calendar-picker .datepicker .table-condensed th {
    border-radius: 0;
    background-image: none;
    width: 2.5rem;
    height: 2.5rem; }
    .pb-element-calendar-picker .datepicker .table-condensed td div,
    .pb-element-calendar-picker .datepicker .table-condensed th div {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column;
      width: 1.875rem;
      height: 1.875rem;
      border-radius: 50%; }
      .pb-element-calendar-picker .datepicker .table-condensed td div:hover,
      .pb-element-calendar-picker .datepicker .table-condensed th div:hover {
        color: var(--primary); }
    .pb-element-calendar-picker .datepicker .table-condensed td:hover,
    .pb-element-calendar-picker .datepicker .table-condensed th:hover {
      background: transparent;
      background-color: transparent; }
    .pb-element-calendar-picker .datepicker .table-condensed td.today,
    .pb-element-calendar-picker .datepicker .table-condensed th.today {
      background-color: transparent !important; }
      .pb-element-calendar-picker .datepicker .table-condensed td.today div,
      .pb-element-calendar-picker .datepicker .table-condensed th.today div {
        color: var(--font-color) !important;
        background-color: rgba(51, 47, 202, 0.4); }
    .pb-element-calendar-picker .datepicker .table-condensed td.active,
    .pb-element-calendar-picker .datepicker .table-condensed th.active {
      background-color: transparent !important;
      text-shadow: none; }
      .pb-element-calendar-picker .datepicker .table-condensed td.active div,
      .pb-element-calendar-picker .datepicker .table-condensed th.active div {
        text-shadow: none !important;
        width: 1.875rem;
        height: 1.875rem;
        border-radius: 50%;
        background-color: var(--grey3);
        color: var(--font-color) !important; }
    .pb-element-calendar-picker .datepicker .table-condensed td.highlight,
    .pb-element-calendar-picker .datepicker .table-condensed th.highlight {
      background-color: transparent !important; }
      .pb-element-calendar-picker .datepicker .table-condensed td.highlight div,
      .pb-element-calendar-picker .datepicker .table-condensed th.highlight div {
        color: var(--font-color) !important; }
        .pb-element-calendar-picker .datepicker .table-condensed td.highlight div:after,
        .pb-element-calendar-picker .datepicker .table-condensed th.highlight div:after {
          content: "";
          display: block;
          width: 5px;
          height: 5px;
          background-color: var(--primary);
          border-radius: 50%;
          text-align: center;
          margin: 0 auto; }

.pb-element-calendar .event-calendar-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center; }
  .pb-element-calendar .event-calendar-content .content {
    overflow-y: auto;
    position: relative;
    height: 20rem;
    width: 100%; }
    .pb-element-calendar .event-calendar-content .content::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #f5f5f5;
      border-radius: 10px; }
    .pb-element-calendar .event-calendar-content .content::-webkit-scrollbar {
      width: 4px;
      background-color: #f5f5f5; }
    .pb-element-calendar .event-calendar-content .content::-webkit-scrollbar-thumb {
      background-color: var(--primary);
      border-radius: 10px; }
    .pb-element-calendar .event-calendar-content .content .no-event {
      padding: 1.5rem 1rem;
      background-color: var(--white);
      text-align: center;
      height: 100%; }
      .pb-element-calendar .event-calendar-content .content .no-event img {
        width: 25rem;
        max-width: 100%; }

.pb-element-banner h1 {
  text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.6);
  text-align: center; }

.ql-editor {
  overflow-y: hidden;
  line-height: 1.6 !important; }
  .ql-editor ol {
    padding-left: 1.5rem; }
    .ql-editor ol > li {
      list-style-type: auto;
      padding-left: 0 !important;
      margin-bottom: .5rem; }
      .ql-editor ol > li[data-list="bullet"] {
        list-style-type: disc !important; }
      .ql-editor ol > li::before {
        display: none; }
  .ql-editor a {
    text-decoration: none; }

.droplet {
  margin-bottom: 1rem;
  text-align: left; }
  .droplet .image {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% 50% 0 50%;
    padding: 1.5rem;
    background-color: var(--secondary);
    margin-right: 1rem !important; }
    .droplet .image img {
      width: 2rem;
      filter: none; }
      .droplet .image img:nth-child(2) {
        display: none; }
    .droplet .image .text {
      width: calc(100% - 5.5rem);
      text-align: left;
      margin-left: 1rem !important;
      color: var(--font-color); }
  .droplet:hover {
    background-color: var(--blue-7) !important;
    color: var(--white); }
    .droplet:hover .image {
      background-color: var(--dark); }
      .droplet:hover .image img {
        filter: none; }
        .droplet:hover .image img:first-child {
          display: none; }
        .droplet:hover .image img:nth-child(2) {
          display: block; }
    .droplet:hover .text {
      color: inherit; }
  .droplet.no-media-hover img {
    filter: brightness(0) invert(1); }
  .droplet.no-media-hover:hover img {
    filter: none; }
    .droplet.no-media-hover:hover img:first-child {
      display: block; }

.pb-container-wrapper > .section-box-image > .pb-row {
  display: flex;
  flex-direction: column-reverse; }

.pb-background {
  position: absolute;
  inset: 0;
  background-size: cover; }

.section-title {
  padding-right: 0;
  padding-left: 0; }
  .section-title > .pb-row {
    width: 100%; }
    .section-title > .pb-row .pb-element-wrapper {
      width: 70%; }
      .section-title > .pb-row .pb-element-wrapper .pb-element-button {
        text-align: right;
        text-align: -webkit-right;
        margin-right: calc(-1 * var(--bs-gutter-x)); }
      .section-title > .pb-row .pb-element-wrapper:nth-child(2) {
        width: 30%; }
  .section-title h3 {
    width: calc(100% - 5rem); }
  .section-title .btn {
    border-radius: 6px;
    white-space: nowrap; }
  .section-title + hr {
    border-top: 2px solid var(--secondary); }

.section-box-image .pb-element-button {
  padding-left: 15px; }

.template__title_link {
  color: var(--font-color);
  text-decoration: none; }

.table-style th {
  border: 1px solid #FFF;
  border-bottom: 0; }

.table-style tr {
  border: 1px solid #ABABAB; }
  .table-style tr td {
    border: 1px solid #ABABAB; }
  .table-style tr:first-child td {
    padding-top: 0.75rem; }

.status--law {
  width: 5rem;
  margin-left: 1rem;
  text-align: center; }
  .status--law.law--publish {
    color: #71DD37; }
  .status--law.law--cancel {
    color: red; }

.status--new {
  color: #71DD37;
  margin-right: 1rem; }

.btn--seecontent {
  text-decoration: none;
  width: 12%; }

@media only screen and (min-width: 768px) {
  .pb-element-search_form-form {
    flex-flow: nowrap; }
    .pb-element-search_form-form .form-input {
      width: 60%;
      flex: 1; }
      .pb-element-search_form-form .form-input span[aria-hidden=true] {
        font-size: 1.25rem; }
      .pb-element-search_form-form .form-input > input {
        font-size: 1rem; }
    .pb-element-search_form-form .form-category {
      width: 22%; }
      .pb-element-search_form-form .form-category .bootstrap-select .btn-light {
        font-size: 1rem; }
    .pb-element-search_form-form input[type="submit"] {
      margin-left: 1.5rem;
      width: 20%; }
  .pb-element-calendar-wrap {
    height: 100%;
    width: 21.875rem; }
  .pb-element-calendar-picker {
    height: 100%; }
    .pb-element-calendar-picker .datepicker {
      height: 100%; }
      .pb-element-calendar-picker .datepicker-days, .pb-element-calendar-picker .datepicker-month {
        height: 100%; }
      .pb-element-calendar-picker .datepicker .table-condensed {
        width: 100%;
        height: 100%; }
      .pb-element-calendar-picker .datepicker tbody tr:last-child td {
        padding-bottom: 1rem; }
  .pb-element-calendar .event-calendar-content {
    display: flex;
    width: calc(100% - 21.875rem); }
    .pb-element-calendar .event-calendar-content .content {
      height: 26rem; }
  .pb-element-button_slider .btn {
    flex-flow: row; }
    .pb-element-button_slider .btn .text {
      width: calc(100% - 3.5rem);
      padding-left: 1.25rem;
      text-align: left;
      margin-top: 0rem;
      height: auto; }
  .pb-element-post_slider .card-article-highlight-content1--side {
    margin-bottom: 1rem !important; }
  .pb-element-post_list .side-list a .card-image {
    width: 6rem;
    height: 8.8rem; }
  .pb-container-wrapper > .section-box-image > .pb-row {
    flex-direction: row; }
  .pb-container.bg-curve-bottom:before, .pb-container.bg-curve-top:before {
    clip-path: ellipse(60vw 100% at 52% 100%);
    -webkit-clip-path: ellipse(60vw 100% at 52% 100%); }
  .pb-container.bg-curve-center:before {
    clip-path: ellipse(120vw 100% at 52% 100%);
    -webkit-clip-path: ellipse(120vw 100% at 52% 100%); }
  .pb-container .pd-column-btn > .pb-row > .pb-column.col-md-6 {
    width: 100%; }
  .pb-container.pd-column-btn > .pb-row .pb-column.col-md-3 {
    width: 50%; } }

@media only screen and (min-width: 992px) {
  .pb-element-post_slider .card-article-highlight-content1--side {
    margin-bottom: 1.25rem !important; }
    .pb-element-post_slider .card-article-highlight-content1--side a {
      padding-bottom: 1.25rem; }
  .pb-element-calendar-list {
    font-size: 1rem; }
  .pb-element-post_list .side-list a .card-image {
    width: 7.8rem;
    height: 7.8rem; }
  .pb-container.bg-curve-center:before {
    clip-path: ellipse(79vw 100% at 52% 100%);
    -webkit-clip-path: ellipse(79vw 100% at 52% 100%); } }

.template_title_law {
  font-size: 1.5rem;
  margin-bottom: 2rem; }

.pb-element-title-list .icon {
  border: 2px solid #3369BD;
  padding: 7px 8px 8px;
  border-radius: 50px;
  margin-right: 1rem;
  width: 42px;
  height: 42px; }
  .pb-element-title-list .icon img {
    width: 20px; }

.pb-element-title-list .detail {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .pb-element-title-list .detail .date {
    color: var(--font-color);
    padding-left: 0;
    margin-left: 0; }

.pb-element-title-list .title-link {
  width: auto !important;
  color: var(--dark-2);
  text-align: start; }

.pb-element-content-list {
  background-color: var(--dark);
  padding: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  border: 1px solid #e3e3e3;
  font-size: .875rem; }

.btn--clickcate {
  text-decoration: none;
  font-size: 1rem;
  color: var(--primary); }

.title-mission {
  text-align: center;
  margin-bottom: 3.75rem; }

.content--box {
  margin-bottom: 3.75rem; }

@media only screen and (min-width: 1200px) {
  .pb-element-search_form {
    max-width: 93%;
    margin: 0 auto; }
    .pb-element-search_form-form {
      padding: 1.5rem; }
      .pb-element-search_form-form .form-input span[aria-hidden=true] {
        font-size: 2rem; }
      .pb-element-search_form-form .form-input > input {
        font-size: 1.125rem; }
      .pb-element-search_form-form .form-category {
        width: 20%; }
        .pb-element-search_form-form .form-category .bootstrap-select .btn-light {
          font-size: 1.125rem; }
        .pb-element-search_form-form .form-category .bootstrap-select:after {
          font-size: 1.25rem; }
      .pb-element-search_form-form input[type="submit"] {
        width: 10rem;
        font-size: 1.125rem; }
  .pb-element-calendar-list {
    padding: 1.25rem; }
    .pb-element-calendar-list .date {
      width: 22%;
      padding-left: 0.75rem; }
    .pb-element-calendar-list .btn--seeall {
      width: 6.25rem;
      font-size: 1rem;
      color: var(--dark-2); }
  .pb-element-calendar-picker .datepicker .table-condensed thead tr:nth-child(2) .datepicker-switch {
    font-size: 1.375rem; } }

@media only screen and (min-width: 1400px) {
  .pb-container .pd-column-btn > .pb-row > .pb-column.col-md-6 {
    width: 50%; }
  .pb-container.pd-column-btn > .pb-row .pb-column.col-md-3 {
    width: 25%; }
  .droplet {
    margin-bottom: 2rem; } }

.wrapper-card-combo {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: normal; }
  .wrapper-card-combo .pb-container-wrapper, .wrapper-card-combo .container {
    padding: 0; }
  .wrapper-card-combo--single .card-combo {
    max-width: 18.75rem;
    position: relative; }
  .wrapper-card-combo .card-combo {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    max-width: 18.75rem; }
    .wrapper-card-combo .card-combo .pb-element-custom_heading {
      text-align: center;
      padding: 1rem 2rem;
      background-color: var(--dark-2);
      color: var(--white);
      border-top-right-radius: 0.625rem;
      border-top-left-radius: 0.625rem;
      font-size: 1.125rem;
      font-weight: 600; }
    .wrapper-card-combo .card-combo .pb-element-text_block {
      box-shadow: 0px 0px 10px 0px #0000001A;
      background-color: var(--white);
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      border-bottom-right-radius: 0.625rem;
      border-bottom-left-radius: 0.625rem;
      padding: 1rem 2rem; }
      .wrapper-card-combo .card-combo .pb-element-text_block ol, .wrapper-card-combo .card-combo .pb-element-text_block ul {
        list-style: none;
        margin-bottom: 0;
        width: 100%;
        padding-left: 0; }
        .wrapper-card-combo .card-combo .pb-element-text_block ol > li, .wrapper-card-combo .card-combo .pb-element-text_block ul > li {
          list-style-type: none !important; }
          .wrapper-card-combo .card-combo .pb-element-text_block ol > li a, .wrapper-card-combo .card-combo .pb-element-text_block ul > li a {
            display: block;
            width: 100%;
            text-align: left; }
    .wrapper-card-combo .card-combo--no_head .pb-element-text_block {
      border-top-right-radius: 0.625rem;
      border-top-left-radius: 0.625rem; }
    .wrapper-card-combo .card-combo--line::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      width: 2px;
      height: 100%;
      min-height: 3rem;
      background-color: var(--dark-2); }
    .wrapper-card-combo .card-combo--lg {
      max-width: 25rem; }
  @media only screen and (min-width: 768px) {
    .wrapper-card-combo > .pb-row > .pb-container-wrapper {
      max-width: 80%;
      margin: auto; }
    .wrapper-card-combo .card-combo--single_line::after {
      min-height: 7.5rem; }
    .wrapper-card-combo .card-combo--lg .pb-element-text_block {
      flex-direction: row;
      justify-content: space-between; }
      .wrapper-card-combo .card-combo--lg .pb-element-text_block ol, .wrapper-card-combo .card-combo--lg .pb-element-text_block ul {
        width: 50%; }
        .wrapper-card-combo .card-combo--lg .pb-element-text_block ol:last-child, .wrapper-card-combo .card-combo--lg .pb-element-text_block ul:last-child {
          padding-left: 1.5rem; }
      .wrapper-card-combo .card-combo--lg .pb-element-text_block p {
        display: none; }
    .wrapper-card-combo .card-combo {
      margin-top: 3.75rem;
      margin-bottom: 3.75rem; } }

.pb-element-tab hr {
  border: 1px solid var(--blue-6);
  opacity: 1; }

.pb-element-tab .item-vertical .pb-element-button-tab {
  width: auto; }

.pb-element-tab-control {
  overflow-x: auto;
  min-height: min-content; }

.pb-element-tab .tab-content > .active {
  display: block; }

.pb-element-tab .pb-element-button-tab {
  padding: 0.75rem .5rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: baseline;
  text-decoration: none;
  color: var(--font-color);
  margin-bottom: 1rem;
  margin-right: .5rem;
  border: 1px solid var(--blue-6);
  border-radius: 3px;
  white-space: nowrap; }
  .pb-element-tab .pb-element-button-tab .link {
    display: flex; }
  .pb-element-tab .pb-element-button-tab a {
    display: inline-flex;
    text-decoration: none;
    color: inherit; }
  .pb-element-tab .pb-element-button-tab.is-parent:after {
    content: "\F004";
    font-family: "fontello";
    color: var(--font-color);
    font-size: 1rem;
    margin-right: 1rem;
    display: block; }
  .pb-element-tab .pb-element-button-tab:hover, .pb-element-tab .pb-element-button-tab.active {
    color: var(--white);
    background-color: var(--blue-6); }
    .pb-element-tab .pb-element-button-tab:hover:before, .pb-element-tab .pb-element-button-tab:hover:after, .pb-element-tab .pb-element-button-tab.active:before, .pb-element-tab .pb-element-button-tab.active:after {
      color: var(--blindness-2); }
    .pb-element-tab .pb-element-button-tab:hover a, .pb-element-tab .pb-element-button-tab.active a {
      color: var(--blindness-2); }
    .pb-element-tab .pb-element-button-tab:hover a, .pb-element-tab .pb-element-button-tab.active a {
      color: var(--blindness-2); }

.pb-element-tab .pb-element-text_block {
  background-color: #1F75AD;
  width: 100%;
  padding: 2rem 2rem 2rem 1rem; }
  .pb-element-tab .pb-element-text_block .text {
    color: var(--white); }
  .pb-element-tab .pb-element-text_block a {
    color: var(--white);
    text-decoration: none; }

.pb-element-tab .pb-element-tab-content .image {
  width: 100%;
  position: relative; }
  .pb-element-tab .pb-element-tab-content .image:after {
    content: "";
    display: block;
    padding-bottom: 60%; }
  .pb-element-tab .pb-element-tab-content .image img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }

@media only screen and (min-width: 768px) {
  .pb-element-tab .pb-element-text_block {
    padding: 2rem 4rem 2rem 2rem; } }

@media only screen and (min-width: 992px) {
  .pb-element-tab .item-vertical .pb-element-tab-control {
    overflow-x: hidden; }
  .pb-element-tab .item-vertical .pb-element-button-tab {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #eaeaea;
    padding-left: 2rem;
    position: relative; }
    .pb-element-tab .item-vertical .pb-element-button-tab:before {
      content: "\2022";
      color: var(--font-color);
      font-weight: bold;
      display: inline-block;
      width: 0.75em;
      position: absolute;
      left: 1rem; }
    .pb-element-tab .item-vertical .pb-element-button-tab:hover:before, .pb-element-tab .item-vertical .pb-element-button-tab.active:before {
      color: var(--white); }
  .pb-element-tab .pb-element-tab-content .pb-element-text_block {
    width: 65%;
    max-height: 550px;
    overflow-y: auto;
    padding: 2rem 12% 2rem 1.5rem; }
  .pb-element-tab .pb-element-tab-content .image {
    position: absolute;
    width: 45%;
    height: 85%;
    right: 0; }
    .pb-element-tab .pb-element-tab-content .image:after {
      display: none; }
    .pb-element-tab .pb-element-tab-content .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .pb-element-tab .pb-element-button-tab {
    margin-bottom: 0; } }

.pb-element-button {
  width: 100%; }
  .pb-element-button .square {
    border-radius: 0; }
  .pb-element-button .rounded {
    border-radius: 50px !important; }
  .pb-element-button .droplet {
    border-radius: .5rem; }
  .pb-element-button .rounded-corners {
    border-radius: .375rem; }
  .pb-element-button .gradient {
    border: 0; }
  .pb-element-button .size-xs {
    font-size: .75rem; }
  .pb-element-button .size-s {
    font-size: .875rem; }
  .pb-element-button .size-m {
    font-size: 1rem; }
  .pb-element-button .size-l {
    font-size: 1.125rem; }
  .pb-element-button .size-xl {
    font-size: 1.25rem; }

.pb-element-icon.xs {
  font-size: .75rem; }

.pb-element-icon.s {
  font-size: .875rem; }

.pb-element-icon.m {
  font-size: 1rem; }

.pb-element-icon.l {
  font-size: 1.125rem; }
  .pb-element-icon.l .circle {
    border-radius: 50px;
    border: 1px solid var(--primary);
    padding: 0.5rem 1.125rem; }

.pb-element-icon.xl {
  font-size: 1.25rem; }

.pb-element-icon.btn--icon {
  font-size: 2.5rem !important;
  color: var(--primary); }
  .pb-element-icon.btn--icon .circle {
    border-radius: 50px;
    border: 1px solid var(--primary);
    padding: 0.5rem 1.125rem; }

.bg-poll {
  padding: 2.875rem 2rem !important;
  min-height: 496px !important; }
  .bg-poll h3, .bg-poll p {
    white-space: normal;
    word-break: normal; }
  .bg-poll .poll-question {
    min-width: auto !important; }

.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: calc(50% - 0.5rem); }
  @media only screen and (min-width: 768px) {
    .grid-sizer,
    .grid-item {
      width: calc(33.333% - 0.5rem); } }

.grid-item {
  float: left;
  display: block;
  margin-bottom: 0.5rem; }
  .grid-item img {
    display: block;
    max-width: 100%; }

.pb-element-single_image.style1 img {
  border-radius: 0; }

.pb-element-single_image.style2 img {
  border-radius: 0.75rem; }

.pb-element-single_image.style3 img {
  border: 1px solid #ccc;
  padding: 4px; }

.pb-element-single_image.style4 img, .pb-element-single_image.style5 img {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); }

.pb-element-single_image.style6 img {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); }

.pb-element-single_image.style7 img, .pb-element-single_image.style8 img {
  border-radius: 50%; }

.pb-element-single_image.style9 img {
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 4px; }

.pb-element-single_image.style10 img {
  border-radius: 50%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); }

.pb-element-single_image.style11 img {
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 2px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); }

.pb-element-single_image.style12 img, .pb-element-single_image.style13 img, .pb-element-single_image.style14 img {
  border-radius: 50%;
  aspect-ratio: 1; }

.pb-element-single_image.style15 img {
  border-radius: 50%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  aspect-ratio: 1; }

.pb-element-single_image.style16 img, .pb-element-single_image.style17 img {
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 50%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  aspect-ratio: 1; }

.pb-element-single_image.style18 img {
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 50px 50px 50px 0px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); }

.pb-element-single_image.style19 img {
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 50% 50% 0 50%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  aspect-ratio: 1; }

.header {
  background-color: var(--primary);
  color: var(--blindness);
  padding: 0.75rem 0;
  position: sticky;
  top: 0;
  z-index: 12; }
  .header__logo {
    width: 80%; }
    .header__logo .logo > a {
      display: inline-flex;
      align-items: center;
      text-decoration: none;
      color: inherit; }
    .header__logo .logo__image img {
      width: 2.45rem; }
    .header__logo .logo__image-full img {
      width: 150px; }
    .header__logo .logo__name {
      width: calc(100% - 39px);
      font-size: 0.85rem;
      padding-left: 0.5rem; }
      .header__logo .logo__name--text2 {
        font-size: 0.7rem;
        text-transform: uppercase; }
      .header__logo .logo__name.website-461104837002665984, .header__logo .logo__name.website-461115214646091776, .header__logo .logo__name.website-461115517562920960 {
        font-size: 0.75rem; }
        .header__logo .logo__name.website-461104837002665984 .logo__name--text2, .header__logo .logo__name.website-461115214646091776 .logo__name--text2, .header__logo .logo__name.website-461115517562920960 .logo__name--text2 {
          font-size: 0.625rem; }
      .header__logo .logo__name.website-461103077454389248 .logo__name--text2 {
        font-size: 0.675rem; }
      .header__logo .logo__name.website-438710641696579584 .logo__name--text2 {
        font-size: 0.785rem; }
    .header__logo hr {
      margin: 0; }
  .header__btn {
    background-color: var(--blue-14);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 1.625rem;
    height: 1.625rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header__btn i, .header__btn a {
      color: var(--blindness);
      font-size: 1.25rem;
      text-decoration: none; }
      .header__btn i.icon-search, .header__btn a.icon-search {
        margin-top: -2px; }
    .header__btn:hover {
      background-color: #6ca6ff; }
  .header .header__btn--profile .dd-profile {
    position: absolute;
    background: #FFF;
    padding-left: 0;
    list-style-type: none;
    left: 34%;
    transform: translateX(-50%);
    padding: .5rem 1rem;
    color: var(--font-color);
    z-index: 2;
    width: 14rem;
    border-radius: .25rem;
    top: 150%;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all .3s; }
  .header .header__btn--profile .dd-profile:before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 10px;
    width: 10px;
    top: -2px;
    transform: rotate(45deg) translateX(-50%);
    left: 50%; }
  .header .header__btn--profile .dd-profile li {
    padding: .5rem 0;
    display: grid;
    grid-template-columns: 35px auto; }
  .header .header__btn--profile .dd-profile li i {
    font-size: 1.25rem;
    display: inline-block; }
  .header .header__btn--profile .dd-profile li small {
    color: var(--blue-5);
    font-size: .875rem; }
  .header .header__btn--profile .dd-profile li a {
    color: inherit; }
  .header .header__btn--profile .dd-profile li a:hover {
    color: var(--primary); }
  .header .header__btn--profile:hover .dd-profile {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all .3s; }
  .header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20%; }
    .header__right .hamburger {
      position: relative;
      background: transparent;
      cursor: pointer;
      float: right;
      width: 26px;
      height: 25px;
      padding: 15px 18px 17px;
      z-index: 6; }
      .header__right .hamburger::before, .header__right .hamburger::after {
        content: "";
        position: absolute;
        height: 3px;
        width: 26px;
        right: 0px;
        top: 41%;
        -webkit-transform-origin: 50% 46%;
        -ms-transform-origin: 50% 46%;
        transform-origin: 50% 46%;
        background-color: #fff;
        -webkit-transition: all ease 0.238s;
        -moz-transition: all ease 0.238s;
        -ms-transition: all ease 0.238s;
        -o-transition: all ease 0.238s;
        transition: all ease 0.238s; }
      .header__right .hamburger::before {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
        top: 48%;
        width: 26px; }
      .header__right .hamburger::after {
        width: 26px;
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
        top: 43%; }
      .header__right .hamburger span {
        position: absolute;
        width: 26px;
        height: 3px;
        right: 0;
        top: 45%;
        overflow: hidden;
        text-indent: 200%;
        background-color: #fff;
        -webkit-transition: all ease 0.238s;
        -moz-transition: all ease 0.238s;
        -ms-transition: all ease 0.238s;
        -o-transition: all ease 0.238s;
        transition: all ease 0.238s; }
      .header__right .hamburger.active::before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        height: 3px;
        top: 45%;
        width: 26px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; }
      .header__right .hamburger.active::after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        height: 3px;
        width: 26px;
        top: 45%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; }
      .header__right .hamburger.active span {
        opacity: 0;
        height: 3px; }
  .header__menu--mobile {
    background: linear-gradient(180deg, #004caf 0%, #006eb6 100%);
    position: fixed;
    height: calc(100vh - 4.04rem);
    overflow-y: auto;
    width: 100%;
    top: 4.04rem;
    z-index: 4;
    padding-bottom: 2rem;
    display: none; }
    .header__menu--mobile .nav-menu {
      margin-bottom: 0; }
    .header__menu--mobile .mobile-nav__menu > ul {
      list-style-type: none;
      padding-left: 0;
      padding-top: 1.5rem;
      margin: 0;
      width: 100%; }
      .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item {
        padding: 10px 0 10px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column; }
        .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item .menu-item__link {
          padding-left: 0.75rem; }
          .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item .menu-item__link a {
            text-decoration: none;
            color: #fff;
            font-size: 0.875rem;
            white-space: pre-line;
            word-break: break-word;
            font-weight: 300; }
        .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item:before {
          content: "";
          border-radius: 50%;
          width: 4px;
          height: 4px;
          background-color: #fff;
          margin-top: 0.75rem;
          flex: 0 0 auto;
          position: absolute; }
        .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item.is-current {
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%); }
          .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item.is-current > .menu-item__link > a {
            font-weight: 500; }
          .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item.is-current.is-parent {
            background: transparent !important; }
        .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item.is-parent::before {
          margin-top: 0.5rem; }
        .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item.is-parent > .menu-item__link {
          display: flex;
          align-items: center;
          width: calc(100% - 10px); }
          .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item.is-parent > .menu-item__link:after {
            content: "\e812";
            font-family: "fontello";
            color: #fff;
            font-size: 0.45rem;
            margin-left: 0.75rem;
            font-weight: 300; }
        .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item.is-parent.open {
          padding-bottom: 0; }
          .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item.is-parent.open > .menu-item__link:after {
            content: "\e813"; }
        .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item.is-parent > .nav-submenu {
          display: none; }
        .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item .nav-submenu {
          padding-top: 0 !important; }
          .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item .nav-submenu .nav-menu-item {
            padding: 7px 0;
            display: flex;
            flex-wrap: nowrap;
            flex-flow: column; }
            .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item .nav-submenu .nav-menu-item.is-parent .menu-item__link:after {
              display: none; }
            .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item .nav-submenu .nav-menu-item .nav-submenu {
              padding-left: 1rem;
              padding-top: 0 !important; }
              .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item .nav-submenu .nav-menu-item .nav-submenu .nav-menu-item {
                padding: 7px 0; }
                .header__menu--mobile .mobile-nav__menu > ul .nav-menu-item .nav-submenu .nav-menu-item .nav-submenu .nav-menu-item .menu-item__link {
                  padding-left: 1rem; }
    .header__menu--mobile .mobile-nav__setting {
      font-size: 0.875rem;
      position: relative; }
      .header__menu--mobile .mobile-nav__setting:before {
        content: "";
        border-radius: 50%;
        width: 4px;
        height: 4px;
        background-color: #fff;
        flex: 0 0 auto;
        position: absolute;
        margin-top: .5rem; }
      .header__menu--mobile .mobile-nav__setting .title {
        position: relative;
        margin-left: .75rem;
        font-weight: 300; }
        .header__menu--mobile .mobile-nav__setting .title:after {
          content: "\e812";
          font-family: "fontello";
          color: #fff;
          font-size: 0.45rem;
          margin-left: 0.75rem;
          cursor: pointer; }
        .header__menu--mobile .mobile-nav__setting .title.open:after {
          content: "\e813"; }
      .header__menu--mobile .mobile-nav__setting .setting {
        display: none;
        margin-left: .75rem; }
        .header__menu--mobile .mobile-nav__setting .setting__item {
          background-color: #85b5ff;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          -ms-border-radius: 6px;
          -o-border-radius: 6px;
          border-radius: 6px;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .header__menu--mobile .mobile-nav__setting .setting__item--language a {
            padding: 0.35rem 0.5rem;
            color: #fff;
            text-decoration: none;
            font-weight: 300; }
            .header__menu--mobile .mobile-nav__setting .setting__item--language a img {
              margin-right: 0.25rem; }
    .header__menu--mobile .header__links ul {
      padding-left: 0;
      list-style: none;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      width: 100%; }
      .header__menu--mobile .header__links ul .nav-menu-item {
        width: 100%; }
        .header__menu--mobile .header__links ul .nav-menu-item:first-of-type::before {
          content: " ";
          width: 100%;
          height: 1px;
          background: var(--blindness);
          display: block;
          margin-top: 0.5rem;
          margin-bottom: 0.75rem; }
        .header__menu--mobile .header__links ul .nav-menu-item.is-current .menu-item__link {
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%); }
          .header__menu--mobile .header__links ul .nav-menu-item.is-current .menu-item__link a {
            font-weight: 500; }
    .header__menu--mobile .header__links .menu-item__link {
      padding-top: .5rem;
      padding-bottom: .5rem;
      padding-left: 0.75rem;
      position: relative; }
      .header__menu--mobile .header__links .menu-item__link::before {
        content: "";
        border-radius: 50%;
        width: 4px;
        height: 4px;
        background: var(--blindness);
        margin-top: 0.75rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        position: absolute;
        left: 0; }
      .header__menu--mobile .header__links .menu-item__link a {
        color: #fff;
        font-size: 0.875rem;
        text-decoration: none;
        font-weight: 300; }
  .header .assembly__btn {
    position: fixed;
    top: 25%;
    right: 0;
    padding: 0.875rem;
    z-index: 1;
    background-color: var(--primary);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0; }
    .header .assembly__btn img {
      width: 2.625rem;
      height: 2.625rem; }
    .header .assembly__btn:focus {
      background-color: var(--primary); }
  .header .box-assembly {
    position: fixed;
    top: 25%;
    right: -18.75rem;
    z-index: 1;
    width: 18.75rem;
    transition: right 300ms cubic-bezier(0.075, 0.82, 0.165, 1); }
    .header .box-assembly .assembly-head {
      background-color: var(--primary);
      padding: 0.875rem 1.875rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--blindness);
      border-top-left-radius: 0.5rem; }
      .header .box-assembly .assembly-head h6 {
        margin-left: 0.75rem;
        margin-bottom: 0; }
      .header .box-assembly .assembly-head img:last-child {
        margin-left: auto;
        cursor: pointer; }
    .header .box-assembly .assembly-body {
      background-color: var(--dark);
      border-bottom-left-radius: 0.5rem;
      color: var(--font-color); }
      .header .box-assembly .assembly-body .list-tool-setting {
        list-style: none;
        padding-left: 0;
        padding: 0.625rem 0;
        margin-bottom: 0; }
        .header .box-assembly .assembly-body .list-tool-setting > li {
          display: flex;
          align-items: center;
          padding: 0.625rem 1.25rem; }
          .header .box-assembly .assembly-body .list-tool-setting > li > span {
            width: 6.25rem;
            margin-right: 0.5rem;
            font-size: 0.875rem; }
          .header .box-assembly .assembly-body .list-tool-setting > li > ul {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0; }
            .header .box-assembly .assembly-body .list-tool-setting > li > ul > li {
              cursor: pointer; }
          .header .box-assembly .assembly-body .list-tool-setting > li:first-child ul {
            display: flex;
            align-items: baseline;
            margin-bottom: 4px; }
            .header .box-assembly .assembly-body .list-tool-setting > li:first-child ul > li {
              padding: 0.5rem;
              width: 1.5rem;
              height: 2.5rem;
              border-radius: 0.25rem;
              display: flex;
              justify-content: center;
              align-items: center; }
              .header .box-assembly .assembly-body .list-tool-setting > li:first-child ul > li:hover, .header .box-assembly .assembly-body .list-tool-setting > li:first-child ul > li.active {
                color: var(--blindness);
                background-color: var(--primary); }
              .header .box-assembly .assembly-body .list-tool-setting > li:first-child ul > li:first-child {
                font-size: 14px;
                margin-right: 1rem; }
              .header .box-assembly .assembly-body .list-tool-setting > li:first-child ul > li:nth-child(2) {
                font-size: 16px;
                margin-right: 1rem; }
              .header .box-assembly .assembly-body .list-tool-setting > li:first-child ul > li:last-child {
                font-size: 18px; }
          .header .box-assembly .assembly-body .list-tool-setting > li:nth-child(2) {
            padding-right: 0.5rem; }
            .header .box-assembly .assembly-body .list-tool-setting > li:nth-child(2) ul {
              display: flex;
              align-items: center; }
              .header .box-assembly .assembly-body .list-tool-setting > li:nth-child(2) ul > li {
                padding: 0.75rem 0.25rem;
                border-radius: 0.25rem;
                margin-right: 0.25rem;
                height: 1.875rem;
                display: flex;
                align-items: center; }
                .header .box-assembly .assembly-body .list-tool-setting > li:nth-child(2) ul > li:nth-child(2) img {
                  width: 2.625rem; }
                .header .box-assembly .assembly-body .list-tool-setting > li:nth-child(2) ul > li:last-child {
                  margin-right: 0; }
                  .header .box-assembly .assembly-body .list-tool-setting > li:nth-child(2) ul > li:last-child img {
                    width: 2.875rem; }
                .header .box-assembly .assembly-body .list-tool-setting > li:nth-child(2) ul > li:hover, .header .box-assembly .assembly-body .list-tool-setting > li:nth-child(2) ul > li.active {
                  color: var(--blindness);
                  background-color: var(--primary); }
                  .header .box-assembly .assembly-body .list-tool-setting > li:nth-child(2) ul > li:hover img, .header .box-assembly .assembly-body .list-tool-setting > li:nth-child(2) ul > li.active img {
                    filter: brightness(0) invert(1); }
          .header .box-assembly .assembly-body .list-tool-setting > li:nth-child(3) ul > li img {
            margin-right: 0.5rem; }
          .header .box-assembly .assembly-body .list-tool-setting > li:nth-child(3) ul > li:hover, .header .box-assembly .assembly-body .list-tool-setting > li:nth-child(3) ul > li.active {
            text-decoration: underline; }
  .header.show-assembly .assembly__btn {
    right: -3.5rem; }
  .header.show-assembly .box-assembly {
    right: 0; }
  .header.border-bottom {
    border-bottom: 1px solid #fff; }
  .header hr {
    border-top: 1px solid;
    opacity: 1; }
  .header.fixed {
    position: fixed;
    top: 0;
    width: 100%; }

@media only screen and (min-width: 768px) {
  .header__logo .logo__name.website-438710641696579584 {
    font-size: 1rem; }
    .header__logo .logo__name.website-438710641696579584 .logo__name--text2 {
      font-size: 0.925rem; }
  .header__logo .logo__name.website-461103077454389248 {
    font-size: 1.25rem !important; }
    .header__logo .logo__name.website-461103077454389248 .logo__name--text2 {
      font-size: 0.925rem !important; }
  .header__logo .logo__name.website-461117580158050304 {
    font-size: 1rem;
    margin-top: -0.25rem; }
    .header__logo .logo__name.website-461117580158050304 .logo__name--text2 {
      font-size: 0.925rem; } }

@media only screen and (min-width: 992px) {
  .header__logo .logo__image img {
    width: 2.8125rem; }
  .header__menu--mobile .mobile-nav__menu .nav-menu-item {
    padding: 10px 0 10px 40%; } }

@media only screen and (min-width: 1200px) {
  .header {
    height: 4.375rem; }
    .header__logo {
      width: 50%; }
      .header__logo .logo__image img {
        width: 3.125rem; }
      .header__logo .logo__image-full img {
        width: 180px; }
      .header__logo .logo__name {
        font-size: 1rem !important;
        white-space: nowrap;
        width: calc(100% - 45px); }
        .header__logo .logo__name--text2 {
          font-size: 0.875rem !important; }
        .header__logo .logo__name.website-461103077454389248 {
          font-size: 1.5rem !important;
          margin-top: -0.5rem; }
          .header__logo .logo__name.website-461103077454389248 .logo__name--text2 {
            font-size: 0.925rem !important; }
        .header__logo .logo__name.website-438710641696579584 {
          font-size: 1.215rem !important;
          margin-top: -0.375rem; }
          .header__logo .logo__name.website-438710641696579584 .logo__name--text2 {
            font-size: 1.125rem !important; }
        .header__logo .logo__name.website-461117580158050304 {
          font-size: 1.5rem !important;
          margin-top: -0.375rem; }
    .header__btn {
      width: 1.875rem;
      height: 1.875rem; }
      .header__btn span[aria-hidden=true] {
        color: var(--blindness);
        font-size: 1.25rem; }
    .header__right {
      width: 50%; }
    .header__links {
      align-items: center;
      margin-right: 1rem; }
      .header__links ul {
        list-style-type: none;
        display: flex;
        margin-bottom: 0;
        align-items: center; }
        .header__links ul li {
          display: flex;
          align-items: center; }
          .header__links ul li a {
            color: var(--blindness);
            text-decoration: none;
            font-size: 0.875rem; }
          .header__links ul li:after {
            content: "|";
            display: block;
            color: var(--blindness);
            padding: 0 0.5rem;
            cursor: pointer; }
          .header__links ul li:last-child::after {
            display: none; }
          .header__links ul li:hover {
            text-decoration: underline; }
    .header__menu--desktop {
      position: absolute;
      width: 100%;
      background: white;
      top: 4.375rem; }
      .header__menu--desktop .desktop-nav__menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style-type: none;
        padding: 0;
        margin: 0; }
        .header__menu--desktop .desktop-nav__menu ul .nav-menu-item {
          padding: 1rem 1.25rem;
          position: relative; }
          .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .menu-item__link {
            display: inline-block; }
            .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .menu-item__link a {
              color: #000;
              text-decoration: none;
              cursor: pointer;
              display: inline-block; }
              .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .menu-item__link a:hover {
                font-weight: 600; }
              .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .menu-item__link a:before {
                display: block;
                content: attr(title);
                font-weight: bold;
                height: 0;
                overflow: hidden;
                visibility: hidden; }
          .header__menu--desktop .desktop-nav__menu ul .nav-menu-item.is-parent::before {
            margin-top: 0.5rem; }
          .header__menu--desktop .desktop-nav__menu ul .nav-menu-item.is-parent > .menu-item__link {
            display: flex; }
            .header__menu--desktop .desktop-nav__menu ul .nav-menu-item.is-parent > .menu-item__link:after {
              content: "\F004";
              font-family: "fontello";
              color: #000;
              font-size: 1rem;
              margin-top: 1px;
              margin-left: 2px; }
          .header__menu--desktop .desktop-nav__menu ul .nav-menu-item.is-parent:hover > .menu-item__link:after {
            content: "\F005"; }
          .header__menu--desktop .desktop-nav__menu ul .nav-menu-item.is-parent:hover > .menu-item__link a {
            font-weight: 600; }
          .header__menu--desktop .desktop-nav__menu ul .nav-menu-item.is-parent:hover > .nav-submenu {
            top: 3rem;
            opacity: 1;
            -webkit-transition: 0.3s all;
            -moz-transition: 0.3s all;
            -ms-transition: 0.3s all;
            -o-transition: 0.3s all;
            transition: 0.3s all;
            pointer-events: all; }
          .header__menu--desktop .desktop-nav__menu ul .nav-menu-item.is-parent > .nav-submenu {
            padding: 1rem;
            position: absolute;
            white-space: nowrap;
            top: 5rem;
            pointer-events: none;
            opacity: 0;
            flex-flow: wrap;
            flex-direction: column;
            z-index: 2;
            display: inline-flex;
            width: auto;
            background-color: white;
            max-height: 85vh;
            overflow-y: auto;
            flex-wrap: nowrap;
            justify-content: flex-start;
            -webkit-border-radius: 0px 0px 5px 5px;
            -moz-border-radius: 0px 0px 5px 5px;
            -ms-border-radius: 0px 0px 5px 5px;
            -o-border-radius: 0px 0px 5px 5px;
            border-radius: 0px 0px 5px 5px; }
          .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .nav-submenu {
            list-style-type: none;
            padding: 0;
            margin: 0;
            background-color: transparent; }
            .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .nav-submenu .nav-menu-item {
              padding: 0;
              padding-bottom: 0.25rem;
              padding-top: 0.25rem;
              display: flex;
              flex-flow: wrap;
              width: 100%; }
              .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .nav-submenu .nav-menu-item:before {
                content: "";
                border-radius: 50%;
                width: 4px;
                height: 4px;
                background-color: #000;
                margin-top: 0.75rem;
                display: block; }
              .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .nav-submenu .nav-menu-item.is-parent .menu-item__link:after {
                display: none; }
              .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .nav-submenu .nav-menu-item .menu-item__link {
                width: calc(100% - 0.625rem);
                padding-left: 0.5rem; }
                .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .nav-submenu .nav-menu-item .menu-item__link a:hover {
                  font-weight: 600; }
            .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .nav-submenu .nav-submenu {
              padding-top: 0.25rem;
              padding-bottom: 0 !important;
              position: relative;
              display: block !important;
              top: 0 !important;
              background-color: transparent;
              left: 0;
              opacity: 1 !important;
              visibility: visible; }
              .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .nav-submenu .nav-submenu::before {
                content: "";
                display: block;
                width: 100%;
                background-color: transparent; }
              .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .nav-submenu .nav-submenu .nav-menu-item::before {
                background-color: var(--blue-2); }
              .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .nav-submenu .nav-submenu .nav-menu-item .menu-item__link a {
                color: var(--blue-2); }
                .header__menu--desktop .desktop-nav__menu ul .nav-menu-item .nav-submenu .nav-submenu .nav-menu-item .menu-item__link a:hover {
                  text-decoration: underline; }
    .header .assembly__btn {
      display: flex;
      align-items: center;
      justify-content: center; } }

.footer {
  background-color: var(--primary);
  padding: 0rem 0 1.875rem;
  color: var(--blindness);
  font-size: 0.875rem;
  position: relative; }
  .footer::before {
    content: "";
    display: block;
    width: 100%;
    clip-path: ellipse(90vw 100% at 50% 100%);
    -webkit-clip-path: ellipse(90vw 100% at 50% 100%);
    background-color: var(--primary);
    height: 3rem;
    position: absolute;
    top: -3rem;
    z-index: -1; }
  .footer__logo > a {
    display: inline-flex  !important;
    align-items: center;
    position: relative;
    text-decoration: none !important; }
  .footer__logo .logo__image img {
    width: 39px; }
  .footer__logo .logo__image-full img {
    width: 150px; }
  .footer__logo .logo__name {
    font-size: 1rem;
    padding-left: 0.5rem; }
    .footer__logo .logo__name hr {
      opacity: 1;
      margin: 0; }
    .footer__logo .logo__name--text2 {
      font-size: 0.875rem;
      text-transform: uppercase; }
    .footer__logo .logo__name.website-461103077454389248 .logo__name--text2 {
      font-size: 0.675rem; }
    .footer__logo .logo__name.website-438710641696579584 .logo__name--text2 {
      font-size: 0.785rem; }
  .footer__subscribe {
    position: relative;
    max-width: 290px;
    margin-left: auto; }
    .footer__subscribe .subscribe__input {
      background-color: #fff;
      border: 0;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      padding-right: 75px;
      height: 32px;
      font-size: 0.75rem; }
      .footer__subscribe .subscribe__input::placeholder {
        color: #ababab;
        font-size: 0.625rem;
        transform: translate3d(0, -2px, 0); }
      .footer__subscribe .subscribe__input::-webkit-input-placeholder {
        color: #ababab;
        font-size: 0.625rem;
        transform: translate3d(0, -2px, 0); }
    .footer__subscribe .subscribe__btn {
      position: absolute;
      right: 0.5rem;
      background-color: #000;
      color: var(--blindness);
      font-size: 0.625rem;
      text-align: center;
      top: 50%;
      padding: 0.5rem 1rem;
      height: 80%;
      transform: translateY(-50%);
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
  .footer__followus {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .footer__followus .followus__list {
      list-style-type: none;
      display: flex;
      padding: 0;
      margin: 0; }
      .footer__followus .followus__list li {
        margin-left: 0.5rem; }
        .footer__followus .followus__list li a {
          display: block;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all; }
          .footer__followus .followus__list li a:hover {
            transform: translateY(-5px);
            -webkit-transition: 0.3s all;
            -moz-transition: 0.3s all;
            -ms-transition: 0.3s all;
            -o-transition: 0.3s all;
            transition: 0.3s all; }
        .footer__followus .followus__list li img {
          width: 1.5rem;
          height: 1.5rem; }
  .footer__visitor {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .footer__visitor .visitor__total {
      display: flex;
      align-items: center; }
      .footer__visitor .visitor__total .number {
        width: 1.125rem;
        height: 1.5rem;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        color: var(--font-color);
        background-color: var(--blindness-3);
        margin-left: 0.25rem;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
  .footer__survey {
    font-size: 0.625rem; }
  .footer__sitemap .sitemap__btn {
    background-color: var(--blue-12);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    width: 146px;
    padding: 0.625rem;
    margin-left: auto;
    cursor: pointer; }
    .footer__sitemap .sitemap__btn:hover {
      background-color: var(--blue-12-dark); }
    .footer__sitemap .sitemap__btn:after {
      content: "\e812";
      font-family: "fontello";
      color: var(--white);
      font-size: 0.3rem;
      margin-left: 0.25rem; }
    .footer__sitemap .sitemap__btn.open::after {
      content: "\e813"; }
  .footer__sitemap .sitemap__lists {
    margin-left: 1rem; }
    .footer__sitemap .sitemap__lists .title {
      margin-top: .15rem;
      margin-bottom: .5rem; }
      .footer__sitemap .sitemap__lists .title a {
        color: var(--blue-13);
        font-weight: 600; }
      .footer__sitemap .sitemap__lists .title + ul {
        padding-left: 0;
        list-style-type: none; }
    .footer__sitemap .sitemap__lists ul {
      list-style-type: square;
      margin: 0; }
      .footer__sitemap .sitemap__lists ul li {
        margin-bottom: .5rem; }
  .footer__cert img {
    transform: scale(0.9);
    transform-origin: center; }
  .footer__link ul {
    list-style-type: none;
    display: flex;
    margin-left: 0;
    padding-left: 0;
    align-items: center; }
    .footer__link ul li {
      display: flex;
      align-items: center; }
      .footer__link ul li a {
        color: var(--blindness);
        text-decoration: none; }
      .footer__link ul li:after {
        content: "|";
        display: block;
        color: var(--blindness);
        padding: 0 0.5rem;
        cursor: pointer; }
      .footer__link ul li:last-child::after {
        display: none; }
      .footer__link ul li:hover {
        text-decoration: underline; }
  .footer #footer__sitemap {
    display: none; }
  .footer a {
    color: var(--blindness);
    text-decoration: none;
    display: inline;
    margin: 0 0.25rem; }
    .footer a:first-child {
      margin-left: 0; }
    .footer a:last-child {
      margin-right: 0; }
    .footer a:hover, .footer a.active {
      text-decoration: underline; }
  .footer p {
    margin-bottom: .5rem; }

.copyright {
  background-color: #fff;
  color: var(--primary);
  font-size: 0.8rem;
  text-align: center;
  padding: 0.75rem 0; }

@media only screen and (min-width: 768px) {
  .footer::before {
    clip-path: ellipse(60vw 100% at 50% 100%);
    -webkit-clip-path: ellipse(60vw 100% at 50% 100%); }
  .footer__logo .logo__image img {
    width: 45px; }
  .footer__logo .logo__name--text1 {
    white-space: nowrap; }
  .footer__logo .logo__name.website-461103077454389248 {
    font-size: 1.25rem !important; }
    .footer__logo .logo__name.website-461103077454389248 .logo__name--text2 {
      font-size: 0.925rem !important; }
  .footer__logo .logo__name.website-438710641696579584 {
    font-size: 1rem; }
    .footer__logo .logo__name.website-438710641696579584 .logo__name--text2 {
      font-size: 0.925rem; }
  .footer__subscribe {
    max-width: 250px; }
    .footer__subscribe .subscribe__input {
      margin-left: auto; }
  .footer__sitemap .sitemap__btn {
    padding: 0.5rem;
    width: 130px; } }

@media only screen and (min-width: 992px) {
  .footer {
    font-size: 0.875rem; }
    .footer__logo .logo__image img {
      width: 50px; }
    .footer__logo .logo__name {
      font-size: 0.875rem; }
      .footer__logo .logo__name--text2 {
        font-size: 0.8rem; }
    .footer__address {
      width: 80%; }
    .footer__subscribe {
      max-width: 350px; }
      .footer__subscribe .subscribe__input {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        height: 42px;
        padding-right: 95px; }
        .footer__subscribe .subscribe__input::placeholder {
          font-size: 0.875rem;
          transform: translate3d(0, -1px, 0); }
      .footer__subscribe .subscribe__btn {
        font-size: 0.875rem; }
    .footer__followus .followus__list li img {
      width: 1.875rem;
      height: 1.875rem; }
    .footer__sitemap .sitemap__btn {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      width: 160px; }
    .footer__survey {
      font-size: 0.75rem; } }

@media only screen and (min-width: 1200px) {
  .footer {
    font-size: 1rem;
    padding: 0rem 0 1.875rem; }
    .footer::before {
      height: 4rem;
      top: -4rem; }
    .footer__logo .logo__image img {
      width: 63px; }
    .footer__logo .logo__image-full img {
      width: 180px; }
    .footer__logo .logo__name {
      font-size: 1rem; }
      .footer__logo .logo__name.website-461103077454389248 {
        font-size: 1.5rem !important;
        margin-top: -0.25rem; }
        .footer__logo .logo__name.website-461103077454389248 .logo__name--text2 {
          font-size: 0.925rem !important; }
      .footer__logo .logo__name.website-438710641696579584 {
        font-size: 1.215rem !important;
        margin-top: -0.375rem; }
        .footer__logo .logo__name.website-438710641696579584 .logo__name--text2 {
          font-size: 1.125rem !important; }
      .footer__logo .logo__name.website-461117580158050304 {
        font-size: 1.5rem !important;
        margin-top: -0.375rem; }
        .footer__logo .logo__name.website-461117580158050304 .logo__name--text2 {
          font-size: 0.875rem !important; }
    .footer__address {
      width: 75%; }
    .footer__subscribe {
      max-width: 26rem; }
      .footer__subscribe .subscribe__input {
        font-size: 1rem;
        height: 50px; }
        .footer__subscribe .subscribe__input::placeholder {
          font-size: 1rem; }
      .footer__subscribe .subscribe__btn {
        font-size: 1rem; }
    .footer__followus .followus_label {
      font-size: 1.125rem; }
    .footer__followus .followus__list li img {
      width: 2.375rem;
      height: 2.375rem; }
    .footer__visitor .visitor__total .number {
      width: 1.5rem;
      height: 1.875rem;
      margin-left: .45rem; }
    .footer__survey {
      font-size: 1rem; }
    .footer__sitemap .sitemap__btn {
      width: 13rem;
      padding: 0.65rem;
      font-size: 1.125rem; }
      .footer__sitemap .sitemap__btn::after {
        margin-top: 5px;
        margin-left: 0.5rem;
        font-size: 0.45rem; }
    .footer__cert img {
      transform: scale(1); }
    .footer p {
      margin-bottom: 1rem; }
  .copyright {
    font-size: 1rem; } }

.single h3 {
  font-size: 1.625rem;
  margin-bottom: 1.5rem; }

.single__title {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: .75rem; }

.single__date {
  color: var(--blue-2);
  font-size: .875rem; }

.single__line {
  border-top: 2px solid #C9C9C9;
  opacity: 1; }

.single__feature-image {
  margin: .5rem 0 1.5rem;
  text-align: center; }
  .single__feature-image img {
    max-width: 100%;
    border-radius: .25rem; }

.single__content {
  line-height: 1.8;
  padding: 0;
  height: auto !important;
  overflow-y: unset !important;
  display: flex;
  flex-flow: column; }
  .single__content * {
    font-family: "kanit" !important; }
  .single__content b {
    font-weight: 600; }
  .single__content img {
    max-width: 100%;
    height: auto; }
  .single__content h6 {
    font-size: 0.75rem !important; }
  .single__content .content-video {
    position: relative; }
    .single__content .content-video iframe, .single__content .content-video video {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .single__content .content-video::after {
      content: "";
      display: block;
      padding-top: 62.5%; }
  .single__content table[border="1"] td {
    border-width: 1px; }
  .single__content .tinymce .ql-align-justify {
    word-spacing: -3.5px; }
  .single__content .tinymce thead, .single__content .tinymce tbody, .single__content .tinymce tfoot, .single__content .tinymce tr, .single__content .tinymce td, .single__content .tinymce th {
    border-style: inherit; }
  .single__content a {
    text-decoration: none; }

.single__share .icon-fb-share, .single__share .icon-tw-share {
  color: var(--blue-2); }
  .single__share .icon-fb-share::before, .single__share .icon-tw-share::before {
    margin: 0 .25rem 0 0;
    font-size: 2.5rem; }
  .single__share .icon-fb-share:hover, .single__share .icon-tw-share:hover {
    color: var(--dark-2-hover); }

.single__share-style2 i::before {
  margin: 0 .2rem 0 0;
  font-size: 2.25rem; }

.single__related .card-article--2col {
  max-width: 400px; }

.single__tags .tag__item {
  display: inline-block;
  background-color: var(--primary); }
  .single__tags .tag__item:nth-child(even) {
    background-color: var(--blue-6); }
  .single__tags .tag__item a {
    text-decoration: none; }
  .single__tags .tag__item:hover a {
    text-decoration: underline; }

.single__carousel .carousel__title {
  display: flex; }
  .single__carousel .carousel__title .icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #EBF8FF;
    display: flex;
    align-items: center;
    justify-content: center; }
    .single__carousel .carousel__title .icon i {
      color: var(--blue-2);
      font-size: 1.5rem; }
  .single__carousel .carousel__title .title {
    padding-left: 1rem;
    width: calc(100% - 40px); }
    .single__carousel .carousel__title .title h3 {
      font-size: 1.5rem; }
    .single__carousel .carousel__title .title .nav-pills .nav-item {
      padding: 0;
      margin-right: 1.25rem;
      color: #000;
      cursor: pointer; }
      .single__carousel .carousel__title .title .nav-pills .nav-item.active, .single__carousel .carousel__title .title .nav-pills .nav-item:hover {
        color: var(--blue-6);
        background-color: transparent; }
      .single__carousel .carousel__title .title .nav-pills .nav-item a {
        text-decoration: none;
        color: #000; }
      .single__carousel .carousel__title .title .nav-pills .nav-item:last-child {
        margin-right: 0; }

.single__carousel .carousel__tab {
  margin-top: 1rem; }

.single__carousel .owl-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%; }
  .single__carousel .owl-nav .owl-prev,
  .single__carousel .owl-nav .owl-next {
    font-family: "fontello" !important;
    background-color: var(--blue-8) !important;
    border-radius: 50%;
    border: 0;
    width: 2rem;
    height: 2rem;
    color: var(--grey2) !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.161);
    font-size: 1rem !important;
    display: flex;
    justify-content: center;
    align-items: center; }
    .single__carousel .owl-nav .owl-prev.disabled,
    .single__carousel .owl-nav .owl-next.disabled {
      opacity: 0.8;
      background-color: var(--blue-8-hover) !important; }
    .single__carousel .owl-nav .owl-prev:hover,
    .single__carousel .owl-nav .owl-next:hover {
      background-color: var(--blue-8-hover) !important; }
  .single__carousel .owl-nav .owl-prev {
    position: absolute;
    left: -3rem;
    text-align: left; }
  .single__carousel .owl-nav .owl-next {
    position: absolute;
    right: -3rem;
    text-align: right; }

@media only screen and (min-width: 768px) {
  .card-article--2col {
    width: calc((100% - 2rem)/3);
    float: left;
    margin-right: 1rem; }
    .card-article--2col a {
      flex-flow: column; }
      .card-article--2col a .card-image {
        height: 9rem;
        width: 100%; }
      .card-article--2col a .card-body {
        width: 100%; }
    .card-article--2col:last-child {
      margin-right: 0; } }

@media only screen and (min-width: 992px) {
  .single__title {
    font-size: 1.75rem; }
  .single__date {
    font-size: 1rem; }
  .single__related .card-article--2col {
    width: 100%;
    float: none;
    margin-right: 0; }
    .single__related .card-article--2col a {
      flex-flow: row; }
      .single__related .card-article--2col a .card-image {
        width: 47%; }
      .single__related .card-article--2col a .card-body {
        width: 53%; }
        .single__related .card-article--2col a .card-body .date {
          margin-bottom: .5rem; }
  .single__carousel .carousel__title {
    margin-bottom: 1.5rem; }
    .single__carousel .carousel__title .title {
      display: flex;
      align-items: center; }
      .single__carousel .carousel__title .title h3 {
        margin-bottom: 0; } }

@media only screen and (min-width: 1200px) {
  .single__title {
    font-size: 2rem;
    max-width: 80%; }
  .single__line {
    margin: 1.5rem 0; } }

.section-search-form {
  padding: 10rem 0  8rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .section-search-form::before {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--cream);
    clip-path: ellipse(90vw 100% at 50% 100%);
    -webkit-clip-path: ellipse(90vw 100% at 50% 100%);
    transform: rotate(180deg);
    width: 100%;
    z-index: 1;
    height: 5rem;
    top: 0;
    left: 0; }

.section-survey {
  padding: 5rem 1rem  10rem;
  position: relative; }
  .section-survey .pb-container-wrapper > .pb-container {
    max-width: 50rem;
    align-items: center; }
  .section-survey .pb-container-wrapper .pb-element-single_image.style18 img {
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important; }
  .section-survey .bg-white {
    border-radius: 0.5rem;
    align-items: center;
    padding: 1.5rem !important; }
    .section-survey .bg-white .pb-element-button {
      text-align: right; }
      .section-survey .bg-white .pb-element-button .btn-outline {
        border: 1px solid var(--grey2);
        color: var(--darkblue);
        padding: .5rem 1.5rem; }
  .section-survey::before {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--cream);
    clip-path: ellipse(90vw 100% at 50% 100%);
    -webkit-clip-path: ellipse(90vw 100% at 50% 100%);
    width: 100%;
    z-index: 1;
    height: 5rem;
    bottom: 0;
    left: 0; }

.section-event {
  position: relative; }
  .section-event::before {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--cream);
    clip-path: ellipse(90vw 100% at 50% 100%);
    -webkit-clip-path: ellipse(90vw 100% at 50% 100%);
    transform: rotate(180deg);
    width: 100%;
    left: 0;
    height: 70%;
    top: -2px;
    left: 0; }

.section-bg-dot {
  background-position: top .875rem right;
  background-repeat: no-repeat;
  background-image: url("../images/dot-bg.png"); }

.section-box-image {
  border-radius: .25rem;
  overflow: hidden; }
  .section-box-image > .pb-row {
    align-items: stretch !important; }
    .section-box-image > .pb-row > * {
      padding-left: 0;
      padding-right: 0; }
  .section-box-image .pb-column:first-child {
    padding: 1.5rem;
    color: var(--white);
    background-color: inherit;
    border-radius: .25rem; }
  .section-box-image .pb-column:nth-child(2) .pb-container-wrapper {
    height: 18.75rem; }
    .section-box-image .pb-column:nth-child(2) .pb-container-wrapper .pb-container {
      height: 100%;
      background-size: cover;
      background-position: center; }
  .section-box-image .pb-column .pb-element-button button {
    font-weight: 500;
    font-size: 1.125rem;
    white-space: nowrap; }
  .section-box-image .pb-column .pb-element-button .image {
    margin-left: 1.5rem; }
    .section-box-image .pb-column .pb-element-button .image img {
      max-width: 100%; }

.section-other-link .pb-element-button .btn {
  padding: 1.25rem 1.5rem;
  align-items: center; }
  .section-other-link .pb-element-button .btn .image {
    width: 5.25rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% 50% 0 50%;
    padding: 1.5rem;
    background-color: var(--blue-1); }
    .section-other-link .pb-element-button .btn .image img {
      width: 3rem;
      filter: brightness(0) invert(1);
      -webkit-filter: brightness(0) invert(1); }
  .section-other-link .pb-element-button .btn .text {
    width: calc(100% - 5.5rem);
    text-align: left;
    margin-left: 1rem !important;
    color: var(--font-color); }
  .section-other-link .pb-element-button .btn:hover {
    background-color: var(--blue-7) !important; }
    .section-other-link .pb-element-button .btn:hover .image {
      background-color: var(--dark); }
      .section-other-link .pb-element-button .btn:hover .image img {
        filter: none;
        -webkit-filter: none; }
    .section-other-link .pb-element-button .btn:hover .text {
      color: var(--white); }

.section-departments ol, .section-departments ul {
  color: var(--font-color);
  list-style-type: disc; }
  .section-departments ol li, .section-departments ul li {
    color: var(--grey6) !important;
    margin-bottom: 1rem; }
    .section-departments ol li::marker, .section-departments ul li::marker {
      font-size: .75rem; }
    .section-departments ol li a, .section-departments ul li a {
      text-decoration: none;
      color: var(--grey6) !important; }
    .section-departments ol li:hover, .section-departments ul li:hover {
      color: var(--dark-2); }
      .section-departments ol li:hover a, .section-departments ul li:hover a {
        color: var(--dark-2) !important; }

@media only screen and (min-width: 768px) {
  .section-search-form:before, .section-survey:before {
    clip-path: ellipse(60vw 100% at 50% 100%);
    -webkit-clip-path: ellipse(60vw 100% at 50% 100%); }
  .section-bg-dot {
    padding: 0 2rem; }
  .section-box-image .pb-column:nth-child(2) {
    width: 45%;
    margin-left: auto; }
    .section-box-image .pb-column:nth-child(2) .pb-container-wrapper {
      height: 100%; } }

@media only screen and (min-width: 992px) {
  .section-box-image .pb-column .pb-element-button .text {
    font-size: 1.25rem; } }

@media only screen and (min-width: 1200px) {
  .section-bg-dot {
    padding: 0 5rem !important; }
  .section-box-image {
    max-width: 900px; }
    .section-box-image .pb-column:first-child {
      padding: 2rem; }
    .section-box-image .pb-column:nth-child(2) {
      width: 40%; } }

.derivation-box {
  margin-bottom: 2rem;
  padding: 0; }
  .derivation-box .content-box {
    color: #FFF;
    padding: 1.25rem;
    width: 100%; }
  .derivation-box .img-right {
    margin-left: 0;
    position: relative; }
    .derivation-box .img-right .bg {
      width: 100%; }
  .derivation-box > .pb-row {
    display: flex;
    flex-direction: column-reverse; }

.content-single-box {
  margin-bottom: 2rem;
  padding: 0; }
  .content-single-box .content-box {
    color: #FFF;
    padding: 1.25rem;
    width: 100%; }
  .content-single-box .img-right {
    margin-left: 0;
    position: relative; }
    .content-single-box .img-right .bg {
      width: 100%; }
  .content-single-box > .pb-row {
    display: flex;
    flex-direction: column-reverse; }

.content-left-box {
  margin-bottom: 2rem;
  padding: 0; }
  .content-left-box .content-box {
    color: #FFF;
    padding: 1.25rem;
    width: 100%; }
  .content-left-box .img-left {
    margin-left: 0;
    position: relative; }
    .content-left-box .img-left .bg {
      width: 100%; }
  .content-left-box > .pb-row {
    display: flex;
    flex-direction: column; }

.content-single-left-box {
  margin-bottom: 2rem;
  padding: 0; }
  .content-single-left-box .content-box {
    color: #FFF;
    padding: 1.25rem;
    width: 100%; }
  .content-single-left-box .img-left {
    margin-left: 0;
    position: relative; }
    .content-single-left-box .img-left .bg {
      width: 100%; }
  .content-single-left-box > .pb-row {
    display: flex;
    flex-direction: column; }

.h-duty {
  text-align: center;
  margin-bottom: 2rem; }

.btn-subscribed {
  background-color: var(--blue-3) !important; }
  .btn-subscribed:focus {
    box-shadow: 0 0 0 3px rgba(0, 102, 254, 0.62) !important; }
  .btn-subscribed-error {
    background-color: #cc3131 !important; }
    .btn-subscribed-error:focus {
      box-shadow: 0 0 0 3px rgba(204, 49, 49, 0.5) !important; }

.content-right-box {
  margin-bottom: 2rem;
  padding: 0; }
  .content-right-box .content-box {
    color: #FFF;
    padding: 1.25rem;
    width: 100%; }
  .content-right-box .img-right {
    margin-left: 0;
    position: relative; }
    .content-right-box .img-right .bg {
      width: 100%; }
  .content-right-box > .pb-row {
    display: flex;
    flex-direction: column-reverse; }

.contact-me .pb-element-wrapper {
  margin-bottom: 1rem; }

.contact-me .head_ {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .contact-me .head_ h3 {
    margin-top: 1.6rem;
    color: #009bff; }

.contact-me .text-contact {
  margin-bottom: 1rem; }

.contact-me .left_ {
  color: #fff;
  font-weight: 100;
  padding: 2rem 2rem; }
  .contact-me .left_ p {
    margin: 0.6rem 0; }
  .contact-me .left_ img {
    border-radius: 50%;
    margin-top: 1rem;
    margin-right: 0.5rem; }

.contact-me .right_ {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover; }
  .contact-me .right_ img {
    width: 100%;
    max-width: unset;
    right: 0;
    top: 30px; }

.contact-me .table-contact tr {
  vertical-align: top; }
  .contact-me .table-contact tr td {
    padding: 0 1rem; }

.contact-me .pb-element-embed {
  display: flex;
  justify-content: center;
  padding-top: 3rem; }
  .contact-me .pb-element-embed .map {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%; }

.contact-me .background_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: unset;
  background-color: #1f75ad !important;
  z-index: -1; }

@media only screen and (min-width: 768px) {
  .derivation-box {
    margin-bottom: 4rem; }
    .derivation-box .content-box {
      padding-left: 2rem;
      padding-right: 2rem; }
  .content-single-box {
    margin-bottom: 4rem; }
    .content-single-box .content-box {
      padding-left: 2rem;
      padding-right: 2rem; }
  .h-duty {
    margin-bottom: 4rem; }
  .content-left-box {
    margin-bottom: 4rem; }
    .content-left-box .content-box {
      padding-left: 2rem;
      padding-right: 2rem; }
  .content-single-left-box {
    margin-bottom: 4rem; }
    .content-single-left-box .content-box {
      padding-left: 2rem;
      padding-right: 2rem; }
  .content-right-box {
    margin-bottom: 4rem; }
    .content-right-box .content-box {
      padding-left: 2rem;
      padding-right: 2rem;
      min-height: 342px; }
  .contact-me .text-contact {
    margin-bottom: 3.5rem; }
    .contact-me .text-contact .left_ {
      padding: 2rem 3rem; }
    .contact-me .text-contact .right_ {
      position: relative; }
      .contact-me .text-contact .right_ img {
        width: 140%;
        position: absolute;
        max-width: unset;
        right: 0;
        top: 30px; }
  .contact-me .pb-element-embed {
    padding-top: 10rem; }
  .contact-me .right_ {
    position: absolute;
    right: 0;
    width: 30%;
    top: 2rem;
    margin-bottom: 0;
    height: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: right; }
  .contact-me .pb-element-embed .map {
    width: 60%; }
  .contact-me .background_ {
    width: 75%; } }

@media only screen and (min-width: 992px) {
  .derivation-box .content-box {
    padding: 4rem 12rem 4rem 6rem; }
  .derivation-box .img-right {
    margin-left: -8rem;
    margin-bottom: 0; }
  .derivation-box .pb-element-wrapper {
    width: 70%; }
  .derivation-box .pb-element-wrapper:nth-child(2) {
    width: 30%; }
  .derivation-box > .pb-row {
    flex-direction: row; }
  .content-single-box .content-box {
    padding: 2rem 8rem 2rem 2rem;
    width: 100%; }
  .content-single-box .img-right {
    margin-left: -8rem;
    margin-bottom: -2rem; }
  .content-single-box .pb-element-wrapper {
    width: 70%; }
  .content-single-box .pb-element-wrapper:nth-child(2) {
    width: 30%; }
  .content-single-box > .pb-row {
    flex-direction: row; }
  .content-left-box .content-box {
    padding: 4rem 6rem 4rem 12rem; }
  .content-left-box .img-left {
    margin-right: -8rem;
    margin-bottom: 0; }
  .content-left-box .pb-element-wrapper {
    width: 30%; }
  .content-left-box .pb-element-wrapper:nth-child(2) {
    width: 70%; }
  .content-left-box > .pb-row {
    flex-direction: row; }
  .content-single-left-box .content-box {
    padding: 4rem 6rem 4rem 12rem;
    width: 100%; }
  .content-single-left-box .img-left {
    margin-right: -8rem;
    margin-bottom: 0; }
  .content-single-left-box .pb-element-wrapper {
    width: 30%; }
  .content-single-left-box .pb-element-wrapper:nth-child(2) {
    width: 70%; }
  .content-single-left-box > .pb-row {
    flex-direction: row; }
  .content-right-box .content-box {
    padding: 3rem 10rem 3rem 6rem;
    width: 100%; }
  .content-right-box .img-right {
    margin-left: -8rem;
    margin-bottom: -2rem; }
  .content-right-box .pb-element-wrapper {
    width: 68%; }
  .content-right-box .pb-element-wrapper:nth-child(2) {
    width: 32%;
    padding-right: 0; }
  .content-right-box > .pb-row {
    flex-direction: row; } }

@media only screen and (min-width: 1200px) {
  .derivation-box .content-box {
    padding-left: 8rem; }
  .content-left-box .content-box {
    padding-left: 12rem; }
  .content-single-left-box .content-box {
    padding-left: 12rem; }
  .content-right-box .content-box {
    padding-left: 8rem; } }

@media only screen and (min-width: 1600px) {
  .derivation-box .content-box {
    padding: 6rem 20rem 6rem 12rem; }
  .derivation-box .img-right {
    margin-left: -8rem; }
  .content-single-box .content-box {
    padding: 2rem 8rem 2rem 2rem; }
  .content-single-box .img-right {
    margin-left: -8rem; }
  .content-left-box .content-box {
    padding: 6rem 12rem 6rem 20rem; }
  .content-left-box .img-left {
    margin-left: -8rem; }
  .content-single-left-box .content-box {
    padding: 6rem 12rem 6rem 20rem; }
  .content-single-left-box .img-left {
    margin-left: -8rem; }
  .content-right-box .content-box {
    padding: 5rem 14rem 5rem 12rem;
    min-height: 400px; }
  .content-right-box .pb-element-wrapper {
    width: 70%; }
  .content-right-box .pb-element-wrapper:nth-child(2) {
    width: 30%; }
  .content-right-box .img-right {
    margin-left: -8rem;
    margin-bottom: -3rem; } }

.intro {
  background-color: var(--cream); }
  .intro .main-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    overflow-y: auto; }
  .intro .wrap {
    margin: auto; }
  .intro .media {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center; }
    @media only screen and (min-width: 992px) {
      .intro .media {
        max-width: 1200px; }
        .intro .media .img {
          max-height: 600px;
          object-fit: contain; } }
  .intro .actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem; }
    .intro .actions .btn {
      min-width: 200px;
      width: 100%;
      max-width: 100%; }
      .intro .actions .btn-light {
        background-color: var(--white);
        border: 2px solid transparent;
        color: var(--primary);
        transition: all 0.15s ease-in-out; }
        .intro .actions .btn-light:hover, .intro .actions .btn-light:focus {
          border-color: var(--primary); }

.main-content--search__no-banner {
  margin-top: 1.5rem; }

@media only screen and (min-width: 768px) {
  .main-content--search__no-banner {
    margin-top: 10rem; } }

.search {
  display: flex;
  flex-wrap: wrap; }
  .search-aside {
    flex: 1 1 16rem;
    min-width: 16rem; }
    .search-aside form .form-search {
      position: relative;
      margin-bottom: 0.75rem; }
      .search-aside form .form-search .btn-search {
        position: absolute;
        top: 0.75rem;
        right: 1.25rem;
        position: absolute;
        top: 0.5rem;
        right: 0.25rem;
        border: 0;
        padding: 0.25rem 0.5rem;
        color: var(--secondary); }
      .search-aside form .form-search .form-control {
        border-color: var(--secondary);
        padding: 0.675rem 0.75rem; }
        .search-aside form .form-search .form-control:focus {
          box-shadow: none;
          outline: none; }
          .search-aside form .form-search .form-control:focus + .form-placeholder {
            display: none; }
        .search-aside form .form-search .form-control[type="text"]:not(:placeholder-shown) + .form-placeholder {
          display: none !important; }
        .search-aside form .form-search .form-control:valid + .form-placeholder {
          display: block; }
      .search-aside form .form-search .form-placeholder {
        position: absolute;
        top: 0.75rem;
        left: 1.25rem;
        font-size: 1rem;
        color: var(--secondary);
        pointer-events: none; }
        .search-aside form .form-search .form-placeholder span[aria-hidden=true] {
          margin-right: 0.5rem; }
    .search-aside form .bootstrap-select {
      margin-bottom: 1.125rem; }
      .search-aside form .bootstrap-select .bs-placeholder {
        background-color: var(--secondary) !important;
        color: var(--white) !important;
        box-shadow: none;
        padding: 0.675rem 0.75rem;
        display: flex;
        justify-content: center; }
        .search-aside form .bootstrap-select .bs-placeholder .filter-option {
          width: auto; }
        .search-aside form .bootstrap-select .bs-placeholder::after {
          color: var(--white); }
    .search-aside form .form-check {
      display: inline-block;
      margin-bottom: 0.75rem;
      margin-right: 1rem; }
      .search-aside form .form-check .form-check-label {
        color: var(--secondary); }
    .search-aside form .form-switch {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 0;
      max-width: 15rem;
      margin: 0 auto 0.75rem; }
      .search-aside form .form-switch .form-check-input {
        float: none;
        margin-left: 0;
        background-color: var(--primary);
        border-color: var(--primary);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
        .search-aside form .form-switch .form-check-input:checked {
          background-color: var(--secondary);
          border-color: var(--secondary); }
  .search-content {
    flex: 1 1 auto; }
    .search-content h3 {
      color: var(--secondary);
      font-size: 2rem;
      padding-bottom: 1.5rem;
      margin-bottom: 2.5rem;
      border-bottom: 1px solid var(--blue-2); }
      .search-content h3 span {
        margin-left: 1rem;
        font-size: 1.125rem; }
    .search-content > ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 6rem; }
      .search-content > ul > li + li {
        margin-top: 1.75rem; }
      .search-content > ul > li a {
        text-decoration: none; }
    .search-content .pagination-wrapper {
      margin: auto !important;
      position: relative;
      z-index: 1; }
    .search-content .pagination .page-ppp {
      position: static;
      width: 100%;
      transform: translateY(0);
      justify-content: center;
      margin-top: 1.5rem; }
  @media only screen and (min-width: 768px) {
    .search {
      flex-wrap: nowrap; }
      .search-aside {
        max-width: 16rem; }
        .search-aside form .form-check {
          display: block;
          margin-right: 0; }
        .search-aside form .form-switch {
          display: flex;
          margin: 0 auto 0.75rem; }
      .search-content {
        padding-left: 6rem; } }
  @media only screen and (min-width: 1400px) {
    .search-content .pagination .page-ppp {
      position: absolute;
      transform: translateY(-50%);
      justify-content: flex-end;
      margin-top: 0; } }

.card-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: var(--dark);
  border: 1px solid var(--secondary); }
  .card-search--img {
    width: 100%;
    margin-bottom: 1rem; }
    .card-search--img img {
      object-fit: cover;
      width: 100%;
      height: 10rem; }
  .card-search--text {
    flex: 1 1 auto;
    width: 100%;
    padding: 0 1.25rem;
    margin-bottom: 1rem; }
    .card-search--text h5 {
      color: var(--black);
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 1.575rem;
      /* Fallback for non-webkit */
      font-size: 1.125rem;
      line-height: 1.4;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0.875rem; }
    .card-search--text span {
      font-size: 1rem;
      color: var(--grey3); }
  .card-search--cate {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 1.25rem;
    position: relative;
    margin-bottom: 1rem; }
    .card-search--cate label {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 1.575rem;
      /* Fallback for non-webkit */
      font-size: 1.125rem;
      line-height: 1.4;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      color: var(--secondary);
      margin-bottom: 0.875rem; }
    .card-search--cate span:not([aria-hidden="true"]) {
      display: block;
      color: var(--black);
      padding-right: 2.5rem;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 1.4rem;
      /* Fallback for non-webkit */
      font-size: 1rem;
      line-height: 1.4;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .card-search--cate span[aria-hidden="true"] {
      position: absolute;
      top: 50%;
      right: 1.25rem;
      font-size: 2rem;
      transform: translateY(-50%);
      color: var(--secondary); }
    .card-search--cate::before {
      position: absolute;
      left: 0;
      height: 4rem;
      width: 1px;
      background-color: #C5C5C5; }
  @media only screen and (min-width: 768px) {
    .card-search {
      flex-direction: row; }
      .card-search--img {
        flex: 0 0 7rem;
        max-width: 7rem;
        width: 7rem;
        margin-bottom: 0; }
        .card-search--img img {
          height: 7rem; }
      .card-search--text {
        margin-bottom: 0; }
      .card-search--cate {
        flex: 0 0 30%;
        max-width: 16rem;
        margin-bottom: 0; }
        .card-search--cate span {
          padding-right: 2rem; }
        .card-search--cate::before {
          content: ""; } }

.category__menu {
  text-align: center;
  margin-top: 2rem; }
  .category__menu .bootstrap-select .dropdown-toggle {
    border: 1px solid var(--blue-2);
    border-radius: 6px;
    padding: 10px;
    font-size: .875rem; }
    .category__menu .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
      color: black; }
    .category__menu .bootstrap-select .dropdown-toggle:after {
      content: "\f004";
      font-family: "fontello";
      border: 0;
      color: var(--blue-2);
      font-size: 1rem; }
    .category__menu .bootstrap-select .dropdown-toggle.show::after {
      content: "\f005"; }
  .category__menu .bootstrap-select .dropdown-menu .dropdown-item.active, .category__menu .bootstrap-select .dropdown-menu .dropdown-item:hover {
    background-color: var(--blue-2);
    color: #fff; }

@media only screen and (min-width: 992px) {
  .category__side {
    max-width: 230px; }
    .category__side hr {
      opacity: 1;
      border-top: 2px solid var(--blue-6);
      border-radius: 6px; } }

@media only screen and (min-width: 1200px) {
  .category__menu {
    margin-top: 1.875rem;
    justify-content: center; }
    .category__menu a {
      text-decoration: none; }
      .category__menu a .menu-item {
        width: 5.5rem;
        height: 5.5rem;
        padding: 2px;
        background-color: #FFF;
        border-radius: 5px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        margin-right: 1rem; }
        .category__menu a .menu-item .name {
          font-size: .875rem;
          color: var(--primary);
          line-height: 1.1;
          margin-top: 10px; }
        .category__menu a .menu-item:hover, .category__menu a .menu-item.active {
          background-color: var(--primary); }
          .category__menu a .menu-item:hover .name, .category__menu a .menu-item.active .name {
            color: #FFF; } }

.category-tbt .category__table {
  background-color: #FFF;
  margin-top: 4rem;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.09); }
  .category-tbt .category__table .table thead th {
    display: none; }
    .category-tbt .category__table .table thead th:nth-child(4) {
      width: 150px; }
    .category-tbt .category__table .table thead th:nth-child(5) {
      width: 170px;
      text-align: left; }
    .category-tbt .category__table .table thead th:nth-child(7) {
      width: 150px; }
    .category-tbt .category__table .table thead th:nth-child(1), .category-tbt .category__table .table thead th:nth-child(4), .category-tbt .category__table .table thead th:nth-child(9) {
      display: table-cell; }
  .category-tbt .category__table .table tr td {
    display: none;
    text-align: center; }
    .category-tbt .category__table .table tr td:nth-child(1), .category-tbt .category__table .table tr td:nth-child(4), .category-tbt .category__table .table tr td:nth-child(9) {
      display: table-cell; }

.category-tbt .category__pagination {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
  position: relative;
  flex-flow: column;
  align-items: center; }

@media only screen and (min-width: 1200px) {
  .category-tbt .category__title {
    font-size: 1.5rem; }
  .category-tbt .category__table .table thead th {
    display: table-cell !important; }
  .category-tbt .category__table .table tr td {
    display: table-cell !important; } }

.category-export-regulations .rule {
  background-color: #fff;
  border-radius: 6px;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  color: var(--primary); }
  .category-export-regulations .rule__name {
    display: flex;
    align-items: center;
    width: 60%; }
    .category-export-regulations .rule__name .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.5rem;
      height: 2.5rem;
      padding: 10px;
      background-color: rgba(0, 76, 175, 0.2);
      border-radius: 50%; }
      .category-export-regulations .rule__name .icon img {
        max-width: 100%; }
    .category-export-regulations .rule__name .detail {
      width: calc(100% - 3rem);
      padding: 0.5rem; }
      .category-export-regulations .rule__name .detail .category {
        font-size: 0.625rem;
        margin-bottom: 0.25rem; }
      .category-export-regulations .rule__name .detail h3 {
        font-size: 0.875rem;
        margin-bottom: 0; }
  .category-export-regulations .rule__date {
    display: none; }
  .category-export-regulations .rule__btn {
    background-color: var(--blue-10);
    font-size: 0.625rem;
    color: #fff;
    margin-left: auto; }
    .category-export-regulations .rule__btn .bi {
      font-size: 0.5rem;
      display: inline-block;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-weight: 600; }
    .category-export-regulations .rule__btn:hover {
      background-color: var(--blue-11); }
      .category-export-regulations .rule__btn:hover i {
        transform: translate(15%, -15%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

@media only screen and (min-width: 768px) {
  .category-export-regulations .rule {
    justify-content: space-between; }
    .category-export-regulations .rule__name {
      width: 45%; }
      .category-export-regulations .rule__name .icon {
        width: 3.25rem;
        height: 3.25rem;
        padding: 10px; }
      .category-export-regulations .rule__name .detail {
        width: calc(100% - 4rem);
        padding-left: 1.25rem; }
        .category-export-regulations .rule__name .detail .category {
          font-size: 0.75rem; }
        .category-export-regulations .rule__name .detail h3 {
          font-size: 1.125rem; }
    .category-export-regulations .rule__date {
      width: 40%;
      display: flex;
      align-items: center; }
      .category-export-regulations .rule__date span[aria-hidden=true] {
        font-size: 2rem; }
      .category-export-regulations .rule__date span {
        font-size: 0.875rem;
        display: block; }
        .category-export-regulations .rule__date span:first-child {
          font-size: 0.75rem; }
    .category-export-regulations .rule__btn {
      font-size: 0.75rem; }
      .category-export-regulations .rule__btn span[aria-hidden=true] {
        font-size: 0.625rem; } }

@media only screen and (min-width: 1200px) {
  .category-export-regulations .rule {
    padding: 1rem 1rem 1rem 2.5rem;
    max-width: 85%;
    margin: 0 auto; }
    .category-export-regulations .rule__name .icon {
      width: 3.5rem;
      height: 3.5rem; }
    .category-export-regulations .rule__name .detail .category {
      font-size: 0.875rem; }
    .category-export-regulations .rule__name .detail h3 {
      font-size: 1.5rem; }
    .category-export-regulations .rule__date span {
      font-size: 1rem; }
      .category-export-regulations .rule__date span:first-child {
        font-size: 0.9rem; }
    .category-export-regulations .rule__date i {
      font-size: 2.25rem; }
    .category-export-regulations .rule__btn {
      font-size: 1rem;
      padding: 0.75rem 1rem; } }

.box-category {
  width: 100%;
  margin-bottom: 3.75rem;
  display: flex;
  align-items: center; }
  .box-category .ps > .ps__rail-x {
    opacity: 1; }

.list-category {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: start;
  position: relative;
  padding-bottom: 1.5rem;
  overflow-x: auto;
  padding-top: .5rem; }
  .list-category::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 10px; }
  .list-category::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f5f5f5; }
  .list-category::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 10px; }
  .list-category > li a {
    border-radius: 0.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 10rem;
    min-height: 8rem;
    max-width: 10rem;
    height: 100%;
    word-wrap: break-word;
    background-color: #fff;
    color: var(--primary);
    margin: 0 0.625rem;
    text-align: center;
    text-decoration: none;
    padding: 0.25rem .5rem;
    line-height: 1.3;
    font-size: .875rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
    .list-category > li a img {
      height: 2rem;
      margin-bottom: 0.5rem; }
    .list-category > li a:hover, .list-category > li a.active {
      background-color: var(--primary);
      color: var(--blindness); }
      .list-category > li a:hover img, .list-category > li a.active img {
        filter: brightness(0) invert(1); }
  .list-category.no-filter > li a:hover img, .list-category.no-filter > li a.active img {
    filter: none; }

@media only screen and (min-width: 768px) {
  .box-category {
    margin-left: 0;
    justify-content: center;
    width: 100%; }
    .box-category .list-category li a {
      margin-bottom: 1rem;
      font-size: 1rem; } }

html {
  scroll-behavior: smooth; }

body {
  position: relative;
  font-family: 'kanit';
  overflow-x: hidden;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 1rem;
  color: var(--font-color);
  font-kerning: none;
  padding: 0;
  background-color: var(--cream); }
  body.fixed {
    overflow: hidden; }

.order-6 {
  order: 6 !important; }

.order-7 {
  order: 7 !important; }

.order-8 {
  order: 8 !important; }

b, strong {
  font-weight: 600; }

.overlay {
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(3px);
  -moz-backdrop-filter: blur(3px);
  -ms-backdrop-filter: blur(3px);
  -o-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none; }
  .overlay.show {
    opacity: 1;
    transition: 0.3s;
    pointer-events: all; }

hr.line-blue {
  border-color: var(--blue-2);
  opacity: 1; }

a {
  text-decoration: none; }

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .section-title h3 {
    font-size: 1.375rem;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .section-title h3 {
        font-size: 1.625rem; } }
  .section-title .btn-primary {
    padding: 0.25rem 0.5rem;
    color: var(--white);
    font-size: 0.75rem;
    background-color: var(--primary);
    border-color: var(--primary); }
    .section-title .btn-primary > .btn {
      color: var(--white);
      font-size: 0.75rem;
      padding: 0; }
  .section-title + hr {
    opacity: 1;
    border-color: var(--dark-3);
    border-top-width: 2px;
    margin-bottom: 1.5rem; }

picture img {
  max-width: 100%; }

.file-download {
  display: flex;
  margin-bottom: 0.5rem; }
  .file-download img {
    width: 1.125rem;
    margin-right: 0.75rem; }
  .file-download a {
    color: var(--blue-2); }

.input-group {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  align-items: center;
  border-radius: 5px; }
  .input-group input {
    border-radius: 5px !important;
    height: 2.75rem;
    border: 0;
    color: var(--font-color); }
    .input-group input::placeholder {
      color: var(--placeholder); }
  .input-group span[aria-hidden=true] {
    position: absolute;
    z-index: 10;
    font-size: 1.125rem;
    color: var(--placeholder); }
  .input-group-date span[aria-hidden=true] {
    left: 0.5rem; }
  .input-group-date i {
    margin-left: 0.5rem; }
  .input-group-date input {
    padding-left: .5rem;
    text-align: left; }
    .input-group-date input::placeholder {
      text-align: left; }
  .input-group-search span[aria-hidden=true] {
    right: 1rem;
    color: var(--font-color); }
  .input-group-search input {
    padding-right: 3rem; }

.disabled {
  pointer-events: none;
  color: var(--placeholder) !important; }
  .disabled img {
    filter: brightness(0.2) invert(0.8);
    -webkit-filter: brightness(0.2) invert(0.8); }

.main-content {
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden; }
  .main-content-not-found {
    background-color: #f3f3ed; }
    @media only screen and (min-width: 1200px) {
      .main-content-not-found {
        padding-bottom: 8rem; } }
    .main-content-not-found img {
      margin-top: 3.75rem;
      margin-bottom: 0.5rem;
      width: 800px; }
    .main-content-not-found h1 {
      color: #0087e1;
      margin-bottom: 0.5rem;
      font-size: 2.4rem;
      font-weight: 400; }
      @media only screen and (min-width: 768px) {
        .main-content-not-found h1 {
          font-size: 3rem;
          margin-bottom: 1rem; } }
    .main-content-not-found p {
      font-weight: 600;
      font-size: 1.2rem;
      color: #181818; }
      @media only screen and (min-width: 768px) {
        .main-content-not-found p {
          font-size: 1.5rem; } }
    .main-content-not-found .wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0 1.5rem; }
      @media only screen and (min-width: 1200px) {
        .main-content-not-found .wrapper {
          padding-top: 3.5rem; } }
    .main-content-not-found .content {
      text-align: center; }

.text-red {
  color: #cc3131; }

.bg-red {
  background-color: #cc3131; }

.fs-7 {
  font-size: .75rem; }

@media only screen and (min-width: 768px) {
  .main-content {
    padding-bottom: 8rem; }
  .row-block {
    display: block; }
    .row-block > * {
      float: left; }
    .row-block:after {
      display: block;
      clear: both;
      content: ''; } }

@media only screen and (min-width: 1200px) {
  .main-content {
    padding-bottom: 11rem; }
  .section-title .btn-primary {
    font-size: 0.875rem;
    padding: 0.375rem 1rem; }
    .section-title .btn-primary > .btn {
      font-size: 0.875rem; } }

.pb-100 {
  padding-bottom: 100%; }

.pb-80 {
  padding-bottom: 80%; }

.object-fit-cover {
  object-fit: cover; }

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  border-color: transparent !important; }

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

/** Food Website***/
.home-esub {
  position: relative; }
  .home-esub .pb-element-button button {
    position: absolute;
    z-index: 3;
    border-color: transparent !important;
    opacity: 0; }
    .home-esub .pb-element-button button .text {
      opacity: 0;
      font-size: 0.5rem; }
  .home-esub .esub1 {
    top: 16%;
    left: 1%;
    width: 39%;
    height: 8%; }
  .home-esub .esub2 {
    top: 31%;
    left: 25%;
    width: 41%;
    height: 13%; }
  .home-esub .esub3 {
    width: 55%;
    top: 48%;
    left: 15%;
    height: 15%; }
