/* Side Navigation */

.side-nav.pages-nav {
  position: relative;
}

.side-nav.pages-nav:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #a4afb8;
  position: absolute;
  top: 0;
  right: 12px;
}

/* global */

.pages-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pages-nav a {
  color: #222;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}

.pages-nav a:hover,
.pages-nav a:focus {
  color: #d2460f;
  text-decoration: underline;
  font-weight: bold;
}

.pages-nav li {
  position: relative;
}

.pages-nav li > span {
  display: block;
  position: relative;
  padding-right: 30px;
}

.pages-nav a.on {
  font-weight: bold;
}

/* sub levels */

.pages-nav li.on > ul {
  display: block;
}

.pages-nav li > ul {
  display: none;
  margin-right: 25px;
}

/* toggle menu button */

.pages-nav .toggle-sub-menu {
  position: absolute;
  top: 0;
  right: 0;

  font-family: "FontAwesome";
  font-style: normal;

  width: 25px;
  height: 100%;

  padding: 5px;
  background: none;
  border: 0;
  color: #a4afb8;

  display: flex;
  align-items: center;
  justify-content: center;
}

.pages-nav .toggle-sub-menu:before {
  content: "\f055";
  background: #fff;
  border-radius: 50%;
}

.pages-nav .toggle-sub-menu.opened:before {
  content: "\f056";
}

.pages-nav .toggle-sub-menu.no-sub-menu {
  font-size: 80%;
  padding-top: 2px;
}

.pages-nav .toggle-sub-menu.no-sub-menu:before {
  content: "\f1db";
  background: #fff;
  border-radius: 50%;
}

.pages-nav li.on .toggle-sub-menu.no-sub-menu:before {
  background: #feb226;
}

.pages-nav .toggle-sub-menu.external-link:before {
  content: "\f08e";
}

/* Side Title */

aside h2,
aside strong {
  color: #224b6f;
  font-weight: bold;
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  aside {
    display: none;
  }
}

/**/

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.news-ticker .date {
  color: #ffdb85;
  margin-left: 2rem;
}

@media (min-width: 1200px) {
  .news > .content {
    padding: 0.8rem 40px;
    font-size: 1.1rem;
  }
}

.news ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news .buttons {
  position: absolute;
  top: 12px;
  left: 40px;
}

.news a {
  color: #fff;
  display: block;
}

@media (min-width: 768px) {
  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.news a:hover,
.news a:focus {
  color: yellow;
  text-decoration: underline;
}

.news time {
  color: rgba(255, 255, 255, 0.8);
}

.news-slick {
  margin-right: 100px;
  margin-left: 65px;
}

.news-slick button {
  position: absolute;
  top: 0;
  font-size: 0;
  font-family: "FontAwesome";
  background: none;
  border: 0;
  cursor: pointer;
}

.news-slick button:before {
  font-size: 26px;
  color: #fff;
}

.news-slick .slick-next {
  top: 13px;
  left: 0;
}

.news-slick .slick-prev {
  top: 13px;
  left: 30px;
}

.news-slick .slick-prev:before {
  content: "\f0a9";
}

.news-slick .slick-next:before {
  content: "\f0a8";
}

.news .toggle-slick {
  position: absolute;
  top: 1.2rem;
  left: 3.5rem;
  font-size: 26px;
  background: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 0;
}

.news button {
  background: none;
  border: 0;
  padding: 0;
  font-size: 26px;
  margin-right: 0.3rem;
  line-height: 0;
}

.news .all-news {
  font-size: 26px;
  color: #fff;
}

.news-row h2 {
  display: none;
}

@media (min-width: 1200px) {
  .news-row {
    height: 50px;
    background: #145068;
  }
}

@media (max-width: 1199px) {
  .news-row h2 {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
    color: #fff;
    display: block;
    font-size: 1.3rem;
  }

  .news-row {
    position: relative;
    background: #124e8f;
    display: none;
  }

  .news .content {
    padding: 15px;
    padding-top: 50px;
  }

  .news .buttons {
    position: absolute;
    top: 15px;
    left: 15px;
  }
}

.prev em,
.next em,
.stop em,
.start em,
.more em {
  color: white;
}

/* .page-slick-articles a h2 {
	text-align: center;
	bottom: -7px;
	color: white;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8939950980392157) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	bottom: -8px;
	left: 1rem;
	right: 1rem;
	padding: 1rem;
	font-size: 1.75rem;
} */

.page-slick-articles a h2 {
  text-align: center;
  bottom: -7px;
  color: white;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0 0 0) 1%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: -8px;
  left: 1rem;
  right: 1rem;
  padding: 1rem;
  font-size: 1.5rem;
  padding-top: 5rem;
}

@media (max-width: 1199px) {
  .page-slick-articles a h2 {
    font-size: 1.2rem;
  }
}

.page-slick-articles a .pic {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 75%;
  transition: ease-in-out 1.5s all;
}

.page-slick-articles a {
  display: contents;
  width: inherit;
}

.page-slick-articles a:hover > .pic {
  background-size: 105% 105%;
}

.page-slick-articles .article {
  position: relative;
  padding: 0rem 1rem;
}

/* @media(max-width:991px) {
	.page-slick-articles .article {
		width: 100%;
	}
} */

.box a.btn-all-articles {
  position: absolute;
  left: 16px;
  bottom: -63px;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background: rgb(0, 0, 0, 0.65);
  color: white;
  padding: 0.25rem 1rem;
  text-decoration: none;
  font-weight: bold;
}

.box a.btn-all-articles:hover {
  background: rgb(57 164 208 / 65%);
  color: #000;
  font-weight: bold;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

/**/

/**/

.card.services {
  background: #fef7ea;
  color: #fff;
  border: 0;
  /* border-radius: 0; */
  margin-bottom: 2rem;
  /* min-width: 296px !important; */
}

.card.services .box-card-header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 45px;
  text-align: center;
  background: #f9a40f;
  color: white;
  display: flex;
  justify-content: center;
  padding-top: 4px;
}

.card.services .card-header {
  border: 0;
  margin: 0;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 0;
  padding: 0.48rem;
  background: none;
  background: #f9a40f;
  text-align: center;
}

.card.services .card-body {
  padding: 2px 17px;
  border-radius: 0;
  padding-top: 43px;
}

.service {
  color: #333;
  margin: 2px -13px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.service:hover {
  text-decoration: none;
}

.service .icon {
  height: 80px;
  padding: 15px;
}

@media (min-width: 1200px) and (max-width: 1539px) {
  .service .icon {
    height: 53px;
  }
}

.service .icon img {
  height: 100%;
}

.service figcaption {
  padding: 0.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}

/* Fast Nav */

.fast-navigation {
  color: #fff;
  font-size: 0;
  text-align: center;
}

.fast-navigation .h2 {
  margin: 0;
  background: rgb(20 80 104);
  border-radius: 5px;
  padding: 0.56rem 1.2rem;
  font-size: 1.2rem;
}

.smart-nav-sub .connect-word {
  margin: 0;
  background: rgb(20 80 104);
  color: rgb(255 255 255);
  padding: 0.56rem 1.2rem;
  font-size: 1.2rem;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .smart-nav-sub .connect-word {
    display: block;
  }
}

@media (max-width: 1199px) {
  .fast-navigation {
    margin: 2rem auto;
    background: none;
    text-align: center;
  }
}

.fast-navigation select {
  background: rgb(218 218 218);
  border: 0;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 1.2rem;
  margin: 0 1rem;
  -webkit-appearance: none;
  position: relative;
  min-width: 257px;
  color: #145068;
  font-weight: bold;
}

.fast-navigation .select-holder {
  position: relative;
  display: inline-block;
}

@media (max-width: 991px) {
  .fast-navigation .select-holder {
    display: block;
  }
}

.fast-navigation .select-holder:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  top: 0.7rem;
  left: 1.8rem;
  display: block;
  font-size: 1rem;
  color: #000;
  pointer-events: none;
}

.fast-navigation button {
  background: rgb(29, 153, 217);
  border-radius: 2rem;
  padding: 0.5rem 1.2rem;
  font-size: 1.2rem;
  border: 0;
  color: #fff;
}

.scroll-down {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .scroll-down {
    display: none;
  }
}

@media (max-width: 1199px) {
  .fast-navigation {
    max-width: 300px;
    border-radius: 0;
    padding: 1rem;
    border-radius: 30px;
  }

  .fast-navigation > span {
    display: block;
  }

  .fast-navigation select {
    width: 100%;
    margin: 0;
    margin-bottom: 0.75rem;
  }

  .fast-navigation button {
    margin: 0 auto;
    display: block;
  }
}

a.banner-bottom {
  min-height: 160px;
  background-size: cover;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
  a.banner-bottom {
    min-height: 73px;
    background-size: 100% 100%;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
