@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
html, body{height: 100%;}
body { 
  width: 100%;
  position: relative;
  background: #fff;
  font-size: 1em;
  color:#717171;
  padding:0;
  margin:0;
  font-family: 'Noto Sans TC', sans-serif;
}
::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}
::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #00A0B8;
}
::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #000;
  
}
a { 
  color:#3A3A3A; 
  transition-duration: 0.3s;
  outline: none;
}
a:hover {
  color:#00A0B8;
  text-decoration: none;
}
a.btn-main {
  display: inline-block;
  background: #00a0bb;
  border-radius: 30px;
  color: #fff;
  padding: 12px 30px;
  border: 2px solid #00a0bb;
  margin-right: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  transition-duration: 0.3s;
}
a.btn-main:hover {
  -webkit-box-shadow: 0 0px 15px 0px rgb(0 60 187 / 25%);
          box-shadow: 0 0px 15px 0px rgb(0 60 187 / 25%);
}
a.btn-second {
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  color: #00a0bb;
  padding: 12px 30px;
  border: 2px solid #00a0bb;
  margin: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  transition-duration: 0.3s;
}
a.btn-second:hover {
  -webkit-box-shadow: 0 0px 20px 0px rgb(0 60 187 / 15%);
          box-shadow: 0 0px 20px 0px rgb(0 60 187 / 15%);
}
a.btn-send {
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  color: #00a0bb;
  padding: 6px 30px;
  border: 2px solid #00a0bb;
  margin-right: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  width: 120px;
  transition-duration: 0.3s;
  
}

a.btn-send:hover {
  width: 150px;
  -webkit-box-shadow: 0 0px 20px 0px rgb(0 60 187 / 15%);
          box-shadow: 0 0px 20px 0px rgb(0 60 187 / 15%);
}


button.btn-all {
  display: inline-block;
  background: #FFB900;
  border: 5px solid #FBDF7D;
  border-radius: 30px;
  font-size: 1.2rem;
  padding: 8px 15px;
  color: #252531;
}

h1.h1 {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 140%;
  letter-spacing: 1.5px;
}
h2.h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 140%;
  letter-spacing: 1.5px;
}
h3.h3 {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 140%;
  letter-spacing: 1.5px;
}
h4.h4 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 1.5px;
}
h5.h5 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: 1.5px;
}
h6.h6 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 1.5px;
}
p.p {
  font-weight: 300;
  font-size: 0.93rem;
  line-height: 160%;
  color: #717171;
  letter-spacing: 1.5px;
}
span.subtit {
  font-weight: 500;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: 1px;
}
::placeholder { color: #BBBBBB; }
::-webkit-input-placeholder { color: #BBBBBB; }
::-moz-placeholder { color: #BBBBBB; opacity: 1; }

input.input {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 10px 20px;
  border: 0;
  margin-bottom: 15px;
  background: #F3F3F3;
  font-size: 0.93rem;
  font-weight: 400;
  letter-spacing: 1px;
  outline: none;
  color: #717171;
}

select.select {
  display: block;
  appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
  width: 100%;
  border-radius: 5px;
  padding: 10px 40px 10px 20px;
  border: 0;
  margin-bottom: 15px;
  background: url(../../assets/img/icon/icon-select-arrow.svg) no-repeat #F3F3F3 ;
  background-size: 14px;
  background-position: calc(100% - 15px) center;
  font-size: 0.93rem;
  font-weight: 400;
  letter-spacing: 1px;
  outline: none;
  color: #717171;
}
textarea.textarea {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 10px 20px;
  border: 0;
  margin-bottom: 15px;
  background: #F3F3F3;
  font-size: 0.93rem;
  font-weight: 400;
  letter-spacing: 1px;
  outline: none;
  color: #717171;
}
/*radio*/
.radio {
  display: inline-block;
  padding: 9px 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.radio label {
  margin-right: 25px;
  cursor: pointer;
  font-size: 0.93rem;
  margin-bottom: 0;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"]:disabled+.radio-label {
  cursor: default;
  color: rgb(180, 180, 180);
}

.radio input[type="radio"]+.radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
  background-color: #2ea0b8;
  border: 5px solid #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
  outline: none;
  
}
.radio input[type="radio"]:disabled+.radio-label:before {
  background: #f4f4f4;
  cursor: default;
}
.radio input[type="radio"]:checked:disabled+.radio-label:before {
  background: rgb(180, 180, 180);
  border: 5px solid #f4f4f4;
  cursor: default;
}

.radio input[type="radio"]+.radio-label:empty:before {
  margin-right: 0;
}
.textarea {
  font-size: 0.93rem;
  line-height: 160%;
  color: #3A3A3A;

}
  p.p span.add {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../assets/img/icon-location.svg) no-repeat center;
    background-size: 16px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
  }
.tagTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem;
}
.tagTitle span.tag {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 100%;
  padding: 0.5rem 0.8rem;
  background: #E5F9FF;
  color: #31B1DA;
  border: 1px solid #31B1DA;
  border-radius: 30px;
  margin-right: 15px;
}
.tagTitle span.tag span {
  width: 20px!important;
  height: 24px!important;
  background-size: 20px!important;
}
.tagTitle p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tagList a.tag {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 100%;
  padding: 0.5rem 0.8rem;
  background: #E5F9FF;
  color: #31B1DA;
  border: 1px solid #31B1DA;
  border-radius: 30px;
  margin-right: 5px;
  margin-bottom: 8px;
}
.tagList a.tag:hover {
  background: #31B1DA;
  color: #fff;
}

ul.tabBar {
  text-align: center;
  padding: 0;
  margin: 30px auto;
  list-style: none;
}
ul.tabBar li {
  display: inline-block;
  margin: 5px;
}
ul.tabBar li a.btn-second {
  margin: 0;
}
ul.tabBar li a.btn-second:hover,
ul.tabBar li a.btn-second.active {
  background: #00a0bb;
  color: #fff;
}
/*- header -*/
header { 
  
}
.logoBar {

}
a.navbar-brand { max-width: 195px; transition-duration: 0.3s; }
a.navbar-brand img { width: 100%; }
header.header-s {
  background: #00A0B8;
  -webkit-box-shadow: 0 0px 6px 0px rgb(0 0 0 / 15%);
          box-shadow: 0 0px 6px 0px rgb(0 0 0 / 15%);
}
header.header-s a.navbar-brand { max-width: 200px; }
header.header-s nav.navbar { 
  padding: 0; 
  width: 100%;
  height: 80px;
  
}
nav.navbar {
  position: relative;
  margin: 0 auto;
  transition-duration: 0.3s;
  padding: 0.5rem 0;
  height: 100px;
}
nav.navbar ul.navbar-nav {

}
nav.navbar a.nav-link {
  position: relative;
  color: #fff;
  margin-left: 5px;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 15px!important;
  border-radius: 30px;
  transition-duration: 0.3s;
}
nav.navbar a.nav-link:hover,
nav.navbar a.nav-link.active {
  background: #fff;
  color: #00A0B8;
  -webkit-box-shadow: 0 0px 10px 0px #278194;
          box-shadow: 0 0px 10px 0px #278194;
}
nav.navbar a.nav-link.contactBtn {
  padding: 10px 25px!important;
  background: #fff;
  color: #00A0B8;
}

main { margin-top: 100px; position: relative; }

button.navbar-toggler { display: none; }
@media (max-width: 1200px) {
  a.navbar-brand,
  header.header-s a.navbar-brand {
    max-width: 130px;
  }
  nav.navbar a.nav-link {
    font-size: 1rem;
    padding: 10px 5px !important;
  }
  nav.navbar a.nav-link.contactBtn {
    padding: 10px 15px !important;
  }
}
@media (max-width: 991px) {
  nav.navbar a.nav-link {

  }
  nav.navbar a.nav-link:hover, 
  nav.navbar a.nav-link.active {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  header { padding-top: 0; height: auto; transition-duration: 0.3s; }
  header .container { padding:0 }
  header a.navbar-brand {
    margin-left: 15px;
  }
  button.navbar-toggler { 
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 10px;
    margin-top: 5px;
    z-index: 2;
  }
    button.navbar-toggler.collapsed:before {
      content: '';
      display: inline-block;
      width: 30px;
      height: 3px;
      border-radius: 10px;
      background: #fff;
      position: absolute;
      left: 5px;
      top: 12px;
      transform: rotate(0deg); 
      transform-origin: center;
      transition-duration: 0.3s;
    }
    button.navbar-toggler.collapsed:after {
      content: '';
      display: inline-block;
      width: 30px;
      height: 3px;
      border-radius: 10px;
      background: #fff;
      position: absolute;
      left: 5px;
      top: 22px;
      transform: rotate(0deg); 
      transition-duration: 0.3s;
    }
    button.navbar-toggler:before {
      content: '';
      display: inline-block;
      width: 30px;
      height: 3px;
      border-radius: 10px;
      background: #fff;
      position: absolute;
      left: 5px;
      top: 15px;
      transform: rotate(30deg); 
      transition-duration: 0.3s;
    }
    button.navbar-toggler:after {
      content: '';
      display: inline-block;
      width: 30px;
      height: 3px;
      border-radius: 10px;
      background: #fff;
      position: absolute;
      left: 5px;
      top: 15px;
      transform: rotate(-30deg); 
      transition-duration: 0.3s;
    }
  header.header-s {
    background: none;
    background-image: url(../../assets/img/bg/bg-nav-s.svg);
    background-position: left bottom;
    background-size: 100% auto;
    box-shadow: none;
    padding-bottom: 50px;
  }
  header .container {
    max-width: 100%;
  }
  header.header-s button.navbar-toggler { 
    padding:13px;
    margin-top: 0;
    
  }
  .logoBar {text-align: left; z-index: 2;}
  nav.navbar { 
    transition-duration: 0.3s; 
    align-items: flex-start;
    padding-top: 15px;
    
  }
  header.header-s nav.navbar {
    padding-top: 10px;
  }
  nav.navbar .navbar-collapse {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    padding-top: 50px;
    background-image: url(../../assets/img/bg/bg-nav-s.svg);
    background-position: left bottom;
    background-size: 100% auto;
    padding-bottom: 50px;
    transition-duration: 0.3s;
    opacity: 1;
  }
  nav.navbar .navbar-collapse.collapse:not(.show) {
    transition-duration: 0.3s;
    opacity: 0;
  }
  nav.navbar ul.navbar-nav {
    text-align: center;
    padding: 50px 15px 50px;
    background: none;
    
  }
  nav.navbar li.nav-item { 
    display: block;
    padding: 0 3px;
    margin-bottom: 10px;
  }
  nav.navbar a.nav-link { 
    display: inline-block;
    padding: 10px 25px!important;
  }
  nav.navbar a.nav-link.contactBtn { 
    display: inline-block;
    padding: 10px 25px!important;
    margin-top: 15px;
  }

  main { margin-top: 50px; }
}
@media (max-width: 576px) {
  header.header-s {
    padding-bottom: 30px;
  }
}

#particles-js{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #00a0b8;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.animateBox {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  overflow: hidden;
}
.animateBox img { width:100% }
.animateBox .an-bg {
  position: relative;
  z-index: 1;
}
.animateBox .an-line {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  animation-name: line;
  animation-duration: 42s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  
}
  @keyframes line {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(-360deg);}
  }

.animateBox .an-circle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  animation-name: circle;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
  @keyframes circle {
    0% { 
      transform: rotate(0deg);
      opacity: 0.8;
    }
    20% { opacity: 1; }
    50% { opacity: 0.1; }
    77% { opacity: 0.57; }
    100% { 
      transform: rotate(360deg);
      opacity: 0.8;
    }
  }
.animateBox .an-kiosk {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  animation-name: kiosk;
  animation-duration: 7s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
  @keyframes kiosk {
    0% { opacity: 1; transform: scale(1); }
    37% { opacity: 0.52; transform: scale(0.9); }
    62% { opacity: 1; transform: scale(0.85); }
    100% { opacity: 1; transform: scale(1); }
  }
.animateBox .an-web {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  animation-name: web;
  animation-duration: 7s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
  @keyframes web {
    0% { opacity: 1; transform: scale(1); }
    26% { opacity: 0.71; transform: scale(1.23); }
    100% { opacity: 1; transform: scale(1); }
  }
.animateBox .an-app {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  animation-name: app;
  animation-duration: 7s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
  @keyframes app {
    0% { opacity: 1; transform: scale(1); }
    64% { opacity: 0.62; transform: scale(1.3); }
    100% { opacity: 1; transform: scale(1); }
  }
.animateBox .an-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 7;
  animation-name: text;
}

/*-footer-*/

footer {
  color: #fff;
}
footer .bg-ft {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(100% + 1px);
}

footer .info {
  padding: 30px 0 10px;
}
  @media (max-width: 991px){
    footer .info { padding:40px 0 10px; }
  }
  @media (max-width: 767px){
    footer .info { 
      text-align: center;
      padding:50px 0 10px; 
    }
  }
footer .info a.footer-brand {
  display: inline-block;
  width: 221px;
  margin-bottom: 10px;
}
footer .info .intro {
  color: #fff;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 1.5px;
  min-width: 230px;
}
footer .copyright {
  font-size: 0.74rem;
  color: #fff;
  line-height: 160%;
  text-align: right;
  font-weight: 300;
  margin: 0 5px;
}
footer ul.contact { 
  list-style: none; 
  padding: 0;
  font-weight: 300;
  min-width: 330px;
  margin-left: 15px;
}
footer ul.contact h6.h6 {
  color: #fff;
}
footer ul.contact li {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
footer ul.contact li a {
  display: inline-block;
  color: #fff;
  transition-duration: 0.3s;
  line-height: 1.5rem;
}
footer ul.contact li a:hover {
  color: #fff;
  text-decoration: none;
}
footer ul.contact p { padding-left: 30px; margin-bottom: 0;}
footer span.add {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../assets/img/icon/icon-add.svg) no-repeat center;
  background-size: 16px;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
footer span.phone {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../assets/img/icon/icon-phone.svg) no-repeat center;
  background-size: 16px;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
footer span.fax {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../assets/img/icon/icon-fax.svg) no-repeat center;
  background-size: 16px;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
footer span.time {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../assets/img/icon/icon-time.svg) no-repeat center;
  background-size: 16px;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
footer span.mail {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../assets/img/icon/icon-mail.svg) no-repeat center;
  background-size: 16px;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
footer ul.link { 
  list-style: none; 
  padding: 0;
  text-align: right;
  margin-bottom: 10px;
  margin-top: 30px;
}
footer ul.link li {
  display: inline-block;
  margin-left: 5px;
}
footer ul.link a.linkFb,
footer ul.link a.linkIg,
footer ul.link a.linkLine {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 24px;
  transition-duration: 0.3s;
  border-radius: 50px;
  border:2px solid rgb(255 255 255 / 0%);
}

footer ul.link a.linkFb { background: url(../../assets/img/icon/icon-fb-w.svg) no-repeat center center rgb(29 93 165 / 0%); }
footer ul.link a.linkIg { background: url(../../assets/img/icon/icon-ig-w.svg) no-repeat center center rgb(215 30 27 / 0%); }
footer ul.link a.linkLine { background: url(../../assets/img/icon/icon-line-w.svg) no-repeat center center rgb(3 186 59 / 0%); }

footer ul.link a.linkFb:hover,
footer ul.link a.linkIg:hover,
footer ul.link a.linkLine:hover { border:2px solid rgb(255 255 255 / 100%); }

footer ul.navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 15px;
}
  @media (max-width: 991px) {
    footer ul.navbar-nav {
      justify-content: center;
    }
  }
footer ul.navbar-nav a.nav-link {
  position: relative;
  color: #fff;
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 15px!important;
  border-radius: 30px;
  transition-duration: 0.3s;
}
footer ul.navbar-nav a.nav-link:hover,
footer ul.navbar-nav a.nav-link.active {
  background: #fff;
  color: #00A0B8;
  -webkit-box-shadow: 0 0px 10px 0px #278194;
          box-shadow: 0 0px 10px 0px #278194;
}
footer ul.navbar-nav a.nav-link.contactBtn {
  padding: 10px 15px!important;
  background: #fff;
  color: #00A0B8;
}


@media (max-width: 991px) {
  footer ul.link {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  footer ul.contact li {
    margin-bottom: 5px;
  }
  footer p.copyright {
    text-align: center;
    line-height: 140%;
  }

}

@media (max-width: 767px) {
  footer ul.contact {
    padding: 20px 0 30px;
    max-width: 320px;
    border-bottom: 1px solid #88c7d5;
    text-align: left;
    margin: 9px auto 30px;
    padding-bottom: 15px;
}
  footer ul.link li {
    margin: 0 5px;
  }
  footer p.copyright {
    text-align: center;
    line-height: 140%;
    max-width: 320px;
    margin: 0 auto 15px;
  }
}

#toTop {
  cursor: pointer;
  position: fixed;
  display: inline-block;
  right: -50px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 0.75rem;
  background: #fff;
  padding-top: 10px;
  transition-duration: 0.7s;
  z-index: 3;
  color: #2ea0b8;
  opacity: 0;
  -webkit-box-shadow: 0 0px 10px 0px rgb(0 0 0 / 15%);
          box-shadow: 0 0px 10px 0px rgb(0 0 0 / 15%);
}
#toTop i { 
  display: block;
  text-align: center; 
  font-size: 0.5rem;
}
#toTop:hover {
  padding-top: 5px;
}
#toTop.show {
  right: 10px;
  bottom: 10px;
  opacity: 1;
}

/*--------------------------content pages all style-*/
.content {
  min-height: 50vh;
  background: #fff;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.breadcrumb {
  background: none;
  color: #8A8A8A;
  padding: 0;
  margin-bottom: 8px;
}
.breadcrumb a,
.breadcrumb li {
  color: #8A8A8A;
  font-size: 0.93rem;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.5px;
  transition-duration: 0.3s;
}
.breadcrumb-item.active {
  color: #8A8A8A;
}
.breadcrumb a:hover {
  color: #00a0b8;
  text-decoration: none;
}
span.icon-home {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../assets/img/icon/icon-home-gray.svg) no-repeat center center;
  float: left;
  background-size: 20px;
  margin-top: 2px;
  margin-right: 5px;
}
span.icon-tag {
  display: inline-block;
  width: 24px;
  height: 28px;
  background: url(../../assets/img/icon-tag.svg) no-repeat center center;
  background-size: 24px;
  float: left;
  margin-right: 5px;
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  padding-right: 0;
  background: url(../../assets/img/icon/icon-arrow-bread.svg) no-repeat center center;
  background-size: 6px;

}
.titBox {
  padding-top: 0;
  margin-bottom: 60px;
}
.titBox h3.h3 {
  color: #00A0B8;
}
.titBox span.subtit {
  color: #717171;
}
  @media (max-width: 767px) {
    .titBox { 
      padding-top: 30px;
      text-align: center; 
    }
  }
.imgBox img {
  max-width: 100%;
}

.btnBar {
  padding: 30px 0;
}
/*-pagebar-*/
.pagebar {
  margin: 30px auto 50px;
  text-align: center;
}
.pagebar ul.pages {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagebar ul.pages li {
  display: inline-block;
}
.pagebar ul.pages li a {
  font-family: Arial;
  display: inline-block;
  line-height: 34px;
  font-size: 1rem;
  font-weight: bold;
  min-width: 38px;
  padding: 2px 10px 0;
  border-radius: 40px;
  text-align: center;
  margin: 5px;
  color: #00A0B8;

}
.pagebar ul.pages li a:hover,
.pagebar ul.pages li.active  a {
  background: #00A0B8;
  color: #fff;
}
.pagebar ul.pages li a.pageLeft,
.pagebar ul.pages li a.pageRight {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  min-width: 38px;
  font-size: 1.8rem;
  color: #00A0B8;
  background: #fff;
}

.pagebar ul.pages li a.pageLeft:hover,
.pagebar ul.pages li a.pageRight:hover {
  background: #00A0B8;
  color: #fff;
}

/*-slider-*/
.slick-slider {
  margin-left: 15px;
  margin-right: 15px;
}
.slider button.slick-arrow {
  width: 40px;
  height: 40px;
  color: #00A0B8;
  font-size: 1.6rem;
  background: none;
  z-index: 3;
}
.slider button.slick-arrow:hover {
  border-color:#8a8a8a;
}
.slider button.slick-arrow.slick-prev {
  left: -30px;
}
.slider button.slick-arrow.slick-next {
  right: -30px;
}
.slider button.slick-arrow.slick-prev:before,
.slider button.slick-arrow.slick-prev:after,
.slider button.slick-arrow.slick-next:before,
.slider button.slick-arrow.slick-next:after {
  display: none;
}
.slider .slick-list {
}
.slider .slick-dots {
  bottom: -40px;
}
.slider .slick-dots li {
  margin: 2px;
}
.slider .slick-dots li button:before {
  color: #D9D9D9;
  opacity: 1;
}
.slider .slick-dots li button:hover:before,
.slider .slick-dots li.slick-active button:before {
  color: #00A0B8;
  opacity: 1;
}
.slider button.slick-disabled {
  color: #d9d9d9;
  cursor: default;
}


/*--------------------------content single pages style-*/
/*-index-*/
.index-banner {
  position: relative;
  padding:30px 15px 100px;
  color: #fff;
  overflow: hidden;
}
  .index-banner .tit {
    margin-top: -100px;
  }
  .index-banner .imgBox {
    text-align: center;
  }
  .index-banner .imgBox img.bannerImg {
    margin: 0 auto;
    max-width: 100%;
  }
  .index-banner .bg-banner {
    width: 100vw;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -2px;
  }
  @media (max-width: 991px) {
    .index-banner {
      padding-bottom: 70px;
    }
    .index-banner .tit {
    margin-top: 30px;
    text-align: center;
    }
  }
.index-service {
  padding: 0 15px;
}
.index-service .slick-slider {
  margin-left: 0;
  margin-right: 0;
}
.index-service .slider .slick-dots {
  bottom: 0;
}
.index-service .serviceBox {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 auto 60px;
  width: 330px;
}
  .index-service .serviceBox .imgBox {
    flex: 1 1 100px;
    margin-bottom: 15px;
    margin-right: 20px;
  }
  .index-service .serviceBox .textBox {
    flex: 2 1 200px;
  }
  .index-service .serviceBox h5.h5 {
    color: #454545;
  }

.index-project {
  position: relative;
  background: #F0FDFF;
  margin-top: 50px;
}

.index-project .bg-project-light {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.index-project .bg-project-dark {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-project .container-fluid {
  padding:50px 15px 110px;
  max-width: 1400px;
  margin: 0 auto;
}
.index-project .projectSlider {
  margin-top: -210px;
}
.index-project .projectSlider .pjDetail {
  margin-top: 210px;
}
.index-project .projectSlider .pjDetail p.p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
   -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.projectBox {  }
.projectBox .showTxt {
  display: flex;
  justify-content: center;
  color: #00A0B8;
  font-size: 0.875rem;
  line-height: 140%;
  letter-spacing: 1.5px;
  font-weight: 300;
  margin-bottom: 15px;
}
.projectBox .showTxt img {
  margin-right: 5px;
}
.projectBox .btnBar {
  padding: 15px 0;
}
ul.typeList {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.typeList .typeTit {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 0.75rem;
  line-height: 140%;
  letter-spacing: 1.5px;
  color: #00A0B8;
  font-weight: 400;
  margin-right: 5px;
  margin-bottom: 15px;
}
ul.typeList li a.tagBtn {
  display: inline-block;
  padding: 15px 15px 15px 35px;
  border-radius: 15px;
  font-size: 0.75rem;
  line-height: 100%;
  margin: 0 5px 15px;
  border: 2px solid rgb(240 253 255 / 0%);
}
ul.typeList li a.tagBtn:hover {
  border: 2px solid;
}
    ul.typeList li a.tagBtn.tag-web {
      color: #0666fe; 
      background: url(../../assets/img/icon/icon-tag-web.svg) no-repeat rgba(6, 102, 254, 0.1);
      background-size: 18px;
      background-position: 12px center;
      
    }
    ul.typeList li a.tagBtn.tag-app {
      color: #9432E1; 
      background: url(../../assets/img/icon/icon-tag-app.svg) no-repeat rgba(148, 50, 225, 0.1);
      background-size: 18px;
      background-position: 12px center;
    }
    ul.typeList li a.tagBtn.tag-kiosk {
      color: #23D6D6; 
      background: url(../../assets/img/icon/icon-tag-kiosk.svg) no-repeat rgba(35, 214, 214, 0.1);
      background-size: 18px;
      background-position: 12px center;
    }
.projectBox ul.deviceTab {
  justify-content: center;
  margin-bottom: 15px;
}
.projectBox ul.deviceTab li a {
  font-size: 0.75rem;
  padding: 12px 15px;
  color: #BDBDBD;
  border-bottom: 2px solid #EAEAEA;
  transition-duration: 0.3s;
}
  .projectBox ul.deviceTab li a.tab-pc:hover,
  .projectBox ul.deviceTab li a.tab-pc.active {
    color: #0666FE;
    border-color: #0666FE;
  }
  .projectBox ul.deviceTab li a.tab-mobile:hover,
  .projectBox ul.deviceTab li a.tab-mobile.active {
    color: #0666FE;
    border-color: #0666FE;
  }
  .projectBox ul.deviceTab li a.tab-app:hover,
  .projectBox ul.deviceTab li a.tab-app.active {
    color: #9432E1;
    border-color: #9432E1;
  }
  .projectBox ul.deviceTab li a.tab-kiosk:hover,
  .projectBox ul.deviceTab li a.tab-kiosk.active {
    color: #23D6D6;
    border-color: #23D6D6;
  }
.projectBox .showBox {
  width: 591px;
  height: 523px;
  margin: 0 auto;
  position: relative;
}

  .projectBox .showBox.device-pc .deviceBg {
    background: url("../../assets/img/project/bg-pc.svg") center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
  }
  .projectBox .showBox.device-pc .projectImg {
    position: absolute;
    left: 20px;
    top: 23px;
    width: 550px;
    max-height: 309px;
    border-radius: 7px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #010101;
  }
  .projectBox .showBox.device-mobile .deviceBg,
  .projectBox .showBox.device-app .deviceBg {
    position: relative;
    z-index: 2;
    background: url("../../assets/img/project/bg-mobile.svg") center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
  }
  .projectBox .showBox.device-mobile .projectImg,
  .projectBox .showBox.device-app .projectImg {
    position: absolute;
    left: 170px;
    top: 10px;
    width: 251px;
    height: 478px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
    background: #010101;
  }
  .projectBox .showBox.device-kiosk .deviceBg {
    background: url("../../assets/img/project/bg-kiosk.svg") center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
  }
  .projectBox .showBox.device-kiosk .projectImg {
    position: absolute;
    left: 171px;
    top: 14px;
    width: 251px;
    max-height: 446px;
    border-radius: 7px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #010101;
  }
@media (max-width: 1199px) {
  .index-project {
    padding-top: 50px;
  }
  .index-project .titBox {
    text-align: center;
  }
  .index-project .projectSlider {
    margin-top: 0px;
  }
  .index-project .projectSlider .pjDetail {
    margin-top: 50px;
  }
  .projectBox .showBox {
    width: 300px;
    height: 270px;
    margin: 0 auto;
    position: relative;
  }
  .projectBox .showBox.device-pc .projectImg {
    width: 270px;
    max-height: 151px;
    left: 15px;
    top: 15px;
    border-radius: 5px;
  }
  .projectBox .showBox.device-mobile .projectImg,
  .projectBox .showBox.device-app .projectImg {
    width: 130px;
    max-height: 246px;
    left: 85px;
    top: 3px;
    border-radius: 15px;
  }
  .projectBox .showBox.device-kiosk .projectImg {
    width: 129px;
    max-height: 229px;
    left: 86px;
    top: 6px;
    border-radius: 3px;
  }

}
@media (max-width: 991px) {
  .index-project .titBox {
    margin-bottom: 20px;
  }
  .index-project .container-fluid {
    max-width: 600px;
  }
  .index-project .projectSlider .pjDetail {
    margin-top: 0px;
    text-align: center;
  }
  .index-project .projectSlider .pjDetail p.p,
  .index-project .projectSlider .pjDetail ul.typeList {
    display: none;
  }
}

.index-projectMore {  }
.index-projectMore .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}
.index-projectMore .titBox {
  text-align: center;
  margin-bottom: 30px;
}
.projectMoreSlider .slick-slide > div {
  display: flex;
  align-items: flex-start;
}

.projectCard {
  max-width: 285px;
  margin: 0 auto 30px;
  text-align: center;
  padding: 5px;
}

.projectCard .imgBox {
  border-radius: 20px;
  width: 100%;
  overflow-x: hidden;
  border: 1px solid #EAEAEA;
  margin-bottom: 10px;
  transition-duration: 0.3s;
}
.projectCard a:hover .imgBox {
  border: 1px solid  #00a0b8;
  -webkit-box-shadow: 0 0px 20px 0px rgb(0 0 0 / 15%);
          box-shadow: 0 0px 20px 0px rgb(0 0 0 / 15%);
}
.projectCard .typeList {
  justify-content: center;
}
.projectCard ul.typeList li a.tagBtn {
  padding: 10px 10px 10px 28px;
  background-position: 6px center;
}
.projectCard p.p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
   -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 767px) {
  .projectCard h5.h5 {
    font-size: 0.93rem;
  }
  .projectCard p.p,
  .projectCard ul.typeList {
    display: none;
  }
}

.index-customer {
  display: flex;
  position: relative;
  padding: 30px 0;
  background: #F0FDFF;
  margin-bottom: 100px;
  margin-top: 100px;
  align-items: center;

}
.index-customer:before {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url(../../assets/img/bg/bg-customer.svg) left top  no-repeat;
  background-size: 100%;
}
.index-customer:after {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: -100px;
  background: url(../../assets/img/bg/bg-customer.svg) left bottom  no-repeat;
  background-size: 100%;
}
  @media (max-width: 500px) {
    .index-customer:before { top:-70px }
    .index-customer:after { bottom:-70px }
  }
  .index-customer .titBox {
    width: 370px;
    display: inline-block;
    margin-bottom: 0;
    padding: 0 30px;
  }
  .index-customer .companyList {
    position: relative;
    width: calc(100vw - 370px);
    display: inline-block;
    overflow: hidden;
    padding: 0 30px;
  }
  .index-customer .companyList:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 100%;
    background-image: linear-gradient(to right, rgb(240 253 255), rgb(240 253 255 / 0%));
    z-index: 2;
  }
  .index-customer .companyList:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 100%;
    background-image: linear-gradient(to left, rgb(240 253 255), rgb(240 253 255 / 0%));
    z-index: 2;
  }
  @media (max-width: 768px) {
    .index-customer .companyList:after { display: none; }
  }
  .index-customer .companyList .imgBox {
    width: 100%;
    margin: 10px auto;
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    overflow-x: hidden;
    max-width: 230px;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index-customer .companyList .imgBox img {
    border-radius: 10px;
    max-width: 100%;
    max-height: 76px;
    margin: 0 auto;
  }

  .index-customer .companySlider.slick-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .index-customer .companySlider .slick-list {
    overflow: visible;
  }
  .index-customer .companySlider .slick-slide > div {
    display: flex;
    align-items: flex-start;
  }
  

@media (max-width: 1199px) {
  .index-customer {
    flex-direction: column;
    justify-content: center;
    /*-padding: 50px 0;-*/
  }
  .index-customer .titBox {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .index-customer .companyList {
    width: 100%;
    text-align: center;
  }
  .index-customer .slick-slider {
    /*-
    margin-left: 0;
    margin-right: 0;
    -*/
  }
}

.index-blog {  }
.index-blog .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}
.index-blog .titBox {
  margin-bottom: 30px;
  margin-left: 65px;
}
  @media (max-width: 1400px) {
    .index-blog .titBox {
      text-align: center;
      margin-left: 0;
      margin-top: 50px;
    }
  }
.blogCard {
  max-width: 357px;
  margin: 0 auto 30px;
  padding: 5px;
}

.blogCard .imgBox {
  border-radius: 20px;
  width: 100%;
  overflow-x: hidden;
  border: 1px solid #EAEAEA;
  margin-bottom: 10px;
  transition-duration: 0.3s;
}
.blogCard a:hover .imgBox {
  border: 1px solid  #00a0b8;
  -webkit-box-shadow: 0 0px 20px 0px rgb(0 0 0 / 15%);
          box-shadow: 0 0px 20px 0px rgb(0 0 0 / 15%);
}
.blogCard p.p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
   -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
ul.tagList {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.tagList li a.tagBtn {
  display: inline-block;
  padding: 8px 16px;
  background: #00A0B8;
  border-radius: 15px;
  font-size: 0.875rem;
  line-height: 100%;
  margin: 0px 10px 5px 0;
  color: #fff;
}
ul.tagList li a.tagBtn:hover {
  background: #1cbcd7;
}

.contentIndexOnly {
}

.index-team {
  /*-
  padding-top: 200px;
  padding-bottom: 230px;
  -*/
  color: #fff;
  text-align: center;
}
.index-team .bg-team-top { 
  width: 100%; 
  height: auto; 
  position: relative;
  z-index: 1;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(100% + 1px);
}
.index-team .bg-team-bottom { 
  width: 100%; 
  height: auto; 
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  margin-left: -1px;
  width: calc(100% + 1px)
}
.index-team .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}
.index-team .titBox {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.index-team .titBox h3 {
  color: #fff;
}
.index-team .titBox span.subtit {
  color: #EAEAEA;
}
.teamCard {
  max-width: 250px;
  margin: 0 auto 50px;

}
.teamCard .imgBox {
  text-align: center;
}
.teamCard h5.h5 {
  color: #f4f4f4;
  margin: 15px 0;
  text-align: center;
}
.teamCard p.p {
  color: #EAEAEA;
  text-align: left;
}

@media (max-width: 500px) {
  .teamCard p.p {
    font-size: 0.875rem;
    text-align: center;
  }
}

.index-flow {
  position: relative;
  background: #fff;
  padding-bottom: 150px;
}
.index-flow .titBox {
  text-align: center;
}
.index-flow .flowBox {

  max-width: 810px;
  margin: 0 auto;
}
.index-flow .flowBox .stepBox {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

  .index-flow .flowBox .stepBox:nth-child(even) {
    padding-left: 100px;
  }
.index-flow .flowBox .circle {
  position: relative;
  width: 120px;
  height: 125px;
  text-align: center;
  display: inline-block;
  padding-top: 30px;
  margin-right: 20px;
}
  .index-flow .flowBox .stepBox .circle:after {
    position: absolute;
    right: 5px;
    bottom: -20px;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../../assets/img/flow/arrow2.svg") no-repeat;
    background-size: 15px;
    background-position: center;
  }
  .index-flow .flowBox .stepBox .circle.step2:after { 
    left: 5px;
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .index-flow .flowBox .stepBox .circle.step4:after { display: none; }

  .index-flow .flowBox .circle.step1 {
    background: url("../../assets/img/flow/step1.svg") no-repeat;
    background-size: 120px;
    background-position: center;
  }
  .index-flow .flowBox .circle.step2 {
    background: url("../../assets/img/flow/step2.svg") no-repeat;
    background-size: 120px;
    background-position: center;
  }
  .index-flow .flowBox .circle.step3 {
    background: url("../../assets/img/flow/step3.svg") no-repeat;
    background-size: 120px;
    background-position: center;
  }
  .index-flow .flowBox .circle.step4 {
    background: url("../../assets/img/flow/step4.svg") no-repeat;
    background-size: 120px;
    background-position: center;
  }
  .index-flow .flowBox .circle span.txt {
    font-size: 0.875rem;
    line-height: 140%;
    color: #00A0B8;
  }
  .index-flow .flowBox .circle h5.h5 {
    color: #454545;
  }
.index-flow .flowBox ul.flowlist {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: calc(100% - 140px);
  color: #717171;
  font-size: 0.93rem;
  line-height: 100%;
}
.index-flow .flowBox ul.flowlist p.p {
  margin: 0;
}
.index-flow .flowBox ul.flowlist li {
  display: flex;
}
.index-flow .flowBox ul.flowlist li:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../../assets/img/flow/arrow1.svg") no-repeat;
  background-size: 22px;
  background-position: center;
  margin: 0 10px 0 5px;
}
.index-flow .flowBox ul.flowlist li:nth-child(4):after{
  display: none;
}

@media ( max-width: 991px) {
  .index-flow .flowBox { width: 710px; }
  .index-flow .flowBox .stepBox:nth-child(even) {
    padding-left: 0;
  }
  .index-flow .flowBox .stepBox .circle:after {
    transform:rotate(40deg)!important;
    right: 55px;
    left: auto!important;
    bottom: -23px;
    transform: scale(1.0);
  }
}
@media ( max-width: 767px) {
  .index-flow { padding-bottom: 50px; }
  .index-flow .flowBox { width: 270px; }
  .index-flow .flowBox ul.flowlist {
    flex-direction: column;
  }
  .index-flow .flowBox ul.flowlist li {
    padding: 5px 0;
  }
  .index-flow .flowBox ul.flowlist li:after {
    display: none;
  }
  .index-flow .flowBox ul.flowlist li:nth-child(even) {
    padding-left: 15px;
  }
  .index-flow .flowBox .stepBox {
    margin-bottom: 50px;
  }
  .index-flow .flowBox .stepBox .circle:after {
    right: 53px;
    bottom: -40px;
  }
}

.index-contact {
  position: relative;
  background: #E1F8FC;
  z-index: 2;
}
.index-contact:before {
  content: '';
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  top: -150px;
  background: url(../../assets/img/bg/bg-contact.svg) left top  no-repeat;
  background-size: 100%;
}
.index-contact:after {
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -200px;
  background: url(../../assets/img/bg/bg-contact.svg) left bottom  no-repeat;
  background-size: 100%;
}
.index-contact .titBox {
  position: relative;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 0;
  z-index: 3;
}

.index-contact .btnBar {
  position: absolute;
  top: 110px;
  width: 100%;
  z-index: 3;
}
@media (max-width: 1400px) {
  .index-contact {
    padding-bottom: 60px;
  }
  .index-contact::after {
    bottom: -130px;
  }
}
@media (max-width: 1050px) {
  .index-contact {
    padding-bottom: 50px;
  }
  .index-contact::before {
    top: -70px;
  }
  .index-contact::after {
    bottom: -100px;
  }
  
}
@media (max-width: 768px) {
  .index-contact {
    padding-bottom: 70px;
  }
  .index-contact::before {
    top: -50px;
  }
  .index-contact::after {
    bottom: -70px;
  }
  
}


/*----page-banner------*/
.page-banner {
  position: relative;
  padding:30px 15px 170px;
  color: #fff;
  overflow: hidden;
}
  
  @media (max-width: 1199px) {
    .page-banner {
      padding-bottom: 80px;
    }
  }
  @media (max-width: 991px) {
    .page-banner {
      padding-bottom: 60px;
    }
  }
  @media (max-width: 575px) {
    .page-banner {
      padding-bottom: 30px;
    }
  }
  .page-banner .bg-banner {
    width: 100vw;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -2px;
  }

.pageall { padding:0 15px; }
  .pageall:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
  }
  .pageall .titBox {
    max-width: 40%;

  }
    @media (max-width: 1199px) {
      .pageall .titBox { max-width: 100%; }
    }
    @media (max-width: 767px) {
      .pageall .titBox { 
        padding-top: 0px;
        text-align: left; 
        margin-bottom: 30px;
      }
    }
    
  .pageall ol.breadcrumb {
    margin-top: -100px;
    max-width: 100%;
  }
  @media (max-width: 1400px) {
    .pageall ol.breadcrumb {
      margin-top: -20px;
      max-width: 100%;
    }
  }
  



/*-.page-project-*/
.page-project {  }

  @media (max-width: 767px) {
    .page-project .projectCard h5.h5 { 
      font-size: 1.25rem; 
    }
    .page-project .projectCard p.p { 
      display: block; 
    }
    .page-project .projectCard ul.typeList { 
      display: flex; 
    }
  }
/*-.page-projectDetail-*/
.page-projectDetail {  }
  

  .page-projectDetail .projectBox ul.typeList {
    margin-bottom: 15px;
  }
  .page-projectDetail .projectBox .tab-content {
    margin-top: -135px;
  }

    @media (max-width: 1199px) {
      .page-projectDetail .projectBox .tab-content {
        margin-top: -10px;
      }
    }
    @media (max-width: 991px) {
      
      .page-projectDetail .pjDetail {
        display: flex;
        flex-direction: column-reverse;
      }
      .page-projectDetail .btnBar {
        text-align: center;
      }
      .page-projectDetail .btnBar a {
        margin: 5px!important;
      }
    }

    .page-projectDetail .projectBox .showTxt {
      padding-top: 15px;
      margin-bottom: 30px;
    }


/*-.page-service-*/
.page-service .titBox { padding: 0; }

/*-.page-team-*/
.page-team {}
  .page-team .teamCard h5.h5 { color: #3a3a3a;}
  .page-team p.p { color: #717171; }

/*-.page-flow -*/
.page-flow {  }
  .page-flow .titBox { 
    padding-top: 0px;
    text-align: left; 
  }

/*-.page-blog-*/
.page-blog {  }

/*-.page-blogDetail-*/
.page-blogDetail {  }
.page-blogDetail .imgBox {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  margin: 15px 0;
  max-width: 100%;
}

.page-blogDetail .blog-tag h5.h5 {
  color: #00A0B8;
}
.page-blogDetail .blog-tag h5.h5 img {
  margin-right: 5px;
  margin-top: -5px;
}
.page-blogDetail .btnBar a.btn-second {
  margin: 0;
}

/*-page-contact-*/
.page-contact {  }
  .page-contact .imgBox {
    text-align: center;
  }
.page-contact .boxRow {
  display: flex;
  justify-content: space-between;
}
.page-contact .boxRow .box {
  width: 46%;
}

.page-contact a.btn-send {
  width: 150px;
}
.page-contact a.btn-send:hover {
  width: 180px;
}

@media (max-width: 575px) {
  .page-contact .boxRow { flex-direction: column; }
  .page-contact .boxRow .box {width: 100%;}

  .page-contact .inRow {
    display: flex;
    justify-content: space-between;
    
  }
  .page-contact .inRow select.select,
  .page-contact .inRow input.input,
  .page-contact .inRow .radio {
    width: 48%;
  }
  .page-contact .radio label {
    margin-right: 10px;
  }
}
.modal-content { border-radius: 30px; }
#sendFeedback.modal .modal-body {
  padding: 50px 0;
}
#sendFeedback.modal a.btn-second {
  margin-top: 30px;
}