/*@blue: #003562;*/
/*@green: #2ea443;*/
/*@grey-text: #919191;*/
header {
  padding: 8px 0;
  position: relative;
}
header.scrolled-header {
  background: #dbdbdbdd;
}
header .col-2 {
  display: flex;
  align-items: center;
}
header .container-wrapper {
  /*        padding-top: 1rem;*/

  /*        padding-bottom: 1rem;*/

}
.logo img {
  max-width: 100%;
}
.fa {
  font-size: 1.7em;
}
#nav-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  /*    justify-content: space-between;*/

  align-items: center;
  position: relative;
  /*    margin: 6px 0 0;*/

  /*    padding: 0.5rem 1rem;*/

}
.top-bar .fa {
  color: #13355f;
}
.top-bar button {
  border: none;
  background-color: transparent;
  /*        position: absolute;*/

}
.top-bar button#reset {
  position: absolute;
  right: 42px;
  top: 0;
}
.top-bar .socials {
  justify-content: space-between;
}
.top-bar .socials a {
  margin-left: 4px;
}
.top-bar .btn {
  line-height: 1;
}
.skip-nav {
  opacity: 0;
  height: 0;
  transition: all 0.4s ease-in;
}
.skip-nav a {
  color: #13355f;
}
.skip-nav.active {
  opacity: 1;
}
.top-btn {
  margin-left: 8px;
}
.w-39,
.w-10 {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  display: flex;
}
.w-39 {
  max-width: 39%;
  flex: 0 0 39%;
}
.w-10 {
  max-width: 10%;
  flex: 0 0 10%;
}
span.hidden {
  position: absolute;
  left: -9999px;
}
.search form {
  position: relative;
  width: 100%;
}
.search form div {
  display: flex;
  align-items: center;
}
.search form input {
  padding: 2px .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px;
  /*        width: ~'calc(100% - 50px)';*/

  /*        margin-left: 50px;*/

  width: 100%;
}
.search form label {
  text-indent: -9999px;
  white-space: nowrap;
}
.navbar {
  padding: 0;
}
/* navigation */
.navbar-light .navbar-nav > .nav-item > .nav-link,
.navbar-light .navbar-nav > .nav-item.active > .nav-link {
  color: #13355f;
  font-weight: 700;
  font-size: 1.1em;
  padding-bottom: 4px;
}
.navbar-light .navbar-nav > .nav-item > .nav-link:hover,
.navbar-light .navbar-nav > .nav-item.active > .nav-link:hover {
  color: #13355f;
  border-bottom: 2px solid #13355f;
  padding-bottom: 2px;
}
.navbar-light .navbar-nav > .nav-item.active > .nav-link {
  border-bottom: 2px solid #13355f;
  padding-bottom: 2px;
}
.navbar-light .navbar-nav .dropdown-menu {
  border-bottom: 7px solid #008a19;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #13355f;
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  color: white;
  display: flex;
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item .fa {
  font-size: 1em;
}
.navbar-light .navbar-nav .dropdown-menu .active > .dropdown-item {
  background-color: #008a19;
}
.dropdown-item {
  color: white;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
  background-color: #008a19;
}
.dropdown-item .fa-caret-right,
.dropdown-item .fa-caret-down {
  margin-left: 8px;
  display: none;
}
.dropdown-item .fa-caret-left {
  margin-right: 8px;
  display: none;
}
#mid-menus .mid-nav-item {
  padding: 16px 0;
}
#mid-menus .mid-nav-item:not(:last-of-type) {
  padding-right: 52px;
  position: relative;
}
#mid-menus .mid-nav-item:not(:last-of-type)::after {
  position: absolute;
  content: '\2022';
  top: 2px;
  right: 16px;
  line-height: 1;
  font-size: 42px;
  color: #CD9637;
}
#mid-menus .mid-nav-item .mid-nav-link {
  font-size: 1.3em;
  color: white;
  line-height: 1.3;
  text-decoration: none;
}
#mid-menus .mid-nav-item .mid-nav-link:hover {
  text-decoration: none;
  font-weight: bold;
}
#mid-menus .mid-nav-item.active .mid-nav-link {
  color: #00b621;
  border-bottom: 1px solid #00b621;
}
/* footer.bk */
/*footer {
    position: relative;
    margin-bottom: 130px;
    transition: all .2s linear;
    &::after {
        content: '';
        background-color: @blue;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        height: 200px;
        transition: all .2s linear;
    }
    .navbar {
        position: unset;
        .navbar-nav {
            position: unset;
        }
    }
    .dropdown-menu {
        max-width: 1600px;
        margin-left: ~'calc(50vw - 800px)';
        border: none;
    }
    .dropdown-submenu .dropdown-menu {
        margin-left: 0;
        .nav-item {
            width: 25% !important;
        }
    }
    #footer-bottom {
        position: absolute;
        top: 90px;
        right: 170px;
        text-align: right;        
        a {
            color: white;
            &:nth-of-type(2) {
                padding-left: 8px;
                padding-right: 8px;
            }
        }
        img {
            width: 150px;
        }
    }
    &.active {
        margin-bottom: 430px;  
        #footer-bottom {
            top: 380px;
        }
        &::after {
            height: 510px;
        }
    }
}  */
/* footer.bk2 */
/*footer {
    position: relative;
    margin-bottom: 0;
    &.f-expend {
        margin-bottom: 54.8px;
    }
    &.f-sub-expend {
        margin-bottom: 119.6px;
    }
}
.footer-bottom {
    .container-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .logo img {
        width: 200px;
        margin-right: 1rem;
    }
    .fa {
        color: white;
        font-size: 1.7em;
        padding-left: 8px;
    }
}*/
footer {
  background-color: #13355f;
  color: white;
  padding: 2rem 0 0;
}
footer .w-100 {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
}
footer .semi-bold {
  font-weight: 600;
}
footer .f-title {
  color: #38b542;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 2px;
  line-height: 1.9;
}
footer .f-title .btn {
  width: max-content;
  margin-left: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
}
footer .f-sub-title {
  font-size: 1em;
  margin-bottom: .5rem;
}
footer .btn.bg-blue {
  border: 1px solid white;
}
footer .btn.bg-blue:hover {
  background-color: white;
}
footer a {
  color: white;
}
footer .logo img {
  width: 100%;
}
footer .socials {
  display: flex;
/*  justify-content: space-between;*/
  justify-content: flex-start;
  align-items: center;
  margin: 0.5rem 0;
}
footer .socials a:not(:last-of-type) {
  padding-right: 8px;
}
footer .socials img {
  max-width: 100%;
}
footer .socials img:hover {
  transform: scale(1.1);
}
footer .socials .youtube {
    background-color: #2EA443;
    padding: 9px;
    border-radius: 50%;
}
footer .socials .youtube:hover {
    color: white;
    transform: scale(1.1);
}
@media only screen and (max-width: 575px) {
    footer .socials .youtube {
        padding: 5px 6.6px;
    }
    footer .socials .youtube .fa {
        font-size: 1em;
    }
}
footer #news-slider-vertical .date {
  color: #e0dfe0;
}
footer #news-slider-vertical .news-title,
footer #news-slider-vertical .news-desc {
  color: white;
}
.slick-vertical .slick-slide {
  /*    padding: 2px 0;*/

  padding-bottom: 2px;
  /*    height: 123px;*/

  /*    border-bottom: 1px solid white;*/

}
.slick-vertical .slick-slide hr.odd {
  border-bottom: 1px solid white;
}
.copyright {
  margin-top: 1rem;
}
.copyright .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 1.2em;
}
.copyright .container a {
  color: white;
}
@media only screen and (min-width: 768px) {
  footer .w-md-30 {
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
    max-width: 30%;
    width: 100%;
    padding: 0 15px;
  }
  footer .w-md-40 {
    display: flex;
    flex-direction: column;
    flex: 0 0 40%;
    max-width: 40%;
    width: 100%;
    padding: 0 15px;
  }
  footer .w-md-60 {
    display: flex;
    flex-direction: column;
    flex: 0 0 60%;
    max-width: 60%;
    width: 100%;
    padding: 0 15px;
  }
  footer .w-md-70 {
    display: flex;
    flex-direction: column;
    flex: 0 0 70%;
    max-width: 70%;
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .dropdown-menu .dropdown-toggle::after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu > li:hover {
    background-color: #008a19;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
  .dropdown-menu li .submenu {
    display: none;
    position: relative;
    left: 100%;
    top: -7px;
  }
  .dropdown-item .fa-caret-right {
    display: inline-block;
  }
  /*.nav-item {
          .submenu {
              display: none;
              position: relative;
              left: 100%;
              top: -7px;
              &-left {
                  right: 100%;
                  left: auto;
              }
          }
      }*/
  footer .w-lg-20 {
    display: flex;
    flex-direction: column;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    padding: 0 15px;
  }
  footer .w-lg-30 {
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
    max-width: 30%;
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  footer {
    /*        .w-xl-12 {
              .width(12%);
          }
          .w-xl-15 {
              .width(15%);
          }
          .w-xl-18 {
              .width(18%);
          }
          .w-xl-20 {
              .width(20%);
          }
          .w-xl-23 {
              .width(23%);
          }
          .w-xl42 {
              .width(42%);
          }
          .row > div:first-child {
              padding-right: 37%;
          }*/
  
  }
  footer .w-xl-left {
    max-width: 280px;
    margin-right: auto;
  }
  footer .w-xl-160 {
    display: flex;
    flex-direction: column;
    flex: 0 0 200px;
    max-width: 200px;
    width: 100%;
    padding: 0 15px;
  }
  footer .w-xl-230 {
    display: flex;
    flex-direction: column;
    flex: 0 0 270px;
    max-width: 270px;
    width: 100%;
    padding: 0 15px;
  }
  footer .w-xl-260 {
    display: flex;
    flex-direction: column;
    flex: 0 0 260px;
    max-width: 260px;
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .navbar .navbar-nav {
    width: 100%;
    justify-content: space-between;
  }
  footer .navbar .navbar-nav {
    justify-content: flex-end;
  }
  #nav-right {
    padding-left: 12rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .dropdown-menu li.menu-left .dropdown-item {
    flex-direction: row-reverse;
    align-items: center;
  }
  .dropdown-menu li.menu-left .fa-caret-left {
    display: inline-block;
  }
  .dropdown-menu li.menu-left .fa-caret-right {
    display: none;
  }
  .dropdown-menu li.menu-left .submenu {
    right: 100%;
    left: auto;
  }
}
/*@media only screen and (max-width:1199px) {*/
@media only screen and (max-width: 1439px) {
  .top-btn .btn a {
    font-size: 0.9em;
  }
  .w-39 .btn {
    padding-left: 8px;
    padding-right: 8px;
  }
  .w-39 .btn a {
    font-size: 0.9em;
  }
  .fa {
    font-size: 1.5em;
  }
  .navbar,
  .top-bar {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-light .navbar-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .navbar-light .navbar-nav .menu-title {
    font-size: 1.3em;
    width: 22%;
  }
  .navbar-light .navbar-nav .nav-item a {
    font-size: 1.1em;
  }
  .navbar-light .navbar-nav ul.navbar-subnav {
    width: 78%;
    flex-wrap: wrap;
  }
  .navbar-light .navbar-nav ul.navbar-subnav .nav-item .nav-link {
    font-size: 0.8em;
  }
  #mid-menus button.navbar-toggler {
    top: -40px;
  }
  #mid-menus button.navbar-toggler .close,
  #mid-menus button.navbar-toggler .open {
    font-size: 1.1em;
  }
  #mid-menus .mid-nav-item .mid-nav-link {
    font-size: 1em;
  }
  #mid-menus .mid-nav-item:not(:last-of-type)::after {
    font-size: 32px;
    top: 8px;
  }
  #mid-menus .mid-nav-item .mid-nav-link header .navbar {
    padding-top: 0;
  }
  /*footer {
          margin-bottom: 100px;
          .dropdown-menu {
              margin-left: 0;
          }
          #footer-bottom {
              top: 60px;
          }
          &.active {
              margin-bottom: 330px;
              &::after {
                  height: 390px;
              }
              #footer-bottom {
                  top: 290px;
              }
          }
      }*/
  .slick-vertical .slick-slide {
    /*        height: 140px;*/
  
    padding-bottom: 1rem;
  }
  .slick-vertical .slick-slide hr {
    display: none;
  }
}
/*@media only screen and (min-width:577px) and (max-width:1199px){
    .slick-vertical .slick-slide { 
        padding-bottom: 1rem;
        hr {
            display: none;
        }
    }
}*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .w-md-30 {
    order: 1;
  }
  footer .w-md-40 {
    order: 4;
    margin-top: 1rem;
    text-align: right;
  }
  footer .w-md-60 {
    order: 3;
    margin-top: 1rem;
  }
  footer .w-md-70 {
    order: 2;
    align-items: flex-end;
  }
  .contact-wrapper {
    text-align: right;
  }
}
@media only screen and (max-width: 991px) {
  .top-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    display:block;
  }
  .top-bar button#reset {
    right: 41px;
    top: 2px;
  }
  .top-bar .socials .fa {
    margin-right: 1rem;
  }
  .top-btn {
    width: 100%;
    /*        &:nth-of-type(3) {*/
  
    margin-left: 0;
    margin-top: 4px;
    margin-bottom: 4px;
    /*        }*/
  
  }
  .w-39,
  .w-10 {
    width: 100% !important;
    margin: 4px 0;
    padding: 0;
  }
  .w-39 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  header .navbar-toggler {
    position: absolute;
    top: -26px;
    right: 0;
    font-size: 0.8rem;
  }
  .navbar-light .navbar-toggler {
    color: #13355f;
    border-color: #13355f;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(19,53,95, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
  }
  .navbar-light .navbar-nav {
    /*.nav-item {
              &.active, &.show, &:hover {
                  width: max-content;
              }
          }*/
  
  }
  .navbar-light .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-light .navbar-nav > li {
    padding-top: 6px;
    padding-bottom: 6px;
    /*> .dropdown-menu > ul > li {
                  width: 98%;
              }*/
  
  }
  .navbar-light .navbar-nav .nav-item a {
    font-size: 1em;
  }
  .navbar-light .navbar-nav .menu-title {
    display: none;
  }
  .navbar-light .navbar-nav ul.navbar-subnav {
    width: 100%;
    justify-content: flex-start;
  }
  .navbar-light .navbar-nav ul.navbar-subnav > .nav-item.f-grow {
    flex-grow: 1;
  }
  .navbar-light .navbar-nav ul.navbar-subnav > .nav-item.f-grow > .nav-link {
    margin-right: 15px;
    margin-top: 0.5rem;
  }
  .navbar-light .navbar-nav ul.navbar-subnav hr {
    margin-right: 0;
    margin-bottom: 0;
  }
  .navbar-light .navbar-nav .dropdown-submenu .dropdown-menu ul {
    padding-bottom: 0;
  }
  .navbar-light .navbar-nav .dropdown-menu .dropdown-item .fa-caret-down {
    display: inline-block;
  }
  .navbar-light .navbar-nav .submenu {
    background-color: #002341;
  }
  .dropdown-item {
    white-space: unset;
  }
  #collapseNav > .navbar-nav > .nav-item > .nav-link {
    padding-left: 8px;
  }
  footer .quick-links {
    display: flex;
    flex-wrap: wrap;
  }
  footer .quick-links .f-sub-title {
    width: 50%;
  }
  footer .contact-wrapper {
    display: flex;
  }
  footer .contact-wrapper > div:first-of-type {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-top {
    position: initial;
  }
  .logo img {
    width: 130px;
  }
  .top-bar {
    padding-bottom: 0;
  }
  .top-btn .btn,
  .search form input {
    padding: 3px;
  }
  .search form input {
    /*        width: ~'calc(100% - 37px)';*/
  
    /*        margin-left: 37px;*/
  
  }
  header .container-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  header .navbar {
    padding-bottom: 0;
  }
  header .navbar-toggler {
    font-size: 1em;
/*    top: -26px;*/
    /*            right: 15px;*/
  
  }
  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }
  .navbar-light .navbar-nav ul.navbar-deepnav {
    justify-content: flex-start;
  }
  .navbar-light .navbar-nav ul.navbar-deepnav .nav-item .nav-link {
    max-width: 200px;
  }
  #mid-menus .d-flex {
    flex-direction: column;
  }
  #mid-menus .mid-nav-item {
    padding: 4px 0;
  }
  #mid-menus .mid-nav-item:not(:last-of-type) {
    padding-right: 0;
  }
  #mid-menus .mid-nav-item .mid-nav-link {
    font-size: 0.9em;
  }
  #mid-menus .mid-nav-item::after {
    display: none;
  }
  footer .logo img,
  footer .socials {
    width: 171px;
  }
  footer .f-sub-title,
  footer .date,
  footer .news-desc,
  footer .btn,
  footer p {
    font-size: 0.8em;
  }
  footer .row > div:first-child {
    padding-right: 15px;
  }
  footer .w-100 {
    margin-bottom: 1rem;
  }
  footer .contact-wrapper {
    flex-direction: column;
  }
  footer .contact-wrapper div:first-of-type {
    margin-right: 0;
  }
  footer .socials img {
    width: 30px;
  }
  .slick-vertical .slick-slide {
    height: 136px;
  }
}
.dropend .dropdown-toggle::after {
  display:none;
}
.menu-left > ul.dropdown-menu {
  right:100% !important;
  left:auto !important;
}