body {
height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header {
flex: 1;
  position: relative;
  height: auto;
}

main {
position: relative;
  flex: 8;
}

.footer {
flex: 2;
}

.cover {
position: relative;
  height: 100%;
}
.cover-slick {
width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.cover .overlay {
position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 90%);
}
.cover-slick div {
height: 100%;
  background-size: cover;
  background-position: top;
}
.cover .toggle-slick {
position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}
.cover-content {
position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
  max-width: 600px;
  margin-top: -60px;
}

ul#ui-id-2 {
border-radius: 5px;
}

.ui-state-active {
background-color: #133C8B !important;
}

.right-set {
position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 99;
  top: 35%;
  transform: translateY(-35%);
  max-width: 80%;
  z-index: 0;
  margin-inline: auto;
}
.right-set form {
display: flex;
  align-items: center;
}
.right-set .ui-widget.ui-widget-content {
border-radius: 5px !important;
}
.right-set .search {
position: relative;
  right: 0;
  display: flex;
}
.right-set .search .fa-search {
color: #133C8B;
}
.right-set .search-wrapper {
margin-top: 3rem;
}
.right-set [type=text] {
height: 45px;
  border-radius: 50px;
  width: clamp(487px, 90%, 448px);
  padding-right: 3.4rem;
  border: 1px solid rgba(49, 53, 73, 0.2);
  color: #133C8B;
}
.right-set [type=text]:focus {
outline: none;
}
.right-set .icon-btn {
background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1;
  position: absolute;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.18);
  right: 0;
  top: 2px;
}

.main-texts {
position: inherit;
}
.main-texts h1 {
font-size: 41px;
  font-weight: bold;
  max-width: 28rem;
  color: #1B3A75;
  line-height: 1.05em;
}
.main-texts h1 span {
color: #5A915A;
}
.main-texts h2 {
font-size: 1.7em;
  max-width: 40rem;
  color: #1B3A75;
}

@media (max-width: 1440px) {
.main-texts h1 {
    max-width: 20rem;
    font-size: 32px;
  }

  .main-texts h2 {
    max-width: 34rem;
    font-size: 1.35em;
  }
}
@media (max-width: 1199px) {
.right-set {
    padding: 0 5% 0 0;
  }
}
/**/
video {
position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

#toggle-video {
position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

/**/
/* Articles */
.articles {
padding: 3rem 2rem;
}
.articles h2 {
font-weight: bold;
  margin-bottom: 2rem;
}
.articles article {
display: block;
  height: 100%;
}
.articles .row > div {
margin-bottom: 30px;
}

.article {
display: block;
  background: #fff;
  color: #000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
}
.article img {
display: block;
  width: 100%;
}
.article .info {
padding: 1rem;
}
.article h3 {
font-weight: bold;
}
.article .date {
padding-bottom: 56.25%;
  position: relative;
  background: rgb(206, 189, 111);
  background: linear-gradient(45deg, rgb(246, 183, 77) 0%, rgb(160, 183, 132) 50%, rgb(121, 204, 200) 100%);
}
.article .date div {
position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.article .date div span:nth-child(2) {
font-size: 1.5rem;
  display: block;
}

.read-more {
background: #fff;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  color: inherit;
  border: 1px solid #ddd;
}

/**/
.events {
background-color: #fff;
}

.ribbon-date {
position: absolute;
  top: 0;
  left: 15px;
  background: #fff;
  color: #000;
  padding: 0.5rem 1rem;
}

.ribbon-date span {
display: block;
}

.ribbon-date span:nth-child(1) {
font-weight: bold;
  font-size: 1.5rem;
}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.news {
padding: 1rem;
  background: #fff;
}
.news .content {
position: relative;
}
.news .buttons {
position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}
.news a {
color: #000;
  display: block;
}
.news h2 {
background: #111;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 2rem;
  z-index: 5;
}
.news h2 a {
color: inherit;
}

.news-ticker.hp {
background-color: rgba(255, 255, 255, 0.3);
}
.news-ticker.hp a.link {
position: absolute;
  left: 0.1rem;
  background-color: #313549;
  color: #ffffff;
  padding: 0 1rem;
  border-radius: 5px;
  height: inherit;
  display: flex;
  align-items: center;
}

.bn-news ul li a {
font-size: 1.05rem;
  line-height: 1.2rem;
  padding: 0.36rem 0;
  color: inherit;
}

.bn-news ul li a:hover {
color: #133C8B;
}

.bn-effect-scroll .bn-news ul li {
padding: 0 1rem;
}

.news .date,
.bn-news time {
font-weight: bold;
}

.news .date:after {
content: " | ";
  margin: 0 10px;
}

.news-toggle {
width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #111;
  color: #fff;
  background: none;
  font-size: 14px;
}

.bn-controls {
left: 0;
  right: auto;
}

.bn-controls button {
border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  padding: 0;
  margin-right: 5px;
}

.bn-arrow {
top: -1px;
}

.bn-pause::before,
.bn-pause::after {
background-color: #fff;
}

.bn-play::after {
border-left-color: #fff;
}

.bn-controls button:hover {
background-color: #111;
  color: #fff;
  box-shadow: 0 0 5px rgba(255, 255, 0, 0.9);
}

/**/
/**/
/* Fast Nav */
.fast-navigation {
padding: 1rem 0;
  border-radius: 0 0 2rem 2rem;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.fast-navigation:after {
clear: both;
  display: block;
  content: "";
}

.fast-navigation label {
background: #0372ac;
  border-radius: 0 2rem 2rem 0;
  padding: 5px 10px;
  border: 0;
  margin: 0;
}

.fast-navigation select {
background: #fff;
  border: 0;
  border-radius: 0;
  padding: 5px 10px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.fast-navigation button {
background: #0372ac;
  border: 0;
  border-radius: 2rem 0 0 2rem;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

.side-banners a {
background-color: #fff;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}

/**/
@media (min-width: 992px) {
.side-banners {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .side-banners.side-banners-right {
    right: 0;
  }

  .side-banners.side-banners-left {
    left: 0;
  }

  .services {
    position: absolute;
    bottom: -1.25rem;
    right: 0;
    width: 100%;
    height: 2.5rem;
  }

  .services .slick-track {
    display: flex;
    justify-content: space-evenly;
  }

  .services .slick-list {
    display: flex;
  }

  .services .container {
    max-width: 80%;
    min-width: 80%;
  }

  .services .service {
    z-index: 5;
    text-align: center;
    display: flex;
    margin: 0 3px;
    flex: 1;
    max-width: 245px;
  }

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

  .services .service:hover figure {
    background-color: #133C8B;
    color: #ffffff;
  }

  .services .service-slick {
    padding: 0.5rem 1rem;
    margin: 0 1rem;
  }

  .services .service .icon img {
    display: block;
    margin: auto;
  }

  .services .service figure {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    width: inherit;
    text-align: center;
  }

  .services .service figcaption {
    line-height: 1em;
  }

  .services .service .icon {
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
min-height: 28px;
}

.services .service .icon img {
  width: 28px;
  aspect-ratio: 1;
}

.bn-news {
  padding: 0 100px;
  display: flex;
  max-width: 95vw;
  margin: 0 auto;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.fast-navigation > label,
.fast-navigation > select,
.fast-navigation > span {
  float: right;
  display: block;
}

.fast-navigation .smart-nav-sub > label,
.fast-navigation .smart-nav-sub > select,
.fast-navigation .smart-nav-sub > button {
  float: right;
  display: block;
}
}
@media (max-width: 991px) {
body {
    height: auto;
    overflow-x: hidden;
  }

  .news-ticker.hp {
    top: 106px;
  }

  .news-ticker.hp a {
    font-size: 0.9rem;
    line-height: 1rem;
  }

  .news-ticker.hp a.link {
    left: 1px;
    height: unset;
    margin-top: 6px;
    font-size: 12px;
    padding: 0 0.3rem;
  }

  main {
    flex: auto;
  }

  /* class exists in template.css */
  .header {
    position: fixed;
    height: 106px;
  }

  .right-set {
    transform: inherit;
    position: absolute;
    top: 190px;
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .right-set .icon-btn {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }

  .right-set .search-wrapper {
    position: absolute;
    left: auto;
    bottom: 15px;
    margin-top: auto;
    width: 100%;
  }

  .right-set .search-wrapper form {
    width: 90%;
    max-width: 720px;
  }

  .right-set .search-wrapper .content {
    display: flex;
    justify-content: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .right-set .search {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .right-set [type=text] {
    width: 100%;
    font-size: 1.2rem;
    padding: 31px 54px 31px 5px;
  }

  .main-texts {
    padding-right: 5%;
  }

  .main-texts h1 {
    max-width: 70%;
  }

  .main-texts h2 {
    max-width: 340px;
    font-size: 18px;
  }

  .cover {
    padding: 0;
    height: 430px;
    min-height: none;
  }

  .cover .overlay {
    background: linear-gradient(0deg, rgba(255, 221, 185, 0.82) 60%, rgba(255, 255, 255, 0.5) 75%);
  }

  .cover-slick {
    position: relative;
  }

  .cover .toggle-slick {
    display: none;
  }

  video,
  #toggle-video {
    display: none;
  }

  .news h2 {
    display: none;
  }

  /* mobile */
  .services {
    position: relative;
    width: 100%;
    margin-top: 2.5rem;
  }

  .services .service {
    display: flex;
    border-radius: 50px;
    background-color: #ffffff;
    margin-bottom: 1rem;
    padding-right: 3rem;
    display: flex;
    justify-content: center;
    padding: 12px 0;
  }

  .services .service figure {
    display: flex;
    justify-content: flex-start;
    min-width: 198px;
  }

  .services .service figcaption {
    text-align: right;
    justify-content: center;
    line-height: 1;
    font-size: 1rem;
    max-width: 80%;
    margin: auto 0;
    color: #133C8B;
  }

  .services .service .icon {
    display: flex;
    justify-content: center;
    min-height: 30px;
    margin-left: 1rem;
  }

  .services .service .icon img {
    margin-bottom: 5px;
    max-height: 30px;
  }

  /* footer mobile index*/
  .footer {
    flex: inherit;
    padding: 0;
    padding-top: 3.5rem;
  }

  .footer p {
    white-space: inherit;
  }

  .col-md-6 {
    width: 50%;
  }

  .centered {
    text-align: center;
  }

  .centered-banner img {
    max-width: 100%;
  }

  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    display: block;
    border-radius: 2rem;
    width: 100%;
  }

  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    display: block;
    border-radius: 2rem;
  }

  .fast-navigation .smart-nav-sub > select {
    width: 100%;
    margin: 0.5rem 0;
  }

  .smart-nav-submit {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
.news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
.services .container {
    max-width: 98%;
  }
}
@media screen and (max-height: 720px) and (min-width: 1000px) {
.main-texts h1 {
    font-size: 35px;
    max-width: 22rem;
  }

  .main-texts h2 {
    font-size: 1.2em;
    max-width: 30rem;
  }

  .right-set {
    transform: translateY(-25%);
  }

  .right-set .search-wrapper {
    margin-bottom: 10rem;
  }
}/*# sourceMappingURL=idx.css.map */