@charset "UTF-8";

html,
body {
  overflow-x: hidden;
  min-height: 1000px;
}

body {
  background-color: #f6f6f6;
  color: #666666;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-top: 60px;
}
@media (min-width: 992px) {
  body {
    padding-top: 0;
  }
}

a {
  color: #666666;
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover, a:focus {
  color: #3b8047;
  outline: 0;
  text-decoration: none;
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: auto\9 ;
  /* ie8 */
}

/* header */
.header {
  background-color: #008145;
}
.header.active {
  padding-top: 0px;
}
.navbar {
  background-color: #ffffff;
  height: 60px;
  padding: 0;
  transition: all 0.5s ease;
  position: relative;
}
@media (min-width: 992px) {
  .header {
    padding-top: 10px;
  }
  .navbar {
/*    background-color: transparent;  */
    height: 130px;
  }
  .navbar::before {
    content: "";
/*    background: linear-gradient(to bottom, rgb(35, 24, 21) 0%, rgba(35, 24, 21, 0) 100%); */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.45;
  }
}
.navbar .container-fluid {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 1800px) {
  .navbar .container-fluid {
    max-width: 1600px;
    padding: 0;
  }
}
.navbar .offcanvas {
  width: 80%;
  top: 60px;
  padding-top: 16px;
}
.navbar .offcanvas-backdrop {
  top: 60px;
}
@media (min-width: 992px) {
  .navbar .offcanvas {
    background: transparent;
  }
}
.navbar-brand {
  margin-right: 0;
}
.navbar-brand img {
  width: 180px;
  transition: all 0.5s ease;
}
.navbar-brand img.white {
  display: none;
}
.navbar-brand img.multicolor {
  display: block;
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: 300px;
  }
  .navbar-brand img.white {
    display: block;
  }
  .navbar-brand img.multicolor {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-brand img {
    width: 320px;
  }
  .navbar-brand {
    margin-left: 5rem;
  }
}
@media (min-width: 1800px) {
  .navbar-brand img {
    width: auto;
  }
}
.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 30px;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 12px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.navbar-toggler .icon-bar {
  display: block;
  background: #3b8047;
  text-align: center;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 0;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 10px;
  opacity: 1;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 20px;
}
.navbar-toggler.show .icon-bar:nth-of-type(1) {
  top: 10px;
  transform: translateX(-50%) rotate(45deg);
}
.navbar-toggler.show .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.show .icon-bar:nth-of-type(3) {
  top: 10px;
  transform: translateX(-50%) rotate(-45deg);
}
@media (min-width: 992px) {
  .navbar-toggler .icon-bar {
    background: #ffffff;
  }
}
.navbar-nav .nav-item {
  position: relative;
  padding: 0.5rem 1rem;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-nav .nav-item {
    padding: 0 1.25rem;
  }
}
.navbar-nav .nav-link {
  color: #3f3f3f;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding: 0;
  position: relative;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #3b8047;
  font-size: 1.125rem;
}
.navbar-nav .nav-pic > span {
  display: inline-block;
  line-height: 18px;
  vertical-align: text-top;
  padding-right: 5px;
}
.navbar-nav .nav-pic {
  color: #3b8047;
  font-size: 16px;
}
.navbar-nav .nav-pic:hover {
  font-size: 16px;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    line-height: 80px;
  }
  .navbar-nav .nav-item:hover::before {
    content: "";
    background-color: #478853;
    bottom: 20px;
    position: absolute;
    height: 1px;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1400px) {
  .navbar-nav .nav-link {
    letter-spacing: 0.15rem;
  }
}
.navbar-nav .dropdown .dropdown-toggle {
  margin-bottom: 0.25rem;
}
.navbar-nav .dropdown .dropdown-menu {
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #fff;
  padding: 1rem;
  min-width: 160px;
  max-width: 200px;
}
.navbar-nav .dropdown .dropdown-menu li {
  padding: 0.25rem 0;
}
.navbar-nav .dropdown .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
  padding-bottom: 0;
}
.navbar-nav .dropdown .dropdown-item {
  background-color: transparent;
  display: block;
  color: #333;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 0 0 0.5rem;
  width: auto;
}
.navbar-nav .dropdown .dropdown-item:hover, .navbar-nav .dropdown .dropdown-item.active {
  background-color: transparent;
  color: #3b8047;
  font-weight: bold;
}
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-toggle {
    color: #3b8047;
    font-weight: bold;
  }
  .navbar-nav .dropdown:hover .dropdown-toggle::before {
    left: 0;
    right: 0;
  }
  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  .navbar-nav .dropdown .dropdown-toggle {
    margin-bottom: 0;
  }
  .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
  }
  .navbar-nav .dropdown .dropdown-menu {
    display: block;
    margin-top: 0;
    left: 50%;
    right: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(10px);
    transition: all 0.5s ease;
  }
  .navbar-nav .dropdown .dropdown-item {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .navbar-nav .dropdown .dropdown-item {
    font-size: 1.0625rem;
    padding: 0 0 0.75rem;
  }
}
.navbar.active {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.navbar.active .offcanvas {
  padding-top: 0px;
}
@media (min-width: 992px) {
  .navbar.active {
    height: 80px;
  }
  .navbar.active::before {
    display: none;
  }
  .navbar.active .dropdown-menu {
    margin-top: 0;
  }
}
.navbar.active .navbar-brand img.white {
  display: none;
}
.navbar.active .navbar-brand img.multicolor {
  display: block;
}
@media (min-width: 992px) {
  .navbar.active .navbar-brand img {
    width: 240px;
  }
}

.navbar.active .navbar-toggler .icon-bar {
  background-color: #3b8047;
}
.navbar.active .navbar-nav .nav-link {
  color: #000000;
}
.navbar.active .navbar-nav .nav-link:hover, .navbar.active .navbar-nav .nav-link.active {
  color: #3b8047;
}
.navbar.active .navbar-nav .nav-pic {
  color: #3b8047;
}
@media (min-width: 992px) {
  .navbar.active .navbar-nav .nav-link {
    line-height: 80px;
  }
}
.navbar.active .navbar-sub .default {
  display: none;
}
.navbar.active .navbar-sub .select {
  display: block;
}
.navbar.active .navbar-sub .nav li span {
  color: #000000;
}
.navbar.active .navbar-sub .navbar-search .form-control {
  border-bottom-color: #000000;
  color: #000000;
}
.navbar.active .navbar-sub .navbar-search .form-control::-moz-placeholder {
  color: #000000;
}
.navbar.active .navbar-sub .navbar-search .form-control:-ms-input-placeholder {
  color: #000000;
}
.navbar.active .navbar-sub .navbar-search .form-control::placeholder {
  color: #000000;
}
.navbar.active .navbar-sub .navbar-search .form-control:focus {
  border-bottom-color: #3b8047;
}
/* banner */
.banner {
  overflow: hidden;
  position: relative;
}
.banner .swiper-slide {
  position: relative;
}
.banner-pic {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.banner-txt {
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 0;
  width: 100%;
  position: absolute;
  bottom: 40%;
  transform: translateY(-50%);
  z-index: 3;
}

.banner-txt .title {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  max-width: 1400px;
  margin: 0 auto;
}
.banner-txt .title span {
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  position: relative;
}
.banner .swiper-slide .banner-txt {
  transform: translateY(-150%);
  transition: all 0.5s ease;
  transition-duration: 1s;
  opacity: 0;
}
.banner .swiper-slide-active .banner-txt {
  transform: translateY(-50%);
  opacity: 1;
}
.banner-txt .text {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  max-width: 1400px;
  margin: 0 auto;
}
.banner .swiper-pagination {
  bottom: 40px;
}
.banner .swiper-pagination-bullet {
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 5;
  width: 10px;
  height: 10px;
  position: relative;
  margin: 0 0.5rem !important;
  transition: all 0.5s ease;
  opacity: 1;
}
.banner-sm .banner-pic {
  height: 300px;
}
@media (min-width: 576px) {
  .banner-txt {
    bottom: 30%;
  }
  .banner-txt .title span {
    font-size: 3rem;
  }
  .banner-txt .text {
    font-size: 1.1rem;
    margin-top: 0rem;
  }
}
.banner .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .banner-txt .title span {
    font-size: 5rem;
  }
  .banner-txt .text {
    font-size: 1.5rem;
  }
  .banner-pic {
    height: 735px;
  }
}
@media (min-width: 992px) {
  .banner {
    padding-top: 140px;
  }
  .banner-pic {
    height: 600px;
  }
  .banner-txt {
    bottom: 15%;
    text-align: left;
  }
  .banner-txt .title span {
    letter-spacing: 0.6rem;
    margin-bottom: 1rem;
  }
  .banner-sm .banner-txt {
    margin-top: 3rem;
  }
  .banner-sm .banner-pic {
    height: 400px;
  }
  .banner-md .banner-txt {
    margin-top: 3rem;
  }
  .banner-md .banner-pic {
    height: 420px;
  }
}



/* main */
main {
  position: relative;
  min-height: 1500px;
}
@media (min-width: 992px) {
  main {
    padding: 0rem 0 0;
  }
}
main .container {
  position: relative;
  z-index: 2;
}
.container {
  max-width: 100%;
}
@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
    padding: 0;
    margin: 0 auto;
  }
}

/* Home About */
.index-about {
  background-color: #ececec;
  padding: 3rem 0;
  position: relative;
}
.index-about .container {
  
}
.index-about-desc {
  position: relative;
  padding: 3rem 0 8rem;
}
@media (min-width: 992px) {
  .index-about {
    padding: 5rem 0 8rem;
  }
}
.index-about-pic {
  text-align: center;
}
.index-about-pic .pic {
  position: relative;
  display: inline-block;
}
.index-about-pic .pic::after {
  content: "";
  background-color: #dedede;
  right: auto;
  top: auto;
  position: absolute;
  left: -60px;
  bottom: -60px;
  height: 350px;
  width: 540px;
  z-index: -1;
}
@media (min-width: 992px) {
  .index-about-pic {
    padding: 0px 1rem;
    text-align: right;
  }
}
.index-about-txt {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  padding: 1rem 1.5rem;
  margin-top: 8rem;
}
@media (min-width: 992px) {
  .index-about-txt {
    padding: 1rem 1.5rem;
    margin-top: 3rem;
  }
}
@media (min-width: 1400px) {
  .index-about-txt {
    padding: 1rem 7rem;
  }
}
.index-about-txt .title {
  color: #3b8047;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.25rem;
  position: relative;
}
.index-about-txt .title::before{
  content: "";
  background-color: #94b69a;
  bottom: 20px;
  position: absolute;
  height: 2px;
  width: 40px;
  display: none;
}
@media (min-width: 576px) {
  .index-about-txt .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .index-about-txt .title {
    font-size: 2.5rem;
    line-height: 1.8;
    padding-bottom: 60px;
  }
  .index-about-txt .title::before{
    display: block;
  }
}
.index-about-txt .subtitle {
  color: #949494;
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
  position: relative;
  letter-spacing: 0.15rem;
}
.index-about-txt .subtitle::after {
  content: "ABOUT US";
  right: auto;
  top: -10px;
  position: absolute;
  left: 70%;
  transform: translateX(5%);
  color: #fff;
  font-size: 5.625rem;
  font-family: arial;
  font-weight: bold;
  overflow: hidden;
  width: 700px;
  opacity: 0.5;
  line-height: 4.5rem;
}
@media (min-width: 992px) {
  .index-about-txt .subtitle {
    margin-bottom: 0;
    font-size: 1.125rem;
  }
  .index-about-txt .subtitle::after {
    display: block;
    top: -20px;
    font-size: 7.5rem;
    transform: translateX(16%);
    line-height: 7.5rem;
  }
}
.index-about-txt .text {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 576px) {
  .index-about-txt .text {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
.index-about-txt .more {
  color: #3b8047;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.index-about-txt .more::before{
  content: "";
  background-color: #3b8047;
  left: -60px;
  position: absolute;
  height: 1px;
  width: 45px;
}
@media (min-width: 576px) {
  .index-about-txt .more {
    letter-spacing: 0.25rem;
  }
}
@media (min-width: 992px) {
  .index-about-txt .more {
    position: absolute;
    justify-content: flex-end;
    top: 8rem;
    right: 7rem;    
  }
}

/* Home Service */
.index-service {
  background-color: #fff;
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 1400px) {
  .index-service .container, .index-member .container {
    max-width: 1420px;
  }
}
.index-service-title {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  padding: 1rem 1.5rem;
  margin-top: 0rem;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .index-service-title {
    text-align: center;
    padding: 1rem 7rem;
    margin-top: 3rem;
  }
}
@media (min-width: 1400px) {
  .index-service-title {
    padding: 1rem 7rem;
  }
}
.index-service-title .title {
  color: #3b8047;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.25rem;
  position: relative;
}
@media (min-width: 576px) {
  .index-service-title .title {
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
@media (min-width: 992px) {
  .index-service-title .title {
    font-size: 2.5rem;
    line-height: 1.8;
    padding-bottom: 60px;
  }
}
.index-service-title .subtitle {
  color: #949494;
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
  position: relative;
  letter-spacing: 0.15rem;
}
.index-service-title .subtitle::after {
  content: "OUR SERVICES";
  display: block;
  right: auto;
  top: -20px;
  position: absolute;
  left: 70%;
  transform: translateX(-105%);
  color: #ececec;
  font-size: 7.5rem;
  font-family: arial;
  font-weight: bold;
  overflow: hidden;
  width: 1000px;
  opacity: 0.45;
  line-height: 6.6rem;
}
@media (min-width: 992px) {
  .index-service-title .subtitle {
    margin-bottom: 0;
    font-size: 1.125rem;
  }
  .index-service-title .subtitle::after {
    display: block;
    top: -20px;
    font-size: 7.5rem;
    transform: translateX(-105%);
    line-height: 7.5rem;
  }
}
.index-service-list {
  text-align: center;
}
@media (min-width: 576px) {
  .index-service-list {
    max-width: 680px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .index-service-list {
    max-width: 100%;
  }
}
.index-service-list > div {
  margin-bottom: 20px;
}
.index-service-list .service-list-item {
  border: 1px solid #c1c1c1;
  border-radius: 20px;
  padding: 2rem;
  max-width: 330px;
}
@media (min-width: 992px) {
  .index-service-list .service-list-item {
    padding: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .index-service-list .service-list-item {
    padding: 3rem;
  }
}
.index-service-list a:hover .service-list-item {
  background-color: #ececec;
  border: 1px solid #ececec;
}
.index-service-list a:hover .txt {
  color: #666666;
}
.index-service-list .service-list-pic {
  text-align: center;
  padding: 14px 0 15px;
}
.index-service-list .service-list-txt .title {
  color: #3f3f3f;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: .6rem;
}
.index-service-list .service-list-txt .title::before{
  content: "";
  background-color: #478853;
  bottom: 0px;
  position: absolute;
  height: 2px;
  width: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.index-service-list .service-list-txt .txt {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  text-align: left;
}
@media (min-width: 992px) {
  .index-service-list .service-list-txt .title {
    margin-bottom: 1rem;
  }
}
.index-service .more {
  color: #3b8047;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.index-service .more::before{
  content: "";
  background-color: #3b8047;
  left: -60px;
  position: absolute;
  height: 1px;
  width: 45px;
}
@media (min-width: 576px) {
  .index-service .more {
    letter-spacing: 0.25rem;
  }
}
@media (min-width: 992px) {
  .index-service .more {
    position: absolute;
    justify-content: flex-end;
    top: 3rem;
    left: 70%;
  }
}
@media (min-width: 1400px) {
  .index-service .more {
    left: 68%;
  }
}
@media (min-width: 992px) {
  .index-service {
    padding: 5rem 0 5rem;
  }
}
.index-service-pic {
  text-align: center;
}
.index-service-pic .pic {
  position: relative;
  display: inline-block;
}
.index-service-pic .pic::after {
  content: "";
  background-color: #dedede;
  right: auto;
  top: auto;
  position: absolute;
  left: -60px;
  bottom: -60px;
  height: 350px;
  width: 540px;
  z-index: -1;
}
@media (min-width: 992px) {
  .index-service-pic {
    padding: 0px 1rem;
    text-align: right;
  }
}
/* Index-Member */
.index-member {
  background-image: url('../images/index-member.jpg');
}
.index-member-desc {
  position: relative;
  padding: 6rem 1rem 5rem;
}
@media (min-width: 992px) {
  .index-member-desc {
    padding: 11rem 2rem 10rem;
  }
}
@media (min-width: 1400px) {
  .index-member-desc {
    padding: 12rem 2rem 10rem;
  }
}
.index-member-desc .title {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.index-member-desc .subtitle {
  font-size: 2rem;
  color: #3b8047;
  font-weight: bold;
  line-height: 3.25rem;
}
.index-member-desc .text {
  font-size: 1.0625rem;
  color: #fff;
  line-height: 2rem;
}
@media (min-width: 992px) {
  .index-member-desc .title,
  .index-member-desc .subtitle {
    font-size: 3rem;
  }
  .index-member-desc .text {
    padding-top: 2rem;
    max-width: 550px;
  }
}
.index-member-desc .more {
  border: 1px solid #fff;
  border-radius: 25px;
  bottom: 180px;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  padding: 4px 15px 6px 15px;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .index-member-desc .more {
    margin-top: 0rem;
    position: absolute;
    right: 30%;
    transform: translateX(100%);
  }
}
@media (min-width: 1400px) {
  .index-member-desc .more {
    right: 20%;
  }
}
/* footer */
.footer {
  background-color: #008145;
  color: #fff;
  padding: 2rem 0 4rem;
  position: relative;
}
.footer a {
  color: #fff;
}
.footer a:hover, .footer a:focus {
  color: #fff;
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
  .footer {
    padding: 4rem 0 5rem;
  }
}
@media (min-width: 1400px) {
  .footer .container {
    max-width: 1500px;
  }
}
.footer-logo {
  text-align: center;
  margin-bottom: 1.5rem;
}
.footer-logo {
  max-width: 100%;
}
@media (min-width: 992px) {
  .footer-logo {
    text-align: left;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .footer-info {
    padding-left: 1.5rem;
    padding-top: 40px;
  }
}
.footer-info .nav {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 4;
}
.footer-info .nav li {
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.075rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .footer-info .nav {
    flex-direction: row;
    justify-content: flex-start;
  }
  .footer-info .nav li {
    text-align: left;
    margin-right: 1.25rem;
  }
}

.footer-info .social {
  flex-direction: row;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.footer-info .social li {
  padding: 0 0.5rem;
}
.footer-info .social li a {
  color: #595757;
  font-size: 1.3125rem;
}
.footer-social .social a i {
  background-color: #fff;
  background-image: url('../images/socials.svg');
  background-repeat: no-repeat;
  border-radius: 25px;
  width: 28px;
  height: 28px;
  display: inline-block;
}
.footer-social .social .ico-line {
  background-position: 5px 3px;
}
.footer-social .social .ico-facebook {
  background-position: -28px 6px;
}
.footer-social .social .ico-twitter {
  background-position: -61px 4px;
}
.footer-social .social .ico-linkin {
  background-position: -94px 3px;
}
@media (min-width: 992px) {
  .footer-info .social {
    margin-bottom: 0;
    margin-top: 0;
  }
  .footer-info .social li {
    padding: 0;
    margin-right: 1.5rem;
  }
}
.footer-copy {
  color: #d3d3d3;
  text-align: center;
  letter-spacing: 0.025rem;

}
.footer-copy a {
  color: #d3d3d3;
}
@media (min-width: 992px) {
  .footer-copy {
    text-align: left;
    margin-top: 0rem;
  }
}
.footer-pri {
  position: relative;
  text-align: center;
}
.footer-pri a {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .footer-pri a {
    right: 4%;
    position: absolute;
  }
  .footer-pri::before {
    content: '';
    height: 1px;
    background-color: #d3d3d3;
    position: absolute;
    width: calc(100% - 680px);
    right: 145px;
    top: 13px;
  }
}
@media (min-width: 1200px) {
  .footer-pri::before {
    width: calc(100% - 720px);
    right: 160px;
  }
}
@media (min-width: 1400px) {
  .footer-pri a {
    right: 85px;
  }
  .footer-pri::before {
    right: 185px;
  }
}
/* sidenav */
.sidenav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media (min-width: 576px) {
  .sidenav {
    width: 80px;
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    padding: 10px 0px 20px 10px;
  }
}
.sidenav .nav {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}
@media (min-width: 576px) {
  .sidenav .nav {
    flex-direction: column;
    width: auto;
  }
}
.sidenav .nav li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 40px;
}
.sidenav .nav li a {
  color: #ffffff;
  font-size: 0.9375rem;
  text-align: center;
}
.sidenav .nav li a:hover img {
  -webkit-animation: bob 1s forwards linear infinite;
          animation: bob 1s forwards linear infinite;
}
@media (min-width: 576px) {
  .sidenav .nav li a {
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
  }
  .sidenav .nav li a span {
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
  }
}
@media (min-width: 576px) {
  .sidenav .nav li {
    width: 100%;
  }
}
.sidenav .nav li.tel {
  background-color: #008145;
}
@media (min-width: 576px) {
  .sidenav .nav li.tel {
    height: 250px;
  }
  .sidenav .nav li.tel img {
    margin-bottom: 0.25rem;
  }
}
.sidenav .nav li.scrollup {
  border: 1px solid #b4dcdb;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

/* service */
.services {
  background-color: #fff;
  max-width: 1260px;
  margin: 60px auto 0;
}
.services .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}
.service-title {
  text-align: center;
  padding-bottom: 10px;
}
.service-title span {
  color: #949494;
  font-size: 1.125rem;
  letter-spacing: 0.12rem;
}
.service-title h2 {
  color: #3b8047;
  font-size: 2.625rem;
  font-weight: bold;
  padding: 10px 0;
  letter-spacing: 0.12rem;
}
.service-wrap {
  padding: 40px 0;
  position: relative;
}
.service-wrap::after {
  background-color: #cccccc;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
}
.services-pic {
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .services-pic {
    padding-bottom: 0px;
  }
}
.services-desc {
  padding-left: 20px;
}
.services-desc .title {
  color: #3b8047;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 2rem;
  letter-spacing: 0.12rem;
}
.services-desc .text {
  color: #717071;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  letter-spacing: 0.12rem;
  padding-top: 5px;
}
/* privacy */
.privacy {
  max-width: 1400px;
  margin: 50px auto 0;
}
.privacy .container {
  padding: 10px 10px 0px 10px;
  background-color: #fff;
}
.privacy-title {
  text-align: center;
  padding-bottom: 30px;
}
.privacy-title span {
  color: #949494;
  font-size: 1.125rem;
  letter-spacing: 0.12rem;
}
.privacy-title h2 {
  color: #3b8047;
  font-size: 2.625rem;
  font-weight: bold;
  padding: 10px 0;
  letter-spacing: 0.12rem;
}
.privacy-desc {
  padding: 3.125rem;
  position: relative;
  border: 1px solid #3b8047;
  font-size: 1.0625rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .privacy-desc {
    padding: 6.25rem;
  }
}
.privacy-desc p {
  margin-bottom: 0px;
}
/* about */
.about {
  background-color: #fff;
}
.about .container {
  max-width: 1500px;
  margin: 0px auto 0;
  padding: 90px 0px 90px 0px;

}
.about-desc {
  padding: 30px 30px 0px 30px;
}
.about-pic {
  text-align: center;
  padding: 50px 30px 0px 30px;
}
@media (min-width: 992px) {
  .about-desc {
    padding: 30px 100px 0px 30px;
  }
  .about-pic {
    text-align: left;
    padding: 0px;
  }
}
.about-title {
  border-bottom: 1px solid #3b8047;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.about-title h2 {
  color: #3b8047;
  font-size: 2.625rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1rem;
}
.about-title h2 span {
  color: #949494;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  width: 150px;
  padding-left: 30px;
}
.about-title p {
  color: #717071;
  font-size: 1.625rem;
  max-width: 435px;
  letter-spacing: 0.15rem;
}
.about-desc .text {
  color: #717071;
  font-size: 1.0625rem;
  letter-spacing: 0.15rem;
  line-height: 2rem;
}
/* team */
.team {
  background-color: #fff;
}
.team .container {
  max-width: 1500px;
  margin: 0px auto 0;
  padding: 90px 40px 90px 40px;

}
.team-title {
  padding-bottom: 25px;
}
.team-title .title {
  color: #3b8047;
  font-size: 2.625rem;
  font-weight: bold;
  display: inline-block;
  padding-right: 50px;
}
.team-title .text {
  color: #717071;
  display: inline-block;
  font-size: 1.0625rem;
  letter-spacing: 0.15rem;
}
.team-title .subtitle {
  color: #949494;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  display: block;
  padding-bottom: 10px;
}
.team-wrap {
  padding: 15px;  
}
.team-item {
  border: 1px solid #d2d2d2;
}
.team-pic {
  padding: 50px 40px 50px 50px;
  text-align: center;
}
.team-desc {
  padding: 50px 30px 50px 30px;
}
@media (min-width: 992px) {
  .team-title {
    padding-bottom: 70px;
  }
  .team-desc {
    padding: 50px 30px 50px 0px;
  }
}
.team-desc .title {
  color: #3b8047;
  font-size: 1rem;
  line-height: 2rem;
}
.team-desc .name {
  color: #000;
  font-size: 1.875rem;
  padding-bottom: 5px;
}
.team-desc .edu {
  color: #000;
  font-size: 1.0625rem;
}
.team-desc .expert {
  color: #3b8047;
  font-size: 1rem;
  line-height: 2rem;
  padding-top: 15px;
}
.team-desc .exper {
  color: #717071;
  font-size: 1.0625rem;
}
.team-desc .exper ul {
  padding-left: 1.25rem;
  margin-bottom: 0;
}
.team-desc .exper ul li {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.25rem;
}
.team-desc .exper ul li::marker {
  color: #3b8047;
}
.team-desc .exper ul li:last-child {
  margin-bottom: 0;
}
.team-desc .text {
  padding-top: 30px;
  color: #000;
  font-size: 1.25rem;
}
/* submit */
.contact {
  padding-top: 0px;
}
.contact .container {
  max-width: 1000px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .contact {
    padding-top: 140px;
  }
  .contact .container {
    padding: 80px 140px;
  }
}
.submit-title {
  position: relative;
}
.submit-title .title {
  color: #3b8047;
  font-size: 1.75rem;
  font-weight: bold;
}
.submit-title .text {
  color: #717071;
  font-size: 1.0625rem;
  padding-top: 5px;
  padding-bottom: 40px;
  line-height: 2rem;
}
.submit-title:first-child {
  border-bottom: 1px solid #3b8047;
  margin-bottom: 40px;
}
.submit-title .text p {
  margin-bottom: 0;
}
.submit-title .text a {
  color: #2f75a4;
}
.submit-title .tip {
  position: absolute;
  right: 0px;
  top: 5px;
  text-align: right;
}
input[type="file"] {
  padding: 0.2rem 0;
}
/* form */
.form .col-form-label {
  color: #515151;
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  padding: 0;
}
.form .col-form-label span {
  color: #3b8047;
  font-weight: bold;
}
@media (min-width: 576px) {
  .form .col-form-label {
    font-size: 1.0625rem;
    padding: 0.375rem 0 0.375rem 10px;
  }
}
.form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #c7c7c7;
  font-size: 0.9375rem;
  padding: 0.5rem 0;
}
.form .form-control:focus {
  border-color: #3b8047;
  box-shadow: none;
}
.form .form-control::-moz-placeholder {
  color: #a6a6a6;
  font-size: 0.875rem;
}
.form .form-control:-ms-input-placeholder {
  color: #a6a6a6;
  font-size: 0.875rem;
}
.form .form-control::placeholder {
  color: #a6a6a6;
  font-size: 0.875rem;
}
.form .form-control:-webkit-autofill, .form .form-control:-webkit-autofill:hover, .form .form-control:-webkit-autofill:focus, .form .form-control:-webkit-autofill:active {
  box-shadow: 0 0 0px 1000px rgba(180, 220, 219, 0.2) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.form .form-control:disabled, .form .form-control[readonly] {
  background-color: transparent;
}
@media (min-width: 576px) {
  .form .form-control {
    font-size: 1.0625rem;
  }
  .form .form-control::-moz-placeholder {
    font-size: 1rem;
  }
  .form .form-control:-ms-input-placeholder {
    font-size: 1rem;
  }
  .form .form-control::placeholder {
    font-size: 1rem;
  }
}
.form .form-control.form-control-plaintext {
  font-weight: bold;
}
.form .form-check {
  cursor: pointer;
  margin-right: 0.5rem;
}
.form .form-check-inline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.form .form-check-label {
  font-size: 0.9375rem;
  letter-spacing: 0.125rem;
  cursor: pointer;
}
@media (min-width: 576px) {
  .form .form-check-label {
    font-size: 1rem;
  }
}
.form .form-check-input {
  border-color: #515151;
  cursor: pointer;
}
.form .form-check-input:focus {
  box-shadow: none;
}
.form .textarea .col-form-label {
  border-bottom: none;
  padding-bottom: 0;
}
.form .code {
  padding-right: 170px;
  position: relative;
}
.form .code img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.form .no-border {
  border-bottom: none;
}
.form .btn {
  background-color: #3b8047;
  color: #fff;
  font-size: 1.25rem;
  line-height: 44px;
  height: 45px;
  padding: 0 50px;
}
/* industry */
.industry {
  background-color: #fff;
  background-image: url('../images/industry-bground.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
.industry .container {
  max-width: 1100px;
  margin: 0px auto 0;
  padding: 90px 40px 100px 40px;
}
.industry-title {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .industry-title {
    padding-bottom: 70px;
  }
}
.industry-title .title {
  color: #3b8047;
  font-size: 2.625rem;
  font-weight: bold;
  display: inline-block;
  padding-right: 30px;
}
.industry-title .subtitle {
  color: #949494;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  display: inline-block;
  padding-bottom: 10px;
  max-width: 180px;
}
.industry-wrap {
  padding: 40px 0px;
  border-bottom: 1px solid #8e8e8e;
  position: relative;
  z-index: 999;
}
@media (min-width: 768px) {
  .industry-wrap {
    border-radius: 150px;
    border-bottom: 0;
    padding: 40px 20px;
  }
}
/*
.industry-wrap:nth-child(2n) {
  border-left: none;
  border-radius: 0 150px 150px 0;

}
.industry-wrap:nth-child(2n+1) {
  border-right: none;
  border-radius: 150px 0 0 150px;
}
*/
@media (min-width: 768px) {
  /* .industry-wrap::before {
    content: '';
    border: 1px solid #8e8e8e;
    border-radius: 150px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0; 
  }
  .industry-wrap:nth-child(n+1) {
    margin-top: -1px;
  }*/
  .industry-wrap:nth-child(even) {
    border-right: 1px solid #8e8e8e;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .industry-wrap:nth-child(odd) {
    border-left: 1px solid #8e8e8e;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .industry-wrap::after {
    content: '';
    /* height: 100%;
    background-color: #fff;
    border-radius: 150px;
    position: absolute;
    width: 50%;
    top: 1px;
    left: -12px;
    z-index: 1;  */
    background-color: #8e8e8e;
    width: auto;
    height: 1px;
    position: absolute;
    left: 14%;
    right: 14%;
    bottom: 0;
    z-index: 1;
  }
  .industry-wrap:nth-child(2)::before {
    content: '';
    background-color: #8e8e8e;
    width: auto;
    height: 1px;
    position: absolute;
    left: 14%;
    right: 14%;
    top: 0;
    z-index: 1;
  }
  /* .industry-wrap:nth-child(2n+1)::after {
    right: -10px;
    left: unset;
  } */
  .industry-wrap:nth-child(2n+1) .industry-pic {
    text-align: right;
  }
  .industry-wrap:nth-child(2n) .col-md-3 {
    order: 1;
  }
  .industry-wrap:nth-child(2n) .col-md-9 {
    order: -1;
  }
}
@media (min-width: 992px) {
  .industry-wrap::after {
    left: 10%;
    right: 10%;
  }
  .industry-wrap:nth-child(2)::before {
    left: 10%;
    right: 10%;
  }
}

.industry-wrap .dot {
  background-color: #909090;
  position: absolute;
  width: 11px;
  height: 11px;
  z-index: 999;
  border-radius: 10px;
  padding: 0;
  display: none;
  top: -5px;
  left: 70px;
}
.industry-wrap .dot::after {
  background-color: #909090;
  content: '';
  position: absolute;
  width: 500px;
  height: 1px;
  z-index: 999;
  top: 5px;
  left: 10px;

}
@media (min-width: 768px) {
  .industry-wrap:nth-child(2) .dot {
    display: block;
  }
  .industry-wrap:last-child .dot {
    display: block;
    top: unset;
    bottom: -5px;
    right: 40px;
    left: unset;
  }
  .industry-wrap:last-child .dot::after {
    left: unset;
    right: 0px;
  }
}
/*
.industry-wrap::before {
  content: '';
  height: 1px;
  background-color:  #fff;
  position: absolute;
  top: -1px;
  width: 120px;
  left: 1px;
}
.industry-wrap::after {
  content: '';
  height: 1px;
  background-color:  #fff;
  position: absolute;
  bottom: -1px;
  width: 120px;
  left: 1px;
}
.industry-wrap:nth-child(2n+1)::before,
.industry-wrap:nth-child(2n+1)::after {
  right: 1px;
  left: unset;
}
*/
/*
.industry-wrap::after {
  content: '';
  position: absolute;
  border: 1px solid #8e8e8e;
  border-radius: 0 100% 100% 0/50%;
  border-left: none;
  right: -50px;
  top: 0px;
  width: 218px;
  height: 218px;
}
*/
.industry-wrap div {
  position: relative;
  z-index: 999;
}
.industry-desc {
  text-align: center;
}
@media (min-width: 768px) {
  .industry-wrap:nth-child(2n+1) .industry-desc {
    padding-right: 30px;
    text-align: right;
  }
  .industry-wrap:nth-child(2n) .industry-desc {
    padding-left: 30px;
    text-align: left;
  }
}

.industry-desc .title {
  background-color: #fcb834;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 1.375rem;
  letter-spacing: 0.15rem;
  padding: 5px 20px 6px 20px;
}
.industry-desc .text {
  color: #717071;
  font-size: 1.0625rem;
  letter-spacing: 0.15rem;
  padding-top: 15px;
  text-align: left;
}
.industry-pic {
  text-align: center;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .industry-pic {
    text-align: inherit;
    padding-bottom: 0px;
  }
}
/*------------------------------------*\
    ANIMATION
\*------------------------------------*/
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes tot {
  0% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(6px);
  }
}
@keyframes tot {
  0% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(6px);
  }
}
@-webkit-keyframes bob {
  0% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(-6px);
  }
}
@keyframes bob {
  0% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(-6px);
  }
}
@-webkit-keyframes fall-l {
  0% {
    transform: rotateY(20deg) rotateX(35deg) translate(-300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes fall-l {
  0% {
    transform: rotateY(20deg) rotateX(35deg) translate(-300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
@-webkit-keyframes fall-r {
  0% {
    transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes fall-r {
  0% {
    transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

/* BUTTON */
.btn-wrap {
  text-align: center;
  margin-top: 3rem;
}

.btn {
  border-radius: 0;
}
.btn:hover, .btn:focus, .btn:active, .btn:active:focus {
  box-shadow: none;
}
.btn + .btn {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .btn + .btn {
    margin-top: 0;
    margin-left: 1rem;
  }
}

