/**btn**/
/**all topic**/
/** border radius**/
/**btn**/

/* 1. สั่งให้ ข้อความ, ลิงก์, และรูปภาพทั่วไปบนเว็บ เป็นสีเทา */
p, span, h1, h2, h3, h4, h5, h6, a, img, button, input, select, textarea {
    filter: grayscale(100%);
}

/* 2. สั่งให้ภาพพื้นหลัง (Background) เป็นสีเทา */
div, section, article, aside, header, footer, main {
    background-blend-mode: luminosity;
    /* หรือใช้ filter: grayscale(100%); ร่วมด้วย แต่จำกัดเฉพาะเจาะจง */
}

/* ======================================================= */
/* 3. ดึงกล่องและรูปภาพในป๊อปอัป Modal กลับมาเป็นมิติปกติ (ตัวแก้ปัญหา) */
/* ======================================================= */
body #popup-modal,
body #popup-modal *,
#popup-modal,
.modal-content,
.modal-body {
    /* 1. ล้างค่า filter สีเทา */
    filter: none !important;
    filter: grayscale(0%) !important;
    -webkit-filter: grayscale(0%) !important;
    
    /* 2. ล้างค่าโหมด background ของส่วนที่ 2 (จุดสำคัญที่ทำให้รูปเป็นสี) */
    background-blend-mode: normal !important; 
    mix-blend-mode: normal !important;
}

/* ล็อกเป้าหมายที่แท็ก img ข้างในอีกชั้นให้ชัวร์ที่สุด */
#popup-modal img,
.modal-body img {
    filter: none !important;
    filter: grayscale(0%) !important;
    background-blend-mode: normal !important;
}


body {
  color: #015e8e;
}

.bg_blacklight {
  background-color: #4c4e4f;
}

.section-home {
  height: 100%;
  position: absolute;
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  display: table;
}

#add-sitemab {
  position: fixed;
  min-height: 600px;
  width: 100%;
  left: 0;
  display: block;
  bottom: 100%;
  z-index: 1041;
  background: #000;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
}

.show-sitemap {
  transform: translate3d(0px, 600px, 0px);
}

.site-header .navbar {
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
  background: #4c4e4f;
}

.navbar .logo-default {
  display: none;
}

.navbar-brand {
  display: none;
}

.sidemenu_btn.-topleft {
  right: auto;
  left: 10px;
  display: inline-block;
}
.sidemenu_btn.-topleft > span:nth-child(2), .sidemenu_btn.-topleft > span:nth-child(3) {
  width: 100%;
}
.sidemenu_btn.-topright > span:nth-child(2), .sidemenu_btn.-topright > span:nth-child(3) {
  width: 100%;
}
.sidemenu_btn.-rightslide {
  position: fixed;
  color: #585858;
  background-color: #fff;
  border-radius: 6px 6px;
  -webkit-border-radius: 6px 6px;
  text-align: center;
  top: 12px;
  right: 8px;
  height: 2.4rem;
  width: 2.4rem;
}

.logo-text {
  flex-basis: 90%;
  max-width: 90%;
  text-align: center;
  margin: 0.8rem 0;
}
.logo-text > .headtext {
  margin: 0 0;
  font-size: 1.1rem;
  line-height: 1.4rem;
  padding-left: calc( 100% / 13);
}
.logo-text > .headtext.-white {
  color: #fff;
}
.logo-text > .headtext.-gray {
  color: #b3b3b3;
}

.bt-updownpage {
  flex-basis: 20%;
  max-width: 20%;
}

.social-icons.-socailtop {
  flex-basis: 10%;
  max-width: 10%;
  position: relative;
}

.col-language {
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
}
.col-language.-top {
  justify-content: flex-start;
}

@media screen and (max-width: 1055px) {
  .navbar .social-icons.-socailtop {
    margin-right: 0;
  }
}

.main-search {
  display: none;
  font-size: 1.2rem;
  cursor: pointer;
}
.main-search > .fa-search {
  position: relative;
  top: 5px;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .container {
    max-width: 100% !important;
  }
}

.side-menu.side-menu-active {
  transform: translate3d(0px, 0, 0);
}
@media (max-width: 576px) {
  .side-menu {
    width: 309px !important;
  }
}
@media (max-width: 767px) {
  .side-menu {
    width: 309px !important;
  }
}
@media (max-width: 992px) {
  .side-menu {
    width: 309px !important;
  }
}
@media (min-width: 992px) {
  .side-menu {
    width: 309px !important;
  }
}

.scroll-auto {
  overflow: auto;
}

.menu-in {
  margin-bottom: 1rem;
  overflow: auto !important;
}
.menu-in.openin {
  height: 460px;
  overflow: auto;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
.menu-in > .container {
  display: none;
}
.menu-in > .container.opencontainer {
  display: block;
}

.sitemap-btn {
  padding: 8px 15px;
  text-align: center;
}
.sitemap-btn > .text {
  background: #fff;
  color: #000;
  padding: 0.4rem 0;
  margin-bottom: 0;
}

.collapse.-topcolapse {
  display: block;
}
.collapse.-topcolapse .navbar-nav {
  margin-top: 1rem;
}

.navbar-nav .nav-link {
  font-size: 1em;
  color: #fff;
  display: flex;
  margin: 0.2rem 15px;
}
.navbar-nav .nav-link.current .blue {
  color: #008edb;
}
.navbar-nav .nav-link.current .darkblue {
  color: #1441a2;
}
.navbar-nav .nav-link.current .lightblue {
  color: #83dcec;
}

.-topcolapse .nav-link .numberlink {
  display: block;
  text-shadow: 1px 1px 1px #000;
}
.-topcolapse .nav-link > .link-element {
  margin-left: 8px;
}

.parent-btn {
  display: inline-block;
  text-align: center;
  font-family: Tahoma, sans-serif, Verdana, Geneva;
}
.btn.-btcnormal {
  font-size: 1.6rem;
  color: #3f3f3f;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #3f3f3f;
  background-color: #fff;
  line-height: 1em;
  padding: 0;
  display: inline-block;
  font-weight: normal;
  width: 1.33em;
  height: 1.33em;
}
.btn.-btcnormal .text {
  top: 0px;
  position: relative;
}
.btn.-btcblack {
  font-size: 1.6rem;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #3f3f3f;
  background-color: #000;
  line-height: 1em;
  padding: 0;
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
  width: 1.33em;
  height: 1.33em;
}
.btn.-btcblack .text {
  top: 0px;
  position: relative;
}
.btn.-btcyellow {
  font-size: 1.6rem;
  color: #ff0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #3f3f3f;
  background-color: #000;
  line-height: 1em;
  padding: 0;
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
  width: 1.33em;
  height: 1.33em;
}
.btn.-btcyellow .text {
  top: 0px;
  position: relative;
}
.btn.btnall {
  background-color: #008edb;
  color: #fff;
}
.btn.btn-sp {
  background-color: #1441a2;
  color: #fff;
}

.increase-text {
  display: inline-block;
  border-radius: 8px 8px;
  -moz-border-radius: 8px 8px;
  -webkit-border-radius: 8px 8px;
  color: #545454;
  font-family: "Browallia New";
  font-size: 1.4rem;
  /* padding: 6px 4px 10px; */
  background: none;
  border: 0;
  /* margin-top: 9px;
  margin-bottom: 10px; */
}
.increase-text > .increase-f {
  display: inline-block;
  width: 1px;
  background-color: #c0c0c0;
  height: 20px;
  vertical-align: middle;
  margin-top: 0px;
}
.increase-text > .change-text {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  color: #13147d;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
}
.increase-text > .change-text.-small, .increase-text > .change-text.-large {
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  border-radius: 6px 6px;
  border: 1px solid #999;
  padding: 3px 14px;
  background-color: #fff;
}
.increase-text > .change-text.-white {
  color: #fff;
}

.main-breadcrumb {
  margin-top: 1.6rem;
  position: relative;
}
.main-breadcrumb .vertical-stick {
  position: absolute;
  width: 6px;
  height: 70%;
  left: -10px;
  background-color: #83dcec;
}

.cbp-l-filters .cbp-filter-item.-gold {
  color: #ebc221;
}
.cbp-l-filters .cbp-filter-item.-gold span {
  color: #ebc221;
  font-size: 1.2em;
}
.cbp-l-filters .cbp-filter-item.lightblue {
  color: #008edb;
}
.cbp-l-filters .cbp-filter-item.-cwhite {
  color: #fff;
}

.side-menu:not(.gradient-bg) {
  background: #4c4e4f;
}

.static-nav .navbar-nav .nav-link::before {
  background-color: #62dcff !important;
}

@media screen and (max-width: 767px) {
  .increase-text {
    font-size: 1rem;
    padding: 0px 5px;
    margin-left: 0;
  }
}
.lang.-large {
  display: inline-block;
}
.lang.-large a {
  font-size: 1.3rem;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
  margin-right: 4px;
}
.lang.-large > .htline {
  position: relative;
  top: 3px;
  margin-right: 4px;
  color: #fff;
}

.headtitle {
  padding: 0 12px;
}
.headtitle > .title {
  display: inline-block;
  font-size: 1.8em;
  line-height: 1em;
  text-align: left;
}
.headtitle > .title.-bantitle {
  margin: 1rem 0;
}
.headtitle > .title.neon-text {
  font-size: 1.2em;
  margin: 0.5rem 0;
}
.headtitle > .title.-white {
  color: #fff;
}
.headtitle > .title.-white p:nth-child(2) {
  color: #0bbbe6;
}
.headtitle > .title.-white p:nth-child(2).yellow {
  color: #ebc221;
}
.headtitle > .title .neonfirst {
  margin-bottom: 0;
}
.headtitle > .title * {
  font-size: inherit;
  line-height: inherit;
}
.headtitle > .title p {
  margin-bottom: 0;
}
.headtitle.-larged > .title {
  font-size: 0.9rem;
}
.headtitle.-larged > .title p {
  display: inline-block;
}
.headtitle.-larged > .title .defaut-icon,
.headtitle.-larged > .title .yellow-icon {
  width: 56px;
}
.headtitle.noleftp {
  padding-left: 0;
}

.view-all {
  text-align: center;
  display: block;
  width: 100%;
}

.viewMore {
  padding: 0.8rem 0.8rem;
  font-size: 1em;
  color: #fff;
  background: #caad3e;
  background: -moz-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #caad3e), color-stop(51%, #cead2c), color-stop(100%, #e8c020));
  background: -webkit-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -o-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -ms-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: linear-gradient(to right, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b59410", endColorstr="#e8c020", GradientType=1 );
  border-radius: 0 0;
  -webkit-border-radius: 0 0;
  border: 0;
  margin: 0.8rem 0;
  position: relative;
}
.viewMore:hover {
  border: none;
  background: rgba(0, 7, 22, 0.5);
  color: #fff;
}
.viewMore:hover .line-1 {
  animation: move1 1500ms infinite ease;
}
.viewMore:hover .line-2 {
  animation: move2 1500ms infinite ease;
}
.viewMore:hover .line-3 {
  animation: move3 1500ms infinite ease;
}
.viewMore:hover .line-4 {
  animation: move4 1500ms infinite ease;
}
.viewMore .line-1 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #ebc221;
  left: 0;
  bottom: 0;
}
.viewMore .line-2 {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #ebc221;
  left: 0;
  top: 0;
}
.viewMore .line-3 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #ebc221;
  right: 0;
  top: 0;
}
.viewMore .line-4 {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #ebc221;
  right: 0;
  bottom: 0;
}

@keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}
@keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
.title-ofslide,
.title-slide-bt {
  padding: 0 12px;
  color: #fff;
}
.title-ofslide p,
.title-slide-bt p {
  margin-bottom: 3px;
  line-height: 1.3rem;
}

.title-ofslide {
  margin: 0rem 0 0.7rem;
}

.btn.btn-gradient {
  border-radius: 0 0;
  -webkit-border-radius: 0 0;
  color: #fff;
  border: 0;
  background: #caad3e;
  background: -moz-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #caad3e), color-stop(51%, #cead2c), color-stop(100%, #e8c020));
  background: -webkit-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -o-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -ms-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: linear-gradient(to right, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b59410", endColorstr="#e8c020", GradientType=1 );
}

.-msearch {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  top: 90%;
}
.-msearch.-menutop {
  position: relative;
  top: 0;
}
.-msearch.-desktop {
  display: none;
}
.-msearch.-notabsolute {
  position: relative;
}
.-msearch .btn {
  background: #caad3e;
  background: -moz-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #caad3e), color-stop(51%, #cead2c), color-stop(100%, #e8c020));
  background: -webkit-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -o-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -ms-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: linear-gradient(to right, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b59410", endColorstr="#e8c020", GradientType=1 );
  border-radius: 0 0;
  -webkit-border-radius: 0 0;
  height: 100%;
}
@media screen and (min-width: 991px) {
  .-msearch .input-group {
    margin-top: 0.8rem;
  }
}
.-msearch .btn.btn-gradient {
  font-size: 1.2em;
  border-radius: 0 0;
  -webkit-border-radius: 0 0;
  color: #fff;
  border: 0;
  padding: 0.4rem 0.75rem;
  background: #caad3e;
  background: -moz-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #caad3e), color-stop(51%, #cead2c), color-stop(100%, #e8c020));
  background: -webkit-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -o-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -ms-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: linear-gradient(to right, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b59410", endColorstr="#e8c020", GradientType=1 );
}
.-msearch .btn.btn-outline-dark:not(:hover):not([aria-expanded=true]) {
  background-color: #f3f3f3;
  border-color: #ced4da;
}
.-msearch .form-control {
  background-color: #f3f3f3;
  border-right: 0;
  line-height: 1;
  height: auto;
  padding: 0.3rem 0.75rem;
  font-size: 1.2rem;
}
.-msearch .form-control:focus, .-msearch .form-control:active {
  background-color: #f3f3f3 !important;
}

.fa-search.-form {
  position: absolute;
  left: 10px;
  top: 9px;
}

.fa-search.-form {
  color: #3f3f3f;
}

#socail-slide {
  width: 26.75rem;
  right: -26.75rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 1280px) {
  #socail-slide {
    font-size: 1em;
    width: 26rem;
    right: -26rem;
  }
}

.centered {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.full {
  width: 100%;
  height: 100%;
}

.contain-piling {
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  overflow: auto !important;
}

.container.container-w100 {
  width: auto;
  max-width: max-content;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}

.container-w100 {
  height: 100%;
  position: relative;
}

.pp-section.active.addtransform {
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
}

.timeline {
  height: 100%;
  position: relative;
}

.slick-slide .timeline-slide__content {
  height: 100%;
  width: 100%;
  position: relative;
}

.timeline-nav.slick-slider {
  top: calc(30% );
  background: url(../images/bg/bgblack.png) repeat;
  margin: 0 16px;
}

.slick-slider {
  z-index: 50;
}

.timeline-wrapper {
  z-index: 20;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.timeline-wrapper .slick-slider {
  height: 100%;
}
.timeline-wrapper .slick-slider .slick-list {
  height: 100%;
}
.timeline-wrapper .slick-track {
  height: 100%;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  cursor: pointer;
}
.slick-arrow.prev-arrow {
  left: 0;
  padding: 6px 6px;
}
.slick-arrow.next-arrow {
  right: 0;
  padding: 6px 6px;
}

.slick-dots {
  bottom: -30px;
}
.slick-dots li button {
  color: #ebc221;
}
.slick-dots li button::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50% 50%;
  color: #ebc221;
  opacity: 1;
  background: #ebc221;
}
.slick-dots li.slick-active button::before {
  border: 3px solid #fff;
}

.container-allservice {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 60;
}

.container.contain-detail.containservice {
  max-width: 100%;
}

.contain-image {
  height: 138px;
}
.contain-image .title-news {
  height: 100%;
}
.contain-image .title-news .img-fluid {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.title-news,
.title-news-pop {
  position: relative;
  height: auto;
  margin-bottom: 0px;
  overflow: hidden;
  margin: 0;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
}
.title-news > .box-hidden,
.title-news-pop > .box-hidden {
  bottom: -50%;
}
.title-news:focus > .box-hidden,
.title-news-pop:focus > .box-hidden {
  bottom: 0%;
}
.title-news.-newsbanner:hover,
.title-news-pop.-newsbanner:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  z-index: 500;
}

.box-hidden {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  left: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
}
.box-hidden > .view {
  position: absolute;
  display: block;
  font-size: 0.8em;
  top: 0;
  line-height: 1.2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #050782;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.box-hidden > .view > .glyphicon {
  font-size: 1.3em;
}
.box-hidden > .view .seconddes {
  color: #cfa70c;
}
.box-hidden > .view .description {
  margin: 4px 0 16px;
  padding: 0;
}
.box-hidden > .view:hover {
  text-decoration: none;
}

.description {
  font-size: inherit;
  line-height: inherit;
}
.description > .fristdes,
.description > .seconddes {
  display: block;
}

.smallnav {
  position: absolute;
  width: 36px;
  height: 100%;
  bottom: 0;
  top: 0;
  font-size: 1.6rem;
}
.smallnav.-left {
  left: 0px;
}
.smallnav.-right {
  right: 0px;
}
.smallnav .swiper-button-next,
.smallnav .swiper-button-prev {
  color: #fff;
  display: flex;
  left: 0;
  right: 0;
  background: rgba(210, 181, 55, 0.8);
}

.allservice-link {
  width: 100%;
  background: #caad3e;
  background: -moz-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #caad3e), color-stop(51%, #cead2c), color-stop(100%, #e8c020));
  background: -webkit-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -o-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -ms-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: linear-gradient(to right, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b59410", endColorstr="#e8c020", GradientType=1 );
}
.allservice-link .headtitle {
  text-align: center;
}

.neon-text {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  color: #b59410;
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-view {
  text-align: center;
  padding: 0 12px;
}
.btn-view > .wrapbtn {
  width: 100%;
  position: relative;
  z-index: 100;
  min-height: auto;
  margin: 0px auto;
}
.btn-view > .wrapbtn > .More {
  color: #fff;
  font-size: 1em;
  position: relative;
  z-index: 120;
  top: 0px;
  display: flex;
  -webkit-box-flex: flex;
  padding: 5px;
  padding-top: 0;
  justify-content: center;
}

.headtitle.-topct {
  position: absolute;
  text-align: center;
  left: 10%;
  right: 10%;
  height: 24%;
  top: -30px;
  z-index: 62;
}
.headtitle.-topct > .title {
  font-size: 1.4rem;
  margin: 0.5rem 0;
  text-align: center;
}

.smr-auto {
  margin: 0 auto;
}

.bg-animation1,
.bg-animateorganize,
.bg-animateclinic,
.bg-animatestructure,
.bg-animatehmright,
.bg-animateannouce,
.bg-animatereport,
.bg-animateweboard,
.bg-animatedownload {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
}

.bg-animation1 {
  background: url(../images/banner/banner2.jpg) no-repeat;
  background-size: cover;
}

.bg-animateorganize {
  background: url(../images/banner/banner3.jpg) no-repeat;
  background-size: cover;
}

.bg-animateclinic {
  background: url(../images/banner/banner2.jpg) no-repeat;
  background-size: cover;
}

.bg-animatestructure {
  background: url(../images/banner/banner4.jpg) no-repeat;
  background-size: cover;
}

.bg-animatehmright {
  background: url(../images/banner/banner5.jpg) no-repeat;
  background-size: cover;
}

.bg-animateannouce {
  background: url(../images/banner/banner6.jpg) no-repeat;
  background-size: cover;
}

.bg-animatereport {
    
    background: url(../images/banner/report_bg.jpg) no-repeat;
    background-size: cover;
}

.bg-animateweboard {
  background: url(../images/banner/banner9.jpg) no-repeat;
  background-size: cover;
}

.bg-animatedownload {
  background: url(../images/banner/banner10.jpg) no-repeat;
  background-size: cover;
}

.wrap-contact,
.wrap-clinic,
.wrap-structure,
.wrap-humanr,
.wrap-annouce,
.wrap-report,
.wrap-weboard,
.wrap-downloadnum2 {
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 4rem;
  z-index: 60;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.container-contact {
  position: relative;
  z-index: 60;
}

.polygon.-leftcon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25%;
  z-index: 80;
}
.polygon.-rightcon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 25%;
  z-index: 80;
}

.box-sitect {
  position: relative;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-sitect .img-fluid {
  padding-top: 0.8rem;
  width: 84%;
  position: relative;
  z-index: 60;
}

.bx-sitemap {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 80;
}

.bx-sitemapouter {
  display: none;
}

.bx-outer {
  width: 80px;
  filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.2));
  position: relative;
  z-index: 76;
  cursor: pointer;
}
.bx-outer.-addshadow {
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
}
.bx-outer.-dbx {
  display: none;
}
.bx-outer.-left1, .bx-outer.-left2, .bx-outer.-left3, .bx-outer.-left4, .bx-outer.-left5 {
  width: 60px;
  position: absolute;
}
.bx-outer.-left1 .bx-polygon, .bx-outer.-left2 .bx-polygon, .bx-outer.-left3 .bx-polygon, .bx-outer.-left4 .bx-polygon, .bx-outer.-left5 .bx-polygon {
  width: 68px;
  height: 80px;
}
.bx-outer.-left1 .bx-polygon-child, .bx-outer.-left2 .bx-polygon-child, .bx-outer.-left3 .bx-polygon-child, .bx-outer.-left4 .bx-polygon-child, .bx-outer.-left5 .bx-polygon-child {
  width: 58px;
  height: 70px;
}
.bx-outer.-left1 .bx-polygon-child > .text, .bx-outer.-left2 .bx-polygon-child > .text, .bx-outer.-left3 .bx-polygon-child > .text, .bx-outer.-left4 .bx-polygon-child > .text, .bx-outer.-left5 .bx-polygon-child > .text {
  line-height: 1rem;
  font-size: 0.9rem;
}
.bx-outer.-left1 {
  top: -48px;
  right: 16px;
}
.bx-outer.-left1.-right1 {
  right: 23px;
  color: #15243b;
}
.bx-outer.-left1.-right1 .text {
  color: #15243b;
}
.bx-outer.-left2 {
  top: -33px;
  right: 42px;
}
.bx-outer.-left2.-right2 {
  right: -3px;
}
.bx-outer.-left2.-right2 .text {
  color: #15243b;
}
.bx-outer.-left3 {
  top: -22px;
  right: 10px;
}
.bx-outer.-left3.-right3 {
  right: 30px;
}
.bx-outer.-left3.-right3 .text {
  color: #15243b;
}
.bx-outer.-left4 {
  top: -10px;
  right: 42px;
}
.bx-outer.-left4.-right4 {
  right: -3px;
}
.bx-outer.-left4.-right4 .text {
  color: #15243b;
}
.bx-outer.-left5 {
  top: -1px;
  right: 6px;
}
.bx-outer.-left5.-right5 {
  right: 32px;
}
.bx-outer.-left5.-right5 .text {
  color: #15243b;
}

.bx-polygon {
  width: 80px;
  height: 100px;
  background: #f1f1f1;
  position: relative;
  display: flex;
  align-items: center;
  clip-path: polygon(50% 0, 50% 0, 100% 30%, 100% 70%, 50% 100%, 50% 100%, 0% 70%, 0% 30%);
  transition: 0.4s;
}
.bx-polygon:hover {
  animation: pulse 1s infinite;
  background: #01c4d1;
  transition: 0.4s;
}

.bx-polygon-child {
  width: 62px;
  height: 80px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: block;
  z-index: 10;
  clip-path: polygon(50% 0, 50% 0, 100% 30%, 100% 70%, 50% 100%, 50% 100%, 0% 70%, 0% 30%);
}
.bx-polygon-child > .text {
  font-size: 1rem;
  color: #68d9ea;
  position: relative;
  top: calc(100% / 3);
  margin: 0 auto;
}
.bx-polygon-child > .text .dpblock {
  display: block;
}
.bx-polygon-child > .icon {
  display: none;
}
.bx-polygon-child.-dicon {
  display: flex;
  align-items: center;
}
.bx-polygon-child.-dicon > .icon {
  display: block;
  margin: 0 auto;
  top: 0;
}

.bx-polygon-shadow {
  filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.2));
  margin: 0 auto;
}

.-leftcon {
  position: absolute;
  height: 100%;
}

.left-polygon {
  position: relative;
  height: calc(100% / 5);
  margin: 6px 0;
}

.m-hist .img-fluid {
  width: 100px;
  height: auto;
}

.font-color-title,
.font-color-tilealt,
.font-color-lightpurple {
  font-family: inherit;
  color: #1441a2;
}

.font-color-title {
  font-size: 2rem;
}

.font-color-tilealt {
  font-size: 1.6rem;
}

.history-content {
  color: #585858;
}

.headtitle.-topog > .title {
  font-size: 1.4rem;
  text-align: center;
  color: #293d68;
}
.headtitle.-topog > .title .neonfirst {
  color: #1441a2;
}

.box-siteorganize {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  background: none;
}
.card.-cardog {
  background: rgba(235, 235, 233, 0.5);
  border: 0;
  border-radius: 0 0;
  -webkit-border-radius: 0 0;
  text-align: center;
  width: 15.33rem;
  height: 15.33rem;
  cursor: pointer;
  position: relative;
  z-index: 50;
  border: 0 solid #ebc221;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card.-cardog:hover {
  border: 2px solid #ebc221;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 35px;
}
.card.-cardog:hover .card-text {
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff, 0 0 80px #fff;
  filter: saturate(60%);
}
.card.-cardog:hover > .bx-borderogt {
  width: 100%;
}
.card.-cardog:hover > .bx-borderogr {
  height: 109%;
}
.card.-cardog:hover > .bx-borderogbt {
  width: 100%;
}
.card.-cardog:hover > .bx-borderogl {
  height: 109%;
}
.card.-cardog > .bx-borderogt,
.card.-cardog > .bx-borderogr,
.card.-cardog > .bx-borderogbt,
.card.-cardog > .bx-borderogl {
  position: absolute;
  background: rgba(195, 198, 198, 0.5);
}
.card.-cardog > .bx-borderogt {
  width: 0%;
  height: 10px;
  top: -10px;
  left: 0;
  transition: 0.4s all;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.card.-cardog > .bx-borderogbt {
  width: 0%;
  height: 11px;
  bottom: -10px;
  left: 0;
  transition: 0.4s all;
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
}
.card.-cardog > .bx-borderogr,
.card.-cardog > .bx-borderogl {
  width: 10px;
  height: 0%;
  top: -10px;
}
.card.-cardog > .bx-borderogr {
  right: -10px;
  transition: 0.4s all;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
.card.-cardog > .bx-borderogl {
  left: -10px;
  transition: 0.4s all;
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
.card.-cardog .card-text {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 8px;
  color: #ebc221;
}
.card.-cardog .card-link {
  font-size: 1.2em;
  line-height: 1;
  color: #020403;
  display: flex;
  position: relative;
  justify-content: center;
}
.card.-cardog .card-body {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: center;
}
.card.-cardrp {
  border: 0;
  border-radius: 0 0;
  -webkit-border-radius: 0 0;
  text-align: center;
  height: 15.33rem;
  width: inherit;
  background: none;
}
.card.-cardrp.-bgpink {
  background: rgba(214, 90, 105, 0.7);
}
.card.-cardrp.-bgblue {
  background: rgba(32, 134, 188, 0.7);
}
.card.-cardrp.-bgpurple {
  background: rgba(176, 146, 200, 0.7);
}
.card.-cardrp.-bggreen {
  background: rgba(22, 173, 184, 0.7);
}
.card.-cardrp .card-text {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 8px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.card.-cardrp .card-link {
  font-size: 1.2em;
  line-height: 1;
  color: #fff;
}
.card.-cardrp .card-body {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: center;
}
.card.-cardrp .card-body .icon {
  max-width: 50px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.card.-cardweboard {
  border: 2px solid #a9a9a9;
}
.card.-cardweboard .box-des {
  padding: 0.6rem;
  margin: 0.6rem 0;
}
.card.-cardweboard .box-des.-blue {
  border: 1px solid #2196f3;
}
.card.-cardweboard .box-des.-red {
  border: 1px solid #ff0000;
}
.card.-cardweboard.-bluebox .card-header {
  color: #00d8ff;
}
.card.-cardweboard.-redbox .card-header {
  color: #ff0000;
}
.card.-bgwhite {
  background: rgba(255, 255, 255, 0.6);
}
.card.-bgblue {
  background: white;
}
.card.-board {
  max-width: 420px;
  margin: 8rem auto 3rem;
  background: rgba(25, 25, 25, 0.4);
  border: 3px solid #fff;
}
.card.-board.board2 {
  max-width: 480px;
}
.card.-board .bx-imgstructure {
  position: absolute;
  top: -86px;
  left: 26%;
  right: 26%;
}
.card.-board .card-body .card-subtitle {
  margin-top: 5.5rem !important;
  text-align: center;
  color: #d2b537;
  text-shadow: 1px 1px 6px #191919;
  -webkit-text-shadow: 1px 1px 6px #191919;
}
.card.-board .box-tell {
  justify-content: space-between;
  margin-top: 30px;
}
.card.-board .box-tell > .texttell {
  text-align: center;
  color: #fff;
}
.card.-board .box-tell > .texttell:last-child {
  margin-right: 12px;
}
.card.-board .box-tell > .texttell .lasttext {
  display: block;
  line-height: 1.2;
}
.card.-board .metabox.white {
  color: #fff;
}
.card .card-body.-cardfoot {
  color: #fff;
  border: none;
}
.card .card-body.-cardfoot .card-title {
  margin-bottom: 0.5rem;
}
.card .card-body.-cardfoot .card-text {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.card.-smfooter {
  border: 0;
}

.-bgblue.polygon-card::before {
  content: "";
  width: 356px;
  height: auto;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: #1e2f52;
  z-index: -2;
}
.-bgblue.polygon-card:hover .card-body.cardindex1 {
  opacity: 1;
  fill-opacity: 1;
}

.card-body .card-title {
  font-family: inherit;
}
.card-body .card-title .card-text.-cblue {
  color: #008edb;
}
.card-body .card-title * {
  font-size: 1.2rem;
}
.card-body .card-title.pad6 {
  padding: 6px 68px;
}
.card-body .card-subtitle {
  font-size: 1.2rem;
}
.card-body .card-subtitle.-cblue {
  color: #1441a2;
}
.card-body .card-subtitle.-cwhite {
  color: #fff;
}
.card-body .card-subtitle.-cwhite2 {
  color: #fff;
}
.card-body.cardindex1 {
  z-index: 5;
  opacity: 0;
  transition: 0.4s ease-in;
}

.bx-leftog,
.bx-rightog {
  position: absolute;
  height: 100%;
  width: 40%;
  visibility: hidden;
}

.bx-leftog {
  left: 0;
}

.bx-rightog {
  right: 0;
}

.bx-linkog .col-6 {
  display: flex;
}
.bx-linkog .col-6.-start {
  justify-content: flex-start;
}
.bx-linkog .col-6.-end {
  justify-content: flex-end;
}

.bx-cllargmap,
.bx-smllmap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bx-cllargmap {
  display: none;
}

.headtitle-clinic {
  position: absolute;
  height: auto;
  width: auto;
  right: 60px;
  top: calc(50% - 20px);
}
.headtitle-clinic > .stitle {
  display: block;
  font-size: 2rem;
}

.stitle > .htext {
  font-size: inherit;
  line-height: 1.2;
  margin-bottom: 2px;
}
.stitle > .htext:first-child {
  color: #1441a2;
}
.stitle > .htext:nth-child(2) {
  color: #293d68;
}

.bx-smlink {
  position: absolute;
  height: auto;
  width: auto;
  top: 12px;
}
.bx-smlink > .textlink {
  display: block;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.bx-smlink > .textlink > .title {
  font-size: 1.4em;
  color: #ebc221;
}
.bx-smlink > .textlink:hover {
  -moz-transform: translate(-27px, 0px);
  -webkit-transform: translate(-27px, 0px);
  -o-transform: translate(-27px, 0px);
  -ms-transform: translate(-27px, 0px);
  transform: translate(-27px, 0px);
  text-shadow: 1px 1px 1px #191919;
}
.bx-smlink.-num3 {
  top: 103px;
  left: 0;
}
.bx-smlink.-num1 {
  top: -42px;
  left: auto;
  right: 25px;
}
.bx-smlink.-num2 {
  top: -5px;
  left: 44px;
}
.bx-smlink.-num4 {
  top: auto;
  bottom: 40px;
  left: 10px;
}
.bx-smlink.-num5 {
  bottom: -38px;
  top: auto;
}

.dobletext > .stext {
  font-size: 1em;
  margin-bottom: 0;
  line-height: 1.3;
}
.dobletext > .stext:first-child {
  color: #ebc221;
}
.dobletext > .stext:nth-child(2) {
  color: #6d6771;
}

.text-animate {
  position: absolute;
  width: 450px;
  left: 50%;
  margin-left: -225px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}
.text-animate p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.word {
  position: absolute;
  width: 220px;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.bx-stbackgorund {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
}
.bx-stbackgorund > .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
  transition: all 0.5s;
}

.bx-imgstructure {
  width: 146px;
  height: 146px;
  background: url(../images/sm-imgs/bg-structure.png) no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 8px 6px 6px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: transform 0.5s ease-in-out;
}
.bx-imgstructure.-bggradient {
  background: url(../images/sm-imgs/newsborder.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.bx-imgstructure.-bggradient .bx-stbackgorund {
  background: none;
}
.bx-imgstructure .bx-year {
  position: absolute;
  padding: 6px 8px 10px;
  bottom: -9px;
  z-index: 20;
  background: rgba(25, 25, 25, 0.4);
  left: 0;
  right: 0;
  color: #ebc221;
}
.bx-imgstructure .bx-year .yearnum {
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-shadow: 1px 1px 8px #015e8e;
}

.team-box {
  cursor: pointer;
}
.team-box:hover .team-content::before {
  visibility: hidden;
}
.team-box:hover .team-content h4 {
  margin-top: 0;
  transition: none;
}
.team-box:hover .bx-imgstructure {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  box-shadow: 0 0 1px 3px rgba(235, 194, 33, 0.4);
}
.team-box:hover img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.team-content.-bgnone {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.image {
  overflow: visible;
}

.team-content.-tboard {
  height: 5.336em;
  padding: 1.2rem 1rem;
}
.team-content.-tboard h4 {
  font-size: 1.2em;
  color: #ebc221;
}
.team-content.-tboard p {
  font-size: 1.2em;
  color: #fff;
}
.team-content .-blue {
  color: #0bbbe6;
}
.team-content .tgold {
  color: #ebc221;
}

.bx-board {
  max-height: 49.066em;
}

.bx-board-director {
  max-height: 39.066em;
}
.bx-board-director .bx-imgstructure {
  overflow: hidden;
  text-align: center;
  position: relative;
}

.bg-board {
  background: none;
  background: url(../images/banner/banner4.jpg) no-repeat;
  background-size: cover;
}

.wraper-swiper {
  z-index: 30;
  position: relative;
}

.severice_ban {
  width: 160px;
  height: 138px;
}
.severice_ban .card {
  border-radius: 0 0;
  -webkit-border-radius: 0 0;
  position: absolute;
  width: 100%;
  text-align: center;
  background: none;
  border: 0;
}
.severice_ban .flat-icon {
  position: relative;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  width: 160px;
  height: 138px;
  margin: 0 auto;
}

.card.-human .card-body {
  background: none;
  border: 0;
  padding: 0.6rem;
}
.card.-human .view .description {
  font-size: 0.9rem;
  color: #fff;
  text-shadow: 2px 1px 2px #5c5c5c;
}

.view {
  display: block;
}
.view .description {
  font-size: 1em;
  line-height: 1.2;
}
.view .description .fristdes {
  font-size: 1.4rem;
}
.view .description .seconddes {
  padding: 0 2rem;
}

.wrap-report .container {
  max-width: inherit !important;
}

.headtitle > .title.-white.-btitle {
  font-size: 2rem;
}

.rtitle {
  font-size: 1.8rem;
  color: #fff;
}
.rtitle > .rtext {
  font-size: 1em;
  color: inherit;
}

.role-weboard > .rtext {
  font-size: 1em;
  color: #fff;
  height: 3rem;
  overflow: hidden;
  line-height: 1.3;
  margin-bottom: 3px;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
.role-weboard > .rtext.addHeight {
  height: auto;
}

.but.-readmore {
  padding: 0 0.6rem 0.6rem 0;
  margin-bottom: 0.9rem;
  display: block;
  color: #fff;
}

.card.-cardweboard .card-header {
  padding: 0.6rem 1.25rem;
}
.card.-cardweboard .card-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
}

.header-downoad {
  margin-bottom: 1rem;
}

.contain-infographic .container-polygon {
  flex-grow: 1;
  max-width: 50%;
  flex-basis: 50%;
}
.contain-infographic .infographic {
  flex-grow: 1;
  max-width: 50%;
  flex-basis: 50%;
}

.infographic .sub-info {
  display: block;
  height: 100%;
  text-align: center;
}
.infographic .sub-info .img-fluid {
  box-shadow: 0 0 7px rgba(25, 25, 25, 0.8);
  -webkit-box-shadow: 0 0 7px rgba(25, 25, 25, 0.8);
  border: 1px solid #ebc221;
}

.polygon-wrapl {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.polygon-wrapl > .sublink {
  padding-left: 14px;
  font-size: 1em;
  color: #ebc221;
  display: block;
  margin-bottom: 1.4rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.polygon-wrapl > .sublink .hilight {
  color: #2c4b9d;
}
.polygon-wrapl > .sublink:hover {
  -moz-transform: translate(27px, 0px);
  -webkit-transform: translate(27px, 0px);
  -o-transform: translate(27px, 0px);
  -ms-transform: translate(27px, 0px);
  transform: translate(27px, 0px);
  text-shadow: 1px 1px 1px #191919;
}
.polygon-wrapl.-right {
  justify-content: flex-end;
}
.polygon-wrapl.-right > .sublink {
  padding-right: 14px;
  padding-left: 0;
}
.polygon-wrapl.-right > .sublink:hover {
  -moz-transform: translate(-27px, 0px);
  -webkit-transform: translate(-27px, 0px);
  -o-transform: translate(-27px, 0px);
  -ms-transform: translate(-27px, 0px);
  transform: translate(-27px, 0px);
  text-shadow: 1px 1px 1px #191919;
}

.align-donwloadhead {
  justify-content: space-between;
  align-items: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #ebc221;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border: 2px solid #ebc221;
}

.wraper-swiper .swiper-pagination-bullets {
  position: absolute;
  left: 0;
  width: 100%;
}
.wraper-swiper .swiper-pagination-bullets.paghr, .wraper-swiper .swiper-pagination-bullets.pagannoce, .wraper-swiper .swiper-pagination-bullets.pagreport {
  bottom: -40px;
}
.wraper-swiper .swiper-pagination-bullets.pagweboard {
  bottom: 0px;
}
.wraper-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #ebc221;
  margin: 0 8px;
  opacity: 1;
}
.wraper-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border: 2px solid #ebc221;
}

.slide-nav.-navhr {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.slide-nav.-navhr .swiper-button-prev-hr {
  margin: 0 8px;
}
.slide-nav.-navhr .swiper-button-next-hr {
  margin: 0 8px;
}
.slide-nav.-navannouce {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.slide-nav.-navannouce .swiper-button-prev-annouce {
  margin: 0 8px;
}
.slide-nav.-navannouce .swiper-button-next-annouce {
  margin: 0 8px;
}
.slide-nav.-navreport {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.slide-nav.-navreport .swiper-button-prev-report {
  margin: 0 8px;
}
.slide-nav.-navreport .swiper-button-next-report {
  margin: 0 8px;
}
.slide-nav.-navwebboard {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  position: absolute;
  width: 100%;
  top: calc(42%);
  margin-top: 0;
}
.slide-nav.-navwebboard .swiper-button-next-webboard {
  margin: 0;
  transform: translateX(-35px);
}
.slide-nav.-navwebboard .swiper-button-prev-webboard {
  margin: 0;
  transform: translateX(35px);
}
.slide-nav.-navdload {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  margin-top: 0px;
  position: absolute;
  width: 100%;
  top: calc(42%);
  margin-top: 0;
}
.slide-nav.-navdload .swiper-button-next-dload {
  margin: 0 8px;
  color: #ebc221;
}
.slide-nav.-navdload .swiper-button-prev-dload {
  margin: 0 8px;
  color: #ebc221;
}
.slide-nav .swiper-button-prev-hr {
  position: relative;
  display: inline-block;
  background-image: none;
  display: flex;
  color: #fff;
  width: 26px;
  height: 36px;
  z-index: 100;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
}
.slide-nav .swiper-button-next-hr {
  position: relative;
  display: inline-block;
  background-image: none;
  display: flex;
  color: #fff;
  width: 26px;
  height: 36px;
  z-index: 100;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
}
.slide-nav .swiper-button-prev-annouce {
  position: relative;
  display: inline-block;
  background-image: none;
  display: flex;
  color: #fff;
  width: 26px;
  height: 36px;
  z-index: 100;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
}
.slide-nav .swiper-button-next-annouce {
  position: relative;
  display: inline-block;
  background-image: none;
  display: flex;
  color: #fff;
  width: 26px;
  height: 36px;
  z-index: 100;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
}
.slide-nav .swiper-button-next-report {
  position: relative;
  display: inline-block;
  background-image: none;
  display: flex;
  color: #fff;
  width: 26px;
  height: 36px;
  z-index: 100;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
}
.slide-nav .swiper-button-prev-report {
  position: relative;
  display: inline-block;
  background-image: none;
  display: flex;
  color: #fff;
  width: 26px;
  height: 36px;
  z-index: 100;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
}
.slide-nav .swiper-button-next-webboard {
  position: relative;
  display: inline-block;
  background-image: none;
  display: flex;
  color: #fff;
  width: 26px;
  height: 36px;
  z-index: 100;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
}
.slide-nav .swiper-button-prev-webboard {
  position: relative;
  display: inline-block;
  background-image: none;
  display: flex;
  color: #fff;
  width: 26px;
  height: 36px;
  z-index: 100;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
}
.slide-nav .swiper-button-next-dload {
  position: relative;
  display: inline-block;
  background-image: none;
  display: flex;
  color: #fff;
  width: 26px;
  height: 36px;
  z-index: 100;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
}
.slide-nav .swiper-button-prev-dload {
  position: relative;
  display: inline-block;
  background-image: none;
  display: flex;
  color: #fff;
  width: 26px;
  height: 36px;
  z-index: 100;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
}

.number-date {
  display: flex;
  flex-wrap: wrap;
  width: 210px;
  margin: 1.4rem auto 0.8rem;
}
.number-date > .dates,
.number-date > .bline,
.number-date > .watches {
  flex-grow: 1;
}
.number-date > .bline {
  flex-grow: 3;
  flex-basis: 12%;
  max-width: 12%;
}
.number-date > .dates,
.number-date > .watches {
  border: 2px solid #83dcec;
  border-left: 0;
  border-right: 0;
  flex-basis: 44%;
}
.number-date > .bline .line {
  width: 2px;
  height: 112%;
  background: #83dcec;
  transform: rotate(28deg);
  margin: 0 auto;
  position: relative;
  top: -3px;
}

.dates {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.dates > .icon,
.dates > .number {
  flex-grow: 1;
}
.dates > .icon {
  font-size: 1.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #d2b537;
}
.dates > .icon i {
  margin: 0 8px 8px;
}
.dates > .number {
  color: #1441a2;
}
.dates > .number p:first-child {
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.4;
  color: #293d68;
}
.dates > .number p:last-child {
  font-size: 1.6rem;
  line-height: 1;
}
.dates > .number p:last-child.blue {
  color: #008edb;
}
.dates > .number.gold {
  color: #ebc221;
}
.dates > .number.gold p:first-child {
  color: inherit;
}
.dates > .line-bottom,
.dates > .line-top {
  width: 2px;
  height: 62%;
  background: #83dcec;
  position: absolute;
}
.dates > .line-top {
  top: -3px;
  left: -7px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
.dates > .line-bottom {
  left: -7px;
  bottom: -3px;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}

.watches {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.watches > .icon,
.watches > .number {
  flex-grow: 1;
}
.watches > .icon {
  font-size: 1.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.watches > .icon.gold {
  color: #d2b537;
}
.watches > .icon i {
  margin: 0 8px 8px;
}
.watches > .number {
  color: #1441a2;
}
.watches > .number p:first-child {
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.4;
  color: #293d68;
}
.watches > .number p:last-child {
  font-size: 1.6rem;
  line-height: 1;
}
.watches > .number p:last-child.blue {
  color: #008edb;
}
.watches > .number.gold {
  color: #ebc221;
}
.watches > .number.gold p:first-child {
  color: inherit;
}
.watches > .line-bottom,
.watches > .line-top {
  width: 2px;
  height: 62%;
  background: #83dcec;
  position: absolute;
}
.watches > .line-top {
  top: -3px;
  right: -7px;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}
.watches > .line-bottom {
  right: -7px;
  bottom: -3px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

.widget .font-topic {
  font-size: 1.4em;
}
.widget .f-date,
.widget .catagory {
  font-size: 1em;
}
.widget p {
  font-size: 1.1em;
}

.services-main .services-content {
  background: rgba(255, 255, 255, 0.6);
}
.services-main .services-content .bottom15 {
  height: 5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.services-main .services-content .bottom15.-blue-sky {
  color: #008edb;
}
.services-main .services-content .bottom10 {
  height: 2.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.services-main .services-content .bottom10.-blue {
  color: #1441a2;
}
.services-main .services-content .button-readmore {
  color: #1441a2;
}
.services-main .services-content .button-readmore::after {
  background-image: none;
  background-color: #008edb;
}

.pagination {
  margin: 2rem 0;
}
.pagination .page-link {
  background: none;
  font-style: italic;
}
.pagination .page-link:hover {
  background: none;
}
.pagination li > a {
  color: #1441a2;
}
.pagination li > a:hover {
  background: none !important;
}

.page-item:first-child .page-link {
  color: #d2b537;
}
.page-item:last-child .page-link {
  color: #d2b537;
}

.whitebox .image img {
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.single_post .download {
  display: block;
}
.single_post .download .bx-polygon {
  width: 40px;
  height: 50px;
  background-color: #83dcec;
  font-size: 2rem;
  justify-content: center;
  margin-left: 14px;
}
.single_post .post i, .single_post .post span {
  width: inherit;
  height: inherit;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #83dcec;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
}
.single_post .post i::before, .single_post .post span::before {
  top: 30%;
  position: relative;
}
.single_post .text {
  font-size: 1em;
}

.gallery-hvr {
  background: #7bbec7;
  background: -moz-radial-gradient(center, ellipse cover, #7bbec7 0%, rgba(131, 220, 236, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #7bbec7), color-stop(100%, rgba(131, 220, 236, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, #7bbec7 0%, rgba(131, 220, 236, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, #7bbec7 0%, rgba(131, 220, 236, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, #7bbec7 0%, rgba(131, 220, 236, 0.9) 100%);
  background: radial-gradient(ellipse at center, #7bbec7 0%, rgba(131, 220, 236, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7bbec7", endColorstr="#83dcec", GradientType=1 );
}

.polygon-card {
  width: 360px;
  height: auto;
  background: #f1f1f1;
  position: relative;
  display: block;
  align-items: center;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  padding: 0rem 0rem;
  text-align: center;
  border: 0;
  margin: 0 auto;
}
.polygon-card > .card-body {
  border: 0;
}

.d-files .bx-polygon {
  width: 60px;
  height: 70px;
  background-color: #83dcec;
  font-size: 2.4rem;
  justify-content: center;
  margin: 0 8px;
  cursor: pointer;
}
.d-files .bx-polygon.-cwhite {
  color: #fff;
}

.image-info {
  height: 120px;
  width: 90px;
  margin: 0 auto;
}
.image-info > .info-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.info-video {
  width: 190px;
  height: 110px;
  margin: 0 auto;
  position: relative;
}
.info-video > .vdoimage {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.info-video > .playicon {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  cursor: pointer;
}
.info-video > .playicon > i,
.info-video > .playicon span {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #191919;
  transition: 0.4s ease-in;
  -webkit-transition: 0.4s ease-in;
}
.info-video > .playicon:hover > i {
  transform: scale(1.1, 1.1) rotate(-90deg);
  -webkit-transform: scale(1.1, 1.1) rotate(-90deg);
}
.info-video > .timer {
  padding: 5px;
  line-height: 1;
  position: absolute;
  bottom: 6px;
  right: 9px;
  color: #fff;
  background: rgba(25, 25, 25, 0.6);
  z-index: 12;
}

.image-ac {
  width: 356px;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -1;
  overflow: hidden;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.image-ac .image-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-ac .image-thumb.-mediummap {
  width: 100%;
  height: 60%;
}
.image-ac > * {
  height: 100%;
  margin-bottom: 0;
}
.image-ac.zindex1 {
  z-index: 1;
}

.bg-imageac {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: 99%;
  z-index: 0;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: rgba(25, 25, 25, 0.6);
}

.mr-box {
  width: 99%;
  height: 8px;
}

.box-tell {
  position: relative;
  border: 1px solid #1441a2;
  padding: 18px 14px;
  margin: 24px auto 16px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.box-tell > .icontell,
.box-tell > .iconfax {
  height: 2.6rem;
  width: 2.6rem;
  background: #caad3e;
  background: -moz-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #caad3e), color-stop(51%, #cead2c), color-stop(100%, #e8c020));
  background: -webkit-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -o-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -ms-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: linear-gradient(to right, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b59410", endColorstr="#e8c020", GradientType=1 );
  color: #fff;
  font-size: 1.2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -18px;
}
.box-tell > .icontell {
  left: 15%;
}
.box-tell > .iconfax {
  right: 15%;
}
.box-tell > .texttell {
  font-size: 1.2em;
  margin-bottom: 0;
  display: inline-block;
  color: #d2b537;
  text-shadow: 1px 1px 2px #191919;
}
.box-tell > .texttell .blue {
  color: #008edb;
}

.nav-tabs.-smnavbar {
  border-bottom: 0;
}
.nav-tabs.-smnavbar .nav-link {
  border-radius: 0 0;
  -webkit-border-radius: 0 0;
  color: #cfcfcf;
}
.nav-tabs.-smnavbar .nav-link.active {
  color: #fff;
  background: none;
  border: 0;
  background: #caad3e;
  background: -moz-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #caad3e), color-stop(51%, #cead2c), color-stop(100%, #e8c020));
  background: -webkit-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -o-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: -ms-linear-gradient(left, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  background: linear-gradient(to right, #caad3e 0%, #cead2c 51%, #e8c020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b59410", endColorstr="#e8c020", GradientType=1 );
}
.nav-tabs.-smnavbar .nav-link.-fonts {
  font-size: 1.3em;
  color: #fff;
}
.nav-tabs.-smnavbar .nav-link.-fonts.active {
  color: #fff;
}

.tab-content.board-edc {
  background: rgba(25, 25, 25, 0.4);
  font-size: 1.1em;
  box-shadow: 8px 0px 16px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 8px 0px 16px rgba(0, 0, 0, 0.2);
}

.text-edc {
  padding: 14px 20px;
  color: #83dcec;
}
.text-edc .table {
  color: inherit;
}
.text-edc .table tr,
.text-edc .table td {
  color: inherit;
}
.text-edc > * {
  font-size: inherit;
}

.fc .fc-button-primary:disabled {
  background-color: #1441a2;
}

.web-structure .hidden-sm {
  color: #fff;
  font-weight: 600;
  font-family: inherit;
  font-size: 1.2rem;
}
.web-structure ul li {
  border-bottom: 1px solid #fff;
}
.web-structure .ulnone {
  list-style: none;
  padding-left: 0;
}
.web-structure .ulnone a {
  color: #fff;
  font-size: 0.9em;
  display: block;
  padding: 4px 0 4px 12px;
}

@media screen and (min-width: 576px) {
  .polygon-card {
    width: 410px;
  }

  .-bgblue.polygon-card::before {
    width: 406px;
  }

  .image-ac {
    width: 406px;
  }

  .dates > .line-top {
    left: -8px;
    transform: rotate(29deg);
    -webkit-transform: rotate(29deg);
  }
  .dates > .line-bottom {
    left: -8px;
    transform: rotate(-28deg);
    -webkit-transform: rotate(-28deg);
  }

  .number-date {
    width: 230px;
  }
  .number-date > .bline .line {
    height: 111%;
    transform: rotate(25deg);
    top: -4px;
  }

  .watches > .line-bottom {
    right: -8px;
  }
  .watches > .line-top {
    right: -8px;
  }
}
@media screen and (min-width: 767px) {
  .navbar-brand {
    display: block;
    width: 50px;
  }

  .navbar .logo-default {
    display: block;
    width: auto;
  }

  .sidemenu_btn.-topleft {
    display: none;
  }

  .logo-text {
    flex-basis: 82%;
    max-width: 82%;
    text-align: left;
  }
  .logo-text > .headtext {
    padding-left: 6px;
  }

  .sidemenu_btn.-topright {
    order: 0;
    position: relative;
  }
  .sidemenu_btn.-rightslide {
    order: 1;
    position: relative;
    top: auto;
    right: 0;
  }

  .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 84px;
    width: 100%;
    left: 0;
    background: rgba(25, 25, 25, 0.6);
  }

  .headtitle.-larged {
    margin-top: 14px;
  }
  .headtitle.-larged > .title {
    font-size: 1.2rem;
  }

  .timeline-nav.slick-slider {
    width: 70%;
    margin: 0 auto;
  }

  .title-ofslide {
    margin: 1rem 0 0.7rem;
  }

  .slick-dots {
    bottom: -45px;
  }

  .left-polygon {
    display: flex;
    justify-content: center;
  }

  .bx-outer.-left1, .bx-outer.-left2, .bx-outer.-left3, .bx-outer.-left4, .bx-outer.-left5 {
    position: absolute;
    width: 76px;
  }
  .bx-outer.-left1 .bx-polygon, .bx-outer.-left2 .bx-polygon, .bx-outer.-left3 .bx-polygon, .bx-outer.-left4 .bx-polygon, .bx-outer.-left5 .bx-polygon {
    width: inherit;
    height: 88px;
  }
  .bx-outer.-left1 .bx-polygon-child, .bx-outer.-left2 .bx-polygon-child, .bx-outer.-left3 .bx-polygon-child, .bx-outer.-left4 .bx-polygon-child, .bx-outer.-left5 .bx-polygon-child {
    width: 64px;
    height: 74px;
  }

  .bx-outer.-left1 {
    right: 26px;
    top: -10px;
  }
  .bx-outer.-left1.-right1 {
    right: 62px;
  }
  .bx-outer.-left2 {
    top: -14px;
    right: 73px;
  }
  .bx-outer.-left2.-right2 {
    right: 18px;
  }
  .bx-outer.-left3 {
    right: 30px;
  }
  .bx-outer.-left3.-right3 {
    right: 60px;
  }
  .bx-outer.-left4 {
    right: 80px;
  }
  .bx-outer.-left4.-right4 {
    right: 18px;
  }
  .bx-outer.-left5 {
    right: 32px;
  }
  .bx-outer.-left5.-right5 {
    right: 60px;
  }

  .wrap-contact {
    overflow: hidden;
  }

  .bx-leftog,
.bx-rightog {
    visibility: visible;
    overflow: hidden;
  }

  .bx-leftog {
    background: url(../images/sm-imgs/leftog.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
  }

  .bx-rightog {
    background: url(../images/sm-imgs/rightog.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
  }

  .card.-cardog:hover .card-link .wavetext {
    animation: text 1050ms ease-in;
    transform: translatez(0);
  }
  .card.-cardog:hover .card-link .wavetext.-w1 {
    animation-delay: 130ms;
  }
  .card.-cardog:hover .card-link .wavetext.-w2 {
    animation-delay: 150ms;
  }
  .card.-cardog:hover .card-link .wavetext.-w3 {
    animation-delay: 180ms;
  }
  .card.-cardog:hover .card-link .wavetext.-w4 {
    animation-delay: 200ms;
  }
  .card.-cardog:hover .card-link .wavetext.-w5 {
    animation-delay: 220ms;
  }
  .card.-cardog:hover .card-link .wavetext.-w6 {
    animation-delay: 240ms;
  }
  .card.-cardog:hover .card-link .wavetext.-w7 {
    animation-delay: 260ms;
  }
  .card.-cardog:hover .card-link .wavetext.-w8 {
    animation-delay: 280ms;
  }
  .card.-cardog:hover .card-link .wavetext.-w9 {
    animation-delay: 300ms;
  }
  .card.-cardog:hover .card-link .wavetext.-w10 {
    animation-delay: 320ms;
  }
  .card.-cardog:hover .card-link .wavetext.-w11 {
    animation-delay: 340ms;
  }
  .card.-cardog:hover .card-link .wavetext.-w12 {
    animation-delay: 360ms;
  }
  .card.-cardog:hover .card-link .wavetext.-w13 {
    animation-delay: 380ms;
  }
  .card.-cardog:hover .card-link .wavetext.-w14 {
    animation-delay: 400ms;
  }
  .card.-cardog:hover .card-link .wavetext.-w15 {
    animation-delay: 420ms;
  }
  .card.-cardog:hover .card-link .coast {
    animation: coast 2100ms linear;
  }
  .card.-cardog:hover .card-link .wave {
    animation: wave 2100ms linear;
  }

  .container-wave {
    position: absolute;
    width: 100%;
    height: 3rem;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    transform: translate(-50%, -50%);
  }
  .container-wave > .text {
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    display: inline-block;
    bottom: 0;
    animation: text 1050ms ease-in infinite;
    transform: translatez(0);
  }
  .container-wave > .text-w {
    left: 0rem;
    transform: translate3d(0, -4rem, 0);
    animation: text-w 1050ms ease-in infinite;
  }
  .container-wave > .text-a {
    left: 5.4rem;
    animation-delay: 150ms;
  }
  .container-wave > .text-v {
    left: 9.6rem;
    animation-delay: 230ms;
  }
  .container-wave > .text-e {
    left: 13rem;
    animation-delay: 310ms;
  }

  .coast {
    position: absolute;
    left: 0.5rem;
    bottom: -0.7rem;
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    transform: translateZ(0);
  }

  .wave-rel-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 3rem;
    perspective-origin: 0%, 50%;
  }

  .wave {
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 1.1rem;
    background: radial-gradient(ellipse at center, #ebc221 0%, #ebc221 73%, #ebc221 100%);
    display: inline-block;
    will-change: width;
    transform: translateZ(0) scale(0);
  }

  .delay {
    animation-delay: 1050ms;
  }

  @keyframes text {
    0% {
      transform: translate3d(0, 0, 0);
    }
    30% {
      transform: translate3d(0, 0, 0);
    }
    45% {
      transform: translate3d(0, -4rem, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes text-w {
    0% {
      transform: translate3d(0, -4rem, 0);
    }
    38% {
      transform: translate3d(0, -4rem, 0);
    }
    69% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(0, -4rem, 0);
    }
  }
  @keyframes coast {
    0% {
      transform: translate3d(0, 0, 0);
    }
    23% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(16rem, 0, 0);
    }
    100% {
      transform: translate3d(16rem, 0, 0);
    }
  }
  @keyframes wave {
    0% {
      transform: scale(0);
      width: 2.2rem;
    }
    10% {
      transform: scale(1);
    }
    23% {
      width: 2.2rem;
    }
    32% {
      width: 6.1rem;
    }
    42% {
      width: 5rem;
      transform: rotateY(0deg) scale(1, 1);
    }
    51% {
      transform: rotateY(90deg) scale(0.6, 0.2);
    }
    52% {
      transform: rotateY(90deg) scale(0);
    }
    100% {
      transform: rotateY(90deg) scale(0);
    }
  }
  .bx-cllargmap {
    display: flex;
  }
  .bx-cllargmap > .img-fluid {
    width: 60%;
  }

  .headtitle-clinic {
    right: 40px;
  }

  .bx-smlink.-num1 {
    right: 54px;
  }
  .bx-smlink.-num2 {
    left: -8px;
  }
  .bx-smlink.-num3 {
    left: -45px;
  }
  .bx-smlink.-num4 {
    bottom: 56px;
    left: -18px;
  }
  .bx-smlink.-num5 {
    bottom: -26px;
  }

  .bx-smllmap .img-fluid {
    width: 345px;
  }

  .team-content.-tboard {
    height: auto;
  }

  .role-weboard > .rtext {
    height: auto;
    overflow: visible;
  }

  .wraper-swiper.-download {
    height: auto;
    overflow: visible;
  }

  .bx-outer.-dbx {
    width: 90px;
    height: 108px;
  }
  .bx-outer .bx-polygon {
    height: inherit;
  }
  .bx-outer .bx-polygon .bx-polygon-child {
    width: 74px;
    height: 90px;
  }

  .header-downoad {
    display: flex;
    justify-content: center;
  }
  .header-downoad .headtitle {
    transform: translateY(46px);
    -webkit-transform: translateY(46px);
  }

  .scroll-auto {
    overflow: auto;
  }

  .cbp-item.fixheight .cbp-item-wrapper {
    height: 20.5rem;
  }
}
@media (min-width: 768px) {
  .dont-collapse-sm--toggle[data-toggle=collapse] {
    pointer-events: none;
  }

  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }

  .bx-board-director {
    min-height: 39rem;
    max-width: 550px;
    margin: 9rem auto 3rem;
    position: relative;
  }
  .bx-board-director .bx-imgstructure {
    position: absolute;
  }
  .bx-board-director .bx-imgstructure:first-child {
    left: 0;
  }
  .bx-board-director .bx-imgstructure:nth-child(2) {
    top: -80px;
    left: 25%;
  }
  .bx-board-director .bx-imgstructure:nth-child(3) {
    top: -80px;
    left: 50%;
  }
  .bx-board-director .bx-imgstructure:nth-child(4) {
    right: 0;
  }
  .bx-board-director .bx-imgstructure:nth-child(5) {
    right: 0;
    top: 34%;
  }
  .bx-board-director .bx-imgstructure:nth-child(6) {
    bottom: 0;
    right: 25%;
  }
  .bx-board-director .bx-imgstructure:nth-child(7) {
    bottom: 0;
    left: 25%;
  }
  .bx-board-director .bx-imgstructure:nth-child(8) {
    left: 0;
    top: 34%;
  }
  .bx-board-director .bx-imgstructure:nth-child(9) {
    left: 36%;
    top: 26%;
  }

  .web-structure {
    margin-top: 2rem;
  }
  .web-structure .address {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .logo-text {
    flex-basis: 80%;
    max-width: 80%;
  }

  .social-icons.-socailtop {
    flex-basis: 20%;
    max-width: 20%;
  }

  .headtitle.-larged {
    margin-top: 18px;
  }

  .navbar-nav .nav-link {
    margin: 0.4rem 1rem;
  }

  .nav-link .numberlink {
    display: none;
    text-shadow: 1px 1px 1px #191919;
  }
  .nav-link > .link-element {
    font-size: 0.8em;
    display: flex;
    flex-direction: column;
  }

  .link-element > .shadowtext {
    text-shadow: 1px 1px 1px #191919;
    line-height: 1.1rem;
  }

  .main-breadcrumb {
    margin-top: 7.6rem;
    margin-bottom: 1rem;
  }
  .main-breadcrumb .vertical-stick {
    height: 100%;
  }
  .main-breadcrumb.-dtbreadcrumb {
    margin-top: 2rem;
  }

  .box-sitect .img-fluid {
    width: 558px;
  }

  .polygon.-leftcon {
    width: 35%;
  }
  .polygon.-rightcon {
    width: 30%;
  }

  .bx-sitemap {
    width: 170px;
    height: 170px;
  }

  .bx-outer {
    width: 100px;
    height: 118px;
  }

  .bx-polygon {
    width: inherit;
    height: 118px;
  }
  .bx-polygon .bx-polygon-child {
    width: 88px;
    height: 100px;
  }

  .bx-sitemapouter {
    display: block;
    position: absolute;
    width: 186px;
    height: 186px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 70;
    background: url(../images/sm-imgs/circle.png) no-repeat;
    background-size: cover;
  }

  .bx-outer.-left1, .bx-outer.-left2, .bx-outer.-left3, .bx-outer.-left4, .bx-outer.-left5 {
    width: 100px;
  }
  .bx-outer.-left1 .bx-polygon, .bx-outer.-left2 .bx-polygon, .bx-outer.-left3 .bx-polygon, .bx-outer.-left4 .bx-polygon, .bx-outer.-left5 .bx-polygon {
    height: 118px;
  }
  .bx-outer.-left1 .bx-polygon-child, .bx-outer.-left2 .bx-polygon-child, .bx-outer.-left3 .bx-polygon-child, .bx-outer.-left4 .bx-polygon-child, .bx-outer.-left5 .bx-polygon-child {
    width: 88px;
    height: 100px;
  }

  .bx-outer.-left1 {
    right: 52px;
  }
  .bx-outer.-left1.-right1 {
    right: 163px;
  }
  .bx-outer.-left2 {
    right: 112px;
  }
  .bx-outer.-left2.-right2 {
    right: auto;
    left: 70px;
  }
  .bx-outer.-left3 {
    right: 52px;
    top: -18px;
  }
  .bx-outer.-left3.-right3 {
    right: 163px;
  }
  .bx-outer.-left4 {
    right: 112px;
    top: -20px;
  }
  .bx-outer.-left4.-right4 {
    right: auto;
    left: 70px;
  }
  .bx-outer.-left5 {
    right: 52px;
    top: -23px;
  }
  .bx-outer.-left5.-right5 {
    right: 163px;
  }

  .bx-polygon-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bx-polygon-child > .icon {
    display: block;
    width: auto;
    height: 36px;
    margin: 0 auto;
  }
  .bx-polygon-child > .text {
    top: 4px;
  }

  .headtitle-clinic {
    right: calc(100% / 4 - 20px);
  }

  .bx-smllmap {
    top: 5rem;
  }

  .services-main .image.fixheight {
    height: 16.875rem;
  }
  .services-main .image .image {
    height: 100%;
    width: 100%;
  }

  .cbp img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .gallery-hvr .opens {
    font-size: 32px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .single_post .download {
    display: table-cell;
  }
  .single_post .download .bx-polygon {
    width: 50px;
    height: 60px;
  }

  .tab-content.board-edc {
    height: 84%;
  }
}
@media screen and (min-width: 1200px) {
  #add-sitemab {
    min-height: 380px;
  }

  .show-sitemap {
    transform: translate3d(0px, 380px, 0px);
  }

  .collapse.-topcolapse {
    display: none;
  }

  .menu-in {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    align-items: center;
  }
  .menu-in > .container {
    display: block;
  }

  .sitemap-btn {
    display: none;
  }

  .logo-text {
    flex-basis: 55%;
    max-width: 55%;
  }

  .social-icons.-socailtop {
    flex-basis: 45%;
    max-width: 45%;
  }

  .col-language {
    justify-content: flex-end;
  }

  .sidemenu_btn.-topright {
    right: 0;
    margin: 0 0.8rem;
  }
  .sidemenu_btn.-topright > span:first-child {
    margin-top: 3px;
  }
  .sidemenu_btn.-rightslide {
    margin-right: 0;
    top: 2px;
    height: 2rem;
    width: 2rem;
  }

  .parent-btn.-tophead {
    padding-right: 0;
    text-align: right;
  }

  .-msearch {
    top: 101%;
  }
  .-msearch.-desktop {
    display: block;
    padding-right: 0;
    visibility: hidden;
  }
  .main-search {
    display: block;
  }

  .navbar-expand-lg .navbar-collapse {
    top: 60px;
  }
  .navbar-expand-lg .navbar-nav {
    padding-top: 26px;
  }

  .navbar-brand {
    margin: 0 0;
  }

  .nav-link > .link-element {
    font-size: 1rem;
  }

  .headtitle {
    text-align: center;
  }
  .headtitle > .title.-white {
    font-size: 3.2rem;
    margin: 2rem 0 1rem;
  }
  .headtitle > .title.-white::before {
    display: block;
    position: absolute;
    width: 3px;
    height: 60%;
    top: 30px;
    left: 80px;
    content: "";
    background: #ebc221;
  }

  .title-ofslide {
    margin: 2rem 0 0.7rem;
  }

  .viewMore {
    margin: 1.6rem 0;
  }

  .slick-arrow.prev-arrow, .slick-arrow.next-arrow {
    font-size: 1.6rem;
  }

  .slick-dots li {
    margin: 0 16px;
  }

  .title-news:focus > .box-hidden,
.title-news-pop:focus > .box-hidden {
    bottom: 0%;
  }
  .title-news.-newsbanner:hover > .box-hidden,
.title-news-pop.-newsbanner:hover > .box-hidden {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .title-news.-newsbanner:hover > .box-hidden .description,
.title-news-pop.-newsbanner:hover > .box-hidden .description {
    justify-content: center;
    margin: 0px 0 0;
  }

  .box-hidden > .view .description {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    margin: 12px 0 0;
  }

  .wraper-swiper .swiper-pagination-bullets.pagreport {
    bottom: 24px;
  }
  .wraper-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 16px;
  }

  .container-contact {
    padding-top: 4rem;
  }

  .headtitle.-topct {
    left: 28%;
    right: 28%;
    height: 12%;
    top: 6px;
  }
  .headtitle.-topct > .title {
    font-size: 1.8rem;
  }

  .bx-outer.-left1.-right1 {
    right: auto;
    left: -20px;
  }
  .bx-outer.-left2.-right2 {
    right: auto;
    left: 33px;
  }
  .bx-outer.-left3.-right3 {
    right: auto;
    left: -20px;
  }
  .bx-outer.-left4.-right4 {
    right: auto;
    left: 33px;
  }
  .bx-outer.-left5.-right5 {
    right: auto;
    left: -20px;
  }

  .wrap-clinic .container {
    padding-top: 8rem;
  }

  .bx-cllargmap > .img-fluid {
    width: 40%;
  }

  .bx-smllmap > .img-fluid {
    width: 64%;
  }

  .bx-smlink.-num1 {
    right: 193px;
  }

  .headtitle-clinic {
    right: 132px;
  }

  .bx-smllmap {
    top: 0rem;
  }

  .box-siteorganize.-toptannounce {
    justify-content: flex-start;
  }
  .box-siteorganize.-toptannounce .headtitle {
    margin-left: 6rem;
  }

  .wrap-report {
    align-items: flex-end;
  }
  .wrap-report .container {
    padding-left: 0;
    padding-right: 0;
  }

  .box-siteorganize.-topreport {
    justify-content: flex-end;
  }
  .box-siteorganize.-topreport .headtitle {
    padding-right: 4rem;
  }
  .box-siteorganize.-topreport .headtitle > .title.-white {
    margin: 2rem 0 3rem;
    text-align: right;
  }
  .box-siteorganize.-topreport .headtitle > .title.-white::before {
    right: 10px;
    left: auto;
  }

  .polygon-card {
    width: 360px;
  }
  .polygon-card.poly-t {
    margin-top: -121px;
  }
  .polygon-card.lastpoylgon {
    transform: translateY(-85px);
  }

  .-bgblue.polygon-card::before {
    width: 356px;
  }

  .image-ac {
    width: 356px;
  }

  .bx-board-director {
    min-height: 24rem;
    max-width: 465px;
    margin: 5rem auto 3rem;
  }

  .font-color-tilealt {
    font-size: 1.3rem;
  }

  .org-header {
    position: absolute;
    left: 0;
    right: 0;
  }

  .number-date.-dateorg {
    margin-top: 2rem;
  }

  .wrap-sitemap h3 {
    color: #1441a2;
  }
  .wrap-sitemap ul li {
    list-style: url(../images/icon/bullet.png);
  }
  .wrap-sitemap ul li a {
    color: #008edb;
  }

  .web-structure .hidden-sm {
    margin-bottom: 0.9rem;
  }
}
@media screen and (min-width: 1200px) and (min-height: 624px) {
  .wrap-clinic .container {
    padding-top: 8rem;
  }

  .severice_ban.-settop .flat-icon {
    transform: translateX(68%);
    -webkit-transform: translateX(68%);
  }
}
@media screen and (min-width: 1200px) and (min-height: 625px) {
  .view .description .fristdes {
    font-size: inherit;
  }

  .slide-nav.-navreport {
    position: absolute;
    width: 100%;
    bottom: 58px;
  }

  .headtitle.-topog > .title {
    font-size: 2rem;
  }
  .headtitle > .title.-white.-btitle {
    margin: 6rem 0 0.6rem 2rem;
  }
  .headtitle.-texbleft {
    text-align: left;
  }

  .team-box.-topannuce {
    padding-top: 0.6rem;
  }
  .team-box .image {
    overflow: visible;
  }
  .bx-imgstructure {
    width: 90px;
    height: 90px;
    padding: 5px 5px 6px;
  }
  .bx-imgstructure::before {
    content: "";
    visibility: hidden;
    position: absolute;
    width: 130px;
    height: 130px;
    background: url(../images/sm-imgs/shadow-b.png) no-repeat;
    background-size: 100%;
    top: -19px;
    right: -21px;
  }
  .bx-imgstructure.-bggradient {
    width: 90px;
    height: 90px;
  }
  .bx-imgstructure.-bggradient .bx-stbackgorund {
    width: 80px;
    height: 80px;
  }
  .bx-imgstructure .bx-stbackgorund {
    width: 80px;
    height: 80px;
  }

  .team-content {
    padding: 1rem 0.6rem;
    height: 4.933rem;
  }
  .team-content.-tboard {
    padding: 1rem 0.6rem;
    height: 4.933rem;
    font-size: 1rem;
  }
  .team-content.-tboard h4 {
    font-size: 1em;
  }
  .team-content.-tboard p {
    font-size: 1em;
  }

  .box-siteorganize {
    margin-top: 1rem;
  }

  .rtitle {
    padding: 6rem 0 0.4rem;
  }

  .role-weboard > .rtext {
    margin-bottom: 6px;
  }

  .headtitle > .title.-white.-btitle {
    margin: 6rem 0 0.6rem 2rem;
  }
  .headtitle > .title.-white.-btitle::before {
    height: 30%;
    top: 98px;
    left: 0px;
  }

  .card.-board {
    margin: 4rem auto 3rem;
  }
  .card.-board .bx-imgstructure {
    top: -54px;
  }

  .box-siteorganize.-toptannounce {
    margin-top: 1rem;
  }
  .box-siteorganize.-toptannounce .headtitle > .title.-white {
    font-size: 2rem;
  }

  .bx-outer.-dbx {
    width: 66px;
    height: 86px;
  }
  .bx-outer.-dbx .bx-polygon {
    height: inherit;
  }
  .bx-outer.-dbx .bx-polygon .bx-polygon-child {
    width: 54px;
    height: 70px;
  }

  .slide-nav.-navwebboard .swiper-button-next-webboard {
    transform: translateX(40px);
  }
  .slide-nav.-navwebboard .swiper-button-prev-webboard {
    transform: translateX(-40px);
  }
  .slide-nav.-navdload .swiper-button-next-dload {
    right: -68px;
    color: #fff;
  }
  .slide-nav.-navdload .swiper-button-prev-dload {
    left: -72px;
    color: #fff;
  }

  .header-downoad .headtitle {
    transform: translateY(71px);
    -webkit-transform: translateY(71px);
  }

  .headtitle > .title.-white.-ttdload {
    position: relative;
    font-size: 2rem;
  }
  .headtitle > .title.-white.-ttdload::before {
    display: none;
  }

  .infographic .sub-info .img-fluid {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .container.-header {
    max-width: 100%;
    padding-right: 0;
  }
  .container.contain-s {
    max-width: 90%;
  }

  .navbar-brand {
    margin: 0 0;
  }

  .col-xl-5.parent-btn.-tophead {
    flex-basis: 30%;
    max-width: 30%;
  }

  .col-xl-7.col-language {
    flex-basis: 70%;
    max-width: 70%;
    justify-content: space-around;
  }

  .parent-btn.-tophead {
    padding-right: 10px;
  }

  .col-language {
    justify-content: space-around;
  }

  .logo-text {
    flex-basis: 60%;
    max-width: 60%;
    margin: 0.5rem 0;
  }

  .social-icons.-socailtop {
    background: #949596;
    flex-basis: 40%;
    max-width: 40%;
  }
  .social-icons.-socailtop.d-lg-inline-block {
    display: flex !important;
    height: 60px;
    align-items: center;
  }
  .social-icons.-socailtop .control-font {
    flex-grow: 1;
  }

  .control-font .-msearch {
    bottom: 0;
    padding: 0 0;
  }
  .control-font .-msearch .input-group {
    margin-top: -1px;
  }

  .sidemenu_btn.-topright {
    margin: 0 0.3rem;
  }
  .sidemenu_btn.-topright > span {
    height: 3px;
  }
  .sidemenu_btn.-topright > span:first-child {
    margin-top: 3px;
  }

  .nav-link .numberlink {
    display: block;
    font-size: 2.4em;
    line-height: 1.3rem;
    padding-top: 8px;
  }
  .nav-link > .link-element {
    margin-left: 2px;
  }

  .navbar-nav .nav-link {
    margin: 0.4rem 0.6rem;
  }
  .navbar-nav .nav-item::before {
    content: "";
    display: none;
    width: 2px;
    height: 79%;
    position: absolute;
    left: 0;
    background: #fff;
    box-shadow: 1px 1px 2px #4c4e4f;
  }

  .slick-arrow.prev-arrow {
    background: #d2b537;
    left: -60px;
    color: #fff;
  }
  .slick-arrow.next-arrow {
    background: #d2b537;
    right: -60px;
    color: #fff;
  }

  .container-allservice {
    display: flex;
  }
  .container-allservice > .wraper-service {
    flex-basis: 85%;
    max-width: 85%;
  }
  .container-allservice > .allservice-link {
    flex-basis: 15%;
    max-width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .box-hidden > .view {
    font-size: 1.2em;
  }

  .allservice-link .headtitle {
    text-align: left;
  }

  .headtitle > .title.neon-text {
    font-size: 1.4rem;
  }

  .btn-view > .wrapbtn > .More {
    justify-content: left;
  }

  .headtitle.-topct {
    top: -3px;
  }
  .headtitle.-topct > .title {
    font-size: 2rem;
  }
  .headtitle.-topog {
    top: -3px;
  }

  .bx-outer.-left1 {
    right: 33px;
    top: -36px;
  }
  .bx-outer.-left2 {
    top: -38px;
    right: 94px;
  }
  .bx-outer.-left3 {
    right: 30px;
    top: -43px;
  }
  .bx-outer.-left4 {
    right: 94px;
    top: -44px;
  }
  .bx-outer.-left5 {
    right: 32px;
    top: -43px;
  }

  .bx-polygon {
    width: inherit;
    height: inherit;
  }
  .bx-polygon-child > .icon {
    height: 24px;
  }

  .card.-cardog .card-text {
    font-size: 4rem;
  }
  .card.-cardog .card-link {
    font-size: 1.4em;
  }

  .severice_ban.-settop .flat-icon {
    transform: translateX(58%);
    -webkit-transform: translateX(58%);
  }

  .polygon-wrapl > .sublink {
    max-width: 74%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .infographic .sub-info .img-fluid {
    max-width: 80%;
    object-fit: cover;
  }

  .number-date > .dates,
.number-date > .watches {
    flex-basis: 44%;
    max-width: 44%;
  }
  .number-date > .bline .line {
    height: 107%;
    transform: rotate(22deg);
    top: -3px;
  }

  .image-ac .image-thumb.-mediummap {
    height: 100%;
  }

  .nav-tabs.-smnavbar {
    margin: 1rem 0 0 !important;
  }
  .nav-tabs.-smnavbar .nav-link {
    font-size: 1.2em;
  }
  .nav-tabs.-medium {
    margin: 40px 0;
  }

  .font-color-title {
    margin-top: 21px;
  }

  .number-date.-dateht {
    margin: 2.2rem auto 1rem 0.4rem;
  }
}
@media screen and (min-width: 1600px) {
  .nav-link .numberlink {
    font-size: 2.2em;
  }

  .navbar-nav .nav-item::before {
    height: 92%;
    bottom: 16px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-left: 62px;
  }

  .headtitle > .title.neon-text {
    font-size: 2.6rem;
  }
  .headtitle.-larged {
    transform: translateX(600px);
    -webkit-transform: translateX(600px);
  }
  .headtitle.-larged > .title {
    font-size: 1.4em;
  }
  .headtitle.-larged > .title .defaut-icon,
.headtitle.-larged > .title .yellow-icon {
    width: auto;
  }

  .logo-text {
    flex-basis: 68%;
    max-width: 68%;
  }

  .social-icons.-socailtop {
    flex-basis: 32%;
    max-width: 32%;
  }

  .social-icons.-socailtop {
    flex-basis: 470px;
    max-width: 470px;
  }

  .timeline-nav.slick-slider {
    width: 60%;
  }

  .headtitle.-topct > .title {
    font-size: 2.8rem;
  }
  .headtitle > .title .neonfirst {
    font-size: 3.6rem;
    line-height: 1;
  }

  .slide-nav.-navannouce {
    position: absolute;
    top: 0;
  }
  .slide-nav.-navannouce .swiper-button-prev-annouce {
    transform: translateX(-642px);
  }
  .slide-nav.-navannouce .swiper-button-next-annouce {
    transform: translateX(592px);
  }
  .slide-nav.-navreport {
    width: 63%;
    transform: translate(64px, -575px);
    justify-content: flex-end;
  }

  .box-sitect .img-fluid {
    width: 850px;
  }

  .polygon.-leftcon {
    width: 25%;
  }
  .polygon.-rightcon {
    width: 20%;
  }

  .bx-outer {
    height: 180px;
    width: 158px;
  }
  .bx-outer.-left1, .bx-outer.-left2, .bx-outer.-left3, .bx-outer.-left4, .bx-outer.-left5 {
    height: 180px;
    width: 158px;
  }
  .bx-outer.-left1 .bx-polygon-child, .bx-outer.-left2 .bx-polygon-child, .bx-outer.-left3 .bx-polygon-child, .bx-outer.-left4 .bx-polygon-child, .bx-outer.-left5 .bx-polygon-child {
    width: 136px;
    height: 156px;
  }
  .bx-outer.-left1 .bx-polygon-child > .text, .bx-outer.-left2 .bx-polygon-child > .text, .bx-outer.-left3 .bx-polygon-child > .text, .bx-outer.-left4 .bx-polygon-child > .text, .bx-outer.-left5 .bx-polygon-child > .text {
    font-size: 1rem;
  }
  .bx-outer.-left1 .bx-polygon, .bx-outer.-left2 .bx-polygon, .bx-outer.-left3 .bx-polygon, .bx-outer.-left4 .bx-polygon, .bx-outer.-left5 .bx-polygon {
    height: inherit;
  }
  .bx-outer .bx-polygon .bx-polygon-child {
    width: 136px;
    height: 156px;
  }
  .bx-outer .bx-polygon-child {
    width: 136px;
    height: 156px;
  }
  .bx-outer.-dbx {
    width: 90px;
    height: 108px;
  }
  .bx-outer.-dbx .bx-polygon .bx-polygon-child {
    width: 74px;
    height: 90px;
  }

  .bx-outer.-left1 {
    top: -52px;
  }
  .bx-outer.-left1.-right1 {
    right: 62px;
  }
  .bx-outer.-left2 {
    right: 107px;
  }
  .bx-outer.-left2.-right2 {
    left: 45px;
  }
  .bx-outer.-left3 {
    right: 15px;
    top: -43px;
  }
  .bx-outer.-left3.-right3 {
    left: -44px;
  }
  .bx-outer.-left4 {
    right: 111px;
    top: -44px;
  }
  .bx-outer.-left4.-right4 {
    left: 45px;
  }
  .bx-outer.-left5 {
    right: 32px;
  }
  .bx-outer.-left5.-right5 {
    left: -44px;
  }

  .bx-polygon-child > .icon {
    height: auto;
    position: relative;
    top: -8px;
  }
  .bx-polygon-child > .text {
    position: relative;
    top: 0px;
  }

  .bx-sitemap {
    height: 296px;
    width: 296px;
  }

  .bx-sitemapouter {
    height: 320px;
    width: 324px;
  }

  .card.-cardog:hover > .bx-borderogr {
    height: 108%;
  }
  .card.-cardog:hover > .bx-borderogl {
    height: 108%;
  }
  .card.-cardog > .bx-borderogt {
    height: 13px;
    top: -13px;
  }
  .card.-cardog > .bx-borderogbt {
    height: 13px;
    bottom: -14px;
  }
  .card.-cardog > .bx-borderogr,
.card.-cardog > .bx-borderogl {
    width: 13px;
    top: -13px;
  }
  .card.-cardog > .bx-borderogr {
    right: -13px;
  }
  .card.-cardog > .bx-borderogl {
    left: -13px;
  }

  .coast {
    left: 2rem;
  }

  .bx-smllmap {
    top: 3rem;
  }
  .bx-smllmap > .img-fluid {
    width: 80%;
  }

  .bx-cllargmap > .img-fluid {
    width: 54%;
  }

  .bx-smlink.-num1 {
    top: -13px;
  }
  .bx-smlink.-num2 {
    top: 24px;
  }
  .bx-smlink.-num3 {
    top: 174px;
  }
  .bx-smlink.-num4 {
    bottom: 50px;
  }
  .bx-smlink.-num5 {
    bottom: -48px;
  }

  .severice_ban {
    width: inherit;
    height: auto;
  }
  .severice_ban .flat-icon {
    width: inherit;
    height: inherit;
  }
  .severice_ban.-settop .flat-icon {
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
  }

  .card.-human .view .description {
    font-size: 1rem;
  }
  .card .view .description .fristdes {
    font-size: 2.8rem;
  }

  .box-siteorganize.-toptannounce {
    justify-content: flex-start;
  }
  .box-siteorganize.-toptannounce .headtitle {
    margin-left: 6rem;
  }

  .large-slannouce {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .large-slannouce .wraper-swiper {
    width: 50%;
  }

  .team-box.-topannuce {
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
  }

  .bx-imgstructure {
    width: 9.0666666667em;
    height: 9.0666666667em;
    padding: 8px 6px 6px;
  }
  .bx-imgstructure .bx-stbackgorund {
    width: 8em;
    height: 8em;
  }
  .bx-imgstructure.-bggradient {
    width: 9.0666666667em;
    height: 9.0666666667em;
    padding: 8px 6px 6px;
  }
  .bx-imgstructure.-bggradient .bx-stbackgorund {
    width: 8em;
    height: 8em;
  }

  .wraper-swiper.-wtoptform {
    height: 490.4px;
  }

  .box-siteorganize.-topreport {
    transform: translate(-96px, -104px);
    -webkit-transform: translate(-96px, -104px);
  }
  .box-siteorganize.-topreport .headtitle > .title.-white {
    margin: 0rem 0 2rem;
  }
  .box-siteorganize.-topreport .headtitle > .title.-white::before {
    right: 36px;
    width: 8px;
    top: 8px;
    height: 69%;
  }

  .swiper-container.slide-report {
    height: 100%;
  }
  .swiper-container.slide-report .swiper-slide {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .bx-report {
    width: 100%;
  }
  .bx-report.-ttransform {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }

  .card.-cardrp .card-body {
    position: relative;
  }
  .card.-cardrp .card-text.-cnumright, .card.-cardrp .card-text.-cnumleft {
    position: absolute;
    bottom: 0;
    font-size: 9rem;
    line-height: 0.6;
    margin: 4px;
  }
  .card.-cardrp .card-text.-cnumright {
    right: -75px;
  }
  .card.-cardrp .card-text.-cnumleft {
    left: -75px;
  }
  .card.-cardrp .card-link {
    font-size: 1.4em;
    margin-top: 14px;
  }

  .headtitle > .title.-white.-btitle::before {
    height: 63%;
    top: 30px;
    left: -8px;
    width: 8px;
  }

  .wraper-swiper.-wraplscreen {
    margin-top: 3rem;
    position: relative;
    top: 14px;
  }

  .card.-cardweboard .box-des {
    padding: 1rem;
  }

  .header-downoad {
    justify-content: flex-end;
  }
  .header-downoad .headtitle {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .header-downoad.headreport .headtitle {
    margin-right: 102px;
  }
  .header-downoad.headreport .headtitle > .title.-white.-ttdload {
    margin: 1rem 0 0rem;
  }

  .headtitle > .title.-white.-ttdload {
    font-size: 2rem;
  }
  .headtitle > .title.-white.-ttdload::before {
    display: block;
    height: 100%;
    width: 8px;
    top: 0;
    right: -20px;
    left: auto;
  }

  .polygon-wrapl > .sublink {
    font-size: 1.3em;
  }

  .reportbcr .main-breadcrumb {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .wrap-downloadnum2 .container {
    max-width: 1580px;
  }

  .container.contain-detail {
    max-width: 1580px;
  }
  .container.contain-detail.containservice {
    max-width: 100%;
  }

  .widget .font-topic {
    font-size: 1.8em;
  }
  .widget .f-date,
.widget .catagory {
    font-size: 1.4em;
    color: #15243b;
  }
  .widget p {
    font-size: 1.3em;
    color: #68d9ea;
  }

  .meta-tags li a {
    font-size: 0.8em;
  }
  .meta-tags li a > i {
    font-size: 1.1em;
    vertical-align: baseline;
  }

  .single_post .text {
    font-size: 1.3em;
  }
  .single_post span {
    font-size: 0.9em;
  }

  .polygon-card {
    width: 482px;
    padding: 1rem 0rem;
  }
  .polygon-card.lastpoylgon {
    transform: translateY(-158px);
  }

  .-bgblue.polygon-card::before {
    width: 478px;
  }

  .image-ac {
    width: 478px;
  }

  .number-date {
    width: 252px;
  }
  .number-date > .bline .line {
    height: 108%;
    transform: rotate(27deg);
    top: -2px;
  }

  .dates > .line-top {
    left: -8px;
    top: -4px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
  }
  .dates > .line-bottom {
    left: -8px;
    bottom: -3px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
  }

  .watches > .line-top {
    right: -8px;
    top: -4px;
  }
  .watches > .line-bottom {
    right: -8px;
    bottom: -4px;
  }

  .box-tell {
    margin-top: 68px;
    max-width: 80%;
    padding: 28px 18px 14px;
  }
  .box-tell > .icontell,
.box-tell > .iconfax {
    height: 3.6rem;
    width: 3.6rem;
    font-size: 2rem;
    top: -32px;
  }

  .card-body .card-subtitle.fontb2 {
    font-size: 1.8rem;
  }

  .bx-board-director {
    margin: 4rem auto 1rem;
    min-height: 30rem;
    max-width: 537px;
  }
  .bx-board-director .bx-imgstructure:nth-child(2) {
    left: 22%;
  }
  .bx-board-director .bx-imgstructure:nth-child(7) {
    left: 22%;
  }

  .nav-tabs.-smnavbar {
    margin: 2rem 0 0 !important;
  }

  .m-hist .img-fluid {
    width: 130px;
  }

  .font-color-title {
    margin-top: 51px;
  }

  .number-date.-dateht {
    margin: 4rem auto 1rem 1rem;
  }

  .history-content {
    color: #585858;
  }

  .contain-image {
    height: 168px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 900px) {
  .wrap-clinic .container {
    padding-top: 0rem;
  }
}
@media screen and (min-width: 1280px) and (min-height: 800px) {
  .navbar-expand-lg .navbar-nav {
    padding-top: 35px;
  }

  .rtitle {
    padding: 2rem 0 0.4rem;
  }

  .role-weboard > .rtext {
    margin-bottom: 6px;
  }

  .headtitle > .title.-white.-btitle {
    margin: 2rem 0 0.6rem;
  }
  .headtitle > .title.-white.-btitle::before {
    top: 35px;
  }

  .wraper-swiper .swiper-pagination-bullets.pagdown {
    bottom: -16px;
  }
  .wraper-swiper .swiper-pagination-bullets.pagweboard {
    bottom: -114px;
  }
  .wraper-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 16px;
  }

  .bx-outer.-dbx {
    display: block;
  }

  .infographic .sub-info .img-fluid {
    margin-top: 12%;
  }
}
@media screen and (min-width: 1900px) {
  .logo-text {
    flex-basis: 72%;
    max-width: 72%;
  }

  .nav-link .numberlink {
    font-size: 2.9em;
  }
  .nav-link > .link-element {
    font-size: 0.8rem;
  }

  .timeline-nav.slick-slider {
    width: 55%;
  }

  .title-ofslide {
    margin: 2.8rem 0 0.7rem;
  }
  .title-ofslide P {
    font-size: 1.4rem;
  }

  .title-slide-bt p {
    font-size: 1.1rem;
  }

  .viewMore {
    margin: 1.9rem 0;
    padding: 0.4rem 1rem;
  }

  .headtitle > .title.-white {
    font-size: 4rem;
    margin: 2.8rem 0 1rem;
    padding-left: 3.4rem;
  }
  .headtitle > .title.-white::before {
    width: 6px;
    height: 63%;
    left: 96px;
    top: 43px;
  }
  .headtitle > .title.neon-text {
    padding-left: 16px;
  }
  .headtitle > .title.neon-text .neonfirst {
    font-size: 4rem;
    margin-bottom: 8px;
  }

  .btn-view.-btnan > .wrapbtn {
    padding-left: 16px;
  }

  .slide-nav.-navreport {
    width: 63%;
    transform: translate(64px, -624px);
    justify-content: flex-end;
  }

  .card.-cardog {
    width: 22.533em;
    height: 22.533em;
  }
  .card.-cardog .card-text {
    font-size: 6.2rem;
  }
  .card.-cardog .card-link {
    font-size: 1.8em;
  }
  .card.-board .bx-imgstructure {
    top: -86px;
  }

  .box-siteorganize {
    top: -3rem;
  }

  .bx-smllmap > .img-fluid {
    width: 692px;
    max-width: fit-content;
    position: relative;
    right: -56px;
  }

  .bx-cllargmap > .img-fluid {
    width: 420px;
    position: relative;
    left: -66px;
  }

  .bx-smlink > .textlink > .title {
    font-size: 3em;
    line-height: 1;
  }
  .bx-smlink.-num1 {
    right: 70px;
  }
  .bx-smlink.-num2 {
    left: 12px;
    top: 56px;
  }
  .bx-smlink.-num3 {
    left: -67px;
    top: 275px;
  }
  .bx-smlink.-num4 {
    bottom: 89px;
    left: 33px;
  }
  .bx-smlink.-num5 {
    right: 154px;
  }

  .headtitle-clinic {
    right: -36px;
  }
  .headtitle-clinic > .stitle {
    font-size: 3.2rem;
  }

  .stitle > .htext {
    line-height: 0.9;
  }

  .large-slannouce .wraper-swiper {
    width: 56%;
  }

  .box-siteorganize.-toptannounce .headtitle {
    margin-left: 4rem;
  }

  .wrap-weboard .container {
    max-width: 1480px;
  }

  .headtitle.-texbleft {
    text-align: left;
  }
  .headtitle > .title.-white.-btitle {
    font-size: 3rem;
    padding-left: 2rem;
  }
  .headtitle > .title.-white.-btitle::before {
    height: 69%;
    left: 12px;
  }
  .headtitle > .title.-white.-btitle .neonfirst {
    font-size: 4rem;
  }

  .card.-cardweboard {
    font-size: 1.4em;
  }
  .card.-cardweboard * {
    font-size: inherit;
  }
  .card.-cardweboard .box-des p {
    font-size: 0.9em;
  }
  .card.-board.board2 {
    margin: 5rem auto 3rem;
  }

  .header-downoad .headtitle {
    transform: translate(130px, -5px);
    -webkit-transform: translate(130px, -5px);
  }

  .headtitle > .title.-white.-ttdload {
    font-size: 3.4rem;
    text-align: right;
  }
  .headtitle > .title .neonfirst {
    font-size: 4.3rem;
  }

  .polygon-wrapl {
    margin-bottom: 14px;
  }

  .polygon-card.poly-t-2 {
    margin-top: -108px;
  }

  .tab-content.board-edc {
    height: 80%;
  }
}
.search-result--item {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(3px);
  border: 1px solid #fff;
  border-radius: 3px;
}
.search-result--item .result-des--title {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
}
.search-result--item .result-des--title:hover {
  color: #000a0f;
}
.search-result--item .breadcrumb li:not(:last-child)::after {
  content: "/";
  padding: 0 1em;
  color: #191919;
}
.search-result--item:not(:last-child) {
  margin-bottom: 1rem;
}

body *:not(#popup-modal):not(#popup-modal *) .pop_hover,
body *:not(#popup-modal):not(#popup-modal *) [class*="bg-parallax-"] {
    filter: grayscale(100%) !important;
}


/*# sourceMappingURL=theme1.css.map */
