@font-face {
  font-family: 'icomoon';
  src:
    url('/font/icomoon.ttf?30n9mq') format('truetype'),
    url('/font/icomoon.woff?30n9mq') format('woff'),
    url('/font/icomoon.svg?30n9mq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close-2:before {
  content: "\e911";  
}
.icon-down:before {
  content: "\e910";
}
.icon-eye:before {
  content: "\e900";  
}
.icon-filter:before {
  content: "\e901";  
}
.icon-lang:before {
  content: "\e902";  
}
.icon-mail:before {
  content: "\e903";  
}
.icon-mailopen:before {
  content: "\e904";  
}
.icon-next:before {
  content: "\e905";  
}
.icon-play:before {
  content: "\e906";  
}
.icon-prev:before {
  content: "\e907";
}
.icon-query:before {
  content: "\e908";  
}
.icon-search:before {
  content: "\e909";  
}
.icon-tel:before {
  content: "\e90a";  
}
.icon-triangle:before {
  content: "\e90b";  
}
.icon-all:before {
  content: "\e90c";  
}
.icon-arrow:before {
  content: "\e90d";  
}
.icon-close:before {
  content: "\e90e";  
}
.icon-download:before {
  content: "\e90f";  
}

a:hover {
	color: #007297;
}
.video-container {

position: relative;

padding-bottom: 56.25%;

padding-top: 30px;

height: 0;

overflow: hidden;

}

.video-container iframe, .video-container object, .video-container embed {

position: absolute;

top: 0;left: 0;

width: 100%;

height: 100%;
}
.bg-transparent {
  background: transparent !important;
}

.bg-white {
  background: white !important;
}

.bg-blue {
  background: #007297 !important;
}

.bg-lightBlueFA {
  background: #F1F8FA !important;
}

.bg-lightBlueF7 {
  background: #EEF4F7 !important;
}

.bg-lightBlueF2 {
  background: #D9EAF2 !important;
}

.bg-gray {
  background: #808080 !important;
}

.bg-grayE5 {
  background: #E5E5E5 !important;
}

.bg-grayF7 {
  background: #F7F7F7 !important;
}

.bg-grayF2 {
  background: #F2F2F2 !important;
}

.bg-grayAF {
  background: #FAFAFA !important;
}

.bg-green {
  background: #00AC97 !important;
}

.bg-green55AAA1 {
  background: #55AAA1 !important;
}

.bg-green92B54A {
  background: #92B54A !important;
}

.bg-brownC89765 {
  background: #C89765 !important;
}

.bg-greenF1F8F7 {
  background: #F1F8F7 !important;
}

.bg-greenF6F9F1 {
  background: #F6F9F1 !important;
}

.bg-brownFAF5F0 {
  background: #FAF5F0 !important;
}

.bg-brownF4EBE1 {
  background: #F4EBE1 !important;
}

.bg-blue4A93B5 {
  background: #4A93B5 !important;
}

.bg-blueC5DCE7 {
  background: #C5DCE7 !important;
}

.text-transparent {
  color: transparent;
}

.text-white {
  color: white !important;
}

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

.text-blue {
  color: #007297 !important;
}

.border-bottom-white {
  border-bottom: 1px solid white !important;
}

.border-bottom-blue {
  border-bottom: 1px solid #007297 !important;
}

.border-bottom-greenBBDDD9 {
  border-bottom: 1px solid #BBDDD9 !important;
}

.border-bottom-greenD3E1B7 {
  border-bottom: 1px solid #D3E1B7 !important;
}

.border-bottom-brownE4CCB4 {
  border-bottom: 1px solid #E4CCB4 !important;
}

.stroke {
  -webkit-text-stroke: 0.5px #FFFFFF;
  color: transparent;
}

.text-stroke-blue {
  -webkit-text-stroke: 1px #007297;
  color: transparent;
}

.border-blue {
  border: 1px solid #007297 !important;
}

.border-top-blue-2 {
  border-top: 2px solid #007297 !important;
}
.max800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto !important;
}
.max1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto !important;
}

.max1300 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto !important;
}

.max1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto !important;
}

.max1500 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto !important;
}

.max1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto !important;
}


.w35px {
  width: 100%;
  max-width: 35px;
}

.w50px {
  width: 100%;
  max-width: 50px;
}

.w90px {
  width: 100%;
  max-width: 90px;
}

.w100px {
  width: 100%;
  max-width: 100px;
}

.w120px {
  width: 100%;
  max-width: 120px;
}

.w140px {
  width: 100%;
  max-width: 140px;
}

.w180px {
  width: 100%;
  max-width: 180px;
}

.w215px {
  width: 100%;
  max-width: 215px;
}

.w230px {
  width: 100%;
  max-width: 230px;
}

.w240px {
  width: 100%;
  max-width: 240px;
}

.w300px {
  width: 100%;
  max-width: 300px;
}

.w305px {
  width: 100%;
  max-width: 305px;
}

.w320px {
  width: 100%;
  max-width: 320px;
}

.w360px {
  width: 100%;
  max-width: 360px;
}

.w365px {
  width: 100%;
  max-width: 365px;
}

.w450px {
  width: 100%;
  max-width: 450px;
}

.w470px {
  width: 100%;
  max-width: 470px;
}

.w530px {
  width: 100%;
  max-width: 530px;
}

.w565px {
  width: 100%;
  max-width: 565px;
}

.w580px {
  width: 100%;
  max-width: 580px;
}

.w595px {
  width: 100%;
  max-width: 595px;
}

.w625px {
  width: 100%;
  max-width: 625px;
}

.w700px {
  width: 100%;
  max-width: 700px;
}

.w715px {
  width: 100%;
  max-width: 715px;
}

.w760px {
  width: 100%;
  max-width: 760px;
}

.w780px {
  width: 100%;
  max-width: 780px;
}

.w810px {
  width: 100%;
  max-width: 810px;
}

.w845px {
  width: 100%;
  max-width: 845px;
}

.w910px {
  width: 100%;
  max-width: 910px;
}

.w940px {
  width: 100%;
  max-width: 940px;
}

.w1100px {
  width: 100%;
  max-width: 1100px;
}

.w1120px {
  width: 100%;
  max-width: 1120px;
}

.w10 {
  width: 10%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w18 {
  width: 18%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w23 {
  width: 23%;
}

.w25 {
  width: 25%;
}

.w28 {
  width: 28%;
}

.w33 {
  width: 33%;
}

.w35 {
  width: 35%;
}

.w39 {
  width: 39%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w54 {
  width: 54%;
}

.w59 {
  width: 59%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.minW30 {
  min-width: 30px;
}

.minW60 {
  min-width: 60px;
}

.minW70 {
  min-width: 70px;
}

.minW80 {
  min-width: 80px;
}

.minW90 {
  min-width: 90px;
}

.minW100 {
  min-width: 100px;
}

.minW120 {
  min-width: 120px;
}

.minW130 {
  min-width: 130px;
}

.minW140 {
  min-width: 140px;
}

.minW150 {
  min-width: 150px;
}

.minW160 {
  min-width: 160px;
}

.minW180 {
  min-width: 180px;
}

.minW200 {
  min-width: 200px;
}

.minW300 {
  min-width: 300px;
}

.h40 {
  height: 40px !important;
}

.h50 {
  height: 50px !important;
}

.h55 {
  height: 55px !important;
}

.h60 {
  height: 60px !important;
}

.h70 {
  height: 70px !important;
}

.h80 {
  height: 80px !important;
}

.h90 {
  height: 90px !important;
}

.h125 {
  height: 125px !important;
}

.h400 {
  height: 400px !important;
}

.minH50 {
  min-height: 50px;
}

.minH60 {
  min-height: 60px;
}

.minH120 {
  min-height: 120px;
}

.minH150 {
  min-height: 150px;
}

.minH315 {
  min-height: 315px;
}

.minH420 {
  min-height: 420px;
}

.minH500 {
  min-height: 500px;
}

.minH530 {
  min-height: 530px;
}

.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.lh1 {
  line-height: 1px;
}

.lh-1 {
  line-height: 0.1em;
}

@media (max-width: 576px) {
  .lh-1 {
    line-height: 0.085em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh2 {
  line-height: 2px;
}

.lh-2 {
  line-height: 0.2em;
}

@media (max-width: 576px) {
  .lh-2 {
    line-height: 0.17em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh3 {
  line-height: 3px;
}

.lh-3 {
  line-height: 0.3em;
}

@media (max-width: 576px) {
  .lh-3 {
    line-height: 0.255em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh4 {
  line-height: 4px;
}

.lh-4 {
  line-height: 0.4em;
}

@media (max-width: 576px) {
  .lh-4 {
    line-height: 0.34em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh5 {
  line-height: 5px;
}

.lh-5 {
  line-height: 0.5em;
}

@media (max-width: 576px) {
  .lh-5 {
    line-height: 0.425em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh6 {
  line-height: 6px;
}

.lh-6 {
  line-height: 0.6em;
}

@media (max-width: 576px) {
  .lh-6 {
    line-height: 0.51em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh7 {
  line-height: 7px;
}

.lh-7 {
  line-height: 0.7em;
}

@media (max-width: 576px) {
  .lh-7 {
    line-height: 0.595em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh8 {
  line-height: 8px;
}

.lh-8 {
  line-height: 0.8em;
}

@media (max-width: 576px) {
  .lh-8 {
    line-height: 0.68em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh9 {
  line-height: 9px;
}

.lh-9 {
  line-height: 0.9em;
}

@media (max-width: 576px) {
  .lh-9 {
    line-height: 0.765em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh10 {
  line-height: 10px;
}

.lh-10 {
  line-height: 1em;
}

@media (max-width: 576px) {
  .lh-10 {
    line-height: 0.85em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh11 {
  line-height: 11px;
}

.lh-11 {
  line-height: 1.1em;
}

@media (max-width: 576px) {
  .lh-11 {
    line-height: 0.935em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh12 {
  line-height: 12px;
}

.lh-12 {
  line-height: 1.2em;
}

@media (max-width: 576px) {
  .lh-12 {
    line-height: 1.02em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh13 {
  line-height: 13px;
}

.lh-13 {
  line-height: 1.3em;
}

@media (max-width: 576px) {
  .lh-13 {
    line-height: 1.105em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh14 {
  line-height: 14px;
}

.lh-14 {
  line-height: 1.4em;
}

@media (max-width: 576px) {
  .lh-14 {
    line-height: 1.19em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh15 {
  line-height: 15px;
}

.lh-15 {
  line-height: 1.5em;
}

@media (max-width: 576px) {
  .lh-15 {
    line-height: 1.275em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh16 {
  line-height: 16px;
}

.lh-16 {
  line-height: 1.6em;
}

@media (max-width: 576px) {
  .lh-16 {
    line-height: 1.36em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh17 {
  line-height: 17px;
}

.lh-17 {
  line-height: 1.7em;
}

@media (max-width: 576px) {
  .lh-17 {
    line-height: 1.445em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh18 {
  line-height: 18px;
}

.lh-18 {
  line-height: 1.8em;
}

@media (max-width: 576px) {
  .lh-18 {
    line-height: 1.53em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh19 {
  line-height: 19px;
}

.lh-19 {
  line-height: 1.9em;
}

@media (max-width: 576px) {
  .lh-19 {
    line-height: 1.615em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.lh20 {
  line-height: 20px;
}

.lh-20 {
  line-height: 2em;
}

@media (max-width: 576px) {
  .lh-20 {
    line-height: 1.7em;
  }

  .lh-10 {
    line-height: 1em;
  }
}

.Barlow {
  font-family: "Barlow";
}

.NotoSansTC {
  font-family: "Noto Sans TC";
}

.Manrope {
  font-family: "Manrope";
}

.NotoSansTC {
  font-family: "Noto Sans TC";
}

.Noto Sans TC {
  font-family: "Noto Sans TC";
}

.NotoSansTC {
  font-family: "Noto Sans TC";
}

#index img {
  max-width: 100%;
  height: auto;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.pageMain p a {
  color: #007297;
  word-break: break-all;
}

.pageMain p a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  color: #007297;
}

.pageMain img {
  max-width: 100%;
}

i {
  transition: all .4s;
}

button {
  outline: none !important;
}

button:focus {
  outline: 0 !important;
}

.uppercase {
  text-transform: uppercase;
}

.pointer {
  cursor: pointer;
}

.vertical-rl {
  writing-mode: vertical-rl;
}

.z-1 {
  z-index: 1;
}

::placeholder,
::-webkit-input-placeholder {
  color: #808080 !important;
}

input[type=checkbox]:focus {
  outline: none !important;
  box-shadow: none !important;
}

.ls005 {
  letter-spacing: 0.05em;
}

.ls003 {
  letter-spacing: 0.03em;
}

.ls002 {
  letter-spacing: 0.02em;
}

.ls000 {
  letter-spacing: 0;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: transparent;
  border-color: #007297;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-color: #007297;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background: #007297;
  width: 13px;
  height: 13px;
  left: -20px;
  border: 0;
}

.custom-control-input.radio:checked~.custom-control-label.radio::before {
  background-color: transparent;
  background-image: url(images/common/radio.svg);
}

.custom-control-label {
  position: relative;
  padding-left: 0.5em;
  cursor: pointer;
}

.custom-control-label::before,
.custom-control-label::after {
  border-radius: 0 !important;
  width: 20px;
  height: 20px;
  top: 12px;
  transform: translateY(-50%);
  border-color: transparent;
}

.custom-control-label::before {
  background-color: transparent;
  border-color: #D9D9D9;
}

.custom-control-label.radio::before,
.custom-control-label.radio::after {
  background-color: #fff;
  border-radius: 50% !important;
  border: 1px solid #D9D9D9;
  width: 21px;
  height: 21px;
  top: 50%;
  transform: translateY(-50%);
}

.custom-control-inline {
  margin-right: 1.4em;
}

/*取消bootstrap 預設 focus藍框框*/
.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

/*font-size*/
.font-72 {
  font-size: 72px;
}

@media (max-width: 1199px) {
  .font-72 {
    font-size: 57.6px;
  }
}

.font-56 {
  font-size: 56px;
}

@media (max-width: 1199px) {
  .font-56 {
    font-size: 44.8px;
  }
}

.font-48 {
  font-size: 48px;
}

@media (max-width: 1199px) {
  .font-48 {
    font-size: 38.4px;
  }
}

.font-46 {
  font-size: 46px;
}

@media (max-width: 1199px) {
  .font-46 {
    font-size: 36.8px;
  }
}

.font-42 {
  font-size: 42px;
}

@media (max-width: 1199px) {
  .font-42 {
    font-size: 33.6px;
  }
}

.font-40 {
  font-size: 40px;
}

@media (max-width: 1199px) {
  .font-40 {
    font-size: 32px;
  }
}

.font-36 {
  font-size: 36px;
}

@media (max-width: 1199px) {
  .font-36 {
    font-size: 28.8px;
  }
}

.font-32 {
  font-size: 32px;
}

@media (max-width: 1199px) {
  .font-32 {
    font-size: 25.6px;
  }
}

.font-30 {
  font-size: 30px;
}

@media (max-width: 1199px) {
  .font-30 {
    font-size: 24px;
  }
}

.font-28 {
  font-size: 28px;
}

@media (max-width: 1199px) {
  .font-28 {
    font-size: 22.4px;
  }
}

.font-26 {
  font-size: 26px;
}

@media (max-width: 1199px) {
  .font-26 {
    font-size: 20.8px;
  }
}

.font-24 {
  font-size: 24px;
}

@media (max-width: 1199px) {
  .font-24 {
    font-size: 19.2px;
  }
}

.font-22 {
  font-size: 22px;
}

@media (max-width: 1199px) {
  .font-22 {
    font-size: 17.6px;
  }
}

.font-20 {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .font-20 {
    font-size: 16px;
  }
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

.font-12 {
  font-size: 12px;
}

@media (max-width: 1199px) {
  .font-18 {
    font-size: 16px;
  }

  .font-64 {
    font-size: 42px;
  }
}

i label {
  margin-bottom: 0;
}

textarea {
  -webkit-appearance: none;
}

button,
input {
  line-height: normal;
  outline: 0;
  background: transparent;
  border: 0;
}

button,
select {
  text-transform: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  nowhitespace: afterproperty;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

figure,
address {
  padding: 0;
  margin: 0;
}

* {
  outline: 0;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

/* ==========================================================================
    public
 ========================================================================== */
body {
  margin: 0;
  font-family: "Manrope", "Noto Sans TC", "Noto Sans SC";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: black;
  overflow-x: hidden;
  transition: opacity .3s;
}

.safari body {
  -webkit-text-size-adjust: none;
}

/* ==========================================================================
    public
 ========================================================================== */
/*不顯示外虛線*/
.template-03 a {
  color: #007297;
}
.template-03 a:hover {
  text-decoration: underline;
}
.template-03 p {
  font-size: 18px;
  color: #333333;
}
.template-03 ul {
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
}
.template-03 ul li {
	padding-left: 0.8em;
	margin-bottom: 0.3em;
	position: relative;
	font-size: 18px;
	color: #333333;
}
.template-03 ul li::before {
	content: "";
	background-color: #0092D8;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}
button,
a {
  outline: none !important;
}

a,
a:active {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a {
  transition: all .4s;
}

a:hover {
  text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  line-height: normal;
  font-weight: unset;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  image-rendering: -webkit-optimize-contrast;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.hidden {
  display: none;
}

.H-hidden {
  height: 0;
  opacity: 0;
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-inline-start: 0px;
}

ul>li {
  list-style: none;
}

textarea {
  resize: none;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #646464;
}

::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #646464;
}

::-o-placeholder {
  /* Mozilla Firefox 19+ */
  color: #646464;
}

::-ms-placeholder {
  /* Internet Explorer 10+ */
  color: #646464;
}

::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #646464;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/
}

/**/
.scrollbar,
.scrollbarX,
.scrollbarY {
  -webkit-overflow-scrolling: touch;
}

.scrollbarX {
  overflow-x: auto;
}

table {
  -webkit-backface-visibility: visible;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

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;
}

.modal-content {
  border: 0;
}

.modal-content .modal-dialog {
  margin: 0;
}

.modal-content .close {
  text-shadow: none;
  opacity: 1;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  width: auto;
  margin: 0;
}

.bootstrap-select .dropdown-toggle {
  box-shadow: none !important;
}

/*Public*/
@media screen and (max-width: 575px) {
  .container {
    padding: 0 30px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 900px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1140px;
  }

  .col-1200-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 1500px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1700px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1620px;
  }
}

@media (min-width: 1800px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1730px;
    padding: 0;
  }
}

.wp {
  overflow: hidden;
}

.banner {
  width: 100%;
  height: 500px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding-bottom: 4.5em;
  background-size: cover;
  background-position: center;
}

.banner .title {
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  margin-top: 10px;
}

.banner.h400 {
  height: 400px;
  padding-bottom: 4em;
}

.banner .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.banner .bannerBtn {
  background: #ffffff33;
  width: 175px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.banner .bannerBtn i {
  transform: rotate(180deg);
  display: inline-block;
  opacity: 0.7;
  margin-right: 0.8em;
}

.banner .bannerBtn:hover i {
  margin-right: 1.2em;
}

@media (max-width: 991px) {
  .banner {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .banner .box {
    flex-direction: column;
  }

  .banner .bannerBtn {
    margin-top: 1em;
    margin-bottom: -2em;
    height: 40px;
    width: 150px;
  }
}

.noBanner header {
  background-color: #fff;
}

.noBanner header .headerLogo {
  background-image: url(images/logo.png);
}

.noBanner header .headerNav .mainItem .mainTitle .text {
  color: #000;
}

.noBanner header .headerNav-right .icon-search,
.noBanner header .headerNav-right .lang {
  color: #000;
}

.noBanner header .headerNav-right .icon-search:hover,
.noBanner header .headerNav-right .lang:hover {
  color: #007297;
}

.noBanner header .nav-toggle .wrapper div {
  background-color: #007297;
}

@media (max-width: 767px) {

  .noBanner header .headerNav-right .icon-search,
  .noBanner header .headerNav-right .lang {
    color: #007297;
  }
}

.noBanner .banner {
  margin-top: 90px;
}

@media (max-width: 991px) {
  .noBanner .banner {
    margin-top: 60px;
  }
}

.allPage .pageTitle {
  border-bottom: 0;
}

.pageTitle {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 60px;
}

.pageTitle .title {
  line-height: 1.2;
}

.pageTitle .title img {
  margin-right: 30px;
}

.pageTitle .selectBox {
  margin-bottom: -1em;
}

@media (max-width: 1199px) {
  .pageTitle {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .pageTitle .title img {
    margin-right: 5px;
    width: 50px;
  }
}

@media (max-width: 767px) {
  .pageTitle {
    flex-wrap: wrap;
  }

  .pageTitle .title {
    padding-bottom: 0.5em !important;
  }

  .pageTitle .selectBox {
    flex: 1 1 100%;
  }

  .pageTitle .selectBox .bootstrap-select .dropdown-toggle {
    width: 100%;
  }
}

.backBtn {
  width: 120px;
  height: 50px;
  background-color: #F2F2F2;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  opacity: 1;
}

.backBtn i {
  transform: rotate(180deg);
  margin-right: 1em;
  transition: all .4s;
  color: #808080;
}

.backBtn span {
  transition: all .4s;
  color: #808080;
}

.backBtn:hover {
  background-color: #808080;
  opacity: 0.7;
}

.backBtn:hover i {
  color: #fff;
}

.backBtn:hover span {
  color: #fff;
}

@media (max-width: 991px) {
  .backBtn {
    width: 40px;
    height: 40px;
  }

  .backBtn i {
    margin-right: 0;
  }

  .backBtn span {
    display: none;
  }
}

.tagBox.Big .tag {
  padding: 8px 1em;
  font-size: 16px;
}

.tagBox .tag:hover,
.tagBox .tag.active {
  /* background-color: #CBDDE7; */
  color: #ffffff;
}

@media (max-width: 575px) {
  .tagBox .tag {
    margin: 2px 1px !important;
    padding: 3px 0 !important;
  }
}

.productsBox {
  display: flex;
  flex-wrap: wrap;
}

.productsBox .item {
  display: flex;
  flex-direction: column;
  max-width: 333px;
  flex: 1 1 25%;
}

.productsBox .item .imgBox {
  border: 1px solid #E5E5E5;
  max-height: 330px;
  padding: 35px 16.5px;
  margin-bottom: 10px;
}

.productsBox .item .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .3s;
}

.productsBox .item .txt {
  line-height: 1.2;
  padding-right: 0.5em;
}

.productsBox .item:not(:nth-last-child(1)) .imgBox {
  border-right: 0;
}

.productsBox .item:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.productsBox .item:hover img {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .productsBox .item {
    flex: 0 1 50%;
    margin-bottom: 1.5em;
  }

  .productsBox .item:not(:nth-child(odd)) .imgBox {
    border-right: 1px solid #E5E5E5;
  }
}

@media (max-width: 575px) {
  .productsBox .item {
    flex: 0 1 100%;
  }

  .productsBox .item .imgBox {
    border-right: 1px solid #E5E5E5 !important;
  }
}

.breadcrumb {
  background-color: transparent;
  color: #ffffff66;
  font-size: 16px;
  padding: .75rem 0;
  margin-bottom: 0;
}

.breadcrumb li {
  display: inline-flex;
  font-weight: 300;
}

.breadcrumb li.active {
  color: #fff;
}

.breadcrumb a {
  display: inline-flex;
}

.breadcrumb a:hover {
  color: #007297;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 0.8rem;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  font-size: 12px;
  font-family: "icomoon";
  color: #ffffff66;
  top: 2px;
  padding-right: 0.8rem;
  position: relative;
}

@media (max-width: 575px) {
  .breadcrumb {
    font-size: 14px;
  }

  .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding: 0 0.5em;
  }
}

.category-section .category {
  position: relative;
}

.category-section .category .pc-menu {
  font-size: 18px;
  font-weight: 500;
}

.category-section .category .pc-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  position: relative;
}

.category-section .category>div {
  display: none;
}

.category-section.pageNav {
  position: absolute;
  bottom: 0;
  background-color: #0000004d;
  width: 100%;
  z-index: 2;
}

.category-section.pageNav .category {
  z-index: 2;
}

.category-section.pageNav .category .pc-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-section.pageNav .category .pc-menu a {
  width: 100%;
  color: #fff;
  padding: 0.5em 1em;
}

.category-section.pageNav .category .pc-menu a:not(:nth-child(1))::before {
  content: "";
  background-color: #808080;
  width: 1px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.category-section.pageNav .category .pc-menu a.active {
  background-color: #0A71A0;
  color: #fff;
}

.category-section.pageNav .category .pc-menu a.active::after {
  content: "\e90f";
  font-family: "icomoon";
  font-size: 12px;
  margin-left: 1.5em;
}

.category-section.pageNav .category .pc-menu a.active::before,
.category-section.pageNav .category .pc-menu a.active+a::before {
  content: none;
}

.category-section.pageNav .category .pc-menu a:hover {
  background-color: #d4aa0080;
  color: #fff;
}

.category-section.pageNav .category .pc-menu a:hover::before,
.category-section.pageNav .category .pc-menu a:hover+a::before {
  content: none;
}

.category-section.pageMenu {
  margin-top: 1em;
  width: 100%;
  border-radius: 7px 7px 0 0;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.category-section.pageMenu .category {
  z-index: 1;
}

.category-section.pageMenu .category .pc-menu {
  display: flex;
  justify-content: space-around;
}

.category-section.pageMenu .category .pc-menu a {
  color: #000;
  padding: 1.2em 1.5em;
  position: relative;
  background-color: #F2F2F2;
  text-align: center;
}

.category-section.pageMenu .category .pc-menu a.active {
  background-color: #007297;
  color: #fff;
}

.category-section.pageMenu .category .pc-menu a.active::before {
  content: "\e90b";
  color: #007297;
  font-family: "icomoon";
  position: absolute;
  bottom: -18px;
}

.category-section.pageMenu .category .pc-menu a:not(.active):hover {
  color: #007297;
}

.category-section.pageMenu .category .pc-menu a:not(:nth-last-child(1)):not(.active):after {
  content: "";
  background-color: #CCCCCC;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .category-section .category .pc-menu a {
    font-size: 16px;
  }

  .category-section.pageMenu .category .pc-menu a.active::before {
    bottom: -16px;
  }
}

@media screen and (max-width: 991px) {
  .category-section .category .dropdown-toggle {
    width: 100%;
    height: 50px;
    font-weight: 400;
    transition: all .3s;
  }

  .category-section .category .dropdown-toggle i {
    transition: all .3s;
  }

  .category-section .category .dropdown-toggle::after {
    content: none;
  }

  .category-section .category .dropdown-menu {
    box-shadow: 0px 10px 20px #00000026;
    padding: 1em 0;
  }

  .category-section .category .dropdown-menu .dropdown-item {
    height: 50px;
    transition: all .3s;
  }

  .category-section .category .dropdown-menu .dropdown-item:hover {
    background-color: unset;
  }

  .category-section .category .dropdown-menu.show {
    top: 50px !important;
    transform: none !important;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0px;
    border: none;
    display: block;
    overflow: hidden;
  }

  .category-section .category .pc-menu {
    display: none !important;
  }

  .category-section .category>div {
    display: block !important;
  }

  .category-section.pageNav .container {
    max-width: none;
    padding: 0;
  }

  .category-section.pageNav .category .dropdown-toggle {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
    border-radius: 0;
    padding: 0 calc((100% - 530px)/2 + 0.8em);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .category-section.pageNav .category .dropdown-toggle i {
    margin-left: 2em;
    margin-top: 2px;
    font-size: 10px;
  }

  .category-section.pageNav .category .dropdown-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
  }

  .category-section.pageNav .category .dropdown-menu {
    background-color: #fff;
    color: #000;
  }

  .category-section.pageNav .category .dropdown-menu .dropdown-item {
    color: #000;
    padding: 12px calc((100% - 530px)/2 + 0.8em);
  }

  .category-section.pageNav .category .dropdown-menu .dropdown-item.active {
    background-color: #0A71A0;
    color: #fff;
  }

  .category-section.pageMenu {
    background-color: transparent;
    border-radius: 0;
    overflow: visible;
  }

  .category-section.pageMenu .category>div {
    position: relative;
  }

  .category-section.pageMenu .category .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    color: #007297;
    font-weight: 600;
    border: 1px solid #007297;
    padding: 0 1em;
    background-color: #fff;
  }

  .category-section.pageMenu .category .dropdown-toggle i {
    color: #007297;
    font-size: 12px;
    transform: scale(0.8);
  }

  .category-section.pageMenu .category .dropdown-toggle[aria-expanded="true"] i {
    transform: scale(0.8) rotate(180deg);
  }

  .category-section.pageMenu .category .dropdown-menu {
    background-color: #fff;
    color: #000;
    margin-top: 5px;
  }

  .category-section.pageMenu .category .dropdown-menu .dropdown-item {
    color: #000;
    padding: 12px 1em;
  }

  .category-section.pageMenu .category .dropdown-menu .dropdown-item.active {
    background-color: #007297;
    color: #fff;
  }

  .category-section.pageMenu .category .dropdown-menu .dropdown-item:not(.active):hover {
    background-color: #F7F7F7;
  }

  .category-section.pageMenu i {
    color: #0000004d;
  }
}

@media screen and (max-width: 575px) {
  .category-section .category .dropdown-toggle {
    padding: 12px 1.6em !important;
  }

  .category-section .category .dropdown-menu .dropdown-item {
    padding: 12px 1.6em !important;
  }
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #CCCCCC;
  border: 0;
}

.slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background-color: #007297;
}

@media (max-width: 575px) {
  .slick-dots li {
    margin: 0 1px;
  }
}

.gifBox img {
  transition: all 2s;
}

.gifBox .hover-gif {
  opacity: 0;
}

.gifBox .hover-hid {
  position: absolute;
  opacity: 1;
}

.gifBox:hover .hover-gif {
  opacity: 1;
}

.gifBox:hover .hover-hid {
  opacity: 0;
}

.downloadBtn {
  display: inline-flex;
  align-items: center;
  border: 1px #007297 dashed;
  height: 70px;
  padding: 1.5em 1.2em;
  color: #007297;
  font-weight: 500;
  background-color: #fff;
}

.downloadBtn i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 36px;
  height: 36px;
  font-size: 12px;
  border-radius: 50%;
  background-color: #007297;
  margin-right: 1em;
  flex: 0 0 36px;
}

.downloadBtn:hover {
  text-decoration: underline;
  color: #007297;
}

.btnBox {
  border-radius: 50%;
}

@media screen and (min-width: 992px) {
  .btnBox:hover {
    transform: scale(0.95);
  }

  .btnBox:hover .Btn {
    color: #007297;
  }
}

.btnHover {
  transition: all .3s;
}

.btnHover:hover {
  transform: scale(0.95);
}

.Btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: transparent;
  font-weight: 600;
  color: #808080;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .Btn {
    background-color: #007297;
    width: 160px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
  }
}

/**藍圈圈**/
.circle_process {
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(150deg);
  opacity: 0;
}

.circle_process .wrapper {
  width: 40px;
  height: 80px;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.circle_process .right {
  right: 0;
}

.circle_process .left {
  left: 0;
}

.circle_process .circle {
  width: 80px;
  height: 80px;
  border: 2px solid #E5E5E5;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
}

.circle_process .rightcircle {
  right: 0;
}

.circle_process .leftcircle {
  left: 0;
}

@media screen and (min-width: 992px) {
  .circle_process {
    opacity: 1;
  }

  .circle_process:hover::after {
    opacity: 1;
    animation: spin 1.5s infinite linear;
  }

  .circle_process:hover .rightcircle {
    border-top: 2px solid #007297 !important;
    border-right: 2px solid #007297 !important;
    -webkit-animation: circle_right 1s linear infinite;
  }

  .circle_process:hover .leftcircle {
    border-bottom: 2px solid #007297 !important;
    border-left: 2px solid #007297 !important;
    -webkit-animation: circle_left 1s linear infinite;
  }
}

@-webkit-keyframes circle_right {
  0% {
    -webkit-transform: rotate(-135deg);
  }

  50%,
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@-webkit-keyframes circle_left {

  0%,
  50% {
    -webkit-transform: rotate(-135deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
  }
}

/****紅圈圈end****/
.download {
  color: #007297;
  font-size: 18px;
  position: relative;
  font-family: "Manrope";
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.download::after {
  content: "\e90f";
  font-family: "icomoon";
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #007297;
  margin-left: 0.5em;
  transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download:hover {
  color: #0A71A0;
}

.download:hover::after {
  background-color: #0A71A0;
  transform: scale(0.95);
}

@media screen and (max-width: 767px) {
  .download {
    display: flex;
  }

  .download::after {
    margin-left: 0;
  }

  .download span {
    display: none;
  }
}

.table-style {
  width: 100%;
  overflow: hidden;
}

.table-style thead tr {
  background-color: #007297;
}

.table-style tbody tr {
  height: 60px;
}

.table-style:not(.color-table) tbody tr:nth-child(odd) {
  background-color: #F7F7F7;
}

.table-style:not(.color-table) tbody tr:nth-child(even) {
  background-color: #fff;
}

.table-style.color-table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.table-style th {
  height: 45px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 0.5em 1em;
}

.table-style th:not(:nth-last-child(1)) {
  position: relative;
}

.table-style th:not(:nth-last-child(1))::after {
  content: "";
  background-color: #fff;
  height: 20px;
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.table-style td {
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  padding: 0.5em;
}

.table-style td:nth-child(1) {
  font-weight: 500;
  border-left: 1px solid #E5E5E5;
}

.table-style td ul li:not(:nth-last-child(1)) {
  margin-bottom: 0.3em;
}

.table-style th.text-left,
.table-style td.text-left {
  padding: 0.5em 23px;
}

.table-style.tab2 th {
  border-right: 1px solid #E5E5E5;
}

.table-style.tab2 th:not(:nth-last-child(1))::after {
  content: none;
}

.table-style.tabDownload tr:nth-child(odd) {
  background-color: #fff;
}

.table-style.tabDownload tr:nth-child(even) {
  background-color: #EEF4F7;
}

.table-style.tabDownload th {
  background-color: #0A71A0;
  height: 60px;
}

.table-style.tabDownload th:not(:nth-last-child(1))::after {
  content: none;
}

.table-style.tabDownload td {
  border-bottom: 1px solid #007297;
  border-right: 0;
  border-left: 0;
  height: 60px;
}

.table-style.tabDownload td:nth-child(1) {
  font-weight: unset;
}

.table-style.tabDownload td:nth-child(2) {
  letter-spacing: 0.03em;
}

.table-style.tabDownload th,
.table-style.tabDownload td {
  text-align: left;
  padding: 0.5em 35px;
}

.table-style.rwd {
  padding: 1.5em 1em;
}

.table-style .border-0 td {
  border: 0;
}

.table-style .rwdTitle {
  display: none;
  color: #000;
  font-family: "Noto Sans TC";
}

.table-style li a {
  color: #007297;
}

.table-style li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

@media screen and (max-width: 991px) {
  .table-style tr {
    height: auto !important;
  }

  .table-style th,
  .table-style td {
    padding: 0.65em 1em !important;
    height: auto;
    font-size: 16px;
  }

  .table-style.tabDownload th {
    height: 50px !important;
  }

  .table-style.rwd {
    border-bottom: 0 !important;
  }

  .table-style.rwd thead {
    display: none;
  }

  .table-style.rwd tr {
    display: block;
    border: 1px solid #E5E5E5;
    border-bottom: 0;
    background-color: #fff;
  }

  .table-style.rwd td {
    display: block;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid #E5E5E5 !important;
  }

  .table-style.rwd td:nth-child(1) {
    background-color: #007297;
    color: #fff;
    border: 0;
  }

  .table-style.rwd td:not(:nth-child(1)) {
    background-color: #fff !important;
  }

  .table-style.rwd td:not(:nth-child(1))::before {
    content: attr(data-title);
    padding-right: 1em;
    color: #007297;
    font-weight: 500;
    font-family: "Noto Sans TC";
    font-size: 15px;
  }

  .table-style.rwd td ul {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .table-style.rwd .tdBox {
    margin: unset;
  }

  .table-style.rwd .border-bottom-sm {
    border-bottom: 1px solid #007297 !important;
  }

  .table-style.rwd.color-table .bg-greenF1F8F7 td:nth-child(1) {
    background-color: #55AAA1;
  }

  .table-style.rwd.color-table .bg-greenF1F8F7 td:not(:nth-child(1))::before {
    color: #55AAA1;
  }

  .table-style.rwd.color-table .bg-greenF6F9F1 td:nth-child(1) {
    background-color: #92B54A;
  }

  .table-style.rwd.color-table .bg-greenF6F9F1 td:not(:nth-child(1))::before {
    color: #92B54A;
  }

  .table-style.rwd.color-table .bg-brownFAF5F0 td:nth-child(1) {
    background-color: #C89765;
  }

  .table-style.rwd.color-table .bg-brownFAF5F0 td:not(:nth-child(1))::before {
    color: #C89765;
  }

  .table-style.rwd.color-table .bg-blueF1F6F9 td:nth-child(1) {
    background-color: #F1F6F9 !important;
    color: #4A93B5;
  }

  .table-style.rwd.color-table .bg-blueF1F6F9 td:nth-child(1).text-center {
    background-color: #4A93B5 !important;
    color: #fff;
  }

  .table-style.rwd.color-table .bg-blueF1F6F9 td:not(:nth-child(1))::before {
    color: #4A93B5;
  }

  .table-style.rwd.notitle td::before {
    content: attr(data-title);
    padding-right: 1em;
    font-weight: 500;
    font-family: "Noto Sans TC";
    font-size: 15px;
  }

  .table-style td.rwdTitle:not(:nth-child(1)) {
    height: auto;
    padding: 0.2em 0.5em;
  }

  .table-style td.rwdTitle:not(:nth-child(1))::before {
    color: #303030;
    font-weight: 500;
  }
}

.tdBox {
  text-align: left;
  display: flex;
  margin: auto;
}

.tdBox ul:not(:nth-last-child(1)) {
  margin-bottom: 1em;
}

.tdBox ul li:nth-child(1) {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .tdBox {
    width: 100% !important;
  }

  .tdBox ul:not(:nth-last-child(1)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
}

.target-fix {
  position: relative;
  top: -150px;
  display: block;
}

.overflow-auto {
  overflow: auto;
}

.noscroll {
  overflow: hidden;
}

.noneStyle {
  list-style: none;
}

.discStyle {
  list-style: disc !important;
}

.discStyle li,
.discStyle dl {
  padding-left: 0.8em;
  margin-bottom: 0.3em;
  position: relative;
}

.discStyle li::before,
.discStyle dl::before {
  content: "";
  background-color: #007297;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.discStyle li a:hover,
.discStyle dl a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.discStyle.black li,
.discStyle.black dl {
  padding-left: 1.1em;
}

.discStyle.black li::before,
.discStyle.black dl::before {
  background-color: #000;
  width: 8px;
  height: 8px;
  top: 0.58em;
}

.video-container {
  position: relative;
  padding-bottom: 52%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.pagenext {
  background-color: #007297;
  color:#ffffff;
}

.pagenext>div>div {
  padding: 2em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagenext i {
  font-size: 20px;
  transition: all .3s;
}

.pagenext i::before {
  margin-left: 1px;
  font-weight: 600;
}

.pagenext a {
  transition: all .3s;
  display: flex;
  align-items: center;
}

.pagenext a span {
  transition: all .3s;
}

.pagenext a .arrowTXT {
  padding: 0 0.5em;
}

.pagenext a .title {
  padding: 0 2em;
}

.pagenext a:hover {
  padding: 0 1em;
}

.pagenext a:hover i,
.pagenext a:hover .arrowTXT {
  color: #ffffff;
}

.pagenext a.all {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.pagenext a.all img {
  transition: all .3s;
  margin-bottom: 5px;
}

.pagenext a.all:hover img {
  transform: rotate(90deg);
}

.pagenext a:not(.all) {
  width: 550px;
}

.pagenext a.next {
  justify-content: flex-end;
}

@media (max-width: 1499px) {
  .pagenext a .title {
    padding: 0 1.5em;
  }

  .pagenext a:not(.all) {
    width: 450px;
  }
}

@media (max-width: 1199px) {
  .pagenext a:not(.all) {
    width: 350px;
  }
}

@media (max-width: 991px) {
  .pagenext a .title {
    display: none;
  }

  .pagenext a .arrowTXT {
    font-size: 18px;
  }

  .pagenext a i {
    font-size: 14px;
  }

  .pagenext a:not(.all) {
    width: auto;
  }

  .pagenext a:hover {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .pagenext a.all img {
    margin-bottom: 0;
  }

  .pagenext a.all span {
    display: none;
  }
}

.page {
  margin: auto;
}

.page ul li {
  margin: 0 5px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page ul li a {
	color: #ffffff;
	background-color: #007297;
	transition: all .3s;
	border-radius: 5px;
	/* border: 1px solid #E5E5E5; */
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 25px;
}

.page ul li:hover a {
  color: #ffffff;
}

.page ul li.active a {
  color: #fff;
  background: #007297;
  opacity: 0.8;
  border: #007297;
}

.page ul li.next,
.page ul li.prev {
  margin: 0 7.5px;
  text-align: center;
}

.page ul li.next a:hover i,
.page ul li.prev a:hover i {
  color: #007297;
}

.page ul li.next i,
.page ul li.prev i {
  font-size: 12px;
  font-weight: 400;
  color: #807F7F;
  transition: all .3s;
}

.page ul li.next a:hover {
  margin-right: -10px;
}

.page ul li.prev a:hover {
  margin-left: -10px;
}

@media screen and (max-width: 575px) {
  .page ul li {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }

  .page ul li a {
    width: 40px;
    height: 40px;
  }
}

/*下拉選單自訂樣式*/
.bootstrap-select .dropdown-toggle {
  background-color: #fff;
  height: 60px;
  width: 280px;
  border-radius: 0;
  border: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 1.2em;
  font-size: 20px;
}

.bootstrap-select .dropdown-toggle[aria-expanded="true"] {
  background-color: #fff !important;
  border: 1px solid #007297;
  font-weight: 700;
}

.bootstrap-select .dropdown-toggle:hover {
  background-color: #007297;
  color: #fff;
}

.bootstrap-select .dropdown-toggle:hover::after {
  color: #fff;
}

.bootstrap-select .dropdown-toggle:active {
  background-color: #fff !important;
  color: #007297 !important;
}

.bootstrap-select .dropdown-toggle:active::after {
  color: #007297 !important;
}

.bootstrap-select .dropdown-toggle::after {
  content: "\e910";
  font-family: "icomoon";
  border: none;
  font-weight: 400;
  font-size: 12px;
  transition: all .3s;
  transform: scale(0.7);
}

.bootstrap-select.show .dropdown-toggle {
  color: #007297 !important;
}

.bootstrap-select.show .dropdown-toggle::after {
  transform: scale(0.7) rotate(180deg);
}

.bootstrap-select.show .dropdown-toggle:hover {
  color: #007297 !important;
}

.bootstrap-select.show .dropdown-toggle:hover::after {
  color: #007297 !important;
}

.bootstrap-select>.dropdown-menu {
  width: calc(100% - 0em);
  padding: 0;
  border-radius: 0;
  box-shadow: 1px 1px 25px #00000020;
  margin-top: 10px;
  border: 0;
}

.bootstrap-select>.dropdown-menu .inner {
  padding: 0;
  min-height: auto !important;
  max-height: 300px !important;
}

.bootstrap-select>.dropdown-menu ul {
  width: 100%;
  border: none;
}

.bootstrap-select>.dropdown-menu .dropdown-item {
  padding: 0.8em 1.7em;
  transition: all .3s;
  font-size: 16px;
}

.bootstrap-select>.dropdown-menu .dropdown-item.active,
.bootstrap-select>.dropdown-menu .dropdown-item:active {
  background-color: #007297;
}

.bootstrap-select>.dropdown-menu .dropdown-item:not(.active):hover {
  background-color: #F7F7F7;
}

@media (max-width: 991px) {
  .bootstrap-select .dropdown-toggle {
    height: 45px;
    font-size: 16px;
  }

  .bootstrap-select .dropdown-toggle::after {
    font-size: 12px;
    padding-top: 3px;
  }

  .bootstrap-select>.dropdown-menu .dropdown-item {
    padding: 0.7em 1em;
  }
}

.modal {
  z-index: 10000000000;
}

.modal .modal-content {
  text-align: center;
  border-radius: 0;
}

.modal .modal-body {
  flex: 0;
}

.modal .modal-body img {
  max-width: 210px;
  margin: auto;
}

.modal .btnbox .modalBtn {
  transition: all .3s;
}

.modal .btnbox .modalBtn:hover {
  transform: scale(0.95);
}

.modal#pd-ok .modal-content {
  width: 750px;
  height: 510px;
  padding: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
  .modal#pd-ok .modal-dialog {
    max-width: 750px !important;
  }
}

.modal#career-ok {
  padding-right: 0 !important;
}

.modal#career-ok .modal-dialog {
  padding: 0 1em;
}

.modal#career-ok .modal-content {
  background-color: transparent;
  padding-top: 5%;
}

.modal#career-ok .closeBox i:hover {
  color: #fff;
}

.modal#career-ok .modal-body {
  padding: 6% 0;
  background-color: #fff;
  width: 100%;
}

@media (min-width: 576px) {
  .modal#career-ok .modal-dialog {
    max-width: 1500px !important;
  }
}

.modal-backdrop {
  z-index: 10400 !important;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 0.5s;
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.toLeft {
  position: relative;
  left: 50%;
  animation-name: toLeft;
  animation-duration: 1s;
  transform: translateX(-50%);
}

@keyframes toLeft {
  from {
    left: 40%;
    opacity: 0;
  }

  to {
    left: 50%;
    opacity: 1;
  }
}

/* ==========================================================================
    header
 ==========================================================================*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  transition: background .3s, height .3s;
  background-color: transparent;
  transition: background-color .5s;
}

header .gray_block {
  left: 0;
  top: 90px;
  width: 100vw;
  height: calc(100vh - 90px);
  background-color: #00000080;
  position: absolute;
  opacity: 0;
  transition: opacity .3s;
  display: none;
  z-index: -2;
}

header .gray_block.active {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  header .gray_block {
    top: 80px;
    height: calc(100vh - 80px);
  }
}

header .shadowBox {
  box-shadow: 0px 5px 10px 0px #0000001a;
  height: 90px;
  width: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 0;
  left: 0;
}

header.show,
header.open,
header.on {
  background-color: #fff;
}

header.show .headerLogo,
header.open .headerLogo,
header.on .headerLogo {
  background-image: url(/images/logo.png);
}

header.show .headerNav .mainItem .mainTitle .text,
header.open .headerNav .mainItem .mainTitle .text,
header.on .headerNav .mainItem .mainTitle .text {
  color: #000;
}

header.show .headerNav-right .icon-search,
header.show .headerNav-right .lang,
header.show .headerNav-right .icon-user,
header.show .headerNav-right .icon-doc-text-inv,
header.open .headerNav-right .icon-search,
header.open .headerNav-right .lang,
header.open .headerNav-right .icon-user,
header.open .headerNav-right .icon-doc-text-inv,
header.on .headerNav-right .icon-search,
header.on .headerNav-right .lang,
header.on .headerNav-right .icon-doc-text-inv,
header.on .headerNav-right .icon-user {
  color: #000;
}

header.show .headerNav-right .icon-search:hover,
header.show .headerNav-right .lang:hover,
header.open .headerNav-right .icon-search:hover,
header.open .headerNav-right .lang:hover,
header.on .headerNav-right .icon-search:hover,
header.on .headerNav-right .lang:hover {
  color: #007297;
}

header.show .nav-toggle .wrapper div,
header.open .nav-toggle .wrapper div,
header.on .nav-toggle .wrapper div {
  background-color: #007297;
}

@media (max-width: 767px) {

  header.show .headerNav-right .icon-search,
  header.show .headerNav-right .lang,
  header.open .headerNav-right .icon-search,
  header.open .headerNav-right .lang,
  header.on .headerNav-right .icon-search,
  header.on .headerNav-right .lang {
    color: #007297;
  }
}

header.show {
  box-shadow: 0px 3px 20px #00000029;
}

@media screen and (min-width: 1400px) {
  header .mainItem:hover .mainTitle:not(.active) .text {
    color: #007297;
  }

  header .mainItem:hover .mainTitle::after {
    opacity: 1;
    width: 100%;
  }

  header .mainItem .mainTitle::after {
    content: "";
    border-bottom: 3px solid #007297;
    width: 0;
    position: absolute;
    bottom: -1px;
    opacity: 0;
    transition: all .4s;
  }

  header .mainItem .subNav {
    opacity: 1;
  }

  header .mainItem .subNav li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  header {
    height: 80px;
  }

  header .shadowBox {
    height: 80px;
  }
}

.nav-toggle {
  position: absolute;
  pointer-events: all;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  display: none;
}

.nav-toggle .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
}

.nav-toggle .wrapper div {
  height: 3px;
  background-color: #fff;
  transition: width 0.5s ease, top .5s, transform .5s, -webkit-transform .5s;
  width: 21px;
  margin: 2px 0;
  transition: all .3s;
}

.nav-toggle .wrapper div:nth-child(2) {
  width: 16px;
}

.nav-toggle.active .wrapper div {
  background-color: #007297;
  width: 24px;
}

.nav-toggle.active .wrapper div.bar1 {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
}

.nav-toggle.active .wrapper div.bar2 {
  opacity: 0;
}

.nav-toggle.active .wrapper div.bar3 {
  top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
}

@media screen and (max-width: 1399px) {
  .nav-toggle {
    display: block;
  }
}

.headerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  height: 90px;
}

@media screen and (max-width: 991px) {
  .headerBox {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .headerBox {
    height: 80px;
  }
}

.headerLogo {
	flex: 0 0 187px;
	background-image: url(/images/logo-w.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 71px;
	background-size: 187px;
}

@media (max-width: 1399px) {
  .headerLogo {
    margin-left: 2em;
  }
}

@media screen and (max-width: 991px) {
  .headerLogo {
    height: 60px;
    background-size: contain;
  }
}

@media screen and (max-width: 575px) {
  .headerLogo {
    flex: 1 1 80%;
    padding-left: 12%;
  }
}

.headerNav {
  height: 90px;
  width: 100%;
  position: relative;
}

.headerNav>ul {
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.4s;
}

.headerNav .mainItem {
  position: relative;
}

.headerNav .mainItem .mainTitle {
  height: 90px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all .4s;
}

@media screen and (max-width: 1500px) {
  .headerNav .mainItem .mainTitle {
    font-size: 17px;
  }
}

.headerNav .mainItem .mainTitle .text {
  color: #fff;
  position: relative;
  padding: 0 1.5em;
  font-weight: 500;
  font-size: 22px;
}

.headerNav .mainItem .mainTitle .icon-right-open-big {
  display: none;
}

@media screen and (min-width: 1400px) {
  .headerNav .mainItem.show .subNav {
    opacity: 1;
    pointer-events: all;
  }

  .headerNav .mainItem .subNav {
    opacity: 0;
    position: absolute;
    background-color: #fff;
    top: 91px;
    left: 0;
    min-width: 310px;
    padding: 2em;
    display: block;
    transition: all .4s;
    pointer-events: none;
	box-shadow: 0px 10px 50px -30px #00000066;
  }
}

.headerNav .mainItem .subNav ul {
  flex-direction: column;
}

.headerNav .mainItem .subNav a {
  transition: all .4s;
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #808080;
  position: relative;
  transform: scaleX(0.95);
}

.headerNav .mainItem .subNav a:hover {
  color: #007297;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

@media screen and (max-width: 1399px) {
  .headerNav {
    width: 360px;
    position: fixed;
    right: -360px;
    top: 90px;
    height: 100vh;
    background: #fff;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    transition: all .4s;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }

  .headerNav::-webkit-scrollbar {
    width: 4px;
  }

  .headerNav::-webkit-scrollbar-button {
    height: 3px;
    background: transparent;
    border-radius: 2px;
  }

  .headerNav::-webkit-scrollbar-track-piece {
    background: transparent;
  }

  .headerNav::-webkit-scrollbar-track {
    background: transparent;
  }

  .headerNav::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #ddd;
    transition: all 0.4s;
  }

  .headerNav::-webkit-scrollbar-thumb:hover {
    background: #ccc;
  }

  .headerNav.active {
    right: 0;
  }

  .headerNav>ul {
    display: block;
  }

  .headerNav .mainItem a {
    transition: all .0s;
  }

  .headerNav .mainItem .mainTitle {
    padding: 0.5em 1.2em 0.5em 2em;
    font-size: 18px;
    height: 50px;
    transition: all .3s;
    border-bottom: 1px solid #E5E5E5;
  }

  .headerNav .mainItem .mainTitle .text {
    flex-grow: 1;
    padding-left: 0px;
    transition: all .4s;
    color: #000;
    letter-spacing: 0.03em;
  }

  .headerNav .mainItem .mainTitle .icon-right-open-big {
    font-size: 20px;
    color: #007297;
    transform: rotate(0deg) scale(0.7);
    display: block;
  }

  .headerNav .mainItem .mainTitle:not(.collapsed) {
    border-bottom: 2px solid #007297;
  }

  .headerNav .mainItem .mainTitle:not(.collapsed) .text {
    color: #007297 !important;
  }

  .headerNav .mainItem .mainTitle:not(.collapsed) .icon-right-open-big {
    transform: rotate(90deg) scale(0.7);
  }

  .headerNav .mainItem .mainTitle:hover .text {
    color: #007297 !important;
  }

  .headerNav .mainItem .subNav ul {
    background-color: #F1F8FA;
  }

  .headerNav .mainItem .subNav li {
    height: 50px;
    display: flex;
    align-items: center;
  }

  .headerNav .mainItem .subNav li:not(:nth-last-child(1)) {
    border-bottom: 1px solid #fff;
  }

  .headerNav .mainItem .subNav a {
    font-size: 18px;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    padding-left: 1.5em;
  }
}

@media screen and (max-width: 991px) {
  .headerNav {
    top: 80px;
  }
}

@media screen and (max-width: 575px) {
  .headerNav {
    width: 100%;
    right: -100%;
  }

  .headerNav.active {
    box-shadow: 0px 0px 35px #0a6f9e66;
  }
}

.follows-wrapper {
  text-align: center;
  padding: 2em 1em 5em 1em;
  display: none;
}

.follows-wrapper .contactBtn {
  display: flex;
}

.follows-wrapper .contactBtn:hover {
  color: #fff;
}

@media screen and (max-width: 1399px) {
  .follows-wrapper {
    display: block;
  }
}

.headerNav-right {
  display: flex;
  align-items: center;
}
.headerNav-right span{
  padding: 0 8px;
}
.headerNav-right .icon-user {
  color: #fff;
  font-size: 20px;
  transition: all .4s;
}
.headerNav-right .icon-doc-text-inv {
  color: #fff;
  font-size: 20px;
  transition: all .4s;
}
.headerNav-right .search {
  display: flex;
  align-items: center;
}

.headerNav-right .search .icon-search {
  color: #fff;
  font-size: 20px;
  transition: all .4s;
}

.headerNav-right .lang {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100px;
}

.headerNav-right .lang i {
  transition: all .4s;
}

.headerNav-right .lang span {
  transition: all .4s;
}

.headerNav-right .lang .icon-right-open-big {
  transition: all .3s;
  transform: scale(0.5);
}

.headerNav-right .lang:hover {
  color: #007297;
}

.headerNav-right .lang.show .icon-right-open-big {
  transform: scale(0.5) rotate(180deg);
}

@media screen and (max-width: 1399px) {
  .headerNav-right {
    padding-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .headerNav-right {
    padding-right: 80px;
  }

  .headerNav-right .lang {
    width: auto;
    margin-left: 20px;
  }

  .headerNav-right .lang::before {
    content: none;
  }
}

@media screen and (max-width: 575px) {
  .headerNav-right {
    position: relative;
  }
}

.searchBox {
  background: linear-gradient(135deg, #0099DA, #007297);
  width: 100%;
  height: 0;
  top: 100%;
  left: 0;
  z-index: -1;
  opacity: 0;
  position: absolute;
  transition: all .3s;
  padding: 1em 3em;
  display: flex;
  pointer-events: none;
}

.searchBox.on {
  opacity: 0.9;
  height: 200px;
  pointer-events: all;
}

.searchBox .search {
  border-bottom: 2px solid #fff;
  margin: auto;
  width: 100%;
  max-width: 810px;
}

.searchBox .search form {
  display: flex;
  padding-bottom: 1em;
}

.searchBox .search input {
	font-size: 18px;
	width: 100%;
	color: #fff;
	background: transparent;
	border: 0;
	margin: 0;
}

.searchBox .search input::placeholder {
  color: #fff !important;
}

.searchBox .search button {
  color: #fff;
  font-size: 30px;
  transition: all .3s;
}

.searchBox .search button:hover {
  transform: scale(0.95);
}

.searchBox .icon-close-2 {
  color: #fff;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 35px;
}

@media (max-width: 1199px) {
  .searchBox {
    padding: 1em 5em 1em 3em;
  }

  .searchBox.on {
    height: 100px;
  }

  .searchBox .search form {
    padding-bottom: 0.5em;
  }

  .searchBox .search button {
    font-size: 20px;
  }

  .searchBox .icon-close-2 {
    right: 1.5em;
    font-size: 20px;
  }
}

.langBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.langBtn>span {
  padding: 0 5px 0 8px;
}

.langBtn> :nth-child(1) {
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .langBtn {
    width: auto;
  }

  .langBtn> :nth-child(n+2) {
    display: none;
  }
}

.langBox {
  background: #fff;
  position: absolute !important;
  top: 50px !important;
  left: 50% !important;
  display: none;
  padding: 0;
  transform: translateX(-50%) !important;
  border: none;
  border-radius: 0;
  min-width: 100%;
  width: 100px;
  text-align: center;
  overflow: hidden;
  margin: 0;
}

.langBox span {
  display: block;
  font-size: 16px;
  padding: 0.6em;
  line-height: 1;
  transition: all .3s;
}

.langBox span a:hover,
.langBox span a.active {
  color: #007297;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

@media screen and (max-width: 991px) {
  .langBox {
    top: 40px !important;
    width: 70px;
  }

  .langBox span {
    padding: 0.8em 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .langBox::after {
    background-image: url(images/common/icon-close.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 16px;
    position: absolute;
    top: -18px;
    right: -18px;
    cursor: pointer;
  }
}
.cart {
	text-align: center;
	line-height: 60px;
	margin-right: 2px;
	position: relative;
	cursor: pointer;
}
.cart span {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #d3d8dc;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	color: #181818;
	top: 25px;
	right: 0;
	font-weight: 600;
}
/* ==========================================================================
    footer
==========================================================================*/
footer {
  clear: both;
  position: relative;
  z-index: 2;
}

footer #goTop {
  position: fixed;
  right: 30px;
  cursor: pointer;
  transform: translateY(150px);
  transition: transform .3s,
    opacity .5s,
    bottom .9s;
  opacity: 1;
  z-index: 100;
}

footer #goTop.show {
  transform: none;
  opacity: 1;
  bottom: 50px;
}

footer #goTop .sociel {
	transition: all .3s;
	background: #225474;
	border-radius: 40px;
	padding: 15px 0;
	margin: 0 0 20px;
}
footer #goTop .sociel div a {
	color: #ffffff;
	display: block;
	font-size: 20px;
	padding: 7px 0;
	text-align: center;
}
footer #goTop .sociel:hover {
  transform: translateY(-10px);
}

footer #goTop .top {
  transition: all .3s;
}

footer #goTop .top:hover {
  transform: translateY(-10px);
}

footer .footer-center {
  padding: 1% 0;
}

footer .footer-center .TBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -0.5em;
}

footer .footer-center .TBox>li {
  padding: 0 0.5em;
}

footer .footer-center .TBox>li span.title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.5em;
  line-height: 1;
  text-transform: uppercase;
}

footer .footer-center .TBox>li span.title a {
  color: #333333;
  transition: all .3s;
}

footer .footer-center .TBox>li span.title a:hover {
  color: #C3CFD5;
  text-decoration: none;
}

footer .footer-center .TBox>li ul li {
  padding: 6px 0;
  font-size: 16px;
}

footer .footer-center .TBox>li ul li a {
  color: #555555;
}

footer .footer-center .TBox>li ul li a:hover {
  color: #222222;
}

footer .footer-top {
  background: #EFEFEF;
  color: #333333;
  padding: 2em 0 2.5em 0;
  border-top: 1px solid #ffffff26;
  display: flex;
  justify-content: space-between;
}

footer .footer-bottom {
  background: #ffffff;
  color: #333333;
  padding: 1.5em 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  footer .footer-top {
    padding: 0;
  }
  footer .footer-bottom {
  padding: 0;
}
 }
footer .footer-bottom-box {
  display: flex;
}
footer .footer-bottom-box .LBox {
  display: flex;
  align-items: center;
  flex: 0 0 30%;
}

footer .footer-bottom-box .LBox .txtBox {
  padding-left: 3em;
}

footer .footer-bottom-box .LBox .txtBox a {
  margin: 0 12px;
  color: #333333;
  font-size: 16px;
}

footer .footer-bottom-box .LBox .txtBox a:hover {
  color: #007297;
}

footer .footer-bottom-box .LBox .txtBox a:not(:nth-last-child(1)) {
  position: relative;
}

footer .footer-bottom-box .LBox .txtBox a:not(:nth-last-child(1))::after {
  content: "";
  background-color: #555555;
  height: 14px;
  width: 1px;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
}
footer .footer-bottom-box .RBox {
  display: flex;
  align-items: center;
  flex: 0 0 70%;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .footer-bottom-box .RBox p{
  margin: 0;
  font-size: 14px;
}

footer .contactBtn {
  display: none;
}

@media (max-width: 1499px) {
  footer .footer-center {
    padding: 4em 0 1em 0;
  }

  footer .footer-center .TBox {
    justify-content: start;
    margin: 0 -3em;
  }

  footer .footer-center .TBox>li {
    flex: 0 1 calc(100% / 4);
    max-width: none;
    margin-bottom: 2em;
    padding: 0 3em;
  }

  footer .footer-center .TBox>li ul li {
    padding: 2px 0;
  }

  footer .footer-bottom-box {
    flex-wrap: wrap;
  }

  footer .footer-bottom-box .LBox {
    padding-bottom: 1.5em;
	flex: none;
  }
  footer .footer-bottom-box .RBox {
    padding: 0;
	flex: 0 0 100%;
  }
  
}

@media (max-width: 1199px) {
  footer #goTop {
    right: 15px;
  }

  footer .footer-center {
    padding: 2em 0;
  }

  footer .footer-center .TBox {
    margin: 0 -1em;
    display: block;
  }

  footer .footer-center .TBox>li {
    flex: 0 0 0;
    margin-bottom: 0;
    padding: 0 1em;
    display: inline-block;
  }

  footer .footer-center .TBox>li span.title {
    font-size: 18px;
  }

  footer .footer-center .TBox>li ul li {
    display: none;
  }

  footer .footer-bottom-box {
    padding: 2em 0 3em 0;
  }
}

@media (max-width: 991px) {
  footer {
    padding: 1em 0;
  }

  footer .footer-center {
    padding: 0;
  }

  footer .footer-center .TBox {
    display: none;
  }

  footer .footer-bottom-box {
    border-top: 0;
    text-align: center;
    justify-content: center;
  }
	footer .footer-bottom-box .RBox {
		display: block;
	}
  footer .footer-bottom-box .RBox span {
    display: block;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 1.5em 0 1em 0;
  }

  footer .container {
    padding: 0 20px;
  }

  footer .footer-bottom-box .LBox {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .footer-bottom-box .LBox .imgBox img {
    width: 150px;
  }

  footer .footer-bottom-box .LBox .txtBox {
    padding-left: 0;
    padding-top: 1.5em;
    flex: 1 0 100%;
  }

  footer .footer-bottom-box .LBox .txtBox a {
    font-size: 18px;
  }

  footer .footer-bottom-box .RBox {
    padding: 0 15px;
	flex: 0 0 100%;
  }

  footer .contactBtn {
    display: inline-flex;
  }

  footer #goTop img {
    width: 50px;
  }
}

.cookies {
  padding: 1em;
  position: fixed;
  bottom: 0;
  background-color: #000000cc;
  width: 100%;
  min-height: 130px;
  z-index: 100;
  display: flex;
}

.cookies p {
  color: #fff;
  margin: 0;
  flex: 0 1 1250px;
  line-height: 26px;
  padding: 0 1em;
}

.cookies .index-btn {
  position: relative;
  cursor: pointer;
  height: 50px;
  width: 180px;
  background-color: #007297;
  color: #fff;
  flex: 0 1 180px;
}

@media (max-width: 767px) {
  .cookies>div {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cookies p {
    margin-bottom: 0.5em;
  }
}


.contactBtn {
  background-color: #007297;
  color: #fff;
  border-radius: 24px;
  width: 150px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5em;
}

.contactBtn span {
  padding-right: 1em;
}

.contactBtn i {
  font-size: 20px;
}

@keyframes whirling {
  0% {
    transform: rotate(0turn) scale(1);
  }

  25% {
    transform: rotate(0.25turn) scale(1.1);
  }

  50% {
    transform: rotate(0.5turn) scale(1);
  }

  75% {
    transform: rotate(0.75turn) scale(1.1);
  }

  100% {
    transform: rotate(1turn) scale(1);
  }
}

@keyframes upAndDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes rightAndLeft {
  0% {
    transform: translate(0px, -50%);
  }

  50% {
    transform: translate(5px, -50%);
  }

  100% {
    transform: translate(0px, -50%);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0px, 50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translate3d(30px, 0px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.home-banner-section {
  max-height: calc(100vh + 0px);
  height: 85vh;
}

.home-banner-section .slider .banner {
  height: 100%;
  width: 100%;
}

.home-banner-section .slider .txtBox {
	display: flex;
	padding-top: 8em;
	align-items: flex-end;
	height: 100%;
	width: 100%;
}

/* 
@media (max-width: 1499px) {.home-banner-section .slider .txtBox {padding-bottom: 25em;}}
@media (max-width: 1400px) {.home-banner-section .slider .txtBox {padding-bottom: 15em;}}
@media (max-width: 1199px) {.home-banner-section .slider .txtBox {padding-bottom: 30em;}}
@media (max-width: 991px) {.home-banner-section .slider .txtBox {padding-bottom: 35em;}}
@media (max-width: 932px) {.home-banner-section .slider .txtBox {padding-bottom: 8em;}}
@media (max-width: 896px) {.home-banner-section .slider .txtBox {padding-bottom: 8em;}}
@media (max-width: 844px) {.home-banner-section .slider .txtBox {padding-bottom: 5em;}}
@media (max-width: 767px) {.home-banner-section .slider .txtBox {padding-bottom: 11em;}}
@media (max-width: 667px) {.home-banner-section .slider .txtBox {padding-bottom: 3em;}}
@media (max-width: 480px) {.home-banner-section .slider .txtBox {padding-bottom: 15em;}}
@media (max-width: 375px) {.home-banner-section .slider .txtBox {padding-bottom: 16em;}}
*/
.home-banner-section .slider .text {
	padding-top: calc(12vh + 150px);
	max-width: 770px;
	margin: auto 0;
}
@media (max-width: 767px) {.home-banner-section .slider .text {padding-top: calc(12vh);}}

.home-banner-section .slider .text a:hover{
	color: #ffffff;
}
.home-banner-section .slider .text span:nth-child(1) {
  line-height: 1.6;
  margin-bottom: 0.4em;
}
.home-banner-section .slider .text .banner-title{
	font-size: 36px;
	font-weight:500;
}
@media (max-width: 1499px) {.home-banner-section .slider .text .banner-title {font-size: 36px;}}
@media (max-width: 1199px) {.home-banner-section .slider .text .banner-title {font-size: 36px;}}
@media (max-width: 991px) {.home-banner-section .slider .text .banner-title {font-size: 36px;}}
@media (max-width: 767px) {.home-banner-section .slider .text .banner-title {font-size: 30px;}}
@media (max-width: 480px) {.home-banner-section .slider .text .banner-title {font-size: 26px;}}
@media (max-width: 375px) {.home-banner-section .slider .text .banner-title {font-size: 26px;}}

.home-banner-section .slider .text .banner-more{
	font-size: 20px;
}
@media (max-width: 480px) {.home-banner-section .slider .text .banner-more {font-size: 16px;}}
@media (max-width: 375px) {.home-banner-section .slider .text .banner-more {font-size: 14px;}}

.home-banner-section .slider .imgBox {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.home-banner-section .slider .imgBox img {
  width: 100%;
}

@media (max-width: 1499px) {
  .home-banner-section .slider .imgBox img {
    max-width: none !important;
  }
}

.home-banner-section .slick-dots {
 position: relative;
  bottom: 100px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
/*
@media (max-width: 1499px) {.home-banner-section .slick-dots {bottom: 300px;}}
@media (max-width: 932px) {.home-banner-section .slick-dots {bottom: 80px;}}
@media (max-width: 896px) {.home-banner-section .slick-dots {bottom: 80px;}}
@media (max-width: 767px) {.home-banner-section .slick-dots {bottom: 220px;}}
@media (max-width: 667px) {.home-banner-section .slick-dots {bottom: 100px;}}
@media (max-width: 480px) {.home-banner-section .slick-dots {bottom: 290px;}}
*/
.home-banner-section .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.home-banner-section .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.home-banner-section .slick-dots li button::before {
	font-family: 'slick';
	font-size: 48px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .6;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.home-banner-section .slick-dots li.slick-active button::before {
	opacity: 1;
	color: #ffffff;
}
@media (max-width: 1050px) {
  .home-banner-section {
    height: 700px;
  }

}

@media (max-width: 767px) {
  .home-banner-section {
    height: 485px;
  }
}
.arrow {
  cursor: pointer;
  bottom: 150px;
  right: 2.8em;
  font-family: "Montserrat";
  animation: upAndDown 2s ease-in-out 0s infinite both;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.arrow img {
  height: 65px;
}

@media (max-width: 991px) {
  .arrow {
    display: none;
  }
}

.index-product-section {
  margin-top: -140px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .index-product-section {
    margin-top: -35px;
  }
}
/*
@media (max-width: 1499px) {.index-product-section {margin-top: -280px;}}
@media (max-width: 1400px) {.index-product-section {margin-top: -150px;}}
@media (max-width: 932px) {.index-product-section {margin-top: -60px;}}
@media (max-width: 896px) {.index-product-section {margin-top: -60px;}}
@media (max-width: 667px) {.index-product-section {margin-top: -80px;}}
@media (max-width: 480px) {.index-product-section {margin-top: -280px;}}
@media (max-width: 375px) {.index-product-section {margin-top: -310px;}}
*/
.index-product-section .listBox {
  box-shadow: 0px 10px 50px -30px #00000066;
}

.index-product-section .listBox .slick-track {
  display: flex;
  align-items: flex-end;
}

.index-product-section .listBox .slick-arrow {
  width: 11px;
  height: 18px;
  top: 180px;
}

.index-product-section .listBox .slick-arrow svg path {
  fill: #007297 !important;
}

.index-product-section .listBox .slick-next {
  margin-right: -30px;
}

.index-product-section .listBox .slick-prev {
  margin-left: -30px;
}

.index-product-section .listBox .item {
  background-color: #fff;
  border-left: 1px solid #E5E5E5;
  flex: 1 1 33.33%;
  height: 270px;
  padding: 1.8em 3em;
  cursor: pointer;
  position: relative;
  transition: all .3s;
}
@media (max-width: 1499px) {
  .index-product-section .listBox .item {
	padding: 1.8em;
}
}
.index-product-section .listBox .item:hover {
  background: linear-gradient(135deg, #0099DA, #007297);
  color:#ffffff;
  transition: all .3s;
}
.index-product-section .listBox .item.active {
  background: linear-gradient(135deg, #0099DA, #007297);
  color:#ffffff;
}

.index-product-section .listBox .item:nth-child(1) {
  border-left: 1px solid #E5E5E5;
}

.index-product-section .listBox .item .icon-1 {
	background-image: url('/upload/icon/meter.png');
	font-size: 0;
	background-size: 50px;
	width: 90px;
	height: 90px;
	border: 1px solid #007297;
	border-radius: 60px;
	padding: 30px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	margin: 0 0 15px;
}
@media (max-width: 767px) {.index-product-section .listBox .item .icon-1{background-size: 40px;width: 70px;height: 70px;background-position: 15px 15px;margin: 0 auto 15px;}}

.index-product-section .listBox .item:hover .icon-1 {
	background-image: url('/upload/icon/meter-white.png');
	border: 1px solid #ffffff;
}
.index-product-section .listBox .item.active .icon-1 {
	background-image: url('/upload/icon/meter-white.png');
	border: 1px solid #ffffff;
}
.index-product-section .listBox .item .icon-2 {
	background-image: url('/upload/icon/compliant.png');
	font-size: 0;
	background-size: 50px;
	width: 90px;
	height: 90px;
	border: 1px solid #007297;
	border-radius: 60px;
	padding: 30px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	margin: 0 0 15px;
}
@media (max-width: 767px) {.index-product-section .listBox .item .icon-2{background-size: 40px;width: 70px;height: 70px;background-position: 15px 15px;margin: 0 auto 15px;}}

.index-product-section .listBox .item:hover .icon-2 {
	background-image: url('/upload/icon/compliant-white.png');
	border: 1px solid #ffffff;
}
.index-product-section .listBox .item.active .icon-2 {
	background-image: url('/upload/icon/compliant-white.png');
	border: 1px solid #ffffff;
}
.index-product-section .listBox .item .icon-3 {
	background-image: url('/upload/icon/dashboard.png');
	font-size: 0;
	background-size: 50px;
	width: 90px;
	height: 90px;
	border: 1px solid #007297;
	border-radius: 60px;
	padding: 30px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	margin: 0 0 15px;
}
@media (max-width: 767px) {.index-product-section .listBox .item .icon-3{background-size: 40px;width: 70px;height: 70px;background-position: 15px 15px;margin: 0 auto 15px;}}

.index-product-section .listBox .item:hover .icon-3 {
	background-image: url('/upload/icon/dashboard-white.png');
	border: 1px solid #ffffff;
}
.index-product-section .listBox .item.active .icon-3 {
	background-image: url('/upload/icon/dashboard-white.png');
	border: 1px solid #ffffff;
}
.index-product-section .listBox .item .title {
	position: relative;
	z-index: 1;
	font-size: 30px;
	font-weight: 600;
}
@media (max-width: 1499px) {.index-product-section .listBox .item .title {font-size: 26px;}}
@media (max-width: 1199px) {.index-product-section .listBox .item .title {font-size: 18px;}}
@media (max-width: 575px) {.index-product-section .listBox .item .title {font-size: 14px;}}
@media (max-width: 375px) {.index-product-section .listBox .item .title {font-size: 13px;text-align: center;}}

.index-product-section .listBox .item .title span{
  color: #6EA2C4;
}
.index-product-section .listBox .item:hover .title span{
  color: #ffffff;
  transition: all .3s;
}
.index-product-section .listBox .item.active  .title span{
 color: #ffffff;
  transition: all .3s;
}
.index-product-section .listBox .item .off-show {
  display: none;
}

.index-product-section .listBox .item img,
.index-product-section .listBox .item svg {
  margin-bottom: 1.5em;
  width: 90px;
  height: 90px;
  z-index: 1;
  position: relative;
}

.index-product-section .listBox .item.slick-current {
  color: #fff;
  height: 300px;
  border: 0;
}

.index-product-section .listBox .item.slick-current::before {
  opacity: 1;
}

.index-product-section .listBox .item.slick-current .on-hid {
  opacity: 0;
  position: absolute;
}

.index-product-section .listBox .item.slick-current .off-show {
  display: block;
  opacity: 1;
}

.index-product-section .listBox .item.slick-current>img,
.index-product-section .listBox .item.slick-current svg {
  margin-bottom: 3em;
}

.index-product-section .listBox .item.slick-current>img path,
.index-product-section .listBox .item.slick-current svg path {
  fill: #fff !important;
  stroke: #ffffff !important;
}

@media (max-width: 1699px) {
  .index-product-section .listBox .item {
    height: 270px;
  }
}

@media (max-width: 1199px) {
  .index-product-section .listBox .item {
    max-width: none;
    height: 240px;
  }
}

@media (max-width: 767px) {
  .index-product-section .listBox .slick-arrow {
    top: 100px;
  }

  .index-product-section .listBox .item {
    padding: 1.5em 1.5em;
    height: 200px;
  }

  .index-product-section .listBox .item img,
  .index-product-section .listBox .item svg {
    margin-bottom: 1em;
  }

  .index-product-section .listBox .item.slick-current {
    height: 200px;
  }

  .index-product-section .listBox .item.slick-current img,
  .index-product-section .listBox .item.slick-current svg {
    margin-bottom: 1em;
  }
}

@media (max-width: 575px) {
  .index-product-section .listBox .slick-next {
    margin-right: -20px;
  }

  .index-product-section .listBox .slick-prev {
    margin-left: -20px;
  }
  .index-product-section .listBox .item {
    padding: 0.9em 0.9em;
    height: 160px;
  }
}

.index-product-section .info-slider .item.slick-current .swiper,
.index-product-section .info-slider .item.slick-current .swiper-container {
  overflow: visible;
}

.index-product-section .detailBox {
	border: 1px solid #E5E5E5;
	display: flex;
	max-height: 400px;
	overflow: hidden;
	background: #ffffff;
}
@media (max-width: 767px) {.index-product-section .detailBox{flex-wrap: wrap;max-height: none;}}

.index-product-section .detailBox .imgBox{
	flex: 0 1 calc(50%);
}
@media (max-width: 767px) {.index-product-section .detailBox .imgBox{flex: 0 1 calc(100%);}}

.index-product-section .detailBox .txtBox {
	flex: 0 1 calc(50%);
	padding: 4%;
}
@media (max-width: 1199px) {.index-product-section .detailBox .txtBox{padding: 2% 3%;}}
@media (max-width: 767px) {.index-product-section .detailBox .txtBox{flex: 0 1 calc(100%);}}

.index-product-section .detailBox .txtBox .title{
	font-size: 32px;
	font-weight:600;
}
@media (max-width: 991px) {.index-product-section .detailBox .txtBox .title{font-size: 22px;line-height: 1.2;}}

.index-product-section .detailBox .txtBox .txt{
	font-size: 18px;
	font-weight:400;
}
@media (max-width: 991px) {.index-product-section .detailBox .txtBox .txt{font-size: 15px;line-height: 1.3;}}

.index-product-section .detailBox .txtBox .btn-more a {
	font-size: 18px;
	font-weight: 400;
	background: #007297;
	color: #ffffff;
	padding: 8px 25px;
	border-radius: 10px;
	display: inline-block;
	margin-top: 10px;
}
@media (max-width: 1199px) {.index-product-section .detailBox .txtBox .btn-more a{font-size: 16px;}}
@media (max-width: 991px) {.index-product-section .detailBox .txtBox .btn-more a{font-size: 15px;}}

.index-product-section .detailBox .txtBox .btn-more a:hover{
}
.index-product2-section {
  background-color: #ffffff;
  padding: 7em 0 6em 0;
}

.index-product2-section .titleBox .title{
  position: relative;
}

.index-product2-section .titleBox .title::before {
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 2px;
	background-color: #007297;
	content: "";
	position: absolute;
}
.product2Box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1em;
}
.product2Box .item {
	flex: 0 1 calc(25%);
}
@media (max-width: 1499px) {.product2Box .item{flex: 0 1 calc(33.33%);}}
@media (max-width: 1199px) {.product2Box .item{flex: 0 1 calc(50%);}}
@media (max-width: 767px) {.product2Box .item{flex: 0 1 calc(50%);}}
@media (max-width: 480px) {.product2Box .item{flex: 0 1 calc(100%);}}

.product2Box .item>div {
  margin: 0 1em;
  padding-bottom: 3em;
  max-width: 470px;
}
.product2Box .item>div:hover .imgBox img {
  transform: scale(1.05);
}

.product2Box .imgBox {
  display: block;
  overflow: hidden;
  background-color: #EEEEEE;
}

.product2Box .imgBox img {
  transition: all .3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product2Box .txtBox {
	min-height: 250px;
	padding: 4.5% 4%;
	transition: all .3s;
	position: relative;
	background-color: #fff;
}
.product2Box .txtBox::after {
  content: "";
  background-image: url('/images/icon/arrow-right.png');
  background-size: 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  transition: all .3s;
  right: 2em;
}
.product2Box .item>div:hover .txtBox {
  box-shadow: 0px 10px 50px -30px #00000066;
}
.product2Box .item>div:hover .txtBox::after {
  right: 1em;
  color: #007297;
}
.product2Box .txtBox .titBox {
	display: flex;
	flex-direction: column;
	height: 180px;
}
.product2Box .txtBox .titBox .title {
	font-size: 18px;
	line-height: 1.2;
	padding-top: 5px;
	text-overflow: ellipsis;
	display: -webkit-inline-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color:#007297;
	height: 80px;
	font-weight:600;
}
@media (max-width: 1499px) {
  .index-product2-section {
    padding: 5em 0;
  }
}

@media (max-width: 991px) {
  .index-product2-section {
    padding-bottom: 10em;
	padding: 2em 0;
  }

  .index-product2-section .slick-dots {
    margin-top: -1.6em;
  }

  .index-product2-section .btnBox {
    bottom: -110px;
    top: auto;
    right: 50%;
  }
}

@media (max-width: 767px) {
  .index-product2-section {
    padding-top: 3em;
  }
  .product2Box .txtBox .titBox .title {
	font-size: 16px;
}
}
@media (max-width: 480px) {
  .product2Box .txtBox .titBox .title {
	height: auto;
}
}
.index-news-section {
  background-color: #EFEFEF;
  padding: 7em 0 6em 0;
}

.index-news-section .titleBox .title{
  position: relative;
}

.index-news-section .titleBox .title::before {
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 2px;
	background-color: #007297;
	content: "";
	position: absolute;
}

.index-news-section .btnBox {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1499px) {
  .index-news-section {
    padding: 5em 0;
  }
}

@media (max-width: 991px) {
  .index-news-section {
    padding-bottom: 10em;
  }

  .index-news-section .slick-dots {
    margin-top: -1.6em;
  }

  .index-news-section .btnBox {
    bottom: -110px;
    top: auto;
    right: 50%;
  }
}

@media (max-width: 767px) {
  .index-news-section {
    padding-top: 3em;
    padding-bottom: 8em;
  }
}
.index-news-section .index-newsBox{
	display: flex;
	margin: 0 -20px;
}
@media (max-width: 767px) {.index-news-section .index-newsBox{flex-wrap: wrap;}}

.index-news-section .index-newsBox .item{
	flex:0 0 50%;
	padding: 0 20px;
}
@media (max-width: 767px) {.index-news-section .index-newsBox .item{flex:0 0 100%;}}

.index-news-section .index-newsBox .index-news-left {
	background: #ffffff;
	overflow: hidden;
}

.index-news-section .index-newsBox .index-news-left .imgBox{
}
@media (max-width: 1499px) {.index-news-section .index-newsBox .index-news-left .imgBox{}}

.index-news-section .index-newsBox .index-news-left .imgBox img {
  transition: all .3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-news-section .index-newsBox .index-news-left:hover .imgBox img {
  transform: scale(1.05);
}
.index-news-section .index-newsBox .index-news-left .txtBox{
	padding:30px;
	position: relative;
}
@media (max-width: 1499px) {.index-news-section .index-newsBox .index-news-left .txtBox{}}

.index-news-section .index-newsBox .index-news-left .txtBox::after {
	content: "";
	background-image: url('/images/icon/arrow-right.png');
	background-size: 36px;
	width: 36px;
	height: 36px;
	position: absolute;
	transition: all .3s;
	right: 2em;
	bottom: 30px;
}
.index-news-section .index-newsBox .index-news-left:hover .txtBox::after {
  right: 1.5em;
  color: #007297;
}
.index-news-section .index-newsBox .index-news-left .txtBox .dateBox {
	color: #9F9F9F;
}
.index-news-section .index-newsBox .index-news-left .titBox{
}





.index-newsletter-section {
  padding: 4em 0;
  background-image: url(/images/index-newsletter-bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}
.index-newsletter-section .subscription-box{
	max-width:350px;
	height:45px;
	margin:30px auto;
	display: flex;
}
.index-newsletter-section .subscription-box .subscription-input{
	max-width:450px;
	height:45px;
	background: #ffffff;
	border-radius: 15px 0 0 15px;
	padding: 0 20px;
}
.index-newsletter-section .subscription-box .subscription-input input{
	border: 0;
}
.index-newsletter-section .subscription-box .subscription-btn a {
	background: #007297;
	color: #ffffff;
	height: 45px;
	padding: 10px 30px;
	display: block;
	border-radius: 0 15px 15px 0;
}
@media (max-width: 480px) {.index-newsletter-section .subscription-box .subscription-btn a {padding: 10px 20px;}}




.index-service-section {
  padding: 7em 0;
  background-image: url(/images/index-service-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {.index-service-section {padding: 2em 0;}}

.index-service-section .serviceBox{
	display:flex;
}
@media (max-width: 767px) {.index-service-section .serviceBox{flex-wrap: wrap;}}

.index-service-section .serviceBox .list{
	flex:1 1 65%;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 991px) {.index-service-section .serviceBox .list {flex: 1 1 39%;}}
@media (max-width: 767px) {.index-service-section .serviceBox .list {flex: 1 1 100%;}}

.index-service-section .serviceBox .list .item{
	flex: 1 1 33.33%;
	background:rgba(51,51,51,0.4);
	color: #ffffff;
	display: flex;
	justify-content: center;/*水平置中*/
	align-items: center; /*垂直置中*/
	transition: all .3s;
	flex-wrap: wrap;
	height: 250px;
}
@media (max-width: 991px) {.index-service-section .serviceBox .list .item {flex: 1 1 50%;}}
@media (max-width: 767px) {.index-service-section .serviceBox .list .item {flex: 1 1 33.33%;height: 160px;}}

.index-service-section .serviceBox .list .item a{
	flex: 1 1 33.33%;
	background:rgba(51,51,51,0.4);
	color: #ffffff;
	display: flex;
	justify-content: center;/*水平置中*/
	align-items: center; /*垂直置中*/
	transition: all .3s;
	flex-wrap: wrap;
}
.index-service-section .serviceBox .list .item:hover {
	background:#0AAF1D;
	color: #ffffff;
	transition: all .3s;
}
.index-service-section .serviceBox .list .item.active {
	background:#1D3B9A;
	color: #ffffff;
	transition: all .3s;
}
.index-service-section .serviceBox .list .item .icon {
	width: 50px;
	height: 50px;
	position: relative;
	bottom: -10px;
}
.index-service-section .serviceBox .list .item .title {
	font-size: 1.3rem;
	line-height: 1.2;
	width: 100%;
	position: relative;
	bottom: 40px;
}
@media (max-width: 1199px) {.index-service-section .serviceBox .list .item .title {font-size: 1.2rem;bottom: 20px;}}
@media (max-width: 991px) {.index-service-section .serviceBox .list .item .title {font-size: 1.2rem;bottom: 10px;}}
@media (max-width: 480px) {.index-service-section .serviceBox .list .item .title {font-size: 0.9rem;}}

.index-service-section .serviceBox .list .item .title span {
	width: 70%;
	display: inline-block;
}
@media (max-width: 767px) {.index-service-section .serviceBox .list .item .title span {width: 90%;}}

.index-service-section .serviceBox .info {
	flex: 1 1 35%;
	padding: 0 0 0 50px;
	text-align: left;
}
@media (max-width: 991px) {.index-service-section .serviceBox .info{padding: 0 0 0 30px;}}
@media (max-width: 767px) {.index-service-section .serviceBox .info{padding: 10px;background: #ffffff;opacity: 0.85;}}

.index-service-section .serviceBox .info h2{
	font-size:26px;
	font-weight:500;
}
@media (max-width: 991px) {.index-service-section .serviceBox .info h2{font-size:24px;}}

.index-service-section .serviceBox .info h3 {
	font-size: 20px;
	font-weight: 500;
	padding: 0 0 30px;
}
@media (max-width: 991px) {.index-service-section .serviceBox .info h3{font-size:16px;}}

.index-service-section .serviceBox .info p{
	font-size:17px;
	font-weight:400;
}
@media (max-width: 991px) {.index-service-section .serviceBox .info p{font-size:16px;}}
.index-service-section .serviceBox .info .btn-more {
	padding: 8px 0;
}
.index-service-section .serviceBox .info .btn-more a {
	font-size: 18px;
	font-weight: 400;
	background: #1D3B9A;
	color: #ffffff;
	padding: 8px 25px;
	border-radius: 10px;
}
.index-service-section .serviceBox .info .btn-more a:hover{
}
.btn-more a {
	font-size: 18px;
	font-weight: 400;
	background: #1D3B9A;
	color: #ffffff!important;
	padding: 8px 25px;
	border-radius: 10px;
}
.btn-more a:hover{
}
.products .pageMain p {
  margin-bottom: 1.5em;
}

.products .pageMain .itemBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}

.products .pageMain .itemBox .item {
  flex: 0 1 calc(25% - 20px);
  max-width: 348px;
  width: 100%;
  margin: 0 10px 2em 10px;
}

@media (max-width: 1199px) {
  .products .pageMain .itemBox .item {
    flex: 0 1 calc(50% - 20px);
    max-width: none;
  }
}

@media (max-width: 767px) {
  .products .pageMain .itemBox .item {
    flex: 0 1 calc(100% - 20px);
  }
}

.products .pageMain .itemBox .title {
  background: linear-gradient(135deg, #00B49C, #0099DA);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding: 0.5em 1.5em;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.2;
  border-radius: 10px 10px 0 0;
}

.products .pageMain .itemBox .title:hover {
  padding-left: 2em;
}

.products .pageMain .itemBox .txtBox {
  background-color: #fff;
  border: 1px solid #E5E5E5;
  margin-top: 2px;
  font-size: 20px;
  font-weight: 600;
  padding: 0.5em 1.8em;
}

.products .pageMain .itemBox .txtBox li {
  display: block;
  margin: 0.7em 0;
}

.products .pageMain .itemBox .txtBox a:hover {
  color: #007297;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

@media (max-width: 1499px) {
  .products .pageMain .itemBox .title {
    font-size: 22px;
    min-height: 80px;
    padding: 0.5em 1em;
  }

  .products .pageMain .itemBox .title:hover {
    padding-left: 1.5em;
  }

  .products .pageMain .itemBox .txtBox {
    font-size: 18px;
    padding: 0.5em 1.2em;
  }
}

.products .pageMain .productlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
  padding: 1.5em 0;
}

.products .pageMain .productlist .item {
  background-color: #fff;
  flex: 0 1 calc(25% - 35px);
  border: 2px solid #E5E5E5;
  margin: 1.2em 17px;
  padding: 33px 30px 30px 30px;
  transition: all .3s;
  width: 100%;
  max-width: 345px;
}

.products .pageMain .productlist .item .imgBox {
  text-align: center;
}

.products .pageMain .productlist .item .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products .pageMain .productlist .item .title {
  display: block;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-top: 1em;
  line-height: 1.2;
  transition: all .4s;
}

.products .pageMain .productlist .item .txt {
  margin-top: 0.5em;
  display: block;
  font-size: 18px;
  color: #555555;
  text-align: center;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.products .pageMain .productlist .item:hover {
  border: 2px solid #007297;
}

.products .pageMain .productlist .item:hover .title {
  color: #007297;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

@media (max-width: 1699px) {
  .products .pageMain .productlist .item {
    flex: 0 1 calc(33% - 35px);
    max-width: none;
  }
}

@media (max-width: 991px) {
  .products .pageMain .productlist .item {
    flex: 0 1 calc(50% - 35px);
  }
}

@media (max-width: 575px) {
  .products .pageMain .productlist {
    margin: 0;
    padding: 0;
  }

  .products .pageMain .productlist .item {
    flex: 0 1 calc(100% - 0px);
    margin: 1.2em auto;
    max-width: 345px;
  }
}

.product-list .banner {
  display: block;
  align-items: self-start;
  height: auto;
  padding-bottom: 0;
  background-position: left;
}

.product-list .banner .box {
  align-items: self-start;
}

.product-list .banner .LBox {
  padding-top: 3.2em;
}

.product-list .banner .RBox {
  padding-right: 3%;
}

.product-list .banner .RBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-list .banner .txtBox {
  border-bottom: 1px solid #fff;
  max-width: 800px;
  word-break: break-all;
  padding-top: 5em;
}

@media (max-width: 1499px) {
  .product-list .banner .box {
    align-items: center;
    padding: 2em 0;
  }

  .product-list .banner .LBox {
    padding-top: 0;
  }

  .product-list .banner .RBox {
    padding-right: 0;
  }
}

.product-list .breadcrumb {
  color: #808080;
}

.product-list .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #808080;
}

.product-list .breadcrumb li.active {
  color: #000;
  font-weight: 500;
}

.product-list [data-section="01"] .item {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .product-list [data-section="01"] .item img {
    max-width: 60px;
  }
}

@media (max-width: 767px) {
  .product-list [data-section="01"] .item img {
    max-width: 50px;
  }
}

.product-list [data-section="02"] .LBox>div {
  padding-left: 5%;
}

@media (max-width: 1499px) {
  .product-list [data-section="02"] .LBox>div {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .product-list [data-section="02"] .LBox>div {
    max-width: 100%;
  }
}

.product-list [data-section="03"] {
  padding: 6% 0;
}

.product-list [data-section="03"] .icon-search {
  transition: all .3s;
}

.product-list [data-section="03"] .icon-search:hover {
  color: #007297;
}

.product-list [data-section="03"] .itemBox {
  display: flex;
  flex-wrap: wrap;
}

.product-list [data-section="03"] .item {
  flex: 1 1 calc(100%/5);
  max-width: 270px;
}

.product-list [data-section="03"] .item .bg-grayAF {
  position: relative;
}

.product-list [data-section="03"] .item .bg-grayAF::before {
  content: "";
  background-color: #007297;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.product-list [data-section="03"] .custom-checkbox {
  margin-bottom: 7px;
}

.product-list [data-section="03"] .custom-control-label::before,
.product-list [data-section="03"] .custom-control-label::after {
  border: 0;
  border-radius: 4px !important;
  width: 16px;
  height: 16px;
  background-color: #E6E6E6;
}

.product-list [data-section="03"] .bootstrap-select .dropdown-toggle {
  width: 240px;
  height: 50px;
  font-size: 16px;
}

.product-list [data-section="03"] .bootstrap-select>.dropdown-menu {
  transform: translate3d(0px, 45px, 0px) !important;
  min-height: auto !important;
}

.product-list [data-section="03"] .BtnBox button {
  transition: all .3s;
  border: 1px solid transparent;
}

.product-list [data-section="03"] .BtnBox button:hover {
  transform: scale(0.98);
  background-color: #808080 !important;
  color: #fff;
  border: 1px solid transparent !important;
}

.product-list [data-section="03"] .tab-product {
  background-color: #EEF4F7;
}

.product-list [data-section="03"] .tab-product tr {
  border-bottom: 1px solid #E5E5E5;
}

.product-list [data-section="03"] .tab-product tr th {
  text-align: center;
  font-weight: 500;
  padding: 0.5em 1em;
}

.product-list [data-section="03"] .tab-product tr th:not(:nth-last-child(1)) {
  border-right: 1px solid #CCCCCC;
}

.product-list [data-section="03"] .tab-product tr td {
  text-align: center;
  padding: 0.5em 1em;
}

.product-list [data-section="03"] .tab-product tr td:nth-child(1) {
  background-color: #fff;
}

.product-list [data-section="03"] .tab-product tr td:nth-child(1) a {
  font-weight: 600;
  display: flex;
  align-items: center;
}

.product-list [data-section="03"] .tab-product tr td:nth-child(1) div:nth-child(1) {
  margin-right: 5%;
}

.product-list [data-section="03"] .tab-product tr td:nth-child(1) div:nth-child(2) {
  max-width: 275px;
  text-align: left;
}

.product-list [data-section="03"] .tab-product tr td:not(:nth-last-child(1)) {
  border-right: 1px solid #9ECADF;
}

.product-list [data-section="03"] .tab-product tr td:nth-last-child(1) {
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.product-list [data-section="03"] .tab-product tr td:nth-last-child(1) .pbBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #007297;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.product-list [data-section="03"] .tab-product tr td:nth-last-child(1) .pbBtn i {
  color: #007297;
  transition: all .4s;
}

.product-list [data-section="03"] .tab-product tr td:nth-last-child(1) .pbBtn:hover {
  background-color: #007297;
}

.product-list [data-section="03"] .tab-product tr td:nth-last-child(1) .pbBtn:hover i {
  color: #fff;
}

@media (max-width: 1499px) {
  .product-list [data-section="03"] .item {
    flex: 0 1 calc(100%/3);
    margin-bottom: 5%;
  }

  .product-list [data-section="03"] .item:nth-child(1) {
    order: 4;
  }

  .product-list [data-section="03"] .item:nth-child(2) {
    flex: 0 1 calc(100%/2);
    order: 5;
  }
}

@media (max-width: 991px) {
  .product-list [data-section="03"] .item {
    flex: 0 1 calc(100%/2);
    max-width: none;
  }

  .product-list [data-section="03"] .item div {
    max-width: 100%;
  }

  .product-list [data-section="03"] .item:nth-child(n+3) {
    flex: 1 1 calc(100%/3);
  }

  .product-list [data-section="03"] .item:nth-child(n+3) div {
    max-width: 100%;
  }

  .product-list [data-section="03"] .bootstrap-select .dropdown-toggle,
  .product-list [data-section="03"] .bootstrap-select>.dropdown-menu {
    width: 90%;
  }

  .product-list [data-section="03"] .BtnBox {
    display: flex;
  }

  .product-list [data-section="03"] .BtnBox button {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .product-list [data-section="03"] .item {
    flex: 1 1 calc(100%) !important;
  }

  .product-list [data-section="03"] .item div {
    max-width: 100%;
    width: 100%;
  }

  .product-list [data-section="03"] .bootstrap-select .dropdown-toggle,
  .product-list [data-section="03"] .bootstrap-select>.dropdown-menu {
    width: 100%;
  }

  .product-list [data-section="03"] .BtnBox {
    padding: 1em 0;
  }
}

.product-detail .banner {
  display: block;
  align-items: self-start;
  height: auto;
  min-height: 710px;
  padding-bottom: 0;
  background-position: left;
}

.product-detail .banner .box {
  align-items: center;
  padding: 5% 0;
}

.product-detail .banner .titBox {
  border-bottom: 1px solid #D9EAF2;
}

.product-detail .banner .LBox {
  flex: 1 1 50%;
  width: 50%;
}

.product-detail .banner .RBox {
  flex: 1 1 50%;
  width: 50%;
}

.product-detail .banner .RBox .txtBox {
  height: 230px;
  overflow-y: scroll;
  margin-top: 2em;
  padding-left: 2px;
}

.product-detail .banner .RBox .txtBox::-webkit-scrollbar {
  width: 9px;
}

.product-detail .banner .RBox .txtBox::-webkit-scrollbar-button {
  display: none;
}

.product-detail .banner .RBox .txtBox::-webkit-scrollbar-track-piece {
  background: linear-gradient(90deg, #ffffff 0 50%, #CCCCCC 50% 50%, #fff 51% 100%);
}

.product-detail .banner .RBox .txtBox::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
}

.product-detail .banner .RBox .txtBox::-webkit-scrollbar-track {
  box-shadow: transparent;
}

.product-detail .banner .RBox .txtBox-after {
  background: linear-gradient(to top, #ffffff, transparent);
  position: relative;
  bottom: 40px;
  height: 40px;
  width: 98%;
}

.product-detail .banner .RBox li,
.product-detail .banner .RBox dl {
  margin-bottom: 0;
}

.product-detail .banner .RBox dt,
.product-detail .banner .RBox dd {
  display: inline-block;
  margin-bottom: 0;
}

.product-detail .banner .RBox dt {
  font-weight: 400;
  min-width: 200px;
}

@media (max-width: 1499px) {
  .product-detail .banner .RBox {
    padding-left: 3em;
  }

  .product-detail .banner .slickBox .slider-for {
    padding-left: 2em;
  }
}

@media (max-width: 991px) {
  .product-detail .banner .slickBox .slider-for {
    padding-left: 0;
  }

  .product-detail .banner .box {
    flex-wrap: wrap;
    padding-bottom: 3em;
  }

  .product-detail .banner .LBox {
    flex: 1 1 100%;
    margin-bottom: 2em;
    width: 100%;
  }

  .product-detail .banner .RBox {
    flex: 1 1 100%;
    width: 100%;
    padding-left: 0;
  }

  .product-detail .banner .RBox .txtBox {
    height: auto;
    overflow-y: unset;
  }

  .product-detail .banner .RBox .txtBox-after {
    opacity: 0;
  }
}

@media (max-width: 575px) {

  .product-detail .banner .RBox dt,
  .product-detail .banner .RBox dd {
    display: block;
  }

  .product-detail .banner .RBox dt {
    font-weight: 600;
  }

  .product-detail .banner .RBox dd {
    margin-bottom: 3px;
  }

  .product-detail .banner .BtnBox {
    padding-bottom: 2em;
  }

  .product-detail .banner .BtnBox button {
    max-width: none;
    min-height: 50px;
  }
}

.product-detail .slickBox {
  display: flex;
  justify-content: space-between;
}

.product-detail .slickBox .slider-nav {
  max-width: 120px;
  max-height: 500px;
  margin: auto 0;
  width: 20%;
}

.product-detail .slickBox .slider-nav .item {
  margin: 0.5em 0;
  cursor: pointer;
  opacity: 0.3;
}

.product-detail .slickBox .slider-nav .item img {
  transition: all .3s;
  max-width: 120px;
}

.product-detail .slickBox .slider-nav .item.slick-current {
  opacity: 1;
}

.product-detail .slickBox .slider-nav .item:hover img {
  transform: scale(0.95);
}

.product-detail .slickBox .slider-nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail .slickBox .slider-for {
  max-width: 500px;
  width: 80%;
  margin: auto;
}

.product-detail .slickBox .slider-for img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail .slickBox .slick-arrow {
  width: 100%;
  height: 35px;
  border: 1px solid #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.product-detail .slickBox .slick-arrow img,
.product-detail .slickBox .slick-arrow svg {
  width: 12px;
  height: 12px;
}

.product-detail .slickBox .slick-arrow img path,
.product-detail .slickBox .slick-arrow svg path {
  fill: #808080 !important;
  transition: all .3s;
}

.product-detail .slickBox .slick-arrow:hover {
  border: 1px solid #007297;
}

.product-detail .slickBox .slick-arrow:hover img path,
.product-detail .slickBox .slick-arrow:hover svg path {
  fill: #007297 !important;
}

.product-detail .slickBox .slick-prev {
  top: -40px;
}

.product-detail .slickBox .slick-prev img,
.product-detail .slickBox .slick-prev svg {
  transform: rotate(90deg);
}

.product-detail .slickBox .slick-next {
  top: 104%;
}

.product-detail .slickBox .slick-next img,
.product-detail .slickBox .slick-next svg {
  transform: rotate(90deg);
}

.product-detail .slickBox .slick-dots {
  margin-top: -3em;
  margin-bottom: 1em;
}

.product-detail .slickBox .slick-dots li {
  margin: 0 3px;
}

@media (max-width: 991px) {
  .product-detail .slickBox {
    margin-top: 3em;
  }

  .product-detail .slickBox .slider-for {
    max-width: 400px;
  }

  .product-detail .slickBox .slider-nav .item {
    margin: 0;
  }
}

.product-detail .breadcrumb {
  color: #808080;
}

.product-detail .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #808080;
}

.product-detail .breadcrumb li.active {
  color: #000;
  font-weight: 500;
}

.product-detail .nav-tabs {
  border-bottom: none;
  justify-content: space-between;
}

.product-detail .nav-item {
  flex: 1 1 calc(100%/3);
}

.product-detail .nav-link {
  font-weight: 700;
  border-color: transparent;
  border-top: 3px solid transparent;
  border-radius: 0 !important;
  height: 70px;
  width: 100%;
  transition: all .3s;
}

.product-detail .nav-link:focus,
.product-detail .nav-link:hover {
  border-color: transparent;
  color: #007297;
}

.product-detail .nav-link.active {
  color: #007297;
  background-color: #fff;
  border-color: transparent;
  border-top: 3px solid #007297;
}

.product-detail .tab-content {
  padding-bottom: 5em !important;
}

@media (max-width: 991px) {
  .product-detail .table-style.rwd td:nth-child(1) {
    background-color: #EEF4F7;
    color: #000;
  }

  .product-detail .table-style.rwd td:nth-child(1)::before {
    content: attr(data-title);
    padding-right: 1em;
    color: #007297;
    font-weight: 500;
    font-family: "Noto Sans TC";
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .product-detail .nav-item {
    flex: 1 1 100%;
  }

  .product-detail .nav-link {
    height: 50px;
  }

  .product-detail .tab-content {
    padding-bottom: 3em !important;
  }
}

.product-detail .downloadBox .item {
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  height: 90px;
  padding: 3%;
  margin-bottom: 10px;
}

.product-detail .downloadBox .item>span:nth-child(1) {
  flex: 1 1 70%;
  font-weight: 700;
  transition: all .4s;
}

.product-detail .downloadBox .item>span:nth-child(2) {
  flex: 0 1 200px;
  min-width: 200px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.product-detail .downloadBox .item>span:nth-child(2)::before {
  content: "";
  background-color: #E5E5E5;
  left: 0;
  position: absolute;
  height: 20px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.product-detail .downloadBox .item>span:nth-child(2)::after {
  content: "";
  background-color: #E5E5E5;
  right: 0;
  position: absolute;
  height: 20px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.product-detail .downloadBox .item>span:nth-child(3) {
  flex: 0 1 190px;
  min-width: 190px;
  color: #007297;
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.product-detail .downloadBox .item i {
  display: inline-flex;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #007297;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.product-detail .downloadBox .item:hover {
  border: 1px solid #007297;
}

.product-detail .downloadBox .item:hover span:nth-child(1) {
  color: #007297;
}

@media (max-width: 767px) {
  .product-detail .downloadBox .item {
    flex-wrap: wrap;
    height: auto;
  }

  .product-detail .downloadBox .item>span {
    flex: 1 1 100% !important;
    min-width: auto !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 5px 0;
  }

  .product-detail .downloadBox .item>span:nth-child(2)::before,
  .product-detail .downloadBox .item>span:nth-child(2)::after {
    content: none;
  }

  .product-detail .downloadBox .item>span:nth-child(3) span {
    display: none;
  }
}

.industry .pageMain p {
  margin-bottom: 1.5em;
}

.industry .pageMain .itemBox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22.5px;
  padding: 1.5em 0;
}

.industry .pageMain .itemBox .item {
  background-color: #fff;
  flex: 0 1 calc(33% - 45px);
  margin: 0 22.5px 4em 22.5px;
  transition: all .3s;
  width: 100%;
  max-width: 470px;
}

.industry .pageMain .itemBox .item:hover .imgBox img {
  transform: scale(1.05);
}

.industry .pageMain .itemBox .item:hover .txtBox::after {
  color: #007297;
  right: 1em;
}

.industry .pageMain .itemBox .item:hover .txtBox::before {
  opacity: 1;
}

.industry .pageMain .itemBox .imgBox {
  display: block;
  overflow: hidden;
}

.industry .pageMain .itemBox .imgBox img {
  transition: all .3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry .pageMain .itemBox .txtBox {
  padding: 2em 2em 4em 2em;
  display: block;
  position: relative;
  transition: all .3s;
}

.industry .pageMain .itemBox .txtBox::after {
  content: "\e90d";
  font-family: "icomoon";
  color: #E5E5E5;
  bottom: 2em;
  right: 2em;
  position: absolute;
  transition: all .3s;
  font-size: 18px;
}

.industry .pageMain .itemBox .txtBox::before {
  content: "";
  box-shadow: 0px 15px 40px -10px #00000066;
  position: absolute;
  width: 95%;
  height: 30px;
  left: 50%;
  bottom: 5px;
  display: block;
  z-index: -1;
  transform: translateX(-50%);
  transition: all .3s;
  opacity: 0;
}

.industry .pageMain .itemBox .title {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  transition: all .4s;
}

.industry .pageMain .itemBox .txt {
  margin-top: 0.8em;
  display: block;
  font-size: 18px;
  color: #9E9E9E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
  .industry .pageMain .itemBox .item {
    flex: 0 1 calc(50% - 45px);
  }
}

@media (max-width: 767px) {
  .industry .pageMain .itemBox {
    margin: 0;
    padding: 0;
  }

  .industry .pageMain .itemBox .item {
    flex: 0 1 calc(100% - 0px);
    margin: 1em 0 3em 0;
    max-width: none;
  }
}

.industry .industryTitle {
  color: #fff;
  padding: 2em;
  margin-bottom: 5em;
  min-height: 400px;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.industry .industryTitle>div {
  padding-right: 3em;
}

.industry .industryTitle .txt {
  max-width: 1100px;
}

.industry .industryTitle .txt p:not(:nth-last-child(1)) {
  margin-bottom: 1.8em;
}

.industry .industryTitle .txt p:nth-last-child(1) {
  margin-bottom: 0;
}

@media (max-width: 1499px) {
  .industry .industryTitle {
    min-height: auto;
  }

  .industry .industryTitle>div {
    padding-right: 0;
    padding-left: 100px;
  }
}

@media (max-width: 1199px) {
  .industry .industryTitle {
    background-position: center;
  }

  .industry .industryTitle>div {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .industry .industryTitle {
    padding: 1.5em 6% 1em 6%;
    margin-bottom: 3em;
  }
}

.industry .industryMain .title {
  margin-bottom: 2.5%;
  font-size: 28px;
  font-weight: 800;
}

.industry .industryMain .item {
  display: flex;
  justify-content: space-between;
  padding: 1em 0 4em 0;
}

.industry .industryMain .item:nth-child(odd) .txtBox {
  padding-left: 35px;
  padding-right: 0;
}

.industry .industryMain .item:nth-child(even) .txtBox {
  max-width: calc(755px + 2em);
  padding-right: 2em;
}

.industry .industryMain .item:nth-child(even) .imgBox {
  text-align: right;
}

.industry .industryMain .imgBox {
  flex: 0 1 50%;
}

.industry .industryMain .imgBox img {
  width: 100%;
  max-width: 640px;
}

.industry .industryMain .txtBox {
  flex: 0 1 50%;
  max-width: 755px;
  padding: 1em 0;
}

.industry .industryMain .txtBox p {
  line-height: 1.6;
  margin-bottom: 1.8em;
}

@media (max-width: 1499px) {
  .industry .industryMain .item {
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .industry .industryMain .item {
    flex-wrap: wrap;
    padding: 0;
  }

  .industry .industryMain .txtBox {
    flex: 0 1 100%;
    max-width: none !important;
    width: 100%;
    padding: 1em 0 !important;
    order: 2;
  }

  .industry .industryMain .imgBox {
    flex: 0 1 100%;
    padding: 1em 0 !important;
    order: 1;
    text-align: center !important;
  }

  .industry .industryMain .imgBox img {
    width: 100%;
  }
}

.industry .innerBottom {
  background-color: #EEF4F7;
  padding: 4.5em 0;
}

.industry .innerBottom .title {
  font-size: 28px;
  font-weight: 800;
}

.industry .innerBottom span {
  display: block;
}

.industry .innerBottom .item {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 2em;
}

.industry .innerBottom .item:not(.no):hover .imgBox img {
  transform: scale(1.05);
}

.industry .innerBottom .item:not(.no):hover .txtBox .title {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.industry .innerBottom .item:not(.no):hover .MoreBtn {
  background-color: #007297;
  color: #fff;
}

.industry .innerBottom .item.no {
  pointer-events: none;
}

.industry .innerBottom .item.no .MoreBtn {
  opacity: 0;
}

.industry .innerBottom .tBox {
  display: flex;
  flex: 1 1 0;
}

.industry .innerBottom .imgBox {
  overflow: hidden;
  flex: 0 0 360px;
}

.industry .innerBottom .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.industry .innerBottom .txtBox {
  padding: 2.5em 4%;
}

.industry .innerBottom .txtBox .title {
  margin-bottom: 0.5em;
}

.industry .innerBottom .txtBox .txt {
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.industry .innerBottom .MoreBox {
  align-self: flex-end;
  padding: 2.5em 3em 2.5em 0;
}

.industry .innerBottom .MoreBtn {
  border: 1px solid #007297;
  color: #007297;
  width: 160px;
  height: 40px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .industry .innerBottom .itemBox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1em;
  }

  .industry .innerBottom .itemBox .imgBox {
    flex: 0 0 250px;
  }

  .industry .innerBottom .item {
    flex-direction: column;
    flex: 0 1 calc(50% - 2em);
    margin: 1em;
  }

  .industry .innerBottom .item.no .MoreBox {
    display: none;
  }

  .industry .innerBottom .tBox {
    flex-direction: column;
  }

  .industry .innerBottom .txtBox {
    padding: 1.5em 1.5em 2em 1.5em;
  }

  .industry .innerBottom .MoreBox {
    align-self: center;
    padding: 0em 0em 3em 0;
  }
}

@media (max-width: 767px) {
  .industry .innerBottom .itemBox {
    margin: 0;
  }

  .industry .innerBottom .item {
    flex: 1 1 calc(100% - 2em);
    margin: 1em 0;
  }
}

.technology .pageMain p {
  margin-bottom: 1.5em;
}

.technology [data-page="01"] .pageMain .itemBox .item {
  display: flex;
}

.technology [data-page="01"] .pageMain .itemBox .txtBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 1 50%;
  padding: 1em;
}

.technology [data-page="01"] .pageMain .itemBox .txtBox .tit {
  padding: 1em 0 0.5em 0;
}

.technology [data-page="01"] .pageMain .itemBox .txtBox .tit a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.technology [data-page="01"] .pageMain .itemBox .txtBox .txt {
  max-width: 600px;
}

.technology [data-page="01"] .pageMain .itemBox .imgBox {
  flex: 0 1 50%;
  text-align: center;
}

@media (max-width: 1199px) {
  .technology [data-page="01"] .pageMain .itemBox .item {
    flex-wrap: wrap;
  }

  .technology [data-page="01"] .pageMain .itemBox .txtBox {
    flex: 0 1 100%;
    order: 1;
    padding: 2em 1em;
  }

  .technology [data-page="01"] .pageMain .itemBox .imgBox {
    flex: 0 1 100%;
    order: 2;
  }
}

.technology [data-page="02"].inner {
  padding-bottom: 0;
}

.technology [data-page="02"] [data-section="01"] .pageMain>div {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2em;
}

.technology [data-page="02"] [data-section="01"] .txtBox {
  max-width: 900px;
}

.technology [data-page="02"] [data-section="01"] .imgBox {
  padding: 0 4%;
  text-align: right;
}

@media (max-width: 1499px) {
  .technology [data-page="02"] [data-section="01"] .pageMain>div {
    flex-wrap: wrap;
    padding-bottom: 3em;
  }

  .technology [data-page="02"] [data-section="01"] .txtBox {
    flex: 1 1 100%;
    max-width: none;
  }

  .technology [data-page="02"] [data-section="01"] .imgBox {
    flex: 1 1 100%;
    text-align: center;
  }
}

.technology [data-page="02"] [data-section="02"] {
  padding-bottom: 3.5em;
}

.technology [data-page="02"] [data-section="02"] .imgBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.technology [data-page="02"] [data-section="02"] .imgBox img {
  flex: 1 0 0;
}

@media (max-width: 767px) {
  .technology [data-page="02"] [data-section="02"] .imgBox {
    flex-direction: column;
  }

  .technology [data-page="02"] [data-section="02"] .imgBox div {
    padding: 1em 0;
  }
}

.technology [data-page="02"] [data-section="03"] {
  padding: 5% 0;
  background-color: #F1FAF8;
}

.technology [data-page="02"] [data-section="03"] .imgBox {
  display: flex;
  justify-content: space-between;
}

.technology [data-page="02"] [data-section="03"] .imgBox div img {
  width: 100%;
}

.technology [data-page="02"] [data-section="03"] .box-2 .imgBox {
  margin: 0 -7.5px;
}

.technology [data-page="02"] [data-section="03"] .box-2 .imgBox div {
  margin: 0 7.5px;
}

@media (max-width: 991px) {
  .technology [data-page="02"] [data-section="03"] {
    padding: 3.5em 0;
  }

  .technology [data-page="02"] [data-section="03"] .imgBox {
    flex-direction: column;
  }

  .technology [data-page="02"] [data-section="03"] .imgBox div {
    padding-bottom: 1em;
  }
}

.technology [data-page="02"] [data-section="04"] {
  padding: 5% 0;
}

.technology [data-page="02"] [data-section="04"] .imgBox {
  display: flex;
  justify-content: space-between;
}

.technology [data-page="02"] [data-section="04"] .imgBox div {
  position: relative;
}

.technology [data-page="02"] [data-section="04"] .imgBox div img {
  width: 100%;
}

.technology [data-page="02"] [data-section="04"] .imgBox .txt {
  position: absolute;
  bottom: 0;
  padding: 2em 3em;
}

@media (max-width: 991px) {
  .technology [data-page="02"] [data-section="04"] {
    padding: 3.5em 0;
  }

  .technology [data-page="02"] [data-section="04"] .imgBox {
    flex-direction: column;
  }

  .technology [data-page="02"] [data-section="04"] .imgBox div {
    padding-bottom: 1em;
  }

  .technology [data-page="02"] [data-section="04"] .imgBox .txt {
    padding: 2em 2em;
  }
}

.technology [data-page="02"] [data-section="05"] {
  padding: 5% 0;
  background-image: url(images/technology/02/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.technology [data-page="02"] [data-section="05"] .imgBox {
  display: flex;
  justify-content: space-between;
  max-width: 840px;
  margin: 0 auto;
}

.technology [data-page="02"] [data-section="05"] .imgBox .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 2em;
  width: 30%;
}

@media (max-width: 991px) {
  .technology [data-page="02"] [data-section="05"] {
    padding: 3.5em 0;
  }
}

@media (max-width: 767px) {
  .technology [data-page="02"] [data-section="05"] .imgBox .item {
    margin: 0 1em;
  }
}

@media (max-width: 575px) {
  .technology [data-page="02"] [data-section="05"] .imgBox {
    flex-direction: column;
    align-items: center;
  }

  .technology [data-page="02"] [data-section="05"] .imgBox .item {
    margin: 1em 0;
    width: auto;
  }

  .technology [data-page="02"] [data-section="05"] .imgBox .item img {
    max-width: 150px;
  }
}

@media (max-width: 991px) {
  .technology [data-page="02"] .font-24 {
    font-size: 20px;
  }
}

.technology [data-page="detail"] .box div:nth-child(3) {
  display: flex;
}

.technology [data-page="detail"] .box div:nth-child(3)>div {
  flex: 1 1 50%;
}

.technology [data-page="detail"] .box div:nth-child(3)>div:nth-child(1) {
  padding-left: 3em;
}

.technology [data-page="detail"] .box div:nth-child(3)>div:nth-child(1) table td {
  background-color: #fff;
}

.technology [data-page="detail"] .box div:nth-child(3)>div:nth-child(2) {
  padding-top: 2em;
  padding-left: 3em;
}

@media (max-width: 1199px) {
  .technology [data-page="detail"] .box div:nth-child(3)>div:nth-child(1) {
    padding-left: 0;
  }

  .technology [data-page="detail"] .box div:nth-child(3)>div:nth-child(2) {
    padding-left: 2em;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .technology [data-page="detail"] .box div:nth-child(3) {
    flex-wrap: wrap;
  }

  .technology [data-page="detail"] .box div:nth-child(3)>div:nth-child(1) {
    flex: 1 1 100%;
  }

  .technology [data-page="detail"] .box div:nth-child(3)>div:nth-child(2) {
    flex: 1 1 100%;
    padding-left: 0.5em;
  }
}

.technologyBottom {
  padding: 5% 0;
  background-image: url(images/technology/bg.jpg);
  background-attachment: fixed;
}

.technologyBottom .itemBox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.technologyBottom .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 calc(100%/6 - 10px);
  padding: 2.5em 0;
  margin: 0 5px;
  text-align: center;
}

.technologyBottom .item img {
  max-width: 130px;
  margin-bottom: 1em;
}

.technologyBottom .item span:not(.gifBox) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .technologyBottom .item:hover span:not(.gifBox) {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
} */

.technologyBottom .item:hover .hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

@media (max-width: 1199px) {
  .technologyBottom {
    padding: 3em 0;
  }

  .technologyBottom .item {
    flex: 0 1 calc(100%/4 - 10px);
    padding: 1.5em 0;
  }
}

@media (max-width: 767px) {
  .technologyBottom .item {
    flex: 0 1 calc(100%/3 - 10px);
  }
}

@media (max-width: 575px) {
  .technologyBottom .item {
    padding: 1em 0;
  }

  .technologyBottom .item img {
    max-width: 100px;
    width: 100%;
  }

  .technologyBottom .item span {
    max-width: 95px;
  }
}

@media (max-width: 420px) {
  .technologyBottom .item {
    flex: 0 1 calc(100%/2 - 10px);
  }

  .technologyBottom .item span {
    max-width: 95px;
  }
}
.no-ul, .no-ul > li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.titleBox .title::before {
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 2px;
	background-color: #007297;
	content: "";
	position: absolute;
}
.NewsTop {
  background-color: #eee;
  padding: 4em 0;
  z-index: 0;
  position: relative;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.news-archive {
  padding: 4em 0;
  z-index: 0;
  position: relative;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.news-archive .select-group-wrapper {
	display: flex;
	justify-content: center;
	margin: 0 0 40px;
}
@media (max-width:767px) {.news-archive .select-group-wrapper{flex-wrap: wrap;}}

.news-archive .common-select {
	width: 344px;
	margin-right: 24px;
}
@media (max-width:767px) {.news-archive .common-select{width: 100%;margin-right: 0;margin-bottom: 20px;}}
.search-result {
	padding: 20px 0 0 20px;
	text-align: center;
}
.select-block {
	position: relative;
	width: auto;
	display: inline-block;
}
.common-select select {
	width: 100%;
	padding: 16px 60px 16px 24px;
	border-radius: 28px;
	background-color: #f5f5f5;
	border: none;
	color: #007297;
	height: auto;
	line-height: 1.6;
	background-image: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border-radius: 0;
}
.common-select input {
	width: 100%;
	padding: 16px 60px 16px 24px !important;
	border-radius: 28px !important;
	background-color: #F5F5F5 !important;
	border: none !important;
	color: #007297 !important;
	height: 55px;
	margin: 0;
}
.btn-block {
	display: flex;
	flex-wrap: wrap;
	width: auto;
}
@media (max-width:767px) {.btn-block{width: 100%;}}

.btn-grow {
	cursor: pointer;
	min-width: 120px;
	margin: auto 0;
	display: block;
	height: 54px;
	padding: 0 16px;
	border-radius: 28px;
	text-align: center;
	outline: 0 !important;
	transition: color .4s cubic-bezier(0.165,0.84,0.44,1);
	transform: translateZ(0);
	overflow: hidden;
	border: none;
	background-color: #007297;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	position: relative;
	z-index: 1;
}
.btn-grow::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 10px;
	height: 10px;
	bottom: 0;
	vertical-align: bottom;
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	overflow: hidden;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
	transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
}
.btn-title {
	display: flex;
	position: relative;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	font-weight: 700;
	font-size: 16px;
	line-height: 54px;
	justify-content: center;
	align-items: flex-end;
	overflow: hidden;
	color: #fff;
}
.index-news-time {
	margin-right: 1.875rem;
	font-weight: 700;
	display: block;
}
.index-news-day {
	font-size: 2.875rem;
	font-weight: 500;
	display: block;
	line-height: 1;
	color: #0088BB;
}
.index-news-year {
	font-size: .875rem;
	font-weight: 500;
	display: block;
	color: #0088BB;
}
.news-list {
	margin-top: 40px;
}
.news-list-wrapper .news {
	border-top: 1px solid #ddd;
}

.news-list-wrapper .news a {
	display: flex;
	padding: 15px;
	color: var(--auo-blue);
	transition: .4s ease;
}
.news-list-wrapper .news a:hover {
	background: #eee;
	transition: .4s ease;
}
.news .date {
	width: 120px;
}
.news .news-title {
}
.select-block::after {
	content: '';
	display: block;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translate(0,-50%);
	width: 30px;
	height: 30px;
	background-image: url("../images/auo-select-arrow.svg");
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: ; */
	z-index: 1;
	pointer-events: none;
	background-position: center;
}
.news .topBox {
  padding-bottom: 5.5em;
}

.news .topBox .newsBox {
  display: block;
}

.news .topBox .newsBox .item>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  max-width: none;
}

.news .topBox .newsBox .item:hover .txtBox {
  box-shadow: none;
}

.news .topBox .newsBox .item:hover .txtBox .title {
  color: #007297;
}

.news .topBox .newsBox .item:hover .txtBox::after {
  right: 0em;
}

.news .topBox .newsBox .imgBox {
  flex: 0 1 50%;
  max-width: 650px;
}

.news .topBox .newsBox .txtBox {
  flex: 0 1 50%;
  height: auto;
  padding: 0;
  max-width: 690px;
  margin: auto;
  padding-left: 2.5%;
  background-color: transparent;
}

.news .topBox .newsBox .txtBox .titBox {
  height: auto;
}

.news .topBox .newsBox .txtBox .title {
  transition: all .4s;
  margin-bottom: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .topBox .newsBox .txtBox::after {
  font-size: 30px;
  bottom: -1.5em;
  right: 0.5em;
}

@media (max-width: 1199px) {
  .news .topBox {
    padding-bottom: 3em;
  }

  .news .topBox .newsBox .item>div {
    flex-wrap: wrap;
  }

  .news .topBox .newsBox .imgBox {
    flex: 0 1 100%;
    max-width: none;
    width: 100%;
  }

  .news .topBox .newsBox .txtBox {
    flex: 0 1 100%;
    padding: 1.5em 0 0 0 !important;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .news .topBox {
    padding-bottom: 2.5em;
  }

  .news .topBox .newsBox .txtBox {
    box-shadow: none;
  }
}

@media (max-width: 575px) {
  .news .topBox .btnBox {
    margin: auto;
  }
}

.news .contBox .newsBox {
  display: flex;
  flex-wrap: wrap;
}

.newsBox {
  margin: 0 -1.5em;
  display: flex;
  flex-wrap: wrap;
}

.newsBox .item {
  flex: 0 1 calc(33%);
}

.newsBox .item>div {
  margin: 0 1.5em;
  padding-bottom: 3em;
  max-width: 470px;
}

.newsBox .item>div:hover .txtBox {
  box-shadow: 0px 10px 50px -30px #00000066;
}
.newsBox .item>div:hover .txtBox2 {
  box-shadow: 0px 10px 50px -30px #00000066;
  background-color: #f2f5fe;
}
.newsBox .item>div:hover .txtBox::after {
  right: 1.5em;
  color: #007297;
}
.newsBox .item>div:hover .txtBox2::after {
  right: 1.5em;
  color: #007297;
}
.newsBox .item>div:hover .imgBox img {
  transform: scale(1.05);
}

.newsBox .imgBox {
  display: block;
  overflow: hidden;
  background-color: #EEEEEE;
}

.newsBox .imgBox img {
  transition: all .3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsBox .txtBox {
  min-height: 300px;
  padding: 4.5% 7.5%;
  transition: all .3s;
  position: relative;
  background-color: #fff;
  border: 1px solid #eeeeee;
}
.newsBox .txtBox2 {
  padding: 4.5% 7.5%;
  transition: all .3s;
  position: relative;
  background-color: #fff;
  border: 1px solid #eeeeee;
}
.newsBox .txtBox .titBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 230px;
}
.newsBox .txtBox2 .titBox2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100px;
}
.newsBox .txtBox .title {
  color: #007297;
  line-height: 1.2;
  padding-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsBox .txtBox2 .title {
  line-height: 1.2;
  padding-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsBox .txtBox .dateBox {
  color: #9F9F9F;
}
.newsBox .txtBox2 .dateBox2 {
	color: #007297;
	position: relative;
	bottom: 10px;
}
.newsBox .txtBox::after {
  content: "";
  background-image: url('/images/icon/arrow-right.png');
  background-size: 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  transition: all .3s;
  right: 2em;
  bottom: 30px;
}
.newsBox .txtBox2::after {
  content: "";
  background-image: url('/images/icon/arrow-right.png');
  background-size: 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  transition: all .3s;
  right: 2em;
  bottom: 20px;
}
.newsBox .tagBox {
}
.tagBox {
	background: #007297;
	display: inline-block;
	color: #ffffff;
	font-size: 0.9rem;
	padding: 3px 10px 5px;
}
@media (max-width: 1499px) {
  .newsBox {
    margin: 0 -1em;
  }

  .newsBox .item>div {
    margin: 0 1em;
  }
}

@media (max-width: 1199px) {
  .newsBox .item {
    flex: 1 1 calc(50%);
  }

  .newsBox .txtBox {
    height: auto;
  }

  .newsBox .txtBox>.titBox {
    height: 150px;
  }
}

@media (max-width: 767px) {
  .newsBox {
    margin: 0;
  }

  .newsBox .item {
    flex: 1 1 calc(100%);
  }

  .newsBox .item>div {
    margin: 0 auto;
    max-width: none;
  }

  .newsBox .txtBox {
    box-shadow: 0px 10px 50px -30px #00000066;
  }
}

@media (max-width: 575px) {
  .newsBox .txtBox::after {
    color: #007297;
  }
}

.new .pageTitle {
  align-items: flex-end;
}

.new .pageTitle .tagBox {
  flex: 1 1 100%;
  margin-bottom: 1.2em;
}

.shareBox {
  display: flex;
  padding-bottom: 1em;
  position: relative;
  z-index: 1;
}

.shareBox .box {
  position: absolute;
  display: none;
}

.shareBox .box.show {
  display: block;
}

.shareBox .box .icon:nth-child(1):hover {
  background-color: #395498;
}

.shareBox .box .icon:nth-child(2):hover {
  background-color: #00C300;
}

.shareBox .box .icon:nth-child(3):hover {
  background-color: #0A66C2;
}

.shareBox .box .icon:nth-child(4):hover {
  background-color: #60A9DE;
}

.shareBox .box .icon:hover {
  transform: scale(1.05);
}

.shareBox>i {
  margin-right: 10px;
}

.shareBox .icon {
  background-color: #CCCCCC;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 5px;
  transition: all .4s;
}

.shareBox .icon i {
  transition: all .3s;
}

.shareBox .icon:hover {
  background-color: #007297;
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .shareBox {
    padding-left: calc(100% - 100px);
    margin-top: -1.8em;
    padding-bottom: 0.5em;
  }

  .shareBox .icon {
    width: 45px;
    height: 45px;
  }
}

.search .banner {
  height: 400px;
}

.search .item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 2em 3.2em;
}

.search .item .title {
  display: block;
}

.search .item .title:hover {
  color: #007297;
}

.search .item .tagBox a:not(:nth-last-child(1))::after {
  content: "/";
  padding: 0 0.5em;
}

.search .item .tagBox a:hover {
  color: #007297;
}

@media screen and (max-width: 991px) {
  .search .banner {
    height: 350px;
  }

  .search .font-36 {
    font-size: 24px;
  }

  .search .item {
    padding: 1em 1.5em;
  }
}

.fomeBox .row {
  margin-right: -25px;
  margin-left: -25px;
}

.fomeBox .row .form-group>label {
  font-weight: 600;
}

.fomeBox .form-group {
  margin-bottom: 2rem;
}

.fomeBox .form-control {
  border-radius: 0;
  border: 1px solid #E5E5E5;
  height: 50px;
  padding: 1em 1.5em;
  color: #000;
}

.fomeBox .form-control:focus {
  box-shadow: none;
}

.fomeBox textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #E5E5E5;
  padding: 1em 1.5em;
}

.fomeBox .col-md-6,
.fomeBox .col-md-12 {
  padding-right: 25px;
  padding-left: 25px;
}

.fomeBox .box {
  padding-top: 2em;
}

.fomeBox .bootstrap-select .dropdown-toggle {
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 1em 1.5em;
}

.fomeBox .bootstrap-select .dropdown-toggle::after {
  color: #007297;
}

.fomeBox .bootstrap-select .dropdown-toggle:hover::after {
  color: #fff;
}

.fomeBox input[type=date] {
  position: relative;
}

.fomeBox input[type=date]::after {
  content: "\e910";
  font-family: "icomoon";
  border: none;
  font-weight: 400;
  font-size: 12px;
  transition: all .3s;
  transform: scale(0.7);
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  height: 50px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007297;
  cursor: pointer;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .fomeBox .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .fomeBox .col-md-6,
  .fomeBox .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .fomeBox .form-control {
    height: 40px;
  }

  .fomeBox .bootstrap-select .dropdown-toggle {
    height: 40px;
  }

  .fomeBox .box {
    padding-top: 1.5em;
  }

  .fomeBox input[type=date]::after {
    top: -5px;
  }
}

@media screen and (max-width: 575px) {
  .fomeBox .form-group {
    margin-bottom: 1rem;
  }
}

/* -------------------------------------------
     課程
  ---------------------------------------------*/
#calendar {
	margin: 40px 0;
}
#calendar .paper2 .rwd-table th, #calendar .rwd-table td{
	height: 150px;
}
@media (max-width:480px) {#calendar .paper2 .rwd-table th, #calendar .rwd-table td{height: auto;min-height: 80px;}}

#calendar .rwd-table thead td{
	height: auto;
}
.calendar-top {
	margin: 20px 0;
	overflow: hidden;
}
.calendar-top .calendar-top-title {
	font-size: 1.9rem;
	font-weight: 600;
	color: #333333;
	float: left;
}
.calendar-top .calendar-top-switch {
	float: right;
	padding-top: 10px;
}
.calendar-top .calendar-top-switch span {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: relative;
	color: #ffffff;
	cursor: pointer;
	background: #209EBB;
	margin: 0 0 0 4px;
	font-size: 18px;
	border-radius: 0 3px 3px 0;
	box-shadow: none;
	text-align: center;
	transition: all 200ms;
}
.calendar-top .calendar-top-switch span:first-child {
    border-radius: 3px 0 0 3px;
}
.calendar-top .calendar-top-switch span:hover {
    background: #0171B4;
	transition: all 200ms;
}
@media (max-width:767px) {#calendar .section__midline-heading2{display: none;}}
@media (max-width:767px) {#calendar .product-sec-des{display: none;}}

.course-event {
	margin-top: 35px;
	position: relative;
}
@media (max-width:767px) {.course-event{margin-top: 10px;}}

.course-event a {
	display: inline-block;
	margin-bottom: 10px;
}

.course-event a.multidayEvent {
	background: #f2f5fe;
	display: flex;
	font-size: 0.85rem;
	border-radius: 5px;
	color: #209EBB;

}
.course-event a:hover.multidayEvent{
	background: #209EBB;
	color: #ffffff;
	box-shadow: 0 7px 10px 0 rgba(0,0,0,0.2);
}
.course-event a.multidayEvent span.tag {
	background: #209EBB;
	padding: 8px;
	color: #ffffff;
	flex: 0 0 45px;
	border-radius: 5px 0 0 5px;
	justify-content: center;
	display: flex;
	align-items: center;
}
.course-event a.multidayEvent span.name {
	padding: 8px;
	border-left: 1px solid #f2f5fe;
}
.course-event a.onlineEvent {
	background: #FCF2F2;
	display: flex;
	font-size: 0.85rem;
	border-radius: 5px;
	color: #F93636;
}
.course-event a:hover.onlineEvent{
	background: #F93636;
	color: #ffffff;
	box-shadow: 0 7px 10px 0 rgba(0,0,0,0.2);
}
.course-event a.onlineEvent span.tag {
	background: #F93636;
	padding: 8px;
	color: #ffffff;
	flex: 0 0 45px;
	border-radius: 5px 0 0 5px;
	justify-content: center;
	display: flex;
	align-items: center;
}
.course-event a.onlineEvent span.name {
	padding: 8px;
	border-left: 1px solid #FCF2F2;
}

.course-event a.multidayEvent {
	background: #f2f5fe;
	display: flex;
	font-size: 0.85rem;
	border-radius: 5px;
	color: #209EBB;

}
.course-detail {
	overflow: hidden;
	margin: 40px 0;
}
@media (max-width:1280px) {.course-detail{display: flex;flex-direction: column;}}

.course-detail-title{
}
.course-container {
	float: left;
	width: 66.66666667%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}
@media (max-width:1280px) {.course-container{float: none;width: 100%;padding:0;display: flex;flex: 1 0 auto;order: 2;}}

.course-sidebar {
	float: left;
	width: 33.33333333%;
	padding-left: 15px;
	padding-right: 15px;
}
@media (max-width:1280px) {.course-sidebar{float: none;width: 100%;padding:0;display: flex;flex: 1 0 auto;order: 1;}}
@media (max-width:767px) {.course-sidebar{flex-direction: column;margin-bottom: 10px;}}

.course-sidebar-pay {
	float: left;
	width: 33.33333333%;
	padding-left: 15px;
	padding-right: 15px;
}
@media (max-width:1280px) {.course-sidebar-pay{float: none;width: 100%;padding:0;display: flex;flex: 1 0 auto;order: 3;}}

.course-sidebar-inner {
	border: 1px solid #d3dee5;
	padding: 10px 16px;
	margin-bottom: 20px;
	background: #fff;
	width: 100%;
}
@media (max-width:767px) {.course-sidebar-inner{margin-bottom: 10px;}}

.course-title {
	font-size: 1.6rem;
	line-height: 1.33;
	margin-bottom: 15px;
}
.course-title2 {
	font-size: 1.4rem;
	line-height: 1.33;
	/* margin-bottom: 15px; */
	text-align: center;
}
.course-sidebar-inner p {
	font-size: 1rem;
	margin: 10px 0 15px;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	color: #666666;
	font-weight: 600;
}
.course-sidebar .course-tag {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.course-sidebar .course-tag span {
	background: #209EBB;
	color: #ffffff;
	font-weight: 600;
	padding: 8px 15px;
}
.course-sidebar .course-tag span.live {
	background: #F93636;
	color: #ffffff;
	font-weight: 600;
	padding: 8px 15px;
}
.course-sidebar .course-info-list {
	margin: 5px 0;
}
.course-sidebar ul li {
	margin-top: 8px;
	line-height: 1.5;
}
.course-sidebar .btn-full {
	/* margin-top: 8px; */
	display: block;
	min-height: auto;
	padding: 15px 0;
	font-weight: 600;
}
.course-signup {
	float: left;
	width: 66.66666667%;
	padding-left: 15px;
	padding-right: 15px;
}
@media (max-width:1280px) {.course-signup{float: none;width: 100%;padding:0;display: flex;flex: 0 0 100%;order: 2;flex-direction: column;margin-bottom: 20px;}}

.course-signup-top {
	background: #ffffff;
	border: none;
	border: 1px solid #d3dee5;
	padding: 10px 16px;
	border-bottom: 3px solid #209EBB;
}
@media (max-width:1280px) {.course-signup-top{display: flex;flex: 0 0 100%;}}

.course-signup-top h3 {
	font-size: 1.3rem;
	text-align: center;
}
.course-signup-top p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-weight: 600;
	color: #666666;
}
.course-signup-bottom {
	padding: 30px;
	border-right: 1px solid #d3dee5;
	border-left: 1px solid #d3dee5;
	border-bottom: 1px solid #d3dee5;
	position: relative;
	background: #ffffff;
}
@media (max-width:1280px) {.course-signup-bottom{display: flex;flex: 0 0 100%;padding: 10px 5px;}}

.signup-box {
	overflow: hidden;
}
.signup-col {
	float: left;
	width: 100%;
	padding: 0 15px;
}
.signup-col2 {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.signup-col3 {
	float: left;
	width: 33.33%;
	padding: 0 15px;
}
@media (max-width:767px) {.signup-col2, .signup-col3{float: none;width: 100%;}}

.btn-blue {
	background: #209EBB;
	color: #fff;
	border: 1px solid #209EBB;
}
.recommend {
	overflow: hidden;
	margin-top: 28px;
	border-bottom: 1px solid #ddd;
}
.recommend .recommend-img {
	float: left;
	width: 40px;
}
.recommend .recommend-info {
	margin-top: 0;
	padding-left: 47px;
	vertical-align: middle;
}
.recommend .recommend-info .recommend-name {
	font-weight: 600;
	color: #333;
}
.recommend .recommend-info .recommend-rating{
	color: #E7711B;
}
.recommend .recommend-info .recommend-rating span {
	color: #888888;
	font-size: 0.9rem;
	padding-left: 5px;
}
.recommend .recommend-info p {
	text-align: left;
	font-size: 0.9rem;
	line-height: 1.5;
	padding: 5px 0;
}
.recommend-send {
	margin: 30px 0;
}
.recommend-send h3 {
	font-size: 1.3rem;
	padding-bottom: 20px;
	color: #209EBB;
}
.point-list {
	overflow: hidden;
}
.point-list .point-list-inner{
	float: left;
	width: 20%;
}
.point-list i {
	color: #E7711B;
}


.member {
	width: 80%;
	max-width: 1024px;
	position: relative;
	padding: 50px 0;
	margin: 0 auto;
	overflow: hidden;
}
@media (max-width:1280px) {.member{width: 100%;padding: 20px;}}

.member-area {
	position: relative;
	padding: 50px 0;
	margin: 0 auto;
	overflow: hidden;
}
@media (max-width:1280px) {.member-area{width: 100%;padding: 20px 0;flex-direction: column;display: flex;}}

.member-area .member-area-left{
	float: left;
	width: 80%;
	padding-left: 15px;
	padding-right: 15px;
}
@media (max-width:960px) {.member-area .member-area-left{width: 100%;float: none;display: flex;order:2;flex: 0 0 100%;}}

.member-area .member-area-right{
	float: left;
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}
@media (max-width:960px) {.member-area .member-area-right{width: 100%;float: none;display: flex;order:1;flex: 0 0 100%;margin-bottom: 30px;}}

.member-area.owner-page h1 {
	padding-left: 15px;
}
.owner-page h1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 48px;
	padding-bottom: 22px;
}
@media (max-width:480px) {.owner-page h1{font-size: 24px;}}

.owner-page h1 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.owner-page h1 span::before {
	width: 100%;
	background: #0171B4;
	right: 0;
}
h1 span::after {
	width: 28px;
	background: #F93636;
	left: 0;
}
.owner-page h1 span::before, .owner-page h1 span::after {
	content: "";
	height: 3px;
	display: block;
	position: absolute;
	bottom: 0;
}
.left {
	float: left;
}
.ofh {
	overflow: hidden;
}
.paper {
	position: relative;
	padding: 41px 90px;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-top: 3px solid #0171B4;
	width: 100%;
}
@media (max-width:1280px) {.paper{padding: 40px;}}
@media (max-width:767px) {.paper{padding: 20px;}}

.paper p{
	margin: 10px 0 20px;
}
.paper ol{
	margin: 0 0 30px;
}
.paper2 {
	position: relative;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-top: 3px solid #0171B4;
}
@media (max-width:767px) {.paper2{padding: 20px;}}

.paper2 .news-list ul li {
	flex: 0 0 25%;
	padding: 0 20px;
	position: relative;
	margin-bottom: 40px;
}
@media (max-width:1280px) {.paper2 .news-list ul li{flex: 0 0 33.33%;}}
@media (max-width:767px) {.paper2 .news-list ul li{flex: 0 0 50%;}}
@media (max-width:480px) {.paper2 .news-list ul li{flex: 0 0 100%;}}

.paper2 .news-list ul li .text-wrapper h3 {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #222222;
	transition: all 0.4s;
}
.paper2 .news-list ul li .text-wrapper .description {
	font-size: 0.9rem;
	padding: 10px 0 0 0;
	color: #666666;
}
.paper2 .news-list ul li a::before {
	content: '';
	display: block;
	width: calc(100% - 40px);
	height: calc(100%);
	background-color: #fff;
	-webkit-transition: opacity 0.4s;
	transition: all 0.4s;
	position: absolute;
	top: 0;
	left: 20px;
	-webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
	box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
	pointer-events: none;
	opacity: 1;
	border-radius: 5px;
	border-bottom: 3px solid #ffffff;
}
.paper2 .news-list ul li a:hover::before{
	transition: all 0.4s;
	opacity: 1;
	-webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.3);
	box-shadow: 0 10px 40px 0 rgba(0,0,0,0.3);
	border-bottom: 3px solid #F93636;
}
.paper2 .rwd-table th, .rwd-table td{
	height: auto;
	text-align: center;
}
@media (max-width:767px) {.paper2 .rwd-table th, .rwd-table td{text-align: left;}}

.user-card {
	position: relative;
	padding: 20px 15px;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-top: 3px solid #0171B4;
}
@media (max-width:960px) {.user-card{width: 100%;}}

.user-card .card-top{
}
.user-card .card-top .card-top-welcome {
	font-size: 0.95rem;
	color: #666666;
}
.user-card .card-top .card-top-welcome span{
	font-size: 1rem;
	color: #209EBB;
	font-weight: 600;
}
.user-card .card-top .card-top-logout {
	padding: 5px 0 20px;
}
.user-card .card-top .card-top-logout a {
	font-size: 0.95rem;
	color: #0171B4;
	text-decoration: underline;
}
.user-card .card-top .card-top-logout a:hover {
	font-size: 0.95rem;
	color: #0171B4;
	text-decoration: none;
}
.user-card .card-main{
}
.user-card .card-main ul li {
	border-bottom: 1px solid #eee;
}
.user-card .card-main ul li a {
	display: block;
	font-size: 0.95rem;
	font-weight: 600;
	color: #555555;
	padding: 10px 0 10px 20px;
	position: relative;
}
.user-card .card-main ul li a:hover {
	background: #eeeeee;
	color: #222222;
}
.user-card .card-main ul li a.active {
	background: #209EBB;
	color: #ffffff;
}
.user-card .card-main ul li a::before {
	font-family: "fontello";
	position: absolute;
	content: "\F105";
	left: 10px;
}
.page-content .ofh {
	position: relative;
}
@media (max-width:767px) {.register-w .left{float: none;}}
@media (max-width:767px) {.register-w .right{float: none;}}
.owner-page h4 {
	font-size: 18px;
	line-height: 1.5em;
	padding-bottom: 5px;
	margin: 0;
	color: #222222;
}
@media (max-width:767px) {.owner-page h4{font-size: 16px;}}

.owner-page h5 {
	font-size: 18px;
	line-height: 1.5em;
	padding-bottom: 5px;
	margin: 12px 0;
	color: #209EBB;
	position: relative;
	padding-left: 12px;
}
.owner-page h5::before {
	background: #209EBB;
	position: absolute;
	content: "";
	width: 5px;
	height: 25px;
	left: 0;
}
.owner-page .owner-top-section, .popup-add-car .owner-top-section {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 47px;
}
.owner-page .owner-top-section .left, .popup-add-car .owner-top-section .left {
	width: calc(42% - 1px);
}
@media (max-width:767px) {.owner-page .owner-top-section .left, .popup-add-car .owner-top-section .left{width: 100%;float: none;}}

.owner-page .owner-top-section .divide.or, .popup-add-car .owner-top-section .divide.or {
	position: relative;
	height: 200px;
	margin: 50px 8%;
	border-right: 1px solid #ccc;
	border-bottom: 0;
	width: 1px;
}
@media (max-width:767px) {.owner-page .owner-top-section .divide.or, .popup-add-car .owner-top-section .divide.or{display: none;}}

.owner-page .owner-top-section .right, .popup-add-car .owner-top-section .right {
	width: calc(42% - 1px);
	padding-top: 0;
}
@media (max-width:767px) {.owner-page .owner-top-section .right, .popup-add-car .owner-top-section .right{width: 100%;float: none;margin-top: 30px;}}

.forget-link {
	font-size: 0.95rem;
	text-decoration: underline;
}
.owner-page .text, .popup-add-car .text {
	font-size: 0.95rem;
}
.owner-page .divide {
	width: 100%;
	border-bottom: 1px solid #CCC;
	margin: 2em 0;
}
@media (max-width:767px) {.owner-page .divide{margin: 1em 0;}}

.clear {
	clear: both;
}
.username {
	font-size: 1.1rem;
	font-weight: 600;
	color: #e7211b;
}
.login-text {
}
.login-text h2 {
	font-size: 1.3rem;
	margin-bottom: 10px;
	color: #024D7B;
}
.login-text h3 {
	font-size: 1rem;
	color: #666666;
	line-height: 1.6;
	margin-bottom: 10px;
}
.login-text ol {
	margin: 0 0 0 -10px;
}
.login-text ol li {
	font-size: 0.9rem;
	margin-bottom: 15px;
	color: #666666;
}
.register-box {
	overflow: hidden;
	margin: 0 -15px 20px;
}
.note {
	color: #e7211b;
	font-size: 1rem;
	line-height: 1.2;
	margin: -10px 0 0 0;
	font-weight: 600;
}
.owner-page .star::before {
	content: "* ";
	color: #e7211b;
	font-weight: bold;
}
.input-item.policy {
	float: left;
	margin-right: 20px;
	width: auto;
	font-size: 0.9rem;
}
.input-item.policy a {
	text-decoration: underline;
}
input.ui[type="checkbox"] {
	padding: 0;
	width: 1em;
	height: 1em;
	line-height: 1em;
	margin: 0;
	background-color: transparent;
	border: 2px solid #CCC;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	margin-right: 0.5em;
}
a.register-link{
	min-width: 200px;
	color: #fff;
	background-color: #e7211b;
	display: inline-block;
	padding: 10px 24px;
	letter-spacing: .1em;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
}
@media (max-width:767px) {a.register-link{margin-top: 20px;}}

a:hover.register-link{
	color: #fff;
}
a.register-link i {
	display: inline-block;
	left: 0;
	margin-left: 0.3rem;
	position: relative;
	transition: left .5s;
	font-size: 1.2rem;
}
a:hover.register-link i{
	left: .50rem;
}
a:hover.register-link i{
	left: .50rem;
}
.register-cat {
	overflow: hidden;
	padding: 0 0 35px;
}
.register-cat ul li {
	display: inline-block;
	padding-right: 6px;
}
.register-cat ul li a {
	padding: 15px 20px;
	font-size: 0.95rem;
	line-height: 1.1;
	color: #555;
	background-color: #f0f0f0;
	text-decoration: none;
	display: block;
	border-radius: 3px;
	font-weight: 600;
}
@media (max-width:767px) {.register-cat ul li a{padding: 15px;}}

.register-cat ul li a.on, .register-cat ul li a:hover.on {
	background-color: #209EBB;
	color: #fff;
}
.register-cat ul li a:hover, .register-cat ul li a.click {
	background-color: #666666;
	color: #fff;
}
footer .footer-sidebars {
	padding: 40px 0 40px;
}
.book-list {
	max-width: 1160px;
	margin: 60px auto;
	text-align: center;
}
.book-list ul li {
	display: inline-block;
	cursor: pointer;
	margin: 0px 20px;
	width: 25% !important;
	box-shadow: 0px 2px 12px rgba(0,0,0,.4);
	max-width: 200px;
	z-index: 1;
	position: relative;
}
@media (max-width:640px) {.book-list ul li{margin: 0px 10px;}}

.book-list .book-wood{
	margin-top: -9px;
	margin-bottom: 40px;
}
@media (max-width:991px) {.book-list .book-wood{margin-top: -5px;}}
@media (max-width:640px) {.book-list .book-wood{margin-top: -2px;}}

.result-box {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.result-title a{
	font-size: 1.2rem;
	font-weight: bold;
	color: #005E99;
}
.result-txt {
	color: #666666;
	font-size: 0.95rem;
}
.tab-content table {
	border-color: #e8e8e8;
	border-style: solid;
	border-width: 0;
	/* border-collapse: separate; */
	width: 100%;
	/* border-top: 3px solid #0877ae; */
	/* margin: 0 0 40px; */
}
.tab-content table thead {
	border-bottom: 2px solid #007297;
	color: #007297;
	background: #ffffff;
}
.tab-content table thead th{
	padding: 16px 15px 16px;
	text-align: center;
}
.tab-content table thead th:nth-child(1) {
	width: 150px;
}
.tab-content table thead th:nth-child(2) {
	text-align: left;
}
.tab-content table thead th:nth-child(3) {
	width: 120px;
}
.tab-content table thead th:nth-child(4) {
	width: 120px;
}
.tab-content table td {
	border-width: 0 0 1px 0;
	padding: 16px 15px 16px;
	text-align: center;
	vertical-align: middle;
	border-color: #e8e8e8;
	border-style: solid;
	padding: 15px;
	line-height: 1.6;
	background: #ffffff;
}
.tab-content table td:nth-child(1) {
	width: 150px;
}
.tab-content table td:nth-child(2) {
	text-align: left;
}
.tab-content table td:nth-child(3) {
	width: 120px;
}
.tab-content table td:nth-child(4) {
	width: 120px;
}
.fixed-table {
	width: auto;
	position: relative;
	overflow-x: auto;
	white-space: nowrap;
	width: 100%;
}
.fixed-table td, .fixed-table th {
	border-width: 0 1px 1px 0;
}
.edit table, .rwd-table, .fixed-table {
	border-width: 1px;
	font-size: 15px;
	color: #666;
}
.edit table, .rwd-table, .fixed-table {
	border-color: #e8e8e8;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-collapse: separate;
	width: 100%;
	border-top: 3px solid #209EBB;
	margin: 0 0 40px;
}
@media (max-width:767px) {.edit table, .rwd-table, .fixed-table {border-width: 1px 1px 0 1px;}}

.fixed-table th, .fixed-table td {
	border-color: #e8e8e8;
	border-style: solid;
	padding: 15px;
	padding: 5vw;
	line-height: 120%;
}
.fixed-table td a i {
	font-size: 1.4rem;
	color: #666666;
}
.fixed-table td a:hover i {
	color: #BE0C04;
}
.edit table th, .edit table td, .rwd-table th, .rwd-table td, .fixed-table th, .fixed-table td {
	padding: 13px 20px 14px;
}
@media (max-width:480px) {.edit table th, .edit table td, .rwd-table th, .rwd-table td, .fixed-table th, .fixed-table td{padding: 13px 15px 13px;}}
@media (max-width:360px) {.edit table th, .edit table td, .rwd-table th, .rwd-table td, .fixed-table th, .fixed-table td{padding: 13px 10px 13px;}}

.edit table thead, .rwd-table thead, .fixed-table thead {
	background: #f2f5fe;
	color: #222;
}
.rwd-table td a i {
	font-size: 1.4rem;
	color: #666666;
}
.rwd-table td a:hover i {
	color: #BE0C04;
}
.rwd-table thead tr td {
	font-weight: 600;
	text-align: center;
	height: 50px;
	font-size: 1.1rem;
}
.rwd-table tbody tr:nth-child(2n) {
	background: #f9f9f9;
}
.rwd-table tbody td ol li{
	font-size: 15px;
	color: #666;
}
.rwd-table th, .rwd-table td {
	border-width: 0 0 1px;
}
.rwd-table th, .rwd-table td {
	border-color: #e8e8e8;
	border-style: solid;
	padding: 15px;
	line-height: 1.6;
}
.rwd-table th, .rwd-table td {
	border-width: 0 1px 1px 0;
	padding: 16px 15px 16px;
	text-align: left;
	vertical-align: top;
	position: relative;
	height: 150px;
	width: 14.28%;
    width: -moz-calc(100%/7);
    width: -webkit-calc(100%/7);
    width: calc(100%/7);
	width: calc(100% / 7);
}
.rwd-table td p{
	margin: 0 0 10px 0;
}

.rwd-table td span.date{
	position: absolute;
    color: #999999;
    text-shadow: none;
    font-size: 28px;
    font-weight: 300;
    bottom: auto;
    right: auto;
    top: 10px;
    left: 8px;
    text-align: left;
    text-shadow: none;
}
@media (max-width:767px) {.rwd-table td span.date{position: relative;float: left;top: 0;left: 0;width: 25px;}}

@media(min-width:0) and (max-width:767px) {
 .rwd-table thead {
  display:none
 }
 .rwd-table thead.meet {
  display:block;
  border-bottom:1px solid #e8e8e8
 }
 .rwd-table thead.meet td {
  border-bottom:0
 }

 .rwd-table th,
 .rwd-table td {
  display:block;
  width:100%;
  border-width:0 0 1px
 }
}
@media(min-width:0) and (max-width:767px) and (min-width:0) and (max-width:767px) {
  .rwd-table td[data-th]:before {
  content:attr(data-th) " : "
 }
}
@media(min-width:0) and (max-width:767px) {
 .rwd-table tbody:last-child tr:last-child td:last-child {
  border-bottom:0
 }
 .rwd-table .md-w-60 {
  width:100%
 }
}
.edit table.center th, .edit table.center td, .rwd-table.center th, .rwd-table.center td, .fixed-table.center th, .fixed-table.center td {
	text-align: center;
}
@media(min-width:768px) {
 .grid-2 th,
 .grid-2 td {
  width:50%
 }
}
@media(min-width:768px) {
 .grid-3 th,
 .grid-3 td {
  width:33.3333%
 }
}
@media(min-width:768px) {
 .grid-4 th,
 .grid-4 td {
  width:25%
 }
}
@media(min-width:768px) {
 .grid-5 th,
 .grid-5 td {
  width:20%
 }
}
@media(min-width:768px) {
 .grid-6 th,
 .grid-6 td {
  width:16.6666%
 }
}
@media(min-width:768px) {
 .grid-7 th,
 .grid-7 td {
  width:14.285%
 }
}
.tab {
	width: 100%;
	overflow: hidden;
	margin: 25px 0;
}
.tab-container {
    background-color: #f0f0f0;
	width: 100%;
}
.nav-tabs {
	overflow: hidden;
}
ul.nav-tabs {
	display: flex;
	max-width: 1600px;
	margin: 0 auto;
	border: 0;
}
@media (max-width: 575px) {ul.nav-tabs{flex-wrap: wrap;}}

.nav-tabs > li {
	flex: 1;
}
@media (max-width: 575px) {.nav-tabs > li{flex: 0 0 50%;}}

.nav-tabs > li > a {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    display: block;
    margin-right: 0;
    text-align: center;
    color: #8b9195;
    font-size: 1.3rem;
	font-weight: 600;
    border: none;
    border-bottom: 4px solid transparent;
    transition: all .3s;
    background: transparent;
	padding: 15px 25px;
}
@media (max-width:767px) {.nav-tabs > li > a{padding: 10px;font-size: 1.1rem;}}
@media (max-width:480px) {.nav-tabs > li > a{padding: 10px 3px;font-size: 0.85rem;}}

.nav-tabs>li>a:hover {
	background: #007297;
	color: #ffffff;
}

.nav-tabs > li > a.active {
    background: #007297;
    color: #ffffff;
    font-weight: 600;
}
.tab-content {
	padding: 20px;
}
@media (max-width:767px) {.tab-content{padding: 15px;}}

.tab-content > .tab-pane {
	display: none;
	max-width: 1600px;
	margin: 0 auto;
}
.tab-content > .active {
	display: block;
}
.tab-content ul {
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
}
.tab-content ul li {
	padding-left: 0.8em;
	margin-bottom: 0.3em;
	position: relative;
	font-size: 16px;
	color: #333333;
}
.tab-content ul li::before {
	content: "";
	background-color: #0092D8;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}
.tab-content p {
	margin: 0 0 10px;
	color: #333333;
}
.section__midline-heading2 h3{
	display: block;
	text-align: center;
	line-height: 1.2;
	position: relative;
	margin: 0 0 40px;
	font-weight: 600;
}
.section__midline-heading2 h3::before {
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 2px;
	background-color: #007297;
	content: "";
	position: absolute;
}
.product-sec-des {
	font-size: 1.2rem;
	color: #555;
	/* padding: 20px 0; */
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}
.news-detail {
	margin: 40px 0;
}
[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.6375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	border: 1px solid #ccc;
	border-radius: 0;
	background-color: #ffffff;
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.7;
	color: #333333;
	transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
}
input[type="text"], input[type="password"], input[type="url"], input[type="email"], input[type="search"], input[type="number"], input[type="tel"] {
	background-color: #ffffff;
	border: 1px solid #ccc;
	font-size: 0.95rem;
	padding: 1rem;
	-webkit-appearance: textfield;
	border-radius: 3px;
}
input[type="button"], input[type="submit"], input[type="reset"], .btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	padding: 10px 24px;
	background-color: #209EBB;
	color: #ffffff;
	border: 0;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
	cursor: pointer;
	-webkit-transition: all 120ms linear;
	transition: all 120ms linear;
	outline: 0;
	min-height: 48px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
select {
	padding: 12px 60px 12px 24px;
	border-radius: 20px;
	background-color: #F5F5F5;
	border: none;
	color: #007297;
}
select::after {
	content: '';
	display: block;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translate(0,-50%);
	width: 30px;
	height: 30px;
	background-image: url("../images/auo-select-arrow.svg");
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: ; */
	z-index: 1;
	pointer-events: none;
	background-position: center;
}
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 0 1rem;
	padding: .5rem;
	border: 1px solid #ccc;
	border-radius: 0;
	background-color: #ffffff;
	box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.7;
	color: #0a0a0a;
	transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
}
.Required {
	margin: 0 0 0 2px;
	float: none;
	font-size: .8125rem;
	-webkit-font-smoothing: auto;
	color: #F93636;
}


.form-check input[type="checkbox"] {
	-webkit-appearance: none;
	vertical-align: middle;
	border: 1px solid #afafaf;
	border-radius: 4px;
	width: 26px;
	height: 26px;
	outline: none;
	margin-top: 0px;
}
.form-check input[type="checkbox"]:checked {
	background: #fff;
}
.form-check input[type="checkbox"]:checked::after {
	content: '';
	top: 6px;
	left: 4px;
	position: absolute;
	background: transparent;
	border: #007297 solid 2px;
	border-top: none;
	border-right: none;
	height: 8px;
	width: 16px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}
.form-check label {
	margin-left: 20px;
}
/* -------------------------------------------
     swiper
  ---------------------------------------------*/
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
/* -------------------------------------------
     產品
  ---------------------------------------------*/
.tasks_area_textarea {
	position: relative;
	z-index: 3;
	margin-left: -160px;
	margin-top: 20px;
	margin-right: 60px;
}
@media (max-width:991px) {.tasks_area_textarea{margin-left: 0;margin-right: 0;}}

.tasks_area_textarea2 {
	position: relative;
	z-index: 3;
	margin-right: -160px;
	margin-top: 20px;
	margin-left: 60px;
}
@media (max-width:991px) {.tasks_area_textarea2{margin-left: 0;margin-right: 0;}}

.tasks_area_title {
	color: #00448d;
	font-size: 40px;
	font-weight: 500;
	margin: 0px 0px 30px 200px;
}
@media (max-width:991px) {.tasks_area_title{font-size: 32px;margin: 0px 0px 30px;}}

.tasks_area .row {
	position: relative;
	margin-bottom: 60px;
}
.checklist {
	background-color: #F2F2F2;
	padding: 30px;
}
.checklist .mySwiper2 {
	margin: 50px 0;
	padding: 0 20px;
}
@media (max-width:991px) {.checklist .mySwiper2 {margin: 20px 0;}}

.checklist .mySwiper2 .swiper-slide{
	padding: 0 20px !important;
}
.checklist .mySwiper2 .swiper-button-next, .checklist .mySwiper2 .swiper-button-prev {
	top: var(--swiper-navigation-top-offset,40%);
}
.checklist .mySwiper2 .swiper-button-next::after, .checklist .mySwiper2 .swiper-button-prev::after {
	font-size: 36px;
}
.checklist .swiper-button-prev {
	left: 0;
}
.checklist .swiper-button-next {
	right: 0;
}
.checklist .imgBox {
	display: block;
	overflow: hidden;
	background-color: #EEEEEE;
}
.checklist .imgBox img {
	transition: all .3s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.checklist .swiper-slide>div:hover .imgBox img {
  transform: scale(1.05);
}
.checklist .txtBox .titBox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
@media (max-width:991px) {.checklist .txtBox .titBox{height: 100%;}}

.checklist .txtBox .titBox .title {
	line-height: 1.2;
	padding-top: 10px;
	text-overflow: ellipsis;
	display: -webkit-inline-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.checklist .item>div:hover .txtBox {
  box-shadow: 0px 10px 50px -30px #00000066;
}
.checklist .item>div:hover .txtBox::after {
  right: 1em;
  color: #007297;
}
.product-archive {
	padding: 4em 0;
	z-index: 0;
	position: relative;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.product-info {
	display: flex;
	margin-bottom: 30px;
	padding: 0 30px;
}
@media (max-width: 991px) {.product-info{flex-wrap: wrap;}}

.product-info-img {
	margin: 0 5vw 0 0;
	flex: 0 0 45vw;
	max-width: 45vw;
	position: relative;
}
@media (max-width: 991px) {.product-info-img{flex: 0 0 100%;max-width: 100%;}}

.product-info-content {
	flex: 1;
}
.product-info-content .p-detail-cat {
	color: #555555;
}
.product-info-content .p-detail-cat span{
	font-weight: 600;
	color: #007297;
	font-size: 20px;
}
.product-info-content h1 {
	font-size: 2.5rem;
	font-weight: 600;
	padding: 10px 0;
}
@media (max-width: 1199px) {.product-info-content h1{font-size: 2rem;}}

.product-info-content .text_group {
	font-size: 1.1rem;
	color: #333333;
	line-height: 1.6;
}
.product-info-content .p-detail-des {
	color: #555555;
	line-height: 1.6;
}
.product-info-content .p-detail-des ol{
	margin-left: -15px;
}
.product-info-content .p-detail-inquiry {
	padding: 25px 0;
}
.product-info-content .p-detail-inquiry a {
	display: inline-block;
	background: #007297;
	color: #ffffff;
	font-size: 1.2rem;
	padding: 10px 40px;
	border-radius: 50px;
}
.product-info-content .p-detail-inquiry a:hover {
	background: #3e464f;
	opacity: 0.8;
}
.product-info-content .p-detail-inquiry a i{
	font-size: 1.4rem;
}
.product-info-img .mySwiper {
	width: 750px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.product-info-img .mySwiper .swiper-slide img {
	border: 2px solid #ccc;
	opacity: 0.6;
}
.product-info-img .mySwiper .swiper-slide-thumb-active img {
	border: 2px solid #63b2e2;
	opacity: 1;
}
.product-info-img .mySwiper2 .swiper-slide {
	text-align: center;
}
.c-table-responsive {
	width: 100%;
	overflow-x: auto;
}
.p-detail-table table {
	border-bottom: 2px solid #222;
	border-top: 2px solid #222;
	color: #666;
}
.p-detail-table table td::before {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #fff;
	content: '';
	left: 0;
	top: 0;
	display: inline-block;
	position: absolute;
}
.p-detail-table table td:first-child {
	width: 25%;
}
.p-detail-table table td:first-child {
	background-color: #f0f0f0;
	color: #222;
	width: 30%;
	font-weight: bold;
	font-size: 16px;
}
.p-detail-table table td {
	border-color: transparent;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 20px;
	height: 60px;
	position: relative;
}
.p-detail-table .dot {
	padding-left: 10px;
	background: url(../images/i-p-dot.svg) no-repeat left 6px;
	color: #1b7bb5;
}

.inner {
	background-color: #fff;
	padding: 4em 0 5% 0;
	z-index: 0;
	position: relative;
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 1.8;
	color: #333333;
}
.inner ul {
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
}
.inner ul li {
	padding-left: 0.8em;
	margin-bottom: 0.5em;
	position: relative;
	font-size: 16px;
	color: #000000;
	width: 100%;
	line-height: 1.5;
}
.inner ul li::before {
	content: "";
	background-color: #007297;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}
.product-list .item {
	height: 350px;
	overflow: hidden;
	margin-bottom: 30px;
}
@media (max-width: 1499px) {.product-list .item{height: auto;}}
.product-list2 .item {
	overflow: hidden;
	margin-bottom: 30px;
}
@media (max-width: 1499px) {.product-list .item{height: auto;}}
/* -------------------------------------------
     服務項目
  ---------------------------------------------*/
.page_application_content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px; }
  .page_application_content .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px; }
	@media (max-width: 1600px) {.page_application_content .col-12{margin-bottom: 100px;}}
	
    .page_application_content .col-12 .inner {
	max-width: 400px;
	margin-top: 115px;
	position: relative;
	z-index: 2;
	background: none;
	padding: 0;
}
    .page_application_content .col-12 .inner.yellow .mask {
      border-color: #e3ae3d;
      background-color: #e3ae3d; }
    .page_application_content .col-12 .inner.red .mask {
      border-color: #d72f2f;
      background-color: #d72f2f; }
	  .page_application_content .col-12 .icon{
		  width:120px;
	  }
	  .page_application_content .col-12 .icon img{
		  width:120px;
	  }
    .page_application_content .col-12 h4 {
      display: inline-block;
      font-weight: bold;
      font-size: 1.4rem;
	  color: #000000;
      letter-spacing: 0.01em;
      position: relative;
      margin-bottom: 20px;
      margin-left: 50px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .page_application_content .col-12 h4:after {
        content: '';
        display: block;
        width: 40px;
        height: 3px;
        background-color: #178d98;
        position: absolute;
        top: 50%;
        margin-top: -1.5px;
        left: -50px; }
    .page_application_content .col-12 .subtitle {
      font-size: 1.25rem;
      letter-spacing: 0.01em;
      margin-bottom: 46px;
      margin-left: 25px;
      color: #000;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
   .page_application_content .col-12 p {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.025em;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 33px;
	margin-left: 25px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-weight: 500;
}
    .page_application_content .col-12 .readmore {
	display: block;
	font-size: 1rem;
	letter-spacing: 0.025em;
	width: 140px;
	line-height: 1.6;
	padding-left: 22px;
	color: #fff;
	background-color: #363636;
	opacity: 0;
	-webkit-transition: all .5s .3s;
	-o-transition: all .5s .3s;
	transition: all .5s .3s;
	-webkit-animation: none !important;
	animation: none !important;
	padding: 5px 20px;
}
    .page_application_content .col-12 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .page_application_content .col-12 li {
       }
    .page_application_content .col-12 .d-block {
      overflow: hidden;
      position: relative;
	  }
    .page_application_content .col-12 img {
      display: block;
      width: 100%;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      position: relative;
      z-index: 1; }
  .page_application_content .col-12:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .page_application_content .col-12:nth-child(2n) .inner {
      padding-right: 25px; }
      .page_application_content .col-12:nth-child(2n) .inner .mask {
        position: absolute;
        width: 540px;
        height: 400px;
        right: -30px;
        top: -30px;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
        .page_application_content .col-12:nth-child(2n) .inner .mask:before {
          content: '';
          position: absolute;
          border-top: 12px solid transparent;
          border-bottom: 12px solid transparent;
          border-left: 15px solid;
          border-left-color: inherit;
          right: -15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
    .page_application_content .col-12:nth-child(2n) .readmore {
      margin-left: 25px;
      -webkit-transform: translateX(-10%);
      -ms-transform: translateX(-10%);
      transform: translateX(-10%); }
    .page_application_content .col-12:nth-child(2n) .d-block {
      margin-right: 50px; }
  .page_application_content .col-12:nth-child(2n-1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .page_application_content .col-12:nth-child(2n-1) .inner {
      padding-left: 25px; }
      .page_application_content .col-12:nth-child(2n-1) .inner .mask {
        position: absolute;
        width: 540px;
        height: 400px;
        left: -30px;
        top: -30px;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
        .page_application_content .col-12:nth-child(2n-1) .inner .mask:before {
          content: '';
          position: absolute;
          border-top: 12px solid transparent;
          border-bottom: 12px solid transparent;
          border-right: 15px solid;
          border-right-color: inherit;
          left: -15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
    .page_application_content .col-12:nth-child(2n-1) .readmore {
      margin-left: auto;
      -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
      transform: translateX(10%); }
    .page_application_content .col-12:nth-child(2n-1) .d-block {
      margin-left: 50px; }
  .page_application_content .col-12:nth-child(7) {
    margin-bottom: 0px; }
  .page_application_content .col-12.fadeIn .d-block {
    -webkit-animation: boximg-in-2 2s both;
    animation: boximg-in-2 2s both; }
  .page_application_content .col-12.fadeIn .inner h4 {
    -webkit-animation: box-in 1s both;
    animation: box-in 1s both; }
  .page_application_content .col-12.fadeIn .inner .subtitle {
    -webkit-animation: box-in 1s both .5s;
    animation: box-in 1s both .5s; }
  .page_application_content .col-12.fadeIn .inner p {
    -webkit-animation: box-in 1s both 1s;
    animation: box-in 1s both 1s; }
  .page_application_content .col-12.fadeIn .inner a {
    -webkit-animation: box-in 1s both 1.5s;
    animation: box-in 1s both 1.5s; }
  .page_application_content .col-12.fadeIn:hover .readmore {
    opacity: 1;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important; }
  .page_application_content .col-12.fadeIn:hover .inner.red h4, .page_application_content .col-12.fadeIn:hover .inner.red .subtitle {
    color: #fff; }
  .page_application_content .col-12.fadeIn:hover .inner.red p {
    color: rgba(255, 255, 255, 0.5); }
  .page_application_content .col-12.fadeIn:nth-child(2n-1):hover .inner .mask {
    left: -70px;
    opacity: 1; }
  .page_application_content .col-12.fadeIn:nth-child(2n):hover .inner .mask {
    right: -70px;
    opacity: 1; }

@media (max-width: 1600px) {
  .page_application_content .col-12 .inner {
    max-width: none;
    width: 50%; }
  .page_application_content .col-12 .d-block {
    width: 50%; }
  .page_application_content .col-12:nth-child(2n-1) .inner {
    padding-right: 120px;
	margin-top: 65px;
	}
    .page_application_content .col-12:nth-child(2n-1) .inner .mask {
      width: 100%; }
  .page_application_content .col-12:nth-child(2n) .inner {
    padding-left: 120px;
	margin-top: 65px;
	}
    .page_application_content .col-12:nth-child(2n) .inner .mask {
      width: 100%;
	  height: 450px;
	  top: -85px;
	  } 
	  
	  .page_application_content .col-12:nth-child(2n-1) .inner .mask {
	height: 450px;
	top: -85px;
}
	  }

@media (max-width: 1200px) {
  .page_application_content {
    padding-bottom: 100px;
    width: 100%; }
    .page_application_content .col-12 .d-block, .page_application_content .col-12 .inner {
      width: 100%; }
    .page_application_content .col-12 .readmore {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 0;
      margin-left: auto !important; }
    .page_application_content .col-12 .inner {
      max-width: none; }
    .page_application_content .col-12 .inner.red h4 {
      color: #fff; }
    .page_application_content .col-12 .inner.red .subtitle {
      color: #fff; }
    .page_application_content .col-12 .inner.red p {
      color: rgba(255, 255, 255, 0.5); }
    .page_application_content .col-12 p {
      margin-bottom: 25px; }
    .page_application_content .col-12:nth-child(2n-1), .page_application_content .col-12:nth-child(2n) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      margin: 0 auto;
      width: 80%; }
      .page_application_content .col-12:nth-child(2n-1) .d-block, .page_application_content .col-12:nth-child(2n) .d-block {
        margin-left: 0;
        margin-right: 0; }
      .page_application_content .col-12:nth-child(2n-1) .inner, .page_application_content .col-12:nth-child(2n) .inner {
        margin: 0;
        padding-top: 30px;
        padding-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px; }
    .page_application_content .col-12:nth-child(2n-1) .inner .mask {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
      transform: translateY(150px);
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
      .page_application_content .col-12:nth-child(2n-1) .inner .mask:before {
        opacity: 1;
        content: '';
        left: 50% !important;
        top: 0;
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-bottom: 15px solid;
        border-bottom-color: inherit; }
    .page_application_content .col-12:nth-child(2n-1):hover .inner .mask {
      left: 0 !important; }
    .page_application_content .col-12:nth-child(2n-1) h4, .page_application_content .col-12:nth-child(2n-1) .subtitle {
      color: #000; }
    .page_application_content .col-12:nth-child(2n-1) p {
      color: rgba(0, 0, 0, 0.7); }
    .page_application_content .col-12:nth-child(2n) .inner .mask {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
      transform: translateY(150px);
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
      .page_application_content .col-12:nth-child(2n) .inner .mask:before {
        opacity: 1;
        content: '';
        left: 50% !important;
        top: 0;
        right: auto !important;
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        border-top: 12px solid transparent;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-bottom: 15px solid;
        border-bottom-color: inherit; }
    .page_application_content .col-12:nth-child(2n) .inner:hover .inner .mask {
      left: 0 !important; }
    .page_application_content .col-12.fadeIn .inner .mask {
      opacity: 0; }
    .page_application_content .col-12.fadeIn .inner h4 {
      -webkit-animation: box-in 1s both .5s;
      animation: box-in 1s both .5s; }
    .page_application_content .col-12.fadeIn .inner .subtitle {
      -webkit-animation: box-in 1s both 1s;
      animation: box-in 1s both 1s; }
    .page_application_content .col-12.fadeIn .inner p {
      -webkit-animation: box-in 1s both 1.5s;
      animation: box-in 1s both 1.5s; }
    .page_application_content .col-12.fadeIn .inner .readmore {
      opacity: 1;
      -webkit-transform: translate(-10px) !important;
      -ms-transform: translate(-10px) !important;
      transform: translate(-10px) !important;
      -webkit-animation: none !important;
      animation: none !important; }
    .page_application_content .col-12.fadeIn2 .inner .readmore {
      opacity: 1;
      -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
      transform: translate(0) !important; }
    .page_application_content .col-12.fadeIn:nth-child(2n-1) .inner .mask {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
    .page_application_content .col-12.fadeIn:nth-child(2n) .inner .mask {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); } }

@media (max-width: 960px) {
  .page_application nav li {
    white-space: nowrap; }
  .page_application .page nav .arrow {
    display: none; } }

@media (max-width: 767.9px) {
  .page_application .lb-close {
    width: 60px;
    height: 60px; }
  .page_application_content .col-12 .subtitle {
    margin-bottom: 33px; }
  .page_application_content .col-12:nth-child(2n-1), .page_application_content .col-12:nth-child(2n) {
    width: 100%; }
    .page_application_content .col-12:nth-child(2n-1) .inner, .page_application_content .col-12:nth-child(2n) .inner {
      width: 100%;
      padding-left: 8vw;
      padding-right: 8vw;
      padding-bottom: 30px; } 
	  .page_application_content .col-12 h4 {
	font-size: 1.3rem;
}
.page_application_content .col-12 p {
	font-size: 1rem;
}
	  }

/* -------------------------------------------
     cookie型設定
  ---------------------------------------------*/

.cookie-check {
  padding:50px 20px;
  width:100vw;
  background-color:#4F5F6B;
  position:fixed;
  left:0;
  bottom:0;
  -webkit-box-shadow:0px 5px 30px rgba(0,0,0,0.3);
  box-shadow:0px 5px 30px rgba(0,0,0,0.3);
  z-index:9999;
  -webkit-transform:translate3d(0,101%,0);
  transform:translate3d(0,101%,0);
  -webkit-transition:opacity 0.5s,-webkit-transform 0.5s;
  transition:opacity 0.5s,-webkit-transform 0.5s;
  transition:opacity 0.5s,transform 0.5s;
  transition:opacity 0.5s,transform 0.5s,-webkit-transform 0.5s
}
.cookie-check.first {
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  opacity:1
}
.cookie-check.first.agree {
  -webkit-transform:translate3d(0,100%,0);
  transform:translate3d(0,100%,0);
  opacity:0
}
.cookie-check .container {
  max-width:820px;
  margin:0 auto
}
.cookie-check .inner-text {
  line-height:1.5;
  color:#fff
}
.cookie-check .inner-text a {
  display:inline-block;
  color:#fff;
  font-weight:700;
  border-bottom:solid 1px #E2233D
}
.cookie-check .inner-text span {
  margin-left:3px;
  font-weight:700
}
.cookie-check .btn-wrap {
  margin-top:30px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  color:#fff
}
.cookie-check .check-btn {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  cursor:pointer
}

.cookie-check .circle {
  width:20px;
  height:20px;
  border-radius:50%;
  background-color:#E2233D;
  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;
  -ms-flex-negative:0;
  flex-shrink:0
}
.cookie-check .decline .circle {
  background-color:#fff;
  color:#4F5F6B
}
.cookie-check .icon-cross {
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  font-size:0.5rem
}
.cookie-check .icon {
  margin-right:10px;
  font-weight:100;
  font-size:0.8125rem
}
.cookie-check .divider {
  margin:0 25px;
  height:20px;
  width:1px;
  background-color:#fff;
  opacity:0.5
}
@media only screen and (max-width:1024px) {
  .cookie-check {
    padding:50px 30px
  }
}
.cookie-check .check-btn p{
	margin-bottom:0;
}


/* -------------------------------------------
     Contact
  ---------------------------------------------*/
.Worldwide-title {
	font-size: 1.2rem;
	font-weight: 600;
	color: #333333;
	background: #eeeeee;
	padding: 5px 0 5px 20px;
	border-left: 6px solid #00609A;
}
.Worldwide-title2 {
	font-size: 1rem;
	font-weight: 400;
	color: #333333;
	background: #eeeeee;
	padding: 5px 0 5px 20px;
	border-left: 6px solid #00609A;
}
.Worldwide-list {
	overflow: hidden;
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.Worldwide-list ul {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.Worldwide-list ul li {
	padding: 20px 15px;
	flex: 0 0 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	max-width: 100%;
	list-style: none;
}
.Worldwide-list ul li .Worldwide-left {
	float: left;
	width: 20%;
	padding-right: 5%;
}
@media (max-width: 767px) {.Worldwide-list ul li .Worldwide-left{width: 30%;}}
@media (max-width: 480px) {.Worldwide-list ul li .Worldwide-left{width: 100%;padding-right: 0;padding-bottom: 10px;}}

.Worldwide-list ul li .Worldwide-left img {
	width: 100%;
	display: block;
	border: 1px solid #cccccc;
}
.Worldwide-list ul li .Worldwide-right {
	float: left;
	width: 75%;
}
@media (max-width: 767px) {.Worldwide-list ul li .Worldwide-right{width: 65%;}}
@media (max-width: 480px) {.Worldwide-list ul li .Worldwide-right{width: 100%;}}

.Worldwide-list ul li .Worldwide-right h4 {
	font-size: 1.05rem;
	font-weight: 600;
	padding-bottom: 10px;
	color: #D82137;
}
.Worldwide-list ul li .Worldwide-right p {
	font-size: 0.9rem;
	color: #444444;
	line-height: 1.5;
	padding: 0 0 3px;
}
.Worldwide-list ul li .Worldwide-right a.map {
	background: #D82137;
	padding: 4px 8px 4px 4px;
	color: #ffffff;
	border-radius: 5px;
	margin: 0 0 0 5px;
}
.Worldwide-list ul li .Worldwide-right a:hover.map {
	background: #333333;
	padding: 4px 8px 4px 4px;
	color: #ffffff;
	border-radius: 5px;
	margin: 0 0 0 5px;
}
.signup-box {
	width: 100%;
	overflow: hidden;
	background: #eeeeee;
	border-left: 6px solid #00609A;
	padding: 0 15px 15px;
}
.signup-col {
	float: left;
	width: 100%;
	padding: 0 15px;
}
.signup-col2 {
	float: left;
	width: 50%;
	padding: 0 15px;
	min-height: 105px;
}
@media (max-width: 767px) {.signup-col2{float: none;width: 100%;min-height: auto;}}
.signup-col-auto {
	float: left;
	padding: 0 5px;
}
@media (max-width: 767px) {.signup-col-auto{float: none;width: 100%;}}
.formLabel {
	display: inline-block;
	width: auto !important;
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 0.95rem;
}
.Required {
	margin: 0 0 0 2px;
	float: none;
	font-size: .8125rem;
	-webkit-font-smoothing: auto;
	color: #F93636;
}
.FormPanel {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.FormPanel.Interest label{
	width: 25% !important;
	float: left;
	margin: 0;
	padding: 0 10px;
}
@media (max-width: 991px) {.FormPanel.Interest label{width: 33.33% !important;}}
@media (max-width: 640px) {.FormPanel.Interest label{width: 50% !important;}}
@media (max-width: 480px) {.FormPanel.Interest label{width: 100% !important;}}

.newsletter-year {
	padding: 20px 0;
	text-align: right;
}
@media (max-width: 480px) {.newsletter-year{text-align: center;}}

.newsletter-year .txt{
	display: inline-block;
}
@media (max-width: 480px) {.newsletter-year .txt{display: block;padding: 0 0 5px}}

.newsletter-year select {
	background: #D82137;
	color: #ffffff;
	background-image: url("/images/down-arrow.png");
	background-repeat: no-repeat;
	background-position: right 10px bottom 45%;
	background-size: 14px 14px;
	line-height: 1.4;
}
.newsletter-list {
	overflow: hidden;
	font-size: 0.95rem;
}
.newsletter-list ul{

}
.newsletter-list ul li {
	border-bottom: 1px solid #dddddd;
	padding: 0 0 15px;
	margin: 0 0 15px;
}
.newsletter-list ul li .newsletter-date {
	display: inline-block;
	padding: 0 15px 0 0;
	font-weight: 600;
}
.newsletter-list ul li .newsletter-title {
	display: inline-block;
}
.newsletter-list ul li .newsletter-title a{

}
.newsletter-list ul li .newsletter-title a:hover{
	text-decoration: underline;

}
input[type="text"], input[type="password"], input[type="url"], input[type="email"], input[type="search"], input[type="number"], input[type="tel"] {
	background-color: #ffffff;
	border: 1px solid #ccc;
	font-size: 0.95rem;
	padding: 8px;
	-webkit-appearance: textfield;
	border-radius: 3px;
	width: 100%;
}
input[type="button"], input[type="submit"], input[type="reset"], .btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	padding: 10px 24px;
	background-color: #007297;
	color: #ffffff;
	border: 0;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
	cursor: pointer;
	-webkit-transition: all 120ms linear;
	transition: all 120ms linear;
	outline: 0;
	min-height: 48px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, .btn:hover, .btn:focus {
	color: #ffffff;
	background-color: #007297;
	-webkit-box-shadow: 0 7px 14px 0 rgba(0,0,0,0.2);
	box-shadow: 0 7px 14px 0 rgba(0,0,0,0.2);
}
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 0 1rem;
	padding: .5rem;
	border: 1px solid #ccc;
	/* border-radius: 0; */
	background-color: #ffffff;
	box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.7;
	color: #0a0a0a;
	transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
	resize: none;
	max-width: 100%;
}
.FormPanel.location select {
	width: auto;
}
select {
	border: 1px solid #ccc;
	height: 2.5rem;
	line-height: 2.6375rem;
	padding: 0 50px 0 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50px 50px;
	color: #333333;
	border-radius: 3px;
	font-size: 0.95rem;
}
.SubmitButton2 {
	padding: 8px !important;
	font-size: 0.95rem !important;
	min-height: 38px !important;
	margin-top: 0 !important;
	min-width: 100px !important;
	border-radius: 3px;
}
.SubmitButton-pad {
	margin-top: 30px !important;
}
.Inquiry-list {
	margin: 20px 0;
}
.download-list {
	margin: 20px 0;
}
.download-search {
	margin-bottom: 20px;
}
@charset "UTF-8";
.form-block {
  padding:50px 30px 0;
  margin:60px auto 0;
  position:relative;
  border-top:5px solid #F0F0F0;
  max-width:1100px;
  width:100%
}
.form-block fieldset {
  margin:0 auto!important;
  max-width:950px!important;
  width:100%
}
.form-block fieldset>div {
  width:100%
}
.form-block .hs-form-field {
  margin-bottom:10px
}
.form-block .hs-fieldtype-textarea label {
  margin-bottom:10px
}
.form-block .hs-fieldtype-textarea .input {
  border:none
}
.form-block .hs_recaptcha {
  display:none
}
.form-block .hs-submit {
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  pointer-events:none
}
.form-block .form-columns-1,
.form-block .form-columns-2 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  gap:0 30px
}
.form-block label {
  padding:0 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:reverse;
  -ms-flex-direction:row-reverse;
  flex-direction:row-reverse;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end
}
.form-block label span {
  font-weight:700;
  font-size:1rem;
  line-height:1.6
}
.form-block label .hs-form-required {
  margin-right:10px;
  color:#E2233D
}
.form-block .input {
  margin:0!important;
  position: relative;
}
.form-block .input input,
.form-block .input select {
  padding:10px;
  width:100%!important;
  background:none;
  border:none;
  border-bottom:1px solid rgba(79,95,107,0.2);
  border-radius:0;
  outline:none;
  font-family:"Lato","Noto Sans TC","Noto Sans SC","微軟正黑體修正","Microsoft JhengHei","微軟正黑體",sans-serif;
  font-size:1rem;
  font-weight:700;
  line-height:1.5;
  -webkit-appearance:none;
  margin: 0 0 1rem;
}
.form-block .input input::-webkit-input-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:400;
  opacity:1
}
.form-block .input input::-moz-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:400;
  opacity:1
}
.form-block .input input:-ms-input-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:400;
  opacity:1
}
.form-block .input input::-ms-input-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:400;
  opacity:1
}
.form-block .input input::placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:400;
  opacity:1
}
.form-block .input input:-ms-input-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:400
}
.form-block .input input::-ms-input-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:400
}
.form-block .input input.invalid {
  border-bottom:1px solid rgba(226,35,61,0.8);
  color:#E2233D
}
.form-block .input input.invalid::-webkit-input-placeholder {
  color:rgba(226,35,61,0.6)
}
.form-block .input input.invalid::-moz-placeholder {
  color:rgba(226,35,61,0.6)
}
.form-block .input input.invalid:-ms-input-placeholder {
  color:rgba(226,35,61,0.6)
}
.form-block .input input.invalid::-ms-input-placeholder {
  color:rgba(226,35,61,0.6)
}
.form-block .input input.invalid::placeholder {
  color:rgba(226,35,61,0.6)
}
.form-block .input input.invalid:-ms-input-placeholder {
  color:rgba(226,35,61,0.6)
}
.form-block .input input.invalid::-ms-input-placeholder {
  color:rgba(226,35,61,0.6)
}
.form-block .input select {
  position:relative;
  background-image:url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" id="圖層_1" viewBox="0 0 30 30"><polygon points="0 8.14 14.01 22.15 15 23.14 15.99 22.15 30 8.14 28.02 6.16 15 19.18 1.98 6.16 0 8.14"/></svg>');
  background-repeat:no-repeat;
  background-position:right 10px top 50%;
  background-size:14px auto
}
.form-block .input select.is-placeholder {
  font-weight:400;
  color:rgba(39,34,35,0.6)
}
.form-block .input select.invalid {
  border-bottom:1px solid rgba(226,35,61,0.8);
  color:#E2233D
}
.form-block .input textarea {
  padding:10px 20px;
  border:1px solid rgba(79,95,107,0.2);
  border-radius:0;
  outline:none;
  width:100%!important;
  height:200px;
  font-size:1rem;
  font-weight:700;
  line-height:1.5;
  resize:none
}
.form-block .input textarea::-webkit-input-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:300;
  opacity:1
}
.form-block .input textarea::-moz-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:300;
  opacity:1
}
.form-block .input textarea:-ms-input-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:300;
  opacity:1
}
.form-block .input textarea::-ms-input-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:300;
  opacity:1
}
.form-block .input textarea::placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:300;
  opacity:1
}
.form-block .input textarea:-ms-input-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:300
}
.form-block .input textarea::-ms-input-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:300
}
.form-block ul.hs-error-msgs {
  display:none!important
}
.form-block .legal-consent-container {
  line-height:1.5;
  text-align:center
}
.form-block .legal-consent-container a {
  color:#E2233D;
  text-decoration:underline
}
@media only screen and (max-width:767px) {
  .form-block {
    padding:35px 10px;
    margin:30px auto 0
  }
  .form-block .form-columns-2 {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
  }
}
.form-verify {
  margin:20px auto 0;
  padding:20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  background-color:#F0F0F0;
  max-width:950px;
  width:100%
}
.form-verify input {
  margin-right:20px;
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  background:none;
  border:none;
  border-radius:0;
  outline:none;
  font-family:"Lato","Noto Sans TC","Noto Sans SC","微軟正黑體修正","Microsoft JhengHei","微軟正黑體",sans-serif;
  width:100%;
  font-size:1rem;
  font-weight:700;
  line-height:1.5
}
.form-verify input::-webkit-input-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:300;
  opacity:1
}
.form-verify input::-moz-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:300;
  opacity:1
}
.form-verify input:-ms-input-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:300;
  opacity:1
}
.form-verify input::-ms-input-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:300;
  opacity:1
}
.form-verify input::placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:300;
  opacity:1
}
.form-verify input:-ms-input-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:300
}
.form-verify input::-ms-input-placeholder {
  color:rgba(39,34,35,0.6);
  font-size:1rem;
  font-weight:300
}
.form-verify img {
  margin-right:20px;
  width:68px
}
.form-verify .refresh {
  color:#4F5F6B;
  cursor:pointer
}
.form-tools {
  padding:50px 30px;
  margin:60px auto 0;
  border-top:5px solid #F0F0F0;
  max-width:1100px;
  width:100%;
  overflow: hidden;
}
.form-tools .tools {
  margin:0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  gap:0 20px;
  max-width:390px;
  width:100%
}
.form-tools .tools .border {
  border:2px solid rgba(79,95,107,0.5)
}
@media only screen and (max-width:767px) {
  .form-tools {
    margin-top:30px;
    padding:50px 0
  }
  .form-tools .tools {
    gap:0 5px
  }
  .form-tools .rect-button {
    margin:0;
    height:50px
  }
}
.contact .contact-content {
  margin-top:100px;
  padding:0 60px
}
.contact .contact-content .block-point {
  margin:0 auto
}
.contact .contact-content .form-box .form-tools {
  padding-bottom:0
}
@media only screen and (max-width:1024px) {
  .contact .contact-content {
    padding:0 40px
  }
}
@media only screen and (max-width:767px) {
  .contact .contact-content {
    margin-top:50px;
    padding:0 20px 50px
  }
}
.rect-button {
	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;
	border-radius: 500px;
	width: 185px;
	height: 60px;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}
.rect-button.border {
	color: #272223;
	border: 2px solid rgba(39,34,35,0.5);
}
.form-tools .tools .border {
	border: 2px solid rgba(79,95,107,0.5);
}
.rect-button.blue {
	background-color: #047499;
}
.center-bg {
	padding: 4em 0;
	z-index: 0;
	position: relative;
	background-position: left bottom;
	background: #DDEDF3;
}
.center-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.center-wrap .each-spot {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex: 0 1 calc(33.33%);
	color: #272223;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 50px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 50px;
}
@media (max-width: 767px) {.center-wrap .each-spot{flex: 0 1 calc(50%);}}
@media (max-width: 575px) {.center-wrap .each-spot{flex: 0 1 calc(100%);}}

.center-wrap .each-spot .spot {
	font-size: 1.3rem;
	line-height: 1.4;
	margin-right: 15px;
	font-weight: 600;
}
.center-wrap .each-spot .title {
	width: 100%;
	margin-top: 20px;
	font-size: 1.1rem;
	color: #555555;
	line-height: 1.6;
}
.center-wrap .each-spot .add {
	width: 100%;
	margin-top: 20px;
	font-size: 1.1rem;
	line-height: 1.6;
}
.center-wrap .each-spot .tel {
	width: 100%;
	margin-top: 30px;
}
.center-wrap .each-spot .tel::before {
	font-family: "fontello";
	content: '\E812';
	display: inline-block;
	font-size: 24px;
	padding: 0 10px 0 0;
}
.center-wrap .each-spot .fax {
	width: 100%;
}
.center-wrap .each-spot .fax::before {
	font-family: "fontello";
	content: '\F1AC';
	display: inline-block;
	font-size: 24px;
	padding: 0 10px 0 0;
}
.clients-list {
	display: flex;
	-webkit-box-orient: horizontal;
	justify-content: center;
	align-items: center;
	margin:0 -15px;
	flex-wrap: wrap;
}
.clients-list .item{
	flex: 0 1 calc(20%);
	padding:15px;
}
@media (max-width: 1199px) {.clients-list .item{flex: 0 1 calc(25%);}}
@media (max-width: 767px) {.clients-list .item{flex: 0 1 calc(33.33%);}}
@media (max-width: 575px) {.clients-list .item{flex: 0 1 calc(50%);}}

.clients-list .item .imgBox{
	border: 1px solid #eeeeee;
	border-radius: 5px;
}
.clients-list .item .imgBox img{
	padding:15px;
}
/* -------------------------------------------
     timeline
  ---------------------------------------------*/
.timeline {
	list-style: none;
	padding: 60px 0 40px;
	position: relative;
	margin: 20px auto;
	max-width: 1200px;
}

.timeline::before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 2px;
	background-color: #007297;
	left: 50%;
}

.timeline > li {
	margin-bottom: 0;
	position: relative;
}
@media (max-width: 767px) {.timeline > li{margin-bottom: 30px;}}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: 47%;
	float: left;
	border-radius: 2px;
	padding: 4px 8px;
	position: relative;
	background: #ffffff;
}

	.timeline > li > .timeline-panel:before {
		position: absolute;
		top: 12px;
		right: -14px;
		display: inline-block;
		border-top: 15px solid transparent;
		border-left: 15px solid #ffffff;
		border-right: 0 solid #ffffff;
		border-bottom: 15px solid transparent;
		content: " ";
	}


.timeline > li > .timeline-badge {
	color: #fff;
	width: 18px;
	height: 18px;
	line-height: 16px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -8px;
	background-color: #007297;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline-badge-top {
	color: #fff;
	width: 22px;
	height: 22px;
	line-height: 16px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: -3px;
	left: 50%;
	margin-left: -10px;
	background-color: #ffffff;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border: 4px solid #007297;
}
@media (max-width: 767px) {.timeline-badge-top{left: 41px;}}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

	.timeline > li.timeline-inverted > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -14px;
		right: auto;
	}

	.timeline > li.timeline-inverted > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -13px;
		right: auto;
	}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: #007297;
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 0 10px;
	text-align: right;
}
@media (max-width: 767px) {.timeline-title{text-align: left;}}

.timeline-title span{
	color: #333333;
	font-size: 20px;
}
.timeline-inverted .timeline-title {
	text-align: left;
}
.timeline-inverted .timeline-title span{
	color: #333333;
	font-size: 20px;
}
.timeline-body > p, .timeline-body > ul {
	margin-bottom: 0;
	font-size: 1.2rem;
	text-align: right;
	line-height: 1.6;
	padding: 10px 0;
}
@media (max-width: 767px) {.timeline-body > p{text-align: left;}}

.timeline-inverted .timeline-body > p {
	text-align: left;
}
    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
	ul.timeline:before {
	left: 40px;
	}
	
	ul.timeline > li > .timeline-panel {
	width: calc(100% - 90px);
	width: -moz-calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	}
	
	ul.timeline > li > .timeline-badge {
	left: 32px;
	margin-left: 0;
	top: 16px;
	}
	
	ul.timeline > li > .timeline-panel {
	float: right;
	}
	
	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -14px;
		right: auto;
	}
	
	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -13px;
		right: auto;
	}
}

.contact-archive {
	padding: 4em 0;
	background-image: url("/upload/contactbg.jpg");
	position: relative;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.mission {
	margin: 4em 0;
}
.mission-box {
	margin: 0 auto;
	width: 800px;
	height: 800px;
	position: relative;
	top: 100px;
}
@media (max-width: 991px) {.mission-box{width: 600px;height: 600px;}}
@media (max-width: 767px) {.mission-box{width: 400px;height: 400px;}}

.mission-circel {
	width: 600px;
	height: 600px;
	margin: 0 auto;
	background: #f5f7f9;
	border-radius: 50%;
	border: 20px solid #007297;
	box-shadow: 0px 10px 50px -30px #00000066;
	position: relative;
}
@media (max-width: 991px) {.mission-circel{width: 400px;height: 400px;}}
@media (max-width: 767px) {.mission-circel{width: 300px;height: 300px;border: 10px solid #007297;}}

.circel-txt {
	position: absolute;
	top: 300px;
	left: 180px;
	font-size: 26px;
	font-weight: 500;
	color: #007297;
	max-width: 200px;
	text-align: center;
}
@media (max-width: 991px) {.circel-txt{font-size: 22px;top: 130px;left: 80px;width: 400px;height: 60px;justify-content: center;align-items: center;display: flex;}}
@media (max-width: 767px) {.circel-txt {font-size: 18px;top: 95px;left: 40px;	line-height: 1.2;}}

.circel-top {
	position: absolute;
	top: -120px;
	left: 100px;
}
@media (max-width: 991px) {.circel-top{left: 50px;}}
@media (max-width: 767px) {.circel-top{top: -80px;left: 40px;}}

.circel-left {
	position: absolute;
	top: 230px;
	left: -180px;
}
@media (max-width: 991px) {.circel-left{top: 170px;left:-110px;}}
@media (max-width: 767px) {.circel-left{top: 140px;left:-70px;}}

.circel-right {
	position: absolute;
	top: 230px;
	right: -180px;
}
@media (max-width: 991px) {.circel-right{top: 170px;right: -110px;}}
@media (max-width: 767px) {.circel-right{top: 140px;right: -40px;}}

/* -------------------------------------------
     產品詢價
  ---------------------------------------------*/
  .inquiry-table {
	margin-bottom: 1rem;
}
.inquiry-table-title {
	display: flex;
	color: #fff;
	background: linear-gradient(90deg, #007297, #007297);
	font-weight: bold;
	padding: 10px 30px;
	margin-bottom: 1rem;
	border-radius: 5px;
}
@media (max-width: 576px) {
  .inquiry-table-title {
    display: none;
  }
  .inquiry-table-list{
    padding-left: 0;
  }
}
.inquiry-table-title li {
	list-style: none;
}
.inquiry-table-title li:nth-child(1) {
	width: calc(100% - 180px);
}
.inquiry-table-title li:nth-child(2) {
	width: 80px;
}
.inquiry-table-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 1rem;
}
@media (max-width: 576px) {
  .inquiry-table-list {
    border: 1px solid #bdbdbd;
  }
} 

.inquiry-table-list li:nth-child(1) {
	width: 150px;
	text-align: center;
}
@media (max-width: 576px) {
  .inquiry-table-list li:nth-child(1) {
    width: 100%;
    padding-top: 20px;
  }
}
.inquiry-table-list li:nth-child(1) img {
  width: 100px;
}
@media (max-width: 576px) {
  .inquiry-table-list li:nth-child(1) img {
    width: 200px;
  }
} 
.inquiry-table-list li:nth-child(2) {
	width: calc(100% - 360px);
}
@media (max-width: 576px) {
  .inquiry-table-list li:nth-child(2) {
    width: 100%;
    text-align: center;
    padding: 10px 0;    
  }
}
.inquiry-table-list li:nth-child(3) {
	width: 80px;
}
@media (max-width: 576px) {
  .inquiry-table-list li:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;    
  }
}
.btn-inquiry-del::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(/upload/icon/icon-trash-can.svg) no-repeat;
}
.handle-counter {
	display: flex;
}
/* -------------------------------------------
     產品註冊
  ---------------------------------------------*/
.product-register {
	display: flex;
	margin:30px 0;
}
@media (max-width: 767px) {.product-register{flex-wrap: wrap;display: block;}}

.product-register .item {
	flex: 0 1 calc(50%);
	padding: 0 25px;
}
@media (max-width: 767px) {.product-register .item{flex: 0 1 100%;padding: 0;}}

.product-register .item img{
	width: 100%;
}
@media (max-width: 767px) {.product-register .item img{display: none;}}
.warranty-box {
	border: 1px solid #eeeeee;
}
.warranty-box .warranty-title {
	background: #eeeeee;
	padding: 10px;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}
.warranty-box .warranty-txt{
	font-size: 16px;
	padding: 30px;
}
.warranty-box .warranty-check{
	text-align: center;
}
/* -------------------------------------------
     會員專區
  ---------------------------------------------*/
.mbg-gray {
	border: 1px solid #007297;
}
.no-block {
	padding: 20px 30px 0;
	margin: 10px auto 0;
	position: relative;
	border-top: 0;
}
@media (max-width: 767px) {.no-block{padding: 20px 15px 0;}}

.txt-block {
	padding: 15px 5px;
	color: #999999;
	font-weight: 600;
}
.txt-block a {
	background: #007297;
	color: #ffffff;
	font-weight: 600;
	padding: 10px 40px;
	border-radius: 50px;
}
.txt-block a:hover {
	background: #666666;
	color: #ffffff;
	font-weight: 600;
	padding: 10px 40px;
	border-radius: 50px;
}
.actions {
	display: flex;
	align-items: center;
}
.actions .forget {
	margin-top: 20px;
	margin-left: 40px;
}
@media (max-width: 767px) {.actions .forget{width: 160px;margin-left: 20px;}}

.actions .forget a {
	color: #007297;
	text-decoration: underline;
}
.actions .forget a:hover {
	color: #007297;
	text-decoration: none;
}
a.policy {
	color: #007297;
	text-decoration: underline;
}
a:hover.policy {
	color: #007297;
	text-decoration: none;
}
.clientTitle {
	font-size: 18px;
	font-weight: 600;
	padding: 5px 0;
	text-align: center;
	color: #333333;
}
.clientDes {
	font-size: 15px;
	font-weight: 400;
	color: #666666;
}
a.cancel {
	background: #007297;
	color: #ffffff;
	font-weight: 600;
	padding: 10px 40px;
	border-radius: 50px;
	margin-top: 10px;
	display: inline-block;
}
a:hover.cancel {
	background: #666666;
}
[type="checkbox"] + label, [type="radio"] + label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .5rem;
	margin-right: 1rem;
	margin-bottom: 0;
}
/* -------------------------------------------
     版型設定
  ---------------------------------------------*/
  
  /* ---01左圖右文----*/
.template-01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin:60px 0;
	width: 100%;
	align-items: flex-start;
}
@media (max-width: 767px) {.template-01{margin:30px -15px;}}

.template-01 h3 {
	font-size: 24px;
	font-weight: 600;
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
}
.template-01 h3::before {
	top: 5px;
	width: 7px;
	height: 30px;
	background-color: #007297;
	content: "";
	position: absolute;
	left: 2px;
}
.template-01 p {
	font-size: 18px;
	line-height: 1.7;
	color: #333333;
	width: 100%;
}
.template-01 ul {
	list-style: disc !important;
}
.template-01 ul li {
	padding-left: 0.8em;
	margin-bottom: 0.3em;
	position: relative;
	font-size: 18px;
	color: #333333;
}
.template-01 ul li::before{
	content: "";
	background-color: #0092D8;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}
.template-01 a{
	color: #007297;
	text-decoration: underline;
}
  /* ---02 右圖左文----*/
.template-02 {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	align-items: center;
	flex-wrap: wrap;
	margin:60px 0;
	width: 100%;
}
@media (max-width: 767px) {.template-02{margin:30px -15px;}}

.template-02 h3 {
	font-size: 24px;
	font-weight: 600;
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
}
.template-02 h3::before {
	top: 5px;
	width: 7px;
	height: 30px;
	background-color: #007297;
	content: "";
	position: absolute;
	left: 2px;
}
.template-02 p {
	font-size: 18px;
	line-height: 1.7;
	color: #333333;
}
.template-02 ul {
	list-style: disc !important;
}
.template-02 ul li {
	padding-left: 0.8em;
	margin-bottom: 0.3em;
	position: relative;
	font-size: 18px;
	color: #333333;
}
.template-02 ul li::before{
	content: "";
	background-color: #0092D8;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}
.template-02 a{
	color: #007297;
	text-decoration: underline;
}
/* ---03 單個編輯器----*/
.template-03 {
	margin:60px 0;
	width: 100%;
}
@media (max-width: 767px) {.template-03{margin:30px 0;}}
.template-03 a{
	color: #007297;
	text-decoration: underline;
}
/* ---04 一列5個圖文----*/
.template-04 {
	display: flex;
	-webkit-box-orient: horizontal;
	margin:60px -15px;
	flex-wrap: wrap;
	width: 100%;
}
@media (max-width: 767px) {.template-04{margin:30px 0;}}

.template-04 .item{
	flex: 0 1 calc(20%);
	padding:15px;
}
@media (max-width: 991px) {.template-04 .item{flex: 0 1 calc(25%);}}
@media (max-width: 767px) {.template-04 .item{flex: 0 1 calc(33.33%);}}
@media (max-width: 480px) {.template-04 .item{flex: 0 1 calc(100%);padding: 0;}}

.template-04 .item img{
	width:100%;
}
.template-04 .item .title {
	font-size: 18px;
	padding: 15px;
	text-align: center;
}
/* ---05 一列4個圖文----*/
.template-05 {
	display: flex;
	-webkit-box-orient: horizontal;
	margin:60px -15px;
	flex-wrap: wrap;
	width: 100%;
}
@media (max-width: 767px) {.template-05{margin:30px 0;}}

.template-05 .item{
	flex: 0 1 calc(25%);
	padding:15px;
}
@media (max-width: 767px) {.template-05 .item{flex: 0 1 calc(33.33%);}}
@media (max-width: 480px) {.template-05 .item{flex: 0 1 calc(100%);padding: 0;}}

.template-05 .item img{
	width:100%;
}
.template-05 .item .title {
	font-size: 18px;
	padding: 15px;
	text-align: center;
}
/* ---06 一列3個圖文----*/
.template-06 {
	display: flex;
	-webkit-box-orient: horizontal;
	margin:60px -15px;
	flex-wrap: wrap;
	width: 100%;
}
@media (max-width: 767px) {.template-06{margin:30px 0;}}

.template-06 .item{
	flex: 0 1 calc(33.33%);
	padding:15px;
}
@media (max-width: 480px) {.template-06 .item{flex: 0 1 calc(100%);padding: 0;}}

.template-06 .item img{
	width:100%;
}
.template-06 .item .title {
	font-size: 18px;
	padding: 15px;
	text-align: center;
}
/* ---07 一列2個圖文----*/
.template-07 {
	display: flex;
	-webkit-box-orient: horizontal;
	margin:60px -15px;
	flex-wrap: wrap;
	width: 100%;
}
@media (max-width: 767px) {.template-07{margin:30px -15px;width: auto;}}

.template-07 h3 {
	font-size: 24px;
	font-weight: 600;
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	width: 100%;
}
.template-07 h3::before {
	top: 5px;
	width: 7px;
	height: 30px;
	background-color: #007297;
	content: "";
	position: absolute;
	left: 2px;
}

.template-07 .item{
	flex: 0 1 calc(50%);
	padding:15px;
}
@media (max-width: 480px) {.template-07 .item{flex: 0 1 calc(100%);}}

.template-07 .item img{
	width:100%;
}
.template-07 .item .title {
	font-size: 20px;
	font-weight: 600;
	padding: 15px;
	text-align: center;
}