@charset "UTF-8";
@import '../node_modules/normalize.css/normalize.css';
@import '../node_modules/bootstrap/dist/css/bootstrap-grid.css';
@import '../node_modules/swiper/swiper-bundle.css';
@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-fire:before {
  content: "\e9a9";
}

.icon-lab:before {
  content: "\e9aa";
}

.icon-codepen:before {
  content: "\eae8";
}

.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 35px 0 55px;
}
.row-full.nopadding {
  padding: 0;
}

.entry-content {
  /* Images */
  /* Tables */
  /* Clear floats */
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft {
  float: left;
  margin-right: 1em;
}
.entry-content .alignright {
  float: right;
  margin-left: 1em;
}
.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
.entry-content th, .entry-content td {
  border: 1px solid #ddd;
  padding: 1em;
  text-align: left;
}
.entry-content a {
  color: #005bac;
  text-decoration: underline;
}
.entry-content .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.page-template-template-home .site-content {
  padding-bottom: 0;
}

.home_banner {
  position: relative;
  margin-top: -50px;
}
.home_banner .img {
  position: relative;
  width: 100%;
  height: 90vh;
  max-height: 910px;
}
@media screen and (max-width: 767px) {
  .home_banner .img {
    height: 40vh;
  }
}
.home_banner .img img {
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_s1 {
  padding: 70px 0;
  background-image: url(../img/bg_kv.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .home_s1 {
    padding: 70px 30px;
  }
}
.home_s1 .kv_icon {
  cursor: pointer;
  margin: 20px auto;
}
.home_s1 .kv_icon .icon_holder {
  max-width: 170px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home_s1 .kv_icon .icon_holder {
    max-width: 100px;
  }
}
.home_s1 .kv_icon .icon {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-image: url(../img/kv_icon_bg.png);
  background-size: contain;
  background-position: center;
  z-index: 1;
  transition: all 0.3s;
}
.home_s1 .kv_icon .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 45%;
  transition: all 0.3s;
}
.home_s1 .kv_icon .icon img.n {
  opacity: 1;
}
.home_s1 .kv_icon .icon img.a {
  opacity: 0;
}
.home_s1 .kv_icon .text {
  padding: 10px;
  max-width: 200px;
  margin: -20px auto 0;
  font-size: 2rem;
  color: #555;
  text-align: center;
  border: 1px solid #0986F4;
  border-radius: 15px;
  background-color: white;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
[lang=en-US] .home_s1 .kv_icon .text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .home_s1 .kv_icon .text {
    font-size: 1.2rem;
    max-width: 120px;
  }
}
.home_s1 .kv_icon:hover .icon {
  background-image: url(../img/kv_icon_bg_a.png);
}
.home_s1 .kv_icon:hover .icon img.a {
  opacity: 1;
}
.home_s1 .kv_icon:hover .text {
  background-color: #0986F4;
  color: white;
}

.home_s2 {
  padding: 50px 0;
  background-image: url(../img/bg_s2.jpg);
  background-size: cover;
  background-position: center;
}
.home_s2 .news_grid {
  margin-bottom: 20px;
  margin-top: 35px;
}
.home_s2 .news_grid .news_main {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  border-bottom-right-radius: 30px;
  margin-bottom: 25px;
}
.home_s2 .news_grid .news_main .img {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.home_s2 .news_grid .news_main .img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home_s2 .news_grid .news_main .icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 50px;
}
.home_s2 .news_grid .news_main .icon img {
  display: block;
}
.home_s2 .news_grid .news_main .overlay {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}
.home_s2 .news_grid .news_main .overlay .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.home_s2 .news_grid .news_main .overlay .date {
  padding: 5px 10px;
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 10px;
}
.home_s2 .news_grid .news_main .overlay .title {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.home_s2 .news_grid .news_th {
  position: relative;
  margin-bottom: 25px;
}
.home_s2 .news_grid .news_th .date {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px;
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 10px;
}
.home_s2 .news_grid .news_th .title {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
.home_s2 .news_grid .news_th .ex {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
[lang=en-US] .home_s2 .news_grid .news_th .ex {
  display: none;
}
.home_s2 .news_grid .news_th .img {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 15px;
}
.home_s2 .news_grid .news_th .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home_s2 .news_list_grid .news_list_item {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.home_s2 .news_list_grid .news_list_item .title {
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_s2 .news_list_grid .news_list_item .date {
  margin-bottom: 5px;
  font-size: 1.2rem;
  opacity: 0.7;
}

.home_s3 {
  padding: 50px 0;
  background-color: #555;
  background-image: url(../img/img49.jpg);
  background-size: cover;
  background-position: center;
}
.home_s3 .noti_wg {
  margin: 90px auto;
  max-width: 90%;
}
.home_s3 .noti_wg .img {
  border-top-left-radius: 25px;
  overflow: hidden;
}
.home_s3 .noti_wg .img img {
  display: block;
}
.home_s3 .noti_wg .list {
  position: relative;
  height: 100%;
  background-color: #005bac;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-image: url(../img/bg_s3_list.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .home_s3 .noti_wg .list {
    padding: 30px 0;
    padding-right: 30px;
  }
}
.home_s3 .noti_wg .list a {
  display: block;
  color: white;
  position: relative;
  padding-left: 50px;
  margin: 10px 0;
}
.home_s3 .noti_wg .list a .title {
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 2.2rem;
}
.home_s3 .noti_wg .list a .date {
  font-size: 1.2rem;
  opacity: 0.6;
}
.home_s3 .noti_wg .list a::after {
  content: " ";
  display: block;
  width: 45px;
  height: 45px;
  background-image: url(../img/icon_bell_w.svg);
  background-color: #0986F4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

.home_s4 {
  padding: 100px 0;
  background-color: white;
  background-image: url(../img/bg_cta.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .home_s4 {
    background-size: 400% auto;
  }
}
@media screen and (min-width: 1200px) {
  .home_s4 .cta_card_grid .row div[class^=col] {
    position: relative;
  }
  .home_s4 .cta_card_grid .row div[class^=col]:nth-child(2) {
    top: 40px;
  }
}
.home_s4 .cta_card_grid .cta_card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  width: 90%;
  margin: 15px auto;
}
.home_s4 .cta_card_grid .cta_card .img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_s4 .cta_card_grid .cta_card .img {
    padding-bottom: 70%;
  }
}
.home_s4 .cta_card_grid .cta_card .img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_s4 .cta_card_grid .cta_card .ol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background: #034EA1;
  background: linear-gradient(180deg, rgba(3, 78, 161, 0) 0%, rgba(3, 78, 161, 0.22) 33%, rgba(3, 78, 161, 0.71) 100%);
}
.home_s4 .cta_card_grid .cta_card .ol .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  color: white;
  font-size: 2rem;
  font-weight: 600;
  z-index: 2;
}
.home_s4 .cta_card_grid .cta_card .ol .content .icon {
  width: 50px;
  height: 50px;
  position: relative;
  margin-bottom: 15px;
}
.home_s4 .cta_card_grid .cta_card .ol .content .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 40px;
  max-height: 40px;
}
.home_s4 .cta_card_grid .cta_card .ol::after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(20, 134, 204, 0.7);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s;
}
.home_s4 .cta_card_grid .cta_card:hover .ol::after {
  opacity: 1;
}

.home_s5 {
  padding: 100px 0 100px;
  background-color: white;
  background-image: url(../img/bg_cta.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home_s5 {
    padding: 70px 30px;
  }
}
.home_s5 .media.has_vid {
  cursor: pointer;
}
.home_s5 .media .title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 600;
  padding-top: 25px;
  opacity: 0;
  transition: all 0.5s 0.3s;
  box-sizing: border-box;
}
.home_s5 .media .img {
  width: 100%;
  padding-bottom: 45%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home_s5 .media .img {
    padding-bottom: 56.25%;
  }
}
.home_s5 .media .img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home_s5 .media .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_s5 .media .icon img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home_s5 .swiper-slide-active .title {
  opacity: 1;
}

.video_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.video_container .video_box {
  position: relative;
  background-color: black;
  overflow: hidden;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .video_container .video_box {
    width: 95%;
  }
}
.video_container .video_box .video {
  width: 100%;
  padding-bottom: 56.25%;
}
.video_container .video_box .video video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.video_container .video_box .close_btn {
  position: absolute;
  top: 0px;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 5;
  cursor: pointer;
  background-color: #005bac;
  background-image: url(../img/icon_close.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.floater {
  position: fixed;
  top: 30vh;
  right: 30px;
  width: 60px;
  z-index: 999;
  background-color: rgba(0, 91, 172, 0.7);
}
@media screen and (max-width: 767px) {
  .floater {
    display: none;
  }
}
.floater .logo {
  margin-top: -30px;
}
.floater .links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.floater .links a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  position: relative;
  margin: 10px 0 10px;
}
.floater .links a::after {
  content: " ";
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 30px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}
.floater .links a:first-child::after {
  display: none;
}
.floater .links a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 30px;
  max-height: 30px;
}

.search-results .site-content, .page-template-template-download .site-content {
  background: #034EA1;
  background: linear-gradient(180deg, rgba(3, 78, 161, 0) 50%, rgba(3, 78, 161, 0.2) 100%);
  background-image: url(../img/bg_download.jpg);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.download_searcher {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
  position: relative;
}
.download_searcher input, .download_searcher select, .download_searcher button {
  margin: 10px 0;
}
.download_searcher select {
  flex: 0 0 18%;
}
.download_searcher input {
  flex: 0 0 80%;
}
.download_searcher button {
  border: 0;
  background: transparent;
  position: absolute;
  width: 40px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download_searcher button img {
  width: 60%;
}

.download_list {
  background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(3, 78, 161, 0.28) 100%);
  position: relative;
  height: 100%;
  padding: 1px 15px;
}
.download_list h2 {
  font-size: 2rem;
  color: #005bac;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.download_list .btn_more {
  text-align: right;
  padding: 20px 0;
  display: block;
}
.download_list_item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: black;
}
.download_list_item .icon {
  width: 40px;
  margin-right: 15px;
}
.download_list_item .content {
  flex: 0 0 calc(100% - 100px);
  margin-right: 15px;
}
.download_list_item .content .title {
  font-size: 1.4rem;
  font-weight: 400;
}
.download_list_item .content .date {
  font-size: 1.3rem;
  opacity: 0.5;
  margin-top: 5px;
}
.download_list_item .btn_download {
  width: 20px;
}
.download_list.s1 {
  color: #005bac;
}
.download_list.s1 a, .download_list.s1 h2 {
  color: #005bac;
}
.download_list.s2 {
  color: #DA5300;
  background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(218, 83, 0, 0.28) 100%);
}
.download_list.s2 a, .download_list.s2 h2 {
  color: #DA5300;
}
.download_list.s3 {
  color: #0592B9;
  background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(5, 146, 185, 0.18) 100%);
}
.download_list.s3 a, .download_list.s3 h2 {
  color: #0592B9;
}

.download_list_grid div[class^=col] {
  margin-bottom: 30px;
}

.about_s1 {
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.about_s1 .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin-bottom: 15px;
}
.about_s1 .text {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 50px;
}

.about_s2 .tt {
  margin-bottom: 35px;
}
.about_s2 .left {
  background-image: url(../img/about_img_2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .about_s2 .left .misc {
    margin: 10px 0;
  }
}
.about_s2 .left a {
  color: rgba(255, 255, 255, 0.7);
  display: block;
}
.about_s2 .left .item {
  margin: 20px 0;
}
.about_s2 .left .title {
  font-weight: 600;
  font-size: 1.8rem;
  color: white;
  margin-bottom: 5px;
}
.about_s2 .right {
  position: relative;
}
.about_s2 .right .img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about_s2 .right .img {
    width: 100%;
    padding-bottom: 60%;
  }
}
.about_s2 .right .img img {
  display: block;
}
@media screen and (min-width: 768px) {
  .about_s2 .right .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about_s2 .right .content {
  background-image: url(../img/about_img_3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  width: 110%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  .about_s2 .right .content {
    width: 100%;
    position: relative;
  }
}
.about_s2 .right .content .row {
  margin-top: 15px;
}
.about_s2 .right .content .title {
  font-weight: 600;
  font-size: 1.8rem;
  color: black;
  margin-bottom: 5px;
}
.about_s2 .right .content .sub {
  margin-bottom: 25px;
}

.about_s3 {
  text-align: center;
}

.news_s1 {
  padding: 50px 0;
}
.news_s1 .tt {
  margin-bottom: 35px;
}
.news_s1 .news_main_2 {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  border-bottom-right-radius: 30px;
  margin-bottom: 25px;
}
.news_s1 .news_main_2 .img {
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 15px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.news_s1 .news_main_2 .img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.news_s1 .news_main_2 .icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 50px;
}
.news_s1 .news_main_2 .icon img {
  display: block;
}
.news_s1 .news_main_2 .overlay {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  color: white;
}
.news_s1 .news_main_2 .overlay .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_s1 .news_main_2 .overlay .date {
  padding: 5px 10px;
  font-size: 1.2rem;
  background-color: rgba(0, 91, 172, 0.5);
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 10px;
  position: absolute;
  top: 15px;
  left: 20px;
}
.news_s1 .news_main_2 .overlay .title {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #005bac;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  width: 80%;
  bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_s1 .news_list_grid_2 .news_list_item {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news_s1 .news_list_grid_2 .news_list_item:last-of-type {
  border: none;
}
.news_s1 .news_list_grid_2 .news_list_item .title {
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_s1 .news_list_grid_2 .news_list_item .date {
  margin-bottom: 5px;
  font-size: 1.2rem;
  opacity: 0.7;
}
.news_s1 .news_th {
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_s1 .news_th {
    margin-bottom: 25px;
  }
}
.news_s1 .news_th .date {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px;
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 10px;
}
.news_s1 .news_th .title {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
.news_s1 .news_th .ex {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.news_s1 .news_th .img {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 15px;
}
.news_s1 .news_th .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .news_s1 .bottom .row {
    margin: 0;
  }
  .news_s1 .bottom .row div[class^=col] {
    padding: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .news_s1 .bottom .row div[class^=col]:last-of-type {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.news_s2 .news_row_list {
  padding-top: 30px;
}
.news_s2 .news_row_list .news_row {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 100%;
  align-items: center;
}
.news_s2 .news_row_list .news_row .date {
  margin-right: 25px;
  flex: 0 0 80px;
  text-align: center;
}
.news_s2 .news_row_list .news_row .date .datedm {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  padding: 5px 0;
  color: #005bac;
}
.news_s2 .news_row_list .news_row .date .datedm::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 0;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 3px solid #005bac;
}
.news_s2 .news_row_list .news_row .date .datey {
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
}
.news_s2 .news_row_list .news_row .img_holder {
  flex: 0 0 20%;
  margin-right: 15px;
}
.news_s2 .news_row_list .news_row .img_holder .img {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.news_s2 .news_row_list .news_row .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;
}
.news_s2 .news_row_list .news_row .content .title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.news_s2 .news_row_list .news_row .content .ex {
  color: rgba(0, 0, 0, 0.5);
}

.st_s1 {
  margin-bottom: 35px;
}
.st_s1 .col-lg-7 {
  display: flex;
  align-items: center;
}
.st_s1 .tt {
  margin-bottom: 35px;
}
.st_s1 .img {
  margin-bottom: 25px;
}
.st_s1 .title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
.st_s1 .title::before {
  content: " ";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #005bac;
  margin-bottom: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 20px);
}
.st_s1 .misc {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.st_s1 .links {
  width: 140%;
  margin-top: 30px;
  position: relative;
  z-index: 3;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .st_s1 .links {
    width: 100%;
  }
}
.st_s1 .links .row {
  margin: 0 -7px;
}
.st_s1 .links .row div[class^=col] {
  padding: 0 7px;
}
.st_s1 .links .link {
  display: block;
  padding: 20px 10px;
  background-color: #E6EFF8;
  text-align: center;
  border-radius: 10px;
}
.st_s1 .links .link .icon {
  width: 30px;
  margin: 0 auto 5px;
}
.st_s1 .links .link .icon img {
  max-width: 100%;
}

.st_s2 {
  margin-bottom: 50px;
}
.st_s2 .tt {
  margin-bottom: 35px;
}
.st_s2 .img {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 1;
}
.st_s2 .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.st_s2 .text {
  padding: 30px;
  background-color: rgba(54, 178, 255, 0.7);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-size: 2rem;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
}
.st_s2 .left, .st_s2 .right {
  position: relative;
}

.st_s3 {
  margin-bottom: 80px;
}
.st_s3 .tt {
  margin-bottom: 35px;
}
.st_s3 .st_s3_cell {
  position: relative;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .st_s3 .st_s3_cell {
    margin-bottom: 45px;
  }
}
.st_s3 .st_s3_cell .img {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .st_s3 .st_s3_cell .img {
    padding-bottom: 56.25%;
  }
}
.st_s3 .st_s3_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;
}
.st_s3 .st_s3_cell .text {
  position: absolute;
  width: 80%;
  padding: 15px;
  background-color: #E6EFF8;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  bottom: -20px;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
}

.st_s4 {
  margin-bottom: 50px;
}
.st_s4 .row {
  align-items: center;
}
.st_s4 .tt {
  margin-bottom: 35px;
}
@media screen and (min-width: 991px) {
  .st_s4 .right {
    width: 110%;
    margin-left: -10%;
  }
}
.st_s4 .right .row {
  margin: 0 -7px;
}
.st_s4 .right .row div[class^=col] {
  padding: 0 7px;
}
.st_s4 .right .link {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.st_s4 .right .link .img {
  width: 100%;
  padding-bottom: 65%;
  position: relative;
}
.st_s4 .right .link .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.st_s4 .right .link .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  background: #3B6B9F;
  background: linear-gradient(180deg, rgba(59, 107, 159, 0) 0%, rgba(21, 38, 57, 0.5) 100%);
}
.st_s4 .left {
  padding: 30px;
  background-color: #1486CC;
  color: white;
  margin-bottom: 15px;
}
@media screen and (min-width: 991px) {
  .st_s4 .left {
    width: 110%;
  }
}
.st_s4 .left a {
  color: white;
}
.st_s4 .left .title {
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (min-width: 991px) {
  .st_s4 .left .list {
    padding-right: 110px;
  }
}
.st_s4 .left .list a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.st_s4 .left .list a .t {
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.st_s4 .left .list a .d {
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.st_s5 .tt {
  margin-bottom: 25px;
}
.st_s5 .row {
  background-image: url(../img/study_img_9.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0 !important;
}
.st_s5 .row div[class^=col] {
  padding: 0 0px !important;
}
.st_s5 .sts5_item {
  position: relative;
  height: 100%;
  background-color: rgba(0, 91, 172, 0.7);
}
.st_s5 .sts5_item .img {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  display: none;
}
.st_s5 .sts5_item .img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.st_s5 .sts5_item .content {
  position: relative;
  right: 0%;
  width: 100%;
  text-align: center;
  padding: 30px;
}
@media screen and (max-width: 992px) {
  .st_s5 .sts5_item .content {
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
  }
}
.st_s5 .sts5_item .content .icon {
  width: 100px;
  margin: 0 auto 10px;
}
.st_s5 .sts5_item .content .icon_text {
  font-size: 1.8rem;
  color: white;
  margin-bottom: 15px;
  font-weight: 600;
  margin-top: -10px;
}
.st_s5 .sts5_item .content .list {
  display: flex;
  height: 50%;
  flex-direction: column;
  justify-content: space-evenly;
  border-top: 1px solid white;
  padding: 20px 0;
}
@media screen and (max-width: 992px) {
  .st_s5 .sts5_item .content .list {
    height: auto;
    padding: 20px 0;
  }
}
.st_s5 .sts5_item .content .list a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin: 5px 0;
}
[lang=en-US] .st_s5 .sts5_item .content .list a {
  letter-spacing: normal;
}
.st_s5 .sts5_item .content a {
  color: white;
}
.st_s5 .sts5_item .content .btn_more {
  width: 120px;
  padding: 5px 10px;
  background-color: white;
  border-radius: 5px;
  color: #1486CC;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
}
[lang=en-US] .st_s5 .sts5_item .content .btn_more {
  width: 180px;
}
.st_s5 .sts5_item .content .btn_more::after {
  content: "→";
  margin-left: 15px;
}
.st_s5 .sts5_swiper .swiper-slide {
  position: relative;
  height: auto;
}

.ab_s1, .ab_s5, .ab_s3 {
  display: flex;
  justify-content: right;
  padding: 100px 0;
  background-image: url(../img/abroad_img_9.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 35px;
}
.ab_s1 .row, .ab_s5 .row, .ab_s3 .row {
  align-items: center;
}
.ab_s1.ab_s3, .ab_s5.ab_s3, .ab_s3.ab_s3 {
  background-image: url(../img/img52.jpg);
  justify-content: left;
}
.ab_s1.ab_s5, .ab_s5.ab_s5, .ab_s3.ab_s5 {
  background-image: url(../img/img56.jpg);
}
.ab_s1 .content, .ab_s5 .content, .ab_s3 .content {
  width: 80%;
  padding: 30px;
  background-color: rgba(228, 238, 249, 0.9);
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .ab_s1 .content, .ab_s5 .content, .ab_s3 .content {
    width: 95%;
    margin: 0 auto;
    padding: 20px;
  }
}
.ab_s1 .content .title, .ab_s5 .content .title, .ab_s3 .content .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.ab_s1 .content .title img, .ab_s5 .content .title img, .ab_s3 .content .title img {
  width: 40px;
  margin-right: 15px;
}
.ab_s1 .content .text, .ab_s5 .content .text, .ab_s3 .content .text {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}
.ab_s1 .content .btn, .ab_s5 .content .btn, .ab_s3 .content .btn {
  display: flex;
  width: 120px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid white;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-top: 20px;
}
.ab_s1 .content .btn img, .ab_s5 .content .btn img, .ab_s3 .content .btn img {
  width: 15px;
  height: auto;
  margin-right: 5px;
}
.ab_s1 .content .link_grid, .ab_s5 .content .link_grid, .ab_s3 .content .link_grid {
  margin: 0 -7px;
  align-items: normal;
}
.ab_s1 .content .link_grid div[class^=col], .ab_s5 .content .link_grid div[class^=col], .ab_s3 .content .link_grid div[class^=col] {
  padding: 0 7px;
  margin: 7px 0;
  position: relative;
  height: auto;
}
.ab_s1 .content .link, .ab_s5 .content .link, .ab_s3 .content .link {
  padding: 15px 20px;
  text-align: center;
  text-align: center;
  display: block;
  background-color: white;
  border-radius: 20px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ab_s1 .content .link, .ab_s5 .content .link, .ab_s3 .content .link {
    padding: 15px 10px;
  }
}
.ab_s1 .content .link img, .ab_s5 .content .link img, .ab_s3 .content .link img {
  height: 20px;
  width: auto;
  max-width: 10000px;
  display: block;
  margin: 0px auto 5px;
}

.ab_s2, .ab_s4 {
  padding: 50px 0;
  background-color: #555;
  background-image: url(../img/img51.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 35px;
}
.ab_s2.ab_s4, .ab_s4.ab_s4 {
  background-image: url(../img/img53.jpg);
}
.ab_s2 .left, .ab_s4 .left {
  padding: 30px;
  color: white;
}
.ab_s2 .left .title, .ab_s4 .left .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.ab_s2 .left .title img, .ab_s4 .left .title img {
  width: 30px;
  margin-right: 15px;
}
.ab_s2 .left .text, .ab_s4 .left .text {
  color: rgba(255, 255, 255, 0.8);
}
.ab_s2 .left .menu, .ab_s4 .left .menu {
  margin-top: 30px;
}
.ab_s2 .left .menu ol, .ab_s4 .left .menu ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ab_s2 .left .menu ol li, .ab_s4 .left .menu ol li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ab_s2 .left .menu ol li:last-of-type, .ab_s4 .left .menu ol li:last-of-type {
  border-bottom: 0;
}
.ab_s2 .left .menu ol li a, .ab_s4 .left .menu ol li a {
  padding: 10px 0;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.ab_s2 .left .menu ol li a::after, .ab_s4 .left .menu ol li a::after {
  content: "→";
}
.ab_s2 .left .menu ol li a::before, .ab_s4 .left .menu ol li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/abroad_icon_17.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.ab_s2 .left .menu ol li a:hover, .ab_s4 .left .menu ol li a:hover {
  padding-left: 30px;
  color: orange;
}
.ab_s2 .left .menu ol li a:hover::before, .ab_s4 .left .menu ol li a:hover::before {
  opacity: 1;
}
.ab_s2 .right .cta, .ab_s4 .right .cta {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: block;
}
.ab_s2 .right .cta .content, .ab_s4 .right .cta .content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 20px;
  width: 100%;
  bottom: -60px;
  transition: all 0.3s;
}
.ab_s2 .right .cta .content .title, .ab_s4 .right .cta .content .title {
  margin-bottom: 15px;
  font-weight: 600;
}
.ab_s2 .right .cta .content .text, .ab_s4 .right .cta .content .text {
  opacity: 0;
  transition: all 0.3s;
  min-height: 50px;
}
.ab_s2 .right .cta:hover .content, .ab_s4 .right .cta:hover .content {
  bottom: 0;
}
.ab_s2 .right .cta:hover .content .text, .ab_s4 .right .cta:hover .content .text {
  opacity: 1;
}
.ab_s2 .right .cta .img, .ab_s4 .right .cta .img {
  width: 100%;
  padding-bottom: 120%;
  position: relative;
}
.ab_s2 .right .cta .img img, .ab_s4 .right .cta .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 62.5%;
}
html body {
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333;
  line-height: 2rem;
}
html img {
  max-width: 100%;
}
html * {
  box-sizing: border-box;
}

a.btn {
  padding: 15px 20px;
  display: inline-block;
  min-width: 200px;
  background-color: #003f75;
  color: white;
  font-weight: 300;
  text-align: center;
  margin: 35px 0;
  font-size: 2rem;
}

input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=number],
textarea,
select,
button {
  padding: 10px;
  font-size: 1.6rem;
  color: #005bac;
  border: 1px solid #005bac;
  border-radius: 5px;
  width: 100%;
}

.container {
  padding: 0 15px;
}

.row:not(.g-0) {
  margin-left: -15px;
  margin-right: -15px;
}
.row:not(.g-0) div[class^=col] {
  padding: 0 15px;
}

a {
  text-decoration: none;
  color: #333;
}

.misc {
  position: relative;
  padding-left: 30px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.misc p {
  margin: 0;
  font-size: 1.2rem !important;
  line-height: 1.8rem !important;
}
.misc img {
  height: auto;
  width: 14px;
  position: absolute;
  display: block;
  left: 0;
}

.mobile_header {
  position: relative;
  padding: 15px;
  display: flex;
  align-items: center;
}
.mobile_header .logo {
  width: 350px;
}
@media screen and (max-width: 1200px) {
  .mobile_header .logo {
    width: 220px;
  }
}
.mobile_header .langs {
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.mobile_header .langs span, .mobile_header .langs a {
  display: block;
  color: #005bac;
  text-decoration: none;
  border: 1px solid #005bac;
  padding: 5px 7px;
  border-radius: 5px;
}
.mobile_header .langs a {
  cursor: pointer;
}
.mobile_header .btn_ham {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .mobile_header .btn_ham {
    display: block;
  }
}
.mobile_header .btn_ham::after {
  content: "≡";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 4rem;
  color: #005bac;
  display: block;
}
.mobile_header .btn_ham::before {
  content: "×";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 4rem;
  color: #005bac;
  display: none;
}
.mobile_header .btn_ham.active::after {
  display: none;
}
.mobile_header .btn_ham.active::before {
  display: block;
}

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

.topbar {
  background: white;
  position: relative;
  z-index: 6;
}
.topbar .container {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px;
  position: relative;
  height: 70px;
}
.topbar .left-links,
.topbar .right-links {
  display: flex;
}
.topbar .left-links ul,
.topbar .right-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topbar .left-links ul li,
.topbar .right-links ul li {
  display: inline;
  position: relative;
  z-index: 3;
}
.topbar .left-links ul li.lang-item,
.topbar .right-links ul li.lang-item {
  position: relative;
}
.topbar .left-links ul li.lang-item::before,
.topbar .right-links ul li.lang-item::before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_lang.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.topbar .left-links ul li .sub-menu,
.topbar .right-links ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  min-width: 160px;
  background-color: white;
  padding: 10px 10px 0px 10px;
  box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.topbar .left-links ul li .sub-menu li,
.topbar .right-links ul li .sub-menu li {
  display: block;
}
.topbar .left-links ul li .sub-menu li::after,
.topbar .right-links ul li .sub-menu li::after {
  display: none;
}
.topbar .left-links ul li .sub-menu li a,
.topbar .right-links ul li .sub-menu li a {
  display: block;
  margin: 5px 0;
}
.topbar .left-links ul li .sub-menu li a:hover,
.topbar .right-links ul li .sub-menu li a:hover {
  color: #005bac;
}
.topbar .left-links ul li:hover .sub-menu,
.topbar .right-links ul li:hover .sub-menu {
  display: block;
}
.topbar .left-links a::after, .topbar .left-links li::after,
.topbar .right-links a::after,
.topbar .right-links li::after {
  content: "|";
  margin: 0 5px;
}
.topbar .left-links a:last-of-type::after, .topbar .left-links li:last-of-type::after,
.topbar .right-links a:last-of-type::after,
.topbar .right-links li:last-of-type::after {
  display: none;
}
.topbar .logo-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.topbar .logo-center img {
  height: 60px;
}

.main-header {
  background: #005bac;
  position: relative;
  z-index: 5;
}
.main-header .container {
  display: flex;
  align-items: center;
  color: white;
  justify-content: space-between;
  padding: 0;
}
.main-header .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.main-header .menu > li {
  position: relative;
}
.main-header .menu > li > a {
  display: block;
  padding: 20px 20px;
  position: relative;
  color: white;
}
.main-header .menu > li.current-menu-item > a {
  background-color: white;
  color: #005bac;
}
.main-header .menu > li.current-menu-item > a::after {
  content: " ";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #005bac;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.main-header .menu > li:hover > a {
  background-color: #003f75 !important;
  color: white !important;
}
.main-header .menu > li:hover > a::after {
  content: " ";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background-color: white !important;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.main-header .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: white;
  padding: 0px 0;
  border-bottom: 5px solid #005bac;
  display: none;
}
.main-header .menu > li .sub-menu li {
  border-bottom: 1px solid rgba(0, 91, 172, 0.3);
}
.main-header .menu > li .sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: #005bac;
}
.main-header .menu > li .sub-menu li a:hover {
  background-color: #f1f1f1;
}
.main-header .menu > li .sub-menu li:last-child {
  border: none;
}
.main-header .menu > li:hover .sub-menu {
  display: block;
}
.main-header .search form {
  display: flex;
  align-items: center;
  position: relative;
}
.main-header .search form input {
  padding: 10px 30px 10px 20px;
  border: none;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.7);
}
.main-header .search form button {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 5px;
  background-color: transparent;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  min-width: 0;
}
.main-header .search form button img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.banner {
  position: relative;
  padding-bottom: 15%;
  margin-top: -50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .banner {
    padding-bottom: 40%;
  }
}
.banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  height: 100%;
  z-index: 1;
}
.banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner .content .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: baseline;
}
.banner .banner-title {
  position: absolute;
  bottom: 30px;
  left: 15px;
  font-size: 30px;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  padding: 15px 50px;
  background-color: rgba(0, 91, 172, 0.2);
}

.breadcrumb {
  padding: 20px 0px;
  margin-bottom: 50px;
  font-size: 14px;
  color: #666;
  margin-top: -50px;
}
.breadcrumb a {
  color: #005bac;
  margin: 5px;
}
.breadcrumb span {
  margin: 5px;
}

.site-footer {
  color: white;
  padding: 50px 0 0;
  background-image: url(../img/bg_footer.jpg);
}
.site-footer .footer-top .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex: 0 0 16.6%;
  justify-content: space-between;
}
.site-footer .footer-top .menu > li {
  display: block;
}
.site-footer .footer-top .menu > li > a {
  color: white;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.site-footer .footer-top .menu > li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-top .menu > li .sub-menu > li > a {
  color: white;
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.site-footer .footer-top .logo {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .site-footer .footer-top .logo {
    margin: 0 auto 20px;
  }
}
.site-footer .footer-top .add {
  color: white;
  padding: 30px 0;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}
@media screen and (max-width: 992px) {
  .site-footer .footer-top .add {
    text-align: center;
  }
}
.site-footer .footer-top .social {
  display: flex;
  width: 100%;
  max-width: 200px;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .site-footer .footer-top .social {
    justify-content: center;
    margin: 0 auto;
  }
}
.site-footer .footer-top .social a {
  display: block;
  width: 45px;
  height: 45px;
  position: relative;
}
.site-footer .footer-top .social a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60%;
}
.site-footer .cr {
  text-align: center;
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.3rem;
  line-height: 2rem;
}
.site-footer .cr a {
  color: white;
  text-decoration: underline;
}

.site-content {
  padding-top: 50px;
  padding-bottom: 50px;
  width: auto;
  min-height: 1300px;
}
.site-content .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;
}
.site-content .related-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-content .related-posts ul li {
  border-bottom: 1px solid rgba(0, 91, 172, 0.5);
  position: relative;
}
.site-content .related-posts ul li a {
  font-size: 1.7rem;
  line-height: 2.4rem;
  display: flex;
  padding: 20px 5px;
  padding-right: 20px;
  position: relative;
  color: #888;
  align-items: center;
}
.site-content .related-posts ul li a::before {
  content: "→";
  font-size: 1rem;
  margin-right: 10px;
}
.site-content .related-posts ul li:last-of-type {
  border: none;
}
.site-content .related-posts ul li.active > a, .site-content .related-posts ul li.parent > a, .site-content .related-posts ul li.current_page_item > a {
  font-weight: 600;
  color: #005bac;
}
.site-content .related-posts ul li.active > a::before, .site-content .related-posts ul li.parent > a::before, .site-content .related-posts ul li.current_page_item > a::before {
  font-weight: 600;
}
.site-content .related-posts ul li.has-sub-menu > a::after {
  content: "▼";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  font-size: 1.2rem;
}
.site-content .related-posts ul li .sub-menu {
  background-color: #f5f5f5;
}
.site-content .related-posts ul li .sub-menu li {
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
.site-content .related-posts ul li .sub-menu li a {
  font-size: 1.3rem;
  color: #005bac;
  padding: 10px;
}
.site-content .related-posts ul li .sub-menu li a::before {
  content: "- ";
}
.site-content .related-posts ul li .sub-menu li:last-of-type {
  border: none;
}
.site-content .related-posts ul li .sub-menu .sub-menu {
  background-color: #005bac;
  padding: 10px 0;
}
.site-content .related-posts ul li .sub-menu .sub-menu li {
  border-bottom: none;
}
.site-content .related-posts ul li .sub-menu .sub-menu li a {
  padding-left: 20px;
  color: white;
}
.site-content .gallery {
  border-radius: 15px;
  overflow: hidden;
}
.site-content .gallery img {
  display: block;
  width: 100%;
}
.site-content .pdf_reader {
  width: 100%;
  height: 95vh;
  position: relative;
  margin: 35px auto;
}
.site-content .pdf_reader iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.site-content h1.entry-title {
  font-weight: 300;
  font-size: 5rem;
  line-height: 6rem;
  color: #005bac;
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 91, 172, 0.1);
}
@media screen and (max-width: 767px) {
  .site-content h1.entry-title {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.site-content p {
  font-size: 1.4rem;
  line-height: 2rem;
}
.site-content .section_title {
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 300;
  padding: 55px 0 25px;
}
.site-content .attachments {
  padding-top: 25px;
  margin-top: 100px;
  border-top: 1px solid rgba(0, 91, 172, 0.1);
}
.site-content .attachments .file {
  display: block;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 10px solid #005bac;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.site-content .attachments .file img {
  width: 20px;
  margin-right: 15px;
}

.wp-video {
  width: 100% !important;
}

.tt {
  display: flex;
  justify-content: space-between;
  align-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .tt {
    display: block;
  }
}
.tt_link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .tt_link {
    padding: 10px 0px;
    text-align: right;
    width: 100%;
    display: block;
  }
}
.tt_link::after {
  content: "→";
  margin-left: 10px;
}
.tt_text {
  font-size: 1.8rem;
  position: relative;
}
.tt_text .bg {
  position: relative;
  z-index: 1;
  height: 38px;
}
.tt_text .bg img {
  display: block;
  width: auto;
  height: 100%;
}
.tt_text span {
  display: block;
  position: absolute;
  z-index: 2;
  color: white;
  top: 10px;
  left: 50px;
}
.tt.light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tt.light .tt_link {
  color: white;
}
.tt.light .tt_text span {
  color: #005bac;
}

.article_list .pagination {
  padding-top: 50px;
}
.article_list .pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.article_list .pagination ul li {
  padding: 10px;
  margin-right: 10px;
  font-size: 2rem;
}
.article_list .pagination ul li a {
  color: #005bac;
}
.article_list .article_list_title {
  font-size: 5rem;
  font-weight: 300;
  color: #005bac;
  margin-bottom: 50px;
}
.article_list .article_list_item {
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 91, 172, 0.2);
}
.article_list .article_list_item:last-of-type {
  border-bottom: none;
}
.article_list .article_list_item .title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: #005bac;
}
.article_list .article_list_item .date {
  font-size: 1.3rem;
  margin-top: 10px;
  opacity: 0.5;
}
.article_list .article_list_item.w_icon {
  display: flex;
  padding: 30px 20px 30px 0px;
  border-bottom: 1px dashed rgba(0, 91, 172, 0.2);
}
.article_list .article_list_item.w_icon:last-of-type {
  border: none;
}
.article_list .article_list_item.w_icon .icon {
  width: 35px;
  margin-right: 15px;
}

.section_nav {
  margin-bottom: 50px;
  margin-top: -50px;
  position: sticky;
  top: 0px;
  background-color: white;
  z-index: 10;
}
.section_nav .container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: right;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .section_nav {
    display: none;
  }
}
.section_nav a {
  display: block;
  margin-left: 25px;
  padding: 10px 0 0;
  letter-spacing: 1px;
}
.section_nav a::after {
  content: " ";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #005bac;
  margin: 5px auto 0;
  opacity: 0;
  transition: all 0.3s;
}
.section_nav a:hover::after, .section_nav a.active::after {
  opacity: 1;
}

.empty_body {
  min-height: 600px;
}
.empty_body .jumbo {
  font-size: 10rem;
  line-height: 11rem;
  font-weight: 600;
  padding-top: 150px;
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .empty_body .jumbo {
    font-size: 5rem;
    line-height: 6rem;
  }
}
.empty_body .section_title {
  font-size: 5rem;
  line-height: 6rem;
}
@media screen and (max-width: 767px) {
  .empty_body .section_title {
    font-size: 3rem;
    line-height: 4rem;
  }
}

.staffs_block .section_title {
  margin-bottom: 35px;
}
.staffs_block .row div[class^=col] {
  margin-bottom: 30px;
}

.staffs .staff {
  display: flex;
}
.staffs .staff .img_holder {
  flex: 0 0 40%;
  margin-right: 20px;
}
.staffs .staff .img_holder .img {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
}
.staffs .staff .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;
}
.staffs .staff .content {
  border-top: 3px solid #005bac;
  padding-top: 15px;
  flex: 0 0 calc(60% - 20px);
}
.staffs .staff .content .name {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #005bac;
}
.staffs .staff .content .title {
  margin-bottom: 15px;
  font-size: 1.2rem;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 91, 172, 0.2);
}
.staffs .staff .content .miscs .misc {
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin: 5px 0;
}
.staffs .staff .content .miscs .misc img {
  width: 10px;
}
/*# sourceMappingURL=app.css.map */