.news-item img {
  width: 100%;
  height: auto;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 2em;
}

.pagination ul.page-numbers {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  margin: 0;
}

.pagination li {
  margin: 0 !important;
}

.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
}

.pagination .current {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 100%;
}

.pagination .prev,
.pagination .next {
  font-weight: bold;
}

.blog-style .box-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  min-height: 250px;
}

.blog-style .row .col-inner {
  background: #fff;
}

.title-line-2 .post-title>* {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.blog-new .post-meta {
  color: var(--white);
  font-size: 16px;
}

.blog-new .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgb(0 0 0) 100%)
}

.blog-other .post-meta {
  font-size: var(--fs-normal) !important;
}

#category-select {
  min-width: 220px;
  min-height: 52px;
  background-color: transparent;
  box-shadow: unset;
  border-color: rgb(20 20 20 / 20%);
  color: var(--black);
  margin: 0;
}

#category-filter-form {
  margin: 0 !important;
}

#investors .box-text {
  padding-top: 26px;
}

#investors .box-text img {
  height: 22px;
  margin: 0 4px 6px;
}

#investors .box-image {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

#investors .post-title {
  color: var(--black);
}

.swiper-wrapper {
  width: 100%;
  height: max-content !important;
  padding-bottom: 64px !important;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.swiper-pagination-bullet {
  background: #4f46e5;
}

.swiper-wrapper {
  padding: 14px;
}

.m-auto {
  margin: auto;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.w-fit {
  width: fit-content;
}

.bottom-12 {
  bottom: 12px;
}

.header-language-dropdown>a {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background: rgb(0 0 0 / 30%);
  border-radius: 99px;
  padding: 3px 26px 3px 3px !important;
  gap: 6px;
  color: #fff !important;
  line-height: normal !important;
}

#header .header-language-dropdown i.icon-angle-down {
  display: flex !important;
  position: absolute;
  right: 8px;
  opacity: .8;
  font-size: 20px;
}

#header li.header-language-dropdown:hover>a:before {
  display: none;
}

.header-language-dropdown .nav-dropdown {
  padding: 0;
  border-radius: 4px;
  min-width: 102px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.header-language-dropdown .image-icon img, .header-language-dropdown .nav-dropdown img {
  width: 27px;
}

.absolute-footer.dark {
  display: none !important;
}

div.ux-menu-link--active .ux-menu-link__link, div.ux-menu-link:hover .ux-menu-link__link {
  color: currentColor;
}

.nav-vertical>li>a>i.image-icon {
  opacity: 1;
}

.wrap-button-slide {
  position: relative;
  max-width: 100px;
  bottom: 20px;
  left: 14px;
  display: inline-flex;
  gap: 16px;
  justify-content: space-between;
}

.wrap-button-slide>* {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  opacity: .5;
  width: 40px !important;
  height: 40px !important;
  inset: auto auto !important;
  position: relative !important;
  padding: 10px;
}

.wrap-button-slide>*:hover {
  opacity: 1;
  border-color:var(--primary-color);
}

.wrap-button-slide>*::after {
  font-size: 16px !important;
  color: var(--primary-color);
  font-weight: 900;
}




