:root {
  --bs-dark: #212529;
  --bs-blue: #0a58ca;
  --bs-purple: #6f42c1;
  --swiper-navigation_size: 20px;
}

nav.navbar.navbar-expand-xl.navbar-divider {
  max-height: 55px;
}

a {
  color: var(--bs-dark) !important;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

a:hover {
  color: var(--bs-blue) !important;
}

.swiper-button-next,
.swiper-button-prev {
  border: 1px solid #f5f5f6;
  padding: 15px;
  margin: 0 -9px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  width: var(--swiper-navigation_size) !important;
  font-size: var(--swiper-navigation_size) !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-40 {
  width: 40% !important;
}

.p-h-220px {
  height: 220px !important;
  object-fit: cover;
  width: 100%;
}

.p-h-160px {
  height: 160px !important;
  object-fit: cover;
  width: 100%;
}

.h-200px {
  height: 200px !important;
}

.h-sm-350px {
  height: 350px !important;
}

.h-sm-500px {
  height: 500px !important;
}

.fs-7 {
  font-size: 0.7375rem !important;
}

.page-item .page-link {
  border-radius: 0 !important;
}

.page-link {
  padding: 5px 8px !important;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: rgb(4, 4, 172);
}

.news-details p {
  color: #363636;
  font-weight: 500;
  font-size: 22px;
}

.main-news-overlay {
  height: 100%;
  min-height: 424px;
  overflow: hidden;
  border-radius: 4px;
}

.details.position-relative {
  z-index: 4;
}

.main-news-overlay:hover .post-thumb {
  transform: scale(1.04);
}

.main-news-overlay:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.68), transparent, transparent, transparent);
  z-index: 1;
}

.main-news-overlay .post-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .8s ease;
}

.province>a {
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  background-color: rgba(34, 96, 191, .14);
  border: solid 1px rgba(34, 96, 191, .18);
  color: #cb1f0c;
  transition: all .3s ease;
  display: inline-block;
  vertical-align: middle;
  font-family: mukta, sans-serif;
  margin: 0 4px;
}

.circle-arrow-more {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
  color: #cb1f0c;
  background-color: rgba(34, 96, 191, .08);
  display: inline-block;
  margin-left: auto;
}

.post-img-wrap {
  height: 100%;
  min-height: 354px;
}

.post-img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px 0 0 4px;
}

.commented-box {
  max-width: 64px;
  min-width: 64px;
  height: 48px;
  align-self: flex-start;
  border-radius: 3px;
  background-color: #cb1f0c;
  padding: 12px 15px 8px;
  text-align: center;
  font-weight: 900;
  font-size: 19px;
  color: #fff;
  box-shadow: rgba(34, 96, 191, .14) 0 0 28px;
  position: relative;
}

.commented-box:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  border-style: solid;
  border-color: transparent transparent transparent #cb1f0c;
  border-width: 24px;
}

.commented-posts {
  border-bottom: solid 1px rgba(0, 0, 0, .14);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.commented-posts:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.job-detail-box .item_right:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ":";
}

.job-detail-box .item_right {
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}

/*  */
.fullspecs td.ttl {
  width: 20%;
}

.fullspecs th {
  width: 13%;
  vertical-align: top;
  text-align: start;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: #e90d0d;
}

.fullspecs tr,
td {
  color: #000;
  border-bottom: 1px solid #e8e8f1;
  padding: 2px 5px;
  font-weight: 500;
  font-size: 14.5px;
}

.fullspecs td a {
  font-weight: bold;
}

.fullspecs .right_item {
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}

.fullspecs .right_item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ":";
}
article h2 {
  font-size: 24px;
}
article h3 {
  font-size: 23px;
}
article h4 {
  font-size: 20px;
}
/*  */