@charset "UTF-8";
@import '../node_modules/bootstrap/dist/css/bootstrap-grid.css';
@import '../node_modules/swiper/swiper.css';
.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 35px 0 55px;
}
.row-full.nopadding {
  padding: 0;
}

@font-face {
  font-family: "main";
  src: url("AvenirNext-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "main";
  src: url("AvenirNext-UltraLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "main";
  src: url("AvenirNext-UltraLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "main";
  src: url("AvenirNext-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "main";
  src: url("AvenirNext-DemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "main";
  src: url("AvenirNext-DemiBoldItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "main";
  src: url("AvenirNext-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "main";
  src: url("AvenirNext-BoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "main";
  src: url("AvenirNext-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "main";
  src: url("AvenirNext-HeavyItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("icomoon.eot?pb9imz");
  src: url("icomoon.eot?pb9imz#iefix") format("embedded-opentype"), url("icomoon.ttf?pb9imz") format("truetype"), url("icomoon.woff?pb9imz") format("woff"), url("icomoon.svg?pb9imz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-up-round:before {
  content: "\e903";
  color: #d73a34;
}

.icon-down-round:before {
  content: "\e904";
  color: #d73a34;
}

.icon-down:before {
  content: "\e901";
  color: #d73a34;
}

.icon-arrow-white:before {
  content: "\e902";
  color: #fff;
}

.icon-bubble:before {
  content: "\e900";
  color: #fff;
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.about-row {
  padding: 100px 0;
}
.about-row div[class^=col-] {
  position: relative;
}
.about-row .info-cell {
  position: relative;
  padding: 30px;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.about-row .info-cell .img {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 30px;
  margin-top: -30px;
}
.about-row.bg1 {
  background-image: url(../img/bg10.png);
  background-size: cover;
}
.about-row.bg2 {
  background-image: url(../img/bg9.png);
  background-size: cover;
}
.about-row.bg3 {
  background-image: url(../img/bg_19.jpg);
  background-size: cover;
}
.about-row.bg4 {
  background-image: url(../img/bg_20.jpg);
  background-size: cover;
}
.about-row.bg5 {
  background-image: url(../img/bg_21.jpg);
  background-size: cover;
}
.about-row.bg6 {
  background-image: url(../img/bg_22.jpg);
  background-size: cover;
}

.admission-row {
  padding: 150px 0;
  background-color: #F1F7FF;
  background-position: center;
}
.admission-row.bg1 {
  background-image: url(../img/bg10.png);
  background-size: cover;
}
.admission-row.bg2 {
  background-image: url(../img/bg9.png);
  background-size: cover;
}
.admission-row.bg3 {
  background-image: url(../img/bg_19.jpg);
  background-size: cover;
}
.admission-row.bg4 {
  background-image: url(../img/bg_20.jpg);
  background-size: cover;
}
.admission-row.bg5 {
  background-image: url(../img/bg_21.jpg);
  background-size: cover;
}
.admission-row.bg6 {
  background-image: url(../img/bg_22.jpg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .admission-row {
    padding: 50px 0;
  }
}
.admission-row .row {
  margin: 0;
}
.admission-row .row div[class^=col-] {
  padding: 0;
}
.admission-row .img {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
}
.admission-row .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.admission-row .content {
  position: relative;
  padding: 60px 40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .admission-row .content {
    padding: 30px 15px;
  }
}
.admission-row .content .i {
  height: 100px;
  position: relative;
  width: auto;
  margin-bottom: 45px;
  text-align: right;
}
.admission-row .content .i img {
  width: auto;
  height: 100%;
  position: relative;
}
.admission-row .content h1 {
  margin-top: 0;
}
.admission-row .content p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #777;
  text-align: left;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .admission-row .content p {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
}
.admission-row.style2 {
  background-color: white;
}
.admission-row.style2 .content .i {
  text-align: left;
}

.fac-s2 {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-image: url(/img/bg7.jpg);
  background-position: center bottom;
  background-size: cover;
}
.fac-s2 .section-title {
  color: #173678;
}
.fac-s2 .intro {
  text-align: center;
}
.fac-s2 .fac-card {
  background-color: white;
  color: #173678;
  padding: 80px 30px;
  position: relative;
  height: calc(100% - 0px);
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  border-top: 5px solid #092052;
  background-image: url(/img/bg8.jpg);
  background-position: center bottom;
  background-size: cover;
  text-align: center;
}
.fac-s2 .fac-card .icon {
  position: relative;
  width: auto;
  height: 50px;
  margin: 0 auto 35px;
}
.fac-s2 .fac-card .icon img {
  width: auto;
  height: 100%;
}
.fac-s2 .fac-card .name {
  text-align: center;
  font-size: 2rem;
  color: #2E2E2E;
  margin-bottom: 10px;
  transition: all 0.4s;
  font-weight: 600;
}
.fac-s2 .fac-card .title {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.5);
  max-width: 300px;
  margin: auto;
  margin-bottom: 35px;
  transition: all 0.4s;
}
.fac-s2 .fac-card .text {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  font-weight: 300;
  line-height: 2.2rem;
}
.fac-s2 .fac-card .detail {
  transition: all 0.4s;
}
.fac-s2 .fac-card .detail dl {
  display: flex;
  justify-content: space-between;
  opacity: 0.8;
  margin: 5px auto;
}
.fac-s2 .fac-card .detail dl dt {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.fac-s2 .fac-card .detail dl dt img {
  width: 15px;
  margin-right: 10px;
}
.fac-s2 .fac-card .detail dl dd {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: right;
  color: rgba(0, 0, 0, 0.9);
}
.fac-s2 .fac-card:hover {
  background: linear-gradient(to bottom, #A2C9FF, #144E9E);
  color: white;
}
.fac-s2 .fac-card:hover .title, .fac-s2 .fac-card:hover .name {
  color: white;
}
.fac-s2 .fac-card:hover .misc {
  opacity: 0;
  transform: translateY(-10px);
}
.fac-s2 .fac-card:hover .action {
  opacity: 1;
  transform: translateY(-70px) translateX(-50%);
}

.fac-s3 {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-color: #BBBBBB;
  background-image: url(/img/img12.jpg);
  background-position: center bottom;
  background-size: cover;
}

.single-bio {
  max-width: 1200px;
  background-color: white;
  padding: 50px;
  margin: 0 auto;
}
.single-bio .name {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 35px;
  font-size: 2.4rem;
}
.single-bio .title {
  text-align: center;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}
.single-bio .misc {
  text-align: center;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-bio .misc img {
  width: 15px;
  margin-right: 10px;
}
.single-bio .content {
  padding-top: 15px;
}
.single-bio .content p {
  color: rgba(0, 0, 0, 0.5);
}
.single-bio .content h3 {
  display: block;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 25px;
  margin-top: 25px;
}
.single-bio .content h3::before {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #173678;
}
.single-bio .img {
  width: 180px;
  height: 180px;
  border-radius: 1000px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.single-bio .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rec_section {
  padding: 80px 0;
  background-position: center;
}
.rec_section.sub_section {
  padding-top: 50px;
}
.rec_section.bg1 {
  background-image: url(../img/bg_23.jpg);
  background-size: cover;
}
.rec_section.bg2 {
  background-image: url(../img/bg_24.jpg);
  background-size: cover;
}
.rec_section.bg3 {
  background-image: url(../img/bg_25.jpg);
  background-size: cover;
}
.rec_section.bg4 {
  background-image: url(../img/bg_26.jpg);
  background-size: cover;
}

.steps {
  padding: 50px 0;
}
.steps div[class^=col] {
  margin-bottom: 30px;
}
.steps.greater_gap div[class^=col] {
  margin-bottom: 50px;
}
.steps .step_card {
  position: relative;
  height: 100%;
  background-image: url(../img/bg_card.jpg);
  background-position: center;
  background-size: cover;
  padding: 50px 30px 50px;
  border-top: 3px solid #0028A1;
  text-align: center;
}
.steps .step_card .content .title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.steps .step_card .content .sub_title {
  color: #999999;
  margin-bottom: 15px;
}
.steps .step_card .content .text {
  font-size: 1.4rem;
}
.steps .step_card .num {
  width: 40px;
  height: 40px;
  margin: 0 auto 30px;
  position: relative;
}
.steps .step_card .num img {
  height: 100%;
  width: auto;
  max-width: 99999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.steps .step_card2 {
  background-image: url(../img/bg_card2.jpg);
  background-position: center;
  background-size: cover;
  padding: 30px;
  position: relative;
  height: 100%;
  border-bottom: 3px solid #0028A1;
}
.steps .step_card2 .text {
  font-size: 1.8rem;
  color: #0028A1;
}
@media screen and (max-width: 767px) {
  .steps .step_card2 .text {
    font-size: 1.4rem;
  }
}
.steps .step_card2 .num {
  width: 70px;
  height: 70px;
  margin: -65px auto 30px;
  position: relative;
}
.steps .step_card2 .num img {
  height: 100%;
  width: auto;
  max-width: 99999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.steps2 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.steps2 .steps2_card {
  flex: 0 0 calc(20% - 20px);
  margin: 0 10px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .steps2 .steps2_card {
    flex: 0 0 calc(33.333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .steps2 .steps2_card {
    flex: 0 0 calc(100% - 20px);
    margin-bottom: 30px;
  }
}
.steps2 .steps2_card.f3 {
  flex: 0 0 calc(33.333% - 20px);
}
@media screen and (max-width: 767px) {
  .steps2 .steps2_card.f3 {
    flex: 0 0 calc(100% - 20px);
    margin-bottom: 30px;
  }
}
.steps2 .steps2_card .card {
  padding: 30px 10px;
  background-color: white;
  border-top: 3px solid #0028A1;
  padding-bottom: 100px;
  position: relative;
  height: 60%;
}
.steps2 .steps2_card .card.card2 {
  border-top: none;
  border-left: 3px solid #0028A1;
  padding: 30px 20px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .steps2 .steps2_card .card {
    padding-bottom: 30px;
  }
}
.steps2 .steps2_card .num {
  width: 70px;
  height: 70px;
  margin: 0px auto 30px;
  position: relative;
}
.steps2 .steps2_card .num .num_img {
  height: 100%;
  width: auto;
  max-width: 99999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.steps2 .steps2_card .num .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -160%;
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .steps2 .steps2_card .num .next {
    right: -100%;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .steps2 .steps2_card .num .next {
    display: none;
  }
}
.steps2 .steps2_card:last-of-type .next {
  display: none;
}

.zh {
  display: none;
}

[lang=zh-CN] .zh {
  display: block;
}
[lang=zh-CN] .en {
  display: none;
}

* {
  box-sizing: border-box;
}
*::-moz-selection {
  background-color: black;
  color: white;
}
*::selection {
  background-color: black;
  color: white;
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 70%;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  color: #2E2E2E;
  overflow-x: hidden;
}
body img {
  max-width: 100%;
}
body a {
  color: #173678;
}
body p {
  font-size: 1.4rem;
  line-height: 2rem;
}
body .table {
  border-collapse: collapse;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
body .table td, body .table th {
  padding: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .nav {
  width: 300px;
  display: flex;
  justify-content: center;
  margin: 25px auto;
}
body .nav div {
  cursor: pointer;
  padding: 10px 50px;
  background-color: white;
  margin: 0 15px;
}
body .nav div img {
  width: 15px;
}
body .nav div:hover {
  background-color: #f4f4f4;
}
body .nav div.swiper-button-disabled {
  opacity: 0.4;
}
body .nav.border div {
  border: 1px solid #173678;
}
body .center {
  text-align: center;
}
@media screen and (min-width: 1600px) {
  body .container {
    max-width: 1440px;
  }
}
body .btn {
  padding: 10px 10px 10px;
  min-width: 150px;
  text-align: center;
  display: inline-block;
  border: 1px solid #173678;
  color: #173678;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 1px;
  transition: all 0.4s;
  cursor: pointer;
  font-weight: 400;
}
body .btn:hover {
  background-color: #173678;
  color: white;
}
body .btn.light {
  border-color: white;
  color: white;
}
body .btn.light:hover {
  background-color: white;
  color: #173678;
}
body .btn.solid {
  background-color: #173678;
  color: white;
}
body .btn.solid:hover {
  background-color: white;
  color: #173678;
}
body .btn.light-solid {
  background-color: white;
  color: #173678;
}
body .btn.light-solid:hover {
  background-color: #173678;
  color: white;
}
body .icon-more {
  width: 50px;
  margin: 0 auto;
  display: block;
}
body .row {
  margin-left: -15px;
  margin-right: -15px;
}
body .row div[class^=col] {
  padding-left: 15px;
  padding-right: 15px;
}
body .section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .section-top .tabs {
  width: 50%;
  justify-content: right;
}
body .section-top .tabs .tab {
  padding: 10px;
  flex: 0 0 calc(25% - 20px);
  margin-left: 15px;
}
body .sub {
  font-size: 2rem;
  font-weight: 600;
  color: #173678;
}
body .section-title {
  font-size: 4rem;
  font-weight: 600;
  color: #0028A1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .section-title.right {
  justify-content: right;
}
body .section-title.light {
  color: white;
}
body .section-title.thin {
  font-weight: 300;
}
body .section-title.small {
  font-size: 2rem;
}
body .section-title.icon {
  justify-content: left;
}
body .section-title.icon img {
  width: 30px;
  margin-left: 0;
}
body .section-title.tabs {
  justify-content: left;
  margin-bottom: 100px;
}
body .section-title.tabs > * {
  margin: 10px 20px;
  display: block;
}
body .section-title.tabs > *:first-child {
  margin-left: 0;
}
body .section-title.tabs a {
  text-decoration: none;
}
body .section-title.tabs span {
  position: relative;
}
body .section-title.tabs span::after {
  content: " ";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #0028A1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 110%;
}
body .section-title img {
  width: 40px;
  margin: 0 10px;
}
body .section-sub-title {
  font-size: 2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin: 15px 0;
}
body .spliter {
  width: 100%;
  height: 5px;
  margin: 20px 0;
  display: flex;
  align-items: center;
}
body .spliter::before {
  content: " ";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #173678;
  margin-right: 15px;
}
body .spliter::after {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #173678;
}
body .spliter-2 {
  width: 100%;
  height: 5px;
  margin: 20px 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .spliter-2::before {
  content: " ";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #173678;
}
body .spliter-2 span {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 15px;
  background-color: #173678;
}
body .spliter-2::after {
  content: " ";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #173678;
}
body .swiper-pagination {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 35px;
}
body .swiper-pagination span {
  width: 20px;
  height: 5px;
  margin: 0 5px;
  border-radius: 0;
  background-color: #ADD0FF;
}
body .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #173678;
}
body .btn-prev, body .btn-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  left: 15px;
  cursor: pointer;
}
body .btn-prev.swiper-button-disabled, body .btn-next.swiper-button-disabled {
  opacity: 0.4;
}
body .btn-prev:hover, body .btn-next:hover {
  background-color: #f4f4f4;
}
body .btn-prev.btn-next, body .btn-next.btn-next {
  left: auto;
  right: 15px;
}
body .btn-prev img, body .btn-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 15px;
}

.ham_menu {
  position: fixed;
  width: 100%;
  height: calc(100vh - 70px);
  background-color: black;
  top: 70px;
  left: 0;
  padding: 20px 0;
  color: white;
  z-index: 333;
  display: none;
}
@media screen and (min-width: 992px) {
  .ham_menu {
    display: none !important;
  }
}
.ham_menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ham_menu nav ul > li {
  position: relative;
  padding: 0px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ham_menu nav ul > li.has-sub-menu::after {
  content: "+";
  position: absolute;
  top: 10px;
  right: 5%;
  color: white;
}
.ham_menu nav ul > li.has-sub-menu.active::after {
  content: "-";
}
.ham_menu nav ul > li:last-of-type {
  border-bottom: none;
}
.ham_menu nav ul > li > a {
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}
.ham_menu nav ul > li .sub-menu, .ham_menu nav ul > li .sub-nav {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  background-color: black;
  display: none;
}
.ham_menu nav ul > li .sub-menu li a, .ham_menu nav ul > li .sub-nav li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ham_menu nav ul > li .sub-menu li a::before, .ham_menu nav ul > li .sub-nav li a::before {
  content: "- ";
}

header {
  height: 100px;
  background-color: #092052;
  position: relative;
  color: white;
  z-index: 333;
}
@media screen and (max-width: 767px) {
  header {
    height: 70px;
  }
}
header .header_content {
  position: relative;
  width: 100%;
  height: 100%;
}
header .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .container {
    padding: 0 15px;
  }
}
header .container .logo {
  width: 350px;
}
@media screen and (max-width: 1200px) {
  header .container .logo {
    width: 220px;
  }
}
header .container .header-right {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 60%;
}
header .container .btn_email {
  display: block;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-left: 10px;
}
header .container .btn_email img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  height: auto;
}
header .container .langs {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
header .container .langs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .container .langs span, header .container .langs a {
  display: block;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 992px) {
  header .container .langs {
    margin-right: 35px;
  }
}
header .container .langs a {
  cursor: pointer;
}
header .container .btn_ham {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: none;
}
@media screen and (max-width: 992px) {
  header .container .btn_ham {
    display: block;
  }
}
header .container .btn_ham::after {
  content: "≡";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 4rem;
  color: white;
  display: block;
}
header .container .btn_ham::before {
  content: "×";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 4rem;
  color: white;
  display: none;
}
header .container .btn_ham.active::after {
  display: none;
}
header .container .btn_ham.active::before {
  display: block;
}
header .container nav > ul,
header .container .menu-main-menu-container > ul,
header .container nav > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
header .container nav > ul > li,
header .container .menu-main-menu-container > ul > li,
header .container nav > div > ul > li {
  margin: 0 2px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header .container nav > ul > li,
  header .container .menu-main-menu-container > ul > li,
  header .container nav > div > ul > li {
    font-size: 1.2rem;
    margin: 0 4px;
  }
}
header .container nav > ul > li .sub-menu,
header .container .menu-main-menu-container > ul > li .sub-menu,
header .container nav > div > ul > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  background-color: white;
  min-width: 150px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: none;
}
header .container nav > ul > li .sub-menu li,
header .container .menu-main-menu-container > ul > li .sub-menu li,
header .container nav > div > ul > li .sub-menu li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .container nav > ul > li .sub-menu li:last-child,
header .container .menu-main-menu-container > ul > li .sub-menu li:last-child,
header .container nav > div > ul > li .sub-menu li:last-child {
  border-bottom: none;
}
header .container nav > ul > li .sub-menu li a,
header .container .menu-main-menu-container > ul > li .sub-menu li a,
header .container nav > div > ul > li .sub-menu li a {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  text-transform: uppercase;
}
header .container nav > ul > li .sub-menu li::before,
header .container .menu-main-menu-container > ul > li .sub-menu li::before,
header .container nav > div > ul > li .sub-menu li::before {
  content: " ";
  display: block;
  width: 3px;
  height: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #173678;
  opacity: 0;
}
header .container nav > ul > li .sub-menu li.sub-active::before,
header .container .menu-main-menu-container > ul > li .sub-menu li.sub-active::before,
header .container nav > div > ul > li .sub-menu li.sub-active::before {
  opacity: 1;
}
header .container nav > ul > li > a,
header .container .menu-main-menu-container > ul > li > a,
header .container nav > div > ul > li > a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  height: 100px;
  padding: 10px 10px;
  font-size: 1.4rem;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
}
header .container nav > ul > li:hover,
header .container .menu-main-menu-container > ul > li:hover,
header .container nav > div > ul > li:hover {
  background-color: rgba(9, 32, 82, 0.1);
}
header .container nav > ul > li:hover .sub-menu,
header .container .menu-main-menu-container > ul > li:hover .sub-menu,
header .container nav > div > ul > li:hover .sub-menu {
  display: block;
}
header .container nav > ul > li.active > a,
header .container .menu-main-menu-container > ul > li.active > a,
header .container nav > div > ul > li.active > a {
  color: white;
  background-color: #0E2F78;
}
header .container nav > ul > li.active > a::after,
header .container .menu-main-menu-container > ul > li.active > a::after,
header .container nav > div > ul > li.active > a::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background-color: white;
}
header .container nav > ul > li.active > a::before,
header .container .menu-main-menu-container > ul > li.active > a::before,
header .container nav > div > ul > li.active > a::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #173678;
}

footer {
  background-image: url(../img/bg3.jpg);
  background-size: cover;
  background-color: #173678;
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  footer .container {
    padding: 0 15px;
  }
}
footer .footer_mid {
  padding: 15px 0;
}
footer .footer_mid .left {
  color: white;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  footer .footer_mid .left {
    margin-bottom: 10px;
  }
}
footer .footer_mid .right {
  float: right;
  width: 210px;
}
@media screen and (max-width: 767px) {
  footer .footer_mid .right {
    float: none;
  }
}
footer .footer_mid .citem {
  color: white;
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  width: 210px;
  text-decoration: none;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  footer .footer_mid .citem {
    margin: 0 auto;
    display: block;
    margin: 10px;
  }
}
footer .footer_mid .citem img {
  width: 15px;
  margin-right: 10px;
}
footer .top {
  text-align: center;
}
footer .top .logo {
  max-width: 350px;
  width: 80%;
  margin: 0 auto 0px;
}
@media screen and (max-width: 767px) {
  footer .top .logo {
    margin: 0;
  }
}
footer .top .logo img {
  display: block;
}
footer .top .top-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  footer .top .top-content {
    display: block;
    padding-top: 15px;
  }
}
footer .top .top-content .citem {
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 25px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer .top .top-content .citem {
    margin: 0 auto;
    display: block;
    margin: 10px;
  }
}
footer .top .top-content .citem img {
  width: 15px;
  margin-right: 10px;
}
footer .top hr {
  margin-top: 25px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .top .item {
  font-size: 1.6rem;
  margin: 10px 0;
  color: white;
}
footer .top .misc-menu {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  footer .top .misc-menu {
    padding-top: 5px;
  }
}
footer .top .misc-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  footer .top .misc-menu ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .top .misc-menu ul li {
    margin-bottom: 5px;
  }
}
footer .top .misc-menu ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 1.3rem;
}
footer .top .misc-menu ul li::after {
  content: " | ";
  margin: 0 15px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  footer .top .misc-menu ul li::after {
    display: none;
  }
}
footer .top .misc-menu ul li:last-child::after {
  content: " ";
  margin: 0;
}
footer .bottom {
  text-align: center;
  color: white;
  padding: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  footer .bottom {
    text-align: left;
    padding: 20px 0;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 35px auto 0;
}
.pagination span, .pagination a {
  display: block;
  padding: 10px 15px;
  font-weight: 600;
  text-decoration: none;
  background-color: white;
  margin: 0 10px;
}
.pagination span {
  background-color: #173678;
  color: white;
  border-radius: 0px;
}

.page-content {
  background-color: #ECF4FF;
  padding: 100px 0 150px;
  background-image: url(../img/bg13.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-attachment: fixed;
}
.page-content ul, .page-content ol {
  padding-left: 15px;
}
.page-content ul li, .page-content ol li {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 10px 0;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin: 35px 0 25px;
}
.page-content .metas {
  margin-bottom: 50px;
}
.page-content .metas .meta {
  display: block;
  margin-right: 20px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.page-content .author_img {
  position: relative;
  width: 150px;
  height: 150px;
}
.page-content .author_img .img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 1000px;
  overflow: hidden;
  background-color: #999;
}
.page-content .author_img .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-content .meta_holder {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-content .meta_holder {
    display: block;
  }
}
.page-content.bg2 {
  background-image: url(../img/bg_27.jpg);
  background-position: center top;
  background-attachment: scroll;
}
.page-content.nobg {
  background-color: white;
  background-image: none;
}

.page-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 30%;
}
@media screen and (max-width: 767px) {
  .page-banner {
    padding-bottom: 75%;
  }
}
.page-banner .img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-banner .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-banner .overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.page-banner .overlay .text {
  background-color: rgba(23, 54, 120, 0.8);
  padding: 80px;
  padding-left: 0;
  max-width: 400px;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .page-banner .overlay .text {
    padding: 40px 30px 40px 10px;
    max-width: 300px;
    min-width: 200px;
    display: inline-block;
  }
}
.page-banner .overlay .text.long {
  max-width: 600px;
}
.page-banner .overlay .text h1 {
  margin: 0;
  color: white;
  font-size: 4rem;
  text-transform: uppercase;
  display: inline-block;
}
.page-banner .overlay .text h1::after {
  content: " ";
  display: block;
  width: 100%;
  height: 9px;
  background-color: white;
  margin-top: 10px;
}
.page-banner .overlay .text h3 {
  margin: 0;
  color: white;
  font-size: 2.7rem;
  font-weight: 500;
  display: inline-block;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .page-banner .overlay .text h3 {
    font-size: 2rem;
  }
}
.page-banner .overlay .text h3::after {
  content: " ";
  display: block;
  width: 70%;
  height: 6px;
  background-color: white;
  margin-top: 10px;
}
.page-banner .overlay .text::after {
  content: "";
  display: block;
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: rgba(23, 54, 120, 0.8);
}

.home-banner {
  overflow: hidden;
  position: relative;
  height: calc(100vh - 100px);
  background-color: grey;
}
@media screen and (max-width: 767px) {
  .home-banner {
    padding: 100px 20px;
  }
}
.home-banner .container {
  position: relative;
  height: 100%;
}
.home-banner .container .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-banner .container .content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin: 0 auto;
  }
}
.home-banner .container .content .pl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(3.5);
  right: 0%;
  transform-origin: 100% 50%;
}
@media screen and (max-width: 767px) {
  .home-banner .container .content .pl {
    transform: translateX(-50%) translateY(-100%) scale(3.5);
    transform-origin: 50% 50%;
    right: auto;
    left: 50%;
  }
}
.home-banner .container .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .home-banner .container .img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    height: auto;
  }
}
.home-banner .container .img img {
  width: 100%;
  max-width: 600px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.home-banner .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}
.home-banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.home-banner-2 {
  position: relative;
}
.home-banner-2 .bg img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-banner-2 .bg {
    height: 40vh;
  }
  .home-banner-2 .bg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.home-banner-2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-banner-2 .overlay .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5vw;
  background: rgb(9, 32, 82);
  background: linear-gradient(90deg, rgb(9, 32, 82) 0%, rgba(17, 60, 155, 0.2693671218) 74%, rgba(20, 72, 184, 0) 100%);
}
.home-banner-2 .overlay .content img {
  display: block;
  width: 30vw;
}
@media screen and (max-width: 767px) {
  .home-banner-2 .overlay .content img {
    width: 70vw;
  }
}

.home-s2 {
  position: relative;
  display: flex;
  justify-content: right;
  padding: 100px 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home-s2 {
    padding-top: 200px;
  }
}
.home-s2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-s2 .bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-s2 .content {
  position: relative;
  background-color: rgba(57, 113, 237, 0.3);
  color: white;
  padding: 50px 100px 50px 100px;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .home-s2 .content {
    width: 100%;
    padding: 50px 30px;
  }
}
.home-s2 .content .text {
  font-size: 1.6rem;
  line-height: 2.6rem;
  max-width: 600px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .home-s2 .content .text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.home-s2 .content .text::before {
  content: "“ ";
  display: block;
  font-size: 5rem;
}
.home-s2 .content .text::after {
  content: "”";
  display: block;
  font-size: 5rem;
  text-align: right;
  padding-top: 50px;
}
.home-s2 .title {
  font-size: 3rem;
  color: white;
  background-color: rgba(57, 113, 237, 0.5);
  position: absolute;
  left: 0;
  bottom: 20%;
  padding: 30px 50px 30px 100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home-s2 .title {
    bottom: auto;
    top: 5%;
    z-index: 3;
    padding: 30px 50px 30px 30px;
  }
}
.home-s2 .title img {
  width: 25px;
  margin-right: 15px;
}

.home-s3 {
  padding: 100px 0;
  background-image: url(../img/bg1.jpg);
  background-position: center;
  background-size: cover;
}
.home-s3 .section-title {
  color: white;
}
.home-s3 div[class^=col] {
  margin-bottom: 30px;
}
.home-s3 .area-card {
  padding: 50px 30px;
  background-color: white;
  background-image: url(../img/bg-card.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
  height: 100%;
}
.home-s3 .area-card::after {
  content: " ";
  display: block;
  width: 60%;
  height: 5px;
  background-color: #173678;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-s3 .area-card .title {
  font-size: 2.4rem;
  font-weight: 600;
  transition: all 0.3s;
}
.home-s3 .area-card .icon {
  max-width: 200px;
  display: block;
  margin: 0 auto 50px;
  transition: all 0.3s;
  width: 100%;
}
.home-s3 .area-card .icon img {
  display: block;
}
.home-s3 .area-card:hover .title {
  transform: translateY(20px);
}
.home-s3 .area-card:hover .icon {
  transform: translateY(30px) scale(1.1);
}

.home-s4 {
  position: relative;
  padding: 100px 0 0;
  background-image: url(../img/bg_hero.jpg);
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home-s4 {
    padding: 50px 0;
  }
}
.home-s4 .img {
  position: relative;
}
@media screen and (max-width: 992px) {
  .home-s4 .img {
    margin-bottom: 35px;
  }
}
.home-s4 .img img {
  display: block;
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 0 auto;
}
.home-s4 .img::before {
  content: " ";
  display: block;
  width: 300%;
  height: 50%;
  background-color: rgba(23, 54, 120, 0.6);
  position: absolute;
  left: 100%;
  bottom: 0;
  z-index: 1;
}
.home-s4 .img::after {
  content: " ";
  display: block;
  width: 100%;
  height: 50%;
  border-top-left-radius: 50px;
  background-color: rgba(23, 54, 120, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.home-s4 .titles {
  border-left: 20px solid #173678;
  padding-left: 15px;
  margin-bottom: 35px;
}
.home-s4 .titles .title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #173678;
}
.home-s4 .titles .sub-title {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  font-size: 2rem;
}
.home-s4 .text {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .home-s4 .text {
    margin-bottom: 0;
  }
}
.home-s4 .text p {
  color: rgba(0, 0, 0, 0.6);
}

.home-s5 {
  position: relative;
  padding: 100px 0;
  background-image: url(../img/bg2.jpg);
  background-position: center;
  background-size: cover;
}
.home-s5 .section-title {
  color: white;
  display: flex;
  justify-content: right;
}

.list .list-item {
  padding: 20px 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 0.3s;
}
.list .list-item:last-child {
  border-bottom: 0;
}
.list .list-item:hover {
  background-color: rgba(9, 32, 82, 0.1);
}

.fac_cell {
  max-width: 300px;
  margin: 0 auto;
}
.fac_cell .img {
  border-radius: 1000px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 20px;
}
.fac_cell .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fac_cell .name {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 10px 0;
  text-align: center;
}
.fac_cell .title {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 10px 0;
  text-align: center;
  color: #092052;
  font-weight: 600;
}

.res-blk {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .res-blk {
    padding: 50px 0;
  }
}
.res-blk.s1 {
  background-image: url(../img/bg_15.jpg);
  background-size: cover;
  background-position: center;
}
.res-blk.s2 {
  background-image: url(../img/bg_16.jpg);
  background-size: cover;
  background-position: center;
}
.res-blk h1 {
  color: #0028A1;
}
.res-blk .title {
  color: #999;
}
.res-blk .desc {
  padding-top: 20px;
}
.res-blk .img_holder {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.res-blk .img_holder .img {
  width: 100%;
  padding-bottom: 130%;
  position: relative;
}
.res-blk .img_holder .img::after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0028A1;
  position: absolute;
  top: 20px;
  left: 20px;
}
.res-blk .img_holder .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.bio_row {
  padding: 100px;
  background-image: url(../img/bg_15.jpg);
  background-size: cover;
  background-position: center;
}
.bio_row .bio_card {
  position: relative;
  background-color: white;
  display: flex;
  border-right: 8px solid #0028A1;
}
.bio_row .bio_card .content {
  display: flex;
  align-items: center;
  padding: 30px;
}
.bio_row .bio_card .content .name {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.bio_row .bio_card .content .title {
  margin-bottom: 20px;
  font-size: 1.2rem;
  color: #999;
}
.bio_row .bio_card .content .desc {
  color: #999;
}
.bio_row .bio_card .img_holder {
  max-width: 200px;
  width: 100%;
  margin-bottom: 35px;
  position: relative;
  top: -15px;
  left: -15px;
}
.bio_row .bio_card .img_holder .img {
  width: 100%;
  padding-bottom: 130%;
  position: relative;
  background-color: #000000;
}
.bio_row .bio_card .img_holder .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.text_block {
  padding: 50px 0;
  background-image: url(../img/bg_18.jpg);
  background-position: center;
  background-size: cover;
}

.feat_title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0028A1;
  font-size: 1.8rem;
  padding: 50px 0;
}
.feat_title.no_top {
  padding-top: 0;
}
.feat_title.no_bottom {
  padding-bottom: 10px;
}
.feat_title img {
  width: 40px;
  margin: 0 20px;
}

.help_section {
  display: flex;
  padding: 30px 0;
  align-items: center;
}
.help_section .icon {
  margin-right: 15px;
  width: 40px;
  text-align: center;
}
.help_section .content {
  color: #999;
  flex: 0 0 calc(100% - 40px);
}

.article_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.article_overlay::after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.article_overlay_content {
  padding: 30px;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 100px auto;
  position: relative;
  z-index: 3;
  border-top: 10px solid #173678;
}
@media screen and (max-width: 800px) {
  .article_overlay_content {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.article_overlay_content .img {
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
}
.article_overlay_content ul {
  padding-left: 20px;
  margin: 20px 0;
}
.article_overlay_content ul li {
  font-size: 1.6rem;
  margin: 5px 0;
}
.article_overlay_content .titles .sub-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #888888;
  margin-bottom: 20px;
}
.article_overlay_content .titles .title {
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.article_overlay_content .titles .title span {
  position: relative;
  z-index: 2;
}
.article_overlay_content .titles .title::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: -5%;
  background-color: #C2D1FF;
  width: 110%;
  height: 100%;
  z-index: 1;
}
.article_overlay .btn_close_article {
  position: fixed;
  top: 0px;
  right: 0px;
  font-size: 4rem;
  color: white;
  z-index: 5;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bio_card_grid div[class^=col] {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bio_card_grid div[class^=col] {
    margin-bottom: 15px;
  }
}

.bio_card {
  display: flex;
  align-items: center;
  padding: 30px;
  border-right: 10px solid #173678;
  background-color: #f7f7f7;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.bio_card .content {
  flex: calc(100% - 150px);
}
@media screen and (max-width: 767px) {
  .bio_card .content {
    flex: calc(100% - 100px);
  }
}
.bio_card .content .name {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 10px;
}
.bio_card .content .title {
  font-size: 1.3rem;
  color: #BBBBBB;
}
.bio_card .img {
  width: 100px;
  padding-bottom: 100px;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 1000px;
}
@media screen and (max-width: 767px) {
  .bio_card .img {
    width: 60px;
    padding-bottom: 60px;
  }
}
.bio_card .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bio_card2_grid {
  padding-top: 50px;
}
.bio_card2_grid div[class^=col] {
  margin-bottom: 50px;
}

.bio_card2 {
  display: flex;
  align-items: center;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  background-image: url(../img/bg_bio2.jpg);
  background-size: cover;
  background-position: right center;
  margin-bottom: 50px;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .bio_card2 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bio_card2.detail {
    display: block;
  }
}
.bio_card2 .content {
  flex: calc(100% - 150px);
  padding: 30px 15px;
}
@media screen and (max-width: 767px) {
  .bio_card2 .content {
    flex: calc(100% - 100px);
  }
}
@media screen and (max-width: 1200px) {
  .bio_card2 .content {
    flex: calc(100% - 50px);
  }
}
.bio_card2 .content .name {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0028A1;
}
@media screen and (max-width: 1200px) {
  .bio_card2 .content .name {
    font-size: 2rem;
  }
}
.bio_card2 .content .sub-title {
  font-size: 1.8rem;
  color: black;
  margin-bottom: 5px;
}
.bio_card2 .content .title {
  font-size: 1.4rem;
  color: black;
  font-weight: 300;
  line-height: 2rem;
}
.bio_card2 .content .top {
  display: flex;
  align-items: baseline;
}
.bio_card2 .content .top .name {
  margin-right: 15px;
}
.bio_card2 .content .bottom .data {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.bio_card2 .content .bottom .data img {
  width: 15px;
  margin-right: 10px;
}
.bio_card2 .content .bottom .misc {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .bio_card2 .content .bottom .misc {
    font-size: 1.2rem;
  }
}
.bio_card2 .content .bottom .misc dl {
  display: flex;
  width: 100%;
}
.bio_card2 .content .bottom .misc dl dt {
  flex: 0 0 25%;
}
.bio_card2 .content .bottom .misc dl dd {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .bio_card2.detail .content {
    padding: 30px 20px;
  }
}
.bio_card2 .img_holder {
  flex: 0 0 35%;
  background-color: #0028A1;
  margin-right: 40px;
  max-width: 200px;
}
@media screen and (max-width: 1200px) {
  .bio_card2 .img_holder {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bio_card2 .img_holder {
    margin-right: 0px;
  }
}
.bio_card2.normal {
  border-right: 3px solid #0028A1;
}
.bio_card2.normal .img {
  top: 0;
  left: 0;
  transform: scale(1.25);
}
@media screen and (max-width: 1200px) {
  .bio_card2.normal .img {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .bio_card2.detail .img_holder {
    margin: 0 auto;
    margin-right: auto;
  }
}
.bio_card2 .img {
  width: 100%;
  padding-bottom: 130%;
  position: relative;
  top: -20px;
  left: -20px;
}
.bio_card2 .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bio_card3 {
  display: flex;
  align-items: center;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  background-image: url(../img/bg_biocard3.jpg);
  background-size: cover;
  background-position: right center;
  margin-bottom: 50px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .bio_card3 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bio_card3.detail {
    display: block;
  }
}
.bio_card3 .content {
  flex: calc(100% - 150px);
  padding: 30px 15px;
}
@media screen and (max-width: 767px) {
  .bio_card3 .content {
    flex: calc(100% - 100px);
  }
}
.bio_card3 .content .name {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #0028A1;
}
@media screen and (max-width: 767px) {
  .bio_card3 .content .name {
    font-size: 2rem;
  }
}
.bio_card3 .content .sub-title {
  font-size: 1.8rem;
  color: black;
  margin-bottom: 5px;
}
.bio_card3 .content .title {
  font-size: 1.4rem;
  color: black;
  font-weight: 300;
  line-height: 2rem;
}
.bio_card3 .content .top {
  display: flex;
  align-items: baseline;
}
.bio_card3 .content .top .name {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .bio_card3.detail .content {
    padding: 30px 20px;
  }
}
.bio_card3 .img_holder {
  flex: 0 0 35%;
  background-color: #0028A1;
  margin-right: 20px;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .bio_card3 .img_holder {
    margin-right: 0px;
  }
}
.bio_card3.normal {
  border-right: 3px solid #0028A1;
}
.bio_card3.normal .img {
  top: 0;
  left: 0;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .bio_card3.detail .img_holder {
    margin: 0 auto;
    margin-right: auto;
  }
}
.bio_card3 .img {
  width: 100%;
  padding-bottom: 130%;
  position: relative;
  top: -10px;
  left: -10px;
}
.bio_card3 .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.address {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
}

.contact_card {
  display: flex;
  align-items: center;
  padding: 20px;
  border-left: 3px solid #173678;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .contact_card:last-of-type {
    margin-bottom: 0;
  }
}
.contact_card .content {
  flex: calc(100% - 150px);
}
@media screen and (max-width: 767px) {
  .contact_card .content {
    flex: calc(100% - 100px);
  }
}
.contact_card .content .name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact_card .content .title {
  font-size: 1.8rem;
  font-weight: 300;
  color: #BBBBBB;
}
.contact_card .img {
  width: 100px;
  padding-bottom: 100px;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_card .img {
    width: 60px;
    padding-bottom: 60px;
  }
}
.contact_card .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_form {
  padding: 30px;
  border-right: 3px solid #173678;
  background-color: white;
  position: relative;
  height: 100%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.contact_form .wpcf7-response-output {
  border: 0;
  color: white;
  background-color: red;
  padding: 5px 20px;
  margin-top: 10px;
  border-radius: 100px;
  margin-left: 0;
  margin-right: 0;
}
.contact_form .wpcf7 form.invalid .wpcf7-response-output, .contact_form .wpcf7 form.unaccepted .wpcf7-response-output, .contact_form .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900;
}
.contact_form .wpcf7 form.sent .wpcf7-response-output {
  background-color: #00b900;
}
.contact_form .wpcf7-not-valid-tip {
  color: white;
  background-color: #D73A34;
  padding: 3px 10px;
  font-size: 1.2rem;
  margin-top: 10px;
  display: inline-block;
  border-radius: 100px;
}
.contact_form form p {
  margin: 0;
}
.contact_form form .input {
  margin-bottom: 15px;
}
.contact_form form input, .contact_form form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 5px;
}
.contact_form form textarea {
  height: 140px;
}
.contact_form form .center {
  position: relative;
  left: 7%;
}
.contact_form form button, .contact_form form input[type=submit] {
  width: 200px;
  text-align: center;
  background-color: #173678;
  color: white;
  font-weight: 300;
  border: none;
  padding: 10px;
  border-radius: 10px;
}

.hero2 .img {
  margin-bottom: 30px;
  padding-top: 50px;
}
.hero2 .titles .year {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: -25px;
  position: relative;
  z-index: 3;
  font-size: 1.6rem;
}
.hero2 .titles .sub-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #888888;
  margin-bottom: 50px;
}
.hero2 .titles .title {
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.hero2 .titles .title span {
  position: relative;
  z-index: 2;
}
.hero2 .titles .title::after {
  content: " ";
  display: block;
  position: absolute;
  top: 40%;
  left: -5%;
  background-color: #C2D1FF;
  width: 110%;
  height: 150%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .welcome-row {
    padding: 50px 0;
  }
}
.welcome-row .row {
  align-items: center;
  margin: 0;
}
.welcome-row .row div[class^=col-] {
  padding: 0;
}
.welcome-row .img {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
}
.welcome-row .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome-row .content {
  position: relative;
  padding: 60px 40px;
  background-color: white;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #173678;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .welcome-row .content {
    padding: 30px 15px;
  }
}
.welcome-row .content .i {
  height: 100px;
  position: relative;
  width: auto;
  margin-bottom: 45px;
  text-align: right;
}
.welcome-row .content .i img {
  width: auto;
  height: 100%;
  position: relative;
}
.welcome-row .content h1 {
  margin-top: 0;
}
.welcome-row .content p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: left;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .welcome-row .content p {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
}
.welcome-row.style2 {
  background-color: white;
}
.welcome-row.style2 .content .i {
  text-align: left;
}

.admin_block {
  background-color: white;
  display: flex;
  margin: 50px 0 100px 20px;
}
@media screen and (max-width: 767px) {
  .admin_block {
    display: block;
    margin-left: 0;
  }
}
.admin_block .img {
  flex: 0 0 20%;
  position: relative;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .admin_block .img {
    flex: 0 0 100%;
    width: 50vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.admin_block .img img {
  height: auto;
}
.admin_block .content {
  flex: 0 0 80%;
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  .admin_block .content {
    flex: 0 0 100%;
  }
}
.admin_block .content .top {
  display: flex;
  align-items: baseline;
  font-weight: 300;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #BBBBBB;
}
.admin_block .content .top .name {
  font-size: 2.4rem;
  margin-right: 25px;
}
.admin_block .content .top .title {
  font-weight: 600;
  font-size: 1.8rem;
}
.admin_block .content .title2 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.4rem;
  margin-bottom: 25px;
}
.admin_block .content .infos {
  display: flex;
  flex-wrap: wrap;
}
.admin_block .content .infos .info {
  flex: 0 0 100%;
  padding-right: 15px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: #888888;
  position: relative;
  padding-left: 30px;
}
.admin_block .content .infos .info a {
  text-decoration: none;
  color: #888;
}
.admin_block .content .infos .info a:hover {
  color: #1C4F98;
}
.admin_block .content .infos .info img {
  width: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 45%;
  transform: translateY(-50%);
}
.admin_block .content .bottom h3 {
  color: #173678;
}
.admin_block .content .bottom .intro {
  color: #333;
}
.admin_block .content .bottom .intro p {
  font-size: 1.3rem;
  line-height: 2rem;
}
.admin_block .content .bottom .details {
  display: none;
}
.admin_block .content .bottom .cvs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.admin_block .content .bottom .cvs .cv_item, .admin_block .content .bottom .cvs li {
  padding-left: 10px;
  border-left: 2px solid #173678;
  margin-bottom: 15px;
  color: #888888;
  font-size: 1.4rem;
}
[lang=zh-CN] .admin_block .content .bottom .cvs .cv_item, [lang=zh-CN] .admin_block .content .bottom .cvs li {
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 10px;
}
.admin_block .content .bottom .cvs .cv_item a, .admin_block .content .bottom .cvs li a {
  text-decoration: none;
}

hr {
  border: none;
  border-bottom: 1px solid #173678;
}

.bio h3 {
  font-size: 2.4rem;
}
.bio h3::before {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #0028A1;
  margin-right: 10px;
}
.bio ul {
  padding: 0;
  padding-left: 20px;
  margin: 15px 0;
}
.bio ul li {
  margin: 6px 0;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .bio ul li {
    font-size: 1.3rem;
  }
}

.apply_row {
  padding: 50px 30px;
  background-image: url("/img/bg_apply_row.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
.apply_row .row {
  align-items: center;
}
.apply_row .left .title {
  text-align: center;
  font-size: 2rem;
  color: #173678;
  padding-bottom: 15px;
  border-bottom: 2px solid #173678;
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .apply_row .left {
    margin-bottom: 35px;
  }
}
.apply_row .right .items .item {
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  margin: 10px 0;
}

.related-posts h2 {
  padding: 10px 20px;
  display: inline-block;
  background-color: #005bac;
  color: white;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3rem;
  padding: 15px 20px;
}
.related-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.related-posts ul li {
  border-bottom: 1px solid rgba(0, 91, 172, 0.5);
  position: relative;
}
.related-posts ul li a {
  font-size: 1.4rem;
  line-height: 2rem;
  display: flex;
  padding: 20px 5px;
  padding-right: 20px;
  position: relative;
  color: #888;
  align-items: center;
  text-decoration: none;
}
.related-posts ul li a::before {
  content: "→";
  font-size: 1rem;
  margin-right: 10px;
}
.related-posts ul li:last-of-type {
  border: none;
}
.related-posts ul li.active > a, .related-posts ul li.parent > a, .related-posts ul li.current_page_item > a {
  font-weight: 600;
  color: #005bac;
}
.related-posts ul li.active > a::before, .related-posts ul li.parent > a::before, .related-posts ul li.current_page_item > a::before {
  font-weight: 600;
}
.related-posts ul li.has-sub-menu > a::after {
  content: "▼";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  font-size: 1.2rem;
}
.related-posts ul li .sub-menu {
  background-color: #f5f5f5;
}
.related-posts ul li .sub-menu li {
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
.related-posts ul li .sub-menu li a {
  font-size: 1.3rem;
  color: #005bac;
  padding: 10px;
}
.related-posts ul li .sub-menu li a::before {
  content: "- ";
}
.related-posts ul li .sub-menu li:last-of-type {
  border: none;
}
.related-posts ul li .sub-menu .sub-menu {
  background-color: #005bac;
  padding: 10px 0;
}
.related-posts ul li .sub-menu .sub-menu li {
  border-bottom: none;
}
.related-posts ul li .sub-menu .sub-menu li a {
  padding-left: 20px;
  color: white;
}
.related-posts ul.larger li a {
  font-size: 2rem;
}

.res2_s1 {
  margin-bottom: 50px;
}
.res2_s1 p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.res2_tab_layout {
  background-color: white;
  padding: 30px;
  margin: 10px auto;
}
.res2_tab_layout .tabs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.res2_tab_layout .tabs .tab {
  flex: 0 0 calc(20% - 10px);
  margin-bottom: 15px;
  background-color: #E6EDF6;
  color: #1C4F98;
  padding: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 5px solid transparent;
  cursor: pointer;
}
.res2_tab_layout .tabs .tab.active {
  border-left: 5px solid #1C4F98;
  font-weight: 600;
}
.res2_tab_layout .tab_contents .tab_content {
  padding: 10px 0px 10px 30px;
}
.res2_tab_layout .tab_contents .tab_content .empty {
  width: 100%;
  padding: 100px 20px;
  background-color: #E6EDF6;
  text-align: center;
  border-radius: 10px;
  color: #005bac;
  font-weight: 600;
}

@media screen and (min-width: 1200px) {
  .zh_hd_l {
    top: 15%;
    position: relative;
  }
}

.swiper-home {
  position: relative;
}
.swiper-home .swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 3;
}
.swiper-home .swiper-pagination span {
  background-color: white;
}
@media screen and (max-width: 767px) {
  .swiper-home .swiper-pagination span {
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-home .swiper-pagination {
    bottom: 10px;
  }
}