:root {
  --theme-color: #0C79CB;
  --theme-text-color: #0C476A;
}

/* Layouts */
.container {
  /* max-width: 1680px; */
}
.col .row {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 993px) {
  .container {
    /* width: 90%; */
  }
}

/* Scrollbar */
body::-webkit-scrollbar {
	background-color: white;
	width: 16px;
}
body::-webkit-scrollbar-track {
	background-color: white;
}
body::-webkit-scrollbar-thumb {
	background-color: #0C79CB;
	/* background-color: #babac0; */
	border-radius: 16px;
	border: 4px solid white;
}
body::-webkit-scrollbar-button {
	display: none;
}

/* Selection */
::-moz-selection {
  background: #2E2E2E;
  color: #eee;
}
::selection {
  background: #2E2E2E;
  color: #eee;
}


/* Header */
nav .nav-wrapper {
  display: flex;
  align-items: center;
  padding: 0 3.875rem;
}
nav .nav-logo {
  height: 70%;
}
nav .nav-logo img {
  height: 100%;
  width: auto;
  padding-right: 1rem;
}
nav .nav-menu,
nav .nav-menu ul,
nav .nav-menu ul li {
  height: 100%;
  
}
nav .nav-menu > ul > li {
  position: relative;
  display: flex;
  align-items: center;
}
nav .nav-menu .btn-flat {
  font-size: 1.25rem;
  color: #0C79CB;
  margin: 0 0.25rem;
}
nav .nav-menu .btn-flat.active {
  color: #717171;
}
nav .nav-menu .btn-flat.active::before{
  transform: scaleX(1);
}
nav .nav-menu .btn-flat::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.5rem;
  background-color: #1070C1;
  transition: transform 300ms ease-in-out;
  transform: scaleX(0);
}
.nav-search {
  margin-left: auto;
}
/* nav .nav-search .btn-search {
  background-color: #1070C1;
  border-radius: 40px;
  height: 2.5rem;
} */
.nav-search .btn-search i {
  line-height: 2.3rem;
}
.sidenav {
  /* width: 350px; */
}
.sidenav li.nav-close {
  padding: 1rem;
  height: fit-content;
  line-height: normal;
}
.sidenav li {
  border-bottom: 1px solid #ECECEC;
}
.sidenav li:last-child {
  border-bottom: none;
}
.sidenav li > a {
  font-size: 1.25rem;
  padding: 0 18px;
}
.sidenav li > a.active {
  color: #0C79CF;
  font-family: 'FC Iconic Medium';
}
.sidenav li .menu-dropdown-content {
  display: none;
  padding-left: 1.5em;
  border-bottom: 1.5px solid #0C79CF;
}
.sidenav li .menu-dropdown-content .menu-list li img {
  width: 1.75em;
  height: auto;
  margin-right: 4px;
}
.sidenav li .menu-dropdown-content .menu-list li a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.sidenav li .menu-dropdown-content .menu-list li.sub-menu {
  list-style-type: disc;
  margin-left: 2.25em;
}
.sidenav li .menu-dropdown-content .menu-list li.sub-menu a {
  height: 30px;
  line-height: 30px;
}
.sidenav .nav-search {
  width: 90%;
  margin: 4rem auto;
}
.sidenav .nav-search .input-field {
  padding: 0 1rem;
}
.sidenav .nav-search .input-field input {
  width: 100% !important;
}
.sidenav-overlay {
  z-index: 99;
}


/* Navbar Dropdown */
nav .nav-menu .menu-dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(249,249,249,0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  /* opacity: 0.95; */
  min-width: 87.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
  padding: 1.875rem;
  left: 0;
  top: 100%;
}
nav .nav-menu .menu-dropdown-content .menu-list li {
  width: 100%;
  padding: 0.3125rem 0;
}
nav .nav-menu .menu-dropdown-content .menu-list li:hover {
  background-color: rgba(0,0,0,0.1);
}
nav .nav-menu .menu-dropdown-content .menu-list li a {
  display: flex;
  align-items: center;
}
nav .nav-menu .menu-dropdown-content .menu-list li a:hover {
  background-color: transparent;
}
nav .nav-menu .menu-dropdown-content .menu-list li a img {
  width: 1.5rem;
  margin-right: 0.375rem;
}
nav .nav-menu .menu-dropdown-content .menu-title,
nav .nav-menu .menu-dropdown-content .menu-list li a {
  color:#717171;
}
nav .nav-menu .menu-dropdown-content .menu-list li.sub-menu {
  margin-left: 3.75rem;
  list-style-type: disc;
  color: black;
  padding: 0;
}
nav .nav-menu .menu-dropdown-content .menu-list li.sub-menu a {
  padding: 0;
}
nav .nav-menu .menu-dropdown-content.dropdown-normal {
  min-width: 26.875rem;
  padding: 0.875rem;
}
nav .nav-menu .menu-dropdown-content.dropdown-2-column {
  min-width: 47.5rem;
}
nav .nav-menu .menu-dropdown-content.dropdown-2-column .menu-list a {
  padding: 0;
}

/* Footer */
footer.page-footer {
  padding: 0;
  background-image: url('/public/img/background/background-sitemap.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
footer .sitemap .sitemap-wrapper {
  padding: 3.875rem;
  padding-bottom: 0;
  padding-right: 0;
}
footer .sitemap .sitemap-logo {
  height: 5rem;
  width: auto;
}
footer .sitemap .sitemap-title {
  margin-bottom: 1.75rem;
}
footer .sitemap .sitemap-contact {
  margin: 1rem 0;
}
footer .sitemap .sitemap-contact .icon {
  width: 2.5rem;
  height: auto;
}
footer .sitemap .sitemap-contact .title {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-left: 0.75rem;
}
footer .sitemap .site-menu .menu-title {
  font-size: 1.375rem;
  color: #5880B3;
  margin: 0;
}
footer .sitemap .site-menu {
  margin: 0;
  margin-top: 1.25rem;
}
footer .sitemap .site-menu .menu-list {
  margin: 0;
  margin-top: 0.625rem;
}
footer .sitemap .site-menu .menu-list li a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
footer .copyright .copyright-wrapper {
  padding: 1.125rem 3.875rem;
}
footer .copyright .copyright-policy {
  margin: 0 -0.5rem;
}
footer .copyright .copyright-policy li {
  display: inline-block;
  padding: 0 0.5rem;
  border-right: 1px solid #0C476A;
  font-size: 0.875rem;
}
footer .copyright .copyright-policy li:last-child {
  border-right: none;
}


/* Loading */
.loading {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.90);
  position: fixed;
  z-index: 9999;
  text-align: center;
  vertical-align: middle;
}
.loading:after {
  content: "";
  background-image: url('/public/img/loading/ellipsis-loading.gif');
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* Theme */
blockquote {
  border-left: 5px solid #135EA8;
}
.theme-text-color {
  color: var(--theme-text-color);
}
.page-them {
  position: relative;
  padding: 6.25rem 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.page-bg-gradient {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  background-color: black;
  z-index: 1;
}
.page-them .page-content {
  position: relative;
  z-index: 2;
}
.page-them .page-content .page-title {
  font-size: 4.375rem;
  text-shadow: 4px 2px 4px rgba(0,0,0,0.5);
  color: white;
  margin: 0;
}
.page-them .page-content .page-subtitle {
  font-size: 2.25rem;
  line-height: 3.125rem;
  color: white;
}


/* Button */
.btn-them {
  color: white;
  background-color: #0C476A;
  /* border-radius: 0; */
}
.btn-them:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.btn-them.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 18px;
}
.btn-them:hover {
  background-color: #5880B3;
}
.btn-them.btn-them-yellow {
  color: black;
  background-color: #FECE00;
}
.btn-them.btn-them-yellow.btn-large {
  height: 3.25rem;
  line-height: 3.25rem;
  font-size: 1.5rem;
  padding: 0 1.75rem;
}

/* Section */
.section-aquarium .banner-page {
  padding: 2.5rem;
}
.section-aquarium .banner-page .banner-content {
  padding: 1.875rem;
}
.quality-assurance-page .topic-underline,
.green-office-page .topic-underline,
.academic-cooperation-page .topic-underline,
.knowledge-management-page .topic-underline,
.bims-photo-page .topic-underline,
.share-point-bims-page .topic-underline {
  font-size: 2.25rem;
}
.section-pagination .number-page {
  margin: 0 1.5rem;
}
.section-researcher .col {
  padding: 0 0.5rem;
}
.section-knowledge-content .section-title {
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
}

/* Card */
.page-them .page-content .card-content {
  font-size: 1.25rem;
  background-color: white;
  padding: 3.625rem;
  margin-top: 3.375rem;
  border-radius: 0;
}
.page-them .page-content .card-content .them-text {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.page-them .page-content .card-content img.theme-image {
  margin: 2rem 0;
  width: 100%;
}
.page-them .page-content .card-content .card-content-editor img {
  max-width: 100% !important;
  height: auto !important;
}
nav .nav-menu .menu-dropdown-content .card-nav {
  position: relative;
  background-color: white;
}
nav .nav-menu .menu-dropdown-content .card-nav:hover {
  background-color: #1267B4;
  transition: 300ms ease;
}
nav .nav-menu .menu-dropdown-content .card-nav .card-content {
  padding: 1.25rem;
  background-color: transparent;
}
nav .nav-menu .menu-dropdown-content .card-nav .card-image {
  height: 11.25rem;
}
nav .nav-menu .menu-dropdown-content .card-nav .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
nav .nav-menu .menu-dropdown-content .card-nav .card-content .card-title {
  color: #1267B4;
  font-size: 1.438rem;
  line-height: 2rem;
  max-height: 4rem;
  margin-top: 0;
}
nav .nav-menu .menu-dropdown-content .card-nav .card-content .card-brief {
  margin: 1rem 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 5rem;
  color: black;
}
nav .nav-menu .menu-dropdown-content .card-nav:hover .card-content .card-title,
nav .nav-menu .menu-dropdown-content .card-nav:hover .card-content .card-brief {
  color: white;
  transition: 300ms ease;
}
nav .nav-menu .menu-dropdown-content .card-nav .card-action {
  padding: 1.25rem;
  padding-top: 0;
}
nav .nav-menu .menu-dropdown-content .card-nav .card-action .btn {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0;
  margin-left: auto;
}
nav .nav-menu .menu-dropdown-content .card-nav .card-action .btn img {
  width: 1.5rem;
}
nav .nav-menu .menu-dropdown-content .card-nav .card-action .btn span {
  color: black;
  margin-left: 0.75rem;
  font-size: 0.75rem;
}
/* .card-content-aquarium {
  margin: 2rem -1.875rem;
} */
.card-content-aquarium .card-title.underline-text:after {
  width: 1.425em;
  border-bottom: 0.375rem solid #135EA8;
}
.card-content-aquarium .card-title {
  font-size: 1.875rem;
}
.card-content-aquarium .card-detail {
  font-size: 1.125rem;
  /* line-height: 1.625rem; */
}
.card-content-aquarium .col {
  padding: 0 1.875rem;
}
.card-content-aquarium .carousel-them.carousel.carousel-slider, 
.card-content-aquarium .carousel-them.carousel.carousel-slider .carousel-item {
  min-height: unset;
  margin: 0;
}
.card-content-aquarium .carousel-them .btn-prev, 
.card-content-aquarium .carousel-them .btn-next {
  width: 15%;
}
.card-content-aquarium .carousel-them .btn-prev img, 
.card-content-aquarium .carousel-them .btn-next img {
  height: 1.875rem;
}
.card-researcher {
  display: flex;
  align-items: center;
  gap: 1.125em;
  font-size: 1rem;
  padding: 1em;
  background-color: #ECECEC;
  margin-bottom: 1rem;
}
.card-researcher .card-profile {
  width: 9.5em;
  height: 9.5em;
  object-fit: cover;
  object-position: center;
}
.card-researcher .card-info .card-name {
  margin-bottom: 0.2em;
}
.card-researcher .card-info .card-detail {
  font-size: 0.875rem;
}
.card-researcher .card-info .card-detail.researcher-expertise {
  min-height: 3.75rem;
}
.card-researcher .card-info .card-detail.small {
  font-size: 0.75rem;
}
.card-researcher .card-info .card-detail .title {
  margin-right: 0.5em;
}
.card-knowledge {
  height: 364px;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-knowledge .card-title {
  width: 100%;
  color: white;
  line-height: 1.3em;
  padding: 0.875em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.card-monthly-newsletter {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 2em;
  width: 100%;
  padding: 1em;
  border: 1px solid #ECECEC;
  margin-bottom: 1em;
}
.card-monthly-newsletter:hover {
  background-color: var(--theme-color);
  color: white;
  transition: 0.3s;
  /* border-color: transparent; */
}
.card-monthly-newsletter:hover .card-date {
  color: white;
  transition: 0.3s;
}
.card-monthly-newsletter .card-thumbnail {
  width: 19.375em;
  height: 12.5em;
  margin: -1em;
  object-fit: cover;
  object-position: center;
}
.card-monthly-newsletter .card-date {
  position: absolute;
  left: 19.575em;
  bottom: 0.5em;
}
.card-monthly-newsletter .card-body .card-title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0.2em;
}
.card-monthly-newsletter .card-body .card-brief {
  font-size: 1rem;
}


/* Banner */
.banner-highlight {
  height: 100vh;
  /* height: 1080px; */
}
.banner-highlight .banner-content {
  width: 37.5%;
  top: 50%;
  left: 7.25rem;
  transform: translateY(-50%);
  z-index: 2;
}
.banner-highlight .banner-content .banner-title {
  background-color: #0C79CB;
  padding: 1.75rem;
}
.banner-highlight .banner-content .banner-title h1 {
  font-size: 3.25rem;
  line-height: 3.875rem;
}
.banner-highlight .banner-content .banner-brief {
  background-color: rgba(249,203,47,0.75);
  padding: 1.75rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-top: 0.625rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.banner-highlight .banner-slogan {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: white;
  font-size: 3.25rem;
  text-shadow: 1px 2px 7px rgba(0,0,0,0.6);
}
.banner-news-release {
  min-height: 100vh;
}
.banner-news-release .banner-content {
  width: 37.5%;
  position: absolute;
  top: 50%;
  right: 7.25rem;
  transform: translateY(-50%);
  background-color: #0C79CB;
  padding: 2.8125rem;
}
.banner-news-release .banner-content .banner-title {
  font-size: 3.25rem;
  line-height: 3.875rem;
}
.banner-news-release .banner-content .banner-brief {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 1.5rem 0;
}
.banner-news-release .banner-content .btn {
  margin-top: 1rem;
}
.banner-animal-info {
  height: 100vh;
  /* height: 1080px; */
  padding: 0 7.25rem;
}
.banner-animal-info .banner-wrapper {
  width: 100%;
  height: 100%;
}
.banner-animal-info .banner-content {
  width: 100%;
  padding: 2.8125rem;
  background-color: white;
}
.banner-animal-info .banner-content .owl-dots {
  display: none;
}
.banner-animal-info .banner-content .banner-title {
  font-size: 3.25rem;
  line-height: 3.875rem;
}
.banner-animal-info .banner-content .banner-brief {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 1.5rem 0;
  height: 9.375rem;
}
.banner-animal-info .banner-content .btn {
  margin-top: 4rem;
}
.banner-visit-place {
  height: 100vh;
  /* min-height: 1080px; */
  /* max-height: 100vh; */
}
.banner-visit-place .banner-content {
  width: 39.5%;
  position: absolute;
  bottom: 0;
  left: 7.25rem;
}
.banner-visit-place .banner-content .banner-header {
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.banner-visit-place .banner-content .banner-header .flex-item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  border-right: 1px solid #CEB518;
  margin-left: 1.25rem;
}
.banner-visit-place .banner-content .banner-header .flex-item:first-child {
  margin-left: 0;
}
.banner-visit-place .banner-content .banner-header .flex-item:last-child {
  border-right: none;
}
.banner-visit-place .banner-content .banner-header .icon i {
  color: #CEB518;
  font-size: 1.75rem;
  margin-right: 0.75rem;
}
.banner-visit-place .banner-content .banner-header .text .title {
  color: #CEB518;
  font-size: 1.125rem;
}
.banner-visit-place .banner-content .banner-header .text .subtitle {
  color: white;
  font-size: 0.75rem;
}
.banner-visit-place .banner-content .banner-header .text .subtitle a{
  transition: 300ms ease;
}
.banner-visit-place .banner-content .banner-header .text .subtitle a:hover{
  color: white;
}
.banner-visit-place .banner-content .banner-img {
  height: 21.875rem;
  margin-bottom: -0.625rem;
}
.banner-visit-place .banner-content .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-visit-place .banner-content .banner-detail {
  background-color: rgba(12,121,203,0.7);
  padding: 2.25rem;
}
.banner-visit-place  .banner-detail .banner-title {
  font-size: 2.625rem;
  line-height: 3rem;
}
.banner-visit-place  .banner-detail .banner-brief {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin: 1rem 0;
}
.banner-visit-place  .banner-detail .btn {
  margin-top: 1rem;
}


/* Carousel */
.carousel-them {
  margin: 1.5rem 0;
}
.carousel-them.carousel.carousel-slider,
.carousel-them.carousel.carousel-slider .carousel-item {
  min-height: 600px;
}
.carousel-them.carousel .carousel-item > img {
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
  margin: 0;
}
.carousel-them.carousel .indicators .indicator-item.active {
  background-color: #0C79CB;
}
.carousel-them .btn-prev,
.carousel-them .btn-next {
  cursor: pointer;
  z-index: 2;
  height: 100%;
  width: 10%;
  top: 50%;
  transform: translate(0, -50%);
}
.carousel-them .btn-prev {
  left: 0;
  background-image: linear-gradient(to right, rgba(0,0,0,0.3), rgba(0,0,0,0) 100%);
}
.carousel-them .btn-next {
  right: 0;
  background-image: linear-gradient(to left, rgba(0,0,0,0.3), rgba(0,0,0,0) 100%);
}
.carousel-them .btn-prev img,
.carousel-them .btn-next img {
  height: 2.5rem;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel-animal .item img {
  height: 25.625rem;
  width: auto;
  /* width: 31.5rem; */
  margin: auto;
}
.carousel-animal .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.carousel-animal .owl-nav img {
  height: 3rem;
  width: auto;
}


/* Modal */
.modal-banner-highlight {
  max-height: unset;
  border-radius: 0;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  background: transparent;
  box-shadow: none;
  overflow-y: unset;
}
.modal-banner-highlight .modal-close {
  position: absolute;
  right: -2.5rem;
  top: -2.5rem;
  z-index: 3;
}
.modal-banner-highlight .modal-close i {
  font-size: 2rem;
}
.modal-banner-highlight .slider .indicators .indicator-item {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.modal-banner-highlight .slider .indicators .indicator-item.active {
  background-color: #0C79CB;
}


/* Slider */
.page-slider ul.slides li {
  background-color: black;
}
.page-slider .slides li .caption {
  top: 16%;
  left: 16%;
}
.page-slider ul.slides img {
  opacity: 0.5;
}
.page-slider ul.slides .page-title {
  font-size: 4.375rem;
  text-shadow: 4px 2px 4px rgba(0,0,0,0.5);
  color: white;
  margin: 0;
}
.page-slider ul.slides .page-subtitle {
  font-size: 2.25rem;
  line-height: 3.125rem;
  color: white;
}

/* Full Calendar */
.section-activity-calendar #calendar .fc-daygrid-event {
  font-size: 0.7em;
  font-family: 'FC Iconic Regular';
}
.section-activity-calendar #calendar .fc-daygrid-block-event .fc-event-time, 
.section-activity-calendar #calendar .fc-daygrid-block-event .fc-event-title {
  padding: 1px 4px;
}

/* Table */

/* Form */

/* Input */
 .nav-search input[type=text]:not(.browser-default) {
  color: white;
  background-color: transparent;
  margin: 0;
  height: 2.5rem;
  /* width: 16rem;  */
  /* padding: 0 12px; */
  border: none;
  padding: 0;
  width: 0;
  transition: 500ms ease;
}
 .nav-search input[type=text]:not(.browser-default)::placeholder {
  color: white;
}
.nav-search input[type=text]:not(.browser-default):focus:not([readonly]) {
  border-bottom: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.search-page .nav-search .input-field {
  padding: 0 1rem;
}
.search-page .nav-search .input-field,
.search-page .nav-search input[type=text]:not(.browser-default){
  width: 100%;
}

/* Line */
.underline-text {
  display: inline-block;
  position: relative;
  padding-bottom: 0.875rem;
}
.underline-text:after {
  content: "";
  height: 0;
  width: 40%;
  min-width: 3em;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.375rem solid white;
  margin-bottom: 0.125rem;
}
.page-them .page-content .underline-text:after,
.page-slider ul.slides .underline-text:after {
  width: 1.125em;
  min-width: unset;
}

/* Cookie Bar */
.cookie-policy {
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  align-items: center;
  /* padding: 20px; */
  width: 100%;
  animation-name: slide-bar;
  animation-direction: normal;
  animation-duration: 500ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  background-image: url('/public/img/background/background-cookie.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgb(0 0 0 / 10%) 0px 2px 8px 0px;
}
@keyframes slide-bar {
  from {
    transform: translateY(50px);
  }
  to {
    transform: translateY(0);
  }
}
.cookie-policy .policy-image {
  width: 21.25rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.policy-banner {
  padding: 22px;
  opacity: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-shadow: 4px 2px 4px rgba(0,0,0,0.4);
  /* border: 1px solid rgb(232, 232, 232); */
  /* border-radius: 8px; */
  /* box-shadow: rgb(0 0 0 / 10%) 0px 2px 8px 0px; */
}
.policy-banner .policy-title {
  margin-bottom: 5px;
  font-size: 1.125rem;
}
.policy-banner .policy-link {
  /* margin: 0 0.2em; */
  color: #1564A8;
}
.policy-btn .policy-btn-accept {
  background-color: #FECE00;
  border-radius: 0;
  font-weight: 400;
  margin-top: 1.5em;
  color: black;
}
.policy-btn .policy-btn-accept:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
}