@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap");
@import url("//fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("//fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
@import url("//fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");
@import url("//fonts.googleapis.com/css2?family=Kanit:wght@700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Mitr&display=swap");
a, body {
  color: #222222;
  font-size: 18px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "Arial", sans-serif;
  line-height: 1.35;
  font-weight: 400;
}

.sprite, input, form, body, html {
  margin: 0px;
  padding: 0px;
}

.contact-form-flex, .contact-txt, .card-wrap, .box, .pagination-wrap, .mainContent, .cookies-wrapper, footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pro-searchForm, .pro-searchList, .pro-searchList li, .news-content-head, .card-time, .btn-wrap, .heading-title-wrap, .title-mainWrap, footer .footer-info-wrap, footer .footer-icon, .pageloading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-wrap-mainLink .card-img-top img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  margin: auto;
}

.font-size-1 {
  font-size: 87.5% !important;
}

.font-size-2 {
  font-size: 100% !important;
}

.font-size-3 {
  font-size: 112.5% !important;
}

.font-size-4 {
  font-size: 150% !important;
}

.font-size-5 {
  font-size: 175.5% !important;
}

.font-size-6 {
  font-size: 250% !important;
}

.font-size-7 {
  font-size: 275% !important;
}

.font-size-8 {
  font-size: 362.5% !important;
}

.font-size-9 {
  font-size: 450% !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-2 {
  line-height: 1.25 !important;
}

.line-height-3 {
  line-height: 1.5 !important;
}

.line-height-4 {
  line-height: 1.75 !important;
}

.line-height-5 {
  line-height: 2 !important;
}

.noJS > div,
.noJS > ul {
  display: none;
}

.noJS > noscript {
  display: block;
  width: 100%;
  line-height: 10em;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow: -moz-scrollbars-vertical;
}

body {
  background: #fff;
  visibility: visible;
  overflow-x: hidden;
}
body.fixed {
  overflow: hidden;
}
@media (max-width: 1600px) {
  body {
    font-size: 18px;
  }
}

div {
  position: relative;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.sh_sans {
  font-family: "source-han-sans-traditional", "微軟正黑體", sans-serif;
}

.sh_serif {
  font-family: "source-han-serif-tc", serif;
}

form {
  font-size: 16px;
}

label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
  cursor: pointer;
}

input {
  -webkit-autofill: unset;
  font-size: 16px;
  background-color: #eeeeee;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fcfcfc inset;
}
input:focus {
  outline: 0;
}
input[type=text], input[type=password] {
  vertical-align: top;
}
input[type=radio], input[type=checkbox] {
  margin-right: 5px;
  cursor: pointer;
  vertical-align: middle;
}
input[type=number]::-webkit-inner-spin-button,
input [type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input.hid {
  display: none;
}

a:focus,
input:focus,
select:focus,
button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

select {
  border: 0px;
  outline: none;
}

textarea {
  padding: 5px;
  border: 1px solid rgba(216, 216, 216, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
  font-size: 16px;
  background-color: #eeeeee;
}

a {
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: currentColor;
}

img {
  max-width: 100%;
}

.sprite {
  fill: #356aa5;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.font-button .far,
.font-button .fas {
  color: #666;
  -webkit-transition: 0.08s cubic-bezier(0.37, 0.99, 0.92, 0.96);
  -o-transition: 0.08s cubic-bezier(0.37, 0.99, 0.92, 0.96);
  transition: 0.08s cubic-bezier(0.37, 0.99, 0.92, 0.96);
}
.font-button:hover .far,
.font-button:hover .fas {
  color: #356aa5;
}

.zero-size {
  font-size: 0px;
  letter-spacing: 0px;
  word-spacing: 0px;
}

.required {
  color: #356aa5;
  margin: 0 0 0 8px;
}

.red {
  color: #ff0016;
}

.space {
  display: inline-block;
  width: 7px;
}

.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
}

.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.hide {
  display: none !important;
}
@media (max-width: 1024px) {
  .hide {
    display: block !important;
  }
}

@-webkit-keyframes menushow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menushow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes visitsLoad {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(-70%, 0, 0);
            transform: translate3d(-70%, 0, 0);
  }
  80% {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  95% {
    -webkit-transform: translate3d(-5%, 0, 0);
            transform: translate3d(-5%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@keyframes visitsLoad {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(-70%, 0, 0);
            transform: translate3d(-70%, 0, 0);
  }
  80% {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  95% {
    -webkit-transform: translate3d(-5%, 0, 0);
            transform: translate3d(-5%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@-webkit-keyframes visitsShow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 45px, 0);
            transform: translate3d(0, 45px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes visitsShow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 45px, 0);
            transform: translate3d(0, 45px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes moveCircle {
  0%, 100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@keyframes moveCircle {
  0%, 100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
.table {
  border-top: 1px solid #c8dae8;
  border-right: 1px solid #c8dae8;
  border-left: 1px solid #c8dae8;
}

table {
  border-collapse: inherit;
}

td, th {
  border-color: inherit;
  border-style: solid;
  /* border-width: initial; */
  border-width: revert-layer;
}

.input {
  width: 100%;
}

.textarea {
  width: 100%;
  height: 100px;
}

.searchBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.mw-auto {
  max-width: none !important;
}

.wrapper-1800 {
  width: 100%;
  max-width: 1800px;
  margin: auto;
}

.wrapper-1750 {
  width: 100%;
  max-width: 1750px;
  margin: auto;
}

.wrapper-1700 {
  width: 100%;
  max-width: 1700px;
  margin: auto;
}

.wrapper-1650 {
  width: 100%;
  max-width: 1650px;
  margin: auto;
}

.wrapper {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

.wrapper-1550 {
  width: 100%;
  max-width: 1550px;
  margin: auto;
}

.wrapper-1500 {
  width: 100%;
  max-width: 1500px;
  margin: auto;
}

.wrapper-1450 {
  width: 100%;
  max-width: 1450px;
  margin: auto;
}

.wrapper-1400 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.wrapper-1350 {
  width: 100%;
  max-width: 1350px;
  margin: auto;
}

.wrapper-1300 {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

.wrapper-1250 {
  width: 100%;
  max-width: 1250px;
  margin: auto;
}

.wrapper-1200 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.wrapper-1100 {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.wrapper-1050 {
  width: 100%;
  max-width: 1050px;
  margin: auto;
}

.wrapper-1000 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.wrapper-900 {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.wrapper-800 {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.detail_label {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  padding: 0 6px;
  height: 20px;
  text-align: center;
  background-color: #fff;
  line-height: 20px;
  vertical-align: middle;
  font: 13px/25px Arial;
  border: 1px solid #fff;
}
.detail_label.fc-LightSalmon {
  border-color: #e9a3a8;
  color: #e9a3a8;
  line-height: 20px;
}

.pageloading {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s 0.2s;
  -o-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
  z-index: 10000;
}
.pageloading .loading {
  width: 200px;
  height: 8px;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.pageloading .loading .bar {
  width: 0%;
  height: 100%;
  background-color: #356aa5;
}
.pageloading.compelet {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes jumping {
  50% {
    top: 0;
  }
  100% {
    top: -50px;
  }
}

@keyframes jumping {
  50% {
    top: 0;
  }
  100% {
    top: -50px;
  }
}
@-webkit-keyframes eyemove {
  0%, 10% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  90%, 100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes eyemove {
  0%, 10% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  90%, 100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.letter {
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
}

.letter-holder .letter {
  -webkit-animation-name: loadingF;
          animation-name: loadingF;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
}

.l-1 {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.l-2 {
  -webkit-animation-delay: 0.53s;
          animation-delay: 0.53s;
}
.l-3 {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
.l-4 {
  -webkit-animation-delay: 0.63s;
          animation-delay: 0.63s;
}
.l-5 {
  -webkit-animation-delay: 0.69s;
          animation-delay: 0.69s;
}
.l-6 {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}
.l-7 {
  -webkit-animation-delay: 0.79s;
          animation-delay: 0.79s;
}
.l-8 {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
.l-9 {
  -webkit-animation-delay: 0.89s;
          animation-delay: 0.89s;
}
.l-10 {
  -webkit-animation-delay: 0.94s;
          animation-delay: 0.94s;
}

@-webkit-keyframes loadingF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loadingF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-loadHide {
  display: none !important;
}

.loader {
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
}

/* Set the color of the icon */
svg path,
svg rect {
  fill: #356aa5;
}

/* #Navigation
================================================== */
.start-header {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 2;
}
.start-header .container {
  max-width: 100%;
}
.start-header .container img {
  margin: 0;
}

@media (min-width:1025px) {
  .start-header.active{
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999;
  }
  
  .start-header.active .navbar-headerLink {
    padding-top: 1rem;
    transition: 0.25s;
  }
  
  .start-header.active .nav-item-link {
    min-height: 40px;
    transition: 0.25s;
  }
}

@media (max-width: 1024px) {
  .start-header {
    z-index: 9999;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu {
  background-color: #356aa5;
  border: none;
  z-index: 3;
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
          animation: fadeIn 0.3s alternate;
}

.nav-link {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: #000;
  padding: 15px 20px !important;
}
@media (max-width: 1700px) {
  .nav-link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1020px) and (max-width: 1400px) {
  .nav-link {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 1020px) and (max-width: 1040px) {
  .nav-link {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

.nav-item img {
  margin: 0;
}
@media (min-width: 1025px) {
  .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    min-height: 65px;
  }
}
.nav-item-link,
.nav-item-link .nav-link {
  position: relative;
}
.nav-item-link .nav-link ~ .dropdown-menu {
  border-radius: 0;
}
@media (min-width: 1020px) and (max-width: 1100px) {
  .nav-item-link .nav-link::after {
    top: 90%;
  }
}
@media (max-width: 810px) {
  .nav-item-link .nav-link ~ .dropdown-menu {
    border: none;
    margin-right: 18px;
    margin-left: 12px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-item-link .nav-link ~ .dropdown-menu .dropdown-menu-list li {
    position: relative;
    border-bottom: #eee 1px solid;
  }
}
@media (min-width: 1025px) {
  .nav-item-link {
    margin-left: 1em;
    margin-right: 2em;
  }
}
@media (min-width: 1020px) and (max-width: 1600px) {
  .nav-item-link {
    margin-left: 0;
    margin-right: 1em;
  }
}
@media (min-width: 1020px) {
  .nav-item-link > .dropdown-menu {
    top: 89%;
    min-width: 260px;
  }
  .nav-item-link.active .nav-link, .nav-item-link:hover .nav-link {
    background-color: #356aa5;
    color: #fff !important;
    -webkit-box-shadow: 5px 4px 10px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 4px 10px 1px rgba(0, 0, 0, 0.3);
  }
  .nav-item-link:hover > .dropdown-menu {
    display: block;
  }
}
.nav-item-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2.25em;
}
.nav-item-lang .nav-link {
  font-size: 16px;
  font-size: 1rem;
  color: #000 !important;
  border-radius: 0px;
}
.nav-item-lang:hover .nav-link {
  background-color: #356aa5;
  color: #fff !important;
  -webkit-box-shadow: 5px 4px 10px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 4px 10px 1px rgba(0, 0, 0, 0.3);
}
.nav-item-lang .icon {
  margin-top: -6px;
  margin-right: 3px;
}
@media (min-width: 1025px) {
  .nav-item-lang .dropdown-menu {
    min-width: 110px;
    border-radius: 0;
    padding: 0;
    top: 85%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.nav-item-lang .dropdown-item {
  padding: 10px 22px;
}
.nav-item-lang .dropdown-item:hover, .nav-item-lang .dropdown-item:focus {
  background-color: #356aa5;
  color: #fff;
}
@media (min-width: 1200px) {
  .nav-item-icon,
  .nav-item-lang {
    margin-left: auto;
  }

  .nav-item-icon{
    position: relative;
    /* top: -1.25em; */
    top: 0;
    min-height: auto;
  }
  .nav-item-icon ~ .nav-item-lang{
    margin-left: 15px;
  }
}

@media (max-width: 810px) {
  .nav-item-lang {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
  }
  .nav-item-lang .nav-link {
    display: none;
  }
  .nav-item-lang .dropdown-menu {
    min-width: auto;
    width: 100%;
    border-radius: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .nav-item-lang .dropdown-menu li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}

.navbar {
  padding-bottom: 1em;
}
@media (max-width: 1024px) {
  .navbar {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1025px) {
  .navbar .container-fluid {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1000px) and (max-width: 1250px) {
  .navbar .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .navbar-collapse {
    position: static;
  }
}
@media (min-width: 900px) and (max-width: 1250px) {
  .navbar-collapse {
    width: 100%;
  }
}
@media (max-width: 1700px) {
  .navbar-brand {
    width: 22.5vw;
  }
}
@media (max-width: 1200px) {
  .navbar-brand {
    width: 30.5vw;
  }
}
@media (max-width: 1000px) {
  .navbar-brand {
    width: auto;
  }
}
@media (max-width: 640px) {
  .navbar-brand {
    width: 45vw;
  }
}
.navbar-headerLink {
  width: 100%;
  padding-top: 10px;
}
.navbar-headerLink .navbar-search {
  max-width: 400px;
  margin: auto;
}
@media (min-width: 1025px) {
  .navbar-headerLink {
    padding-top: 50px;
  }
  .navbar-headerLink .navbar-search {
    padding-bottom: 1em;
  }
}
@media (max-width: 1400px) {
  .navbar-headerLink .navbar-search {
    max-width: calc(100% - 30.5vw);
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .navbar-headerLink {
    padding-top: 30px;
  }
  
  .navbar-headerLink .navbar-search {
    max-width: calc(60% - 30.5vw);
  }
}
@media (max-width: 1024px) {
  .navbar-headerLink {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .navbar-headerLink .navbar-search {
    max-width: 100%;
  }
}
.navbar-search .input-group {
  border: 1px solid #ced4da;
  border-radius: 6px;
  overflow: hidden;
}
.navbar-search .input-group > .form-control {
  border: none;
  min-height: 35px;
}
.navbar-search .btn {
  padding: 3px 10px;
}
.navbar-searchFilter {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  background: #fff;
  border-top: #356aa5 1px solid;
  font-size: 0.891rem;
  margin-top: 10px;
  padding: 25px 15px 12.5px;
  z-index: 100;
  overflow: hidden;

  width: 100%;
  height: 30em;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
  border-bottom: #356aa5 1px solid;
}
.navbar-searchFilter-head {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.25em;
}
.navbar-searchFilter-txt {
  font-size: 16px;
  font-size: 1rem;
  color: #5c5b5b;
  line-height: 1.25;
  margin-bottom: 0;
}
.navbar-searchFilter-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.navbar-searchFilter-close {
  font-size: 1.75em;
  text-align: right;
  margin-top: -0.75em;
  margin-bottom: 0.5em;
  cursor: pointer;
}
.navbar-searchFilter li {
  border-bottom: #b3b3b3 1px solid;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.navbar-searchFilter.open {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1024px) {
  .navbar-searchFilter {
    -webkit-box-shadow: 0px 1px 5px #bcbcbc;
            box-shadow: 0px 1px 5px #bcbcbc;
    position: fixed;
    left: 5px;
    top: 12.5em;
    height: calc(100vh - 12.5em);
    width: calc(100% - 10px);
    overflow: hidden;
  }
  .navbar-searchFilter ul {
    height: 100%;
    overflow-y: auto;
  }
}
@media (max-width: 640px) {
  .navbar-searchFilter {
    top: 9.5em;
    height: calc(100vh - 9.5em);
  }
}
.navbar-nav {
  margin-bottom: -0.5em;
}
@media (min-width: 900px) and (max-width: 1250px) {
  .navbar-nav {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media (min-width: 1025px) {
  .navbar-brand {
    position: absolute;
    left: 0;
    z-index: 2;
  }
  .navbar-collapse {
    padding-left: 20em;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  .navbar-collapse {
    padding-left: 18em;
  }
}
@media (min-width: 1251px) and (max-width: 1300px) {
  .navbar-collapse {
    padding-left: 15em;
  }
}
@media (min-width: 1000px) and (max-width: 1250px) {
  .navbar-collapse {
    padding-left: 0;
  }
}
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #000;
  border-radius: 2px;
  z-index: 1;
  -webkit-transition: background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(0% -50%) !important;
      -ms-transform: translate(0% -50%) !important;
          transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0;
  top: auto;
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navbar-toggler.fixed {
  display: none;
  position: fixed;
  left: 62%;
  top: 2%;
  z-index: 1001;
}
.navbar-toggler.fixed .hamburger-toggle .hamburger span {
  background-color: #fff;
}
.navbar-toggler.fixed .hamburger-toggle .hamburger span:first-child {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}
.navbar-toggler.fixed .hamburger-toggle .hamburger span:last-child {
  -webkit-transform: translateY(-18px) rotate(-40deg);
      -ms-transform: translateY(-18px) rotate(-40deg);
          transform: translateY(-18px) rotate(-40deg);
}
.navbar-toggler.fixed.active {
  display: block;
}

.navbar-toggler-iso{
  margin-right: 10px;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: -100%;
    background: #fff;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    overflow-y: auto;
    max-width: 60vw;
  }
  .navbar-collapse, .navbar-collapse > ul {
    z-index: 100;
  }
  .navbar-collapse > ul {
    position: relative;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    min-height: 100%;
  }
  .navbar-collapse.show {
    left: 0;
  }
}
.navbar-overlay {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.navbar-overlay.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1025px) {
  .navbar-overlay {
    display: block;
  }
}
.navbar-mobile-icon {
  width: 80px;
  height: 40px;
  color: #000 !important;
  text-align: right;
  padding-right: 18px;
  position: absolute;
  right: 0;
  top: 5px;
  line-height: 40px;
}
.navbar-mobile-icon::after {
  display: none;
}

.dropdown-item {
  color: #cce3f9;
  white-space: normal;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.25em;
  border-bottom: #58809e 1px solid;
}
.dropdown-item:hover {
  color: #fff;
  background-color: transparent;
}
.dropdown-menu {
  padding-bottom: 1.5em;
}
.dropdown-menu-list li {
  padding-left: 1rem;
  padding-right: 1rem;
}

.icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.nav-mobileBtn {
  width: 35px;
  height: 35px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 14px;
  color: #fff !important;
  transform: rotate(0deg);
  transform-origin: 9px;
}

.nav-mobileBtn.active{
  transform: rotate(180deg);
}

.dropdown-menu-subContanier {
  padding-top: 0;
  margin-top: -2px;
  padding-left: 20px;
  max-height: 55vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  position: static;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.dropdown-menu-subContanier .dropdown-item {
  background-color: transparent !important;
}
.dropdown-menu-subContanier .dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-menu-subContanier.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width:1100px) {
  .navbar_first_menu_list .nav-mobileBtn{
    transform-origin: center;
    padding-right: 0;
  }

  .navbar_first_menu_list .dropdown-item{
    padding-right: 1.75em;
  }
}

footer, footer a {
  color: #fff;
}
footer .wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .footer-title {
  margin-bottom: 0.25em;
  font-weight: 900;
}
@media (max-width: 1024px) {
  footer .footer-title {
    font-size: 2em;
  }
}
footer .footer-txt {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (min-width: 1025px) {
  footer .footer-txt-list {
    padding-right: 37.5px;
  }
}
@media (max-width: 640px) {
  footer .footer-txt-list {
    display: block;
    position: relative;
    padding-left: 1.5em;
  }
  footer .footer-txt-list .icon {
    position: absolute;
    left: 0;
    top: 4px;
  }
}
footer .footer-logo img {
  display: block;
  max-width: 100%;
}
footer .footer-icon {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.5em;
}
footer .footer-iconLink {
  margin-right: 5px;
}
footer .footer-top, footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-top {
  background-color: black;
  padding-top: 45px;
  padding-bottom: 40px;
}
@media (min-width: 1101px) and (max-width: 1600px) {
  footer .footer-top {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
  }
}
@media (max-width: 1024px) {
  footer .footer-top {
    padding: 1em;
  }
}
footer .footer-bottom {
  font-weight: 100;
  line-height: 1.5;
  background-color: #4b4a4a;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .footer-bottom .wrapper-1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-bottom p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0 !important;
}
@media (min-width: 1025px) {
  footer .footer-bottom .footer-info {
    padding-top: 0;
    padding-right: 1.5em;
  }
}
@media (max-width: 1024px) {
  footer .footer-bottom {
    padding: 1em 0.4em;
  }
  footer .footer-bottom .wrapper-1400 {
    display: block;
  }
  footer .footer-bottom .wrapper-1400 .footer-info {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
  }
  footer .footer-bottom .wrapper-1400 .copyright {
    margin-top: 10px;
  }
}
footer .footer-info {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 100;
}
footer .footer-info p {
  margin-bottom: 0.5em;
}
footer .footer-info-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  footer .footer-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1024px) {
  footer .footer-info-bottom {
    margin-top: 1.5em !important;
  }
  footer .footer-info-bottom .footer-icon,
footer .footer-info-bottom .footer-info,
footer .footer-info-bottom .copyright p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-info-bottom .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-info-bottom span {
  padding-right: 1em;
}
@media (max-width: 1024px) {
  footer .footer-info-bottom span:last-of-type {
    display: block;
  }
}
footer .footer-info-center {
  width: 100%;
}
footer .footer-info-center .footer-info > div {
  line-height: 1.65;
}
@media (min-width: 1025px) {
  footer .footer-info-center {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 2vw;
  }
  footer .footer-info-center .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  footer .footer-info-center .footer-info > div {
    padding-right: 3vw;
  }
}
@media (max-width: 1024px) {
  footer .footer-info-center .footer-info-top {
    padding-top: 10px;
  }
  footer .footer-info-center .footer-info-top > p {
    display: inline;
  }
  footer .footer-info-center .footer-info > div {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  footer {
    margin-bottom: 2.25em;
  }
}

.divider {
  width: 2px;
  height: 100%;
  background: #bfb1a5;
}
@media (min-width: 800px) and (max-width: 1000px) {
  .divider {
    display: none;
  }
}

.iware {
  font-size: 87%;
  font-weight: 100;
  font-weight: lighter;
}
.iware,
.iware a {
  color: #fff;
}
.iware a:hover {
  text-decoration: underline;
}
.iware b {
  font-weight: 100;
}

.float-link {
  right: -100%;
  position: fixed;
  bottom: 200px;
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.float-link .link-btn a:hover {
  opacity: 0.65;
}
@media (min-width: 1025px) {
  .float-link .link-btn.nabar-icon-mobile {
    display: none;
  }
}
.float-link .link-btn.nabar-icon-mobile img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .float-link .link-btn.top {
    display: none;
  }
}
.float-link.active {
  right: 5px;
}
@media (max-width: 1600px) {
  .float-link.active {
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .float-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    bottom: 0;
    right: 0 !important;
    background: #356aa5;
    padding: 5px;
    margin: 0;
  }
  .float-link .link-btn {
    text-align: center;
    margin: 0;
  }
  .float-link .link-btn,
.float-link .link-btn .link-btn-toggle {
    display: block;
    width: 100%;
  }
  .float-link .link-btn .link-btn-toggle {
    color: #fff;
  }
  .float-link .link-btn .icon small {
    font-size: 100%;
  }
}

.cookies {
  display: none;
  width: 100%;
  background: #00428c;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 1.75rem 1rem 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 60;
}
.cookies p {
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
.cookies .btn {
  text-decoration: none !important;
  border-radius: 6px;
  margin-top: 1em;
}
@media (min-width: 800px) {
  .cookies .btn {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}
@media (max-width: 640px) {
  .cookies .btn {
    display: block;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }
}
.cookies-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookies.display {
  display: block;
  -webkit-animation: cookies 1s 1;
          animation: cookies 1s 1;
}
.cookies.close-cookies {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
@media (max-width: 810px) {
  .cookies.close-cookies {
    bottom: -2%;
  }
}
@media (min-width: 1025px) {
  .cookies .btn {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 1em;
  }
}
@media (max-width: 810px) {
  .cookies {
    width: calc(100% - 1em);
    border-top: none;
    margin: 0.5em;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .cookies.display {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@-webkit-keyframes cookies {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
}

@keyframes cookies {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
}
.article,
article {
  width: 100%;
  font-size: 100%;
}
.article iframe,
article iframe {
  width: 100%;
  height: 750px;
}
@media (max-width: 810px) {
  .article iframe,
article iframe {
    height: 350px;
  }
}

.g-recaptcha iframe {
  height: auto !important;
}

.fw-900, .Prod-conInfo-img .swiper-button-next::after, .Prod-conInfo-img .swiper-button-prev::after, .pro-card-wrap .card-title, .card-btn-more, .card-time-date, .heading-title, .title-ch, .title-en, .link-head {
  font-weight: 900 !important;
}

.boxShadow, .Prod-table, .index-pagePro .swiper-slide-active .swiper-slide-img, .news-card-wrap .card-flex, .card-wrap-mainLink .card:hover .card-img-top, .card-wrap-mainNews .card:hover, .card-wrap-indexNews .card {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1) !important;
}

.bt-solid-c1 {
  border-top: 1px #ccc solid;
}

.mainContent {
  overflow: hidden;
}
.mainContent-wrap {
  padding-bottom: 2em;
  background-color: #f8f8f8;
}
@media (max-width: 1024px) {
  .mainContent-wrap {
    padding-top: 1em;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .mainContent-info {
    width: 440px;
  }
  .mainContent-info ~ .mainContent-list {
    max-width: calc(100% - 440px);
    padding-left: 140px;
    padding-right: 100px;
  }
}
@media (min-width: 1000px) and (max-width: 1500px) {
  .mainContent-info {
    width: 300px;
    padding-left: 1em;
    padding-right: 1em;
  }
  .mainContent-info ~ .mainContent-list {
    max-width: calc(100% - 300px);
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 1024px) {
  .mainContent-info .headingLink-title,
.mainContent-info .link-wrap {
    display: none;
  }
}
.mainContent-list {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1024px) {
  .mainContent-list {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 1024px) {
  .mainContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.link-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px 10px 20px 0;
}
.link-wrap ul > li > a {
  position: relative;
  display: block;
  line-height: 1.5;
  color: #222222;
  padding: 0.75em 50px 0.75rem 0.75rem;
}
.link-wrap ul > li > a::after {
  content: "";
  font-family: "bootstrap-icons";
  display: block;
  color: #000;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  font-weight: 100;
  font-size: 22px;
  font-size: 1.375rem;
}
.link-wrap ul > li > a:hover, .link-wrap ul > li > a.active {
  color: #356aa5;
}
.link-wrap ul > li > ol a {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.75);
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.link-wrap ul > li > ol a::before {
  content: "\f054";
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}
.link-wrap ul > li > ol li {
  background-color: #356aa5;
  border-bottom: #fff 1px dotted;
  padding-left: 20px;
}
.link-wrap ul > li > ol li:hover a, .link-wrap ul > li > ol li:hover a::before, .link-wrap ul > li > ol li.active a, .link-wrap ul > li > ol li.active a::before {
  color: rgb(255, 255, 255);
}
.link-wrap.pro {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,d9d9d9+100 */
  background: #ffffff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#d9d9d9));
  background: -o-linear-gradient(left, #ffffff 0%, #d9d9d9 100%);
  background: linear-gradient(to right, #ffffff 0%, #d9d9d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#d9d9d9",GradientType=1 ); /* IE6-9 */
}
.link-wrap.pro ul > li > a {
  font-size: 20px;
  font-size: 1.25rem;
}
.link-wrap.pro ul > li > a::after {
  content: "\f4fe";
}
.link-wrap.pro ul > li > a:hover::after, .link-wrap.pro ul > li > a.active::after {
  content: "\f2ea";
}
.link-wrap.quick, .link-wrap.asideUse { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f4f4f4));
  background: -o-linear-gradient(left, #ffffff 0%, #f4f4f4 100%);
  background: linear-gradient(to right, #ffffff 0%, #f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f4f4f4",GradientType=1 ); /* IE6-9 */
  margin-top: 2em;
}
.link-wrap.quick ul > li, .link-wrap.asideUse ul > li {
  margin-bottom: 0;
}
.link-wrap.quick ul > li > a, .link-wrap.asideUse ul > li > a {
  font-size: 16px;
  font-size: 1rem;
  color: #747474;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
}
.link-wrap.quick ul > li > a::after, .link-wrap.asideUse ul > li > a::after {
  content: "\f280" !important;
  position: static;
  margin: 4px 10px 0;
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0;
}
.link-wrap.quick ul > li > a:hover, .link-wrap.quick ul > li > a.active, .link-wrap.asideUse ul > li > a:hover, .link-wrap.asideUse ul > li > a.active {
  color: #000;
}
.link-wrap.quick ul > li > a:hover::after, .link-wrap.quick ul > li > a.active::after, .link-wrap.asideUse ul > li > a:hover::after, .link-wrap.asideUse ul > li > a.active::after {
  opacity: 1;
}
.link-wrap.asideUse {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,d9d9d9+100 */
  background: #ffffff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#d9d9d9));
  background: -o-linear-gradient(left, #ffffff 0%, #d9d9d9 100%);
  background: linear-gradient(to right, #ffffff 0%, #d9d9d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#d9d9d9",GradientType=1 ); /* IE6-9 */
}
.link-wrap.asideUse ul > li > a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
}
.link-wrap .first_menu {
  padding-left: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-top: 0.25rem;
  background: transparent;
  z-index: 1;
}
.link-wrap .first_menu::after {
  content: "";
  display: block;
  width: 100%;
  min-width: 400px;
  height: 100%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f4f4f4));
  background: -o-linear-gradient(left, #ffffff 0%, #f4f4f4 100%);
  background: linear-gradient(to right, #ffffff 0%, #f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f4f4f4",GradientType=1 ); /* IE6-9 */
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.link-wrap .first_menu a {
  color: #7e7e7e !important;
}
.link-wrap .first_menu a.active {
  color: #000 !important;
}
.link-wrap .first_menu.open {
  display: block;
}

/* 下一層 */
.link-wrap.second_menu {
  padding: 0 0 0 1em;
  width: calc(100% - 1.5dvw);
  display: none;
}

.link-wrap.second_menu.open {
  display: block;
}

.link-wrap.second_menu ul > li{
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.link-wrap.second_menu ul > li:not(:last-child){
  border-bottom: #eee 1px solid;
}

.link-wrap.second_menu ul > li > a{
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}


@media (min-width: 1025px) {
  .link-wrap .first_menu::after {
    left: -25.5%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  /* 下一層 */
  .link-wrap.second_menu {
    width: calc(100% - 1dvw);
  }
}

@media (min-width: 1025px) {
  .link-wrap {
    padding-left: 80px;
  }
  .link-wrap .first_menu {
    display: none;
  }
}
@media (min-width: 1020px) and (max-width: 1500px) {
  .link-wrap {
    padding-left: 1em;
  }
  .link-wrap a {
    font-size: 16px;
    font-size: 1rem;
  }
  .link-wrap .first_menu::after {
    min-width: 17em;
  }
}
@media (max-width: 1024px) {
  .link-wrap.quick {
    border-radius: 20px;
    padding: 15px 20px;
    margin-top: 0;
    background: #f4f4f4;
  }
  .link-wrap.quick .link-head {
    padding-left: 0;
    margin-bottom: 0.5rem;
  }
  .link-wrap.quick ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .link-wrap.quick ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .link-wrap.quick ul li > a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.25;
    padding: 0.5em 0.5em 0.25em 0;
  }
  .link-wrap.quick ul li > a::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .link-wrap {
    margin-bottom: 1rem;
  }
}
.link-head {
  font-size: 30px;
  font-size: 1.875rem;
  color: #356aa5;
  padding-left: 0.75rem;
  margin-bottom: 1.5rem;
}

.unit {
  position: relative;
  display: block;
  line-height: 1.5;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.unit .btn {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.unit-icon {
  padding-left: 1.5em !important;
  padding-right: 0;
}
.unit-icon .icon {
  margin-top: 0;
  position: absolute;
  left: 0;
  top: -0.1rem;
}
@media (max-width: 1024px) {
  .unit {
    text-align: left;
    font-size: 16px;
  }
  .unit-icon .icon {
    top: 0.85rem;
  }
}

.select_style::after {
  content: "\f282";
  font-family: "bootstrap-icons" !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  right: 8px;
  top: 1px;
}
.select_style select.form-control {
  border: 1px solid #e6eaea !important;
  text-align: left;
  border-radius: 0;
  height: 40px !important;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.select_style select {
  width: 100%;
  background: transparent;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.select_style select,
.select_style input {
  border: none !important;
  height: 100% !important;
}
.select_style .form-control {
  border-radius: 0;
}
.select_style .disabled {
  background-color: #e9ecef;
}
.select_style .disabled select,
.select_style .disabled input {
  background: transparent;
}

.title-wrap {
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.title-wrap .btn .icon {
  font-size: 23px;
  font-size: 1.4375rem;
}
@media (max-width: 1024px) {
  .title-wrap {
    margin-bottom: 2px;
  }
}
.title-en {
  font-family: "Mitr", sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 810px) {
  .title-en {
    font-size: 6.25vw;
  }
}
.title-ch {
  position: relative;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #595757;
}
@media (max-width: 810px) {
  .title-ch {
    font-size: 4.375vw;
  }
}
@media (max-width: 640px) {
  .title-ch {
    font-size: 7.5vw;
  }
}
.title-mainWrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.25em;
}
@media (max-width: 1024px) {
  .title-mainWrap {
    padding-top: 0.65em;
    padding-bottom: 0.65em;
  }
}
.title__topLine {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #000;
}
.title__solid {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b3b3b3;
}
.title__underLine {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000;
}
.title-left-circle {
  position: relative;
  padding-left: 30px;
  z-index: 1;
}
.title-left-circle::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: #356aa5 2px solid;
  border-radius: 50%;
  top: 11px;
  left: 10px;
  z-index: -1;
}
.title-right-squre {
  position: relative;
  padding-right: 15px;
  z-index: 1;
}
.title-right-squre::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #0125fd;
  position: absolute;
  bottom: 2px;
  right: -40px;
  z-index: -1;
}
.title__topHead::before {
  content: "";
  display: block;
  width: 30px;
  height: 0.5rem;
  background-color: #356aa5;
  margin-bottom: 1rem;
}

.heading-title {
  font-size: 1.8421052632vw;
}
@media (max-width: 640px) {
  .heading-title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media (min-width: 1025px) {
  .heading-title-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.breadcrum-wrap .breadcrumb {
  font-size: 16px;
  font-size: 1rem;
  color: #404040;
  background-color: transparent;
  margin-bottom: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.breadcrum-wrap .breadcrumb .breadcrumb-item {
  color: #777;
}
.breadcrum-wrap .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f285";
  font-family: "bootstrap-icons" !important;
  padding-right: 0.65em;
}
.breadcrum-wrap .breadcrumb .breadcrumb-item.active {
  color: black;
}
@media (max-width: 1024px) {
  .breadcrum-wrap .breadcrumb {
    padding-left: 0;
    padding-top: 0.3em;
    padding-bottom: 0;
  }
}
.breadcrum-wrap .icon {
  margin-top: 0px;
  margin-right: 2px;
}
.breadcrum-wrap .icon img {
  vertical-align: initial;
}

.pagination-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.pagination-wrap .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-wrap .pagination .page-link {
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 45px;
  color: #6e6d6d;
  font-family: "Roboto";
  background-color: transparent;
  border-color: #7d7d7d;
  border-radius: 0;
  text-align: center;
  padding: 0;
  margin-right: 0.5rem;
}
.pagination-wrap .pagination .page-link:hover, .pagination-wrap .pagination .page-link.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.pagination-wrap .pagination-select {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-wrap .pagination-select .select_head {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 10px;
}
.pagination-wrap .pagination-select .select_style {
  width: 100%;
  min-height: auto;
}
.pagination-wrap .pagination-select .select_style::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .pagination-wrap {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
}

.text-main {
  color: #064583 !important;
}
.text-itemSub {
  color: #0efff1 !important;
}
.text-underLine {
  text-decoration: underline !important;
}

.bg-itemSub {
  background-color: #6f6e6e !important;
}

.justify {
  text-align: justify;
}

.flex-none {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}
@media (max-width: 640px) {
  .flex-none {
    width: 100%;
  }
}
.flex-auto {
  -webkit-box-flex: 1 !important;
      -ms-flex: auto !important;
          flex: auto !important;
}
.flex-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.tag-item, .btn-tag, .tag-item-current, .tag-item-date {
  display: inline-block;
  width: auto;
  line-height: 1.1;
  margin: 2.5px;
  font-size: 14px;
  line-height: 1;
  padding: 6px;
  text-align: center;
  background-color: #eeeeee;
  color: #707070;
}
.tag-item-current, .tag-item-date {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
}
.tag-item-current {
  background-color: #00b7ee;
}
.tag-item-date {
  background-color: #bfbf85;
}
.tag-item-wrap .tag-item ~ .tag-item, .tag-item-wrap .btn-tag ~ .tag-item, .tag-item-wrap .tag-item ~ .btn-tag, .tag-item-wrap .btn-tag ~ .btn-tag, .tag-item-wrap .tag-item-current ~ .tag-item, .tag-item-wrap .tag-item-current ~ .btn-tag, .tag-item-wrap .tag-item-date ~ .tag-item, .tag-item-wrap .tag-item-date ~ .btn-tag, .tag-item-wrap .tag-item ~ .tag-item-current, .tag-item-wrap .btn-tag ~ .tag-item-current, .tag-item-wrap .tag-item-current ~ .tag-item-current, .tag-item-wrap .tag-item-date ~ .tag-item-current, .tag-item-wrap .tag-item ~ .tag-item-date, .tag-item-wrap .btn-tag ~ .tag-item-date, .tag-item-wrap .tag-item-current ~ .tag-item-date, .tag-item-wrap .tag-item-date ~ .tag-item-date {
  margin-left: 5px;
}
@media (min-width: 1025px) {
  .tag-item-wrap {
    padding-left: 15px;
  }
}
@media (max-width: 1024px) {
  .tag-item-wrap {
    padding-top: 10px;
  }
}

.form-control,
.btn {
  border-radius: 0.5em;
}

.form-control {
  height: auto;
}
.modal {
  text-align: center;
  padding-right: 0 !important;
}
.modal-content {
  border-color: #accccd;
  border-width: 3px;
}
.modal-open {
  padding-right: 0 !important;
}
@media (min-width: 1025px) {
  .modal {
    text-align: center;
    padding: 0 !important;
  }
  .modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}
@media (min-width: 500px) {
  .modal-dialog {
    width: 100%;
    max-width: 85rem;
  }
}
@media (min-width: 1100px) and (max-width: 1500px) {
  .modal-dialog {
    max-width: 70rem;
  }
}
.modal-autoheight .modal-body {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100px !important;
  max-height: 100vh !important;
}
@media (min-width: 500px) {
  .modal-autoheight .modal-body {
    max-height: calc(100vh - 50px) !important;
  }
}
@media (max-width: 1080px) {
  .modal-autoheight .modal-body {
    height: calc(90vh - 1.5rem) !important;
  }
}
@media (max-width: 1080px) {
  .modal-autoheight {
    -webkit-transform: translateY(5%);
        -ms-transform: translateY(5%);
            transform: translateY(5%);
  }
}

.btn-item:hover, .btn:hover {
  background-color: #356aa5 !important;
  border-color: #356aa5 !important;
  color: #fff !important;
}

.btn-item:hover, .btn:hover {
  background-color: #356aa5 !important;
  border-color: #356aa5 !important;
  color: #fff !important;
}

.btn-main:hover {
  background-color: #cce3f9 !important;
  border-color: #cce3f9 !important;
  color: #fff !important;
}

.btn {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 100;
  border-radius: 0 !important;
  padding: 0.35em 1.5em 0.5em;
}
@media (max-width: 1024px) {
  .btn {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.btn .fa {
  font-size: 0.6em;
  font-weight: 100;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 6px;
}
.btn .icon {
  vertical-align: top;
  margin-top: 0px;
  margin-right: 3px;
}
.btn-main {
  border: 1px solid #356aa5 !important;
  background-color: #356aa5 !important;
  color: #fff !important;
}
.btn-item {
  border: 1px solid #cce3f9;
  background-color: #cce3f9;
  color: #fff;
}
.btn-medium {
  padding: 0.75rem 2em !important;
}
.btn-big {
  padding: 1.15rem 3em !important;
}
.btn-small {
  padding: 0.25rem 0.5rem !important;
  font-size: 16px !important;
}
.btn-tag {
  padding: 6px 12px !important;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
}
.btn-noRadius {
  border-radius: 0;
}
.btn-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 2rem 0 1rem;
}
.btn-wrap > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.btn-wrap > li + li {
  margin-left: 1.5rem;
}
@media (max-width: 1080px) {
  .btn-wrap {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .btn-wrap > li + li {
    margin-left: 0.5rem;
  }
}
.btn-skin {
  background-color: #dec9bc;
}
.btn-white {
  background-color: #fff;
}

.js-toggle-btn .btn {
  font-size: 16px;
  font-size: 1rem;
  border-radius: 20px;
  border: #eee 1px solid;
}
.js-toggle-btn .btn i {
  color: currentColor;
}
.js-toggle-btn .btn .icon {
  margin-top: 0;
}

.js-open {
  display: block !important;
  margin-top: 5px;
}

.box {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px;
}
.box p {
  margin-bottom: 0;
}
.box-head {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #717171;
  padding-left: 10px;
}
.box-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 2em;
  border: none;
  text-align: left;
  border-radius: 0;
}
@media (min-width: 1025px) {
  .card__2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2em);
            flex: 0 0 calc(50% - 2em);
    max-width: calc(50% - 2em);
  }
}
@media (min-width: 1025px) {
  .card__3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 2em);
            flex: 0 0 calc(33.3333333333% - 2em);
    max-width: calc(33.3333333333% - 2em);
  }
}
@media (min-width: 1025px) {
  .card__4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 2em);
            flex: 0 0 calc(25% - 2em);
    max-width: calc(25% - 2em);
  }
}
@media (max-width: 1024px) {
  .card {
    margin-left: 0.5em;
    margin-right: 0.5em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1em);
            flex: 0 0 calc(50% - 1em);
    max-width: calc(50% - 1em);
  }
}
.card__full {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 calc(100% - 2em) !important;
          flex: 0 0 calc(100% - 2em) !important;
  max-width: calc(100% - 2em) !important;
}
@media (min-width: 1025px) {
  .card__horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.card-img-top {
  border-radius: 0px;
}
.card-img-top img {
  display: block;
  width: 100%;
}
.card-img-top + .card-caption {
  margin-top: 10px;
}
.card-time-date {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .card-time-date {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.card-time-year {
  font-size: 16px;
  font-size: 1rem;
  color: #8b8b8b;
}
@media (min-width: 1025px) {
  .card-time {
    margin-bottom: 1em;
  }
}
.card-title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
  line-height: 1.5;
}
.card-caption {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}
.card-body {
  padding: 1.25em;
}
.card-text {
  font-size: 16px;
  font-size: 1rem;
  color: #707070;
  font-weight: 100;
  line-height: 1.3;
}
.card-btn {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  background-color: #c9c9c9 !important;
  color: #fff !important;
  margin-bottom: 1em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.card-btn:hover {
  background-color: #356aa5 !important;
}
.card-btn-more {
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: #333 1px solid;
  padding-bottom: 2px;
}
@media (max-width: 640px) {
  .card-btn {
    padding-left: 0;
    padding-right: 0;
  }
}
.card-linkNormal {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.card-wrap {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .card-wrap-indexNews .card-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0.5em;
  }
}
.card-wrap-indexNews .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1025px) {
  .card-wrap-indexNews .card-body {
    padding-left: 3em;
    padding-right: 1.75em;
    padding-top: 2em;
  }
}
.card-wrap-indexNews .card-text {
  min-height: 50px;
  margin-bottom: 1.5em;
}
@media (max-width: 1024px) {
  .card-wrap-indexNews .card-text {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .card-wrap-indexNews .card {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .card-wrap-indexNews {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.card-wrap-indexApplication .card {
  border-radius: 0.875em;
  overflow: hidden;
}
.card-wrap-indexApplication .card-img-top {
  margin-bottom: 5px;
}
.card-wrap-indexApplication .card-img-top img {
  display: block;
  width: auto;
  margin: auto;
}
.card-wrap-indexApplication .card-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 100;
  min-height: 40px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1025px) {
  .card-wrap-indexApplication {
    margin-top: 80px;
  }
  .card-wrap-indexApplication .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(16.6666666667% - 1em);
            flex: 0 0 calc(16.6666666667% - 1em);
    max-width: calc(16.6666666667% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
.card-wrap-mainNews .card {
  background-color: #f5f4f4;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.card-wrap-mainNews .card:hover {
  background-color: #fff;
}
.card-wrap-mainLink .card:hover .card-img-top {
  background-color: #fff;
}
@media (min-width: 1025px) {
  .card-wrap-mainLink .card {
    background-color: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    margin-bottom: 3em;
  }
  .card-wrap-mainLink .card:hover .card-title {
    font-weight: 600;
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  .card-wrap-mainLink .card {
    padding-top: 0.5em;
  }
  .card-wrap-mainLink .card:hover .card-img-top {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
.card-wrap-mainLink .card-img-top {
  text-align: center;
  padding: 1.5em 1em 25%;
}
.card-wrap-mainLink .card-img-top img {
  width: auto;
}
@media (max-width: 1024px) {
  .card-wrap-mainLink .card-img-top {
    padding-bottom: 42.5%;
  }
}
@media (max-width: 1024px) {
  .card-wrap-mainLink .card-body {
    padding-top: 0;
  }
}
.card-wrap-mainLink .card-title {
  font-weight: 100;
}
@media (max-width: 640px) {
  .card-wrap-mainLink .card-title {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    margin-top: 0;
  }
}
.card:hover .card-btn {
  color: #252525;
}
.card:hover .card-btn::after {
  background-color: #252525;
}
@media (max-width: 1024px) {
  .card {
    margin-bottom: 1em;
  }
  .card-title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 0.25em;
  }
  .card-body {
    padding: 0.75em;
  }
  .card-caption {
    padding-top: 0.125em;
    padding-bottom: 0.25em;
  }
}

.pro-card-wrap {
  margin-top: 60px;
}
@media (min-width: 1025px) {
  .pro-card-wrap {
    margin-left: -1em;
    margin-right: -1em;
  }
}
.pro-card-wrap .card {
  margin-bottom: 1em;
}
.pro-card-wrap .card-img-top {
  border-radius: 30px;
  border: #e1e1e1 1px solid;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .pro-card-wrap .card-img-top {
    border-radius: 0.5em;
  }
}
.pro-card-wrap .card-body {
  padding: 1rem;
}
@media (max-width: 1024px) {
  .pro-card-wrap .card-body {
    padding: 5px;
  }
}
.pro-card-wrap .card-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #02438d;
  font-family: "Mitr", sans-serif;
}
.pro-card-wrap .card-title::after {
  content: "\f64d";
  font-family: "bootstrap-icons";
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-top: -3px;
}
@media (min-width: 1025px) {
  .pro-card-wrap .card-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .pro-card-wrap .card-title::after {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 1024px) {
  .pro-card-wrap .card-title {
    margin-top: 0;
  }
  .pro-card-wrap .card-title::after {
    position: absolute;
    top: 10px;
  }
}
.pro-card-wrap .card-text {
  color: #02438d;
  font-weight: 100;
}
.pro-card-wrap .card:hover .card-title {
  color: black;
}

.news-card-wrap {
  margin-top: 0px;
}
.news-card-wrap .card-flex {
  width: 100%;
  background-color: #f4f4f4;
}
.news-card-wrap .card-flex ~ .card-flex {
  margin-top: 4rem;
}
.news-card-wrap .card-flex:hover {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .news-card-wrap .card-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .news-card-wrap .card-img-top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    max-width: 360px;
  }
}
@media (min-width: 1025px) {
  .news-card-wrap .card-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 360px);
            flex: 0 0 calc(100% - 360px);
    max-width: calc(100% - 360px);
    padding: 50px 60px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-card-wrap .card-title, .news-card-wrap .card-caption {
  margin-bottom: 0.25em;
}
@media (max-width: 1024px) {
  .news-card-wrap .card-title {
    font-size: 20px;
  }
}
.news-card-wrap .card-caption {
  color: #707070;
  padding-top: 0;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .news-card-wrap .card-caption {
    font-size: 18px;
  }
}
.news-card-wrap .card-time {
  color: #2b2b2b;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .news-card-wrap .card-time {
    margin-top: auto;
  }
}
.news-content-head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: #000 2px solid;
  padding-bottom: 1em;
  padding-bottom: 0.3em;
}
.news-content-head .card-time {
  margin-top: 0;
  margin-bottom: 0;
}
.news-content-box {
  padding: 10px;
  border-bottom: #b3b3b3 1px solid;
}
@media (min-width: 1025px) {
  .news-content-box {
    padding: 2em;
  }
}

.activity_Swiper {
  padding: 0 4em;
}
.activity_Swiper .swiper-button-next, .activity_Swiper .swiper-button-prev {
  color: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: #d0d0d0 1px solid;
}
.activity_Swiper .swiper-button-next::after, .activity_Swiper .swiper-button-prev::after {
  font-size: 1.5rem;
}
.activity_Swiper .swiper-button-next {
  right: 0;
}
.activity_Swiper .swiper-button-prev {
  left: 0;
}

@media (min-width: 1025px) {
  .form-inMain-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 70px;
    padding-right: 70px;
  }
}
.form-wrap {
  background-color: #fff;
  border: #eee 1px solid;
  padding: 1.5em;
}
.form-wrap legend {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 2.5em;
}
.form-wrap .form-control {
  border-radius: 0;
  border-width: 0 0 1px 0px;
}
@media (min-width: 1025px) {
  .form-wrap {
    padding: 50px;
  }
}
.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.form-flex label {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80px;
}
.form-check {
  padding-left: 0;
}

.index-content {
  padding-top: 1.5em;
  padding-bottom: 2em;
}
@media (max-width: 1400px) {
  .index-content {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 1024px) {
  .index-content {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.index-pageNews::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 766px;
  max-height: 653px;
  background-image: url("../images/index-pageNews.png");
  right: 1vw;
  top: -4vw;
  z-index: -1;
}
@media (max-width: 1024px) {
  .index-pageNews::after {
    top: -15vw;
  }
}
@media (min-width: 1025px) {
  .index-pageNews {
    padding-top: 0;
  }
}
.index-pageApplication {
  padding-top: 30px;
  padding-bottom: 10px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .index-pageApplication {
    padding: 195px 0;
    -webkit-transform: skew(0deg, -5deg);
        -ms-transform: skew(0deg, -5deg);
            transform: skew(0deg, -5deg);
    margin-top: -200px;
    margin-bottom: -100px;
    z-index: -1;
  }
  .index-pageApplication .wrapper-1250 {
    -webkit-transform: skew(0deg, 5deg);
        -ms-transform: skew(0deg, 5deg);
            transform: skew(0deg, 5deg);
  }
}
.index-pageApplication-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-pageApplication-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
}
@media (min-width: 1025px) {
  .index-pageApplication-bg {
    top: -5vw;
    -webkit-transform: skew(0deg, 5deg);
        -ms-transform: skew(0deg, 5deg);
            transform: skew(0deg, 5deg);
  }
}
.index-pageAbout {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url("../images/index-pageAbout.jpg");
}
.index-pageAbout .title-en,
.index-pageAbout .article,
.index-pageAbout .btn {
  color: #fff;
}
.index-pageAbout .btn:hover {
  background-color: transparent !important;
  border: transparent;
}
@media (min-width: 1025px) {
  .index-pageAbout {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media (min-width: 1050px) and (max-width: 1600px) {
  .index-pageAbout {
    background-size: cover;
  }
}
@media (min-width: 1025px) {
  .index-pageAbout-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index-pageAbout-wrapper .title-wrap {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-top: 0;
    margin-top: 0;
  }
  .index-pageAbout-wrapper .btn-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -10px;
  }
  .index-pageAbout-wrapper .article {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 130px;
  }
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .index-pageAbout-wrapper .article {
    padding-right: 4em;
  }
}
.index-pagePro {
  background-color: #f4f4f4;
  z-index: 1;
}
@media (min-width: 1025px) {
  .index-pagePro-swiper {
    margin-top: 2em;
  }
}
@media (min-width: 1025px) {
  .index-pagePro .swiper {
    margin-left: -18vw;
    margin-right: -18vw;
    padding-bottom: 5em;
  }
}
.index-pagePro .swiper-slide-img {
  border-radius: 40px;
  overflow: hidden;
  margin: 20px;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .index-pagePro .swiper-slide-img {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.index-pagePro .swiper-slide-intro {
  max-width: 100%;
  background-color: #00428c;
  border-top-left-radius: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Mitr", sans-serif;
  color: #fff;
}
.index-pagePro .swiper-slide-intro-box {
  display: block;
  height: 40px !important;
  line-height: 40px;
  padding-left: 2.25em;
  overflow: hidden;
}
@media (max-width: 640px) {
  .index-pagePro .swiper-slide-intro-box {
    padding-left: 1em;
  }
}
@media (min-width: 1025px) {
  .index-pagePro .swiper-slide-intro {
    min-width: 340px;
  }
}
@media (max-width: 1024px) {
  .index-pagePro .swiper-slide-intro {
    margin-left: 15px;
    margin-right: 10px;
    padding-top: 12px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1025px) {
  .index-pagePro .swiper-title {
    position: absolute;
    right: 38vw;
    bottom: 2vw;
    z-index: 1;
  }
}
.index-pagePro .swiper-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
  padding-left: 1.75em;
  padding-right: 1.75em;
}
@media (max-width: 1024px) {
  .index-pagePro .swiper-direction {
    margin-top: 0.5em;
  }
}
@media (max-width: 640px) {
  .index-pagePro .swiper-direction {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.index-pagePro .swiper-button-prev, .index-pagePro .swiper-button-next, .index-pagePro .swiper-pagination {
  position: static;
  margin: 0;
}
.index-pagePro .swiper-button-prev, .index-pagePro .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: #fff 1px solid;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.index-pagePro .swiper-button-prev::after, .index-pagePro .swiper-button-next::after {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .index-pagePro .swiper-button-prev, .index-pagePro .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.index-pagePro .swiper-pagination-bullet {
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: #b3cadf;
  opacity: 1;
  margin: 0 6px 6px !important;
}
.index-pagePro .swiper-pagination-bullet-active {
  background: #0eebff;
}
@media (min-width: 1025px) {
  .index-pagePro-shape {
    z-index: -1;
    margin-top: -7em;
    margin-bottom: -3.5em;
  }
}

.page-banner {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 900px) and (max-width: 1100px) {
  .page-banner {
    margin-top: 1%;
  }
}
@media (min-width: 1025px) {
  .page-banner .bannerSwiper::before {
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
  }
}
.page-banner .swiper-pagination-bullets {
  bottom: 0 !important;
}
@media (min-width: 1025px) {
  .page-banner .swiper-pagination-bullets {
    width: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: 1.5em;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
            transform: translate3d(0px, -50%, 0);
    border: #fff 1px solid;
    padding: 0.5em;
    border-radius: 1em;
  }
}
@media (max-width: 1024px) {
  .page-banner .swiper-pagination-bullets {
    bottom: -1.5em !important;
  }
}
.page-banner .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background-color: #000;
}
.page-banner .swiper-pagination-bullet-active {
  background-color: #356aa5 !important;
  border-radius: 0.75em !important;
}
@media (min-width: 1025px) {
  .page-banner .swiper-pagination-bullet {
    display: block;
    margin: 0.3em 0 !important;
    -webkit-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
    background-color: #fff;
    opacity: 1;
  }
  .page-banner .swiper-pagination-bullet-active {
    height: 1.75em !important;
  }
}
@media (max-width: 1024px) {
  .page-banner .swiper-pagination-bullet-active {
    width: 1.75em !important;
    margin: 0 0.3em !important;
  }
}
@media (max-width: 640px) {
  .page-banner-main img {
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.animationItem {
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
  opacity: 0;
  -webkit-transition: 0.85s cubic-bezier(0.31, 1.26, 0.19, 1.11);
  -o-transition: 0.85s cubic-bezier(0.31, 1.26, 0.19, 1.11);
  transition: 0.85s cubic-bezier(0.31, 1.26, 0.19, 1.11);
}

.animationItem.animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.pro-heading-des {
  border-bottom: 1px solid #676767;
  margin-top: 20px;
  margin-bottom: 45px;
}
.pro-heading-img {
  margin-bottom: 20px;
}
.pro-heading-txt {
  color: #464545;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 10px 15px;
}

@media (min-width: 1025px) {
  .Prod-conInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 3.5em;
  }
}
.Prod-conInfo-img {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .Prod-conInfo-img {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .Prod-conInfo-img {
    -ms-flex-preferred-size: 22em;
        flex-basis: 22em;
  }
}

@media (max-width: 1024px) {
  .Prod-conInfo-img {
    padding-top: 0.5em;
  }
}
.Prod-conInfo-img .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.Prod-conInfo-img .swiper-slide {
  border: #ededed 1px solid;
  border-radius: 10px;
  overflow: hidden;
}
.Prod-conInfo-img .swiper-slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  margin: auto;
}
.Prod-conInfo-img .swiper-button-next, .Prod-conInfo-img .swiper-button-prev {
  color: #000;
  top: auto;
  bottom: -4vw;
}
.Prod-conInfo-img .swiper-button-next::after, .Prod-conInfo-img .swiper-button-prev::after {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .Prod-conInfo-img .swiper-button-next, .Prod-conInfo-img .swiper-button-prev {
    bottom: -5vw;
  }
}

@media (max-width: 810px) {
  .Prod-conInfo-img .swiper-button-next, .Prod-conInfo-img .swiper-button-prev {
    bottom: -6.5em;
  }
}
@media (max-width: 640px) {
  .Prod-conInfo-img .swiper-button-next, .Prod-conInfo-img .swiper-button-prev {
    bottom: -4em;
  }
}
@media (max-width: 1024px) {
  .Prod-conInfo-img .swiper-button-next {
    right: 0;
  }
  .Prod-conInfo-img .swiper-button-prev {
    left: 0;
  }
}
.Prod-conInfo-img .Prod_mySwiper2 {
  height: 80%;
  width: 100%;
  margin-bottom: 0.25em;
}
.Prod-conInfo-img .Prod_mySwiper2 .swiper-slide {
  padding-bottom: 73%;
}
@media (max-width: 640px) {
  .Prod-conInfo-img .Prod_mySwiper2 .swiper-slide {
    padding-bottom: 75%;
  }
}
@media (min-width: 1025px) {
  .Prod-conInfo-img .Prod_mySwiper2 {
    margin-bottom: 15px;
  }
}
.Prod-conInfo-img .Prod_mySwiper {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.Prod-conInfo-img .Prod_mySwiper .swiper-slide {
  padding-bottom: 17%;
  opacity: 0.4;
}
.Prod-conInfo-img .Prod_mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
@media (max-width: 640px) {
  .Prod-conInfo-img .Prod_mySwiper .swiper-slide {
    padding-bottom: 23%;
  }
}
.Prod-conInfo-info {
  padding-top: 0.5em;
}
@media (min-width: 1025px) {
  .Prod-conInfo-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 3.5em;
  }
}
.Prod-heading {
  line-height: 1.5;
  padding-bottom: 0.75em;
  border-bottom: 1px dotted #898989;
}
.Prod-headingTxt {
  font-size: 16px;
  font-size: 1rem;
  color: #585858;
  padding-bottom: 10px;
}
@media (min-width: 1025px) {
  .Prod-headingTxt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.Prod-headingTitle {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 1025px) {
  .Prod-headingTitle {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.Prod-headingSubTitle {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1025px) {
  .Prod-headingSubTitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.Prod-headingSubTitle a:hover {
  color: #356aa5;
}
.Prod-headingSubTitle .icon {
  margin-top: -1px;
  margin-right: 2px;
  vertical-align: top;
}
.Prod-conTxt {
  margin-bottom: 1.5em;
}
.Prod-photo-small {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media (min-width: 1025px) {
  .Prod-photo-small {
    padding-left: 3em;
    padding-right: 3em;
    margin-top: 15px;
  }
}
.Prod-btn li {
  text-align: center;
}
.Prod-btn .btn {
  color: #fff !important;
  border-radius: 0;
}
@media (min-width: 1025px) {
  .Prod-btn {
    margin-top: 3rem;
  }
  .Prod-btn li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .Prod-btn .btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .Prod-btn .btn {
    width: 100%;
  }
}
.Prod-unreset {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.Prod-unreset .nav-tabs {
  border-bottom: none;
}
.Prod-unreset .nav-item {
  min-height: auto;
}
@media (min-width: 1025px) {
  .Prod-unreset .nav-item {
    -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
    margin-right: 10px;
  }
}
.Prod-unreset .nav-link {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 0;
  color: #6b6b6b;
  background-color: #f5f3f3;
  padding: 1em 2em !important;
}
.Prod-unreset .nav-link:hover, .Prod-unreset .nav-link:focus, .Prod-unreset .nav-link.active {
  color: #000;
  background-color: #fff;
  border-color: #b3b3b3;
  border-width: 1px 1px 0 1px;
  -webkit-box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.07);
          box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.07);
}
.Prod-unreset .nav-link:hover::before, .Prod-unreset .nav-link:focus::before, .Prod-unreset .nav-link.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  z-index: 2;
}
@media (min-width: 1025px) {
  .Prod-unreset .nav-link {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.Prod-unreset .tab-content {
  border: #b3b3b3 1px solid;
  padding: 1em;
}
@media (min-width: 1025px) {
  .Prod-unreset .tab-content {
    padding: 1.5em 2em;
  }
}
@media (min-width: 1025px) {
  .Prod-unreset {
    padding-left: 1em;
  }
}
.Prod-table {
  max-width: 60em;
  margin: 1em auto;
  padding: 10px;
  border-radius: 10px;
  border: #6b6b6b 2px solid;
  overflow: hidden;
}
.Prod-table table {
  border: none;
  margin-bottom: 0;
}
.Prod-table table th,
.Prod-table table td {
  border: none;
  padding-left: 1.5em;
}
.Prod-table table td {
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
}
.Prod-table table td .box {
  line-height: 100%;
  background-color: #e9edf4;
  border-top: 1px solid #d4dbe8;
  border-bottom: 1px solid #d4dbe8;
  padding-left: 1.85rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.Prod-table table td .box-name {
  color: #1a1d89;
  font-size: 1.15em;
}
@media (min-width: 1025px) {
  .Prod-table table td:not(:last-child) .box {
    border-right: #bac5da 1px solid;
  }
}
.Prod-table table tr:nth-child(even) td .box {
  background-color: #eeeeee;
}
@media (min-width: 1025px) {
  .Prod-table table tr:not(:last-child) .box {
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .Prod-table table,
.Prod-table table tbody,
.Prod-table table tr,
.Prod-table table td {
    display: block;
    width: 100%;
  }
  .Prod-table table thead,
.Prod-table table th {
    display: none;
  }
  .Prod-table table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
  .Prod-table table td::before {
    content: attr(data-title);
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
  .Prod-table table td .box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1025px) {
  .Prod-table {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

.pro-wrap {
  overflow: hidden;
  padding: 1em 0;
}
.pro-article {
  background-color: #f1f0f0;
  padding: 0.5em 1em;
  margin-bottom: 2em;
}

/* 0122 */
.pro-articleTxt{
  overflow: hidden;
  min-height: 100%;
  height: 3em;
}

.pro-articleTxt.active {
  height: auto;
}

.pro-articleTxt-btn{
  margin-top: 10px;
  margin-bottom: 10px;
}

.js-article-readMore{
  border-color: #ddd9d9 !important;
  z-index: 2;
  display: inline-block;
  padding: 3px 12px 4px !important;
  transition: all 0.1s 0s ease-out;
}

.js-article-readMore:hover,
.js-article-readMore.active{
  background-color: darkblue !important;
  color: #fff !important;
}

@media (min-width: 1025px) {
  .pro-article {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 50px;
  }

  .pro-articleTxt{
    margin-bottom: 1em;
  }

  .js-article-readMore{
    position: absolute;
    bottom: -4em;
    left: 50%;
    transform: translateX(-50%);
  }
}
.pro-content {
  padding-top: 10px;
}
.pro-search {
  margin-top: 20px;
}
.pro-searchForm {
  margin-top: 25px;
}
.pro-searchForm .form-control,
.pro-searchForm .btn {
  border-radius: 0;
}
.pro-searchForm .form-control {
  height: 42px;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
.pro-searchList {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.pro-searchList-input li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pro-searchList-input li:first-child input.form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1025px) {
  .pro-searchList-input li:first-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 330px;
  }
}
.pro-searchList-btn {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}
@media (min-width: 1025px) {
  .pro-searchList li {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    padding-right: 10px;
  }
}
@media (min-width: 1100px) and (max-width: 1700px) {
  .pro-searchList li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 1024px) {
  .pro-searchList li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 10px);
            flex: 1 0 calc(50% - 10px);
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .pro-searchList-input li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pro-searchList-input li + li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (max-width: 1024px) {
  .pro-search label {
    margin-bottom: 5px;
  }
}

.about-content {
  margin-bottom: 3em;
}
@media (min-width: 1025px) {
  .about-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about-content .ratio::before {
    padding-top: 125%;
  }
}
.about-left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 350px;
}
.about-left-min {
  min-width: auto;
  padding: 0 3em;
}
.about-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.about-introImg {
  z-index: 1;
  text-align: center;
}
.about-introTxt {
  background: #E0E8F3;
  padding: 1.5em;
  z-index: 0;
}
@media (min-width: 1025px) {
  .about-introTxt {
    margin-left: -5em;
    margin-top: 4vw;
    padding: 3em 4em 3em 8em;
  }
}
.about-introImgBox {
  background-color: #eeeeee;
  padding: 1em;
}
.about-table table,
.about-table .table {
  border-left: none;
  border-right: none;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin-top: 15px;
}
.about-table table td,
.about-table .table td {
  border-bottom: 1px solid #b3b3b3;
  padding: 0.75em 1.25em;
}
.about-table table td ~ td,
.about-table .table td ~ td {
  border-left: 1px solid #b3b3b3;
}
@media (max-width: 1024px) {
  .about-table table td,
.about-table .table td {
    width: auto !important;
  }
}
@media (min-width: 1025px) {
  .about-table {
    padding-right: 5em;
  }
}
@media (min-width: 1025px) {
  .about-reverse .about-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about-reverse .about-introTxt {
    margin-right: -5em;
    margin-left: 0;
    padding: 2em 8em 1.5em 4em;
  }
}
.about-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1rem;
}
@media (min-width: 1025px) {
  .about-bg {
    padding: 6rem 6rem 6rem 2rem;
  }
}
.about-whiteBg {
  background-color: rgba(255, 255, 255, 0.6);
}

.patent-content {
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.patent-content .icon {
  vertical-align: top;
  margin-right: 10px;
  margin-top: -3px;
}
.patent-content p {
  margin-bottom: 0;
}
.patent-header, .patent-flex {
  padding: 15px;
}
@media (min-width: 1025px) {
  .patent-header, .patent-flex {
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.patent-header {
  font-size: 24px;
  font-size: 1.5rem;
  color: #262727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #7a7a7a 2px solid;
}
@media (min-width: 1025px) {
  .patent-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1024px) {
  .patent-header-name {
    margin-left: 0.25rem !important;
  }
}
.patent-flex {
  padding-bottom: 15px;
}
.patent-title {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .patent-item {
    margin-left: 0.25rem !important;
  }
}
.patent-txt {
  color: #6D6D6D;
}
.patent-txt li {
  padding-left: 0.3em;
}
.patent-txt li ~ li {
  margin-top: 1.25em;
}

.supportCollapse-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1em;
}
.supportCollapse-txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #262727;
  font-size: 23px;
  font-size: 1.4375rem;
  margin-top: 3px;
}
@media (min-width: 1025px) {
  .supportCollapse-wrap {
    margin-left: -28px;
  }
}
.supportCollapse-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: #e1e1e1 2px solid;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.supportCollapse-flex:hover, .supportCollapse-flex.cur {
  border-color: #000;
}
.supportCollapse-flex.curTxt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-width: 1px;
}
.supportCollapse-flex.curTxt, .supportCollapse-flex.curTxt:hover {
  border-color: #e1e1e1;
}
.supportCollapse-flex.curTxt .supportCollapse-txt {
  margin-top: 1em;
}
@media (min-width: 1025px) {
  .supportCollapse-flex {
    padding-left: 25px;
  }
}

.contact-bg {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
  background-image: url("../images/contact_bgInfo.png");
}
@media (min-width: 1025px) {
  .contact-bg {
    padding-bottom: 120px;
  }
}
@media (min-width: 1251px) and (max-width: 1450px) {
  .contact-bg {
    padding-bottom: 140px;
  }
}
@media (max-width: 1080px) {
  .contact-bg {
    background-size: 100%;
    padding-bottom: 0;
  }
}
.contact-wrapper {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1.5em;
}
.contact-wrapper .btn-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-wrapper .btn-wrap .btn {
  border-radius: 0;
}
@media (min-width: 1025px) {
  .contact-wrapper .btn-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
    padding-left: 20px;
  }
  .contact-wrapper .btn-wrap li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contact-wrapper .btn-wrap .btn {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (max-width: 1024px) {
  .contact-wrapper .btn-wrap li {
    text-align: center;
    margin-left: 0 !important;
  }
  .contact-wrapper .btn-wrap .btn {
    width: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .contact-wrapper {
    padding-top: 3em;
  }
}
.contact-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
}
.contact-info-txt {
  width: 100%;
  border: #777 1px solid;
  background-color: #fff;
  padding: 1.75em 2.25em 3em;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .contact-info-txt {
    padding: 1em;
  }
}
.contact-txt {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1025px) {
  .contact-txt {
    padding-left: 1.5em;
    padding-right: 1em;
  }
}
@media (max-width: 1024px) {
  .contact-txt-head {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .contact-txt-head + small {
    padding-top: 10px;
  }
}
.contact-form {
  width: 100%;
  background: #fff;
  border: #000 1px solid;
  padding: 1rem;
}
@media (min-width: 1025px) {
  .contact-form {
    padding: 2rem;
  }
}
.contact-form label {
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .contact-form label {
    margin-bottom: 0;
  }
}
.contact-form .form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.contact-form .form-control, .contact-form .form-control:hover, .contact-form .form-control:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #eee;
  border-radius: 0;
}
.contact-form .form-control.form-border {
  border: #c9c9c9 1px solid;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .contact-form .form-control.form-border {
    width: 100% !important;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
}
.contact-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-form .form-group:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .contact-form .form-group label {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: 120px;
    padding-left: 10px;
  }
  .contact-form .form-group label.labelSelect {
    min-width: 270px;
  }
}
@media (max-width: 1080px) {
  .contact-form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1025px) {
  .contact-form-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1024px) {
  .contact-form select.form-control {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .contact-col-left {
    padding-right: 40px;
  }
}
/*# sourceMappingURL=layout.css.map */
