@charset "UTF-8";
/* frameworks */
.container {
  max-width: 1285px;
}

.row-0 {
  margin: 0;
}
.row-0 > div {
  padding: 0;
}

.row-10 {
  margin: 0 -5px;
}
.row-10 > div {
  padding: 0 5px;
}

.row-20 {
  margin: 0 -10px;
}
.row-20 > div {
  padding: 0 10px;
}

.row-40 {
  margin: 0 -20px;
}
.row-40 > div {
  padding: 0 20px;
}

.row-R > div {
  float: right;
}

.row-table {
  display: table;
  width: 100%;
}
.row-table > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0;
}
.row-table .col {
  width: auto;
}
.row-table .col-auto {
  width: 1%;
}
.row-table.vlign-top > div {
  vertical-align: top;
}

.section-middle {
  display: table;
  width: 100%;
  height: 100vh;
}
.section-middle > div {
  display: table-cell;
  vertical-align: middle;
}

figure {
  margin: 0;
  position: relative;
}
figure.cover {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
figure.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.contain {
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
figure.contain img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure img {
  width: 100%;
  max-width: 100%;
}

.icon {
  position: relative;
}
.icon img {
  display: block;
}

a:focus,
button:focus {
  outline: none;
}

.btn,
.link {
  text-decoration: none;
  transition: all 400ms ease-out;
}

.btn:focus,
.btn:hover,
.link:focus,
.link:hover {
  text-decoration: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
}

ul.item-list,
ul.nav-list {
  margin: 0;
  padding: 0;
}
ul.item-list li,
ul.nav-list li {
  list-style: none;
  float: left;
}
ul.item-list li a.link,
ul.nav-list li a.link {
  display: block;
}
ul.item-list:before, ul.item-list:after,
ul.nav-list:before,
ul.nav-list:after {
  content: " ";
  display: table;
}
ul.item-list:after,
ul.nav-list:after {
  clear: both;
}

ul.item-list.fluid li,
ul.nav-lis.fluid li {
  width: 100%;
}

.iframe-container {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}
.iframe-container iframe, .iframe-container object, .iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 57%;
  overflow: hidden;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* config */
.text-primary {
  color: #084CA9 !important;
}

.text-secondary {
  color: #6BBA22 !important;
}

.text-red {
  color: #f00 !important;
}

.text-gray {
  color: #707070 !important;
}

.text-lightgray {
  color: #969696 !important;
}

.text-gold {
  color: #C5B500 !important;
}

.text-light {
  color: #ffffff !important;
}

.text-dark {
  color: #000000 !important;
}

.text-darkgray {
  color: #333333 !important;
}

.text-brown {
  color: #5B3C31 !important;
}

.-fsize-xs {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.-fsize-sm {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.-fsize-ssm {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.-fsize-md {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.-fsize-lg {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.-fsize-xl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

@media (max-width: 1199px) {
  .-fsize-xs {
    font-size: 13px;
  }
  .-fsize-sm {
    font-size: 15px;
  }
  .-fsize-ssm {
    font-size: 17px;
  }
  .-fsize-md {
    font-size: 19px;
  }
  .-fsize-lg {
    font-size: 21px;
  }
  .-fsize-xl {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .-fsize-xs {
    font-size: 12px;
  }
  .-fsize-sm {
    font-size: 14px;
  }
  .-fsize-ssm {
    font-size: 16px;
  }
  .-fsize-md {
    font-size: 18px;
  }
  .-fsize-lg {
    font-size: 20px;
  }
  .-fsize-xl {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .-fsize-xs {
    font-size: 10px;
  }
  .-fsize-sm {
    font-size: 12px;
  }
  .-fsize-ssm {
    font-size: 14px;
  }
  .-fsize-md {
    font-size: 16px;
  }
  .-fsize-lg {
    font-size: 18px;
  }
  .-fsize-xl {
    font-size: 20px;
  }
}
body {
  font-family: "Montserrat";
  background-color: #fff;
  font-size: 16px;
  color: #333333;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat";
}

.transition {
  transition: all 400ms ease-out;
}

/* components */
#preload {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: #084CA9;
}

.preload {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
.preload .logo {
  width: 190px;
  height: 95px;
}
.preload .loader {
  border: 2px solid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-color: #ffffff #6BBA22 #6BBA22;
  animation: spins 1s linear infinite;
  position: absolute;
  top: 180px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes spins {
  100% {
    transform: rotate(360deg);
    filter: hue-rotate(0);
  }
}
nav.menu {
  display: flex;
  justify-content: flex-end;
}
nav.menu li a.link {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  position: relative;
  z-index: 1;
}
nav.menu li a.link:hover {
  color: #6BBA22;
}
nav.menu li a.link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  opacity: 0;
  background-image: url(../img/static/menu-graphic.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: All 400ms ease;
}
nav.menu li.active a.link:before {
  opacity: 1;
}
nav.menu li.dropdown a.link .icon {
  display: inline-block;
  vertical-align: middle;
}
nav.menu li.dropdown a.link .icon:before {
  content: "\f107";
  font-family: "FontAwesome";
}
nav.menu li.dropdown.show a.link .icon:before {
  content: "\f106";
}
nav.menu li + li {
  margin-left: 28px;
}
nav.menu .dropdown-toggle::after {
  display: none;
}
nav.menu .dropdown-menu li {
  width: 100%;
}
nav.menu .dropdown-menu li + li {
  margin-left: 0;
  border-top: 1px solid #ebebeb;
}

.menu-mobile-btn {
  display: none;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 12;
  width: 20px;
  height: 16px;
}
.menu-mobile-btn .btn-mobile {
  display: block;
  width: 20px;
  height: 16px;
  transition: all 200ms ease-out;
}
.menu-mobile-btn .btn-mobile .bar {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #ffffff;
  margin: auto;
  transition: all 200ms ease-out;
  border-radius: 2px;
}
.menu-mobile-btn .btn-mobile .bar:nth-child(1) {
  top: 0;
}
.menu-mobile-btn .btn-mobile .bar:nth-child(2) {
  top: 0;
  bottom: 0;
}
.menu-mobile-btn .btn-mobile .bar:nth-child(3) {
  top: 0;
  bottom: 0;
}
.menu-mobile-btn .btn-mobile .bar:nth-child(4) {
  bottom: 0;
}
.menu-mobile-btn .btn-mobile.close {
  opacity: 1;
}
.menu-mobile-btn .btn-mobile.close .bar:nth-child(1) {
  top: 0;
  opacity: 0;
}
.menu-mobile-btn .btn-mobile.close .bar:nth-child(2) {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}
.menu-mobile-btn .btn-mobile.close .bar:nth-child(3) {
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}
.menu-mobile-btn .btn-mobile.close .bar:nth-child(4) {
  bottom: 0;
  opacity: 0;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #084CA9;
}

.slick-prev, .slick-next {
  z-index: 1;
  width: 55px;
  height: 55px;
  line-height: 52px;
  text-align: center;
  border: 3px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  font-size: 30px;
  border-radius: 50%;
  transition: All 400ms ease;
}

.slick-prev {
  left: 50%;
  margin-left: -720px;
}

.slick-next {
  right: 50%;
  margin-right: -720px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #ffffff;
  color: #084CA9;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 7px;
  position: relative;
  transition: All 400ms ease;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
  background: rgba(7, 38, 67, 0.1);
  border-radius: 30px;
  transition: All 400ms ease;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  width: 56px;
  background: #072643;
}

.slick-dots:hover li {
  opacity: 0.5;
}

.slick-dots:hover li:hover {
  opacity: 1;
}

.slick-slide .item {
  float: left;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  padding: 0;
  background: rgba(7, 38, 67, 0.3);
  border-radius: 30px;
  transition: All 400ms ease;
}

.swiper-pagination-bullet-active {
  width: 56px;
  background: #072643;
}

.breadcrumb-block {
  padding: 0;
  overflow: auto;
  white-space: nowrap;
  display: flex;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  border-radius: 0px;
}
.breadcrumb li {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  opacity: 0.5;
  transition: All 400ms ease;
}
.breadcrumb li:hover {
  opacity: 1;
}
.breadcrumb li .link {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.breadcrumb li .link:hover {
  color: #6BBA22;
}
.breadcrumb li.active {
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
}
.breadcrumb li + li {
  padding-left: 15px;
  margin-left: 15px;
}
.breadcrumb li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
  padding: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .breadcrumb li + li {
    padding-left: 15px;
    margin-left: 10px;
  }
  .breadcrumb li + li:before {
    width: 4px;
    height: 4px;
  }
  .breadcrumb li,
  .breadcrumb li .link {
    font-size: 12px;
  }
}
.pagination-block {
  position: relative;
  padding: 0;
}

.pagination-label .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #969696;
}
.pagination-label span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  display: inline;
  margin: 0 8px;
  padding: 2px 25px;
  background-color: #084CA9;
  border-radius: 30px;
}

.pagination {
  margin: 0;
}
.pagination .link {
  display: block;
  text-align: center;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  color: #969696;
  border-radius: 0%;
  transition: all 200ms ease-out;
}
.pagination .link:hover {
  color: #084CA9;
}
.pagination .link .feather {
  position: relative;
  top: 1px;
}
.pagination .link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #084CA9;
  opacity: 0;
  transition: all 200ms ease-out;
}
.pagination .active .link {
  color: #084CA9;
}
.pagination .active .link:before {
  opacity: 1;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
}
.pagination li + li {
  margin-left: 6px;
}
.pagination .pagination-nav .link {
  color: #969696;
}
.pagination .pagination-nav .link:hover {
  color: #084CA9;
}
.pagination .jumpPage {
  width: 110px;
}
.pagination .select2-container--default .select2-selection--single {
  height: 40px;
}
.pagination .select2-container .select2-selection--single .select2-selection__rendered {
  color: #969696;
  line-height: 38px;
  font-size: 16px;
  font-weight: 500;
}
.pagination .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  line-height: 36px;
  font-size: 26px;
  color: #969696;
}

@media (max-width: 991px) {
  .pagination-label {
    text-align: center;
    padding-bottom: 15px;
  }
  .pagination {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .pagination-label .title {
    font-size: 12px;
  }
  .pagination-label span {
    font-size: 14px;
    padding: 2px 18px;
  }
  .pagination {
    position: relative;
    padding-bottom: 60px;
  }
  .pagination .jumpPage {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .pagination .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
  }
  .pagination .select2-container--default .select2-selection--single {
    border-width: 1px;
  }
  .pagination .link {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 3px;
    font-size: 14px;
  }
}
.editor-content {
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  line-height: 1.4em;
}
.editor-content p {
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.editor-content p:last-child {
  margin-bottom: 0;
}
.editor-content img {
  height: auto !important;
}

@media (max-width: 1199px) {
  .editor-content, .editor-content p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .editor-content, .editor-content p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .editor-content, .editor-content p {
    font-size: 12px;
  }
}
.whead {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.whead:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15px;
  left: 0;
  width: 470px;
  height: 230px;
  pointer-events: none;
  background-image: url(../img/static/graphic-whead.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.whead.-t-cen {
  text-align: center;
}
.whead.-t-cen:before {
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
}
.whead .title {
  margin: 0 0 20px 0;
  font-size: 63px;
  font-weight: 700;
  line-height: 1em;
  color: #084CA9;
  text-transform: uppercase;
}
.whead .title.-sm {
  font-size: 50px;
}
.whead .desc {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
  color: #707070;
}

@media (max-width: 1199px) {
  .whead:before {
    width: 300px;
    height: 150px;
  }
  .whead.-t-cen:before {
    top: -50px;
  }
  .whead .title {
    font-size: 50px;
    margin: 0 0 15px 0;
  }
  .whead .title.-sm {
    font-size: 38px;
  }
  .whead .desc {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .whead .title {
    font-size: 45px;
  }
  .whead .title.-sm {
    font-size: 35px;
  }
  .whead .desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .whead .title {
    font-size: 28px;
  }
  .whead .title.-sm {
    font-size: 22px;
  }
  .whead .desc {
    font-size: 14px;
  }
}
.btn {
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 10;
  border: 1px solid transparent;
  text-align: center;
  padding: 0 10px;
  min-width: 230px;
  height: 60px;
  line-height: 58px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0px;
}
.btn.fluid {
  min-width: inherit;
  width: 100%;
  position: relative;
}
.btn:focus {
  box-shadow: none;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.btn:hover:before {
  transform: scaleX(1);
}
.btn.-btn-md {
  min-width: 150px;
  height: 50px;
  line-height: 48px;
}

.btn-primary {
  border: 0;
  color: #ffffff;
  background-color: #084CA9;
  border-color: #084CA9;
  background-image: linear-gradient(90deg, #084CA9 0%, #6BBA22 50%, #084CA9 100%);
  background-size: 200%;
  background-position: left;
}
.btn-primary:hover, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.actitve:focus, .btn-primary:active.focus, .btn-primary.active.focus, .btn-primary:focus:hover, .btn-primary.focus:hover {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #084CA9;
  background-position: right;
}
.btn-primary.disabled, .btn-primary.disabled:hover {
  color: #ffffff;
  background-color: #084CA9;
  border-color: #084CA9;
  opacity: 0.5;
}

.btn-secondary {
  color: #9B9B9B;
  background-color: #ffffff;
  border-color: #9B9B9B;
}
.btn-secondary:hover, .btn-secondary:active:hover, .btn-secondary.active:hover, .btn-secondary:active:focus, .btn-secondary.actitve:focus, .btn-secondary:active.focus, .btn-secondary.active.focus, .btn-secondary:focus:hover, .btn-secondary.focus:hover {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #9B9B9B;
}
.btn-secondary.disabled, .btn-secondary.disabled:hover {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #9B9B9B;
  opacity: 0.5;
}
.btn-secondary:before {
  background-color: #9B9B9B;
}

.btn-danger {
  color: #ffffff;
  background-color: #f00;
  border-color: #f00;
}
.btn-danger:hover, .btn-danger:active:hover, .btn-danger.active:hover, .btn-danger:active:focus, .btn-danger.actitve:focus, .btn-danger:active.focus, .btn-danger.active.focus, .btn-danger:focus:hover, .btn-danger.focus:hover {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #f00;
}
.btn-danger.disabled, .btn-danger.disabled:hover {
  color: #ffffff;
  background-color: #f00;
  border-color: #f00;
  opacity: 0.5;
}
.btn-danger:before {
  background-color: #f90f0f;
}

.btn-gray {
  color: #084CA9;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-gray:hover, .btn-gray:active:hover, .btn-gray.active:hover, .btn-gray:active:focus, .btn-gray.actitve:focus, .btn-gray:active.focus, .btn-gray.active.focus, .btn-gray:focus:hover, .btn-gray.focus:hover {
  color: #084CA9;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-gray.disabled, .btn-gray.disabled:hover {
  color: #084CA9;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  opacity: 0.5;
}
.btn-gray:before {
  background-color: #c9c9c9;
}

.btn-arrow {
  background-color: #003277;
  color: #ffffff;
}
.btn-arrow .icon {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 34px;
  border: 2px solid #6BBA22;
  background-color: transparent;
  margin-left: 10px;
  border-radius: 50%;
  transition: All 400ms ease;
}
.btn-arrow:hover {
  color: #ffffff;
}
.btn-arrow:hover .icon {
  background-color: #6BBA22;
}

@media (max-width: 1199px) {
  .btn {
    font-size: 14px;
    min-width: 200px;
    height: 50px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 12px;
    min-width: 140px;
    height: 40px;
    line-height: 38px;
  }
  .btn-arrow .icon {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 24px;
    border-width: 1px;
    margin-left: 5px;
  }
}
.form-default .form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-default .control-label {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  line-height: 1.2em;
}
.form-default .form-control {
  line-height: 1.2em;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  min-height: 40px;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 0px;
  box-shadow: none;
}
.form-default .form-control:focus {
  border-color: #333333;
}
.form-default .floating-label {
  color: #333333;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 9px;
  transition: all 200ms ease-out;
}
.form-default .form-control:focus ~ .floating-label,
.form-default .form-control:not(:focus):valid ~ .floating-label {
  color: #333333;
  font-size: 12px;
  left: 0;
  top: -22px;
}
.form-default .block-control {
  position: relative;
}
.form-default .has-error .form-control:focus {
  box-shadow: none;
}
.form-default .has-success .form-control:focus {
  box-shadow: none;
}

.form-control-feedback {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.form-control-feedback:before {
  display: none;
}
.form-control-feedback.glyphicon-ok {
  background: url("../img/icon/checked.png") center no-repeat;
  background-size: 16px;
}
.form-control-feedback.glyphicon-remove {
  background: url("../img/icon/cancel.png") center no-repeat;
  background-size: 16px;
}

.radio-control {
  position: relative;
  display: inline-block;
  min-height: 34px;
  padding-left: 0;
}
.radio-control .icon {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
.radio-control .txt {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 20px;
  display: block;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.radio-control input[type=radio] {
  margin-top: 0;
  position: absolute;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.radio-control input[type=radio]:checked ~ .icon {
  border-color: transparent;
  border-color: #333333;
}
.radio-control input[type=radio]:checked ~ .icon:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #333333;
  border-radius: 50%;
}

.checkbox-control {
  position: relative;
  display: inline-block;
}
.checkbox-control .icon {
  width: 15px;
  height: 15px;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
}
.checkbox-control .txt {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  color: #333333;
  padding-left: 25px;
  line-height: 15px;
  display: block;
  transition: all 400ms ease-out;
}
.checkbox-control .txt .color {
  color: #084CA9;
}
.checkbox-control input[type=checkbox] {
  margin-top: 0;
  position: absolute;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.checkbox-control input[type=checkbox]:checked ~ .icon:before {
  content: "\f00c";
  position: absolute;
  width: 10px;
  height: 15px;
  font-family: "FontAwesome";
  font-size: 12px;
  color: #084CA9;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.select2-container--default .select2-selection--single {
  border: 0px solid #ebebeb;
  border-radius: 25px;
  height: 50px;
  background-color: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 30px;
  color: #333333;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #969696;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  width: 20px;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 36px;
  font-size: 32px;
  color: #333333;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  content: "\f106";
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single:focus,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:focus {
  outline: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-selection__rendered {
  color: #084CA9;
}

.select2-results__option {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  border: 0px solid #ebebeb;
  padding: 8px 15px;
}

.select2-results__option + .select2-results__option {
  border-top: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #084CA9;
  color: #ffffff;
  border-color: #084CA9;
  font-weight: 300;
}

@media (max-width: 767px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    font-size: 24px;
  }
  .select2-results__option {
    font-size: 12px;
  }
}
.modal-search .search-form {
  position: relative;
}
.modal-search .search-group {
  position: relative;
  margin-bottom: 20px;
}
.modal-search .search-control {
  line-height: 1.2em;
  padding: 10px 15px;
  font-size: 16px;
  color: #333333;
  min-height: 50px;
  background-color: #ffffff;
  border: 1px solid #333333;
  width: 100%;
  outline-offset: 0;
  border-radius: 0px;
  box-shadow: none;
}
.modal-search .search-control:focus {
  border-color: #084CA9;
}
.modal-search .search-control:focus-visible {
  outline: none;
}
.modal-search .search-btn:after {
  content: "";
  display: table;
  clear: both;
}
.modal-search .search-btn .btn:nth-child(1) {
  float: left;
}
.modal-search .search-btn .btn:nth-child(2) {
  float: right;
}

/* pages */
.site-container {
  padding-top: 56px;
  overflow: hidden;
}

.fancybox-content {
  height: 80vh !important;
}

.rdIndex-default .wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}
.rdIndex-default .tag {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 40px;
  font-size: 12px;
  font-weight: 700;
  min-width: 180px;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  color: #ffffff;
  background-image: linear-gradient(90deg, #6BBA22 0%, #084CA9 50%, #6BBA22 100%);
  background-size: 200%;
  background-position: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: All 800ms ease;
}
.rdIndex-default .thumb {
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}
.rdIndex-default .thumb .cover {
  padding-bottom: 135%;
}
.rdIndex-default .thumb .cover .lazy {
  transition: All 400ms ease;
  transform: scale(1);
}
.rdIndex-default .content {
  height: 70px;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -70px;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  color: #084CA9;
  padding: 0 50px;
  display: flex;
  align-items: center;
  transition: All 400ms ease;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0);
}
.rdIndex-default .icon {
  position: absolute;
  z-index: 2;
  right: 50px;
  bottom: 45px;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, #6BBA22 0%, #084CA9 50%, #6BBA22 100%);
  background-size: 200%;
  background-position: left;
  border-radius: 50%;
  transition: All 400ms ease;
}
.rdIndex-default .link:hover .tag {
  background-position: right;
}
.rdIndex-default .link:hover .thumb .cover .lazy {
  transform: scale(1.1);
}
.rdIndex-default .link:hover .content {
  bottom: 0px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}
.rdIndex-default .link:hover .icon {
  background-position: right;
}

.news-default .thumb {
  position: relative;
}
.news-default .thumb .tag {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0 20px;
  font-weight: 700;
  color: #084CA9;
  background-color: #ffffff;
  min-width: 165px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.news-default .thumb .view {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 15px;
  font-weight: 600;
  color: #ffffff;
}
.news-default .thumb .view .feather {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.news-default .thumb .cover {
  padding-bottom: 60%;
}
.news-default .thumb .cover .lazy {
  transition: All 400ms ease;
  transform: scale(1);
}
.news-default .content {
  padding-top: 15px;
}
.news-default .content .title {
  font-size: 22px;
  font-weight: 600;
  color: #084CA9;
  max-height: 3em;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-default .content .info {
  padding-top: 20px;
}
.news-default .content .date {
  font-size: 14px;
  font-weight: 600;
  color: #084CA9;
  line-height: 1.2;
  padding-right: 10px;
}
.news-default .content .more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.news-default .content .more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 45px;
  margin: auto;
  height: 1px;
  background-color: #6BBA22;
}
.news-default .content .more .icon-graphic {
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  border: 2px solid #084CA9;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #084CA9;
  border-radius: 50%;
  transition: All 400ms ease;
}
.news-default .link:hover .thumb .cover .lazy {
  transform: scale(1.1);
}
.news-default .link:hover .content .more .icon-graphic {
  background-color: #084CA9;
  color: #ffffff;
}

.default-header {
  position: relative;
  z-index: 1;
  padding-top: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.default-header .graphic {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.default-header .graphic.-I {
  width: 325px;
  height: 325px;
  bottom: -100px;
  left: 50%;
  margin-left: -940px;
}
.default-header .graphic.-II {
  width: 540px;
  height: 645px;
  bottom: -160px;
  right: 50%;
  margin-right: -1200px;
}
.default-header .height {
  height: 320px;
  padding-bottom: 40px;
}
.default-header .title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.default-header .desc {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.default-header .content {
  padding-top: 50px;
  padding-bottom: 190px;
  position: relative;
}
.default-header .content .action {
  padding-bottom: 20px;
}
.default-header .content .action .link {
  display: flex;
  align-items: center;
}
.default-header .content .action .icon-arrow {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  left: 0;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50%;
  transition: All 400ms ease;
}
.default-header .content .action .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.default-header .content .action .link:hover .icon-arrow {
  background-color: #ffffff;
  color: #084CA9;
  left: -3px;
}
.default-header .content .h-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
  color: #ffffff;
  margin: 0 0 25px 0;
}
.default-header .content .date {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  color: #ffffff;
  padding-top: 30px;
  position: relative;
}
.default-header .content .date:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 170px;
  height: 1px;
  background-color: #6BBA22;
}
.default-header .content .date .feather {
  margin-right: 5px;
}

.default-menu-top {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: auto;
}
.default-menu-top .item-list {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 15px;
  padding-right: 15px;
}
.default-menu-top .item-list li + li {
  margin-left: 100px;
}
.default-menu-top .active .link {
  color: #6BBA22;
}
.default-menu-top .active .link:before {
  opacity: 1;
  background-color: #6BBA22;
}
.default-menu-top .link {
  font-size: 16px;
  font-weight: 700;
  line-height: 90px;
  color: #084CA9;
  position: relative;
  white-space: nowrap;
}
.default-menu-top .link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background-color: #084CA9;
  opacity: 0;
  transition: All 400ms ease;
}
.default-menu-top .link:hover:before {
  opacity: 1;
}

.default-body {
  padding: 80px 0;
  position: relative;
}
.default-body .bgRight-default {
  position: absolute;
  z-index: -1;
  top: 30%;
  right: -100px;
  pointer-events: none;
}
.default-body .bgLeft-default {
  position: absolute;
  z-index: -1;
  top: 35%;
  left: -140px;
  pointer-events: none;
}
.default-body .bgTop-guideWeb {
  position: absolute;
  right: 0;
  top: 30%;
  z-index: -1;
  pointer-events: none;
}
.default-body .bgButtom-guideWeb {
  position: absolute;
  left: 0;
  bottom: 30%;
  z-index: -1;
  pointer-events: none;
}
.default-body .head {
  padding-bottom: 50px;
}
.default-body .head .h-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #084CA9;
  margin: 0;
}
.default-body .head .select-box {
  width: 230px;
}
.default-body .head .search-box {
  width: 260px;
  padding-left: 20px;
  border-left: 1px solid rgba(112, 112, 112, 0.1);
}
.default-body .head .search-box .form-default .form-group {
  margin-bottom: 0;
}
.default-body .head .search-box .form-default .form-control {
  border-color: transparent;
  background-color: transparent;
}
.default-body .head .search-box .btn {
  min-width: inherit;
  width: 60px;
  height: 60px;
  font-size: 28px;
  background-color: #084CA9;
  color: #ffffff;
  border-color: #084CA9;
  border-radius: 50%;
}
.default-body .head .search-box .btn:hover {
  background-color: #ffffff;
  color: #084CA9;
}

@media (max-width: 1440px) {
  .default-header .title {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .rdIndex-default .icon {
    right: 25px;
    bottom: 45px;
  }
  .rdIndex-default .content {
    height: 60px;
    bottom: -60px;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 20px;
  }
  .news-default .content .title {
    font-size: 20px;
  }
  .default-header {
    padding-top: 110px;
  }
  .default-header .height {
    height: 200px;
    padding-bottom: 20px;
  }
  .default-header .title {
    font-size: 50px;
  }
  .default-header .content .h-title {
    font-size: 30px;
  }
  .default-menu-top .item-list li + li {
    margin-left: 60px;
  }
  .default-menu-top .link {
    line-height: 80px;
  }
  .default-menu-top .link:before {
    height: 6px;
  }
  .default-body .head .h-title {
    font-size: 38px;
  }
  .default-body .head .select-box {
    width: 200px;
  }
  .default-body .head .search-box {
    width: 240px;
  }
  .default-body .head .search-box .btn {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .default-header {
    padding-top: 20px;
  }
  .default-header .title {
    font-size: 45px;
  }
  .default-menu-top {
    justify-content: flex-start;
  }
  .default-menu-top .item-list li + li {
    margin-left: 50px;
  }
  .default-menu-top .link {
    line-height: 60px;
  }
  .default-body {
    padding: 50px 0;
  }
  .default-body .bgLeft-default {
    width: 50%;
  }
  .default-body .bgRight-default {
    width: 50%;
  }
  .default-body .bgTop-guideWeb {
    width: 50%;
  }
  .default-body .bgButtom-guideWeb {
    width: 50%;
  }
  .default-body .head {
    padding-bottom: 30px;
  }
  .default-body .head .h-title {
    font-size: 34px;
  }
  .default-header .content {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .default-header .content .h-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .rdIndex-default .wrapper {
    padding: 10px;
  }
  .rdIndex-default .tag {
    top: 10px;
    font-size: 10px;
    min-width: 140px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
  }
  .rdIndex-default .icon {
    right: 10px;
    bottom: 35px;
    width: 35px;
    height: 35px;
  }
  .rdIndex-default .content {
    height: 40px;
    bottom: -40px;
    font-size: 12px;
    padding: 0 10px;
  }
  .news-default .thumb .tag {
    padding: 0 10px;
    min-width: 110px;
    height: 26px;
    line-height: 26px;
  }
  .news-default .thumb .view {
    top: auto;
    bottom: 5px;
    right: 5px;
  }
  .news-default .thumb .view .feather {
    font-size: 14px;
  }
  .news-default .content .title {
    font-size: 14px;
  }
  .news-default .content .info {
    padding-top: 10px;
  }
  .news-default .content .date {
    font-size: 12px;
    padding-right: 5px;
  }
  .news-default .content .more:before {
    right: 30px;
  }
  .news-default .content .more .icon-graphic {
    width: 24px;
    height: 24px;
    border-width: 1px;
    font-size: 12px;
  }
  .default-header .height {
    height: 140px;
    padding-bottom: 0;
  }
  .default-header .title {
    font-size: 24px;
  }
  .default-header .desc {
    font-size: 10px;
  }
  .default-menu-top .item-list li + li {
    margin-left: 30px;
  }
  .default-menu-top .link {
    line-height: 50px;
    font-size: 12px;
  }
  .default-menu-top .link:before {
    height: 4px;
  }
  .default-body {
    padding: 30px 0;
  }
  .default-body .head .h-title {
    font-size: 22px;
    text-align: center;
  }
  .default-body .head .select-box {
    width: 160px;
    margin: 0 auto;
  }
  .default-body .head .search-box {
    width: 100%;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(112, 112, 112, 0.1);
    padding-top: 15px;
  }
  .default-body .head .search-box .btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
  }
  .default-header .content .action {
    padding-bottom: 12px;
  }
  .default-header .content .action .icon-arrow {
    width: 26px;
    height: 26px;
    border-width: 1px;
    margin-right: 10px;
    font-size: 14px;
  }
  .default-header .content .h-title {
    font-size: 20px;
  }
  .default-header .content .date {
    font-size: 14px;
    padding-top: 20px;
  }
  .default-header .content .date:before {
    left: 0px;
    width: 90px;
  }
}
.main-slider .wrapper {
  position: relative;
}
.main-slider .link {
  display: block;
}
.main-slider .cover {
  padding-bottom: 846px;
}

.section-wg-guideWeb {
  position: relative;
}
.section-wg-guideWeb .bgTop-guideWeb {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1;
}
.section-wg-guideWeb .bgButtom-guideWeb {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.wg-weblink {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  z-index: 3;
  padding: 40px 0;
  overflow: hidden;
}
.wg-weblink .link {
  position: relative;
  top: 0;
  width: 100%;
  display: block;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}
.wg-weblink .thumb {
  position: relative;
}
.wg-weblink .thumb .cover {
  padding-bottom: 125%;
}
.wg-weblink .btn-arrow {
  position: absolute;
  bottom: 10px;
  left: -15px;
}
.wg-weblink .link:hover {
  top: -30px;
}
.wg-weblink .link:hover .btn-arrow {
  left: 0;
}
.wg-weblink .link:hover .btn-arrow .icon {
  background-color: #6BBA22;
}

.wg-weblink-slider {
  margin: 0 -12px;
}
.wg-weblink-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.wg-weblink-slider .slick-list {
  overflow: visible;
}
.wg-weblink-slider .slick-dots {
  bottom: -35px;
}
.wg-weblink-slider .slick-slide {
  opacity: 0;
  pointer-events: none;
  transition: All 400ms ease;
}
.wg-weblink-slider .slick-slide.slick-active {
  opacity: 1;
  pointer-events: visible;
}
.wg-weblink-slider .item {
  padding: 0 12px;
}

.wg-rdIndex {
  padding: 140px 0 40px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
}
.wg-rdIndex .action {
  text-align: center;
  padding-top: 40px;
}

.wg-rdIndex-slider {
  padding-top: 35px;
  margin: 0 -13px;
  padding-bottom: 40px;
}
.wg-rdIndex-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.wg-rdIndex-slider .slick-list {
  overflow: visible;
}
.wg-rdIndex-slider .item {
  padding: 0 13px;
}
.wg-rdIndex-slider .slick-slide {
  opacity: 0;
  pointer-events: none;
  transition: All 400ms ease;
}
.wg-rdIndex-slider .slick-slide.slick-active {
  opacity: 1;
  pointer-events: visible;
}

.wg-publications {
  padding: 140px 0 40px 0;
  position: relative;
  overflow: hidden;
}
.wg-publications > .container {
  position: relative;
  z-index: 2;
}
.wg-publications .bgRight-publications {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.wg-publications .bgLeft-publications {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.wg-publications-slide {
  padding-top: 65px;
  padding-bottom: 40px;
  margin: 0 -30px;
  min-height: 530px;
  overflow: hidden;
}
.wg-publications-slide .item {
  padding: 0 30px;
}
.wg-publications-slide .wrapper {
  position: relative;
  padding-bottom: 25%;
  transition: All 400ms ease;
}
.wg-publications-slide .wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -15px;
  right: -15px;
  bottom: 0;
  padding-bottom: 20%;
  background-image: url(../img/background/bg-book.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.wg-publications-slide .link {
  position: relative;
  top: 0;
  width: 100%;
  display: block;
}
.wg-publications-slide .thumb {
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}
.wg-publications-slide .thumb .cover {
  padding-bottom: 150%;
}
.wg-publications-slide .thumb .cover .lazy {
  filter: sepia(95%) hue-rotate(189deg) saturate(150%);
  transition: All 400ms ease;
  transform: scale(1);
}
.wg-publications-slide .swiper-slide-active .wrapper {
  margin: -40px -30px 0 -30px;
  padding-bottom: 30%;
}
.wg-publications-slide .swiper-slide-active .thumb .cover .lazy {
  filter: none;
}
.wg-publications-slide .link:hover .thumb .cover .lazy {
  transform: scale(1.1);
}

.wg-7major {
  position: relative;
  padding: 50px 0;
  background-image: url(../img/background/bg-7major.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wg-7major-detail {
  padding-top: 40px;
}
.wg-7major-detail .image-major {
  position: relative;
  left: -40px;
}
.wg-7major-detail .image-major > img {
  width: 100%;
}
.wg-7major-detail .image-major .vdo {
  position: absolute;
  left: 0;
  bottom: -60px;
  display: inline-block;
  cursor: pointer;
  transition: All 400ms ease;
}
.wg-7major-detail .image-major .vdo img {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}
.wg-7major-detail .image-major .vdo img.icon-play {
  box-shadow: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wg-7major-detail .image-major .link:hover .vdo {
  bottom: -50px;
}
.wg-7major-detail .item-list li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.wg-7major-detail .item-list li + li {
  margin-top: 20px;
}
.wg-7major-detail .order {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  padding: 20px 10px;
  background-image: linear-gradient(47deg, rgb(112, 219, 113) 0%, rgb(120, 201, 16) 100%);
  flex: 0 0 auto;
  width: 80px;
  max-width: 100%;
}
.wg-7major-detail .order p {
  margin: 0;
}
.wg-7major-detail .entry-detail {
  padding: 20px 20px;
  background-color: #ffffff;
  color: #084CA9;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.wg-7major-detail .entry-detail p {
  margin: 0;
  font-weight: 600;
}

.wg-mou {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  overflow: hidden;
}
.wg-mou:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 25px;
  height: 1px;
  border-bottom: 2px dashed #707070;
  opacity: 0.3;
}
.wg-mou .action {
  text-align: center;
  padding-top: 105px;
  position: relative;
}
.wg-mou .action .icon-graphic {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.wg-mou .action .icon-graphic.-L {
  left: 105px;
}
.wg-mou .action .icon-graphic.-R {
  right: 105px;
}
.wg-mou .action .icon-graphic .inner {
  width: 36px;
  height: 36px;
  border: 2px solid #6BBA22;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #084CA9;
  border-radius: 50%;
}

.wg-mou-slider {
  position: relative;
  z-index: 1;
  margin: 0 -25px;
}
.wg-mou-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.wg-mou-slider:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -50%;
  right: -50%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  border-bottom: 2px dashed #707070;
  opacity: 0.3;
}
.wg-mou-slider .item {
  padding: 0 25px;
}
.wg-mou-slider .slick-slide {
  opacity: 0;
  pointer-events: none;
  transition: All 400ms ease;
}
.wg-mou-slider .slick-slide.slick-active {
  opacity: 1;
  pointer-events: visible;
}
.wg-mou-slider .slick-slide + .slick-slide {
  position: relative;
}
.wg-mou-slider .slick-slide + .slick-slide:before {
  content: "\e829";
  position: absolute;
  left: -40px;
  font-family: "feather";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  border: 2px solid #6BBA22;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #084CA9;
  border-radius: 50%;
}
.wg-mou-slider .slick-dots {
  bottom: -40px;
}
.wg-mou-slider .slick-prev, .wg-mou-slider .slick-next {
  border-color: #CECECE;
  color: #BCBCBC;
  background-color: #ffffff;
}
.wg-mou-slider .wrapper {
  position: relative;
}
.wg-mou-slider .link {
  display: block;
}
.wg-mou-slider .year {
  width: 140px;
  height: 72px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #084CA9;
  transition: All 400ms ease;
}
.wg-mou-slider .year:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #084CA9 transparent transparent transparent;
  transition: All 400ms ease;
}
.wg-mou-slider .year .inner {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.wg-mou-slider .dot {
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ECECEC;
  width: 28px;
  height: 28px;
  position: relative;
  border-radius: 50%;
}
.wg-mou-slider .dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 6px solid #6BBA22;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 50%;
  transition: All 400ms ease;
}
.wg-mou-slider .txt {
  width: 80px;
  height: 24px;
  text-align: center;
  margin: 0 auto;
  background-color: #084CA9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.wg-mou-slider .txt p {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  max-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.wg-mou-slider .thumb {
  position: relative;
  padding-top: 15px;
}
.wg-mou-slider .thumb .contain {
  height: 50px;
  margin: 0 auto;
}
.wg-mou-slider .slick-current .year {
  background-color: #6BBA22;
}
.wg-mou-slider .slick-current .year:before {
  border-color: #6BBA22 transparent transparent transparent;
}
.wg-mou-slider .slick-current .dot:before {
  opacity: 1;
}
.wg-mou-slider .link:hover .year {
  background-color: #6BBA22;
}
.wg-mou-slider .link:hover .year:before {
  border-color: #6BBA22 transparent transparent transparent;
}

.wg-news {
  padding: 150px 0 140px;
  position: relative;
}
.wg-news > .container {
  position: relative;
  z-index: 2;
}
.wg-news .bgTop-news {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
}
.wg-news .bgButton-news {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 50%;
}
.wg-news .action {
  text-align: center;
  padding-top: 40px;
}
.wg-news .navtab-box {
  padding-top: 40px;
}
.wg-news .nav-tabs {
  border-bottom: 0;
  justify-content: center;
}
.wg-news .nav-tabs .nav-item {
  margin-bottom: 0;
}
.wg-news .nav-tabs .nav-item + .nav-item {
  margin-left: 15px;
}
.wg-news .nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  background-color: #E0E8F4;
  min-width: 230px;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #084CA9;
  text-align: center;
  padding: 0;
}
.wg-news .nav-tabs .nav-link.active {
  background-color: #6BBA22;
  color: #ffffff;
}
.wg-news .nav-tabs .nav-link.active:hover {
  color: #ffffff;
}
.wg-news .nav-tabs .nav-link:hover {
  color: #6BBA22;
}
.wg-news .tab-content {
  padding-top: 80px;
}
.wg-news .tab-content .item-list {
  margin: 0 -15px;
}
.wg-news .tab-content .item-list li {
  width: 33.33%;
  padding: 20px 15px;
}
.wg-news .tab-content .item-list li:nth-child(5n+1), .wg-news .tab-content .item-list li:nth-child(5n+2) {
  width: 50%;
}
.wg-news .tab-content .item-list li:nth-child(5n+1) .content .title, .wg-news .tab-content .item-list li:nth-child(5n+2) .content .title {
  font-size: 24px;
}
.wg-news .tab-content .item-list li:nth-child(5n+1) .content .date, .wg-news .tab-content .item-list li:nth-child(5n+2) .content .date {
  font-size: 20px;
}
.wg-news .tab-content .item-list li:nth-child(5n+1) .content .more:before, .wg-news .tab-content .item-list li:nth-child(5n+2) .content .more:before {
  right: 60px;
}
.wg-news .tab-content .item-list li:nth-child(5n+1) .content .more .icon-graphic, .wg-news .tab-content .item-list li:nth-child(5n+2) .content .more .icon-graphic {
  width: 44px;
  height: 44px;
  font-size: 22px;
}

.wg-highlight-program {
  padding: 150px 0 60px 0;
  background-image: url(../img/background/bg-event.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.wg-highlight-program .whead .title,
.wg-highlight-program .whead .desc {
  color: #ffffff;
}
.wg-highlight-program .action {
  text-align: center;
  padding-top: 40px;
}

.wg-highlight-program-slider {
  padding: 80px 50px 20px 50px;
}
.wg-highlight-program-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.wg-highlight-program-slider .slick-dots {
  bottom: 0px;
  position: relative;
  margin-top: 40px;
}
.wg-highlight-program-slider .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.5);
}
.wg-highlight-program-slider .slick-dots li.slick-active button {
  background-color: rgb(255, 255, 255);
}
.wg-highlight-program-slider .item-list {
  margin: -17px;
}
.wg-highlight-program-slider .item-list li {
  padding: 17px;
}
.wg-highlight-program-slider .item-list li:nth-child(3n+1) {
  width: 70%;
}
.wg-highlight-program-slider .item-list li:nth-child(3n+1) .thumb .cover {
  padding-bottom: 64.4%;
}
.wg-highlight-program-slider .item-list li:nth-child(3n+1) .content {
  padding: 20px 25px 25px;
}
.wg-highlight-program-slider .item-list li:nth-child(3n+1) .content .desc {
  font-size: 26px;
}
.wg-highlight-program-slider .item-list li:nth-child(3n+1) .content .date {
  font-size: 20px;
}
.wg-highlight-program-slider .item-list li:nth-child(3n+2), .wg-highlight-program-slider .item-list li:nth-child(3n+3) {
  width: 30%;
}
.wg-highlight-program-slider .item-list li:nth-child(3n+2) .content .row > div, .wg-highlight-program-slider .item-list li:nth-child(3n+3) .content .row > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.wg-highlight-program-slider .item-list li:nth-child(3n+2) .content .date, .wg-highlight-program-slider .item-list li:nth-child(3n+3) .content .date {
  padding-top: 5px;
}
.wg-highlight-program-slider .thumb {
  position: relative;
}
.wg-highlight-program-slider .thumb .play {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  transition: All 400ms ease;
}
.wg-highlight-program-slider .thumb .cover {
  padding-bottom: 60%;
}
.wg-highlight-program-slider .thumb .cover .lazy {
  transition: All 400ms ease;
  transform: scale(1);
}
.wg-highlight-program-slider .content {
  background-color: #ffffff;
  padding: 15px 20px 20px;
}
.wg-highlight-program-slider .content .desc {
  font-weight: 700;
  color: #072643;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wg-highlight-program-slider .content .date {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #084CA9;
}
.wg-highlight-program-slider .link:hover .thumb .cover .lazy {
  transform: scale(1.1);
}

.wg-research {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background-image: url(../img/background/bg-research.svg);
  background-position: top right;
  background-size: 80% auto;
  background-repeat: no-repeat;
}
.wg-research::after {
  content: "";
  display: block;
  height: 265px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../img/background/bg-research.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wg-research-slider {
  padding: 40px 0;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 1024px;
}
.wg-research-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.wg-research-slider .slick-list {
  overflow: visible;
}
.wg-research-slider .slick-dots {
  bottom: 0;
}
.wg-research-slider .item {
  padding: 0 15px;
}
.wg-research-slider .slick-slide {
  opacity: 0;
  pointer-events: none;
  transition: All 400ms ease;
}
.wg-research-slider .slick-slide.slick-active {
  opacity: 1;
  pointer-events: visible;
}
.wg-research-slider .wrapper {
  position: relative;
}
.wg-research-slider .link {
  display: block;
  background-color: #ffffff;
  padding: 60px 40px 50px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}
.wg-research-slider .thumb {
  position: relative;
}
.wg-research-slider .thumb .contain {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  top: 0;
  transition: All 400ms ease;
}
.wg-research-slider .content {
  padding-top: 40px;
}
.wg-research-slider .desc {
  font-weight: 500;
  color: #707070;
  text-align: center;
  margin: 0;
  height: 4.5em;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wg-research-slider .link:hover .thumb .contain {
  top: -5px;
}

.wg-program {
  padding: 100px 0;
  position: relative;
}

.wg-program-slider {
  padding-top: 40px;
  position: relative;
  margin: 0 auto;
  width: 1024px;
}
.wg-program-slider .item {
  padding: 0 10px;
}
.wg-program-slider .wrapper {
  position: relative;
}
.wg-program-slider .link {
  display: block;
}
.wg-program-slider .thumb {
  position: relative;
}
.wg-program-slider .thumb .contain {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  top: 0;
  transition: All 400ms ease;
}
.wg-program-slider .link:hover .thumb .contain {
  top: -5px;
}

.news-highlight {
  position: relative;
  z-index: 1;
}
.news-highlight:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url(../img/background/bg-news-highlight.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  right: -324px;
  bottom: -60px;
  height: 496px;
  width: 1299px;
}
.news-highlight .row {
  position: relative;
  z-index: 1;
}
.news-highlight .thumb .view {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 35px;
  font-weight: 600;
  color: #ffffff;
}
.news-highlight .thumb .view .feather {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.news-highlight .thumb .cover {
  padding-bottom: 85%;
}
.news-highlight .thumb .cover .lazy {
  transition: All 400ms ease;
  transform: scale(1);
}
.news-highlight .content .title {
  font-size: 35px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
  max-height: 4.5em;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-highlight .content .info {
  padding-top: 25px;
}
.news-highlight .content .date {
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  padding-bottom: 30px;
}
.news-highlight .content .desc {
  font-weight: 500;
  color: #ffffff;
  opacity: 0.6;
  max-height: 4.5em;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-highlight .content .more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.news-highlight .content .more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 75px;
  margin: auto;
  height: 1px;
  background-color: #6BBA22;
}
.news-highlight .content .more .icon-graphic {
  width: 58px;
  height: 58px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #ffffff;
  border-radius: 50%;
  transition: All 400ms ease;
}
.news-highlight .link:hover .thumb .cover .lazy {
  transform: scale(1.1);
}
.news-highlight .link:hover .content .more .icon-graphic {
  background-color: #6BBA22;
  color: #ffffff;
}

.news-list {
  padding-bottom: 80px;
  padding-top: 150px;
}
.news-list .item-list {
  margin: 0 -15px;
}
.news-list .item-list li {
  width: 33.3333333333%;
  padding: 15px;
}

@media (max-width: 1440px) {
  .news-highlight:before {
    right: -230px;
    width: 1180px;
  }
}
@media (max-width: 1199px) {
  .news-highlight:before {
    right: -40px;
    width: 820px;
    height: 400px;
  }
  .news-highlight .content .title {
    font-size: 30px;
  }
  .news-highlight .content .date {
    padding-bottom: 20px;
  }
  .news-highlight .content .info {
    padding-top: 15px;
  }
  .news-highlight .content .more .icon-graphic {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .news-highlight:before {
    right: -15px;
    left: -15px;
    bottom: -20px;
    width: auto;
    height: 380px;
  }
  .news-highlight .thumb .cover {
    padding-bottom: 60%;
  }
  .news-highlight .content {
    padding-top: 30px;
  }
  .news-highlight .content .title {
    font-size: 26px;
  }
  .news-list {
    padding-bottom: 30px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .news-highlight .thumb .view {
    top: 10px;
  }
  .news-highlight .content {
    padding-top: 10px;
  }
  .news-highlight .content .title {
    font-size: 20px;
  }
  .news-list {
    padding-bottom: 30px;
    padding-top: 25px;
  }
  .news-list .item-list {
    margin: 0 -5px;
  }
  .news-list .item-list li {
    width: 50%;
    padding: 5px;
  }
}
.detail-page {
  position: relative;
}
.detail-page .detail-title {
  margin-bottom: 35px;
  position: relative;
  z-index: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: #084CA9;
}
.detail-page .detail-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -55px;
  left: -60px;
  width: 290px;
  height: 145px;
  pointer-events: none;
  background-image: url(../img/static/graphic-whead.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.detail-cover {
  margin-top: -230px;
  position: relative;
  z-index: 1;
}
.detail-cover .cover {
  padding-bottom: 57%;
}

.detail-social-list {
  position: absolute;
  z-index: 2;
  top: 240px;
  right: -100px;
  width: 60px;
}
.detail-social-list .item-list li {
  width: 100%;
}
.detail-social-list .item-list li + li {
  margin-top: 10px;
}
.detail-social-list .item-list li a.link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-social-list .link {
  width: 60px;
  height: 60px;
  background-color: #084CA9;
  border-radius: 50%;
}
.detail-social-list .link svg {
  width: 30px;
  height: 30px;
}
.detail-social-list .link svg path {
  fill: #ffffff;
  transition: All 400ms ease;
}
.detail-social-list .link:hover svg path {
  fill: #6BBA22;
}

.detail.editor-content {
  padding-top: 80px;
}

.detail-video {
  padding-top: 80px;
  width: 750px;
  margin: 0 auto;
}

.detail-gallery {
  padding-top: 80px;
}
.detail-gallery .item-list {
  margin: 0 -5px;
  position: relative;
}
.detail-gallery .item-list li {
  padding: 0 5px;
  width: 16.6666666667%;
  display: none;
}
.detail-gallery .item-list li:nth-child(1),
.detail-gallery .item-list li:nth-child(2),
.detail-gallery .item-list li:nth-child(3),
.detail-gallery .item-list li:nth-child(4),
.detail-gallery .item-list li:nth-child(5),
.detail-gallery .item-list li:nth-child(6) {
  display: block;
}
.detail-gallery .link {
  display: block;
}
.detail-gallery .cover {
  position: relative;
  padding-top: 80%;
  background-color: rgba(0, 0, 0, 0.9);
}
.detail-gallery .cover .lazy {
  transition: all 400ms ease-out;
  transform: scale(1);
}
.detail-gallery .more {
  text-decoration: none;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  width: 200.83px;
  height: 160.66px;
  background-color: rgba(19, 49, 79, 0.8);
}
.detail-gallery .item-list:hover .link .cover .lazy {
  opacity: 0.5;
}
.detail-gallery .item-list:hover .link:hover .cover .lazy {
  opacity: 1;
  transform: scale(1.1);
}

.detail-download {
  padding-top: 80px;
}
.detail-download .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.detail-download .slick {
  margin: 0 -5px;
}
.detail-download .item {
  padding: 0 5px;
}
.detail-download .wrapper {
  background-color: #DEECFF;
  padding: 0 10px;
  transition: All 400ms ease;
}
.detail-download .height {
  height: 100px;
}
.detail-download .icon-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 50%;
}
.detail-download .content {
  padding: 0 20px;
}
.detail-download .content img {
  display: inline-block;
  vertical-align: middle;
}
.detail-download .content .title {
  font-size: 15px;
  font-weight: 600;
  color: #084CA9;
  margin-bottom: 10px;
  text-transform: uppercase;
  max-height: 1em;
  line-height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: All 400ms ease;
}
.detail-download .content .desc {
  font-size: 10px;
  color: #333333;
  transition: All 400ms ease;
}
.detail-download .content .desc .box {
  float: left;
  width: 50%;
  position: relative;
}
.detail-download .content .desc .box + .box {
  padding-left: 15px;
}
.detail-download .content .desc .box + .box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 17px;
  width: 1px;
  background-color: #333333;
  opacity: 0.1;
}
.detail-download .content .desc:after {
  content: "";
  display: table;
  clear: both;
}
.detail-download .action .btn {
  min-width: 100px;
  font-size: 12px;
  border: 1px solid transparent;
}
.detail-download .link:hover .wrapper {
  background-color: #084CA9;
}
.detail-download .link:hover .content .title,
.detail-download .link:hover .content .desc {
  color: #ffffff;
}
.detail-download .link:hover .btn {
  background-position: right;
  border-color: #ffffff;
}

.detail-end {
  padding-top: 80px;
}
.detail-end .action {
  padding-top: 45px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.detail-end .action:after {
  content: "";
  display: table;
  clear: both;
}
.detail-end .action .link {
  display: flex;
  align-items: center;
}
.detail-end .action .link.-L {
  float: left;
}
.detail-end .action .link.-R {
  float: right;
}
.detail-end .action .icon-arrow {
  width: 32px;
  height: 32px;
  background-color: #084CA9;
  border: 2px solid #084CA9;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  left: 0;
  font-size: 18px;
  color: #084CA9;
  border-radius: 50%;
  transition: All 400ms ease;
}
.detail-end .action .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #084CA9;
}
.detail-end .action .link:hover .icon-arrow {
  background-color: #084CA9;
  color: #ffffff;
  left: -3px;
}

.related-post {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 60px;
}
.related-post::after {
  content: "";
  display: block;
  height: 265px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/background/bg-research.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.related-post .h-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  padding-bottom: 40px;
}

.related-post-slide {
  position: relative;
  z-index: 2;
  margin: 0 -15px;
}
.related-post-slide .item {
  padding: 0 15px;
}
.related-post-slide .slick-prev, .related-post-slide .slick-next {
  top: -70px;
}
.related-post-slide .slick-prev {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: 70px;
}
.related-post-slide .slick-next {
  right: 0;
  margin-right: 0;
}

.detail-article {
  position: relative;
  z-index: 1;
}
.detail-article .thumb .cover {
  padding-bottom: 41.5%;
}
.detail-article .content {
  padding-top: 40px;
}
.detail-article .content .action {
  padding-bottom: 20px;
}
.detail-article .content .action .link {
  display: flex;
  align-items: center;
}
.detail-article .content .action .icon-arrow {
  width: 32px;
  height: 32px;
  background-color: #084CA9;
  border: 2px solid #084CA9;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  left: 0;
  font-size: 18px;
  color: #084CA9;
  border-radius: 50%;
  transition: All 400ms ease;
}
.detail-article .content .action .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #084CA9;
}
.detail-article .content .action .link:hover .icon-arrow {
  background-color: #084CA9;
  color: #ffffff;
  left: -3px;
}
.detail-article .content .h-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
  color: #084CA9;
  margin: 0 0 25px 0;
}
.detail-article .content .date {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  color: #084CA9;
  padding-top: 30px;
  position: relative;
}
.detail-article .content .date:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 170px;
  height: 1px;
  background-color: #6BBA22;
}
.detail-article .content .date .feather {
  margin-right: 5px;
}

.detail-book .wrapper {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  padding-bottom: 20%;
  width: 470px;
}
.detail-book .wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -15px;
  right: -15px;
  bottom: 0;
  padding-bottom: 14%;
  background-image: url(../img/background/bg-book.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.detail-book .thumb {
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}
.detail-book .thumb .cover {
  padding-bottom: 150%;
}
.detail-book .content-info {
  padding: 50px 50px 90px 50px;
  position: relative;
}
.detail-book .content-info:before {
  content: "";
  position: absolute;
  left: 50px;
  right: -325px;
  bottom: 0;
  height: 1px;
  background-color: #707070;
  opacity: 0.4;
}
.detail-book .action-back {
  padding-bottom: 20px;
}
.detail-book .action-back .link {
  display: flex;
  align-items: center;
}
.detail-book .action-back .icon-arrow {
  width: 32px;
  height: 32px;
  background-color: #084CA9;
  border: 2px solid #084CA9;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  left: 0;
  font-size: 18px;
  color: #084CA9;
  border-radius: 50%;
  transition: All 400ms ease;
}
.detail-book .action-back .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #084CA9;
}
.detail-book .action-back .link:hover .icon-arrow {
  background-color: #084CA9;
  color: #ffffff;
  left: -3px;
}
.detail-book .h-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4em;
  color: #084CA9;
  margin: 0 0 25px 0;
}
.detail-book .date {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  color: #084CA9;
  padding-top: 30px;
  position: relative;
}
.detail-book .date:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 170px;
  height: 1px;
  background-color: #6BBA22;
}
.detail-book .date .feather {
  margin-right: 5px;
}
.detail-book .action {
  padding-top: 60px;
}
.detail-book .action .btn + .btn {
  margin-left: 20px;
}

@media (max-width: 1600px) {
  .detail-gallery .more {
    font-size: 50px;
    width: 188.33px;
    height: 150.66px;
  }
}
@media (max-width: 1440px) {
  .detail-social-list {
    right: -30px;
  }
}
@media (max-width: 1199px) {
  .detail.editor-content,
  .detail-video,
  .detail-gallery,
  .detail-download,
  .detail-end {
    padding-top: 50px;
  }
  .detail-gallery .more {
    font-size: 40px;
    width: 148.33px;
    height: 118.66px;
  }
  .detail-article .content .h-title {
    font-size: 30px;
  }
  .detail-book .wrapper {
    width: 320px;
  }
  .detail-book .content-info {
    padding: 10px 40px 40px 0px;
  }
  .detail-book .content-info:before {
    left: 0;
    right: 0;
  }
  .detail-book .h-title {
    font-size: 30px;
  }
  .detail-book .action {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .detail-page .detail-title {
    margin-bottom: 15px;
    font-size: 25px;
  }
  .detail-page .detail-title:before {
    top: -15px;
    left: -30px;
    width: 180px;
    height: 75px;
  }
  .detail-cover {
    margin-top: -80px;
  }
  .detail-social-list {
    right: 20px;
    top: 20px;
  }
  .detail.editor-content,
  .detail-video,
  .detail-gallery,
  .detail-download,
  .detail-end {
    padding-top: 30px;
  }
  .detail-video {
    width: 80%;
  }
  .detail-gallery .more {
    font-size: 30px;
    width: 114.66px;
    height: 91.72px;
  }
  .detail-download .content .desc .box {
    float: none;
    width: 100%;
  }
  .detail-download .content .desc .box + .box {
    padding-left: 0;
  }
  .detail-download .content .desc .box + .box:before {
    display: none;
  }
  .detail-end .action {
    padding-top: 20px;
  }
  .related-post-slide {
    margin: 0 -5px;
  }
  .related-post-slide .item {
    padding: 0 5px;
  }
  .related-post-slide .slick-next {
    right: 15px;
  }
  .related-post-slide .slick-prev {
    margin-right: 85px;
  }
  .related-post .h-title {
    font-size: 25px;
  }
  .detail-article .content {
    padding-top: 30px;
  }
  .detail-article .content .h-title {
    font-size: 26px;
  }
  .detail-book .wrapper {
    width: 250px;
  }
  .detail-book .content-info {
    padding: 10px 90px 40px 0px;
  }
  .detail-book .h-title {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .detail-book .date {
    font-size: 18px;
    padding-top: 20px;
  }
  .detail-book .action .btn {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .detail-gallery .more {
    font-size: 20px;
    width: 31.2%;
    height: 100%;
  }
  .detail-cover {
    margin-top: -60px;
  }
  .detail-social-list {
    right: 0;
    top: 0;
    position: relative;
    padding-top: 15px;
    width: auto;
  }
  .detail-social-list .item-list li {
    width: auto;
  }
  .detail-social-list .item-list li + li {
    margin-top: 0;
    margin-left: 10px;
  }
  .detail-social-list .link {
    width: 40px;
    height: 40px;
  }
  .detail-social-list .link svg {
    width: 20px;
    height: 20px;
  }
  .detail-gallery .item-list li {
    width: 33.3333333333%;
  }
  .detail-gallery .item-list li:nth-child(1),
  .detail-gallery .item-list li:nth-child(2),
  .detail-gallery .item-list li:nth-child(3) {
    display: block;
  }
  .detail-gallery .item-list li:nth-child(4),
  .detail-gallery .item-list li:nth-child(5),
  .detail-gallery .item-list li:nth-child(6) {
    display: none;
  }
  .detail-gallery .more {
    font-size: 20px;
    width: 31.2%;
    height: 100%;
  }
  .detail-download .icon-load {
    width: 60px;
    height: 60px;
  }
  .detail-download .icon-load img {
    width: 30px;
  }
  .detail-end .action .icon-arrow {
    width: 26px;
    height: 26px;
    border-width: 1px;
    margin-right: 10px;
    font-size: 14px;
  }
  .related-post {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .related-post::after {
    height: 125px;
  }
  .related-post .h-title {
    font-size: 20px;
    text-align: center;
    padding-bottom: 15px;
  }
  .detail-article .content .action {
    padding-bottom: 12px;
  }
  .detail-article .content .action .icon-arrow {
    width: 26px;
    height: 26px;
    border-width: 1px;
    margin-right: 10px;
    font-size: 14px;
  }
  .detail-article .content .h-title {
    font-size: 20px;
  }
  .detail-article .content .date {
    font-size: 14px;
    padding-top: 20px;
  }
  .detail-article .content .date:before {
    left: 0px;
    width: 90px;
  }
  .detail-book .wrapper {
    width: 200px;
    margin: 0 auto;
    padding-bottom: 10%;
  }
  .detail-book .content-info {
    padding: 20px 0px;
    text-align: center;
  }
  .detail-book .h-title {
    font-size: 20px;
  }
  .detail-book .date {
    font-size: 14px;
  }
  .detail-book .date:before {
    margin: auto;
    right: 0;
  }
  .detail-book .action {
    text-align: center;
  }
  .detail-book .action .btn {
    min-width: 120px;
  }
  .detail-book .action .btn + .btn {
    min-width: 140px;
    margin-left: 10px;
  }
}
.about-I .desc {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8em;
  color: #838383;
}
.about-I .part-I .heading {
  font-weight: 600;
  font-size: 35px;
  line-height: 1.3em;
  text-align: center;
  color: #0047a1;
  max-width: 946px;
  margin: 5rem auto 3rem auto;
}
.about-I .part-I .desc {
  margin: 4rem 0;
}
.about-I .part-I .graphic-I,
.about-I .part-I .graphic-II,
.about-I .part-I .graphic-III {
  position: absolute;
}
.about-I .part-I .graphic-I {
  left: -86px;
  top: 40%;
  z-index: -1;
}
.about-I .part-I .graphic-II {
  right: -359px;
  top: 11%;
  z-index: -1;
}
.about-I .part-I .graphic-III {
  bottom: -110px;
  left: -156px;
  z-index: 3;
}
.about-I .part-II {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 3rem;
}
.about-I .part-II .desc {
  color: #fff;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.about-I .part-II .desc::before {
  content: "";
  width: 1312px;
  height: 505px;
  background: #0047a1;
  position: absolute;
  top: -96px;
  right: -318px;
  z-index: -1;
}
.about-I .part-II .img {
  position: absolute;
  left: -318px;
  top: -90px;
}
.about-I .part-II .box-I {
  z-index: 2;
}
.about-I .part-III {
  margin: 4rem 0 3rem 0;
}
.about-I .part-III ul.list {
  list-style: none;
  padding: 0;
}
.about-I .part-III ul.list li {
  display: flex;
  align-items: center;
}
.about-I .part-III ul.list li:nth-child(even) {
  margin-left: 18rem;
}
.about-I .part-III ul.list .no {
  font-weight: bold;
  font-size: 66px;
  line-height: 1.3em;
  color: #88ce00;
  margin: 0 3rem 0 -1.4rem;
  z-index: 1;
}
.about-I .part-III ul.list .title {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.1em;
  color: #000;
}
.about-I .part-III .desc.last {
  text-align: center;
  margin: 4rem 5.5rem;
}
.about-I .part-IV {
  background-image: url(../img/about/nrct-about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-I .part-IV .qoute {
  margin: 14rem 5rem;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.3em;
  text-align: center;
  color: #fff;
}
.about-I .part-IV .qoute span {
  font-weight: normal;
}
.about-I .part-IV .hex {
  position: absolute;
}
.about-I .part-IV .graphic-I {
  top: -140px;
  left: -24px;
}
.about-I .part-IV .graphic-II {
  right: 0;
  top: -220px;
}
.about-I .part-IV .graphic-III {
  left: 350px;
  bottom: 100px;
}
.about-I .part-IV .graphic-IV {
  right: 400px;
  bottom: 100px;
}
.about-I .part-IV .graphic-V {
  right: 0;
  bottom: 180px;
}
.about-I .part-IV .graphic-blue {
  top: 100px;
  left: 36%;
}

.about-II {
  position: relative;
}
.about-II .part-I {
  padding: 6rem 0;
}
.about-II .part-I .menu-title {
  font-weight: bold;
  font-size: 119px;
  line-height: 1.1em;
  color: #0047a1;
  margin-left: 4rem;
}
.about-II .part-I .qoute {
  font-size: 23px;
  line-height: 1.6em;
  color: #141414;
  margin-left: 3rem;
}
.about-II .part-I .qoute span {
  color: #0047a1;
  font-weight: bold;
}
.about-II .part-I .qoute::before {
  content: "“";
  position: absolute;
  font-weight: 600;
  font-size: 132px;
  line-height: 1em;
  color: #141414;
  opacity: 0.1;
  left: -80px;
  top: -15px;
}
.about-II .part-I .qoute::after {
  content: "“";
  position: absolute;
  font-weight: 600;
  font-size: 132px;
  line-height: 1em;
  color: #141414;
  opacity: 0.2;
  bottom: -33px;
  left: 208px;
  transform: rotate(180deg);
}
.about-II .part-I .graphic-I .img {
  position: absolute;
  left: 400px;
}
.about-II .graphic-II .img {
  position: absolute;
  right: -450px;
  top: 0;
}
.about-II .part-II {
  padding: 4rem 0;
  background-image: url(../img/about/about-II-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-II .part-II .title {
  font-weight: bold;
  font-size: 55px;
  line-height: 1.1em;
  color: #88ce00;
  text-align: center;
  margin-bottom: 2rem;
}
.about-II .part-II .desc {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.9em;
  text-align: center;
  color: #fff;
  max-width: 1044px;
  margin: 0 auto;
}
.about-II .part-III .img {
  position: absolute;
  left: -318px;
}
.about-II .part-III .missions {
  position: relative;
  margin-left: 4rem;
}
.about-II .part-III .missions .title {
  position: relative;
  margin-top: 7rem;
  font-weight: bold;
  font-size: 65px;
  line-height: 1em;
  color: #0047a1;
}
.about-II .part-III .missions .title::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url(../img/about/about-II-missions.svg);
  width: 295.67px;
  height: 143.65px;
  top: -50px;
  left: -10px;
}
.about-II .part-III .missions .lists {
  margin: 2rem 0 4rem 0;
  display: flex;
  row-gap: 2rem;
  flex-direction: column;
}
.about-II .part-III .missions .lists .list {
  display: flex;
  align-items: center;
}
.about-II .part-III .missions .lists .list .no {
  font-weight: bold;
  font-size: 36px;
  line-height: 1em;
  color: #88ce00;
  margin-right: 2rem;
}
.about-II .part-III .missions .lists .list .desc {
  font-size: 15px;
  line-height: 1.4;
  color: #838383;
}
.about-II .part-III .missions .graphic-III .img {
  position: absolute;
  right: -470px;
  bottom: 0;
  left: auto;
}
.about-II .part-IV {
  position: relative;
  background-position: center;
  background-image: url(../img/about/blue-green.svg);
  color: #ffffff;
}
.about-II .part-IV .subtitle {
  font-weight: bold;
  font-size: 35px;
  line-height: 1em;
  margin-bottom: 2rem;
}
.about-II .part-IV .desc {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.6;
  margin-bottom: 3rem;
  position: relative;
}
.about-II .part-IV .desc::before {
  content: "“";
  position: absolute;
  font-weight: 600;
  font-size: 81px;
  line-height: 1;
  color: #fff;
  left: -74px;
  top: 0px;
}
.about-II .part-IV .desc::after {
  content: "“";
  position: absolute;
  font-weight: 600;
  font-size: 132px;
  line-height: 1;
  color: #fff;
  bottom: -112px;
  right: 36px;
  transform: rotate(180deg);
}
.about-II .part-IV .left-side {
  margin: 0 4rem;
}
.about-II .part-IV .right-side {
  margin-left: 6rem;
}
.about-II .part-V .img {
  position: absolute;
  left: 0;
  right: -317px;
  top: 0;
}
.about-II .part-V .strategies {
  margin-bottom: 5rem;
  margin-right: 2rem;
  position: relative;
}
.about-II .part-V .strategies .title {
  position: relative;
  margin-top: 7rem;
  font-weight: bold;
  font-size: 65px;
  line-height: 1em;
  color: #0047a1;
}
.about-II .part-V .strategies .title::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url(../img/about/about-II-missions.svg);
  width: 295.67px;
  height: 143.65px;
  top: -50px;
  left: -10px;
}
.about-II .part-V .strategies .lists {
  margin-top: 3rem;
  display: flex;
  row-gap: 2rem;
  flex-direction: column;
}
.about-II .part-V .strategies .lists .list {
  display: flex;
  align-items: center;
}
.about-II .part-V .strategies .lists .list .no {
  font-weight: bold;
  font-size: 36px;
  line-height: 1em;
  color: #88ce00;
  margin-right: 2rem;
}
.about-II .part-V .strategies .lists .list .desc {
  font-size: 15px;
  line-height: 1.4;
  color: #838383;
}
.about-II .part-V .strategies .graphic-IV .img {
  position: absolute;
  top: 0;
  left: -472px;
}

.about-III .part-I {
  position: relative;
  padding: 5rem 0 8rem 0;
  z-index: 0;
}
.about-III .part-I .org-title {
  font-weight: bold;
  font-size: 54px;
  line-height: 1;
  text-align: center;
  color: #0047a1;
  margin-bottom: 3rem;
}
.about-III .part-I .graphic-I {
  position: absolute;
  top: 0;
  right: -420px;
  z-index: -1;
}
.about-III .part-I .charts div#chart_div-2 {
  position: relative;
  left: -148.6px;
}
.about-III .part-I .charts .first {
  position: relative;
}
.about-III .part-I .charts .first .circle {
  background: #0c2b59;
}
.about-III .part-I .charts .first::after {
  content: "Executive Director";
  right: -200px;
  top: 23%;
  font-size: 28px;
  text-align: left;
  position: absolute;
  font-weight: bold;
  line-height: 1.3em;
  color: #0047a1;
  width: 160px;
}
.about-III .part-I .charts .second {
  position: relative;
  display: flex;
  justify-content: center;
  width: 250px;
}
.about-III .part-I .charts .second .circle {
  background: #a2cd37;
}
.about-III .part-I .charts .second::after {
  content: "Deputy Executive Director";
  right: 19px;
  bottom: -60px;
  font-size: 20px;
  opacity: 0.86;
  position: absolute;
  font-weight: bold;
  line-height: 1.3em;
  color: #0047a1;
  width: 200px;
}
.about-III .part-I .charts .third {
  position: relative;
  display: flex;
  justify-content: center;
  width: 200px;
}
.about-III .part-I .charts .third .circle {
  background: #eaa31b;
}
.about-III .part-I .charts .third::after {
  bottom: -50px;
  font-size: 20px;
  opacity: 0.86;
  position: absolute;
  font-weight: bold;
  line-height: 1.3em;
  color: #0047a1;
  width: 320px;
}
.about-III .part-I .charts .third.left::after {
  content: "Senior Advisor for Research";
  left: 50px;
}
.about-III .part-I .charts .third.right::after {
  content: "Expert in Research System";
  right: 50px;
}
.about-III .part-I .charts .circle {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-III .part-I .charts .circle .inner-circle {
  width: 95px;
  height: 95px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-III .part-I .charts .circle .inner-circle .base {
  width: 86px;
  height: 86px;
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 50%;
}
.about-III .part-I .charts .circle .inner-circle .base .img.female {
  background-image: url(../img/about/about-III-org-chart-female.svg);
}
.about-III .part-I .charts .circle .inner-circle .base .img.male {
  background-image: url(../img/about/about-III-org-chart-male.svg);
}
.about-III .part-I .charts .circle .inner-circle .base .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.about-III .part-I .charts .fourth .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 269px;
  height: 113px;
  background: #00af50;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3em;
  color: #fff;
  padding: 1rem 2rem;
}
.about-III .part-I .charts .fourth.right .box {
  background: #a2cd37;
}
.about-III .part-I .charts .fifth .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 269px;
  height: 113px;
  background: #eaa31b;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3em;
  color: #fff;
  padding: 1rem 2rem;
}
.about-III .part-I .charts .sixth .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 333px;
  height: 113.46px;
  background: #06a8db;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3em;
  color: #fff;
  padding: 1rem 1rem;
}
.about-III .part-I .charts .line {
  position: relative;
}
.about-III .part-I .charts .line::before {
  content: "";
  position: absolute;
  height: 206px;
  width: 1px;
  background-color: #d1d1d1;
  padding: 0 !important;
  right: 49.7%;
  top: -80px;
}
.about-III .part-I .charts .line-I {
  position: relative;
  height: 3rem;
}
.about-III .part-I .charts .line-I::before {
  content: "";
  position: absolute;
  height: 206px;
  width: 1px;
  background-color: #d1d1d1;
  padding: 0 !important;
  right: 49%;
  top: -80px;
}
.about-III .part-I .charts .line-II {
  position: relative;
  height: 3rem;
}
.about-III .part-I .charts .line-II::before {
  content: "";
  position: absolute;
  height: 206px;
  width: 1px;
  background-color: #d1d1d1;
  padding: 0 !important;
  right: -10%;
  top: -135px;
}
.about-III .part-I .charts .line-II::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 20px;
  background-color: #ffffff;
  right: 23px;
  bottom: -22px;
}
.about-III .part-I .charts .line-III {
  position: relative;
  height: 3rem;
}
.about-III .part-I .charts .line-III::before {
  content: "";
  position: absolute;
  height: 206px;
  width: 1px;
  background-color: #d1d1d1;
  padding: 0 !important;
  right: 49.8%;
  top: -154px;
}
.about-III .part-I .charts .line-IV {
  position: relative;
  height: 3rem;
}
.about-III .part-I .charts .line-IV::before {
  content: "";
  position: absolute;
  height: 206px;
  width: 1px;
  background-color: #d1d1d1;
  padding: 0 !important;
  right: 49.8%;
  top: -154px;
  z-index: -1;
}
.about-III .part-I .charts .google-visualization-orgchart-node {
  font-family: Montserrat !important;
  border: none !important;
  -webkit-border-radius: none !important;
  -webkit-box-shadow: none !important;
  background-color: transparent !important;
  background: none !important;
}
.about-III .part-I .charts .google-visualization-orgchart-lineleft {
  border-left: 1px solid #d1d1d1 !important;
}
.about-III .part-I .charts .google-visualization-orgchart-lineright {
  border-right: 1px solid #d1d1d1 !important;
}
.about-III .part-I .charts .google-visualization-orgchart-linebottom {
  border-bottom: 1px solid #d1d1d1 !important;
}

.about-IV .part-I {
  background-image: url(../img/about/dr-wiparat-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-IV .part-I .datas,
.about-IV .part-II .datas {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4em;
  color: #ffffff;
}
.about-IV .part-I .datas .name,
.about-IV .part-II .datas .name {
  font-weight: bold;
  font-size: 46px;
  line-height: 1;
  color: #6bba22;
  margin-bottom: 1rem;
}
.about-IV .part-I .datas .position,
.about-IV .part-II .datas .position {
  margin-bottom: 2rem;
}
.about-IV .part-I .datas .email,
.about-IV .part-II .datas .email {
  margin-bottom: 0.5rem;
}
.about-IV .part-II {
  background-image: url(../img/about/mr-sompratana-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.about-IV .part-II .datas {
  margin-left: 3rem;
}
.about-IV .part-II .img {
  z-index: 1;
  position: relative;
}
.about-IV .part-II .graphic-I {
  position: absolute;
  bottom: -80px;
  right: 90px;
}
.about-IV .part-III {
  padding: 5rem 0;
}
.about-IV .part-III .items {
  margin: 0 0px;
}
.about-IV .part-III .items .item {
  text-align: center;
  padding: 0 1px;
  margin-bottom: 2rem;
}
.about-IV .part-III .items .item .img {
  margin-bottom: -1px;
  height: 335px;
}
.about-IV .part-III .items .item .img img {
  height: 100%;
}
.about-IV .part-III .items .item .datas {
  background: #f3f3f3;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6em;
  color: #000;
  padding: 3rem 1.5rem;
  height: 360px;
}
.about-IV .part-III .items .item .datas .name {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1em;
  color: #000;
  margin-bottom: 2.5rem;
}
.about-IV .part-III .items .item .datas .position {
  margin-bottom: 2rem;
}
.about-IV .part-III .items .item .datas .email,
.about-IV .part-III .items .item .datas .tel {
  opacity: 0.6;
}

.theme-style-2 .about-I .part-I .heading {
  color: #000000;
}
.theme-style-2 .about-I .img,
.theme-style-2 .about-II .img {
  filter: grayscale(1);
}
.theme-style-2 .about-I .part-II .desc::before {
  background: #000000;
}
.theme-style-2 .about-I .part-I {
  filter: grayscale(1);
}
.theme-style-2 .about-I .part-III ul.list li img {
  filter: grayscale(1);
  z-index: -1;
}
.theme-style-2 .about-I .part-III ul.list .no {
  color: #000000;
}
.theme-style-2 .about-I .part-IV {
  filter: grayscale(1);
}
.theme-style-2 .about-I .desc {
  color: #3a3a3a;
}
.theme-style-2 .about-I .part-II .desc {
  color: #ffffff;
}
.theme-style-2 .about-II .part-I .menu-title,
.theme-style-2 .about-II .part-I .qoute span,
.theme-style-2 .about-II .part-III .missions .title,
.theme-style-2 .about-II .part-V .strategies .title,
.theme-style-2 .about-II .part-IV .right-side,
.theme-style-2 .about-II .part-IV .right-side .desc::before,
.theme-style-2 .about-II .part-IV .right-side .desc::after {
  color: #000000;
}
.theme-style-2 .about-II .part-II {
  filter: grayscale(1) contrast(180%);
}
.theme-style-2 .about-II .part-IV,
.theme-style-2 .about-II .part-III .img,
.theme-style-2 .about-II .part-V .img {
  filter: grayscale(1);
}
.theme-style-2 .about-II .part-III .missions .lists .list .no,
.theme-style-2 .about-II .part-V .strategies .lists .list .no {
  color: #141414;
}
.theme-style-2 .about-II .part-III .missions .lists .list .desc,
.theme-style-2 .about-II .part-V .strategies .lists .list .desc {
  color: #3a3a3a;
}
.theme-style-2 .about-IV .part-I,
.theme-style-2 .about-IV .part-II {
  background-image: none;
  background-color: #000000;
}
.theme-style-2 .about-IV .img,
.theme-style-2 .about-IV img {
  filter: grayscale(1);
}
.theme-style-2 .about-IV .part-I .datas .name,
.theme-style-2 .about-IV .part-II .datas .name {
  color: #ffffff;
}
.theme-style-2 .about-IV .part-III .items .item .datas {
  background: #000000;
  color: #ffffff;
}
.theme-style-2 .about-IV .part-III .items .item .datas .name {
  color: #ffffff;
}
@media (max-width: 991px) {
  .theme-style-2 .about-I .part-II .desc {
    background-color: #000000;
  }
}
@media (max-width: 767px) {
  .theme-style-2 .about-IV .part-I .datas .name,
  .theme-style-2 .about-IV .part-II .datas .name {
    color: #000000;
  }
  .theme-style-2 .about-IV .part-II .datas {
    border-bottom: 4px solid #000000;
  }
}
.theme-style-2 .about-III .part-I .charts .circle .inner-circle,
.theme-style-2 .about-III .part-I .graphic-I {
  filter: grayscale(1);
}
.theme-style-2 .about-III .part-I .org-title,
.theme-style-2 .about-III .part-I .charts .first::after,
.theme-style-2 .about-III .part-I .charts .second::after,
.theme-style-2 .about-III .part-I .charts .third::after {
  color: #000000;
}
.theme-style-2 .about-III .part-I .charts .fourth.right .box,
.theme-style-2 .about-III .part-I .charts .fourth .box,
.theme-style-2 .about-III .part-I .charts .fifth .box,
.theme-style-2 .about-III .part-I .charts .sixth .box {
  background-color: #000000;
  color: #ffffff;
}
.theme-style-2 .about-III .part-I .charts .fifth .box {
  background-color: #1d1d1d;
}
.theme-style-2 .about-III .part-I .charts .first .circle {
  background-color: #000;
}
.theme-style-2 .about-III .part-I .charts .second .circle,
.theme-style-2 .about-III .part-I .charts .third .circle {
  background-color: #1d1d1d;
}

.theme-style-3 .about-I,
.theme-style-3 .about-II {
  background: #c5b500;
}
.theme-style-3 .about-I .img {
  filter: grayscale(1) contrast(150%);
}
.theme-style-3 .about-II .img {
  filter: grayscale(1);
}
.theme-style-3 .about-I .part-I .heading {
  color: #000000;
}
.theme-style-3 .about-I .desc {
  color: #000000;
}
.theme-style-3 .about-I .part-II .desc::before {
  background: #000000;
}
.theme-style-3 .about-I .part-I .graphic-I,
.theme-style-3 .about-I .part-I .graphic-II,
.theme-style-3 .about-I .part-I .graphic-III {
  filter: grayscale(1);
}
.theme-style-3 .about-I .part-III ul.list li img {
  filter: grayscale(1);
  z-index: -1;
}
.theme-style-3 .about-I .part-III ul.list li img {
  filter: grayscale(1);
  z-index: -1;
}
.theme-style-3 .about-I .part-III ul.list .no {
  color: #000000;
}
.theme-style-3 .about-I .part-II .desc {
  color: #fff;
}
.theme-style-3 .about-I .part-IV .qoute {
  color: #c5b500;
}
.theme-style-3 .about-I .part-IV .graphic-I,
.theme-style-3 .about-I .part-IV .graphic-II,
.theme-style-3 .about-I .part-IV .graphic-III,
.theme-style-3 .about-I .part-IV .graphic-IV,
.theme-style-3 .about-I .part-IV .graphic-V,
.theme-style-3 .about-I .part-IV .graphic-blue {
  filter: grayscale(1);
}
.theme-style-3 .about-I .part-IV {
  background-image: none;
  background-color: #000;
}
.theme-style-3 .about-I .part-II .box-I {
  z-index: 2;
}
.theme-style-3 .about-I .part-II .box-II {
  z-index: 1;
}
.theme-style-3 .about-I .part-I .graphic-III {
  z-index: 3;
}
.theme-style-3 .about-I .part-II .desc {
  color: #c5b500;
}
@media (max-width: 991px) {
  .theme-style-3 .about-I .part-II .desc {
    background-color: #000000;
  }
}
.theme-style-3 .about-II .part-I .menu-title,
.theme-style-3 .about-II .part-I .qoute span,
.theme-style-3 .about-II .part-III .missions .title,
.theme-style-3 .about-II .part-V .strategies .title,
.theme-style-3 .about-II .part-IV .right-side,
.theme-style-3 .about-II .part-IV .right-side .desc::before,
.theme-style-3 .about-II .part-IV .right-side .desc::after {
  color: #000000;
}
.theme-style-3 .about-II .part-II {
  filter: grayscale(1) contrast(180%);
}
.theme-style-3 .about-II .part-IV,
.theme-style-3 .about-II .part-III .img,
.theme-style-3 .about-II .part-V .img {
  filter: grayscale(1);
}
.theme-style-3 .about-II .part-III .missions .lists .list .no,
.theme-style-3 .about-II .part-V .strategies .lists .list .no {
  color: #141414;
}
.theme-style-3 .about-II .part-III .missions .lists .list .desc,
.theme-style-3 .about-II .part-V .strategies .lists .list .desc {
  color: #3a3a3a;
}
.theme-style-3 .about-IV .part-I,
.theme-style-3 .about-IV .part-II {
  background-image: none;
  background-color: #000000;
}
.theme-style-3 .about-IV .img,
.theme-style-3 .about-IV img {
  filter: grayscale(1);
}
.theme-style-3 .about-IV .part-I .datas .name,
.theme-style-3 .about-IV .part-II .datas .name {
  color: #ffffff;
}
.theme-style-3 .about-IV .part-III {
  background-color: #c5b500;
}
.theme-style-3 .about-IV .part-III .items .item .datas {
  background: #000000;
  color: #ffffff;
}
.theme-style-3 .about-IV .part-III .items .item .datas .name {
  color: #ffffff;
}
@media (max-width: 767px) {
  .theme-style-3 .about-IV .part-I .datas .name,
  .theme-style-3 .about-IV .part-II .datas .name {
    color: #000000;
  }
  .theme-style-3 .about-IV .part-II .datas {
    border-bottom: 4px solid #000000;
  }
  .theme-style-3 .about-IV .part-I .datas,
  .theme-style-3 .about-IV .part-II .datas {
    background-color: #c5b500;
  }
}
.theme-style-3 .about-III .part-I .charts .first .circle,
.theme-style-3 .about-III .part-I .charts .second .circle,
.theme-style-3 .about-III .part-I .charts .third .circle {
  background-color: #000;
}
.theme-style-3 .about-III .part-I .charts .circle .inner-circle,
.theme-style-3 .about-III .part-I .graphic-I {
  filter: grayscale(1);
}
.theme-style-3 .about-III .part-I .org-title,
.theme-style-3 .about-III .part-I .charts .first::after,
.theme-style-3 .about-III .part-I .charts .second::after,
.theme-style-3 .about-III .part-I .charts .third::after {
  color: #000000;
}
.theme-style-3 .about-III .part-I,
.theme-style-3 .about-III .part-I .charts .line-II::after {
  background-color: #c5b500;
}
.theme-style-3 .about-III .part-I .charts .line::before,
.theme-style-3 .about-III .part-I .charts .line-I::before,
.theme-style-3 .about-III .part-I .charts .line-II::before,
.theme-style-3 .about-III .part-I .charts .line-III::before,
.theme-style-3 .about-III .part-I .charts .line-IV::before {
  background-color: #444444;
}
.theme-style-3 .about-III .part-I .charts .google-visualization-orgchart-lineleft {
  border-left: 1px solid #444444 !important;
}
.theme-style-3 .about-III .part-I .charts .google-visualization-orgchart-lineright {
  border-right: 1px solid #444444 !important;
}
.theme-style-3 .about-III .part-I .charts .google-visualization-orgchart-linebottom {
  border-bottom: 1px solid #444444 !important;
}
.theme-style-3 .about-III .part-I .charts .fourth.right .box,
.theme-style-3 .about-III .part-I .charts .fourth .box,
.theme-style-3 .about-III .part-I .charts .fifth .box,
.theme-style-3 .about-III .part-I .charts .sixth .box {
  background-color: #000000;
  color: #c5b500;
}
.theme-style-3 .about-III .part-I .charts .fifth .box {
  background-color: #1d1d1d;
}
.theme-style-3 .about-III .part-I .charts .first .circle {
  background-color: #000;
}
.theme-style-3 .about-III .part-I .charts .second .circle,
.theme-style-3 .about-III .part-I .charts .third .circle {
  background-color: #1d1d1d;
}

@media (max-width: 1600px) {
  .about-I .part-II .img {
    left: -195px;
    margin-right: 40px;
  }
  .about-I .part-II .desc::before {
    width: 1190px;
    height: 461px;
    right: -195px;
  }
  .about-I .part-IV .graphic-III {
    left: 180px;
  }
  .about-I .part-IV .graphic-IV {
    right: 200px;
  }
  .about-I .part-IV .qoute {
    margin: 13rem 5rem;
  }
  .about-I .part-IV .hex {
    transform: scale(0.9);
  }
  .about-I .part-I .heading {
    font-size: 34px;
  }
  .about-I .part-III ul.list .title {
    font-size: 24px;
  }
  .about-I .part-IV .qoute {
    font-size: 44px;
  }
  .about-II .part-I .menu-title {
    font-size: 100px;
  }
  .about-II .part-I .qoute,
  .about-II .part-IV .desc {
    font-size: 22px;
  }
  .about-II .part-I .qoute::before,
  .about-II .part-I .qoute::after {
    font-size: 130px;
  }
  .about-II .part-I .qoute::after {
    left: 310px;
  }
  .about-II .part-II .title {
    font-size: 52px;
  }
  .about-II .part-II .desc {
    font-size: 18px;
  }
  .about-II .part-III .missions .title,
  .about-II .part-V .strategies .title {
    font-size: 60px;
  }
  .about-II .part-IV .subtitle {
    font-size: 34px;
  }
  .about-II .part-V .strategies .lists,
  .about-II .part-III .missions .lists {
    row-gap: 1.6rem;
  }
  .about-II .part-I .graphic-I .img,
  .about-II .graphic-II .img,
  .about-II .part-III .missions .graphic-III .img,
  .about-II .part-V .strategies .graphic-IV .img {
    transform: scale(0.9);
  }
  .about-II .part-III .missions .graphic-III .img {
    right: -326px;
  }
  .about-II .part-V .strategies .graphic-IV .img {
    left: -363px;
  }
  .about-IV .part-II .graphic-I {
    right: -60px;
  }
  .about-IV .part-I .datas .name,
  .about-IV .part-II .datas .name {
    font-size: 42px;
  }
  .about-IV .part-I .datas,
  .about-IV .part-II .datas {
    font-size: 24px;
  }
  .about-IV .part-III .items .item .datas .name {
    font-size: 26px;
  }
  .about-IV .part-III .items .item .datas {
    font-size: 16px;
  }
  .about-IV .part-I .img,
  .about-IV .part-II .img,
  .about-IV .part-III .items .item .img {
    padding: 0 2rem;
  }
  .about-IV .part-III .items .item .img {
    height: 300px;
  }
  .about-III .part-I .graphic-I {
    right: -530px;
    transform: scale(0.8);
  }
  .about-III .part-I .org-title {
    font-size: 48px;
  }
  .about-III .part-I .charts .first::after {
    font-size: 26px;
  }
  .about-III .part-I .charts .second::after,
  .about-III .part-I .charts .third::after,
  .about-III .part-I .charts .fourth .box {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .about-I .part-I .graphic-I,
  .about-I .part-I .graphic-II,
  .about-I .part-I .graphic-III {
    position: absolute;
    transform: scale(0.6);
  }
  .about-I .part-II .img {
    left: -115px;
  }
  .about-I .part-II .desc {
    color: #fff;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .about-I .part-II .desc::before {
    width: 970px;
    height: 398px;
    right: -115px;
  }
  .about-I .part-I .graphic-III {
    left: -172px;
  }
  .about-I .part-III {
    margin: 1rem 0 3rem 0;
  }
  .about-I .part-IV .hex {
    transform: scale(0.7);
  }
  .about-I .part-IV .graphic-II {
    right: -42px;
  }
  .about-I .part-IV .graphic-I {
    left: -60px;
  }
  .about-I .part-I .heading {
    font-size: 32px;
  }
  .about-I .part-III ul.list .title {
    font-size: 22px;
  }
  .about-I .part-IV .qoute {
    font-size: 42px;
  }
  .about-I .desc {
    font-size: 14px;
  }
  .about-I .part-IV .qoute {
    margin: 11rem 5rem;
  }
  .about-I .part-IV .graphic-III {
    bottom: 80px;
  }
  .about-I .part-IV .graphic-IV {
    bottom: 80px;
  }
  .about-I .part-IV .graphic-V {
    right: -26px;
    bottom: 160px;
  }
  .about-I .part-II .desc::before {
    top: -73px;
  }
  .about-II .part-I .menu-title {
    font-size: 90px;
  }
  .about-II .part-I .qoute,
  .about-II .part-IV .desc {
    font-size: 20px;
  }
  .about-II .part-I .qoute::before,
  .about-II .part-I .qoute::after,
  .about-II .part-IV .desc::after {
    font-size: 120px;
  }
  .about-II .part-II .title {
    font-size: 48px;
  }
  .about-II .part-II .desc {
    font-size: 16px;
  }
  .about-II .part-III .missions .title,
  .about-II .part-V .strategies .title {
    font-size: 50px;
  }
  .about-II .part-IV .subtitle {
    font-size: 30px;
  }
  .about-II .part-III .missions .lists .list .desc,
  .about-II .part-V .strategies .lists .list .desc {
    font-size: 14px;
  }
  .about-II .part-III .missions .lists .list .no,
  .about-II .part-V .strategies .lists .list .no {
    font-size: 34px;
  }
  .about-II .part-IV .desc::before {
    font-size: 70px;
    left: -60px;
  }
  .about-II .part-I .qoute::after {
    left: 550px;
    bottom: -60px;
  }
  .about-II .part-I .graphic-I .img,
  .about-II .graphic-II .img,
  .about-II .part-III .missions .graphic-III .img,
  .about-II .part-V .strategies .graphic-IV .img {
    transform: scale(0.7);
  }
  .about-II .graphic-II .img {
    right: -550px;
  }
  .about-II .part-V .strategies .graphic-IV .img {
    left: -450px;
  }
  .about-II .part-I .graphic-I .img {
    left: 246px;
  }
  .about-II .part-III .missions .title::before,
  .about-II .part-V .strategies .title::before {
    transform: scale(0.8);
    top: -60px;
    left: -40px;
  }
  .about-IV .part-II .graphic-I {
    right: -120px;
    transform: scale(0.8);
  }
  .about-IV .part-I .datas .name,
  .about-IV .part-II .datas .name {
    font-size: 36px;
  }
  .about-IV .part-I .datas,
  .about-IV .part-II .datas {
    font-size: 22px;
  }
  .about-IV .part-III .items .item .datas .name {
    font-size: 24px;
  }
  .about-IV .part-III .items .item .datas {
    font-size: 15px;
  }
  .about-IV .part-I .img,
  .about-IV .part-II .img,
  .about-IV .part-III .items .item .img {
    padding: 0 4rem;
  }
  .about-IV .part-III .items .item .img {
    height: 270px;
  }
  .about-IV .part-III .items .item .datas {
    padding: 2rem 1rem;
    height: 272px;
  }
  .about-IV .part-III .items .item .datas .name {
    margin-bottom: 1.5rem;
  }
  .about-IV .part-III .items .item .datas .position {
    margin-bottom: 1rem;
  }
  .about-III .part-I .graphic-I {
    right: -530px;
    transform: scale(0.6);
  }
  .about-III .part-I .org-title {
    font-size: 42px;
  }
  .about-III .part-I .charts .first::after {
    font-size: 24px;
  }
  .about-III .part-I .charts .second::after,
  .about-III .part-I .charts .third::after,
  .about-III .part-I .charts .fourth .box {
    font-size: 16px;
  }
  .about-III .part-I .charts .fifth .box,
  .about-III .part-I .charts .sixth .box {
    font-size: 14px;
  }
  .about-III .part-I .charts .circle {
    width: 120px;
    height: 120px;
  }
  .about-III .part-I .charts .circle .inner-circle {
    width: 88px;
    height: 88px;
  }
  .about-III .part-I .charts .circle .inner-circle .base {
    width: 75px;
    height: 75px;
  }
  .about-III .part-I .charts .circle .inner-circle .base .img {
    transform: scale(0.8);
  }
  .about-III .part-I .charts .third::after {
    bottom: -45px;
  }
  .about-III .part-I .charts .first::after {
    right: -195px;
  }
  .about-III .part-I .charts .third {
    width: 180px;
  }
  .about-III .part-I .charts .fourth .box {
    width: 248px;
  }
  .about-III .part-I .charts .line-II::before {
    right: -19%;
  }
  .about-III .part-I .charts div#chart_div-2 {
    left: -138px;
  }
  .about-III .part-I .charts .line-II::before {
    right: -10.1%;
  }
}
@media (max-width: 1199px) {
  .about-I .part-I .heading {
    font-size: 30px;
  }
  .about-I .part-III ul.list .title {
    font-size: 20px;
  }
  .about-I .part-IV .qoute {
    font-size: 40px;
  }
  .about-I .desc {
    font-size: 13px;
  }
  .about-I .part-IV .hex {
    transform: scale(0.6);
  }
  .about-I .part-IV .graphic-II {
    right: -61px;
  }
  .about-I .part-IV .graphic-III {
    left: 60px;
    bottom: 60px;
  }
  .about-I .part-IV .graphic-I {
    left: -76px;
  }
  .about-I .part-IV .graphic-IV {
    right: 122px;
    bottom: 60px;
  }
  .about-I .part-IV .graphic-V {
    bottom: 140px;
  }
  .about-I .part-IV .qoute {
    margin: 9rem 0;
  }
  .about-I .part-I .graphic-III {
    bottom: -167px;
  }
  .about-I .part-I .graphic-II {
    right: -415px;
    top: 0%;
  }
  .about-I .part-I .graphic-I {
    left: -135px;
    top: 34%;
  }
  .about-I .part-II .desc {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .about-I .part-II .desc::before {
    width: 850px;
    height: 377px;
    right: -116px;
  }
  .about-I .part-III ul.list li img {
    transform: scale(0.8);
    position: relative;
    left: -13px;
  }
  .about-I .part-III ul.list .no {
    font-size: 60px;
    margin: 0 2rem 0 -3rem;
  }
  .about-I .part-II .desc::before {
    top: -48px;
  }
  .about-II .part-I .menu-title {
    font-size: 80px;
  }
  .about-II .part-I .qoute,
  .about-II .part-IV .desc {
    font-size: 18px;
  }
  .about-II .part-I .qoute::before,
  .about-II .part-I .qoute::after,
  .about-II .part-IV .desc::after {
    font-size: 100px;
  }
  .about-II .part-II .title {
    font-size: 44px;
  }
  .about-II .part-II .desc {
    font-size: 14px;
  }
  .about-II .part-III .missions .title,
  .about-II .part-V .strategies .title {
    font-size: 38px;
    margin-top: 4rem;
  }
  .about-II .part-IV .subtitle {
    font-size: 26px;
  }
  .about-II .part-III .missions .lists .list .desc,
  .about-II .part-V .strategies .lists .list .desc {
    font-size: 13px;
  }
  .about-II .part-III .missions .lists .list .no,
  .about-II .part-V .strategies .lists .list .no {
    font-size: 32px;
  }
  .about-II .part-IV .desc::before {
    font-size: 60px;
    left: -60px;
  }
  .about-II .part-V .strategies {
    margin-bottom: 2.5rem;
  }
  .about-II .part-III .missions .lists {
    margin: 2rem 0 3rem 0;
  }
  .about-II .part-IV .desc {
    margin-bottom: 2rem;
  }
  .about-II .part-IV .desc::after {
    bottom: -92px;
  }
  .about-II .part-I .qoute::after {
    left: 453px;
  }
  .about-II .part-III .missions .title::before,
  .about-II .part-V .strategies .title::before {
    transform: scale(0.7);
    top: -60px;
    left: -50px;
  }
  .about-II .graphic-II .img,
  .about-II .part-III .missions .graphic-III .img,
  .about-II .part-V .strategies .graphic-IV .img {
    display: none;
  }
  .about-IV .part-II .graphic-I {
    right: -192px;
    bottom: -130px;
    transform: scale(0.7);
  }
  .about-IV .part-I .datas .name,
  .about-IV .part-II .datas .name {
    font-size: 32px;
  }
  .about-IV .part-I .datas,
  .about-IV .part-II .datas {
    font-size: 20px;
  }
  .about-IV .part-III .items .item .datas .name {
    font-size: 22px;
  }
  .about-IV .part-III .items .item .datas {
    font-size: 13px;
  }
  .about-IV .part-I .img,
  .about-IV .part-II .img,
  .about-IV .part-III .items .item .img {
    padding: 0 4rem;
  }
  .about-IV .part-III .items .item .img {
    height: 185px;
  }
  .about-IV .part-III .items .item .datas {
    height: 260px;
  }
  .about-IV .part-I .datas .position,
  .about-IV .part-II .datas .position {
    margin-bottom: 1.5rem;
  }
  .about-III .part-I .graphic-I {
    right: -500px;
    transform: scale(0.4);
  }
  .about-III .part-I .org-title {
    font-size: 36px;
  }
  .about-III .part-I .charts .first::after {
    font-size: 22px;
  }
  .about-III .part-I .charts .second::after,
  .about-III .part-I .charts .third::after,
  .about-III .part-I .charts .fourth .box {
    font-size: 14px;
  }
  .about-III .part-I .charts .fifth .box,
  .about-III .part-I .charts .sixth .box {
    font-size: 13px;
  }
  .about-III .part-I .charts .sixth .box {
    width: 290px;
    height: 100px;
  }
  .about-III .part-I .charts .sixth .box {
    width: 290px;
  }
  .about-III .part-I .charts .fourth .box {
    width: 200px;
    padding: 1rem 1rem;
  }
  .about-III .part-I .charts .circle {
    width: 100px;
    height: 100px;
  }
  .about-III .part-I .charts .circle .inner-circle {
    width: 75px;
    height: 75px;
  }
  .about-III .part-I .charts .circle .inner-circle .base {
    width: 65px;
    height: 65px;
  }
  .about-III .part-I .charts .circle .inner-circle .base .img {
    transform: scale(0.6);
  }
  .about-III .part-I .charts .second::after {
    bottom: -40px;
  }
  .about-III .part-I .charts .fourth .box {
    width: 180px;
    height: 90px;
  }
  .about-III .part-I .charts .fifth .box {
    width: 240px;
    height: 100px;
    padding: 1rem;
  }
  .about-III .part-I .charts div#chart_div-2 {
    left: -104px;
  }
  .about-III .part-I .charts .line-II::before {
    right: -12.6%;
  }
}
@media (max-width: 991px) {
  .about-I .part-I .heading {
    font-size: 28px;
  }
  .about-I .part-III ul.list .title {
    font-size: 18px;
  }
  .about-I .part-IV .qoute {
    font-size: 38px;
  }
  .about-I .desc {
    font-size: 12px;
  }
  .about-I .part-II .desc::before {
    width: 690px;
    height: 312px;
    right: -4px;
  }
  .about-I .part-I .graphic-I,
  .about-I .part-I .graphic-II,
  .about-I .part-I .graphic-III {
    display: none;
  }
  .about-I .part-IV .qoute {
    font-size: 38px;
  }
  .about-I .part-IV .hex {
    transform: scale(0.4);
  }
  .about-I .part-IV .graphic-III {
    left: 20px;
    bottom: 20px;
  }
  .about-I .part-IV .graphic-blue {
    top: 40px;
  }
  .about-I .part-IV .graphic-IV {
    right: 20px;
    bottom: 20px;
  }
  .about-I .part-IV .graphic-I {
    left: -90px;
  }
  .about-I .part-IV .graphic-II {
    right: -99px;
  }
  .about-I .part-III ul.list .no {
    font-size: 54px;
  }
  .about-I .part-III ul.list li img {
    transform: scale(0.7);
    left: -19px;
  }
  .about-I .part-III ul.list .no {
    margin: 0 1.6rem 0 -3.6rem;
  }
  .about-I .part-II .img {
    position: relative;
    left: 0;
    top: 0;
    margin-right: 0;
  }
  .about-I .part-II {
    padding: 0;
  }
  .about-I .part-II .desc {
    background-color: #0047a1;
    padding: 3rem 2rem;
    margin: 2rem 0;
  }
  .about-I .part-II .desc::before {
    display: none;
  }
  .about-II .part-IV {
    background-image: none;
  }
  .about-II .part-IV .left-side {
    background-color: #1f3b57;
  }
  .about-II .part-IV .right-side {
    background-color: #88ce00;
  }
  .about-II .part-IV .left-side,
  .about-II .part-IV .right-side {
    margin-left: 0;
    margin: -3.1rem -15px;
    padding: 3rem 15px;
    text-align: center;
  }
  .about-II .part-IV .desc {
    margin-bottom: 0;
  }
  .about-II .part-IV .desc::before {
    left: 14px;
    top: -38px;
  }
  .about-II .part-IV .desc::after {
    bottom: -40px;
  }
  .about-II .part-I .menu-title {
    font-size: 60px;
  }
  .about-II .part-I .qoute,
  .about-II .part-IV .desc {
    font-size: 16px;
  }
  .about-II .part-I .qoute::before,
  .about-II .part-I .qoute::after,
  .about-II .part-IV .desc::after {
    font-size: 80px;
  }
  .about-II .part-II .title {
    font-size: 40px;
  }
  .about-II .part-II .desc {
    font-size: 14px;
  }
  .about-II .part-III .missions .title,
  .about-II .part-V .strategies .title {
    font-size: 34px;
  }
  .about-II .part-IV .subtitle {
    font-size: 22px;
  }
  .about-II .part-III .missions .lists .list .desc,
  .about-II .part-V .strategies .lists .list .desc {
    font-size: 12px;
  }
  .about-II .part-III .missions .lists .list .no,
  .about-II .part-V .strategies .lists .list .no {
    font-size: 28px;
  }
  .about-II .part-IV .desc::before {
    font-size: 40px;
  }
  .about-II .part-I .qoute {
    margin-left: 0;
  }
  .about-II .part-I .qoute::before {
    left: -60px;
  }
  .about-II .part-I .qoute::after {
    left: auto;
    right: 0;
  }
  .about-II .part-V .strategies .lists,
  .about-II .part-III .missions .lists {
    row-gap: 1rem;
  }
  .about-II .part-I .graphic-I .img {
    display: none;
  }
  .about-IV .part-II .graphic-I {
    display: none;
  }
  .about-IV .part-I .datas .name,
  .about-IV .part-II .datas .name {
    font-size: 26px;
  }
  .about-IV .part-I .datas,
  .about-IV .part-II .datas {
    font-size: 16px;
  }
  .about-IV .part-III .items .item .datas .name {
    font-size: 18px;
  }
  .about-IV .part-III .items .item .datas {
    font-size: 12px;
  }
  .about-IV .part-III .items .item .datas {
    height: 230px;
  }
  .about-III .part-I .graphic-I {
    display: none;
  }
  .about-III .part-I .org-title {
    font-size: 30px;
  }
  .about-III .part-I .charts .first::after {
    font-size: 20px;
  }
  .about-III .part-I .charts .second::after,
  .about-III .part-I .charts .third::after,
  .about-III .part-I .charts .fourth .box {
    font-size: 12px;
  }
  .about-III .part-I .charts .fifth .box,
  .about-III .part-I .charts .sixth .box {
    font-size: 12px;
  }
  .about-III .part-I .charts .second {
    width: 150px;
  }
  .about-III .part-I .charts .second::after {
    right: -25px;
  }
  .about-III .part-I .charts .third {
    width: 120px;
  }
  .about-III .part-I .charts .third.left::after {
    left: -30px;
  }
  .about-III .part-I .charts .third.right::after {
    right: -30px;
  }
  .about-III .part-I .charts .third::after {
    bottom: -35px;
  }
  .about-III .part-I .charts .second::after {
    bottom: -35px;
  }
  .about-III .part-I .charts .fourth .box {
    width: 140px;
    height: 70px;
  }
  .about-III .part-I .charts .fifth .box {
    width: 200px;
    height: 80px;
  }
  .about-III .part-I .charts .sixth .box {
    width: 230px;
    height: 110px;
  }
  .about-III .part-I .charts div#chart_div-2 {
    left: -84px;
  }
  .about-III .part-I .charts .line-II::before {
    right: -14.5%;
  }
}
@media (max-width: 767px) {
  .about-I .part-I .heading {
    font-size: 26px;
  }
  .about-I .part-III ul.list .title {
    font-size: 16px;
  }
  .about-I .part-IV .qoute {
    font-size: 36px;
  }
  .about-I .part-III .img {
    text-align: center;
    margin-bottom: -4rem;
  }
  .about-I .part-III ul.list li:nth-child(even) {
    margin-left: 0;
  }
  .about-I .part-IV .qoute {
    margin: 6rem 0;
  }
  .about-I .part-IV .graphic-III,
  .about-I .part-IV .graphic-IV,
  .about-I .part-IV .graphic-V {
    display: none;
  }
  .about-I .part-IV .hex {
    transform: scale(0.3);
  }
  .about-I .part-IV .graphic-II {
    right: -118px;
  }
  .about-I .part-III .desc.last {
    margin: 4rem 0;
  }
  .about-II .part-III .img {
    position: initial;
    margin: 0 -15px;
  }
  .about-II .part-I .menu-title {
    margin-left: 0;
  }
  .about-II .part-I {
    padding: 3rem 0;
  }
  .about-II .part-I .qoute::before {
    left: 0;
    top: -55px;
  }
  .about-II .part-I .qoute {
    margin-top: 2rem;
  }
  .about-II .part-III .missions .title::before,
  .about-II .part-V .strategies .title::before {
    transform: scale(0.6);
    top: -60px;
    left: -65px;
  }
  .about-II .part-V .strategies {
    margin-bottom: 3rem;
  }
  .about-II .part-III .missions {
    margin-left: 0;
  }
  .about-IV .part-I .datas,
  .about-IV .part-II .datas {
    text-align: center;
    background: #fff;
    color: #000;
    margin: 0 -15px;
    padding: 2rem 15px;
  }
  .about-IV .part-I .img,
  .about-IV .part-II .img {
    text-align: center;
  }
  .about-IV .part-III {
    padding: 3rem 0;
  }
  .about-IV .part-II .datas {
    border-bottom: 4px solid #0047a1;
  }
  .about-IV .part-I .datas .name,
  .about-IV .part-II .datas .name {
    font-size: 22px;
  }
  .about-IV .part-I .datas,
  .about-IV .part-II .datas {
    font-size: 12px;
  }
  .about-IV .part-III .items .item .datas .name {
    font-size: 14px;
  }
  .about-IV .part-I .datas .position,
  .about-IV .part-II .datas .position {
    margin-bottom: 1.1rem;
  }
  .about-IV .part-I .img,
  .about-IV .part-II .img,
  .about-IV .part-III .items .item .img {
    padding: 0 3rem;
  }
  .about-IV .part-III .items .item .img,
  .about-IV .part-III .items .item .datas {
    height: auto;
  }
  .about-IV .part-I .img,
  .about-IV .part-II .img {
    padding: 0;
  }
  .about-III .part-I .org-title {
    font-size: 24px;
  }
  .about-III .part-I .charts .first::after {
    font-size: 18px;
  }
  .about-III .part-I {
    padding: 3rem 0 5rem 0;
  }
  .about-III .part-I .charts .fourth .box {
    width: 100px;
    height: 70px;
  }
  .about-III .part-I .charts .fifth .box {
    width: 125px;
    height: 120px;
  }
  .about-III .part-I .charts .sixth .box {
    width: 160px;
    height: 130px;
  }
  .about-III .part-I .charts div#chart_div-2 {
    left: -63.9px;
  }
  .about-III .part-I .charts .line-II::before {
    right: -17.5%;
  }
  .about-III .part-I .charts .circle {
    width: 80px;
    height: 80px;
  }
  .about-III .part-I .charts .circle .inner-circle {
    width: 65px;
    height: 65px;
  }
  .about-III .part-I .charts .circle .inner-circle .base {
    width: 55px;
    height: 55px;
  }
  .about-III .part-I .charts .circle .inner-circle .base .img {
    transform: scale(0.5);
  }
  .about-III .part-I .scroll-wrap {
    overflow-x: scroll;
  }
  .about-III .part-I .charts {
    width: 600px;
    margin: 0 auto;
  }
  .about-III .part-I .charts .second,
  .about-III .part-I .charts .third {
    width: auto;
  }
  .about-III .part-I .charts .second::after {
    right: -60px;
  }
  .about-III .part-I .charts .third.right::after {
    right: -66px;
  }
  .about-III .part-I .charts .third.left::after {
    left: -66px;
  }
}
.rdIndex-slider {
  position: relative;
  z-index: 1;
}
.rdIndex-slider:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -125px;
  width: 500px;
  height: 550px;
  background-color: #084CA9;
}
.rdIndex-slider .slick-list {
  overflow: visible;
}
.rdIndex-slider .slick-slide {
  opacity: 0;
  pointer-events: none;
  transition: All 400ms ease;
}
.rdIndex-slider .slick-slide.slick-active {
  opacity: 1;
  pointer-events: visible;
}
.rdIndex-slider .slick-prev, .rdIndex-slider .slick-next {
  top: auto;
  bottom: -115px;
}
.rdIndex-slider .slick-prev {
  left: 0;
  margin-left: 330px;
}
.rdIndex-slider .slick-next {
  right: auto;
  left: 0;
  margin-left: 400px;
  margin-right: 0;
}
.rdIndex-slider .rdIndex-default {
  width: 450px;
  float: right;
}
.rdIndex-slider .content-info {
  padding: 50px 80px 90px 50px;
  position: relative;
}
.rdIndex-slider .content-info:before {
  content: "";
  position: absolute;
  left: 50px;
  right: -325px;
  bottom: 0;
  height: 1px;
  background-color: #000000;
  opacity: 0.4;
}
.rdIndex-slider .title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.4em;
  color: #084CA9;
  margin: 0 0 20px 0;
}
.rdIndex-slider .date {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #707070;
  margin-bottom: 40px;
}
.rdIndex-slider .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #707070;
  margin: 0;
}
.rdIndex-slider .action {
  padding-top: 60px;
}
.rdIndex-slider .action .btn {
  min-width: 150px;
}
.rdIndex-slider .action .btn + .btn {
  margin-left: 20px;
  min-width: 200px;
}

.rdIndex-list {
  padding-top: 215px;
  padding-bottom: 50px;
}
.rdIndex-list .item-list {
  margin: 0 -15px;
}
.rdIndex-list .item-list li {
  width: 33.3333333333%;
  padding: 20px 15px;
}

@media (max-width: 1199px) {
  .rdIndex-slider .slick-prev,
  .rdIndex-slider .slick-next {
    bottom: -95px;
  }
  .rdIndex-slider:before {
    width: 470px;
    height: 280px;
    bottom: -85px;
  }
  .rdIndex-slider .rdIndex-default {
    width: 320px;
  }
  .rdIndex-slider .content-info {
    padding: 10px 0px 40px 0px;
  }
  .rdIndex-slider .content-info:before {
    left: 0;
    right: 0;
  }
  .rdIndex-slider .title {
    font-size: 30px;
  }
  .rdIndex-slider .date {
    margin-bottom: 20px;
  }
  .rdIndex-slider .action {
    padding-top: 30px;
  }
  .rdIndex-list {
    padding-top: 135px;
  }
}
@media (max-width: 991px) {
  .rdIndex-slider:before {
    width: 335px;
    height: 180px;
  }
  .rdIndex-slider .slick-prev {
    margin-left: 35px;
  }
  .rdIndex-slider .slick-next {
    margin-left: 100px;
  }
  .rdIndex-slider .title {
    font-size: 26px;
  }
  .rdIndex-slider .date {
    font-size: 18px;
  }
  .rdIndex-slider .desc {
    font-size: 16px;
  }
  .rdIndex-slider .action .btn {
    min-width: 120px;
  }
  .rdIndex-slider .action .btn + .btn {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .rdIndex-slider:before {
    width: auto;
    height: 250px;
    bottom: auto;
    top: -20px;
    left: -20px;
    right: -20px;
  }
  .rdIndex-slider .slick-prev,
  .rdIndex-slider .slick-next {
    bottom: auto;
    top: 25%;
  }
  .rdIndex-slider .slick-prev {
    margin-left: 0;
  }
  .rdIndex-slider .slick-next {
    margin-left: 0;
    right: 0;
    left: auto;
  }
  .rdIndex-slider .rdIndex-default {
    width: 220px;
    float: none;
    margin: 0 auto;
  }
  .rdIndex-slider .content-info {
    padding: 20px 0px;
    text-align: center;
  }
  .rdIndex-slider .title {
    font-size: 20px;
  }
  .rdIndex-slider .date {
    font-size: 14px;
  }
  .rdIndex-slider .desc {
    font-size: 12px;
  }
  .rdIndex-slider .action {
    text-align: center;
  }
  .rdIndex-slider .action .btn {
    min-width: 120px;
  }
  .rdIndex-slider .action .btn + .btn {
    min-width: 140px;
    margin-left: 10px;
  }
  .rdIndex-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .rdIndex-list .item-list {
    margin: 0 -5px;
  }
  .rdIndex-list .item-list li {
    width: 50%;
    padding: 10px 5px;
  }
}
.publications-page .wg-publications-slide {
  margin-bottom: 70px;
}
.publications-page .book-list {
  padding-bottom: 50px;
}
.publications-page .book-list .item-list {
  margin: 0 -8px;
}
.publications-page .book-list .item-list li {
  width: 20%;
  padding: 8px;
}
.publications-page .book-list .thumb {
  position: relative;
  overflow: hidden;
}
.publications-page .book-list .thumb .cover {
  padding-bottom: 150%;
}
.publications-page .book-list .thumb .cover .lazy {
  transition: All 400ms ease;
  transform: scale(1);
}
.publications-page .book-list .link:hover .thumb .cover .lazy {
  transform: scale(1.1);
}
.publications-page .plan-list {
  padding-bottom: 50px;
}
.publications-page .plan-list .item-list li {
  width: 100%;
}
.publications-page .plan-list .item-list li + li {
  margin-top: 30px;
}
.publications-page .plan-list .wrapper {
  padding: 15px 20px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.publications-page .plan-list .link {
  display: block;
}
.publications-page .plan-list .thumb {
  position: relative;
  overflow: hidden;
  width: 200px;
}
.publications-page .plan-list .thumb .cover {
  padding-bottom: 75%;
}
.publications-page .plan-list .thumb .cover .lazy {
  transition: All 400ms ease;
  transform: scale(1);
}
.publications-page .plan-list .content {
  padding: 15px 40px 0;
}
.publications-page .plan-list .content .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
  color: #084CA9;
  margin-bottom: 15px;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.publications-page .plan-list .content .date {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  color: #707070;
  margin: 0;
}
.publications-page .plan-list .action {
  width: 220px;
}
.publications-page .plan-list .action .btn + .btn {
  margin-top: 15px;
}
.publications-page .plan-list .link:hover .thumb .cover .lazy {
  transform: scale(1.1);
}

@media (max-width: 1199px) {
  .publications-page .plan-list .thumb {
    width: 160px;
  }
  .publications-page .plan-list .content {
    padding: 10px 30px 0;
  }
  .publications-page .plan-list .content .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .publications-page .plan-list .content .date {
    font-size: 16px;
  }
  .publications-page .plan-list .action {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .publications-page .book-list .item-list li {
    width: 25%;
  }
  .publications-page .plan-list .wrapper {
    padding: 10px 15px;
  }
  .publications-page .plan-list .content {
    padding: 10px 20px 0;
  }
  .publications-page .plan-list .thumb {
    width: 140px;
  }
  .publications-page .plan-list .action {
    width: 160px;
  }
  .publications-page .plan-list .action .btn + .btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .publications-page .book-list .item-list {
    margin: 0 -5px;
  }
  .publications-page .book-list .item-list li {
    width: 33.3333333333%;
    padding: 5px;
  }
  .publications-page .plan-list .item-list {
    margin: 0 -3px;
  }
  .publications-page .plan-list .item-list li {
    width: 50%;
    padding: 3px;
  }
  .publications-page .plan-list .item-list li + li {
    margin-top: 0px;
  }
  .publications-page .plan-list .wrapper {
    padding: 10px;
  }
  .publications-page .plan-list .thumb {
    width: 100%;
  }
  .publications-page .plan-list .content {
    padding: 10px 0;
  }
  .publications-page .plan-list .content .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .publications-page .plan-list .content .date {
    font-size: 12px;
  }
  .publications-page .plan-list .action {
    width: 100%;
  }
  .publications-page .plan-list .action .btn + .btn {
    margin-top: 5px;
  }
}
.mou-page {
  position: relative;
  z-index: 1;
}
.mou-page .h-text {
  margin-bottom: 30px;
  text-align: center;
}
.mou-page .h-text .h-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  color: #084CA9;
  margin-bottom: 15px;
}
.mou-page .h-text .h-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #707070;
}
.mou-page .action-back {
  padding-bottom: 20px;
}
.mou-page .action-back .link {
  display: flex;
  align-items: center;
}
.mou-page .action-back .icon-arrow {
  width: 32px;
  height: 32px;
  background-color: #084CA9;
  border: 2px solid #084CA9;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  left: 0;
  font-size: 18px;
  color: #084CA9;
  border-radius: 50%;
  transition: All 400ms ease;
}
.mou-page .action-back .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #084CA9;
}
.mou-page .action-back .link:hover .icon-arrow {
  background-color: #084CA9;
  color: #ffffff;
  left: -3px;
}

.mou-list {
  padding-bottom: 160px;
}
.mou-list .item {
  position: relative;
}
.mou-list .item.-top {
  margin-top: -120px;
}
.mou-list .item:first-child .wrapper:before {
  top: 40px;
}
.mou-list .item:last-child .wrapper:before {
  bottom: auto;
  height: 40px;
}
.mou-list .item:nth-child(odd) .wrapper {
  justify-content: flex-end;
}
.mou-list .item:nth-child(odd) .wrapper > .inner {
  text-align: left;
}
.mou-list .item:nth-child(odd) .year:before {
  right: 100%;
  border-width: 6px 9px 6px 0;
  border-color: transparent #084CA9 transparent transparent;
}
.mou-list .item:nth-child(odd) .content {
  text-align: left;
}
.mou-list .item:nth-child(odd) .wrapper:hover .year:before {
  border-color: transparent #6BBA22 transparent transparent;
}
.mou-list .item:nth-child(even) .wrapper {
  justify-content: flex-start;
}
.mou-list .item:nth-child(even) .wrapper > .inner {
  text-align: right;
}
.mou-list .item:nth-child(even) .year:before {
  left: 100%;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #084CA9;
}
.mou-list .item:nth-child(even) .content {
  text-align: right;
}
.mou-list .item:nth-child(even) .wrapper:hover .year:before {
  border-color: transparent transparent transparent #6BBA22;
}
.mou-list .txt {
  width: 165px;
  height: 35px;
  text-align: center;
  margin: 0 auto;
  background-color: #084CA9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
.mou-list .txt .desc {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  max-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.mou-list .wrapper {
  display: flex;
  position: relative;
  padding-top: 12px;
  padding-bottom: 35px;
}
.mou-list .wrapper:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 3px;
  background-color: #ececec;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.mou-list .wrapper > .inner {
  width: 576px;
}
.mou-list .dot {
  margin: auto;
  background-color: #ECECEC;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.mou-list .dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 6px solid #6BBA22;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 50%;
  transition: All 400ms ease;
}
.mou-list .year {
  width: 160px;
  height: 80px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #084CA9;
  transition: All 400ms ease;
}
.mou-list .year:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  transition: All 200ms ease;
}
.mou-list .year .inner {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.mou-list .content {
  padding: 25px 20px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.mou-list .content .thumb {
  position: relative;
  padding-bottom: 15px;
}
.mou-list .content .thumb .lazy {
  max-height: 50px;
}
.mou-list .content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  color: #0366E6;
  margin-bottom: 10px;
}
.mou-list .content .desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  color: #707070;
}
.mou-list .wrapper:hover .year {
  background-color: #6BBA22;
}
.mou-list .wrapper:hover .dot:before {
  opacity: 1;
}

.mou-more {
  padding-bottom: 80px;
}
.mou-more .action {
  text-align: center;
}

.mou-table {
  margin-top: 50px;
  padding: 20px;
  background-color: #084CA9;
}
.mou-table .head {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.mou-table .head .title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
  color: #6BBA22;
  margin-bottom: 10px;
}
.mou-table .head .desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
}
.mou-table .body table {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.mou-table .body thead {
  background-color: #6BBA22;
}
.mou-table .body thead th {
  text-align: center;
  color: #ffffff;
  padding: 20px 35px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2em;
  border: 4px solid #084CA9;
}
.mou-table .body thead th.w50 {
  width: 50%;
}
.mou-table .body tbody {
  background-color: #ffffff;
  border: 4px solid #084CA9;
}
.mou-table .body tbody tr {
  border-top: 8px solid #084CA9;
}
.mou-table .body tbody td {
  color: #000000;
  padding: 20px 35px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}
.mou-table .body tbody td:first-child {
  text-align: center;
}
.mou-table .body tbody td strong {
  font-weight: 700;
}
.mou-table .body tbody td + td:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  margin: auto;
  width: 1px;
  background-color: #707070;
  opacity: 0.1;
}
.mou-table .body tbody td.w50 {
  width: 50%;
  text-align: left;
}
.mou-table .body .visble-xs {
  display: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  background-color: #6BBA22;
  padding: 5px 6px;
  margin: 0 -6px 10px;
}

@media (max-width: 1600px) {
  .mou-list .wrapper > .inner {
    width: 550px;
  }
  .mou-list .dot {
    top: 38px;
  }
}
@media (max-width: 1199px) {
  .mou-page .h-text .h-title {
    font-size: 40px;
  }
  .mou-list .txt .desc {
    font-size: 18px;
  }
  .mou-list .wrapper > .inner {
    width: 430px;
  }
  .mou-list .dot {
    top: 28px;
    width: 24px;
    height: 24px;
  }
  .mou-list .year {
    width: 140px;
    height: 60px;
  }
  .mou-list .year .inner {
    font-size: 30px;
  }
  .mou-table {
    margin-top: 20px;
    padding: 15px;
  }
  .mou-table .head .title {
    font-size: 40px;
  }
  .mou-table .body thead th {
    padding: 15px 20px;
    font-size: 18px;
  }
  .mou-table .body tbody td {
    padding: 15px 20px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .mou-list {
    padding-bottom: 60px;
  }
  .mou-list .item.-top {
    margin-top: 0;
  }
  .mou-list .item:nth-child(odd) .wrapper > .inner,
  .mou-list .item:nth-child(even) .wrapper > .inner,
  .mou-list .item:nth-child(odd) .content,
  .mou-list .item:nth-child(even) .content {
    text-align: center;
  }
  .mou-list .wrapper > .inner {
    width: 100%;
  }
  .mou-list .dot {
    top: 0px;
    position: relative;
    margin-bottom: 10px;
  }
  .mou-list .year:before {
    display: none;
  }
  .mou-more {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mou-page .h-text .h-title {
    font-size: 24px;
  }
  .mou-list .txt .desc {
    font-size: 14px;
  }
  .mou-list .year {
    width: 120px;
    height: 50px;
  }
  .mou-list .year .inner {
    font-size: 20px;
  }
  .mou-list .content .title {
    font-size: 16px;
  }
  .mou-list .content .desc {
    font-size: 12px;
  }
  .mou-table {
    margin-top: 0;
    padding: 10px;
  }
  .mou-table .head {
    padding: 0;
  }
  .mou-table .head .title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .mou-table .body .visble-xs {
    display: block;
  }
  .mou-table .body .hidden-xs {
    display: none;
  }
  .mou-table .body thead {
    display: none;
  }
  .mou-table .body tbody {
    display: block;
  }
  .mou-table .body tbody tr {
    display: block;
  }
  .mou-table .body tbody td {
    display: block;
    font-size: 12px;
    padding: 12px 15px;
  }
  .mou-table .body tbody td:first-child {
    text-align: left;
  }
  .mou-table .body tbody td + td:before {
    bottom: auto;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    width: auto;
  }
  .mou-table .body tbody td.w50 {
    width: 100%;
  }
}
/* layouts */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.site-header .top-bar {
  background-color: #084CA9;
  transition: All 400ms ease;
}
.site-header .text-size {
  padding-right: 22px;
  display: flex;
  align-items: center;
}
.site-header .text-size .txt {
  color: #ffffff;
}
.site-header .text-size .item-list {
  padding-left: 13px;
}
.site-header .text-size .item-list li + li {
  margin-left: 13px;
}
.site-header .text-size .link {
  font-weight: 300;
  color: #ffffff;
  position: relative;
  opacity: 0.2;
}
.site-header .text-size .link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  background-color: #ffffff;
  height: 1px;
  transition: all 400ms ease-out;
}
.site-header .text-size .link:hover {
  opacity: 1;
}
.site-header .text-size li.active .link {
  opacity: 1;
}
.site-header .text-size li.active .link:before {
  opacity: 1;
}
.site-header .text-size .sm .link {
  font-size: 16px;
  line-height: 15px;
}
.site-header .text-size .sm .link:before {
  bottom: -1px;
}
.site-header .text-size .md .link {
  font-size: 22px;
  line-height: 12px;
}
.site-header .text-size .md .link:before {
  bottom: -4px;
}
.site-header .text-size .lg .link {
  font-size: 29px;
  line-height: 6px;
}
.site-header .text-size .lg .link:before {
  bottom: -10px;
}
.site-header .text-color {
  padding-left: 22px;
  display: flex;
  align-items: center;
}
.site-header .text-color:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.3;
  width: 1px;
  background-color: #ffffff;
}
.site-header .text-color .txt {
  color: #ffffff;
}
.site-header .text-color .item-list {
  padding-left: 10px;
}
.site-header .text-color .link {
  width: 42px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 56px;
}
.site-header .text-color .link:before {
  content: "";
  position: absolute;
  left: 2px;
  right: 0;
  bottom: 14px;
  margin: auto;
  opacity: 0;
  width: 16px;
  background-color: #ffffff;
  height: 1px;
  transition: all 400ms ease-out;
}
.site-header .text-color .link:hover:before {
  opacity: 1;
}
.site-header .text-color li.active .link:before {
  opacity: 1;
}
.site-header .text-color .nm .link {
  background-color: #084CA9;
  color: #ffffff;
}
.site-header .text-color .bw .link {
  background-color: #000000;
  color: #ffffff;
}
.site-header .text-color .yl .link {
  background-color: #13314F;
  color: #C5B500;
}
.site-header .social-list {
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header .social-list .txt {
  color: #ffffff;
}
.site-header .social-list .item-list {
  padding-left: 13px;
}
.site-header .social-list .item-list li + li {
  margin-left: 13px;
}
.site-header .social-list .link {
  position: relative;
  top: 0;
}
.site-header .social-list .link svg path {
  fill: #ffffff;
  transition: all 400ms ease-out;
}
.site-header .social-list .link:hover {
  top: -2px;
}
.site-header .social-list .link:hover svg path {
  fill: #6BBA22;
}
.site-header .search-box {
  padding-left: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-left: solid 1px rgba(255, 255, 255, 0.35);
}
.site-header .search-box .link {
  color: #ffffff;
  font-size: 24px;
}
.site-header .search-box .link:hover {
  color: #6BBA22;
}
.site-header .bottom-bar {
  background-color: rgba(8, 76, 169, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.site-header .bottom-bar .height {
  height: 140px;
  transition: all 400ms ease-out;
}
.site-header .logo {
  display: flex;
  align-items: center;
}
.site-header .logo .symbol {
  width: 182px;
  transition: all 400ms ease-out;
}
.site-header .logo .txt {
  padding-left: 30px;
  color: #ffffff;
  line-height: 1.4;
  transition: all 400ms ease-out;
}
.site-header .logo .txt strong {
  font-size: 22px;
  font-weight: 600;
}
.site-header nav.menu .text-size,
.site-header nav.menu .text-color {
  display: none;
}

.site-header.tiny .text-color .link {
  height: 36px;
}
.site-header.tiny .text-color .link:before {
  bottom: 5px;
}
.site-header.tiny .bottom-bar .height {
  height: 90px;
}
.site-header.tiny .logo {
  display: flex;
  align-items: center;
}
.site-header.tiny .logo .symbol {
  width: 120px;
}
.site-header.tiny .logo .txt {
  padding-left: 20px;
}

.site-footer .footer-top {
  background-image: url(../img/background/footer-top-bg.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.site-footer .top-box {
  border-bottom: 1px solid #969696;
}
.site-footer .top-box .height {
  height: 140px;
}
.site-footer .top-box .logo {
  display: flex;
  align-items: center;
}
.site-footer .top-box .logo .symbol {
  width: 182px;
}
.site-footer .top-box .logo .txt {
  padding-left: 30px;
  color: #ffffff;
  line-height: 1.4;
}
.site-footer .top-box .logo .txt strong {
  font-size: 22px;
  font-weight: 600;
}
.site-footer .bottom-box {
  padding: 80px 0 90px 0;
}
.site-footer .box-address {
  width: 460px;
}
.site-footer .box-address .h-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(229, 229, 229, 0.26);
}
.site-footer .box-address .s-title {
  font-size: 29px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
}
.site-footer .box-address .desc {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
}
.site-footer .box-contact {
  padding-bottom: 20px;
}
.site-footer .box-contact .icon-contact {
  margin-bottom: 20px;
}
.site-footer .box-contact .icon-contact:last-child {
  margin-bottom: 0;
}
.site-footer .box-contact .icon-contact img,
.site-footer .box-contact .icon-contact svg {
  width: 45px;
  height: auto;
  margin-right: 15px;
  vertical-align: middle;
}
.site-footer .box-contact .icon-contact .link {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: middle;
}
.site-footer .box-contact .icon-contact .link:hover {
  color: #6BBA22;
}
.site-footer .box-social {
  border-top: dashed 1px rgba(229, 229, 229, 0.26);
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.site-footer .box-social .txt {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
}
.site-footer .box-social .item-list {
  padding-left: 20px;
}
.site-footer .box-social .item-list li + li {
  margin-left: 30px;
}
.site-footer .box-social .link {
  position: relative;
  top: 0;
}
.site-footer .box-social .link svg path {
  fill: #ffffff;
  transition: all 400ms ease-out;
}
.site-footer .box-social .link:hover {
  top: -2px;
}
.site-footer .box-social .link:hover svg path {
  fill: #6BBA22;
}
.site-footer .footer-bottom {
  background-color: #084CA9;
  border-top: 1px solid #ffffff;
}
.site-footer .footer-bottom .height {
  height: 130px;
  justify-content: center;
  align-items: center;
}
.site-footer .footer-bottom .txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
}
.site-footer .footer-bottom .item-list {
  padding-left: 45px;
  margin: 0 -20px;
}
.site-footer .footer-bottom .item-list li {
  position: relative;
  padding: 0 18px;
}
.site-footer .footer-bottom .item-list li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
}
.site-footer .footer-bottom .link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
.site-footer .footer-bottom .link:hover {
  color: #6BBA22;
}

@media (max-width: 1600px) {
  .container {
    max-width: inherit;
    width: 1210px;
  }
  .slick-prev {
    margin-left: -700px;
  }
  .slick-next {
    margin-right: -700px;
  }
  .main-slider .cover {
    padding-bottom: 780px;
  }
  .wg-highlight-program-slider .item-list li:nth-child(3n+1) .content {
    padding: 20px 25px 32px;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: inherit;
    width: 1210px;
  }
  .slick-prev {
    margin-left: -630px;
  }
  .slick-next {
    margin-right: -630px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: inherit;
    width: 970px;
  }
  .site-header .text-color .link {
    height: 36px;
  }
  .site-header .text-color .link:before {
    bottom: 5px;
  }
  .site-header .bottom-bar .height {
    height: 90px;
  }
  .site-header .logo .symbol {
    width: 100px;
  }
  .site-header .logo .txt {
    padding-left: 15px;
  }
  .site-header .logo .txt strong {
    font-size: 17px;
  }
  .site-header.tiny .bottom-bar .height {
    height: 90px;
  }
  .site-header.tiny .logo .symbol {
    width: 100px;
  }
  .site-header.tiny .logo .txt {
    padding-left: 15px;
  }
  .site-header.tiny .logo .txt strong {
    font-size: 17px;
  }
  nav.menu .nav-list li + li {
    margin-left: 20px;
  }
  nav.menu .nav-list li a.link {
    font-size: 14px;
  }
  nav.menu .nav-list li a.link:before {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
  }
  .site-container {
    padding-top: 36px;
  }
  .main-slider .cover {
    padding-bottom: 61%;
  }
  .main-slider .slick-dots {
    bottom: 75px;
  }
  .main-slider .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .main-slider .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
  .section-wg-guideWeb .bgTop-guideWeb {
    width: 30%;
  }
  .section-wg-guideWeb .bgButtom-guideWeb {
    width: 30%;
  }
  .wg-weblink .btn-arrow {
    bottom: 5px;
    left: -10px;
    min-width: inherit;
    width: 100%;
  }
  .wg-rdIndex {
    padding: 60px 0 40px 0;
  }
  .wg-rdIndex .action {
    padding-top: 0px;
  }
  .wg-publications {
    padding: 60px 0 40px 0;
  }
  .wg-publications .bgRight-publications {
    width: 30%;
  }
  .wg-publications .bgLeft-publications {
    width: 30%;
  }
  .wg-publications-slide {
    min-height: 410px;
  }
  .wg-7major-detail .image-major {
    left: -20px;
  }
  .wg-news {
    padding: 100px 0;
  }
  .wg-news .bgTop-news {
    width: 30%;
  }
  .wg-news .bgButton-news {
    width: 30%;
  }
  .wg-news .nav-tabs .nav-link {
    min-width: 220px;
  }
  .wg-news .tab-content {
    padding-top: 20px;
  }
  .wg-news .tab-content .item-list li:nth-child(5n+1) .content .title,
  .wg-news .tab-content .item-list li:nth-child(5n+2) .content .title {
    font-size: 22px;
  }
  .wg-highlight-program {
    padding: 100px 0 60px 0;
  }
  .wg-highlight-program .action {
    padding-top: 0;
  }
  .wg-highlight-program-slider .item-list li:nth-child(3n+1) .thumb .cover {
    padding-bottom: 68.7%;
  }
  .wg-highlight-program-slider .item-list li:nth-child(3n+1) .content {
    padding: 20px 25px 35px;
  }
  .wg-highlight-program-slider .item-list li:nth-child(3n+1) .content .desc {
    font-size: 24px;
  }
  .wg-highlight-program-slider .item-list li:nth-child(3n+1) .content .date {
    font-size: 18px;
  }
  .wg-research {
    padding: 80px 0;
  }
  .wg-research-slider {
    width: auto;
  }
  .wg-research-slider .thumb .contain {
    width: 100px;
    height: 100px;
  }
  .wg-research-slider .content {
    padding-top: 20px;
  }
  .wg-program {
    padding: 80px 0;
  }
  .wg-program-slider {
    width: auto;
    padding-top: 10px;
  }
  .site-footer .top-box .height {
    height: 100px;
  }
  .site-footer .top-box .logo .symbol {
    width: 100px;
  }
  .site-footer .top-box .logo .txt {
    padding-left: 15px;
  }
  .site-footer .top-box .logo .txt strong {
    font-size: 17px;
  }
  .site-footer .bottom-box {
    padding: 40px 0;
  }
  .site-footer .box-address {
    width: 380px;
  }
  .site-footer .box-address .h-title {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .site-footer .box-address .s-title {
    font-size: 20px;
  }
  .site-footer .box-address .desc {
    font-size: 18px;
  }
  .site-footer .box-contact .icon-contact img,
  .site-footer .box-contact .icon-contact svg {
    width: 35px;
    margin-right: 10px;
  }
  .site-footer .box-contact .icon-contact .link {
    font-size: 18px;
  }
  .site-footer .box-social .txt {
    font-size: 18px;
  }
  .site-footer .box-social .item-list li + li {
    margin-left: 20px;
  }
  .site-footer .footer-bottom .height {
    height: auto;
    padding: 30px 0;
  }
  .site-footer .footer-bottom .height > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-footer .footer-bottom .txt {
    font-size: 16px;
    padding-bottom: 15px;
    text-align: center;
  }
  .site-footer .footer-bottom .item-list {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .site-footer .footer-bottom .link {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: inherit;
    width: 100%;
  }
  .site-header .text-size {
    display: none;
  }
  .site-header .text-color {
    display: none;
  }
  .site-header .social-list {
    display: none;
  }
  .site-header .search-box {
    position: fixed;
    z-index: 12;
    top: 18px;
    right: 60px;
    padding-left: 0;
    border-left: 0;
  }
  .site-header .bottom-bar {
    background-color: rgb(8, 76, 169);
    position: relative;
    z-index: 11;
  }
  .site-header .bottom-bar .height {
    height: 60px;
  }
  .site-header .logo .symbol {
    width: 80px;
  }
  .site-header nav.menu .text-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .site-header nav.menu .text-size {
    display: block;
    border-top: 1px solid #ebebeb;
    padding: 0;
    width: 50%;
    float: left;
  }
  .site-header nav.menu .text-size .item-list {
    padding-left: 0;
  }
  .site-header nav.menu .text-size .item-list li {
    width: 33.3333333333%;
  }
  .site-header nav.menu .text-size .item-list li + li {
    margin-left: 0;
    position: relative;
  }
  .site-header nav.menu .text-size .item-list li + li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: #ebebeb;
    z-index: 2;
  }
  .site-header nav.menu .text-size .link {
    height: 36px;
    text-align: center;
  }
  .site-header nav.menu .text-size .link:before {
    display: none;
  }
  .site-header nav.menu .text-size .active .link {
    background-color: #ffffff;
    color: #084CA9;
  }
  .site-header nav.menu .text-size .sm .link {
    line-height: 36px;
  }
  .site-header nav.menu .text-size .md .link {
    line-height: 34px;
  }
  .site-header nav.menu .text-size .lg .link {
    line-height: 32px;
  }
  .site-header nav.menu .text-color {
    display: block;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    padding: 0;
    width: 50%;
    float: left;
  }
  .site-header nav.menu .text-color .item-list {
    padding-left: 0;
  }
  .site-header nav.menu .text-color .item-list li {
    width: 33.3333333333%;
  }
  .site-header nav.menu .text-color .item-list li + li {
    margin-left: 0;
    position: relative;
  }
  .site-header nav.menu .text-color .item-list li + li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: #ebebeb;
    z-index: 2;
  }
  .site-header nav.menu .text-color .link:before {
    bottom: -45px;
  }
  .site-header.tiny .bottom-bar {
    background-color: rgba(8, 76, 169, 0.7);
  }
  .site-header.tiny .bottom-bar .height {
    height: 60px;
  }
  .site-header.tiny .logo .symbol {
    width: 80px;
  }
  .site-header.tiny .logo .txt strong {
    font-size: 16px;
  }
  /*mobile-menu (start)*/
  .global-container {
    position: relative;
    overflow: hidden;
    right: 0;
  }
  .global-container .site-header .overlay {
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease;
  }
  .global-container .site-container {
    position: relative;
    right: 0;
    transition: all 400ms ease;
  }
  .global-container .site-footer {
    position: relative;
    right: 0;
    transition: all 400ms ease;
  }
  .global-container.sidebar-open .site-header .overlay {
    opacity: 1;
    visibility: visible;
  }
  .global-container.sidebar-open .site-container {
    right: 260px;
  }
  .global-container.sidebar-open .site-footer {
    right: 260px;
  }
  .site-header > .container {
    position: relative;
    z-index: 99;
  }
  .site-header .overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 76, 169, 0.8);
  }
  .menu-mobile-btn {
    display: block;
  }
  nav.menu {
    position: fixed;
    z-index: 100;
    top: 60px;
    bottom: 0;
    width: 260px;
    overflow: auto;
    right: -260px;
    padding-left: 0;
    background-color: #084CA9;
    display: block;
    height: calc(100vh - 60px);
    transition: all 400ms ease;
  }
  nav.menu.open {
    right: 0;
  }
  nav.menu .nav-list li {
    width: 100%;
    border-top: 1px solid #ebebeb;
  }
  nav.menu .nav-list li + li {
    margin-left: 0;
  }
  nav.menu .nav-list li:last-child {
    border-bottom: 1px solid #ebebeb;
  }
  nav.menu .nav-list li a.link {
    padding: 15px 20px;
    font-size: 14px;
  }
  nav.menu .nav-list li a.link:before {
    display: none;
  }
  /*mobile-menu (end)*/
  .site-container {
    padding-top: 60px;
  }
  .wg-7major-detail .image-major {
    left: 0;
  }
  .wg-7major-detail .item-list {
    padding-top: 80px;
  }
  .wg-news .navtab-box {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-top: 20px;
    margin: 0 -15px;
  }
  .wg-news .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wg-highlight-program-slider .item-list li:nth-child(3n+1) {
    width: 100%;
  }
  .wg-highlight-program-slider .item-list li:nth-child(3n+1) .content .desc {
    font-size: 22px;
  }
  .wg-highlight-program-slider .item-list li:nth-child(3n+1) .content .date {
    font-size: 16px;
  }
  .wg-highlight-program-slider .item-list li:nth-child(3n+2),
  .wg-highlight-program-slider .item-list li:nth-child(3n+3) {
    width: 50%;
  }
  .site-footer .footer-top nav.menu {
    display: none;
  }
  .site-footer .box-address {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed rgba(229, 229, 229, 0.26);
  }
  .site-footer .footer-bottom .item-list {
    display: block;
    margin: 0;
  }
  .site-footer .footer-bottom .item-list li {
    width: 100%;
    padding: 0;
  }
  .site-footer .footer-bottom .item-list li + li {
    margin-top: 15px;
    padding-top: 15px;
  }
  .site-footer .footer-bottom .item-list li + li:before {
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: inherit;
    width: 100%;
  }
  .site-header .logo .symbol {
    width: 60px;
  }
  .site-header .logo .txt {
    padding-left: 12px;
    line-height: 1;
  }
  .site-header .logo .txt strong {
    font-size: 14px;
  }
  .site-header.tiny .logo .symbol {
    width: 60px;
  }
  .site-header.tiny .logo .txt {
    padding-left: 12px;
    line-height: 1;
  }
  .site-header.tiny .logo .txt strong {
    font-size: 14px;
  }
  .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-width: 2px;
    font-size: 18px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .slick-dots li.slick-active button {
    width: 46px;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-pagination-bullet-active {
    width: 46px;
  }
  .main-slider .slick-dots {
    bottom: 10px;
  }
  .wg-weblink {
    top: 0;
    margin-bottom: 0;
  }
  .wg-weblink .btn-arrow {
    left: -5px;
  }
  .wg-weblink-slider {
    margin: 0 -7px;
  }
  .wg-weblink-slider .item {
    padding: 0px 7px;
  }
  .wg-publications .whead {
    text-align: center;
  }
  .wg-publications .action {
    text-align: center;
    width: 100%;
  }
  .wg-publications-slide {
    min-height: 46vh;
  }
  .wg-7major-detail .order {
    font-size: 28px;
    padding: 10px 5px;
    width: 60px;
  }
  .wg-7major-detail .entry-detail {
    padding: 15px 15px;
  }
  .wg-mou .action {
    padding-top: 50px;
  }
  .wg-mou .action .icon-graphic {
    display: none;
  }
  .wg-mou-slider .year .inner {
    font-size: 26px;
  }
  .wg-news {
    padding: 50px 0;
  }
  .wg-news .nav-tabs .nav-link {
    min-width: 150px;
    height: 40px;
    line-height: 40px;
  }
  .wg-news .tab-content .item-list li:nth-child(5n+1),
  .wg-news .tab-content .item-list li:nth-child(5n+2) {
    width: 100%;
  }
  .wg-news .tab-content .item-list li:nth-child(5n+1) .content .title,
  .wg-news .tab-content .item-list li:nth-child(5n+2) .content .title {
    font-size: 18px;
  }
  .wg-news .tab-content .item-list li:nth-child(5n+1) .content .date,
  .wg-news .tab-content .item-list li:nth-child(5n+2) .content .date {
    font-size: 18px;
  }
  .wg-news .tab-content .item-list li:nth-child(5n+1) .content .more .icon-graphic,
  .wg-news .tab-content .item-list li:nth-child(5n+2) .content .more .icon-graphic {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  .wg-news .tab-content .item-list {
    margin: 0 -5px;
  }
  .wg-news .tab-content .item-list li {
    width: 50%;
    padding: 10px 5px;
  }
  .wg-highlight-program {
    padding: 50px 0;
  }
  .wg-highlight-program-slider {
    padding: 40px 0px 10px 0px;
  }
  .wg-highlight-program-slider .slick-dots {
    margin-top: 10px;
  }
  .wg-highlight-program-slider .item-list {
    margin: -6px;
  }
  .wg-highlight-program-slider .item-list li {
    padding: 6px;
  }
  .wg-highlight-program-slider .item-list li:nth-child(3n+1) .thumb .cover {
    padding-bottom: 60%;
  }
  .wg-highlight-program-slider .item-list li:nth-child(3n+1) .content {
    padding: 15px;
  }
  .wg-highlight-program-slider .item-list li:nth-child(3n+1) .content .desc {
    font-size: 14px;
  }
  .wg-highlight-program-slider .item-list li:nth-child(3n+1) .content .date {
    font-size: 12px;
  }
  .wg-highlight-program-slider .content {
    padding: 15px;
  }
  .wg-research {
    padding: 50px 0;
  }
  .wg-research-slider {
    padding: 0px 0 30px 0;
    margin: 0 -6px;
  }
  .wg-research-slider .item {
    padding: 0 6px;
  }
  .wg-research-slider .link {
    padding: 25px 10px 20px;
  }
  .wg-research-slider .thumb .contain {
    width: 80px;
    height: 80px;
  }
  .wg-research-slider .content {
    padding-top: 10px;
  }
  .wg-program {
    padding: 50px 0;
  }
  .wg-program-slider .thumb .contain {
    width: 80px;
    height: 80px;
  }
  .site-footer .top-box .height {
    height: 80px;
  }
  .site-footer .top-box .logo .symbol {
    width: 80px;
  }
  .site-footer .top-box .logo .txt {
    padding-left: 12px;
    line-height: 1;
  }
  .site-footer .top-box .logo .txt strong {
    font-size: 14px;
  }
  .site-footer .bottom-box {
    padding: 20px 0;
  }
  .site-footer .box-address .h-title {
    font-size: 18px;
  }
  .site-footer .box-address .s-title {
    font-size: 16px;
  }
  .site-footer .box-address .desc {
    font-size: 14px;
  }
  .site-footer .box-contact .icon-contact img,
  .site-footer .box-contact .icon-contact svg {
    width: 25px;
  }
  .site-footer .box-contact .icon-contact .link {
    font-size: 14px;
  }
  .site-footer .box-social .txt {
    font-size: 14px;
  }
  .site-footer .box-social .link svg {
    max-width: 25px;
    max-height: 25px;
  }
  .site-footer .footer-bottom .height {
    padding: 20px 0;
  }
  .site-footer .footer-bottom .txt {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .site-footer .footer-bottom .link {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: inherit;
    width: 100%;
  }
}
.theme-style-2 .site-header .top-bar {
  background-color: #000000;
}
.theme-style-2 .site-header .text-color .yl .link {
  background-color: #333333;
}
.theme-style-2 .site-header .bottom-bar {
  background-color: rgba(0, 0, 0, 0.7);
}
.theme-style-2 .site-header .social-list .link:hover svg path {
  fill: #ffffff;
}
.theme-style-2 .site-header .search-box .link:hover {
  color: #ffffff;
}
.theme-style-2 nav.menu li a.link:hover {
  color: #ffffff;
}
.theme-style-2 .site-header .logo .symbol,
.theme-style-2 nav.menu li a.link:before,
.theme-style-2 .main-slider .cover {
  filter: grayscale(1);
}
.theme-style-2 .btn-primary {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #000000;
  background-image: linear-gradient(90deg, #000000 0%, #707070 50%, #000000 100%);
}
.theme-style-2 .btn-arrow {
  background-color: #000000;
  color: #ffffff;
}
.theme-style-2 .btn-arrow .icon {
  border-color: #ffffff;
}
.theme-style-2 .slick-prev:hover, .theme-style-2 .slick-prev:focus, .theme-style-2 .slick-next:hover, .theme-style-2 .slick-next:focus {
  background-color: #ffffff;
  color: #000000;
}
.theme-style-2 .slick-dots li.slick-active button {
  background-color: #000000;
}
.theme-style-2 .swiper-pagination-bullet-active {
  background-color: #000000;
}
.theme-style-2 .fancybox-content {
  filter: grayscale(1);
}
.theme-style-2 .section-wg-guideWeb .bgTop-guideWeb,
.theme-style-2 .section-wg-guideWeb .bgButtom-guideWeb {
  filter: grayscale(1);
}
.theme-style-2 .whead:before {
  filter: grayscale(1);
}
.theme-style-2 .whead .title {
  color: #000000;
}
.theme-style-2 .wg-weblink .thumb .cover {
  filter: grayscale(1);
}
.theme-style-2 .wg-weblink .link:hover .btn-arrow .icon {
  background-color: #ffffff;
  color: #000000;
}
.theme-style-2 .rdIndex-default .thumb .cover .lazy {
  filter: grayscale(1);
}
.theme-style-2 .rdIndex-default .tag {
  background-image: linear-gradient(90deg, #000000 0%, #707070 50%, #000000 100%);
}
.theme-style-2 .rdIndex-default .icon {
  background-image: linear-gradient(90deg, #707070 0%, #000000 50%, #707070 100%);
}
.theme-style-2 .rdIndex-default .content {
  color: #000000;
}
.theme-style-2 .wg-publications .bgRight-publications,
.theme-style-2 .wg-publications .bgLeft-publications,
.theme-style-2 .wg-publications-slide .thumb .cover .lazy,
.theme-style-2 .wg-publications-slide .wrapper:after,
.theme-style-2 .wg-publications-slide .swiper-slide-active .thumb .cover .lazy {
  filter: grayscale(1);
}
.theme-style-2 .wg-7major-detail .image-major {
  filter: grayscale(1);
}
.theme-style-2 .wg-7major-detail .order {
  background-image: linear-gradient(47deg, #000000 0%, #333333 100%);
  color: #ffffff;
}
.theme-style-2 .wg-7major-detail .entry-detail {
  background-color: #ffffff;
  color: #000000;
}
.theme-style-2 .wg-mou-slider .slick-slide + .slick-slide:before {
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
}
.theme-style-2 .wg-mou-slider .dot:before {
  border-color: #000000;
  background-color: #ffffff;
}
.theme-style-2 .wg-mou-slider .year {
  background-color: #000000;
}
.theme-style-2 .wg-mou-slider .year:before {
  border-color: #000000 transparent transparent transparent;
}
.theme-style-2 .wg-mou-slider .year .inner {
  color: #ffffff;
}
.theme-style-2 .wg-mou-slider .slick-current .year {
  background-color: #000000;
}
.theme-style-2 .wg-mou-slider .slick-current .year:before {
  border-color: #000000 transparent transparent transparent;
}
.theme-style-2 .wg-mou-slider .slick-current .year {
  color: #ffffff;
}
.theme-style-2 .wg-mou-slider .link:hover .year {
  background-color: #000000;
}
.theme-style-2 .wg-mou-slider .link:hover .year:before {
  border-color: #000000 transparent transparent transparent;
}
.theme-style-2 .wg-mou-slider .link:hover .year {
  color: #ffffff;
}
.theme-style-2 .wg-mou-slider .txt {
  background-color: #000000;
}
.theme-style-2 .wg-mou-slider .txt p {
  color: #ffffff;
}
.theme-style-2 .wg-mou-slider .thumb .contain {
  filter: grayscale(1);
}
.theme-style-2 .wg-mou .action .icon-graphic .inner {
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
}
.theme-style-2 .wg-news .bgTop-news,
.theme-style-2 .wg-news .bgButton-news {
  filter: grayscale(1);
}
.theme-style-2 .wg-news .nav-tabs .nav-link {
  background-color: #707070;
  color: #000000;
}
.theme-style-2 .wg-news .nav-tabs .nav-link:hover {
  color: #000000;
}
.theme-style-2 .wg-news .nav-tabs .nav-link.active {
  background-color: #000000;
  color: #ffffff;
}
.theme-style-2 .news-default .thumb .tag {
  background-color: #ffffff;
  color: #000000;
}
.theme-style-2 .news-default .thumb .cover .lazy {
  filter: grayscale(1);
}
.theme-style-2 .news-default .content .title,
.theme-style-2 .news-default .content .date {
  color: #000000;
}
.theme-style-2 .news-default .content .more:before {
  background-color: #707070;
}
.theme-style-2 .news-default .content .more .icon-graphic {
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
}
.theme-style-2 .news-default .link:hover .content .more .icon-graphic {
  background-color: #000000;
  color: #ffffff;
}
.theme-style-2 .wg-highlight-program {
  background-image: linear-gradient(#000000, #000000), url(../img/background/bg-event.jpg);
  background-blend-mode: saturation;
}
.theme-style-2 .wg-highlight-program .whead .title,
.theme-style-2 .wg-highlight-program .whead .desc {
  color: #ffffff;
}
.theme-style-2 .wg-highlight-program-slider .thumb .cover .lazy,
.theme-style-2 .wg-highlight-program-slider .thumb .play {
  filter: grayscale(1);
}
.theme-style-2 .wg-highlight-program-slider .content {
  background-color: #ffffff;
}
.theme-style-2 .wg-highlight-program-slider .content .desc,
.theme-style-2 .wg-highlight-program-slider .content .date {
  color: #000000;
}
.theme-style-2 .wg-highlight-program-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.theme-style-2 .wg-research {
  background-image: linear-gradient(#ffffff, #ffffff), url(../img/background/bg-research.svg);
  background-blend-mode: saturation;
}
.theme-style-2 .wg-research::after {
  filter: grayscale(1);
}
.theme-style-2 .wg-research-slider .link {
  background-color: #ffffff;
}
.theme-style-2 .wg-research-slider .thumb .contain {
  filter: grayscale(1);
}
.theme-style-2 .wg-research-slider .desc {
  color: #333333;
}
.theme-style-2 .wg-program-slider .thumb .contain {
  filter: grayscale(1);
}
.theme-style-2 .site-footer .footer-top {
  background-image: linear-gradient(#000000, #000000), url(../img/background/footer-top-bg.jpg);
  background-blend-mode: saturation;
}
.theme-style-2 .site-footer .top-box .logo .symbol {
  filter: grayscale(1);
}
.theme-style-2 .site-footer .box-contact .icon-contact .link:hover {
  color: #ffffff;
}
.theme-style-2 .site-footer .box-social .link:hover svg path {
  fill: #ffffff;
}
.theme-style-2 .site-footer .footer-bottom {
  background-color: #333333;
  border-top-color: #ffffff;
}
.theme-style-2 .site-footer .footer-bottom .link,
.theme-style-2 .site-footer .footer-bottom .link:hover {
  color: #ffffff;
}
.theme-style-2 .site-header .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.theme-style-2 .default-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  pointer-events: none;
}
.theme-style-2 .default-header .graphic.-I,
.theme-style-2 .default-header .graphic.-II {
  filter: grayscale(1);
}
.theme-style-2 .default-menu-top .link {
  color: #000000;
}
.theme-style-2 .default-menu-top .link:before {
  background-color: #000000;
}
.theme-style-2 .default-menu-top .active .link {
  color: #000000;
}
.theme-style-2 .default-menu-top .active .link:before {
  background-color: #000000;
}
.theme-style-2 .default-body .head .h-title {
  color: #000000;
}
.theme-style-2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered,
.theme-style-2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-selection__rendered {
  color: #000000;
}
.theme-style-2 .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #000000;
  border-color: #000000;
}
.theme-style-2 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000000;
}
.theme-style-2 .pagination-label span {
  background-color: #000000;
}
.theme-style-2 .pagination .active .link {
  color: #000000;
}
.theme-style-2 .pagination .link:before {
  background-color: #000000;
}
.theme-style-2 .pagination .link:hover {
  color: #000000;
}
.theme-style-2 .news-highlight:before,
.theme-style-2 .news-highlight .thumb .cover .lazy {
  filter: grayscale(1);
}
.theme-style-2 .news-highlight .content .more:before {
  background-color: #ffffff;
}
.theme-style-2 .news-highlight .link:hover .content .more .icon-graphic {
  background-color: #ffffff;
  color: #000000;
}
.theme-style-2 .default-header .content .action .link:hover .icon-arrow {
  background-color: #ffffff;
  color: #000000;
}
.theme-style-2 .default-header .content .date:before {
  background-color: #ffffff;
}
.theme-style-2 .detail-page .detail-title {
  color: #000000;
}
.theme-style-2 .detail-page .detail-title:before {
  filter: grayscale(1);
}
.theme-style-2 .detail-cover .cover {
  filter: grayscale(1);
}
.theme-style-2 .detail-social-list .link {
  background-color: #000000;
}
.theme-style-2 .detail-social-list .link:hover svg path {
  fill: #ffffff;
}
.theme-style-2 .detail-video {
  filter: grayscale(1);
}
.theme-style-2 .detail-gallery .cover .lazy {
  filter: grayscale(1);
}
.theme-style-2 .detail-gallery .more {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.theme-style-2 .detail-download .wrapper {
  background-color: #d9d9d9;
}
.theme-style-2 .detail-download .icon-load {
  background-color: #ffffff;
}
.theme-style-2 .detail-download .icon-load img {
  filter: grayscale(1);
}
.theme-style-2 .detail-download .content .title {
  color: #000000;
}
.theme-style-2 .detail-download .content .desc {
  color: #000000;
}
.theme-style-2 .detail-download .content .desc .box + .box:before {
  background-color: #000000;
  opacity: 0.8;
}
.theme-style-2 .detail-download .link:hover .wrapper {
  background-color: #000000;
}
.theme-style-2 .detail-download .link:hover .content .desc .box + .box:before {
  background-color: #ffffff;
}
.theme-style-2 .detail-end .action .icon-arrow {
  border-color: #000000;
  color: #000000;
}
.theme-style-2 .detail-end .action .link:hover .icon-arrow {
  background-color: #000000;
  color: #ffffff;
}
.theme-style-2 .detail-end .action .txt {
  color: #000000;
}
.theme-style-2 .related-post::after {
  filter: grayscale(1);
}
.theme-style-2 .detail-article .thumb .cover {
  filter: grayscale(1);
}
.theme-style-2 .detail-article .content .action .txt {
  color: #000000;
}
.theme-style-2 .detail-article .content .action .icon-arrow {
  border-color: #000000;
  color: #000000;
}
.theme-style-2 .detail-article .content .action .link:hover .icon-arrow {
  background-color: #000000;
  color: #ffffff;
}
.theme-style-2 .detail-article .content .h-title {
  color: #000000;
}
.theme-style-2 .detail-article .content .date {
  color: #000000;
}
.theme-style-2 .detail-article .content .date:before {
  background-color: #000000;
}
.theme-style-2 .btn-gray {
  color: #000000;
}
.theme-style-2 .rdIndex-slider:before {
  background-color: #000000;
}
.theme-style-2 .rdIndex-slider .title,
.theme-style-2 .rdIndex-slider .date,
.theme-style-2 .rdIndex-slider .desc {
  color: #000000;
}
.theme-style-2 .form-default .form-control {
  color: #000000;
}
.theme-style-2 .default-body .head .search-box .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.theme-style-2 .default-body .head .search-box .btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.theme-style-2 .publications-page .book-list .thumb .cover .lazy {
  filter: grayscale(1);
}
.theme-style-2 .detail-book .thumb .cover,
.theme-style-2 .detail-book .wrapper:after {
  filter: grayscale(1);
}
.theme-style-2 .detail-book .action-back .txt {
  color: #000000;
}
.theme-style-2 .detail-book .action-back .icon-arrow {
  border-color: #000000;
  color: #000000;
}
.theme-style-2 .detail-book .action-back .link:hover .icon-arrow {
  background-color: #000000;
  color: #ffffff;
}
.theme-style-2 .detail-book .h-title {
  color: #000000;
}
.theme-style-2 .detail-book .date {
  color: #000000;
}
.theme-style-2 .detail-book .date:before {
  background-color: #000000;
}
.theme-style-2 .publications-page .plan-list .wrapper {
  background-color: #ffffff;
}
.theme-style-2 .publications-page .plan-list .thumb .cover .lazy {
  filter: grayscale(1);
}
.theme-style-2 .publications-page .plan-list .content .title,
.theme-style-2 .publications-page .plan-list .content .date {
  color: #000000;
}
.theme-style-2 .default-body .bgTop-guideWeb,
.theme-style-2 .default-body .bgButtom-guideWeb {
  filter: grayscale(1);
}
.theme-style-2 .mou-page .h-text .h-title,
.theme-style-2 .mou-page .h-text .h-desc {
  color: #000000;
}
.theme-style-2 .mou-page .action-back .txt {
  color: #000000;
}
.theme-style-2 .mou-page .action-back .icon-arrow {
  border-color: #000000;
  color: #000000;
}
.theme-style-2 .mou-page .action-back .link:hover .icon-arrow {
  background-color: #000000;
  color: #ffffff;
}
.theme-style-2 .mou-list .txt {
  background-color: #000000;
}
.theme-style-2 .mou-list .txt .desc {
  color: #ffffff;
}
.theme-style-2 .mou-list .dot:before {
  background-color: #ffffff;
  border-color: #000000;
}
.theme-style-2 .mou-list .year {
  background-color: #000000;
}
.theme-style-2 .mou-list .year .inner {
  color: #ffffff;
}
.theme-style-2 .mou-list .content {
  background-color: #ffffff;
}
.theme-style-2 .mou-list .content .thumb .lazy {
  filter: grayscale(1);
}
.theme-style-2 .mou-list .content .title,
.theme-style-2 .mou-list .content .desc {
  color: #000000;
}
.theme-style-2 .mou-list .item:nth-child(odd) .wrapper .year:before {
  border-color: transparent #000000 transparent transparent;
}
.theme-style-2 .mou-list .item:nth-child(even) .wrapper .year:before {
  border-color: transparent transparent transparent #000000;
}
.theme-style-2 .mou-list .wrapper:hover .year {
  background-color: #000000;
}
.theme-style-2 .mou-list .item:nth-child(odd) .wrapper:hover .year:before {
  border-color: transparent #000000 transparent transparent;
}
.theme-style-2 .mou-list .item:nth-child(even) .wrapper:hover .year:before {
  border-color: transparent transparent transparent #000000;
}
.theme-style-2 .mou-table {
  background-color: #000000;
}
.theme-style-2 .mou-table .head .title,
.theme-style-2 .mou-table .head .desc {
  color: #ffffff;
}
.theme-style-2 .mou-table .body thead {
  background-color: #ffffff;
}
.theme-style-2 .mou-table .body thead th {
  border-color: #000000;
  color: #000000;
}
.theme-style-2 .mou-table .body tbody {
  border-color: #000000;
  background-color: #ffffff;
}
.theme-style-2 .mou-table .body tbody tr {
  border-color: #000000;
}
.theme-style-2 .mou-table .body tbody td {
  color: #000000;
}
.theme-style-2 .mou-table .body tbody td + td:before {
  background-color: #000000;
}
.theme-style-2 .mou-table .body .visble-xs {
  color: #ffffff;
  background-color: #000000;
}
@media (max-width: 991px) {
  .theme-style-2 nav.menu {
    background-color: #000000;
  }
  .theme-style-2 .site-header nav.menu .text-size,
  .theme-style-2 .site-header nav.menu .text-color,
  .theme-style-2 nav.menu .nav-list li,
  .theme-style-2 nav.menu .nav-list li:last-child {
    border-color: #ffffff;
  }
  .theme-style-2 .site-header nav.menu .text-size .active .link {
    background-color: #ffffff;
    color: #000000;
  }
  .theme-style-2 .site-header nav.menu .text-size .item-list li + li:before {
    background-color: #ffffff;
  }
  .theme-style-2 .site-header nav.menu .text-color .item-list li + li:before {
    background-color: #ffffff;
  }
}

.theme-style-3 .site-header .top-bar {
  background-color: #000000;
}
.theme-style-3 .site-header .text-size .txt,
.theme-style-3 .site-header .text-size .link {
  color: #C5B500;
}
.theme-style-3 .site-header .text-size .link:before {
  background-color: #C5B500;
}
.theme-style-3 .site-header .text-color .txt {
  color: #C5B500;
}
.theme-style-3 .site-header .text-color .yl .link {
  background-color: #333333;
}
.theme-style-3 .site-header .text-color .link:before {
  background-color: #C5B500;
}
.theme-style-3 .site-header .bottom-bar {
  background-color: rgba(0, 0, 0, 0.7);
}
.theme-style-3 .site-header .social-list .txt {
  color: #C5B500;
}
.theme-style-3 .site-header .social-list .link svg path {
  fill: #C5B500;
}
.theme-style-3 .site-header .social-list .link:hover svg path {
  fill: #C5B500;
}
.theme-style-3 .site-header .search-box .link,
.theme-style-3 .site-header .search-box .link:hover,
.theme-style-3 .site-header .logo .txt {
  color: #C5B500;
}
.theme-style-3 .menu-mobile-btn .btn-mobile .bar {
  background-color: #C5B500;
}
.theme-style-3 nav.menu li a.link,
.theme-style-3 nav.menu li a.link:hover {
  color: #C5B500;
}
.theme-style-3 .site-header .logo .symbol img,
.theme-style-3 nav.menu li a.link:before,
.theme-style-3 .main-slider .cover {
  filter: grayscale(1);
}
.theme-style-3 .btn-primary {
  color: #C5B500;
  background-color: #C5B500;
  border-color: #000000;
  background-image: linear-gradient(90deg, #000000 0%, #707070 50%, #000000 100%);
}
.theme-style-3 .btn-arrow {
  background-color: #000000;
  color: #C5B500;
}
.theme-style-3 .btn-arrow .icon {
  border-color: #C5B500;
}
.theme-style-3 .slick-prev, .theme-style-3 .slick-next {
  border-color: #C5B500;
  color: #C5B500;
}
.theme-style-3 .slick-prev:hover, .theme-style-3 .slick-prev:focus, .theme-style-3 .slick-next:hover, .theme-style-3 .slick-next:focus {
  background-color: #C5B500;
  color: #000000;
}
.theme-style-3 .slick-dots li.slick-active button {
  background-color: #000000;
}
.theme-style-3 .swiper-pagination-bullet-active {
  background-color: #000000;
}
.theme-style-3 .fancybox-content {
  filter: grayscale(1);
}
.theme-style-3 .section-wg-guideWeb {
  background-color: #C5B500;
}
.theme-style-3 .section-wg-guideWeb .bgTop-guideWeb,
.theme-style-3 .section-wg-guideWeb .bgButtom-guideWeb {
  filter: grayscale(1);
}
.theme-style-3 .whead:before {
  filter: grayscale(1);
}
.theme-style-3 .whead .title,
.theme-style-3 .whead .desc {
  color: #000000;
}
.theme-style-3 .wg-weblink .thumb .cover {
  filter: grayscale(1);
}
.theme-style-3 .wg-weblink .link:hover .btn-arrow .icon {
  background-color: #C5B500;
  color: #000000;
}
.theme-style-3 .rdIndex-default .thumb .cover .lazy {
  filter: grayscale(1);
}
.theme-style-3 .rdIndex-default .tag {
  background-image: linear-gradient(90deg, #000000 0%, #707070 50%, #000000 100%);
}
.theme-style-3 .rdIndex-default .icon {
  background-image: linear-gradient(90deg, #707070 0%, #000000 50%, #707070 100%);
}
.theme-style-3 .rdIndex-default .content {
  color: #000000;
}
.theme-style-3 .wg-publications {
  background-color: #C5B500;
}
.theme-style-3 .wg-publications .bgRight-publications,
.theme-style-3 .wg-publications .bgLeft-publications,
.theme-style-3 .wg-publications-slide .thumb .cover .lazy,
.theme-style-3 .wg-publications-slide .wrapper:after,
.theme-style-3 .wg-publications-slide .swiper-slide-active .thumb .cover .lazy {
  filter: grayscale(1);
}
.theme-style-3 .wg-7major {
  background-image: linear-gradient(#C5B500, #C5B500), url(../img/background/bg-7major.jpg);
}
.theme-style-3 .wg-7major-detail .image-major {
  filter: grayscale(1);
}
.theme-style-3 .wg-7major-detail .order {
  background-image: linear-gradient(47deg, #000000 0%, #333333 100%);
  color: #C5B500;
}
.theme-style-3 .wg-7major-detail .entry-detail {
  background-color: #C5B500;
  color: #000000;
}
.theme-style-3 .wg-mou {
  background-color: #C5B500;
}
.theme-style-3 .wg-mou-slider .slick-prev,
.theme-style-3 .wg-mou-slider .slick-next {
  border-color: #000000;
  color: #C5B500;
  background-color: #000000;
}
.theme-style-3 .wg-mou-slider .slick-slide + .slick-slide:before {
  border-color: #000000;
  background-color: #C5B500;
  color: #000000;
}
.theme-style-3 .wg-mou-slider .dot {
  background-color: #707070;
}
.theme-style-3 .wg-mou-slider .dot:before {
  border-color: #000000;
  background-color: #C5B500;
}
.theme-style-3 .wg-mou-slider .year {
  background-color: #000000;
}
.theme-style-3 .wg-mou-slider .year:before {
  border-color: #000000 transparent transparent transparent;
}
.theme-style-3 .wg-mou-slider .year .inner {
  color: #C5B500;
}
.theme-style-3 .wg-mou-slider .slick-current .year {
  background-color: #000000;
}
.theme-style-3 .wg-mou-slider .slick-current .year:before {
  border-color: #000000 transparent transparent transparent;
}
.theme-style-3 .wg-mou-slider .slick-current .year {
  color: #C5B500;
}
.theme-style-3 .wg-mou-slider .link:hover .year {
  background-color: #000000;
}
.theme-style-3 .wg-mou-slider .link:hover .year:before {
  border-color: #000000 transparent transparent transparent;
}
.theme-style-3 .wg-mou-slider .link:hover .year {
  color: #C5B500;
}
.theme-style-3 .wg-mou-slider .txt {
  background-color: #000000;
}
.theme-style-3 .wg-mou-slider .txt p {
  color: #C5B500;
}
.theme-style-3 .wg-mou-slider .thumb .contain {
  filter: grayscale(1);
}
.theme-style-3 .wg-mou .action .icon-graphic {
  background-color: #C5B500;
}
.theme-style-3 .wg-mou .action .icon-graphic .inner {
  border-color: #000000;
  background-color: #C5B500;
  color: #000000;
}
.theme-style-3 .wg-news {
  background-color: #C5B500;
}
.theme-style-3 .wg-news .bgTop-news,
.theme-style-3 .wg-news .bgButton-news {
  filter: grayscale(1);
}
.theme-style-3 .wg-news .nav-tabs .nav-link {
  background-color: #707070;
  color: #000000;
}
.theme-style-3 .wg-news .nav-tabs .nav-link:hover {
  color: #000000;
}
.theme-style-3 .wg-news .nav-tabs .nav-link.active {
  background-color: #000000;
  color: #C5B500;
}
.theme-style-3 .news-default .thumb .tag {
  background-color: #C5B500;
  color: #000000;
}
.theme-style-3 .news-default .thumb .view {
  color: #C5B500;
}
.theme-style-3 .news-default .thumb .cover .lazy {
  filter: grayscale(1);
}
.theme-style-3 .news-default .content .title,
.theme-style-3 .news-default .content .date {
  color: #000000;
}
.theme-style-3 .news-default .content .more:before {
  background-color: #707070;
}
.theme-style-3 .news-default .content .more .icon-graphic {
  border-color: #000000;
  background-color: #C5B500;
  color: #000000;
}
.theme-style-3 .news-default .link:hover .content .more .icon-graphic {
  background-color: #000000;
  color: #C5B500;
}
.theme-style-3 .wg-highlight-program {
  background-image: linear-gradient(#000000, #000000), url(../img/background/bg-event.jpg);
  background-blend-mode: saturation;
}
.theme-style-3 .wg-highlight-program .whead .title,
.theme-style-3 .wg-highlight-program .whead .desc {
  color: #C5B500;
}
.theme-style-3 .wg-highlight-program-slider .thumb .cover .lazy,
.theme-style-3 .wg-highlight-program-slider .thumb .play {
  filter: grayscale(1);
}
.theme-style-3 .wg-highlight-program-slider .content {
  background-color: #C5B500;
}
.theme-style-3 .wg-highlight-program-slider .content .desc,
.theme-style-3 .wg-highlight-program-slider .content .date {
  color: #000000;
}
.theme-style-3 .wg-highlight-program-slider .slick-dots li.slick-active button {
  background-color: #C5B500;
}
.theme-style-3 .wg-research {
  background-color: #C5B500;
  background-image: linear-gradient(#C5B500, #C5B500), url(../img/background/bg-research.svg);
  background-blend-mode: saturation;
}
.theme-style-3 .wg-research::after {
  filter: grayscale(1);
}
.theme-style-3 .wg-research-slider .link {
  background-color: #C5B500;
}
.theme-style-3 .wg-research-slider .thumb .contain {
  filter: grayscale(1);
}
.theme-style-3 .wg-research-slider .desc {
  color: #333333;
}
.theme-style-3 .wg-program {
  background-color: #C5B500;
}
.theme-style-3 .wg-program-slider .thumb .contain {
  filter: grayscale(1);
}
.theme-style-3 .site-footer .footer-top {
  background-image: linear-gradient(#000000, #000000), url(../img/background/footer-top-bg.jpg);
  background-blend-mode: saturation;
}
.theme-style-3 .site-footer .top-box {
  border-bottom-color: #C5B500;
}
.theme-style-3 .site-footer .top-box .logo .txt {
  color: #C5B500;
}
.theme-style-3 .site-footer .top-box .logo .symbol {
  filter: grayscale(1);
}
.theme-style-3 .site-footer .box-address .h-title {
  color: #C5B500;
  border-bottom-color: #C5B500;
}
.theme-style-3 .site-footer .box-address .s-title,
.theme-style-3 .site-footer .box-address .desc,
.theme-style-3 .site-footer .box-contact .icon-contact .link,
.theme-style-3 .site-footer .box-contact .icon-contact .link:hover {
  color: #C5B500;
}
.theme-style-3 .site-footer .box-contact .icon-contact svg path,
.theme-style-3 .site-footer .box-social .link svg path,
.theme-style-3 .site-footer .box-social .link:hover svg path {
  fill: #C5B500;
}
.theme-style-3 .site-footer .box-social {
  border-top-color: #C5B500;
}
.theme-style-3 .site-footer .box-social .txt {
  color: #C5B500;
}
.theme-style-3 .site-footer .footer-bottom {
  background-color: #333333;
  border-top-color: #C5B500;
}
.theme-style-3 .site-footer .footer-bottom .txt,
.theme-style-3 .site-footer .footer-bottom .link,
.theme-style-3 .site-footer .footer-bottom .link:hover {
  color: #C5B500;
}
.theme-style-3 .site-footer .footer-bottom .item-list li + li:before {
  background-color: #C5B500;
}
.theme-style-3 .site-header .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.theme-style-3 .breadcrumb li,
.theme-style-3 .breadcrumb li .link {
  color: #C5B500;
}
.theme-style-3 .breadcrumb li + li:before {
  background-color: #C5B500;
}
.theme-style-3 .default-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  pointer-events: none;
}
.theme-style-3 .default-header .graphic.-I,
.theme-style-3 .default-header .graphic.-II {
  filter: grayscale(1);
}
.theme-style-3 .default-header .title {
  color: #C5B500;
}
.theme-style-3 .default-header .desc {
  color: #C5B500;
}
.theme-style-3 .default-menu-top {
  background-color: #C5B500;
}
.theme-style-3 .default-menu-top .link {
  color: #000000;
}
.theme-style-3 .default-menu-top .link:before {
  background-color: #000000;
}
.theme-style-3 .default-menu-top .active .link {
  color: #000000;
}
.theme-style-3 .default-menu-top .active .link:before {
  background-color: #000000;
}
.theme-style-3 .default-body {
  background-color: #C5B500;
}
.theme-style-3 .default-body .head .h-title {
  color: #000000;
}
.theme-style-3 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered,
.theme-style-3 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-selection__rendered {
  color: #000000;
}
.theme-style-3 .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #000000;
  border-color: #000000;
  color: #C5B500;
}
.theme-style-3 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000000;
  color: #C5B500;
}
.theme-style-3 .select2-dropdown {
  background-color: #C5B500;
  border-color: #000000;
}
.theme-style-3 .pagination-label span {
  background-color: #000000;
  color: #C5B500;
}
.theme-style-3 .pagination-label .title,
.theme-style-3 .pagination .link,
.theme-style-3 .pagination .active .link {
  color: #000000;
}
.theme-style-3 .pagination .link:before {
  background-color: #000000;
  color: #C5B500;
}
.theme-style-3 .pagination .link:hover {
  color: #000000;
}
.theme-style-3 .pagination .select2-container .select2-selection--single .select2-selection__rendered,
.theme-style-3 .pagination .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #000000;
}
.theme-style-3 .news-highlight:before,
.theme-style-3 .news-highlight .thumb .cover .lazy {
  filter: grayscale(1);
}
.theme-style-3 .news-highlight .thumb .view {
  color: #C5B500;
}
.theme-style-3 .news-highlight .content .title,
.theme-style-3 .news-highlight .content .date,
.theme-style-3 .news-highlight .content .desc {
  color: #C5B500;
}
.theme-style-3 .news-highlight .content .more:before {
  background-color: #C5B500;
}
.theme-style-3 .news-highlight .content .more .icon-graphic {
  border-color: #C5B500;
  color: #C5B500;
}
.theme-style-3 .news-highlight .link:hover .content .more .icon-graphic {
  background-color: #C5B500;
  color: #000000;
}
.theme-style-3 .default-header .content .action .icon-arrow {
  border-color: #C5B500;
  color: #C5B500;
}
.theme-style-3 .default-header .content .action .link:hover .icon-arrow {
  background-color: #ffffff;
  color: #000000;
}
.theme-style-3 .default-header .content .action .txt {
  color: #C5B500;
}
.theme-style-3 .default-header .content .h-title {
  color: #C5B500;
}
.theme-style-3 .default-header .content .date {
  color: #C5B500;
}
.theme-style-3 .default-header .content .date:before {
  background-color: #C5B500;
}
.theme-style-3 .detail-page .detail-title {
  color: #000000;
}
.theme-style-3 .detail-page .detail-title:before {
  filter: grayscale(1);
}
.theme-style-3 .detail-cover .cover {
  filter: grayscale(1);
}
.theme-style-3 .detail-social-list .link {
  background-color: #000000;
}
.theme-style-3 .detail-social-list .link svg path {
  fill: #C5B500;
}
.theme-style-3 .detail-social-list .link:hover svg path {
  fill: #C5B500;
}
.theme-style-3 .detail-video {
  filter: grayscale(1);
}
.theme-style-3 .detail-gallery .cover .lazy {
  filter: grayscale(1);
}
.theme-style-3 .detail-gallery .more {
  background-color: rgba(0, 0, 0, 0.8);
  color: #C5B500;
}
.theme-style-3 .detail-download .wrapper {
  background-color: #2c2c2c;
}
.theme-style-3 .detail-download .icon-load {
  background-color: #C5B500;
}
.theme-style-3 .detail-download .icon-load img {
  filter: grayscale(1);
}
.theme-style-3 .detail-download .content .title {
  color: #C5B500;
}
.theme-style-3 .detail-download .content .desc {
  color: #C5B500;
}
.theme-style-3 .detail-download .content .desc .box + .box:before {
  background-color: #C5B500;
  opacity: 0.8;
}
.theme-style-3 .detail-download .link:hover .wrapper {
  background-color: #000000;
}
.theme-style-3 .detail-download .link:hover .content .title,
.theme-style-3 .detail-download .link:hover .content .desc {
  color: #C5B500;
}
.theme-style-3 .detail-download .link:hover .content .desc .box + .box:before {
  background-color: #C5B500;
}
.theme-style-3 .detail-end .action .icon-arrow {
  border-color: #000000;
  color: #000000;
}
.theme-style-3 .detail-end .action .link:hover .icon-arrow {
  background-color: #000000;
  color: #ffffff;
}
.theme-style-3 .detail-end .action .txt {
  color: #000000;
}
.theme-style-3 .font-base-editor, .theme-style-3 .editor-content, .theme-style-3 .editor-content p {
  color: #000000;
}
.theme-style-3 .related-post {
  background-color: #C5B500;
}
.theme-style-3 .related-post::after {
  filter: grayscale(1);
}
.theme-style-3 .related-post .h-title {
  color: #C5B500;
}
.theme-style-3 .detail-article .thumb .cover {
  filter: grayscale(1);
}
.theme-style-3 .detail-article .content .action .txt {
  color: #000000;
}
.theme-style-3 .detail-article .content .action .icon-arrow {
  border-color: #000000;
  color: #000000;
}
.theme-style-3 .detail-article .content .action .link:hover .icon-arrow {
  background-color: #000000;
  color: #C5B500;
}
.theme-style-3 .detail-article .content .h-title {
  color: #000000;
}
.theme-style-3 .detail-article .content .date {
  color: #000000;
}
.theme-style-3 .detail-article .content .date:before {
  background-color: #000000;
}
.theme-style-3 .btn-gray {
  color: #000000;
  border-color: #000000;
  background-color: #C5B500;
}
.theme-style-3 .rdIndex-default .tag {
  color: #C5B500;
}
.theme-style-3 .rdIndex-default .icon path {
  fill: #C5B500;
}
.theme-style-3 .rdIndex-default .wrapper {
  background-color: #C5B500;
}
.theme-style-3 .rdIndex-default .content {
  background-color: #C5B500;
}
.theme-style-3 .rdIndex-slider:before {
  background-color: #000000;
}
.theme-style-3 .rdIndex-slider .title,
.theme-style-3 .rdIndex-slider .date,
.theme-style-3 .rdIndex-slider .desc {
  color: #000000;
}
.theme-style-3 .form-default .form-control {
  color: #000000;
}
.theme-style-3 .default-body .head .search-box .btn {
  background-color: #000000;
  border-color: #000000;
  color: #C5B500;
}
.theme-style-3 .default-body .head .search-box .btn:hover {
  background-color: #C5B500;
  color: #000000;
}
.theme-style-3 .publications-page .book-list .thumb .cover .lazy {
  filter: grayscale(1);
}
.theme-style-3 .detail-book .thumb .cover,
.theme-style-3 .detail-book .wrapper:after {
  filter: grayscale(1);
}
.theme-style-3 .detail-book .action-back .txt {
  color: #000000;
}
.theme-style-3 .detail-book .action-back .icon-arrow {
  border-color: #000000;
  color: #000000;
}
.theme-style-3 .detail-book .action-back .link:hover .icon-arrow {
  background-color: #000000;
  color: #C5B500;
}
.theme-style-3 .detail-book .h-title {
  color: #000000;
}
.theme-style-3 .detail-book .date {
  color: #000000;
}
.theme-style-3 .detail-book .date:before {
  background-color: #000000;
}
.theme-style-3 .publications-page .plan-list .wrapper {
  background-color: #C5B500;
}
.theme-style-3 .publications-page .plan-list .thumb .cover .lazy {
  filter: grayscale(1);
}
.theme-style-3 .publications-page .plan-list .content .title,
.theme-style-3 .publications-page .plan-list .content .date {
  color: #000000;
}
.theme-style-3 .default-body .bgTop-guideWeb,
.theme-style-3 .default-body .bgButtom-guideWeb {
  filter: grayscale(1);
}
.theme-style-3 .mou-page .h-text .h-title,
.theme-style-3 .mou-page .h-text .h-desc {
  color: #000000;
}
.theme-style-3 .mou-page .action-back .txt {
  color: #000000;
}
.theme-style-3 .mou-page .action-back .icon-arrow {
  border-color: #000000;
  color: #000000;
}
.theme-style-3 .mou-page .action-back .link:hover .icon-arrow {
  background-color: #000000;
  color: #C5B500;
}
.theme-style-3 .mou-list .wrapper:before {
  background-color: #000000;
}
.theme-style-3 .mou-list .txt {
  background-color: #000000;
}
.theme-style-3 .mou-list .txt .desc {
  color: #C5B500;
}
.theme-style-3 .mou-list .dot {
  background-color: #000000;
}
.theme-style-3 .mou-list .dot:before {
  background-color: #C5B500;
  border-color: #000000;
}
.theme-style-3 .mou-list .year {
  background-color: #000000;
}
.theme-style-3 .mou-list .year .inner {
  color: #C5B500;
}
.theme-style-3 .mou-list .content {
  background-color: #C5B500;
}
.theme-style-3 .mou-list .content .thumb .lazy {
  filter: grayscale(1);
}
.theme-style-3 .mou-list .content .title,
.theme-style-3 .mou-list .content .desc {
  color: #000000;
}
.theme-style-3 .mou-list .item:nth-child(odd) .wrapper .year:before {
  border-color: transparent #000000 transparent transparent;
}
.theme-style-3 .mou-list .item:nth-child(even) .wrapper .year:before {
  border-color: transparent transparent transparent #000000;
}
.theme-style-3 .mou-list .wrapper:hover .year {
  background-color: #000000;
}
.theme-style-3 .mou-list .item:nth-child(odd) .wrapper:hover .year:before {
  border-color: transparent #000000 transparent transparent;
}
.theme-style-3 .mou-list .item:nth-child(even) .wrapper:hover .year:before {
  border-color: transparent transparent transparent #000000;
}
.theme-style-3 .mou-table {
  background-color: #000000;
}
.theme-style-3 .mou-table .head .title,
.theme-style-3 .mou-table .head .desc {
  color: #C5B500;
}
.theme-style-3 .mou-table .body thead {
  background-color: #C5B500;
}
.theme-style-3 .mou-table .body thead th {
  border-color: #000000;
  color: #000000;
}
.theme-style-3 .mou-table .body tbody {
  border-color: #000000;
  background-color: #C5B500;
}
.theme-style-3 .mou-table .body tbody tr {
  border-color: #000000;
}
.theme-style-3 .mou-table .body tbody td {
  color: #000000;
}
.theme-style-3 .mou-table .body tbody td + td:before {
  background-color: #000000;
}
.theme-style-3 .mou-table .body .visble-xs {
  color: #C5B500;
  background-color: #000000;
}
@media (max-width: 991px) {
  .theme-style-3 nav.menu {
    background-color: #000000;
  }
  .theme-style-3 .site-header nav.menu .text-size,
  .theme-style-3 .site-header nav.menu .text-color,
  .theme-style-3 nav.menu .nav-list li,
  .theme-style-3 nav.menu .nav-list li:last-child {
    border-color: #C5B500;
  }
  .theme-style-3 .site-header nav.menu .text-size .active .link {
    background-color: #C5B500;
    color: #000000;
  }
  .theme-style-3 .site-header nav.menu .text-size .item-list li + li:before {
    background-color: #C5B500;
  }
  .theme-style-3 .site-header nav.menu .text-color .item-list li + li:before {
    background-color: #C5B500;
  }
}
@media (max-width: 767px) {
  .theme-style-3 .pagination .select2-container--default .select2-selection--single {
    border-color: #000000;
  }
}/*# sourceMappingURL=source.css.map */