.scroll-lock {
  height: 100vh;
  overflow: hidden;
}

.container {
  max-width: 1190px;
}

.page_btn {
  background: #0a642d;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: 0.5s;
  border: 0;
}
.page_btn i {
  font-size: 15px;
  margin-left: 10px;
  transition: 0.5s;
}
.page_btn:hover {
  background: #0d9341;
}
.page_btn:hover i {
  margin-left: 20px;
}

.mb-show,
.mb_show {
  display: none;
}
@media (max-width: 850px) {
  .mb-show,
  .mb_show {
    display: block !important;
  }
}

@media (max-width: 850px) {
  .mb-hide {
    display: none !important;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
header .top {
  padding: 5px 0;
  background: #fff;
}
header .top img {
  max-width: 100%;
  height: 88px;
}
header .top .header_contact {
  display: flex;
  justify-content: flex-end;
}
header .top .header_contact .header_card {
  display: flex;
  color: #0c4ca1;
  margin-left: 30px;
  align-items: center;
}
header .top .header_contact .header_card .icon {
  margin-right: 10px;
}
header .top .header_contact .header_card .icon i {
  font-size: 22px;
  opacity: 0.8;
}
header .top .header_contact .header_card .content span {
  font-size: 13px;
  font-weight: 300;
}
header .top .header_contact .header_card .content h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
header .main_nav {
  background-color: #023a8e;
}
header .nav ul {
  display: flex;
  align-items: center;
}
header .nav ul li {
  padding: 20px 25px;
  position: relative;
  background-color: #023a8e;
}
header .nav ul li:hover {
  background-color: #1f62c7;
}
header .nav ul li:hover .sub_menu {
  display: block;
}
header .nav ul li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
header .nav ul li .sub_menu {
  position: absolute;
  background: #023a8e;
  width: 300px;
  top: 64px;
  left: 0;
  display: none;
  border-top: 5px solid #023a8e;
}
header .nav ul li .sub_menu::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 5px;
  right: 0;
  top: -5px;
  background: #0a642d;
  border-bottom-left-radius: 65px;
}
header .nav ul li .sub_menu a {
  display: block;
  border-top: 1px solid rgba(2, 58, 142, 0.2392156863);
  padding: 12px 15px;
  font-size: 15px;
}
header .nav ul li .sub_menu a:hover {
  background: #1f62c7;
}
header .menu_btn {
  position: absolute;
  top: 20px;
  right: 10px;
}
header .menu_btn.active {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9;
}
header .menu_btn.active span:last-child {
  display: none;
}
header .menu_btn.active span:first-child {
  transform: rotate(45deg);
}
header .menu_btn.active span:nth-child(2) {
  transform: rotate(-45deg) translate(5px, -5px);
}
header .menu_btn span {
  display: block;
  width: 22px;
  height: 1px;
  background: #023a8e;
  margin: 6px 0;
}
@media (max-width: 850px) {
  header .top img {
    max-width: 80%;
    margin-left: -12px;
  }
  header .nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 60px;
    left: 0;
    overflow: scroll;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
  }
  header .nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  header .nav ul {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  header .nav ul li {
    margin: 0;
    border-bottom: 1px solid rgba(2, 58, 142, 0.2392156863);
    width: 100%;
    padding: 20px;
  }
  header .nav ul li .sub_menu {
    position: relative;
    width: auto;
    top: 0;
    left: 0px;
    margin-top: 20px;
    padding: 0;
  }
}

.style2 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  display: none;
}
.style2 .top {
  background: #023a8e;
  padding: 10px 0;
  text-align: right;
  color: #fff;
}
.style2 .top p {
  margin-bottom: 0;
  font-weight: 200;
  display: inline-flex;
  margin: 0 15px;
  font-size: 14px;
  opacity: 0.9;
}
.style2 .logo {
  position: absolute;
  top: 0;
  max-width: 114px;
  padding: 5px;
  background: #fff;
  margin-left: -5px;
}
.style2 .logo img {
  width: 100%;
}
.style2 .main_nav {
  background-color: #fff;
}
.style2 .nav {
  justify-content: flex-end;
  background: #fff;
}
.style2 .nav ul {
  display: flex;
  align-items: center;
}
.style2 .nav ul li {
  margin: 0 25px;
  padding: 20px 0;
  position: relative;
}
.style2 .nav ul li:hover .sub_menu {
  display: block;
}
.style2 .nav ul li:first-child {
  margin-left: 0;
}
.style2 .nav ul li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.style2 .nav ul li .sub_menu {
  position: absolute;
  background: #fff;
  width: 300px;
  top: 64px;
  display: none;
  border-top: 5px solid #023a8e;
}
.style2 .nav ul li .sub_menu::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 5px;
  right: 0;
  top: -5px;
  background: #0a642d;
  border-bottom-left-radius: 65px;
}
.style2 .nav ul li .sub_menu a {
  display: block;
  border-top: 1px solid rgba(2, 58, 142, 0.2392156863);
  padding: 15px;
  font-size: 15px;
}
.style2 .menu_btn {
  position: absolute;
  top: 40px;
  right: 30px;
}
.style2 .menu_btn.active {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 9;
}
.style2 .menu_btn.active span:last-child {
  display: none;
}
.style2 .menu_btn.active span:first-child {
  transform: rotate(45deg);
}
.style2 .menu_btn.active span:nth-child(2) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.style2 .menu_btn span {
  display: block;
  width: 28px;
  height: 1px;
  background: #023a8e;
  margin: 6px 0;
}
@media (max-width: 850px) {
  .style2 {
    background: #fff;
    padding: 5px 0;
  }
  .style2 .top {
    display: none;
  }
  .style2 .logo {
    position: relative;
  }
  .style2 .logo img {
    width: 80px;
  }
}

.banner-slide {
  background: #023a8e;
  position: relative;
}
.banner-slide .swiper-slide {
  width: 100%;
  height: 100vh;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}
.banner-slide .swiper-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.banner-slide video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner-slide .text {
  position: absolute;
  top: 50%;
  color: #fff;
  z-index: 2;
  width: 780px;
  max-width: 80%;
}
.banner-slide .text p {
  width: 670px;
  max-width: 100%;
}
.banner-slide .text .page_btn {
  margin-top: 10px;
}
.banner-slide .swiper-pagination {
  bottom: 20px;
}
.banner-slide .swiper-pagination-bullet {
  border: 1px solid #fff;
  background: #fff;
  opacity: 0.5;
  width: 16px;
  height: 16px;
}
.banner-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #023a8e;
  width: 25px;
  height: 25px;
}
@media (max-width: 850px) {
  .banner-slide .text {
    top: 20%;
    width: 92%;
  }
}

.glance {
  padding: 60px 0;
  background-color: #eaeff5;
}
.glance h2 {
  margin-bottom: 20px;
  font-size: 38px;
}
.glance p {
  margin-top: 20px;
}
.glance .glance_card {
  padding: 20px 0;
  margin: 5px 0;
  border-top: 3px solid #041e42;
  position: relative;
  transition: 0.5s;
  margin-right: 30px;
}
.glance .glance_card::before {
  width: 0;
  height: 3px;
  content: "";
  background-color: rgba(10, 100, 45, 0.7019607843);
  position: absolute;
  transition: 0.5s;
  top: -3px;
}
.glance .glance_card:hover {
  border-top-color: transparent;
}
.glance .glance_card:hover::before {
  width: 100%;
}
.glance .glance_card:hover h2 {
  color: rgba(10, 100, 45, 0.7019607843);
}
.glance .glance_card h2 {
  margin-bottom: 0;
  text-align: left;
  transition: 0.5s;
}
.glance .glance_card span {
  font-size: 15px;
  text-align: left;
}
.glance .pc_wrapper {
  margin-top: 74px;
}
.glance .personal_card {
  background: #fff;
  display: flex;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}
.glance .personal_card .thumb {
  width: 115px;
}
.glance .personal_card .thumb img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.glance .personal_card .profile {
  width: calc(100% - 115px);
  padding: 20px;
}
.glance .personal_card .profile h4 {
  font-size: 22px;
  margin-bottom: 2px;
}
.glance .personal_card .profile p {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 22px;
}

.about_cards {
  padding: 60px 0;
  position: relative;
  height: 580px;
}
.about_cards::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #eaeff5;
  position: absolute;
  top: 0;
}
.about_cards .card_wrap {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s;
}
.about_cards .card_wrap.active {
  transform: translateY(-50px);
  height: 500px;
}
.about_cards .card_wrap.active:hover .overlay_img::before {
  background: rgba(10, 100, 45, 0.9);
}
.about_cards .card_wrap.active .overlay_img::before {
  background: rgba(10, 100, 45, 0.6);
  transition: 0.5s;
}
.about_cards .card_wrap:hover .text a {
  transform: translateY(20px);
}
.about_cards .card_wrap:hover .overlay_img::before {
  background: rgba(14, 52, 100, 0.9);
}
.about_cards .card_wrap .overlay_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-position: center;
  background-size: cover;
}
.about_cards .card_wrap .overlay_img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(14, 52, 100, 0.6);
  z-index: 1;
  transition: 0.5s;
}
.about_cards .card_wrap .text {
  text-align: center;
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 0 20px;
}
.about_cards .card_wrap .text p {
  font-size: 16px;
  line-height: 1.54;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 98px;
}
.about_cards .card_wrap .text a {
  text-transform: uppercase;
  display: block;
  transition: 0.5s;
}
.about_cards .card_wrap .text a i {
  font-size: 15px;
  margin-left: 8px;
  transition: 0.5s;
}
.about_cards .card_wrap .text a:hover i {
  margin-left: 15px;
}
@media (max-width: 500px) {
  .about_cards {
    height: auto;
  }
  .about_cards .card_wrap {
    height: auto;
    padding: 40px 0;
    margin: 20px 0;
  }
  .about_cards .card_wrap.active {
    height: auto;
    transform: translateY(0);
  }
}

.image_divider {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
}
.image_divider::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0, 0, 0);
  opacity: 0.65;
  z-index: 1;
}
.image_divider video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.image_divider .image_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center !important;
  background-size: cover !important;
  animation: breathing 15s infinite ease-in-out;
}
.image_divider .text {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.image_divider .text h2 {
  margin-bottom: 15px;
}
.image_divider .text p {
  margin-bottom: 30px;
}
.image_divider .text a {
  background: #0a642d;
  display: inline-flex;
  padding: 12px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 500px) {
  .image_divider {
    height: auto;
    padding: 60px 0;
  }
}

.news {
  padding: 60px 0;
}
.news.report {
  background: #eaeff5;
}
.news.report .news_card {
  background: #fff;
  border: 1px solid #cdcdcd;
}
.news.report .news_card .img {
  margin-bottom: 10px;
}
.news.report .news_card .text {
  padding-left: 20px;
}
.news.report .news_card p {
  height: 66px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.news.notice .news_card a {
  display: flex;
  align-items: center;
}
.news.notice .news_card a .img {
  max-width: 150px;
  width: 150px;
  margin-bottom: 0;
  width: 20%;
}
.news.notice .news_card a .img img {
  width: 100%;
  height: 150px;
}
.news.notice .news_card a .text {
  width: 80%;
}
.news.notice .news_card:hover .img::before {
  scale: 0;
}
.news.notice .news_card:hover .img .icon {
  opacity: 0;
}
.news h2 {
  text-align: center;
}
.news .news_card {
  margin-bottom: 30px;
}
.news .news_card:hover .img::before {
  scale: 1;
}
.news .news_card:hover .img .icon {
  opacity: 0.5;
}
.news .news_card .img {
  margin-bottom: 15px;
  position: relative;
  display: hidden;
}
.news .news_card .img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(10, 100, 45, 0.7);
  scale: 0;
  transition: 0.3s;
}
.news .news_card .img img {
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news_card .img .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s;
}
.news .news_card p {
  font-size: 18px;
  padding: 15px 0;
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 70px;
}
.news .news_card h6 {
  padding: 0 0 15px;
  font-size: 14px;
  font-weight: 600;
}
.news .news_card h6 i {
  margin-right: 5px;
}
@media (max-width: 500px) {
  .news .news_card a {
    display: flex;
    flex-wrap: wrap;
  }
  .news .news_card .img {
    width: 30%;
  }
  .news .news_card .img img {
    height: 120px;
  }
  .news .news_card .text {
    width: 60%;
    padding-left: 15px;
  }
  .news .news_card .text p {
    margin-top: 0;
    padding-top: 0;
    height: 60px;
    margin-bottom: 15px;
  }
}

footer {
  padding: 60px 0 0;
  background: #023a8e;
  color: #fff;
}
footer .container {
  position: relative;
}
footer h4 {
  margin-top: 40px;
}
footer a {
  display: block;
  margin: 10px 0;
}
footer img {
  border-radius: 50%;
  width: 130px;
}
footer #gototop {
  position: absolute;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50%;
  margin: 10px 5px;
  color: #023a8e;
  bottom: 0;
  cursor: pointer;
}
footer .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50%;
  margin: 10px 5px;
}
footer .social a i {
  color: #023a8e;
}
footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
  margin-top: 30px;
}
footer .footer_bottom h6 {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 0;
  font-size: 14px;
  opacity: 0.8;
}
footer .footer_bottom h6 a {
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 500px) {
  footer {
    text-align: center;
  }
  footer #gototop {
    display: none;
  }
  footer .footer_bottom {
    flex-direction: column;
  }
  footer .footer_bottom h6 {
    margin-top: 0;
  }
}

.page_banner {
  height: 550px;
  background-position: center !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page_banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.page_banner .text {
  position: relative;
  z-index: 3;
  color: #fff;
  padding-top: 100px;
}
.page_banner .text h1 {
  text-align: center;
}
.page_banner .text .breadcrumbs {
  display: flex;
  justify-content: center;
}
.page_banner .text .breadcrumbs li {
  margin-right: 15px;
}
.page_banner .text .breadcrumbs li a {
  font-size: 18px;
  text-transform: uppercase;
}
.page_banner .text .breadcrumbs li a:hover {
  color: #0a642d;
}
.page_banner .text .breadcrumbs li span {
  margin-left: 15px;
}
.page_banner .text .breadcrumbs li:last-child span {
  display: none;
}

.about_intro {
  padding: 80px 0 120px;
  background-color: #eaeff5;
}
.about_intro .text-center {
  margin-bottom: 40px;
}
.about_intro .text-center span {
  text-transform: uppercase;
  font-weight: 800;
}
.about_intro .img {
  position: relative;
  margin-bottom: 15px;
}
.about_intro .img img {
  width: 90%;
  height: 386px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.about_intro .img img:last-child {
  position: absolute;
  width: 70%;
  height: 256px;
  bottom: -100px;
  right: 10px;
}
.about_intro .text {
  padding-left: 20px;
}

.general_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Lora", serif;
}
.general_text h3 {
  margin-bottom: 10px;
}
.general_text ul {
  margin-bottom: 25px;
}
.general_text li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.general_text li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #023a8e;
  left: 0px;
  top: 8px;
}
.general_text p {
  margin: 15px 0;
}
.general_text img {
  max-width: 100%;
}

.general_text_wrap {
  margin: 60px 0;
}

.side_nav {
  border: 1px solid #cdcdcd;
  width: 95%;
  margin-left: auto;
  position: sticky;
  top: 30px;
  background: #fff;
}
.side_nav h4 {
  padding: 15px 20px;
  color: #fff;
  text-transform: uppercase;
  background: #041e42;
  margin-bottom: 0;
}
.side_nav ul li {
  border-bottom: 1px solid #cdcdcd;
  padding: 10px 20px;
}
.side_nav ul li:last-child {
  border-bottom: 0;
}
.side_nav ul li:hover {
  background: #041e42;
}
.side_nav ul li:hover a {
  color: #fff;
}
@media (max-width: 850px) {
  .side_nav {
    width: 100%;
    margin-top: 30px;
  }
}

.contact_form {
  padding: 60px 0;
}
.contact_form h3 {
  margin-bottom: 20px;
}
.contact_form .text_wrap {
  color: #fff;
  background: #023a8e;
  padding: 40px;
  margin-bottom: 50px;
}
.contact_form .text_wrap p {
  margin-bottom: 10px;
}
.contact_form .text_wrap .social_link {
  margin-top: 30px;
}
.contact_form .text_wrap .social_link a {
  margin-right: 20px;
}
.contact_form .form {
  margin-bottom: 20px;
}
.contact_form .form textarea {
  height: 115px;
}

.gallery {
  padding: 60px 0;
}
.gallery a {
  display: block;
  margin: 15px 0;
  position: relative;
}
.gallery a img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery a p {
  position: absolute;
  padding: 5px 20px;
  bottom: 10px;
  margin-bottom: 0;
  left: 10px;
  background: #fff;
  font-weight: 600;
}
.gallery a:hover p {
  background: #023a8e;
  color: #fff;
}

.team_wrap {
  text-align: center;
  padding: 60px 0;
  background: #eaeff5;
}
.team_wrap h2 {
  text-transform: uppercase;
}
.team_wrap .row {
  justify-content: center;
}
.team_wrap .team_card {
  background: #fff;
  padding: 10px;
  margin: 15px 0;
}
.team_wrap .team_card img {
  width: 130px;
  margin-bottom: 20px;
}
.team_wrap .team_card h4 {
  margin-bottom: 5px;
}
.team_wrap .team_card p {
  margin-bottom: 5px;
}

@media (max-width: 550px) {
  .about_intro .img img:last-child {
    display: none;
  }
  .about_intro .text {
    padding-left: 0;
    margin-top: 20px;
  }
  .news .news_card .text p {
    height: 55px;
  }
  .news.notice .news_card a .img img {
    display: none;
  }
  .news.notice .news_card a .text {
    padding: 10px;
    width: 100%;
  }
  .news.notice .news_card a .text p {
    height: 55px;
  }
}/*# sourceMappingURL=style.css.map */