@charset "UTF-8";
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  box-shadow: none;
  background: transparent;
  padding: 1px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #BBB;
  box-shadow: none;
  border: 1px solid #FFF;
}

*::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Microsoft JhengHei", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #292929;
}

.rowbox {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .rowbox {
    flex-direction: column;
  }
}

.pic img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.offcanvas #page {
  overflow: hidden;
  position: absolute;
}

.offcanvas #page:after {
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #4aca85;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #4aca85;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

/* h1, h2, h3, h4, h5, h6, figure {
  color: #303133;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 1.3; }
 */
::-webkit-selection {
  color: #fff;
  background: #4aca85;
}

::-moz-selection {
  color: #fff;
  background: #4aca85;
}

::selection {
  color: #fff;
  background: #4aca85;
}

.product-img,
.work-img,
.author-img,
.mobile-img,
.colorlib-video,
.blog-img,
.colorlib-about-img,
.services-img,
.staff-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.colorlib-nav {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .colorlib-nav {
    margin: 0;
  }
}
.colorlib-nav .top-menu {
  border-bottom: 1px solid #ebebeb;
  padding: 12px 10px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .colorlib-nav .top-menu {
    padding: 28px 1em;
  }
}
.colorlib-nav #colorlib-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.colorlib-nav #colorlib-logo a {
  position: relative;
  color: #fff;
}

.colorlib-nav #colorlib-logo a i {
  color: #fff;
  display: block;
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .colorlib-nav .menu-1 {
    display: none;
  }
}
.colorlib-nav ul {
  padding: 0;
  margin: 0;
}

.colorlib-nav ul li {
  padding: 8px 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.colorlib-nav ul li a {
  position: relative;
  padding: 20px 12px;
  color: rgba(255, 255, 255, 0.9);
  transition: 0.5s;
}

.colorlib-nav ul li a:hover {
  color: #fff;
}

.colorlib-nav ul li.has-dropdown {
  position: relative;
}

.colorlib-nav ul li.has-dropdown .dropdown {
  width: 140px;
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  border-radius: 4px;
  transition: 0s;
}

.colorlib-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}

.colorlib-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 0px;
}

.colorlib-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}

.colorlib-nav ul li.btn-cta a {
  color: #fff;
  background: #4aca85;
  padding: 10px 15px;
  border-radius: 100px;
  transition: 0.3s;
}

.colorlib-nav ul li.btn-cta a:hover {
  -ms-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.colorlib-nav ul li.active > a {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.colorlib-nav ul li.active > a:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.colorlib-video {
  overflow: hidden;
  position: relative;
  height: 400px;
}

.colorlib-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #798eea;
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
}

.colorlib-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #fff;
}

.colorlib-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

.colorlib-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.colorlib-video:hover a {
  transform: scale(1.1);
}

#headerpage {
  height: 70px;
}

.Satisfaction-banner {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  z-index: 0;
  padding: 7em 0 3em 0;
}

@media screen and (max-width: 768px) {
  .Satisfaction-banner {
    height: auto;
    height: inherit;
    padding: 10em 0 2em 0;
  }
}
.Satisfaction-banner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.95;
  background: #fff;
  background-image: url("../images/style_shape_bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 40px;
  z-index: 1;
}

.Satisfaction-banner .display-t {
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
}

.Satisfaction-banner .banner_title {
  position: absolute;
  right: 0%;
  top: -5%;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .Satisfaction-banner .banner_title {
    right: 0%;
    top: -15%;
  }
}
@media screen and (max-width: 768px) {
  .Satisfaction-banner .overlay {
    background-position: top left;
  }
  .Satisfaction-banner .banner_title {
    position: relative;
    right: auto;
  }
}
.Satisfaction-banner .display-tc {
  display: table-cell;
  vertical-align: middle;
}

.Satisfaction-banner .display-tc .holder {
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.Satisfaction-banner .display-tc .holder span {
  position: relative;
}

.Satisfaction-banner .display-tc h1 {
  font-family: "Microsoft Yahei";
  color: #00AFB8;
  font-size: 44px;
  letter-spacing: 6px;
  margin-bottom: 7px;
  margin-top: 2.2em;
  font-weight: bold;
}

.Satisfaction-banner .display-tc p {
  font-size: 32px;
  color: #00AFB8;
  font-weight: bold;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .Satisfaction-banner .display-tc h1 {
    font-size: 36px;
    margin-bottom: 2px;
    letter-spacing: 2px;
  }
  .Satisfaction-banner .display-tc p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .Satisfaction-banner .display-tc h1 {
    font-size: 34px;
    margin-bottom: 0;
    margin-top: 0em;
  }
  .Satisfaction-banner .display-tc p {
    font-size: 25px;
  }
}
.colorlib-about,
.colorlib-shop,
.colorlib-work,
.colorlib-work-featured,
.colorlib-intro,
#colorlib-subscribe,
.colorlib-pricing,
#colorlib-contact,
.colorlib-blog {
  padding: 3em 0;
  clear: both;
}

@media screen and (max-width: 768px) {
  .colorlib-intro {
    padding: 1em 0;
  }
}
.colorlib-featured {
  padding-bottom: 3em;
  width: 100%;
}

.colorlib-featured .featured-wrap {
  margin-top: -7em;
}

.colorlib-featured .featured-entry img {
  box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
}

.colorlib-featured .owl-theme .owl-dots .owl-dot span {
  background: #e6e6e6;
}

.colorlib-featured .owl-theme .owl-dots .owl-dot.active span {
  background: #cccccc;
}

.colorlib-intro {
  position: relative;
}

.colorlib-intro .colorlib-heading {
  margin-bottom: 2em;
}

.colorlib-intro .play {
  width: 100%;
  display: block;
  margin: 30px 0;
}

.colorlib-intro .play a {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
  text-align: center;
  background: #798eea;
  border-radius: 50%;
}

.colorlib-intro .play a i {
  font-size: 20px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.pulse {
  display: table;
  width: 100px;
  height: 100px;
  background: #798eea;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(121, 142, 234, 0.4);
  animation: pulse 2s infinite;
  text-align: center;
  border-radius: 50%;
}

.pulse i {
  font-size: 30px !important;
  display: table-cell;
  vertical-align: middle;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(121, 142, 234, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(121, 142, 234, 0);
  }
}
.colorlib-work-featured .mobile-wrap {
  margin-bottom: 4em;
  display: block;
}

.colorlib-work-featured .mobile-wrap .mobile-img {
  background-position: top;
  height: 730px;
  box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.colorlib-work-featured .mobile-wrap .desc {
  padding: 30px;
}

.colorlib-work-featured .mobile-wrap .desc h2 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .colorlib-work-featured .mobile-wrap .desc h2 {
    font-size: 34px;
  }
}
.colorlib-work-featured .mobile-wrap .desc .features {
  position: relative;
  margin-bottom: 50px;
}

.colorlib-work-featured .mobile-wrap .desc .features .icon {
  position: absolute;
  top: 10px;
  left: 0;
}

.colorlib-work-featured .mobile-wrap .desc .features .icon i {
  font-size: 30px;
  color: #499bea;
}

.colorlib-work-featured .mobile-wrap .desc .features .f-desc {
  padding-left: 50px;
}

.work-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  margin-bottom: 40px;
}

.work-flex .half {
  display: block;
  width: 50%;
  height: 450px;
}

.work-flex .half .display-t {
  height: 450px;
  display: table;
}

@media screen and (max-width: 480px) {
  .work-flex .half .display-t {
    display: block;
    height: auto;
  }
}
.work-flex .half .display-tc {
  display: table-cell;
  vertical-align: middle;
}

.work-flex .half .desc {
  padding: 0 3em;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .work-flex .half .desc {
    padding: 3em;
  }
}
.work-flex .half .desc h2 {
  font-weight: 400;
}

.work-flex .half .desc h2 a {
  color: #303133;
}

@media screen and (max-width: 480px) {
  .work-flex .half {
    width: 100%;
  }
}
.work-flex .work-img {
  display: block;
  height: 450px;
}

.work-grid {
  margin-bottom: 40px;
}

.work-grid .work-img {
  display: block;
  height: 270px;
  position: relative;
}

.work-grid .work-img .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 270px;
  content: "";
  display: table;
  text-align: center;
  background: #4aca85;
  opacity: 0;
  transition: 0.3s;
}

.work-grid .work-img .icon i {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
}

.work-grid .work-img:hover .icon, .work-grid .work-img:focus .icon {
  opacity: 1;
}

.work-grid .desc {
  background: #fff;
  padding: 25px;
}

.work-grid .desc h2 {
  font-size: 24px;
}

.work-grid .desc h2 a {
  color: #303133;
}

.work-grid .desc h2 a:hover {
  color: #4aca85;
}

.product-entry {
  margin-bottom: 40px;
}

.product-entry .product-img {
  display: block;
  height: 350px;
  margin-bottom: 20px;
  position: relative;
}

.product-entry .product-img .tag {
  position: absolute;
  top: 10px;
  left: 10px;
}

.product-entry .product-img .tag .new {
  font-size: 11px;
  background: #4aca85;
  color: #fff;
  padding: 0.3em 0.5em;
  border-radius: 2px;
}

.product-entry .product-img .tag .sale {
  font-size: 11px;
  background: #798eea;
  color: #fff;
  padding: 0.3em 0.5em;
  border-radius: 2px;
}

.product-entry .product-img .cart {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  display: block;
  padding: 0 1em;
  opacity: 0;
  transition: 0.3s;
}

.product-entry .product-img .cart p {
  display: block;
  margin-bottom: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
}

.product-entry .product-img .cart p span {
  display: inline-block;
}

.product-entry .product-img .cart p span a {
  display: block;
  color: #fff;
  padding: 1em;
}

.product-entry .product-img .cart p span a:hover {
  background: #4aca85;
}

.product-entry .desc h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.product-entry .desc h3 a {
  color: #000;
}

.product-entry .desc .price span {
  color: #4aca85;
  font-weight: 400;
}

.product-entry .desc .price .sale {
  color: gray;
  text-decoration: line-through;
  font-weight: 300;
}

.product-entry:hover .product-img .cart {
  opacity: 1;
}

.staff-entry {
  display: block;
  margin-bottom: 20px;
  z-index: 0;
  background: #fff;
  padding: 30px;
  border-radius: 4px;
}

.staff-entry .staff-img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 50%;
}

.staff-entry .desc h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.staff-entry .desc span {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
}

.staff-entry .colorlib-social-icons li {
  margin-left: 0;
}

.staff-entry .colorlib-social-icons li a {
  padding: 0;
}

#colorlib-counter {
  position: relative;
  z-index: -1;
  padding-top: 7em;
  padding-bottom: 7em;
}

#colorlib-counter .colorlib-heading {
  margin-bottom: 30px;
}

#colorlib-counter .colorlib-heading h2 {
  color: #fff;
}

#colorlib-counter .colorlib-heading p {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
}

.counter-entry {
  padding: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .counter-entry {
    margin-bottom: 20px;
  }
}
.colorlib-counters {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.colorlib-counters .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #499bea;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #499bea), color-stop(100%, #798eea));
  background: linear-gradient(135deg, #499bea 0%, #798eea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#499bea", endColorstr="#798eea", GradientType=1 );
  opacity: 0.96;
}

.colorlib-counters .icon {
  margin-bottom: 20px;
  width: 100px;
  z-index: 0;
}

.colorlib-counters .icon i {
  font-size: 50px;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.colorlib-counters .colorlib-counter {
  font-size: 75px;
  display: block;
  color: #fff;
  font-family: "Nunito", Arial, sans-serif;
  width: 100%;
  font-weight: 300;
  margin-bottom: 0;
}

.colorlib-counters .colorlib-counter-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  display: block;
  font-weight: 300;
}

article {
  background: #fff;
  padding: 35px;
  margin-bottom: 40px;
  box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

article h2 {
  font-weight: 400;
  margin-bottom: 15px;
}

article h2 a {
  color: #303133;
}

article .admin span {
  font-size: 12px;
  color: #303133;
}

article p.author-wrap {
  position: relative;
  margin-top: 30px;
}

article p.author-wrap .author-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

article p.author-wrap .author {
  padding-left: 40px;
  color: #303133;
  font-size: 12px;
}

.pricing {
  background: #fff;
  padding: 2em 1em 1em 1em;
  box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  border-radius: 4px;
}

.pricing .pricing-heading {
  margin-bottom: 30px;
}

.pricing .price {
  font-size: 72px;
  color: #4aca85;
  line-height: 50px;
  font-weight: 300;
}

.pricing .price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}

.pricing .price small {
  font-size: 13px;
  display: block;
  color: #888f94;
}

#colorlib-subscribe {
  position: relative;
}

.colorlib-subscribe {
  clear: both;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.colorlib-subscribe .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #499bea;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #499bea), color-stop(100%, #798eea));
  background: linear-gradient(135deg, #499bea 0%, #798eea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#499bea", endColorstr="#798eea", GradientType=1 );
  opacity: 0.96;
}

.colorlib-subscribe .colorlib-heading {
  margin-bottom: 30px;
}

.colorlib-subscribe .colorlib-heading h2 {
  color: #fff;
}

.colorlib-subscribe .colorlib-heading p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.qbstp-header-subscribe {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  padding: 0;
}

.qbstp-header-subscribe .col-three-forth {
  width: 70%;
}

.qbstp-header-subscribe .col-one-third {
  width: 30%;
}

.qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third {
  display: table;
  height: 50px;
  float: left;
}

@media screen and (max-width: 768px) {
  .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third {
    width: 50%;
  }
}
.qbstp-header-subscribe .form-control {
  background: #fff;
  border-radius: 30px;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.qbstp-header-subscribe .form-group {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .qbstp-header-subscribe .form-group {
    width: 100%;
  }
}
.qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
  color: #4d4d4d;
}

.qbstp-header-subscribe .form-group input::-moz-input-placeholder {
  color: #4d4d4d;
}

.qbstp-header-subscribe .form-group input::-ms-input-placeholder {
  color: #4d4d4d;
}

.qbstp-header-subscribe .form-group input::-o-input-placeholder {
  color: #4d4d4d;
}

.qbstp-header-subscribe .form-group input::input-placeholder {
  color: #4d4d4d;
}

.qbstp-header-subscribe #email {
  font-size: 14px;
  width: 100%;
  border: none;
  border-bottom: transparent;
  color: #4d4d4d !important;
}

.qbstp-header-subscribe button {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  background: #4aca85;
  color: #fff;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
  height: 50px;
  width: 100%;
  display: block;
}

.no-gutters {
  margin: 0 !important;
}

.pagination li {
  margin: 2px;
}

.pagination li a {
  color: #000;
  background: #fff;
  color: #000;
  border: 1px solid #e6e6e6;
  margin: 2px;
}

.pagination li a:first-child {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

.pagination li a:hover, .pagination li a:focus {
  background: #4aca85;
  color: #fff;
  border: 1px solid #4aca85;
}

@media screen and (max-width: 768px) {
  .pagination li a {
    padding: 7px 15px;
  }
}
.pagination li.active a {
  background: #4aca85;
  border: 1px solid #4aca85;
}

.pagination li.active a:hover, .pagination li.active a:focus {
  background: #4aca85;
  color: #fff;
  border: 1px solid #4aca85;
}

.no-gutters {
  margin: 0 !important;
  padding: 0 !important;
}

.f-blog {
  position: relative;
  padding-left: 80px;
  margin-bottom: 40px;
}

.f-blog .blog-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 60px;
  float: left;
}

.f-blog .desc h2 {
  font-size: 14px;
  margin-bottom: 5px;
}

.f-blog .desc h2 a {
  color: #fff;
}

.f-blog .desc .admin {
  font-size: 12px;
}

.contact-info-wrap-flex {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3em;
}

.contact-info-wrap-flex .con-info {
  width: 100%;
  background: #fff;
  padding: 1.5em;
  background: white;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .contact-info-wrap-flex .con-info {
    width: 100%;
    margin: 4px !important;
  }
}
.contact-info-wrap-flex p {
  margin-bottom: 0;
  color: #000;
}

.contact-info-wrap-flex p span i {
  color: #4aca85;
}

.contact-info-wrap-flex p a {
  color: #000;
}

.form-control {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f0f0f0;
  font-size: 16px !important;
  font-weight: 300;
  background: white;
  border-radius: 0px;
}

.form-control:focus, .form-control:active {
  background: #fff;
  box-shadow: none;
  border: 1px solid #e6e6e6;
}

/* 
input[type="text"] {
  height: 50px; } */
.form-group {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .form-group #fname {
    margin-bottom: 30px;
  }
}
.form-group label {
  font-weight: 400;
}

.form-group .btn-modify {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 15px;
}

.colorlib-social-icons {
  margin: 0;
  padding: 0;
}

.colorlib-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.colorlib-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #4aca85;
  padding-left: 10px;
  padding-right: 10px;
}

.colorlib-social-icons li a i {
  font-size: 20px;
}

.colorlib-heading {
  margin-bottom: 5em;
}

.colorlib-heading h2 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .colorlib-heading h2 {
    font-size: 30px;
  }
}
#colorlib-footer {
  background: #303133;
  color: rgba(255, 255, 255, 0.6) !important;
  padding-top: 6em;
}

#colorlib-footer .colorlib-widget p {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  #colorlib-footer .colorlib-widget {
    margin-bottom: 40px;
    width: 100%;
    float: left;
  }
}
#colorlib-footer .colorlib-footer-links {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #colorlib-footer .colorlib-footer-links {
    margin-bottom: 30px;
  }
}
#colorlib-footer .colorlib-footer-links li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  display: block;
  font-size: 13px;
}

#colorlib-footer .colorlib-footer-links li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

#colorlib-footer .colorlib-footer-links li a i {
  padding-right: 10px;
  color: #fff;
}

#colorlib-footer .colorlib-social-icons li a {
  padding-left: 10px;
  padding-right: 10px;
}

#colorlib-footer .colorlib-social-icons li a:first-child {
  padding-left: 0;
}

#colorlib-footer h4 {
  margin-bottom: 30px;
  font-size: 12px;
  color: #e6e6e6;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}

#colorlib-footer .copy {
  background: #262626;
  padding: 7em 0;
}

#colorlib-footer .copy p {
  margin-bottom: 0;
  color: #fff;
  font-size: 13px;
}

#colorlib-footer .copy p small a {
  color: rgba(255, 255, 255, 0.7);
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}
#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #1a1a1a;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  transform: translateX(270px);
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  #colorlib-offcanvas {
    display: block;
  }
}
.offcanvas #colorlib-offcanvas {
  transform: translateX(0px);
}

#colorlib-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}

#colorlib-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#colorlib-offcanvas ul {
  padding: 0;
  margin: 0;
}

#colorlib-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#colorlib-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "icomoon";
  speak: none;
  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;
  content: "\e0c5";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  transform: rotate(-180deg);
}

#colorlib-offcanvas ul li.btn-cta {
  margin-top: 5px;
}

#colorlib-offcanvas ul li.btn-cta a {
  border-bottom: 1px solid #4aca85;
  padding-bottom: 5px;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: #4d5068;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.colorlib-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 1.2em !important;
}

.colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
  background: #303133;
}

.colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.colorlib-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all 0.2s ease-out;
}

.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}

.colorlib-nav-toggle.colorlib-nav-white > i {
  color: #fff;
  background: #fff;
}

.colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
  background: #fff;
}

.colorlib-nav-toggle i::before {
  top: -7px;
}

.colorlib-nav-toggle i::after {
  bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
  top: -10px;
}

.colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}

.colorlib-nav-toggle.active i {
  background: transparent;
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  transform: rotateZ(45deg);
  background: #fff;
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
  background: #fff;
}

.colorlib-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .colorlib-nav-toggle {
    display: none;
  }
}
/* 
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #4aca85;
  color: #fff;
  border: 1px solid #4aca85; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #5ed092 !important;
    border-color: #5ed092 !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #4aca85;
    border: 1px solid #4aca85; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #4aca85;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 1px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 1px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 1px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 1px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 1px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 1px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 1px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }


.btn-mystyle{ background-color:#00AFB8; font-size:18px; border: 1px solid #00AFB8; padding: 8px 100px; font-weight:bold; margin: 1em auto;}
  .btn-mystyle:hover, .btn-mystyle:focus, .btn-mystyle:active {
    background: #39c8d0 !important;
    border-color: #39c8d0 !important; }
  .btn-mystyle.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 1px solid #008cff; }
    .btn-mystyle.btn-outline:hover, .btn-mystyle.btn-outline:focus, .btn-mystyle.btn-outline:active {
      background: #008cff;
      color: #fff; }






.btn-outline {
  background: none;
  border: 1px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 120px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }
 */
.row-pb-lg {
  padding-bottom: 7em !important;
}

.row-pb-md {
  padding-bottom: 5em !important;
}

.row-pb-sm {
  padding-bottom: 3em !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

.Satisfaction-bg {
  background-image: url("../images/style_shape_bg1.svg");
  background-repeat: no-repeat;
  background-position: 50% 2%;
}

.Satisfaction-bg1 {
  background-image: url("../images/style_shape_bg2.svg");
  background-repeat: no-repeat;
  background-position: 50% 15%;
}

@media screen and (max-width: 768px) {
  .Satisfaction-bg {
    background: none;
  }
  .Satisfaction-bg1 {
    background-position: bottom;
  }
}
.Satisfaction2022_nav-tabs {
  border-bottom: none;
  margin: 0 auto;
  margin-left: 100px;
}

.Satisfaction2022_nav-tabs > li > a {
  border-radius: 4px;
  margin: 20px 20px;
  min-width: 200px;
}

.Satisfaction2022_nav-tabs > li > a:hover {
  background-color: #F2B851;
  color: #fff;
  border-color: #F2B851;
}

.Satisfaction2022_nav-tabs .btn-mystyle a:hover, .Satisfaction2022_nav-tabs .btn-mystyle:hover, .Satisfaction2022_nav-tabs .btn-mystyle:focus, .Satisfaction2022_nav-tabs .btn-mystyle:active {
  background: #F2B851 !important;
  border-color: #F2B851 !important;
  color: #fff;
}

.Satisfaction2022_nav-tabs > li.active > a, .Satisfaction2022_nav-tabs > li.active > a:hover, .Satisfaction2022_nav-tabs > li.active > a:focus {
  background-color: #F2B851;
  color: #fff;
  border-color: #F2B851;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .Satisfaction2022_nav-tabs {
    margin-left: 0px;
  }
  .Satisfaction2022_nav-tabs > li > a {
    border-radius: 4px;
    margin: 20px 8px;
  }
}
@media screen and (max-width: 768px) {
  .Satisfaction2022_nav-tabs {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .Satisfaction2022_nav-tabs > li {
    float: none;
  }
  .Satisfaction2022_nav-tabs > li > a {
    margin: 3px auto;
    min-width: inherit;
  }
}
.report_photo_block {
  display: block;
  width: 90%;
  box-shadow: 0px 3px 20px -13px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 20px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.title_block {
  text-align: left;
}

.title_block h2 {
  font-size: 36px;
  font-family: "Microsoft JhengHei", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
  color: #00AFB8;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}

.title_block h2.margin {
  margin-bottom: 2em;
}

.title_block h3 {
  font-size: 32px;
  color: #000;
  display: inline-block;
  text-align: left;
  font-weight: 700;
  font-family: "Microsoft JhengHei", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
}

.title_block h3 span {
  color: #00afb8;
}

.title_block p {
  font-size: 20px;
  text-align: left;
}

.br_web_see {
  display: block;
}

.title_block .icon_num {
  font-size: 40px;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background-color: #00AFB8;
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
  position: relative;
  top: -15px;
}

.title_block .reason1 {
  position: absolute;
  right: -5%;
  top: 35%;
}

.title_block .reason2 {
  position: absolute;
  right: -5%;
  top: 2%;
}

.title_block .reason3 {
  position: absolute;
  right: 2%;
  top: 2%;
}

.title_block .reason4 {
  position: absolute;
  right: -8%;
  top: 2%;
}

@media screen and (max-width: 1200px) {
  .title_block .reason1 {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 5px;
  }
  .title_block .reason2 {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 5px;
  }
  .title_block .reason3 {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 5px;
  }
  .title_block .reason4 {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 5px;
  }
  .title_block p .br_web_see {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .title_block .icon_num {
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: 2px;
    position: relative;
    top: -10px;
  }
  .report_photo_block {
    margin: 16px auto;
  }
  .title_block {
    text-align: center;
  }
  .title_block h2 {
    font-size: 24px;
    margin-left: 0;
    text-align: center;
  }
  .title_block h3 {
    font-size: 20px;
    padding: 8px 16px;
    letter-spacing: 0;
    margin-top: 5px;
  }
}
.title_block h2.wordblack_style {
  font-size: 40px;
  font-family: "Microsoft JhengHei", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
  color: #2c2c2c;
  font-weight: bold;
  margin-left: 0;
}

.title_block h2 span {
  font-weight: normal;
  color: #ff9900;
  margin-right: 5px;
}

.title_block h2 font {
  font-weight: normal;
  color: #ff9900;
  margin-right: 5px;
}

.title_block p.photo_tag {
  font-size: 15px;
  color: #777;
  text-align: center;
}

.title_block p.photo_tag span {
  color: #00AFB8;
}

@media screen and (max-width: 768px) {
  .title_block p {
    font-size: 16px;
  }
}
.myimg_block {
  display: block;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 20px -13px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  padding: 4px 8px 8px 8px;
  border-radius: 5px;
}

.myimg_block img {
  margin: 0 auto;
}

.myimg_block1 {
  display: block;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 20px -13px rgba(0, 0, 0, 0.2);
  border: 1px solid #00afb8;
  padding: 8px 8px 0px 8px;
  border-radius: 5px;
  margin: 20px auto;
}

.myimg_block1 img {
  margin: 0 auto;
}

.myimg_block2 {
  display: block;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 20px -13px rgba(0, 0, 0, 0.2);
  border: 1px solid #a7aee6;
  padding: 4px 8px 8px 8px;
  border-radius: 5px;
  margin: 20px auto;
}

.myimg_block2 img {
  margin: 0 auto;
}

.myimg_block3 {
  display: block;
  margin: 20px auto;
}

.myimg_block3 img {
  margin: 0 auto;
}

.photo_position {
  position: absolute;
  right: -180px;
  top: 45%;
}

.linkword_style a {
  color: #ff7a00;
  text-decoration: underline;
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  .myimg_block1 {
    margin: 5px auto;
  }
  .myimg_block3 {
    margin: 5px auto;
  }
  .photo_position {
    position: relative;
    right: 0px;
    top: 0;
  }
}
.Comparison_Tb {
  width: 100%;
  margin: 6px 0;
}

.Comparison_Tb td {
  padding: 12px 8px;
  font-size: 15px;
}

.Comparison_Tb td.green {
  color: #00AFB8;
  font-size: 16px;
}

.Comparison_Tb tr {
  border-bottom: 1px solid #eaeaea;
}

.Comparison_Tb tr td {
  font-size: 16px;
}

.Comparison_Tb tr.noborder {
  border-bottom: none;
}

.Comparison_Tb tr.title {
  background-color: #4d5068;
  color: #fff;
  line-height: 2;
}

.Comparison_Tb tr.title td {
  padding-top: 2em;
  font-size: 17px;
}

.Comparison_Tb th {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Comparison_Tb td {
    font-size: 14px;
  }
  .Comparison_Tb tr td {
    font-size: 14px;
  }
  .Comparison_Tb tr.title td {
    font-size: 13px;
    line-height: normal;
  }
  .Comparison_Tb th {
    font-size: 14px;
  }
  .btn_center {
    text-align: center;
    /* width: 100%; */
    /*text-align:right;*/
  }
}
.my_footer {
  text-align: center;
  color: #3c3c3c;
  padding: 18px 0;
}

.web_see {
  display: block;
}

.phone_see {
  display: none;
}

@media screen and (max-width: 768px) {
  .web_see {
    display: none;
  }
  .phone_see {
    display: block;
  }
}
@media (min-width: 415px) and (max-width: 768px) {
  .phone_photosize {
    width: 400px;
    margin: 0 auto;
  }
}
.btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-box a {
  margin: 20px 6px;
}

.footer {
  background-color: #292929;
  color: #686868;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .footer {
    font-size: 12px;
    margin-bottom: 72px;
  }
}
.right-menu {
  box-shadow: 0px 0px 4px 0px rgba(181, 181, 181, 0.5);
  z-index: 10;
  position: fixed;
  top: 30%;
  right: 20px;
  width: 68px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .right-menu {
    align-items: center;
    justify-content: space-around;
    display: flex;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
  }
}
.right-menu :nth-child(1) .menu-li {
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}

.right-menu:has(.active) :nth-child(2) .menu-li {
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 768px) {
  .right-menu :nth-child(1) .menu-li {
    border-right: 1px dashed #e6e6e6 !important;
  }
}
@media screen and (max-width: 768px) {
  .right-menu:has(.active) :nth-child(2) .menu-li {
    border: 0;
    border-right: 1px dashed #e6e6e6 !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .right-menu .menu-li {
    margin: 8px 0 !important;
    padding: 0 !important;
  }
}
.right-menu .totop {
  display: none;
}

.right-menu .totop .menu-li {
  border: none;
}

.right-menu .totop.active {
  display: block;
}

.right-menu .menu-li {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #00afb8;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .right-menu .menu-li {
    margin-top: 8.5px;
    margin-bottom: 8.5px;
    height: 55px;
  }
}
.right-menu .menu-li .txt {
  margin-top: 4px;
}

.right-menu a {
  text-decoration: initial;
  outline: none !important;
}

@media screen and (max-width: 768px) {
  .right-menu a {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .right-menu a:nth-child(1) .menu-li {
    border: 0;
    padding-bottom: 0;
  }
}
.right-menu a:nth-child(2) .menu-li {
  padding-top: 10px;
}

.right-menu a:nth-child(3) .menu-li {
  padding-top: 16px;
}

@media screen and (max-width: 768px) {
  .right-menu a:nth-child(2) .menu-li {
    margin-top: 0;
    border: 0;
  }
}
.i-top,
.i-contact,
.i-star {
  display: inline-block;
  vertical-align: middle;
}

.i-contact {
  width: 28px;
  height: 31px;
}

.i-contact::before {
  content: url(../images/contact.svg);
}

.i-top {
  width: 25px;
  height: 32px;
}

.i-top::before {
  content: url(../images/top.svg);
}

.i-star {
  width: 28px;
  height: 28px;
}

.i-star::before {
  content: url(../images/star.svg);
}

.cta {
  display: flex;
  padding: 50px 0px;
  justify-content: center;
  align-items: center;
  gap: 50px;
  background-color: #292929;
}

@media screen and (max-width: 768px) {
  .cta {
    padding: 30px 0px;
    gap: 15px;
  }
}
.cta__btn {
  padding: 15px 25px 15px 30px;
  border-radius: 99px;
  background: #00afb8;
  color: #fff !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 768px) {
  .cta__btnIcon {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .mb-show {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}
/* common styles */
.fullpage-section-row {
  min-height: 500px;
  display: flex;
}

.fullpage-section-row .wrapper-in {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .fullpage-section-row .wrapper-in {
    margin: 50px 0;
    flex-direction: column;
  }
  .fullpage-section-row .wrapper-in .btn-group {
    display: flex;
  }
  .fullpage-section-row .wrapper-in .btn-group > .btn {
    flex-grow: 1;
  }
}
.section-title {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 20px;
  }
}
.section-title .section-title-main {
  color: #292929;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section-title .section-title-main {
    font-size: 24px;
  }
}
.section-title .section-title-sub {
  color: #595959;
  font-size: 24px;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .section-title .section-title-sub {
    font-size: 20px;
  }
}

.topbanner {
  position: relative;
  min-height: 426px;
  padding-top: 76px;
  background: #01AFB8;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .topbanner {
    min-height: 302px;
    padding-top: 52px;
  }
}
.topbanner .wrapper-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topbanner .wrapper-in {
    flex-direction: column;
  }
}
.topbanner .topbanner__desc {
  flex-shrink: 0;
}
.topbanner .topbanner__desc .topbanner__title {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
}
.topbanner .topbanner__desc .topbanner__subtitle {
  margin-top: 10px;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__desc {
    text-align: center;
  }
  .topbanner .topbanner__desc .topbanner__title {
    font-size: 36px;
  }
  .topbanner .topbanner__desc .topbanner__subtitle {
    font-size: 16px;
  }
}
.topbanner .topbanner__pic {
  margin-top: 50px;
}
.topbanner .topbanner__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.topbanner .topbanner__wave img {
  height: 58px; /* 固定高度 */
  -o-object-fit: fill;
     object-fit: fill; /* 非等比例填充 */
}

.successStories {
  background: #EDFAFA;
  padding-top: 100px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .successStories {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.successStories__header {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .successStories__header {
    margin-bottom: 60px;
  }
}
.successStories__title {
  color: #292929;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .successStories__title {
    font-size: 24px;
  }
}
.successStories .logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .successStories .logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .successStories .logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.successStories .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  text-align: center;
  gap: 6px;
  color: #000;
}
.successStories .logo img {
  width: 100%;
  height: auto;
}
.successStories .logo__text {
  max-width: 167px;
}
@media screen and (max-width: 768px) {
  .successStories .logo__text {
    max-width: none;
  }
}
.successStories .flickity-page-dots {
  left: -15px;
}
.successStories .flickity-page-dots {
  position: relative;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  z-index: 2;
}
.successStories .flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 6px;
  border-radius: 12px;
  background-color: #A9A9A9;
  margin: 0 5px;
  cursor: pointer;
}
.successStories .flickity-page-dots .is-selected {
  width: 24px;
  height: 6px;
  border-radius: 12px;
  background-color: #00CDD8;
}

.improvement .wrapper-in {
  max-width: 1256px;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .improvement .wrapper-in {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.improvement .improvement-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  border-radius: 20px;
  background: #FFF;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .improvement .improvement-content {
    flex-direction: column;
    gap: 12px;
    padding: 20px 10px;
  }
}
.improvement .improvement-content .improvement-content-pic {
  flex-shrink: 0;
  width: 210px;
}
@media screen and (max-width: 768px) {
  .improvement .improvement-content .improvement-content-pic {
    width: 95px;
  }
}
.improvement .improvement-content .improvement-content-desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .improvement .improvement-content .improvement-content-desc {
    gap: 10px;
  }
}
.improvement .improvement-content .improvement-content-desc .improvement-content-desc-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .improvement .improvement-content .improvement-content-desc .improvement-content-desc-title {
    text-align: center;
  }
}
.improvement .improvement-content .improvement-content-desc .improvement-content-desc-table {
  width: 100%;
  border-collapse: collapse;
}
.improvement .improvement-content .improvement-content-desc .improvement-content-desc-table th, .improvement .improvement-content .improvement-content-desc .improvement-content-desc-table td {
  border: 1px solid #fff;
  padding: 12px 16px;
  text-align: left;
  font-size: 16px;
  color: #595959;
}
.improvement .improvement-content .improvement-content-desc .improvement-content-desc-table th {
  background: #00AFB8;
  padding: 9px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.improvement .improvement-content .improvement-content-desc .improvement-content-desc-table td {
  color: #292929;
  background: #E4F7F8;
  font-size: 16px;
  padding: 9px;
}
.improvement .improvement-content .improvement-content-desc .improvement-content-desc-table-mb .improvement-content-desc-table-mb-th {
  background: #00AFB8;
  padding: 9px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.improvement .improvement-content .improvement-content-desc .improvement-content-desc-table-mb .improvement-content-desc-table-mb-td {
  color: #292929;
  background: #E4F7F8;
  font-size: 16px;
  padding: 9px;
  text-align: center;
}
.improvement .improvement-content .improvement-content-desc .improvement-content-desc-tips {
  color: #292929;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .improvement .improvement-content .improvement-content-desc .improvement-content-desc-tips {
    margin-top: 10px;
  }
}
.improvement .improvement-content .improvement-content-desc .improvement-content-desc-tips .light {
  color: #C08911;
}
.improvement .improvement-content .improvement-content-desc .improvement-content-desc-btn {
  justify-content: center;
  margin-top: 18px;
  max-width: 237px;
  padding: 8px;
  border-radius: 18px;
  background: #00AFB8;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .improvement .improvement-content .improvement-content-desc .improvement-content-desc-btn {
    margin: 20px auto 0;
  }
}

#online {
  background: #00AFB8;
  min-height: 719px;
  overflow: hidden;
  padding: 50px 0 0;
  /* Contact Us */
  /* #contactUsPageForm .J104Checkbox {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 0 20px;
  }
  @media screen and (max-width: 991px) {
      #contactUsPageForm .J104Checkbox {
          grid-template-columns: 1fr;
      }
  } */
}
#online .wrapper-in {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#online .wrapper-in.online-wrapper {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #online .wrapper-in.online-wrapper {
    align-items: center;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
#online .title-box {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #online .title-box {
    margin-top: 0;
  }
}
#online .title-box .title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  #online .title-box .title {
    max-width: initial;
    margin: 0;
    font-size: 24px;
    line-height: normal;
  }
}
#online .title-box .section-content-list {
  margin-top: 50px !important;
  max-width: 419px;
}
@media screen and (max-width: 768px) {
  #online .title-box .section-content-list {
    max-width: initial;
    margin: 0 !important;
  }
}
#online .title-box .section-content-list > li + li {
  margin-top: 15px;
}
#online .title-box .section-content-list .title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: normal;
}
#online .title-box .section-content-list .title::before {
  content: url(/products/HRMax/images/checked.svg);
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #online .title-box .section-content-list .title {
    margin-top: 20px;
    font-size: 18px;
  }
}
#online .title-box .section-content-list .stext {
  margin-top: 8px;
  font-size: 16px;
  font-weight: normal;
  color: #292929;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  #online .title-box .section-content-list .stext {
    font-size: 16px;
    line-height: 1.5;
  }
}
#online .title-box .section-content-list .phone-group {
  margin-top: 50px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
#online .title-box .section-content-list .phone-group div {
  margin-top: 10px;
  letter-spacing: 0.24px;
}
@media screen and (max-width: 768px) {
  #online .title-box .section-content-list .phone-group {
    margin: 20px 0 0;
    font-size: 18px;
  }
}
#online .title-box .section-content-list .phone-group::before {
  content: url(/products/HRMax/images/phone.svg);
  margin-right: 6px;
  vertical-align: middle;
}
#online .title-box .section-content-list .phone-group .phone-call {
  margin-right: 4px;
  width: 28px;
  fill: #fff;
  font-weight: bold;
}
#online #contactUsPageForm {
  max-width: 630px;
  width: 100% !important;
  padding: 30px 50px !important;
  min-height: 830px;
  border-radius: 12px 12px 0 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  #online #contactUsPageForm {
    padding: 15px 30px !important;
    margin-left: 0;
  }
}
#online #contactUsPageForm .modal-body {
  padding: 0 !important;
}
#online #contactUsPageForm .form-title {
  font-size: 24px;
  margin: 0 19px 5px 0px;
  color: #292929;
  font-weight: 600;
}
#online #contactUsPageForm .content-title {
  color: #292929;
  font-weight: bold;
  font-size: 14px;
}
#online .row {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #online .row.row-to-column {
    flex-direction: column;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #online #contactUsPageForm .modal-body {
    padding: 10px;
  }
}
#online #contactUsPageForm .displayNone {
  display: none;
}
#online #newCompanyInfo .errorInfo,
#online #contactUsPageForm .errorInfo {
  color: #ea475b;
  font-size: 85%;
}
#online #contactUsPageForm label {
  padding: 9px 6px 4px 0;
}
#online #contactUsPageForm label {
  color: #292929;
  font-weight: bold;
  font-size: 14px;
  margin: 0 3px;
}
#online #contactUsPageForm label.required:after {
  content: "*";
  color: #ea475b;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  #online #contactUsPageForm .job-title {
    text-align: right;
  }
}
#online #contactUsPageForm #queryCompanyInput {
  margin: 8px 0 0;
  font-size: 16px;
  height: 38px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
#online #contactUsPageForm #resetQueryCompany {
  margin-top: 48px;
}
#online #contactUsPageForm #queryCompanyBtn {
  margin-top: 42px;
  color: #1654b9;
  font-size: 16px;
  text-decoration: underline;
  align-items: flex-end;
}
@media (max-width: 768px) {
  #online #contactUsPageForm #queryCompanyBtn {
    margin-left: -16px;
  }
}
#online #contactUsPageForm #resetQueryCompany .fa-times {
  cursor: pointer;
  color: #ea475b;
}
#online #contactUsPageForm #companyName {
  color: #3f5dab;
  text-align: left;
  font-size: 12pt;
  padding: 7px 0 0 3px;
  display: none;
}
#online #contactUsPageForm #queryCompanyList {
  list-style: none;
  padding-left: 0;
  border: 1pt solid #b9b9b9;
  display: none;
  background: white;
  position: absolute;
  z-index: 100;
  text-align: left;
  overflow-y: auto;
  max-height: 400px;
  width: 100%;
}
#online #contactUsPageForm #searchInfoRow {
  margin: 0 3px;
}
#online #contactUsPageForm #queryCompanyList li.searching:hover {
  background-color: white !important;
}
#online #contactUsPageForm #queryCompanyList li.searching {
  cursor: default !important;
  color: #9a9a9a;
}
#online #contactUsPageForm #queryCompanyList li {
  cursor: pointer;
  padding: 5px 5px 5px 10px;
}
#online #contactUsPageForm #queryCompanyList li:hover {
  background-color: lightblue;
}
#online #contactUsPageForm #userName {
  height: 38px;
  margin: 8px 0 0 0;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
#online #contactUsPageForm #empNum {
  height: 38px;
  margin: 8px 0 0 0;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
#online #contactUsPageForm #identityCategory, #online #contactUsPageForm #email {
  height: 38px;
  margin: 8px 0 0 0;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
#online #contactUsPageForm #phoneAreaCode, #online #phoneNum, #online #phoneExt {
  margin: 8px 0 0 0;
}
#online #contactUsPageForm #message {
  height: 70px;
}
#online .btn-submit {
  width: 150px;
  height: 48px;
  border-radius: 8px;
  background-color: #00AFB8;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
#online .J104Text, #online .J104Number, #online .J104Select {
  margin: 0 3px;
}
#online .J104Text input,
#online .J104Text textarea,
#online .J104Select .field {
  padding: 8px 12px;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  background-color: #f3f3f3;
  box-shadow: none;
  font-size: 16px;
  height: 38px;
  color: #7e7e7e;
}
#online .J104Text input ::-moz-placeholder, #online .J104Text textarea ::-moz-placeholder, #online .J104Select .field ::-moz-placeholder {
  color: #7e7e7e;
}
#online .J104Text input ::placeholder,
#online .J104Text textarea ::placeholder,
#online .J104Select .field ::placeholder {
  color: #7e7e7e;
}
#online .J104Select .field:after {
  border-left: none;
  background: none;
  line-height: 38px;
}/*# sourceMappingURL=layout.css.map */