@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
/* 設定 */
.row img{width: 100%;}
#footer p.fh5co-social-icons i{color: #3ab1f9;}
#footer p.fh5co-social-icons i:hover{animation: bomb 1s ease;}
.fh5co-social-icons img{width: 32px;margin:0 0 20px 0;}
.fh5co-social-icons img:hover{animation: bomb 1s ease;}

body {
  font-family: "微軟正黑體", oboto, Arial, serif;
  line-height: 1.8;
  font-size: 20px;
  font-weight: 300;
  color: #0975ab;
}
body  h3 strong{color:#3ab1f9;}
.text-center{font-family: "微軟正黑體"}
.text-center strong{color: #fff;}

a {
  color: #F03861;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
  color: #F03861;
}
a:focus, a:active {
  outline: none;
}

p, span {

  font-size: 20px;
  color: #727272;
  font-weight: 300;
  font-family: "Roboto", Arial, serif;
}

span {
  font-size: 18px;
  color: rgba(114, 114, 114, 0.8);
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Roboto", Arial, serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #f56f8d;
}

::-moz-selection {
  color: #fcfcfc;
  background: #f56f8d;
}

::selection {
  color: #fcfcfc;
  background: #f56f8d;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #F03861;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #F03861;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.heading-section {
  margin-bottom: 3em;
}
.heading-section h2 {
  position: relative;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.heading-section h2:before {
  position: absolute;
  content: '';
  top: -15px;
  left: 50%;
  margin-left: -15px;
  width: 20px;
  height: 3px;
  background: #F03861;
}

header, #fh5co-intro-section, #fh5co-services-section, #fh5co-featured-work-section,
#fh5co-common-section, #fh5co-blog-section,  #fh5co-contact-section,
#fh5co-work-section {
  padding-bottom: 5em;
}

header {
  padding-top: 3em;
}
header .fh5co-navbar-brand {
  padding-bottom: 3em;
}
header .fh5co-navbar-brand .fh5co-logo {
  position: relative;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
header .fh5co-navbar-brand .fh5co-logo:after {
  position: absolute;
  bottom: 13px;
  right: -14px;
  width: 12px;
  height: 12px;
  background: #F03861;
  content: '';
}
header .fh5co-navbar-brand .fh5co-logo:hover {
  text-decoration: none;
}
header #nav > ul {
  padding: 0;
  margin: 0;
}
header #nav > ul li {
  list-style: none;
  display: inline-block;
  margin-left: 40px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  header #nav > ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
header #nav > ul li a {
  padding-bottom: 5px;
  color: #000;
  position: relative;
  font-weight: 400;
}


header #nav > ul li a:hover, header #nav > ul li a:focus {
  text-decoration: none;
  color: #000;
}
header #nav > ul li:first-child {
  margin-left: 0;
}

#fh5co-intro-section h2 {
  font-size: 40px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #fh5co-intro-section h2 {
    font-size: 30px;
  }
}

.owl-carousel {
  margin-bottom: 5em;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

.owl-carousel .owl-controls .owl-nav .owl-next i,
.owl-carousel .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
  color: rgba(0, 0, 0, 0.6);
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel .owl-dots {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-dots {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.item {
  position: relative;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i, .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i{color:#96d0d1;}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i{color:  #96d0d1 ;}
.item .pop-up-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 56, 97, 0.8);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item .pop-up-overlay.pop-up-overlay-color-2 {
  background: rgba(248, 125, 9, 0.8) !important;
}
.item .pop-up-overlay.pop-up-overlay-color-3 {
  background: rgba(23, 231, 164, 0.8) !important;
}
.item .pop-up-overlay.pop-up-overlay-color-4 {
  background: rgba(249, 197, 53, 0.8) !important;
}
.item .pop-up-overlay .desc {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  margin-top: -60px;
  padding: 30px;
}
.item .pop-up-overlay .desc h3 {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}
.item .pop-up-overlay .desc span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
}
.item .pop-up-overlay:hover, .item .pop-up-overlay:focus {
  text-decoration: none;
}
.item:hover .pop-up-overlay, .item:focus .pop-up-overlay {
  opacity: 1;
}

.services-num {
  position: relative;
}
.services-num .number-holder {
  position: absolute;
  font-size: 100px;
  font-weight: 700;
  top: 0;
  left: 15px;
  line-height: 100px;
  color: #000;
}
.services-num .desc {
  padding-left: 140px;
}
.services-num .desc h3 {
  font-weight: 300;
  line-height: 26px;
  font-size: 24px;
  margin-bottom: 8px;
}
.services-num.services-num-text-right {
  text-align: right;
}
.services-num.services-num-text-right .number-holder {
  right: 15px;
}
.services-num.services-num-text-right .desc {
  padding-left: 0;
  padding-right: 140px;
}
@media screen and (max-width: 768px) {
  .services-num.services-num-text-right {
    text-align: left;
  }
  .services-num.services-num-text-right .number-holder {
    right: 0;
    left: 15px;
  }
  .services-num.services-num-text-right .desc {
    padding-left: 140px;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .services-num.services-num-text-right .desc {
    padding-left: 80px;
  }
}
@media screen and (max-width: 480px) {
  .services-num .number-holder {
    font-size: 50px;
  }
  .services-num .desc {
    padding-left: 80px;
  }
}

.fh5co-table,
.fh5co-table-cell,
.fh5co-hero,
.fh5co-parallax {
  height: 500px;
}

.fh5co-hero, .fh5co-parallax {
  background-color: #555;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  margin-bottom: 7em;
}
.fh5co-hero .overlay, .fh5co-parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .2;
}

@media screen and (max-width: 768px) {
  .fh5co-hero, .fh5co-parallax {
    height: inherit;
    padding: 4em 0;
  }
}
.fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
    font-size: 30px;
  }
}
.fh5co-hero .fh5co-intro p, .fh5co-parallax .fh5co-intro p {
  color: #fff;
}
.fh5co-hero .fh5co-intro p a, .fh5co-parallax .fh5co-intro p a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.fh5co-hero .fh5co-intro p a:hover, .fh5co-parallax .fh5co-intro p a:hover {
  color: #fff;
}

.fh5co-table {
  display: table;
}

.fh5co-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.services-grid {
  margin-bottom: 50px;
}
.services-grid i {
  font-size: 60px;
  display: block;
  margin-bottom: 30px;
  color: #F03861;
}

.fhco-hero2 {
  margin-bottom: 40px;
}
.fhco-hero2 img {
  margin-top: -50px;
}
@media screen and (max-width: 992px) {
  .fhco-hero2 {
    display: none;
  }
}

.fh5co-services {
  position: relative;
  margin-bottom: 40px;
}
.fh5co-services .holder-section {
  padding-left: 100px;
}
.fh5co-services .holder-section h3 {
  margin-bottom: 8px;
  font-weight: 400;
  font-weight: 20px;
}
.fh5co-services .fh5co-table2 {
  display: table;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  background: #F03861;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-services .fh5co-table-cell2 {
  display: table-cell;
  vertical-align: middle;
}
.fh5co-services .fh5co-table-cell2 i {
  display: block;
  color: #fff;
  font-size: 32px;
}

.fh5co-services-right {
  margin-bottom: 40px;
  position: relative;
  text-align: right;
}
.fh5co-services-right .holder-section {
  padding-right: 100px;
}
.fh5co-services-right .holder-section h3 {
  margin-bottom: 8px;
  font-weight: 400;
  font-weight: 20px;
}
.fh5co-services-right .fh5co-table2 {
  display: table;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  background: #F03861;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-services-right .fh5co-table-cell2 {
  display: table-cell;
  vertical-align: middle;
}
.fh5co-services-right .fh5co-table-cell2 i {
  display: block;
  color: #fff;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .fh5co-services-right {
    margin-bottom: 0;
    text-align: left;
  }
  .fh5co-services-right .holder-section {
    padding-right: 0;
    padding-left: 100px;
  }
  .fh5co-services-right .fh5co-table2 {
    left: 0;
  }
}

.fh5co-table2-color-2 {
  background: #F87D09 !important;
}

.fh5co-table2-color-3 {
  background: #17E7A4 !important;
}

.fh5co-table2-color-4 {
  background: #F9C535 !important;
}

.fh5co-table2-color-5 {
  background: #51DACF !important;
}

.fh5co-table2-color-6 {
  background: #FF7676 !important;
}

@media screen and (max-width: 992px) {
  .blog-section {
    margin-bottom: 80px;
  }
}
.blog-section span {
  display: block;
  font-size: 80px;
  color: #000;
  line-height: 0;
  margin-bottom: 60px;
  font-weight: 700;
  position: relative;
}
.blog-section span small {
  position: absolute;
  top: 0;
  font-size: 16px;
  color: rgba(114, 114, 114, 0.8);
  font-weight: 300;
  line-height: 0;
  margin-left: 20px;
}
.blog-section h3 {
  margin-bottom: 10px;
}
.blog-section h3 a {
  color: #000;
}

.fh5co-grid-work {
  margin-bottom: 60px;
}
.fh5co-grid-work .work-holder {
  position: relative;
  margin-bottom: 30px;
}
.fh5co-grid-work .work-holder img {
  max-width: 100%;
}
.fh5co-grid-work .work-holder .inner-overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 56, 97, 0.9);
  opacity: 0;
}
.fh5co-grid-work .work-holder .inner-overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  color: #fff;
  font-size: 30px;
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-2 {
  background: rgba(248, 125, 9, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-3 {
  background: rgba(23, 231, 164, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-4 {
  background: rgba(249, 197, 53, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-4 {
  background: rgba(81, 218, 207, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-5 {
  background: rgba(255, 118, 118, 0.9);
}
.fh5co-grid-work .desc h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.fh5co-grid-work .desc h3 a {
  color: #000;
}
.fh5co-grid-work .desc span {
  color: rgba(114, 114, 114, 0.5);
  font-size: 16px;
}
.fh5co-grid-work:hover .inner-overlay, .fh5co-grid-work:focus .inner-overlay {
  opacity: 1;
}

.about {
  padding-bottom: 5em;
}
.about img {
  margin-bottom: 50px;
}
.about .team-section-grid {
  position: relative;
  background-size: cover;
  height: 450px;
  margin-bottom: 30px;
}
.about .team-section-grid .overlay-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.about .team-section-grid .overlay-section h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
}
.about .team-section-grid .overlay-section p {
  color: rgba(255, 255, 255, 0.8);
}
.about .team-section-grid .overlay-section p.fh5co-social-icons a:hover, .about .team-section-grid .overlay-section p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}
.about .team-section-grid .overlay-section p.fh5co-social-icons i {
  font-size: 32px;
}
.about .team-section-grid .overlay-section span {
  color: #fff;
  display: block;
}
.about .team-section-grid .overlay-section .desc {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}
.about .team-section-grid:hover .overlay-section {
  opacity: 1;
}
.about .fh5co-social-icons a {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about .fh5co-social-icons a:hover {
  color: white;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #96d0d1;
}
.contact-info li a {
  color: #F03861;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#footer p {
  font-size: 16px;
}
#footer p:last-child {
  margin-bottom: 0;
}
#footer p.fh5co-social-icons a:hover, #footer p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}
#footer p.fh5co-social-icons i {
  font-size: 32px;
}

.js .animate-box {
  opacity: 0;
}
@keyframes bomb {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
  }
.fh5co-services-right{padding: 30px 0;}
/*Q&A*/
.content-1 li{
font-size: 30px;
}
.content-1 h5{
font-size: 20px; 
}
/*# sourceMappingURL=style.css.map */
.caa img:hover{animation:bomb 1s ease;}
/*至頂*/
#nav ul li:hover{animation:bomb 1s ease;}
#nav li a::after{ 
  content:''; 
  position:absolute; 
  border-bottom:1px solid #28a99e; 
  width:100%; 
  bottom:-2px; 
  left:0;     
  transform:scale(0); 
  transition:transform 0.3s ease;}
#nav li a:hover::after{transform:scale(1); }
}
#nav li a:hover{animation: bomb 1s ease;
}
.abgne_gotoheader img:hover{animation: flip 1s ease;}
.abgne_gotoheader img{width:60px;height: 60px;}
.ulicon{ font-size:3em; margin:20px; display:none;}
.fh5co-logo:hover{animation: bomb 1.5s ease;}

.contact-info img{width: 55%;}
.photo{list-style-type: none;text-align: center;}
.photo li img:hover{animation: bomb 1.5s ease;}
.photp0 img{padding: 3px 0;}
.up1{animation: fadeInUp 3s ease;}
.text-center{animation: fadeIn 1.5s ease;}
.mid{width: 100%;text-align: center;}
.mid2{width: 60%; text-align: center;margin: 0 auto; }
.mid2 h3,.mid2 h2{text-align: left;}
.mid2 h3{line-height: 2em;color: #000;}
.mid2 h2{font-weight: 700;line-height: 1.4em;color:rgb(62, 181, 228);letter-spacing: 8px;}
.col-xs-6{font-family: "微軟正黑體"}
.row h2{color: #4db4b4;font-family:"微軟正黑體"}
.mid0{background: url('http://i.imgur.com/FuzuIVy.png') 0 0 repeat;width: 100%;}
.mid0 img{padding: 10px 0;}
.t1{
    
    padding: 15px auto;
    height: 300px;
    width: 100%;
    background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(http://i.imgur.com/HIvG7K6.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;}
.t2{height:300px;  padding: 70px 20px 0 20px;}
.y1{text-align: center;background-color: #000;padding: 0 20px;height: 300px;
    background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
    url(http://i.imgur.com/wDBnR6c.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;}
.y2{text-align: center;background-color: #000;padding: 0 20px;height: 300px;
    background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
    url(http://i.imgur.com/SG9dFh5.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;}
.y1 h1,.y2 h1{color: #57B0B1;font-family: 微軟正黑體;padding: 70px 0 0 0;}
.y1 span,.y2 span{color: #fff;}

/* 英文版 */
.y1-en{text-align: center;background-color: #000;padding: 0 20px;height: 400px;
    background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
    url(http://i.imgur.com/wDBnR6c.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;}
.y2-en{text-align: center;background-color: #000;padding: 0 20px;height: 400px;
    background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
    url(http://i.imgur.com/SG9dFh5.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;}
.t1-en{padding: 15px 20px;
    height: 500px;
    width: 100%;
    background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(http://i.imgur.com/HIvG7K6.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;}
.t2-en{height:500px;  padding: 70px 20px 0 20px;}
.y1-en h1,.y2-en h1{color: #57B0B1;font-family: 微軟正黑體;padding: 100px 0 0 0;}
.y1-en span,.y2-en span{color: #fff;}
.heading-section img{width: 48%;}
/* 英文版結束 */

/* life 首頁生活應用 */
.life0{text-align: center;background-color: #000;padding: 0 40px;height: 400px;
    background-image:
    url(http://i.imgur.com/Z1uoZTC.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
  }
.life2{text-align: center;background-color: #000;padding: 0 40px;height: 400px;
    background-image:
    url(http://i.imgur.com/WpM754i.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;}
.life3{text-align: center;background-color: #000;padding: 0 40px;height: 400px;
    background-image:
    url(http://i.imgur.com/uee9Rq8.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;}
.life4{text-align: center;background-color: #000;padding: 0 40px;height: 400px;
    background-image:
    url(http://i.imgur.com/aNVZCUb.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;}
.life1{width: 100%;padding: 20px 60px;background:url('http://i.imgur.com/FuzuIVy.png') 0 0 repeat;}
.life1 span{text-align: left;font-family:微軟正黑體;color:#000;}
/* footer底端 */
.footer0{width: 100%;height: 150%; margin: 50px 0 0 0;  background-color: #00ccff;background:url(http://i.imgur.com/efj0EO7.png) repeat;}/*background:url("http://i.imgur.com/vv7aowQ.jpg") 0 0 no-repeat;*/
.footer-1{background:url('http://www.graphika-inc.com/images/line3.png') repeat-x center center;height: 21px;}
.footer-2{padding: 40px 150px;text-align: center;background:url(http://i.imgur.com/YkGAo1D.png) repeat;}
.footer-2 span{color: #000;font-size: 2rem;font-family: 微软雅黑;}
.at1{height: 250px; width: 100%;background:url(http://i.imgur.com/wu46vCL.jpg);}
.back0{
      margin: 20px 0;
      text-align: center;
      height: 550px;
      background-image:-webkit-linear-gradient( rgba(130, 128, 128, 0.5), rgba(0,0,0,0.5)),
      url(http://i.imgur.com/V7Kf0mg.jpg);
      background-size: cover;}
.back0 span{color: #fff;margin: 0 auto;line-height: 550px;font-size: 5vw;text-shadow: 5px 5px #000;}
/* life */
.life-0{width: 100%;background:url('http://i.imgur.com/FuzuIVy.png') 0 0 repeat;}
.life-00{width: 100%;height: 830px;background: url(http://i.imgur.com/iK7Gviz.png);
    text-align: center;}
.life-1{width: 100%;height: 830px;background: url(http://i.imgur.com/sXfxyHw.png);
    text-align: center;}
.life-2{width: 100%;height: 830px;background: url(http://i.imgur.com/yVWNsL1.png);
    text-align: center;}
.life-3{width: 100%;height: 830px;background: url(http://i.imgur.com/rzZvUhp.png);
    text-align: center;}
.life-4{width: 100%;height: 830px;background: url(http://i.imgur.com/pk3tnZY.png);
    text-align: center;}
.life-5{width: 100%;height: 830px;background: url(http://i.imgur.com/qf6GH0C.png);
    text-align: center;}
.life-6{width: 100%;height: 830px;background: url(http://i.imgur.com/erG6Q3r.png);
    text-align: center;}
.life-7{width: 100%;height: 830px;background: url(http://i.imgur.com/j7qTGk3.png);
    text-align: center;}
.life-8{width: 100%;height: 830px;background: url(http://i.imgur.com/pLHt2SE.png);
    text-align: center;}
.life-9{width: 100%;height: 830px;background: url(http://i.imgur.com/ZBHXyER.png);
    text-align: center;}
.life-10{width: 100%;height: 830px;background: url(http://i.imgur.com/pdvO4ln.png);
    text-align: center;}
.life-11{width: 100%;height: 830px;background: url(http://i.imgur.com/iJxEWtW.png);
    text-align: center;}
.life-12{width: 100%;height: 830px;background: url(http://i.imgur.com/rQxbd30.png);
    text-align: center;} 
.life-13{width: 100%;height: 830px;background: url(http://i.imgur.com/ve2Zyv8.png);
    text-align: center;} 
.life-14{width: 100%;height: 830px;background: url(http://i.imgur.com/BWQFlFF.png);
    text-align: center;} 
.life-15{width: 100%;height: 830px;background: url(http://i.imgur.com/rYvsnS3.png);
    text-align: center;} 
.life-16{width: 100%;height: 830px;background: url(http://i.imgur.com/m1hdDcn.png);
    text-align: center;}
.life-17{width: 100%;height: 830px;background: url(http://i.imgur.com/snFwxSw.png);
    text-align: center;}
.life-18{width: 100%;height: 830px;background: url(http://i.imgur.com/8Be06Jo.png);
    text-align: center;}
.life-19{width: 100%;height: 830px;background: url(http://i.imgur.com/6L1Vvjq.png);
    text-align: center;}
.life-20{width: 100%;height: 830px;background: url(http://i.imgur.com/dqQaZzS.png);
    text-align: center;}
.life-21{width: 100%;height: 830px;background: url(http://i.imgur.com/GiUzGq4.png);
    text-align: center;}
.sp-li{font-size: 50px;padding: 220px 0 0 0;font-family: 微软雅黑; color: rgba(56, 56, 56, 0.51);
    }
.life-00 span,.life-1 span,.life-2 span,.life-3 span,.life-4 span,.life-5 span,.life-6 span,.life-7 span,
.life-8 span,.life-9 span,.life-10 span,.life-11 span,.life-12 span,.life-13 span,.life-14 span,.life-15 span,.life-16 span,.life-17 span,.life-18 span,.life-19 span
,.life-20 span,.life-21 span
{color: #000;font-family:  微软雅黑;font-size: 1.1em;background-color: rgba(255, 255, 255, 0.52);}
.m-svcstep__step > span {
    width: 110px;
    height: 110px;
    position: absolute;
    margin-left: -55px;
    background-color: rgb(87, 176, 177);;
    border-radius: 50%;color: #fff;
    padding: 20px 0;
    box-shadow:0px 4px rgba(0, 0, 0, 0.64); }
/* lift-over */
/* index-patent */
.patent1{height: 600px;background-image: url(http://i.imgur.com/iHraaJj.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    width: 100%;}
.title-1{padding: 40px 0px 0 0;}
 .title-3{background-image:url(http://i.imgur.com/3wOfqYL.png)no-repeat;width:136px;height:166px;}
.title-2 :hover{opacity: 0;}
.map{padding: 20px 0;}
.new-life{width: 100%;background:url('http://i.imgur.com/FuzuIVy.png') 0 0 repeat;padding: 20px;}
.new-life img{width: 100%;}
.col-md-6 span{text-align: center;}
.col-md-6 img{padding: 20px;}
@media screen and (max-width: 980px) 
{
  .footer-2{padding: 40px 30px;}
.ulicon{display:block;}
  #nav ul { 
    display:none; position:relative; left:0; transform:translate(0,0);
    }
    #nav ul li{display:block; width:100%;}
  #nav ul li a{display:block; text-align:center; padding:10px 0;font-size:2.5em;}
  .t2-en{padding: 100px 20px 0 20px;}
  .y2-en{height: 550px;padding: 40px 20px 0 20px;}
}
@media screen and (max-width: 450px) 
{
.title-1 img{width: 100%;}
.photo img{width:70%;}
.t2-en{padding: 120px 20px 0 20px;}
}
@media screen and (max-width: 550px) 
{
.back0{height: 300px;}
.back0 span{line-height: 300px;font-size: 8vw;}
.t1,.y1,.y2{height: 500px;}
.t1-en{height: 800px;}
.y1-en,.y2-en{height: 700px;padding: 140px 20px 0 20px;}
.y2-en{height: 700px;padding: 80px 20px 0 20px;}
}
@media screen and (max-width: 400px) 
{
.t1-en{height: 800px;}
.y1-en,.y2-en{height: 700px;padding: 105px 20px 0 20px;}
.y2-en{height: 800px;padding: 50px 20px 0 20px;}
.life1 img{width: 100%;}
}

