@charset "UTF-8";
@media (max-width: 767.98px) {
  html {
    font-size: .9rem; } }

.mc1 {
  color: #51B0CB; }

.mc2 {
  color: #ccc; }

.c1 {
  color: #232323; }

.navbar {
  padding: 0; }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }

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

.bg-cover {
  background-size: cover;
  width: 100%;
  height: 0;
  display: block;
  background-position: 50% 50%; }

.txt {
  line-height: 2; }

.h1 {
  letter-spacing: 5px; }

section {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 991.98px) {
    section {
      padding-top: 40px;
      padding-bottom: 40px; } }

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 576px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 768px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 992px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

a:hover img {
  opacity: .9;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none; }
  a:active, a:hover {
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

.main-title {
  margin-bottom: 40px;
  color: #232323;
  font-size: 1.7rem;
  letter-spacing: .05rem;
  font-weight: bold; }
  .main-title span {
    display: block;
    color: #51B0CB;
    font-size: .95rem;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: normal; }
  .main-title.white {
    color: #fff; }
    .main-title.white span {
      color: #51B0CB; }
  @media (max-width: 767.98px) {
    .main-title {
      margin-bottom: 30px;
      font-size: 1.5rem;
      line-height: 1.8rem; } }

.main-title2 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-weight: bold;
  color: #51B0CB; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  top: auto;
  bottom: 0;
  margin: 0;
  outline: none;
  background: none;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #51B0CB; }
  .swiper-button-prev:before,
  .swiper-button-next:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.2rem;
    font-weight: lighter;
    display: block;
    z-index: 500;
    color: #fff;
    line-height: 40px; }
  @media (max-width: 1199.98px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 30px;
      height: 30px; }
      .swiper-button-prev:before,
      .swiper-button-next:before {
        font-size: 1.1rem;
        line-height: 30px; } }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    display: none; }

.swiper-button-prev {
  left: auto;
  right: 0;
  -webkit-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%); }
  .swiper-button-prev:before {
    content: "\f053"; }

.swiper-button-next {
  right: 0; }
  .swiper-button-next:before {
    content: '\f054'; }

.slider-big .pic {
  padding-bottom: 100%; }

.slider-small .bg-img {
  width: 100%;
  padding-bottom: 100%;
  opacity: .7; }

.slider-small .swiper-slide-thumb-active .bg-img {
  opacity: 1; }

.swiper-pagination {
  padding: 10px 0;
  bottom: -40px !important;
  width: 100%;
  max-width: 1180px; }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #ccc;
    width: 10px;
    height: 10px;
    margin: 5px;
    opacity: 1; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #51B0CB; }

#back-to-top {
  position: fixed;
  z-index: 8000;
  text-align: center;
  width: 45px;
  height: 45px;
  background: #ccc;
  right: 15px;
  bottom: 0px;
  cursor: pointer; }
  #back-to-top i {
    font-size: 25px;
    color: #fff;
    line-height: 45px; }
  #back-to-top:hover {
    background: #51B0CB; }

.main-btn {
  padding: 8px 25px;
  border-radius: 20px;
  color: #fff; }
  @media (max-width: 991.98px) {
    .main-btn {
      padding: 8px 18px; } }

.select-menu {
  margin-top: 50px; }
  .select-menu .h4 {
    margin-bottom: 20px; }
  .select-menu .select-category > li {
    border-bottom: 1px solid #51B0CB;
    padding: 10px 0; }
    .select-menu .select-category > li > p {
      font-size: 1.1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      cursor: pointer; }
      .select-menu .select-category > li > p span {
        display: block;
        width: calc(100% - 1.5rem); }
      .select-menu .select-category > li > p:after {
        content: '\f067';
        display: block;
        font-family: 'Font Awesome 5 Pro';
        font-weight: lighter;
        font-size: 1.2rem;
        color: #51B0CB;
        width: 1.5rem;
        text-align: right; }
      .select-menu .select-category > li > p.active:after {
        content: '\f068'; }
    .select-menu .select-category > li:first-child {
      border-top: 1px solid #51B0CB; }
    .select-menu .select-category > li .item-group .item {
      margin: 8px 0; }

.pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .pages .page {
    margin-left: 3px;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    border-radius: 100%; }
    .pages .page a {
      display: block;
      line-height: 30px;
      text-align: center;
      text-decoration: none;
      color: #333; }
    .pages .page.active, .pages .page:hover {
      background: #51B0CB; }
      .pages .page.active a, .pages .page:hover a {
        color: #fff; }

.breadcrumb-container .breadcrumb {
  text-align: right;
  display: block;
  font-size: 14px;
  padding-left: 0;
  padding: 0;
  text-transform: uppercase;
  color: #51B0CB;
  background: none;
  margin: 5px 0; }
  .breadcrumb-container .breadcrumb i, .breadcrumb-container .breadcrumb svg {
    padding-right: 5px;
    color: #999; }
  .breadcrumb-container .breadcrumb > li {
    display: inline-block; }
    .breadcrumb-container .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/"; }
  .breadcrumb-container .breadcrumb a {
    color: #999; }
    .breadcrumb-container .breadcrumb a:hover {
      color: #51B0CB; }

#page-banner .text {
  background: rgba(35, 35, 35, 0.9);
  margin-right: -35%;
  z-index: 9;
  position: relative;
  text-align: center;
  padding: 40px 0; }
  #page-banner .text .main-title {
    display: inline-block;
    margin-bottom: 5px;
    text-align: left; }

#page-banner .pic {
  padding-bottom: 41%; }

@media (max-width: 991.98px) {
  #page-banner .text {
    width: 100%;
    margin-right: 0;
    padding: 12px 0; }
    #page-banner .text .main-title {
      display: block;
      text-align: center;
      font-size: 1.5rem;
      margin-bottom: 3px; }
      #page-banner .text .main-title span {
        margin-bottom: 3px; } }

.editor ol {
  list-style: decimal;
  padding-left: 25px; }

.editor ul {
  list-style: inherit;
  padding-left: 25px; }

.bg-f8 {
  background: #f8f8f8; }

.light-box {
  display: none;
  max-width: 1000px;
  min-width: 300px;
  padding: 40px 20px; }

aside .submenu-title {
  display: none; }

aside .submenu {
  position: relative; }
  aside .submenu > li {
    position: relative;
    margin-bottom: 7px; }
    aside .submenu > li.active a {
      font-weight: bold;
      color: #fff;
      background: #51B0CB;
      padding: 7px 12px; }
    aside .submenu > li.active:hover a {
      color: #fff; }
    aside .submenu > li:hover a {
      color: #51B0CB; }
    aside .submenu > li a {
      display: block;
      background: #eee;
      padding: 7px 12px; }

@media (max-width: 991.98px) {
  aside {
    margin-bottom: 25px; }
    aside .submenu {
      max-height: 0;
      overflow: hidden;
      margin-top: 5px; }
      aside .submenu > li {
        margin-bottom: 5px; }
        aside .submenu > li > a {
          font-size: 15px; }
    aside .submenu-title {
      display: block;
      padding: 10px;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      text-align: center;
      background: #51B0CB;
      border-bottom: 2px #ddd solid;
      overflow: hidden;
      cursor: pointer;
      position: relative; }
      aside .submenu-title::before {
        position: absolute;
        content: "\f078";
        font-family: 'Font Awesome 5 Pro';
        right: 13px;
        font-weight: lighter;
        top: 10px;
        -webkit-transition: ease 0.3s;
        -o-transition: ease 0.3s;
        transition: ease 0.3s; }
      aside .submenu-title.active + .submenu {
        max-height: 99999px; }
      aside .submenu-title.active::before {
        -webkit-transition: ease 0.3s;
        -o-transition: ease 0.3s;
        transition: ease 0.3s;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    aside .css_arrow_down {
      padding: 10px !important; } }

body {
  font-family: 'Roboto', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
  color: #222;
  line-height: 1.5em; }
  body * {
    outline: none; }

button {
  font-family: 'Roboto', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif; }

.swiper-setting {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative; }

.h-logo {
  padding: 5px 10px; }
  @media (max-width: 575.98px) {
    .h-logo {
      padding: 5px 15px;
      margin-right: 0; } }

.navbar {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  background: #fff;
  z-index: 9999;
  position: fixed;
  top: 0; }
  .navbar.scroll {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc; }
  @media (max-width: 991.98px) {
    .navbar {
      -webkit-box-shadow: 0px 0px 6px #ccc;
      box-shadow: 0px 0px 6px #ccc;
      height: auto;
      max-height: 100vh;
      overflow-y: auto; } }

.navbar-nav {
  width: 100%;
  padding: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .navbar-nav .nav-item {
    padding: 20px;
    position: relative; }
    .navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item.active .nav-link {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      color: #51B0CB; }
      .navbar-nav .nav-item:hover .nav-link:before, .navbar-nav .nav-item.active .nav-link:before {
        width: 100%;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
  .navbar-nav .nav-link {
    padding: 5px 0 !important;
    position: relative; }
    .navbar-nav .nav-link:before {
      content: '';
      position: absolute;
      width: 0;
      height: 1px;
      bottom: 3px;
      background: #51B0CB;
      left: 0;
      display: block;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .navbar-nav .nav-link span {
      padding: 5px 0px;
      font-size: 16px;
      position: relative;
      line-height: 2;
      text-align: center; }
      .navbar-nav .nav-link span i {
        font-size: 26px;
        vertical-align: middle;
        padding-right: 5px; }
        @media (max-width: 991.98px) {
          .navbar-nav .nav-link span i {
            font-size: 18px; } }
  @media (max-width: 1199.98px) {
    .navbar-nav .nav-item {
      padding: 0 6px; } }
  @media (max-width: 991.98px) {
    .navbar-nav {
      display: block;
      margin: 10px 0;
      padding: 0; }
      .navbar-nav .nav-item {
        padding: 0 15px; }
        .navbar-nav .nav-item.contact {
          display: none; }
      .navbar-nav .nav-link {
        padding: 2px 0 !important; }
        .navbar-nav .nav-link:before {
          display: none; } }

/* subNav */
.nav-item:hover > .subNav {
  display: block; }

.subNav {
  display: none;
  position: absolute;
  left: 0;
  z-index: 200; }
  .subNav > li:hover > .subNav {
    display: block; }
  .subNav li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(35, 35, 35, 0.8);
    min-width: 160px;
    cursor: pointer;
    list-style: none;
    display: block;
    text-align: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border-bottom: 1px #ddd solid; }
    .subNav li a {
      display: inline-block;
      line-height: normal;
      vertical-align: middle;
      color: #fff;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      padding: 10px 15px; }
      .subNav li a.menu {
        display: none; }
    .subNav li:hover {
      background: #fff;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      .subNav li:hover > a {
        color: #232323;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
      @media (max-width: 1199.98px) {
        .subNav li:hover > a {
          color: #fff; } }
    .subNav li ul.subNav {
      top: 0px;
      left: 150px; }

@media (max-width: 991.98px) {
  .nav-item .subNav {
    position: relative;
    top: auto !important;
    left: auto !important;
    display: block !important;
    padding: 0 !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-height: 0;
    overflow: hidden;
    width: 100%; }
    .nav-item .subNav li {
      background: rgba(35, 35, 35, 0.7);
      padding: 0;
      text-align: left; }
      .nav-item .subNav li a {
        padding: 10px 40px 10px 10px; }
        .nav-item .subNav li a.menu {
          padding: 0; }
    .nav-item .subNav ul li a {
      padding: 10px; }
  .nav-item a.menu {
    display: block !important;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc; }
    .nav-item a.menu:before {
      content: '\f107';
      font-family: 'Font Awesome 5 Pro';
      display: block;
      font-size: 20px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .nav-item a.menu:after {
      display: none; }
  .nav-item a.active + .subNav {
    max-height: 5000px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .nav-item a.active.menu:before {
    -webkit-transform: translateY(0) rotate(-180deg);
    -ms-transform: translateY(0) rotate(-180deg);
    transform: translateY(0) rotate(-180deg); }
  .nav-item a.active.menu:after {
    display: none; }
  .nav-item:last-child {
    border-bottom: 0; } }

footer .copyright {
  font-size: .9rem;
  text-align: center;
  background: #51B0CB;
  padding: 8px 10px;
  color: #fff; }
  footer .copyright a {
    color: #fff; }
    footer .copyright a:hover {
      color: #ccc; }

@media (max-width: 1199.98px) {
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    cursor: pointer;
    z-index: 9000;
    position: relative; }
    #burger span {
      background-color: #51B0CB;
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      right: 0;
      height: 2px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      -webkit-transition-delay: 0.2s, 0s;
      -o-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
      #burger span:before, #burger span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        background-color: #51B0CB;
        -webkit-transition-duration: 0.2s, 0.2s;
        -o-transition-duration: 0.2s, 0.2s;
        transition-duration: 0.2s, 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s; }
      #burger span:before {
        top: -8px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform; }
      #burger span:after {
        bottom: -8px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform; } }

#banner {
  position: relative;
  overflow: hidden; }

.banner-slider {
  width: 100%;
  position: relative; }
  .banner-slider .swiper-slide {
    position: relative; }
    .banner-slider .swiper-slide a {
      position: relative;
      display: block;
      padding-bottom: 42%;
      background-size: cover;
      background-position: center center; }
  .banner-slider .banner-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 5px #000;
    line-height: 1.5; }
    .banner-slider .banner-txt .txt1 {
      font-size: 2.5rem;
      opacity: 0;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
  .banner-slider .swiper-slide-active .banner-txt .txt1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .banner-slider .swiper-slide-active .banner-txt .txt2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  @media (max-width: 991.98px) {
    .banner-slider .banner-txt .txt1 {
      font-size: 1.5rem; }
    .banner-slider .banner-txt .txt2 {
      font-size: 1rem; } }

.idx-about .text-box {
  background: #fefefe;
  padding: 10%;
  border: 3px #eef7fa solid; }

.idx-about .right {
  margin-left: -80px; }

.idx-about h5 {
  font-weight: bold;
  letter-spacing: .05rem;
  margin-bottom: 10px; }

@media (max-width: 991.98px) {
  .idx-about .right {
    margin-left: 0px; } }

.bg-01 {
  position: relative;
  z-index: -1; }
  .bg-01:before {
    position: absolute;
    top: -200px;
    content: '';
    z-index: -1;
    width: 900px;
    height: 550px;
    background: rgba(81, 176, 203, 0.1); }
    @media (max-width: 767.98px) {
      .bg-01:before {
        top: 0px;
        width: 300px;
        height: 200px; } }

.bg-02 {
  position: relative;
  z-index: -1; }
  .bg-02:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    z-index: -1;
    width: 430px;
    height: 580px;
    background: rgba(81, 176, 203, 0.1); }
    @media (max-width: 767.98px) {
      .bg-02:before {
        width: 100px;
        height: 100px; } }

.bg-03 {
  position: relative;
  z-index: -1; }
  .bg-03:before {
    position: absolute;
    top: 100px;
    left: 0;
    content: '';
    z-index: -1;
    width: 250px;
    height: 250px;
    background: rgba(81, 176, 203, 0.1); }
    @media (max-width: 767.98px) {
      .bg-03:before {
        display: none; } }

.idx-client {
  background: url(../_img/index/idx-bg-1.jpg) top center no-repeat;
  background-size: cover; }

.about-history {
  background: url(../_img/page/about/history-bg.jpg) top center no-repeat;
  background-size: cover;
  color: #000; }
  .about-history .item {
    margin-bottom: 20px; }
    .about-history .item .year {
      width: 80px;
      margin-right: 15px;
      position: relative;
      z-index: 9; }
      .about-history .item .year:before {
        position: absolute;
        content: '';
        width: 1px;
        background: #51B0CB;
        height: 100%;
        left: 50%;
        z-index: -1; }
      .about-history .item .year span {
        background: #51B0CB;
        color: #fff;
        font-size: 22px;
        width: 80px;
        height: 80px;
        display: block;
        line-height: 80px;
        text-align: center;
        border-radius: 100%; }
    .about-history .item .text {
      margin-top: 25px;
      margin-bottom: 20px; }
      .about-history .item .text .title {
        font-size: 1.1rem;
        margin-bottom: 20px;
        font-weight: bold;
        background: rgba(255, 255, 255, 0.6);
        line-height: 1.3;
        display: inline-block;
        padding: 5px 10px;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 8px #ccc;
        box-shadow: 0 0 8px #ccc; }
  @media (max-width: 991.98px) {
    .about-history .item .year {
      width: 60px;
      margin-right: 5px; }
      .about-history .item .year span {
        font-size: 18px;
        width: 60px;
        height: 60px;
        line-height: 60px; }
    .about-history .item .text {
      margin-top: 15px;
      margin-bottom: 20px; }
      .about-history .item .text .title {
        margin-bottom: 15px; } }

.why-box .item {
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc; }

.why-box .text-box {
  background: rgba(81, 176, 203, 0.02); }
  .why-box .text-box .title {
    font-weight: bold;
    color: #51B0CB;
    font-size: 1.2rem;
    margin-bottom: 15px; }

.customer-list .item {
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  padding: 10px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  overflow: hidden;
  background: #fff; }
  .customer-list .item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .customer-list .item:hover {
    -webkit-box-shadow: 0 0 6px #51B0CB;
    box-shadow: 0 0 6px #51B0CB;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .customer-list .item:hover img {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.customer-title {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center; }

.marketing-list .item .title {
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 1.1rem;
  color: #51B0CB;
  position: relative; }
  .marketing-list .item .title::before {
    position: absolute;
    content: '';
    background: #51B0CB;
    width: 10px;
    height: 10px;
    left: 0;
    top: 6px;
    border-radius: 100%; }

.main-text-box {
  background: #fff;
  padding: 40px 30px;
  border-right: 8px #51B0CB solid;
  border-left: 8px #51B0CB solid;
  border-top: 1px #51B0CB solid;
  border-bottom: 1px #51B0CB solid;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 8px #ccc;
  box-shadow: 0 2px 8px #ccc;
  line-height: 1.4; }
  .main-text-box .title {
    margin-bottom: 20px;
    font-size: 1.4rem; }
  .main-text-box .text {
    font-size: 1.2rem;
    color: #999; }
  @media (max-width: 991.98px) {
    .main-text-box {
      padding: 30px 15px; }
      .main-text-box .title {
        font-size: 1.3rem; }
      .main-text-box .text {
        font-size: 1.1rem; } }

.fragrance-list .pic {
  position: relative;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50% 50%;
  width: auto; }

.fragrance-list .item {
  margin-bottom: 20px; }
  .fragrance-list .item .title {
    text-align: center;
    font-size: 1.1rem;
    margin: .5rem 0;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .fragrance-list .item:hover .text-box {
    height: 100%;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .fragrance-list .item:hover .title {
    color: #51B0CB;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

.fragrance-list .text-box {
  position: absolute;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  background: rgba(81, 176, 203, 0.7);
  z-index: 999;
  color: #fff;
  font-size: 1rem; }
  .fragrance-list .text-box .text {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    padding: 10%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }

.system-box-1 {
  color: #fff;
  line-height: 1.5;
  font-size: 1.1rem; }
  .system-box-1 .title {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 15px; }
  .system-box-1 .left {
    background: url(../_img/page/system/bg-01.jpg) center no-repeat;
    background-size: cover;
    padding: 6rem 5rem; }
  .system-box-1 .right {
    background: url(../_img/page/system/bg-02.jpg) center no-repeat;
    background-size: cover;
    padding: 6rem 5rem; }
  @media (max-width: 991.98px) {
    .system-box-1 .title {
      font-size: 1.45rem; }
    .system-box-1 .left, .system-box-1 .right {
      padding: 4rem 1.5rem; } }

.system-box-2 {
  background: url(../_img/page/system/bg-03.jpg) center no-repeat;
  background-size: cover;
  color: #fff; }
  .system-box-2 .item {
    text-align: center;
    line-height: 1.5;
    background: rgba(81, 176, 203, 0.7);
    width: 180px;
    height: 180px;
    border-radius: 100%;
    padding: 20px; }
    .system-box-2 .item i {
      display: block;
      font-size: 2rem;
      margin-bottom: 15px; }
    .system-box-2 .item .text-box {
      font-size: 1.15rem; }
      .system-box-2 .item .text-box strong {
        display: block;
        font-size: 1.3rem;
        margin-bottom: 5px; }
  @media (max-width: 991.98px) {
    .system-box-2 .item {
      width: 140px;
      height: 140px;
      padding: 10px; }
      .system-box-2 .item i {
        margin-bottom: 10px; }
      .system-box-2 .item .text-box {
        font-size: 1rem; }
        .system-box-2 .item .text-box strong {
          font-size: 1.2rem; } }

.system-box-3 .item .pic {
  -webkit-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.system-box-3 .item .title {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 10px 0 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.system-box-3 .item:hover .pic {
  -webkit-box-shadow: 0 0 8px #51B0CB;
  box-shadow: 0 0 8px #51B0CB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.system-box-3 .item:hover .title {
  color: #51B0CB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.system-box-4 {
  background: url(../_img/page/system/bg-04.jpg) center no-repeat;
  background-size: cover;
  color: #fff; }
  .system-box-4 .item {
    text-align: center;
    line-height: 1.5;
    background: rgba(81, 176, 203, 0.7);
    width: 280px;
    height: 280px;
    border-radius: 100%;
    padding: 20px; }
    .system-box-4 .item i {
      display: block;
      font-size: 2.5rem;
      margin-bottom: 15px; }
    .system-box-4 .item .text-box {
      font-size: 1.1rem; }

.product-box .item .pic {
  -webkit-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.product-box .item .title {
  font-size: 1.1rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.product-box .item:hover .pic {
  -webkit-box-shadow: 0 0 8px #51B0CB;
  box-shadow: 0 0 8px #51B0CB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.product-box .item:hover .title {
  color: #51B0CB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.product-in-box .title {
  font-size: 20px;
  color: #51B0CB;
  padding-bottom: 8px;
  border-bottom: 1px #51B0CB solid;
  margin-bottom: 25px; }
  @media (max-width: 991.98px) {
    .product-in-box .title {
      font-size: 18px; } }

.client-list .item {
  text-align: center;
  border: 3px rgba(81, 176, 203, 0.4) dashed;
  border-radius: 10px;
  padding: 40px 10px;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .client-list .item .title {
    margin: 15px 0 0;
    font-size: 1.1rem; }
  .client-list .item:hover {
    border: 3px #51B0CB solid;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    background: rgba(255, 255, 255, 0.6); }
  @media (max-width: 991.98px) {
    .client-list .item {
      padding: 10px; } }

.info-bg {
  background-attachment: fixed;
  background-image: url(../_img/page/client/info-bg.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }

.info-box {
  color: #fff;
  line-height: 1.4; }
  .info-box .title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 25px; }
  .info-box .right-box {
    font-size: 1.7rem;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(81, 176, 203, 0.9); }
    @media (max-width: 991.98px) {
      .info-box .right-box .title {
        margin-top: 30px; } }

.info-list {
  margin-top: 20px; }
  .info-list li {
    padding-left: 20px;
    margin-bottom: 5px;
    color: #fff;
    position: relative; }
    .info-list li::before {
      position: absolute;
      content: '';
      background: #51B0CB;
      width: 10px;
      height: 10px;
      left: 0;
      top: 5px;
      border-radius: 100%; }

.faq-box h5 {
  font-size: 18px;
  color: #232323;
  margin-top: 15px; }

.faq-box div {
  margin-bottom: 10px; }

.faq-box a {
  color: #232323; }

.faq-box .item {
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-shadow: 0 2px 6px #ccc;
  box-shadow: 0 2px 6px #ccc;
  background: #fff; }
  .faq-box .item .name,
  .faq-box .item .f-text {
    padding: 5px 10px 10px 45px; }
  .faq-box .item .name {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    cursor: pointer; }
    .faq-box .item .name.active {
      color: #51B0CB; }
      .faq-box .item .name.active:before {
        background: none;
        color: #232323;
        -webkit-text-fill-color: #fff; }
      .faq-box .item .name.active:after {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        color: #51B0CB; }
    .faq-box .item .name:after {
      content: '\f13a';
      display: block;
      font-family: 'Font Awesome 5 Pro';
      font-size: 18px;
      font-weight: bold;
      color: #232323;
      position: absolute;
      left: 1rem;
      top: 5px;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
  .faq-box .item .f-text {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 0;
    padding: 0 20px 15px 45px; }

.client-point .item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px; }
  .client-point .item::before {
    position: absolute;
    content: '';
    background: #51B0CB;
    width: 10px;
    height: 10px;
    left: 0;
    top: 5px;
    border-radius: 100%; }

#contact .contact-form {
  margin: 0 auto; }

.contact-info {
  color: #666;
  padding: 0 20px; }
  .contact-info a {
    color: #666; }
    .contact-info a:hover {
      color: #51B0CB; }
  .contact-info iframe {
    margin-top: 10px; }
  .contact-info i {
    color: #51B0CB;
    font-size: 1.2rem;
    width: 25px;
    text-align: center;
    vertical-align: text-bottom;
    margin-right: 5px; }
  .contact-info .name {
    font-size: 24px;
    font-weight: bold;
    color: #232323; }
  .contact-info .sub-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #232323; }
  @media (max-width: 991.98px) {
    .contact-info .name {
      font-size: 20px;
      margin-top: 40px; } }

.contact-form {
  max-width: 1020px;
  margin: -15% auto 0;
  background: #fff;
  padding: 30px;
  border: 1px #51B0CB solid;
  position: relative;
  z-index: 9; }
  .contact-form .title {
    font-weight: bold;
    font-size: 2rem;
    padding: 10px 0;
    line-height: 1.5;
    color: #51B0CB; }
    .contact-form .title span {
      display: block;
      font-size: 1.2rem;
      font-weight: normal; }
  @media (max-width: 991.98px) {
    .contact-form {
      padding: 10px 10px 25px;
      margin: 0 auto; } }

.form {
  width: 100%; }
  .form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .form li .input {
      width: calc(100% - 20px);
      position: relative;
      font-size: 1.2rem;
      line-height: 35px;
      height: 35px;
      display: block;
      border-bottom: 1px solid #51B0CB;
      padding: 0px;
      margin: 15px 10px 30px; }
      .form li .input input[type="text"],
      .form li .input input[type="password"] {
        position: absolute;
        background: none;
        width: 100%;
        height: 100%;
        border: none;
        padding: 0;
        margin: 0;
        left: 0;
        top: 0;
        display: block;
        font-size: 1.1rem;
        z-index: 50; }
        .form li .input input[type="text"]:focus + .txt, .form li .input input[type="text"]:active + .txt,
        .form li .input input[type="password"]:focus + .txt,
        .form li .input input[type="password"]:active + .txt {
          -webkit-transform: scale(0.95) translateY(-80%);
          -ms-transform: scale(0.95) translateY(-80%);
          transform: scale(0.95) translateY(-80%);
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          color: #51B0CB; }
          @media (max-width: 991.98px) {
            .form li .input input[type="text"]:focus + .txt, .form li .input input[type="text"]:active + .txt,
            .form li .input input[type="password"]:focus + .txt,
            .form li .input input[type="password"]:active + .txt {
              -webkit-transform: scale(0.95) translateY(-80%);
              -ms-transform: scale(0.95) translateY(-80%);
              transform: scale(0.95) translateY(-80%); } }
      .form li .input .txt {
        position: relative;
        z-index: 100;
        display: inline-block;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        font-size: 1rem;
        line-height: 35px; }
        .form li .input .txt.active {
          -webkit-transform: scale(0.95) translateY(-80%);
          -ms-transform: scale(0.95) translateY(-80%);
          transform: scale(0.95) translateY(-80%);
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          color: #51B0CB; }
          @media (max-width: 991.98px) {
            .form li .input .txt.active {
              -webkit-transform: scale(0.95) translateY(-80%);
              -ms-transform: scale(0.95) translateY(-80%);
              transform: scale(0.95) translateY(-80%); } }
  .form .textarea {
    display: block;
    width: calc(100% - 20px);
    height: 215px;
    position: relative;
    border-bottom: 1px solid #51B0CB;
    margin: auto;
    margin-top: 1rem; }
    @media (max-width: 991.98px) {
      .form .textarea {
        height: 150px; } }
    .form .textarea textarea {
      position: absolute;
      background: none;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: none;
      font-size: 1rem;
      padding: 0px; }
  .form .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .form .row2 .input {
      width: calc(50% - 20px); }
  .form .button-row {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 25px; }
    .form .button-row .btn2 {
      margin: 1rem auto; }
