@charset "UTF-8";
col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

body {
  font-family: '微軟正黑體', serif; }

a:hover {
  text-decoration: none; }

.main-title {
  padding: 2rem 0 3rem;
  color: #0D4E18;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .main-title::before {
    content: '';
    width: 300px;
    height: 1px;
    background: #0D4E18;
    margin-right: 20px; }
  .main-title .title-icon {
    font-family: "Noto Serif TC", serif, "微軟正黑體";
    font-size: 3rem; }
  .main-title .title {
    font-size: 3rem;
    margin-left: 15px; }
    .main-title .title.tw {
      font-family: "微軟正黑體"; }
  .main-title.en {
    font-family: "Noto Serif TC", serif, "微軟正黑體"; }
  @media (max-width: 991.98px) {
    .main-title::before {
      width: 150px; }
    .main-title .title-icon {
      font-size: 2rem; }
    .main-title .title {
      font-size: 2rem; } }
  @media (max-width: 767.98px) {
    .main-title::before {
      width: 50px; } }
  @media (max-width: 575.98px) {
    .main-title::before {
      width: 30px; } }

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

#bg01 {
  background-image: url(../_img/index/bg01.jpg);
  background-position: right top;
  background-repeat: repeat-y; }

#bg02 {
  background-image: url(../_img/index/bg02.png);
  background-position: right 50%;
  background-repeat: no-repeat; }

.case-box-bg {
  background-image: url(../_img/index/bg02.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  height: 450px;
  width: 100%; }
  @media (max-width: 991.98px) {
    .case-box-bg {
      height: 250px; } }
  @media (max-width: 767.98px) {
    .case-box-bg {
      height: 350px; } }

.banner-page {
  width: 100%; }
  .banner-page img {
    width: 100%;
    height: auto; }

.contact-fram {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px; }
  .contact-fram .c-img {
    background: url(../_img/index/contact.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    height: 680px;
    width: 60%;
    max-width: 100%; }
  .contact-fram .c-text {
    width: 480px;
    height: 480px;
    max-width: 100%;
    background: -webkit-linear-gradient(45deg, #a7a7a7, #f8f2f2, white);
    background: -o-linear-gradient(45deg, #a7a7a7, #f8f2f2, white);
    background: linear-gradient(45deg, #a7a7a7, #f8f2f2, white);
    -webkit-box-shadow: 0px 3px 6px #A7A7A7;
    box-shadow: 0px 3px 6px #A7A7A7;
    border: 1px solid #D8D8D8;
    position: absolute;
    right: 19%;
    padding: 9% 5rem;
    text-align: center; }
    .contact-fram .c-text h2 {
      font-family: "Noto Serif TC", serif, "微軟正黑體"; }
    .contact-fram .c-text p {
      margin: 15px 0; }
  @media (max-width: 1440px) {
    .contact-fram .c-text {
      right: 8rem; } }
  @media (max-width: 1280px) {
    .contact-fram .c-text {
      right: 3rem; } }
  @media (max-width: 991.98px) {
    .contact-fram .c-img {
      height: 480px; }
    .contact-fram .c-text {
      height: 350px; } }
  @media (max-width: 991.98px) {
    .contact-fram .c-img {
      width: 90%; }
    .contact-fram .c-text {
      right: 0;
      width: 90%;
      padding: 10% 5%;
      height: auto; } }

.l-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .l-pages a {
    display: block;
    margin: 10px; }
    .l-pages a.pages {
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px; }
      .l-pages a.pages.active, .l-pages a.pages:hover {
        background: #0D4E18;
        color: #fff; }

.swiper-container {
  width: 100%;
  height: auto; }
  .swiper-container .swiper-wrapper {
    height: auto; }
    .swiper-container .swiper-wrapper .swiper-slide {
      width: 100%;
      height: auto; }
      .swiper-container .swiper-wrapper .swiper-slide img {
        width: 100%; }

.more-btn {
  border: 1px solid #0D4E18;
  border-radius: 0px;
  padding: .7rem 2rem;
  position: relative;
  z-index: 3; }
  .more-btn::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #0D4E18;
    top: 0px;
    right: 0px;
    z-index: -1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .more-btn::before {
    content: '';
    width: 50px;
    height: 1px;
    background: #0D4E18;
    position: absolute;
    top: 22px;
    right: -30px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .more-btn:hover {
    color: #fff; }
    .more-btn:hover::after {
      width: 100%; }
    .more-btn:hover::before {
      width: 40px;
      right: -50px; }

.new-btn {
  position: absolute;
  top: 26px;
  right: 0px;
  font-family: "Noto Serif TC", serif, "微軟正黑體";
  color: #0D4E18;
  display: block;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .new-btn::before {
    content: '';
    width: 50px;
    height: 1px;
    background: #0D4E18;
    left: -50px;
    top: 17px;
    position: absolute;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .new-btn:hover {
    color: #84AC2C; }
    .new-btn:hover::before {
      width: 30px;
      left: -30px; }

.c-btn {
  border: 1px solid #000;
  border-radius: 0px;
  padding: .6rem 4rem;
  position: relative;
  z-index: 3;
  margin-top: 2rem; }
  .c-btn::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #0D4E18;
    top: 0px;
    right: 0px;
    z-index: -1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .c-btn::before {
    content: '';
    width: 50px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 22px;
    right: -30px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .c-btn:hover {
    color: #fff; }
    .c-btn:hover::after {
      width: 100%; }
    .c-btn:hover::before {
      width: 40px;
      right: -50px; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    header .header .logo {
      width: 450px;
      height: 75px;
      text-indent: -9999px;
      background-image: url(../_img/layout/top-logo.svg);
      background-position: 50% 50%;
      background-size: 100%;
      background-repeat: no-repeat;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      header .header .logo img {
        width: 100%; }
    header .header .phone-bar {
      position: relative;
      display: none; }
      header .header .phone-bar::after {
        content: '\f0c9';
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        color: #fff;
        font-weight: lighter;
        font-size: 2rem;
        top: -25px;
        right: 0;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
      header .header .phone-bar.show::after {
        content: '\f00d';
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    header .header .navbar {
      padding: 0px; }
      header .header .navbar .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        header .header .navbar .navbar-nav .nav-item {
          margin: 0px 0px 0px 20px;
          padding: 0px 10px;
          border-bottom: 1px solid transparent; }
          header .header .navbar .navbar-nav .nav-item a.nav-link {
            color: #fff;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
          header .header .navbar .navbar-nav .nav-item.active, header .header .navbar .navbar-nav .nav-item:hover {
            border-bottom: 1px solid #fff; }
  header.active {
    background: rgba(255, 255, 255, 0.9); }
    header.active .header {
      padding: 15px 0; }
      header.active .header .logo {
        background-image: url(../_img/layout/flexd-logo.svg); }
      header.active .header .phone-bar::after {
        color: #000; }
      header.active .header .navbar .navbar-nav .nav-item a.nav-link {
        color: #000; }
      header.active .header .navbar .navbar-nav .nav-item.active, header.active .header .navbar .navbar-nav .nav-item:hover {
        border-bottom: 1px solid #000; }
  @media (max-width: 1199.98px) {
    header .header .logo {
      width: 300px;
      height: 45px; } }
  @media (max-width: 991.98px) {
    header .header {
      position: relative;
      padding: 15px 0; }
      header .header .phone-bar {
        display: block; }
      header .header .navbar {
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        right: 0;
        top: -999px;
        width: 100%;
        padding: 15px 0;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
        header .header .navbar .navbar-nav {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          width: 100%; }
          header .header .navbar .navbar-nav .nav-item {
            margin-left: 0;
            padding: 0px;
            margin: 0 10px; }
            header .header .navbar .navbar-nav .nav-item a.nav-link {
              text-align: center; }
        header .header .navbar.active {
          top: 75px;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease; }
    header.active .header .navbar .navbar-nav .nav-item a.nav-link {
      color: #fff; } }
  @media (max-width: 320px) {
    header .header .logo {
      width: 250px;
      height: 45px; } }

footer {
  background: #5B5B5B;
  position: relative; }
  footer #gotop {
    position: fixed;
    right: 20px;
    cursor: pointer;
    z-index: 99; }
  footer .footer {
    padding: 1rem 0;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer .footer .footer-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 0 30px; }
      footer .footer .footer-item .footer-list {
        text-align: center;
        margin: 10px 25px;
        font-size: 18px;
        font-weight: bold; }
        footer .footer .footer-item .footer-list a {
          color: #fff;
          font-weight: bold; }
        footer .footer .footer-item .footer-list i {
          margin: 10px 0px;
          font-size: 35px; }
    footer .footer .qr-code {
      right: 0;
      top: 0;
      width: 99px;
      height: 99px; }
      footer .footer .qr-code img {
        width: 100%; }
  footer .copyright {
    background: #fff;
    padding: 15px 0px; }
  @media (max-width: 1199.98px) {
    footer .footer .footer-item {
      padding: 0 15px; }
      footer .footer .footer-item .footer-list {
        margin: 0 10px; } }
  @media (max-width: 991.98px) {
    footer .footer .footer-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      footer .footer .footer-item .footer-list {
        margin-bottom: 10px; } }
  @media (max-width: 575.98px) {
    footer .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 320px) {
    footer #gotop {
      right: 0px; } }

.logo-swiper {
  width: 300px;
  height: 54px; }
  .logo-swiper .swiper-wrapper {
    height: 54px; }

#banner {
  position: relative; }
  #banner .banner-text {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    pointer-events: none; }
    #banner .banner-text .text {
      color: #fff;
      -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
      font-size: 1.5rem;
      letter-spacing: 0.5rem;
      font-weight: bold;
      pointer-events: none; }
  #banner .scroll-bottom {
    position: absolute;
    z-index: 3;
    right: 40px;
    bottom: 70px;
    cursor: pointer; }

.indx-text-box {
  padding: 3rem 2rem 3rem 6rem;
  color: #000;
  line-height: 30px;
  letter-spacing: 1px; }

.case-box {
  width: 100%;
  height: auto;
  left: 0;
  top: 0; }
  .case-box .case {
    margin-top: -400px; }
    .case-box .case h2 {
      font-family: "Noto Serif TC", serif, "微軟正黑體";
      color: #0D4E18;
      margin-bottom: 1.2rem; }
    .case-box .case .sub-title {
      text-align: center;
      padding-bottom: 10px;
      position: relative; }
      .case-box .case .sub-title::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 50px;
        background: #0D4E18;
        left: 50%;
        top: 40px; }
    .case-box .case .caes-fram {
      margin-top: 40px; }
      .case-box .case .caes-fram .case-btn {
        margin: 0 0 15px auto;
        width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #0D4E18;
        font-size: 1.1rem; }
        .case-box .case .caes-fram .case-btn .text {
          font-family: "Noto Serif TC", serif, "微軟正黑體";
          position: relative;
          display: block;
          margin-right: 30px;
          color: #0D4E18;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          .case-box .case .caes-fram .case-btn .text::before {
            content: '';
            width: 50px;
            height: 1px;
            background: #0D4E18;
            top: 50%;
            left: -60px;
            position: absolute;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
          .case-box .case .caes-fram .case-btn .text:hover {
            color: #84AC2C; }
            .case-box .case .caes-fram .case-btn .text:hover::before {
              width: 30px;
              left: -40px; }
        .case-box .case .caes-fram .case-btn .button-next {
          cursor: pointer; }
          .case-box .case .caes-fram .case-btn .button-next i {
            font-size: 1.6rem; }
        .case-box .case .caes-fram .case-btn .button-prev {
          cursor: pointer;
          margin-right: 19px; }
          .case-box .case .caes-fram .case-btn .button-prev i {
            font-size: 1.6rem; }
      .case-box .case .caes-fram .case-swiper {
        margin-bottom: 6rem; }
      .case-box .case .caes-fram .case-list {
        position: relative; }
        .case-box .case .caes-fram .case-list .list {
          padding-bottom: 80%;
          height: 0;
          width: 100%;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50% 50%; }
          .case-box .case .caes-fram .case-list .list .title {
            position: absolute;
            background: #84AC2C;
            width: 100%;
            bottom: 0px;
            padding: 10px 20px;
            color: #fff;
            font-weight: bold;
            opacity: 1;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
        .case-box .case .caes-fram .case-list .list-hover {
          position: absolute;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          top: 60;
          left: 0;
          z-index: 3;
          background: rgba(132, 172, 44, 0.3);
          padding: 50px;
          color: #fff;
          opacity: 0;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          .case-box .case .caes-fram .case-list .list-hover .title {
            font-weight: bold;
            font-size: 1.1rem;
            border-bottom: 1px solid #fff;
            padding: 0 15px 5px; }
        .case-box .case .caes-fram .case-list:hover .list .title {
          opacity: 0; }
        .case-box .case .caes-fram .case-list:hover .list-hover {
          opacity: 1;
          top: 0; }

.news-box {
  position: relative;
  padding-bottom: 6rem; }
  .news-box .news-item .news-list {
    border-bottom: 1px solid #0D4E18;
    margin-bottom: 30px; }
    .news-box .news-item .news-list a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .news-box .news-item .news-list .date {
      width: 150px;
      padding: 10px 20px;
      background: #0D4E18;
      color: #fff;
      text-align: center; }
    .news-box .news-item .news-list .title {
      margin-left: 25px; }
    .news-box .news-item .news-list:nth-child(even) {
      border-bottom: 1px solid #84AC2C; }
      .news-box .news-item .news-list:nth-child(even) .date {
        background: #84AC2C; }

@media (max-width: 1199.98px) {
  .indx-text-box {
    padding: 0rem 2rem 2rem; } }

@media (max-width: 991.98px) {
  #banner .banner-text .text {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 1.1rem;
    letter-spacing: 2px; }
  #banner .scroll-bottom {
    display: none; }
  .indx-text-box {
    padding: 2rem; }
  .case-box .case {
    margin-top: -200px; }
    .case-box .case h2 {
      font-size: 1.2rem; }
    .case-box .case .caes-fram .case-btn {
      font-size: 1rem;
      width: 175px; }
  .news-box {
    margin-top: -50px; }
    .news-box .news-item .news-list .date {
      margin-bottom: 10px; }
    .news-box .news-item .news-list .title {
      margin-left: 0px; } }

@media (max-width: 767.98px) {
  .case-box .case {
    margin-top: -300px; }
    .case-box .case .sub-title::before {
      top: 50px; }
    .case-box .case .caes-fram {
      margin-top: 60px; } }

.case-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.case-nav {
  width: 220px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
  .case-nav .case-phone-bar {
    display: none; }
  .case-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
    .case-nav .nav-item .nav-list {
      margin: 5px 10px;
      width: 100%; }
      .case-nav .nav-item .nav-list .nav-title {
        padding: 0px 10px;
        position: relative;
        cursor: pointer; }
        .case-nav .nav-item .nav-list .nav-title::after {
          content: '\f107';
          font-family: 'Font Awesome 5 Pro';
          position: absolute;
          right: 5px;
          top: 10px;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
        .case-nav .nav-item .nav-list .nav-title.active {
          background: #0D4E18;
          color: #fff; }
          .case-nav .nav-item .nav-list .nav-title.active a {
            color: #fff; }
      .case-nav .nav-item .nav-list .nav-link-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: none; }
        .case-nav .nav-item .nav-list .nav-link-box .nav-link {
          border-bottom: 1px solid #84AC2C;
          margin-bottom: 5px;
          padding: 8px 15px;
          width: 100%; }
      .case-nav .nav-item .nav-list a {
        display: block;
        padding: 8px 15px; }

.case-fram {
  width: calc(100% - 240px);
  margin-left: 20px;
  margin-bottom: 5rem; }
  .case-fram h3 {
    margin-bottom: 3rem; }

.case-item {
  margin-bottom: 30px; }
  .case-item .case-list {
    position: relative;
    overflow: hidden; }
    .case-item .case-list .list {
      padding-bottom: 80%;
      height: 0;
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%; }
      .case-item .case-list .list .title {
        position: absolute;
        background: #84AC2C;
        width: 100%;
        bottom: 0px;
        padding: 10px 20px;
        color: #fff;
        font-weight: bold;
        opacity: 1;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
    .case-item .case-list .list-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      top: 60;
      left: 0;
      z-index: 3;
      background: rgba(132, 172, 44, 0.3);
      padding: 50px;
      color: #fff;
      opacity: 0;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      .case-item .case-list .list-hover .title {
        font-weight: bold;
        font-size: 1.1rem;
        border-bottom: 1px solid #fff;
        padding: 0 15px 5px; }
    .case-item .case-list:hover .list .title {
      opacity: 0; }
    .case-item .case-list:hover .list-hover {
      opacity: 1;
      top: 0; }

.case-big-imgbox {
  position: relative;
  padding: 0 50px; }
  .case-big-imgbox .gallery-top .swiper-slide {
    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; }
    .case-big-imgbox .gallery-top .swiper-slide a {
      position: relative;
      display: block;
      width: 100%;
      padding-bottom: 50%; }
      .case-big-imgbox .gallery-top .swiper-slide a span {
        width: 100%;
        height: 100%;
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
        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; }
        .case-big-imgbox .gallery-top .swiper-slide a span::before {
          content: '';
          height: 100%;
          width: 0;
          vertical-align: middle; }
        .case-big-imgbox .gallery-top .swiper-slide a span img {
          max-width: 100%;
          max-height: 100%;
          width: auto;
          height: auto;
          display: inline-block;
          vertical-align: middle; }
  .case-big-imgbox .gallery-thumbs {
    margin-top: 20px; }
    .case-big-imgbox .gallery-thumbs .swiper-slide {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding-bottom: 10%;
      border: 2px solid #fff;
      cursor: pointer; }
    .case-big-imgbox .gallery-thumbs .swiper-slide-thumb-active {
      border: 2px solid #0D4E18; }
  .case-big-imgbox .arrow-box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    left: 0;
    bottom: 25px; }
    .case-big-imgbox .arrow-box .case-next,
    .case-big-imgbox .arrow-box .case-prev {
      font-size: 3rem;
      color: #0D4E18;
      display: block;
      width: 40px;
      text-align: center;
      cursor: pointer; }

.case-text {
  margin-top: 5rem; }
  .case-text .more-btn {
    margin-top: 3rem;
    width: 150px;
    margin-right: 50px; }

@media (max-width: 991.98px) {
  .case-nav {
    width: 100%; }
    .case-nav .case-phone-bar {
      display: block;
      width: 100%;
      background: #84AC2C;
      padding: 10px;
      color: #fff;
      position: relative;
      cursor: pointer; }
      .case-nav .case-phone-bar::before {
        content: '\f107';
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        right: 20px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
      .case-nav .case-phone-bar.show::before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .case-nav .nav-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      visibility: hidden;
      height: 0;
      -webkit-transition: all .0s ease;
      -o-transition: all .0s ease;
      transition: all .0s ease;
      opacity: 0;
      width: 100%; }
      .case-nav .nav-item .nav-list {
        width: 100%;
        margin: 10px 0px 0px; }
      .case-nav .nav-item.show {
        visibility: visible;
        height: auto;
        opacity: 1;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
  .case-fram {
    width: 100%;
    margin-left: 0; }
  .case-big-imgbox .gallery-thumbs .swiper-slide {
    padding-bottom: 15%; } }

@media (max-width: 767.98px) {
  .case-big-imgbox .gallery-top .swiper-slide a {
    padding-bottom: 80%; }
  .case-big-imgbox .gallery-thumbs .swiper-slide {
    padding-bottom: 20%; }
  .case-big-imgbox .arrow-box {
    bottom: 10px; } }

@media (max-width: 320px) {
  .case-big-imgbox .gallery-thumbs .swiper-slide {
    padding-bottom: 25%; } }

.news-box-page {
  margin-bottom: 5rem; }
  .news-box-page .date {
    width: 150px;
    background: #0D4E18;
    padding: 10px 15px;
    color: #fff;
    text-align: center; }
  .news-box-page h4 {
    margin: 30px 0px 2.5rem; }
  .news-box-page .editor img {
    width: auto;
    max-width: 100%; }
  .news-box-page .more-btn {
    margin-top: 3rem;
    width: 150px;
    margin-right: 50px; }

.c-top-text {
  margin-top: -30px;
  margin-bottom: 3rem;
  color: #0D4E18; }

.form-group {
  border: 1px solid #707070;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070; }
  .form-group label {
    width: auto;
    margin-bottom: 0; }
  .form-group .form-control {
    border: 0px;
    width: calc(100% - 100px);
    background: transparent; }
  .form-group:nth-last-child(1) .form-control {
    width: 100%; }
  .form-group .form-select {
    width: 180px;
    margin-left: 10px;
    border: 0px; }
  .form-group select {
    background-image: url(../_img/contact/chevron-down-solid.svg);
    background-position: 100% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #707070; }

.control {
  color: #707070; }
  .control .form-control {
    border: 1px solid #707070;
    height: 250px;
    border-radius: 0px;
    margin-bottom: 50px; }
  .control .more-btn {
    width: 150px;
    margin-right: 40px;
    margin-bottom: 20px; }
  .control .c-text-box {
    background: -webkit-linear-gradient(45deg, #a7a7a7, #f8f2f2, white);
    background: -o-linear-gradient(45deg, #a7a7a7, #f8f2f2, white);
    background: linear-gradient(45deg, #a7a7a7, #f8f2f2, white);
    -webkit-box-shadow: 0px 3px 6px #A7A7A7;
    box-shadow: 0px 3px 6px #A7A7A7;
    border: 1px solid #D8D8D8;
    margin: 2rem 0px;
    padding: 20px 10px;
    text-align: center;
    color: #000; }
    .control .c-text-box p {
      font-size: 20px;
      margin-top: 10px; }
      .control .c-text-box p i {
        margin-right: 10px; }

@media (max-width: 767.98px) {
  .form-group .form-select {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    margin-left: 0; } }

.about-text-box {
  padding: 0rem 2rem 3rem 6rem;
  color: #000;
  line-height: 30px;
  letter-spacing: 1px;
  margin-top: -50px; }
  .about-text-box img {
    width: 100%;
    height: auto; }

.a-txt-box {
  margin-bottom: 3rem; }
  .a-txt-box .a-text {
    background: -webkit-linear-gradient(45deg, #a7a7a7, #f8f2f2, white);
    background: -o-linear-gradient(45deg, #a7a7a7, #f8f2f2, white);
    background: linear-gradient(45deg, #a7a7a7, #f8f2f2, white);
    -webkit-box-shadow: 0px 3px 6px #A7A7A7;
    box-shadow: 0px 3px 6px #A7A7A7;
    padding: 0rem 4rem;
    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;
    line-height: 30px; }
  .a-txt-box .a-img {
    background: url(../_img/about/about2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 400px; }

@media (max-width: 991.98px) {
  .about-text-box {
    margin-top: 0px;
    padding: 10px; }
  .a-txt-box {
    margin-bottom: 1rem; }
    .a-txt-box .a-text {
      padding: 3rem; }
    .a-txt-box .a-img {
      height: 300px; } }

@media (max-width: 767.98px) {
  .a-txt-box .a-img {
    height: 200px; } }

.about-title {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px; }

.design-box {
  border: 1px solid #0D4E18;
  padding: 20px 20px;
  text-align: center;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .design-box span {
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px; }

.about-box2 {
  padding: 30px 0;
  background: #fff; }
  .about-box2 .about-logo2 {
    text-align: center; }
    .about-box2 .about-logo2 img {
      margin: 0 auto; }
  .about-box2 .about-title-box {
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: bold; }

.about-text-fram {
  color: #000;
  line-height: 30px;
  letter-spacing: 1px; }
  .about-text-fram ol {
    list-style: decimal;
    padding-left: 25px; }
    .about-text-fram ol li {
      margin-bottom: 5px; }

.about-box3 {
  padding: 30px 0; }

.s-phone-bar {
  display: none; }

.s-fram .s-box {
  margin-bottom: 5px; }
  .s-fram .s-box .title {
    background: -webkit-linear-gradient(45deg, #a7a7a7, #f8f2f2, white);
    background: -o-linear-gradient(45deg, #a7a7a7, #f8f2f2, white);
    background: linear-gradient(45deg, #a7a7a7, #f8f2f2, white);
    -webkit-box-shadow: 0px 3px 6px #A7A7A7;
    box-shadow: 0px 3px 6px #A7A7A7;
    padding: 8px 15px;
    position: relative;
    cursor: pointer; }
    .s-fram .s-box .title::before {
      content: '\f0d7';
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      right: 5px;
      font-weight: bold; }
  .s-fram .s-box .s-item {
    margin-top: 5px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }
    .s-fram .s-box .s-item .s-list a {
      display: block;
      border-bottom: 1px solid #707070;
      padding: 10px 10px; }
    .s-fram .s-box .s-item.active {
      height: auto;
      visibility: visible;
      opacity: 1;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }

.s-right {
  margin-bottom: 3rem; }
  .s-right h5 {
    background: -webkit-linear-gradient(45deg, #a7a7a7, #f8f2f2, white);
    background: -o-linear-gradient(45deg, #a7a7a7, #f8f2f2, white);
    background: linear-gradient(45deg, #a7a7a7, #f8f2f2, white);
    -webkit-box-shadow: 0px 3px 6px #A7A7A7;
    box-shadow: 0px 3px 6px #A7A7A7;
    width: 250px;
    margin: 0 0 15px auto;
    text-align: center;
    padding: 15px; }
  .s-right .big-img {
    background: #E3E3E3;
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 64%; }
    .s-right .big-img span {
      width: 100%;
      height: 100%;
      position: absolute;
      text-align: center;
      top: 0;
      left: 0;
      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; }
      .s-right .big-img span::before {
        content: '';
        height: 100%;
        width: 0;
        vertical-align: middle; }
      .s-right .big-img span img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: middle; }
    .s-right .big-img .sub-text {
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      width: 100%;
      bottom: 0;
      padding: 5px;
      text-align: right;
      color: #fff; }
  .s-right .text-box {
    color: #707070;
    padding: 10px;
    margin: 10px 0px; }
    .s-right .text-box ul {
      list-style-type: decimal;
      list-style-position: outside;
      padding-left: 20px; }
    .s-right .text-box p {
      color: #0D4E18; }
  .s-right .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px; }
    .s-right .img-box img {
      width: 100%;
      max-width: 100%; }
    .s-right .img-box .img-3 {
      width: 27%;
      padding-bottom: 25%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      position: relative; }
      .s-right .img-box .img-3.hight {
        padding-bottom: 70%; }
      .s-right .img-box .img-3 .sub-text {
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 5px;
        text-align: right;
        color: #fff; }
    .s-right .img-box .img-2 {
      width: 20%;
      padding-bottom: 25%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      position: relative; }
      .s-right .img-box .img-2.hight {
        padding-bottom: 70%; }
      .s-right .img-box .img-2 .sub-text {
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 5px;
        text-align: right;
        color: #fff; }
    .s-right .img-box .img-4 {
      width: 40%;
      padding-bottom: 35%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      position: relative; }
      .s-right .img-box .img-4 .sub-text {
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 5px;
        text-align: right;
        color: #fff; }
      .s-right .img-box .img-4.hight {
        padding-bottom: 70%; }
    .s-right .img-box .img-5 {
      width: 58%;
      padding-bottom: 35%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      position: relative; }
      .s-right .img-box .img-5 .sub-text {
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 5px;
        text-align: right;
        color: #fff; }
      .s-right .img-box .img-5.hight {
        padding-bottom: 70%; }
    .s-right .img-box .text {
      width: 50%;
      color: #707070;
      padding: 10px;
      margin: 10px 0px; }

@media (max-width: 991.98px) {
  .s-phone-bar {
    display: block;
    width: 100%;
    background: #84AC2C;
    padding: 10px;
    color: #fff;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px; }
    .s-phone-bar::before {
      content: '\f107';
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      right: 20px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .s-phone-bar.show::before {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .s-fram {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }
    .s-fram.show {
      height: auto;
      visibility: visible;
      opacity: 1;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
  .s-right h5 {
    width: 100%;
    padding: 10px;
    margin-top: 10px; }
  .s-right .img-box .img-3, .s-right .img-box .img-2, .s-right .img-box .img-4, .s-right .img-box .img-5 {
    width: 49%; }
  .s-right .img-box .text {
    width: 100%; } }

.instrument-fram {
  width: 100%;
  margin-bottom: 80px; }
  .instrument-fram .phone-bar-box {
    background-color: #0D4E18;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none; }
  .instrument-fram .instrument-left-bar .instrument-nav-list {
    margin-bottom: 10px; }
    .instrument-fram .instrument-left-bar .instrument-nav-list .instrument-nav-item {
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .instrument-fram .instrument-left-bar .instrument-nav-list .instrument-nav-item:hover, .instrument-fram .instrument-left-bar .instrument-nav-list .instrument-nav-item.active {
        background-color: #0D4E18;
        color: #fff; }
    .instrument-fram .instrument-left-bar .instrument-nav-list .instrument-nav-drown {
      display: none; }
      .instrument-fram .instrument-left-bar .instrument-nav-list .instrument-nav-drown .instrument-nav-link {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #F0F0F0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .instrument-fram .instrument-left-bar .instrument-nav-list .instrument-nav-drown .instrument-nav-link.active, .instrument-fram .instrument-left-bar .instrument-nav-list .instrument-nav-drown .instrument-nav-link:hover {
          color: #0D4E18;
          font-weight: bold;
          padding-left: 20px; }
      .instrument-fram .instrument-left-bar .instrument-nav-list .instrument-nav-drown.show {
        display: block; }
  @media (max-width: 1199.98px) {
    .instrument-fram .phone-bar-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .instrument-fram .instrument-left-bar {
      display: none; }
      .instrument-fram .instrument-left-bar.show {
        display: block; } }

#tab-demo {
  margin-bottom: 80px; }
  #tab-demo .tab-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #5B5B5B;
    margin-bottom: 15px; }
    #tab-demo .tab-title .tab-link {
      padding: 10px 25px; }
      #tab-demo .tab-title .tab-link.active {
        background-color: #0D4E18;
        font-weight: bold; }
        #tab-demo .tab-title .tab-link.active a {
          color: #fff; }

.page-title-box {
  border-bottom: 1px solid #0D4E18;
  padding-bottom: 8px;
  margin-bottom: 30px; }
  .page-title-box span {
    background-color: #0D4E18;
    color: #fff;
    font-size: 1.3rem;
    padding: 10px 20px; }

.down-list {
  margin-bottom: 80px; }
  .down-list .down-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #0D4E18;
    margin-bottom: 10px; }
    .down-list .down-item .down-title {
      width: calc(100% - 30px); }
    .down-list .down-item .down--icom {
      width: 30px; }
    .down-list .down-item:hover {
      background-color: #0D4E18;
      color: #fff; }

.inquiry-fram {
  margin-bottom: 30px; }
  .inquiry-fram .inquiry-icon-box {
    color: #0D4E18;
    font-size: 2rem;
    margin-bottom: 10px; }
  .inquiry-fram .inquiry-text {
    font-size: 1.2rem;
    margin-bottom: 10px; }
