body {
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem !important;
  color: #222 !important;
}
@font-face {
  font-display: swap;
  font-family: "Bauhaus 93";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/bauhs/bauhaus.eot");
  src: url("../webfonts/bauhs/bauhaus.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/bauhs/bauhaus.woff2") format("woff2"),
    url("../webfonts/bauhs/bauhaus.woff") format("woff"),
    url("../webfonts/bauhs/bauhaus.ttf") format("truetype");
}
.bauhs93 {
  font-family: "Bauhaus 93", Arial, Helvetica, sans-serif;
}
.poppins {
  font-family: "Poppins", sans-serif;
}
.fs-7 {
  font-size: .775rem;
}
.fs-8 {
  font-size: .675rem;
}

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp-1l {
  -webkit-line-clamp: 1;  
}
.clamp-2l {
  -webkit-line-clamp: 2;
}
.clamp-3l {
  -webkit-line-clamp: 3;
}

/* frontend */

.carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 2rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.carousel-caption h2 {
  font-size: 1.25rem;
  font-weight: 700;
}
.carousel-caption h2 a {
  color: #fff;
}
.carousel-caption h2 a:hover {
  opacity: 0.8;
}
h2.title.front-title {
  font-size: 0.975rem;
  font-weight: 700;
  max-height: 40px;
  overflow: hidden;
}
.front-date {
  font-size: 0.7rem;
  color: #888;
}
h3.label {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.border-dot-bottom {
  border-bottom: 1px dotted #aaa;
}

.border-bottom-solid {
  border-bottom: 1px solid #ccc;
}
.post-desc {
  color: #222 !important;
}

.widget-header {
  display: block;
  position: relative;
  font-size: 1.1rem;
}
.widget-header::before {
  display: block;
  width: 35px;
  content: " ";
  border-bottom: 3px solid #348fe2;
  position: absolute;
  bottom: -2px;
}
.logo-link span {
  font-size: 2rem;
  font-weight: 400;
}
.logo-link img {
  width: 72px;
}


.header .header-logo {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-nav {
  height: 90px;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header .header-btn {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header .header-logo .logo-link {
  text-decoration: none;
  color: #fff;
  position: relative;
  display: block;
  display: flex;
  align-items: center;
}

.btn-group-lg>.btn.btn-icon, .btn.btn-icon.btn-lg {
  width: 34px;
  height: 34px;
  font-size: 17px;
  line-height: 34px;
}
.btn.btn-icon {
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  border-radius: 28px;
}


.news .news-media .news-media-img.news-media-img-lg {
  padding-top: 70%;
}
.news .news-media .news-media-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60%;
  background-color: var(--bs-light);
}
.news .news-label {
  margin-bottom: 1rem;
  display: flex;
}
.news .news-label span {
  background-color: var(--bs-light);
  color: var(--bs-dark);
  padding: 4px 8px;
  font-size: .8125rem;
  font-weight: 800;
  border-radius: 0.8rem;
}
.text-indigo-800 {
  --bs-text-opacity: 1;
  color: rgba(95,58,155,var(--bs-text-opacity));
}
.news .news-title {
  font-size: 1.3125rem;
  margin-bottom: 1rem;
  color: var(--app-component-color);
  line-height: 1.2;
  font-weight: 600;
}
.news .news-date {
  color: rgba(var(--app-component-color-rgb),.5);
  font-weight: 600;
  font-size: .8125rem;
}
.text-gray-600 {
  --bs-text-opacity: 1;
  color: rgba(97,105,113,var(--bs-text-opacity));
}
ul.nav {
  white-space: nowrap;
  overflow-x: auto;
}

ul.nav li {
  display: inline-block;
  float: none;
}

a {
  color: rgba(0, 0, 0, 1);
}
a:hover {
  color: #295D97;
}
time {
  color: #aaa;
}

.gallery .image {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0.3121875rem;
}
.gallery .image .image-inner {
  position: relative;
  background: var(--app-component-bg);
  border-radius: 4px 4px 0 0;
}
.gallery .image a {
  transition: all .2s linear;
}
.gallery .image .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery .image .img, .gallery .image img {
  width: 100%;
  height: 200px;
  border-radius: 4px 4px 0 0;
}
.gallery .image .image-caption {
  position: absolute;
  top: 0.9375rem;
  left: 0;
  background: rgba(32,37,42,.85);
  color: #fff;
  font-weight: 600;
  padding: 0.3121875rem 0.9375rem;
  margin: 0;
}
.gallery .image .image-info {
  background: var(--app-component-bg);
  padding: 0.9375rem;
  color: rgba(var(--app-component-color-rgb),.75);
  border-radius: 0 0 4px 4px;
}
gallery .image .image-info .title {
  margin: 0 0 0.46875rem;
  line-height: 1.2;
  font-size: .9375rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--app-component-color);
}
.gallery .image .image-info .desc {
  line-height: 17px;
  font-size: 12px;
  height: 51px;
  overflow: hidden;
}