@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * TECHNOLOGY
 * RESEARCH
 * NEWS
 * CONTACT
 * BIOWA
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
}

html {
  scroll-padding-top: 120px;
}

@media (min-width: 992px) {
  html {
    scroll-padding-top: 180px;
  }
}

body {
  color: #666666;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-right: 0 !important;
}

a {
  color: #666666;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #42967a;
  outline: 0;
  text-decoration: none;
}

span {
  display: inline-block;
}

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

.container {
  max-width: 100%;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
    padding: 0;
  }
}

#scrollUp {
  right: 12px;
  bottom: 30px;
  z-index: 1000 !important;
}

#scrollUp img {
  width: 50px;
}

@media (min-width: 992px) {
  #scrollUp img {
    width: auto;
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
  padding-right: 0 !important;
}

.navbar {
  background-color: transparent;
  height: 80px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
}

@media (min-width: 992px) {
  .navbar {
    height: 180px;
  }
}

.navbar .container {
  max-width: 100%;
  padding: 0 12px;
  position: relative;
}

@media (min-width: 1800px) {
  .navbar .container {
    max-width: 1780px;
  }
}

.navbar .offcanvas {
  width: 100%;
}

@media (min-width: 992px) {
  .navbar .offcanvas {
    background-color: rgba(255, 255, 255, 0.95);
    max-width: 1170px;
  }
}

.navbar .offcanvas-backdrop {
  background-color: transparent;
}

.navbar .offcanvas-body {
  padding: 1rem;
  padding-top: 4rem !important;
}

@media (min-width: 576px) {
  .navbar .offcanvas-body {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .navbar .offcanvas-body {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .navbar .offcanvas-body {
    padding: 5rem 3rem !important;
  }
}

@media (min-width: 1400px) {
  .navbar .offcanvas-body {
    padding: 8rem 7rem !important;
  }
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  width: 90px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media (min-width: 992px) {
  .navbar-brand img {
    width: 125px;
  }
}

.navbar-toggler {
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  z-index: 1050;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.navbar-toggler .icon-bar {
  display: inline-block;
  background-color: #646767;
  width: 15px;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 25px;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 30px;
}

.navbar-toggler.show {
  background-color: #ffffff;
}

.navbar-toggler.show .icon-bar {
  width: 40px;
}

.navbar-toggler.show .icon-bar:nth-of-type(1) {
  top: 28px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.navbar-toggler.show .icon-bar:nth-of-type(2) {
  top: 28px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
}

.navbar-nav.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 576px) {
  .navbar-nav {
    margin: 0 -1rem;
  }
}

.navbar-nav .nav-item {
  position: relative;
  width: 50%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .navbar-nav .nav-item {
    width: 33.33%;
    padding: 0 1rem;
  }
}

@media (min-width: 992px) {
  .navbar-nav .nav-item {
    margin-bottom: 1.5rem;
  }
}

.navbar-nav .nav-link {
  border-bottom: 1px solid transparent;
  color: #42967a;
  font-size: 1.0625rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  padding: 0 !important;
  margin-bottom: 0.75rem;
}

.navbar-nav .nav-link span {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-left: 0.5rem;
  display: none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  border-bottom-color: #42967a;
  color: #42967a;
}

@media (min-width: 576px) {
  .navbar-nav .nav-link {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .navbar-nav .nav-link span {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    font-size: 1.25rem;
  }
}

.navbar-nav .nav-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar-nav .nav-menu li {
  margin-bottom: 0.25rem;
}

.navbar-nav .nav-menu li a {
  color: #22221f;
  font-size: 0.9375rem;
}

.navbar-nav .nav-menu li a:hover,
.navbar-nav .nav-menu li a.active {
  color: #42967a;
}

@media (min-width: 576px) {
  .navbar-nav .nav-menu li {
    margin-bottom: 0.5rem;
  }

  .navbar-nav .nav-menu li a {
    font-size: 1.0625rem;
  }
}

@media (min-width: 992px) {
  .navbar-nav .nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-nav .nav-menu li {
    width: 100%;
  }

  .navbar-nav .nav-menu.flex-column li {
    width: 100%;
  }
}

.navbar-subnav {
  padding-right: 5.5rem;
}

.navbar-subnav .nav li {
  margin-left: 2.5rem;
}

.navbar-subnav .nav li a {
  border-bottom: 1px solid transparent;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding-bottom: 0.25rem;
}

.navbar-subnav .nav li a:hover,
.navbar-subnav .nav li a.active {
  border-bottom-color: #ffffff;
}

.navbar-subnav .nav li.lang {
  border: 1px solid #ffffff;
  border-radius: 1.5625rem;
  padding: 0 0.75rem;
}

.navbar-subnav .nav li.lang a {
  border-bottom: none;
  font-size: 0.9375rem;
  letter-spacing: normal;
  padding-bottom: 0;
}

.navbar-subnav .nav li.lang a + a::before {
  content: "/";
  margin: 0 0.5rem 0 0.25rem;
}

.navbar-subnav .nav li.lang a:hover,
.navbar-subnav .nav li.lang a.active {
  color: #42967a;
}

.navbar-subnav .nav li.lang a:hover::before,
.navbar-subnav .nav li.lang a.active::before {
  color: #ffffff;
}

.navbar-office {
  border-top: 1px solid #a7a9a8;
  font-size: 0.8125rem;
  line-height: 1.8;
  padding-top: 2rem;
  margin-top: 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease 0.8s;
  -o-transition: all 0.5s ease 0.8s;
  transition: all 0.5s ease 0.8s;
}

.navbar-office.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar-office h2 {
  color: #42967a;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  margin-bottom: 0;
}

.navbar-office strong {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  display: block;
}

.navbar-office > [class*="col-"] {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .navbar-office {
    margin-top: 1rem;
  }
}

@media (min-width: 1200px) {
  .navbar-office > [class="col-"] {
    margin-bottom: 0;
  }
}

.navbar-social {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease 1.2s;
  -o-transition: all 0.5s ease 1.2s;
  transition: all 0.5s ease 1.2s;
}

.navbar-social.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar-social a {
  color: #42967a;
  font-size: 1.125rem;
  margin-right: 1.5rem;
}

.navbar-social a:hover {
  color: #646767;
}

@media (min-width: 992px) {
  .navbar-social {
    margin-top: 0.5rem;
  }
}

.fixed {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  height: 80px;
}

.fixed .navbar-brand img {
  -webkit-filter: none;
  filter: none;
}

.fixed .navbar-toggler {
  background-color: #42967a;
}

.fixed .navbar-toggler .icon-bar {
  background-color: #ffffff;
}

.fixed .navbar-toggler.show {
  background-color: #ffffff;
}

.fixed .navbar-toggler.show .icon-bar {
  background-color: #646767;
}

.fixed .navbar-subnav .nav li a {
  color: #646767;
}

.fixed .navbar-subnav .nav li a:hover,
.fixed .navbar-subnav .nav li a.active {
  border-bottom-color: #646767;
}

.fixed .navbar-subnav .nav li.lang {
  border-color: #646767;
}

.fixed .navbar-subnav .nav li.lang a:hover,
.fixed .navbar-subnav .nav li.lang a.active {
  color: #42967a;
}

.fixed .navbar-subnav .nav li.lang a:hover::before,
.fixed .navbar-subnav .nav li.lang a.active::before {
  color: #646767;
}

@media (min-width: 992px) {
  .fixed {
    height: 100px;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  position: relative;
  overflow: hidden;
}

.banner-pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

@media (min-width: 992px) {
  .banner-pic {
    height: 500px;
  }
}

.banner-txt {
  text-align: center;
  margin-top: 1.25rem;
  width: 100%;
  padding: 0 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.banner-txt .title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.25rem;
  margin-bottom: 0;
}

.banner-txt .title span {
  font-family: "SourceSansPro";
  font-size: 2.5rem;
  letter-spacing: 0.75rem;
  margin-bottom: 0.5rem;
  display: block;
}

@media (min-width: 576px) {
  .banner-txt .title {
    font-size: 1.75rem;
    letter-spacing: 0.4rem;
  }

  .banner-txt .title span {
    font-size: 3rem;
    letter-spacing: 1.5rem;
  }
}

@media (min-width: 992px) {
  .banner-txt .title {
    font-size: 2rem;
  }

  .banner-txt .title span {
    font-size: 4.5rem;
    letter-spacing: 2.25rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1400px) {
  .banner-txt {
    width: 1280px;
    padding: 0;
  }
}

.banner.secondary .banner-txt {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .banner.secondary .banner-pic {
    height: 650px;
  }

  .banner.secondary .banner-txt {
    margin-top: -3.5rem;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#004f6e),
    to(#257a50)
  );
  background: -o-linear-gradient(left, #004f6e 0%, #257a50 100%);
  background: linear-gradient(to right, #004f6e 0%, #257a50 100%);
  padding: 3rem 0;
}

.footer .container {
  max-width: 100%;
  padding: 0 12px;
}

@media (min-width: 1400px) {
  .footer {
    padding: 5rem 0;
  }

  .footer .row > [class*="col"]:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .row > [class*="col"]:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 3rem;
  }

  .footer .row > [class*="col"]:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1600px) {
  .footer .container {
    max-width: 1400px;
    padding: 0;
  }
}

.footer-logo {
  margin-bottom: 2rem;
}

.footer-logo img {
  width: 160px;
}

@media (min-width: 1400px) {
  .footer-logo {
    margin-bottom: 0;
  }
}

.footer-office {
  color: #c7c7c7;
  font-size: 0.9375rem;
  line-height: 1.8;
  max-width: 650px;
  margin: 0 auto;
}

.footer-office span {
  color: #ffffff;
}

.footer-office span span {
  display: inline-block;
}

.footer-office strong {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-office strong + span {
  margin-top: 1rem;
}

.footer-office .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-office .nav li {
  text-align: center;
  width: 100%;
  padding: 0 0.25rem;
  margin-bottom: 1rem;
}

.footer-office .nav:first-child {
  margin-bottom: 2rem;
}

.footer-office .nav:first-child strong {
  text-transform: none;
}

@media (max-width: 1399px) {
  .footer-office .nav:last-child > li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-office .nav:last-child > li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer-office .nav:last-child > li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-office .nav:last-child > li:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (min-width: 576px) {
  .footer-office .nav li {
    width: 50%;
  }

  .footer-office .nav:first-child {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .footer-office .nav:first-child li {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .footer-office {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-office span span {
    display: block;
  }

  .footer-office strong + span {
    margin-top: 2rem;
  }

  .footer-office .nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-office .nav li {
    text-align: left;
  }

  .footer-office .nav:first-child {
    width: 30%;
    margin-bottom: 0;
  }

  .footer-office .nav:last-child {
    width: 70%;
  }
}

.footer-social {
  text-align: center;
  margin-bottom: 0.5rem;
}

.footer-social a {
  color: #ffffff;
  font-size: 1.25rem;
  margin: 0 1rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.footer-social a:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media (min-width: 1400px) {
  .footer-social {
    text-align: right;
  }

  .footer-social a {
    margin-left: 1rem;
    margin-right: 0;
  }
}

.footer-copy {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.8;
  text-align: center;
}

.footer-copy a {
  color: #ffffff;
}

.footer-copy a:hover {
  color: #42967a;
}

@media (min-width: 1400px) {
  .footer-copy {
    text-align: right;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  main {
    padding: 6rem 0;
  }
}

/* BREADCRUMB */
.breadcrumb {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.breadcrumb li {
  color: #ffffff;
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.breadcrumb li::before {
  color: #ffffff !important;
}

.breadcrumb li.active {
  color: #ffffff;
}

.breadcrumb li a {
  color: #ffffff;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus {
  color: #42967a;
}

@media (min-width: 992px) {
  .breadcrumb {
    margin-top: 2.5rem;
  }
}

/* CAROUSEL */
.carousel {
  position: relative;
}

.carousel .swiper-button-next,
.carousel .swiper-button-prev {
  background: url(../images/arrow.svg);
  width: 80px;
  height: 80px;
  margin-top: -2rem;
  z-index: 1000;
}

.carousel .swiper-button-next::after,
.carousel .swiper-button-prev::after {
  content: "";
}

.carousel .swiper-button-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 1400px) {
  .carousel .swiper-button-next {
    right: -40px;
  }
}

.carousel .swiper-button-prev {
  left: 0;
}

@media (min-width: 1400px) {
  .carousel .swiper-button-prev {
    left: -40px;
  }
}

.carousel .swiper-pagination {
  position: relative;
  bottom: 0;
}

.carousel .swiper-pagination-bullet-active {
  background-color: #42967a;
}

.carousel-item {
  text-align: center;
  display: block;
  float: none;
  margin-right: 0;
  overflow: hidden;
}

.carousel-item * {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.carousel-item a {
  display: block;
}

.carousel-item a::before {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#257a50),
    to(#004f6e)
  );
  background: -o-linear-gradient(left, #257a50 0%, #004f6e 100%);
  background: linear-gradient(to right, #257a50 0%, #004f6e 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.carousel-item a:hover::before {
  opacity: 0.8;
}

.carousel-item a:hover .pic {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.carousel-item a:hover .subtitle {
  color: #ffffff;
}

.carousel-item a:hover .title {
  border-color: #ffffff;
  background: transparent;
}

.carousel-item .pic {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.carousel-item .title {
  border-radius: 1.5625rem;
  border: 1px solid transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#257a50),
    to(#004f6e)
  );
  background: -o-linear-gradient(left, #257a50 0%, #004f6e 100%);
  background: linear-gradient(to right, #257a50 0%, #004f6e 100%);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2.5rem;
  z-index: 2;
}

.carousel-item .title i {
  margin-left: 0.5rem;
}

@media (min-width: 576px) {
  .carousel-item .title {
    font-size: 0.9375rem;
  }
}

.carousel-item .subtitle {
  color: #2b2b2b;
  font-size: 1rem;
  padding: 0.1rem 0.5rem;
  margin-bottom: 1rem;
  position: absolute;
  top: 2rem;
  left: 1rem;
  z-index: 2;
}

@media (min-width: 576px) {
  .carousel-item .subtitle {
    font-size: 1.125rem;
  }
}

/* PAGINATION */
.pagination-wrap {
  margin-top: 0;
}

@media (min-width: 992px) {
  .pagination-wrap {
    margin-top: 3rem;
  }
}

.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.pagination .page-item {
  margin: 0 0.25rem;
}

@media (min-width: 576px) {
  .pagination .page-item {
    margin: 0 0.5rem;
  }
}

.pagination .page-link {
  border-radius: 50%;
  border: 1px solid #42967a;
  background-color: transparent;
  color: #42967a;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
}

.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link.active {
  background-color: #42967a;
  color: #ffffff;
}

.pagination .page-arrow {
  color: #b2b2b2;
  font-size: 2rem;
  margin: 0 0.5rem;
}

.pagination .page-arrow:hover,
.pagination .page-arrow:focus {
  color: #42967a;
}

@media (min-width: 576px) {
  .pagination .page-arrow {
    margin: 0 2.5rem;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about {
  padding: 0;
  position: relative;
}

.about::before {
  content: "";
  background-image: url(../images/about-bg.png);
  background-position: center top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.about > section {
  background-repeat: no-repeat;
  background-size: cover;
}

.about > section#item2 {
  background-position: right center;
}

.about > section#item3 {
  background-position: left center;
}

.about > section > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 580px;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}

.about > section > .container > .row {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .about > section > .container {
    padding: 6rem 0;
  }
}

.about iframe {
  max-width: 600px;
  width: 100%;
  height: 400px;
  margin: 0 auto;
}

.about .bg-white {
  background-color: rgba(255, 255, 255, 0.7) !important;
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .about .bg-white {
    padding: 3rem;
  }
}

@media (min-width: 1400px) {
  .about .bg-white {
    background-color: transparent !important;
    padding: 0;
  }
}

/* ABOUT TITLE */
.about-title .title {
  color: #42967a;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
}

.about-title .title span {
  color: #959595;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin-left: 0.5rem;
}

@media (min-width: 576px) {
  .about-title .title {
    font-size: 2.25rem;
  }

  .about-title .title span {
    line-height: 1.5;
  }
}

/* ABOUT TEXT */
.about-text {
  color: #717071;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.about-text strong {
  color: #42967a;
}

@media (min-width: 576px) {
  .about-text {
    font-size: 1rem;
  }
}

/* ABOUT PROFILE */
.about-profile .about-text strong {
  font-size: 1.0625rem;
}

@media (min-width: 576px) {
  .about-profile .about-text strong {
    font-size: 1.125rem;
  }
}

/*------------------------------------*\
    TECHNOLOGY
\*------------------------------------*/
.technology {
  background-image: url(../images/technology-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}

@media (min-width: 992px) {
  .technology {
    padding: 0;
    margin-top: -13rem;
  }
}

.technology.secondary {
  background-image: url(../images/technology-bg-02.png);
  padding-bottom: 4rem;
}

@media (min-width: 992px) {
  .technology.secondary {
    padding-bottom: 7rem;
  }
}

/* TECHNOLOGY LIST */
.technology-list-item {
  background-repeat: no-repeat;
  background-position: 80% center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 350px;
  padding: 4rem 2rem;
  margin-bottom: 3rem;
}

.technology-list-item::before {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(black),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media (min-width: 576px) {
  .technology-list-item {
    padding: 6rem 3rem;
  }
}

@media (min-width: 1400px) {
  .technology-list-item {
    padding: 7rem 9rem;
  }
}

.technology-list-txt {
  width: 100%;
  position: relative;
  z-index: 2;
}

.technology-list-txt .title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .technology-list-txt .title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
}

.technology-list-txt .text {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.8;
}

@media (min-width: 576px) {
  .technology-list-txt .text {
    font-size: 1.0625rem;
  }
}

@media (min-width: 992px) {
  .technology-list-txt .text {
    margin-bottom: 0;
  }
}

.technology-list-txt .link {
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.75rem;
  text-align: center;
  line-height: 45px;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.technology-list-txt .link:hover {
  background-color: #ffffff;
  color: #42967a;
}

@media (min-width: 576px) {
  .technology-list-txt .link {
    line-height: 55px;
    width: 55px;
    height: 55px;
  }
}

@media (min-width: 992px) {
  .technology-list-txt .link {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/* TECHNOLOGY PATENT */
.technology-patent {
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .technology-patent {
    padding-bottom: 6rem;
  }
}

.technology-patent-text {
  padding: 5rem 0;
}

@media (min-width: 992px) {
  .technology-patent-text {
    padding: 8rem 0;
  }
}

.technology-patent-text .title {
  color: #646767;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .technology-patent-text .title {
    font-size: 2.375rem;
    margin-bottom: 2rem;
  }
}

.technology-patent-text .text {
  font-size: 1rem;
  line-height: 1.8;
}

@media (min-width: 576px) {
  .technology-patent-text .text {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .technology-patent-text .text {
    margin-bottom: 0;
  }
}

/* TECHNOLOGY VIEW */
.technology-view {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .technology-view {
    padding: 3rem;
  }
}

@media (min-width: 1400px) {
  .technology-view {
    padding: 6.5rem 4.5rem;
  }
}

.technology-view-title {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .technology-view-title {
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
  }
}

.technology-view-title .title {
  color: #646767;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .technology-view-title .title {
    font-size: 1.75rem;
  }
}

.technology-view-item {
  border-bottom: 1px solid #b3b3b3;
  font-size: 0.9375rem;
  line-height: 1.8;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.technology-view-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .technology-view-item {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .technology-view-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}

.technology-view-item h3 {
  color: #646767;
  font-size: 1.125rem;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .technology-view-item h3 {
    font-size: 1.3125rem;
    margin-bottom: 2rem;
  }
}

/* TECHNOLOGY CERT */
.technology-cert {
  max-width: 1170px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .technology-cert {
    padding-top: 6rem;
    margin-top: 13rem;
  }
}

.technology-cert-text {
  margin-bottom: 3rem;
}

.technology-cert-text .title {
  color: #42967a;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .technology-cert-text .title {
    font-size: 1.75rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2rem;
  }
}

.technology-cert-text .text {
  font-size: 0.9375rem;
  line-height: 1.8;
}

@media (min-width: 576px) {
  .technology-cert-text .text {
    font-size: 1rem;
  }
}

.technology-cert-list {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.technology-cert-list > [class*="col-"] {
  margin-bottom: 3rem;
}

.technology-cert-list .pic {
  border: 1px solid #42967a;
}

.technology-cert-list .title {
  color: #646767;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.2rem;
}

@media (min-width: 576px) {
  .technology-cert-list .title {
    font-size: 1.25rem;
    margin-top: 1.5rem;
  }
}

/*------------------------------------*\
    RESEARCH
\*------------------------------------*/
.research {
  background-image: url(../images/research-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}

@media (min-width: 992px) {
  .research {
    margin-top: -9.5rem;
  }
}

.research.secondary {
  padding: 0;
  position: relative;
}

.research.secondary::before {
  content: "";
  background-color: #f2f0eb;
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
}

.research.secondary::after {
  content: "";
  background-image: url(../images/research-bg.png);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.research.secondary .container {
  padding: 0;
}

@media (min-width: 992px) {
  .research.secondary {
    margin-top: 0;
  }

  .research.secondary::before {
    display: block;
  }
}

/* RESEARCH TEXT */
.research-text {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .research-text {
    margin-bottom: 4rem;
  }
}

.research-text .title {
  color: #42967a;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
}

.research-text .title span {
  color: #959595;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin-left: 0.75rem;
}

@media (min-width: 576px) {
  .research-text .title {
    font-size: 2.25rem;
  }

  .research-text .title span {
    line-height: 1.5;
  }
}

.research-text .text {
  font-size: 0.9375rem;
  line-height: 1.8;
}

@media (min-width: 576px) {
  .research-text .text {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .research-text .text {
    margin-bottom: 0;
  }
}

.research-text .menu {
  margin-top: 1.5rem;
}

.research-text .menu li a {
  display: block;
  border-bottom: 1px solid #dedede;
  color: #42967a;
  font-size: 1rem;
  padding: 1rem 0;
}

.research-text .menu li a:hover,
.research-text .menu li a.active {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#257a50),
    to(#004f6e)
  );
  background: -o-linear-gradient(left, #257a50 0%, #004f6e 100%);
  background: linear-gradient(to right, #257a50 0%, #004f6e 100%);
  color: #ffffff;
  padding: 1rem;
}

@media (min-width: 576px) {
  .research-text .menu li a {
    font-size: 1.0625rem;
  }
}

@media (min-width: 1200px) {
  .research-text .menu {
    padding-right: 5.5rem;
  }
}

/* RESEARCH TEAM */
.research-team {
  padding-top: 3rem;
}

@media (min-width: 992px) {
  .research-team {
    padding-top: 5rem;
  }
}

.research-team-list {
  margin: 0 -1rem;
}

.research-team-list > [class*="col-"] {
  padding: 0 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .research-team-list {
    margin: 0 -1.25rem;
  }

  .research-team-list > [class*="col-"] {
    padding: 0 1.25rem;
  }
}

@media (min-width: 1200px) {
  .research-team-list {
    margin: 0 -1.5rem;
  }

  .research-team-list > [class*="col-"] {
    padding: 0 1.5rem;
  }
}

.research-team-item {
  background-color: #f6f6f6;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .research-team-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .research-team-item:nth-child(even) .research-team-txt {
    padding-left: 2rem;
  }

  .research-team-item:nth-child(even) .research-team-pic {
    text-align: right;
  }
}

@media (min-width: 1400px) {
  .research-team-item:nth-child(even) .research-team-txt {
    padding-left: 4rem;
  }
}

.research-team-pic {
  text-align: center;
}

@media (min-width: 576px) {
  .research-team-pic {
    text-align: left;
  }
}

.research-team-txt {
  color: #717071;
  line-height: 1.5;
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  .research-team-txt {
    padding: 2.25rem;
  }
}

.research-team-txt .title {
  color: #42967a;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (min-width: 576px) {
  .research-team-txt .title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.research-team-txt .text {
  margin-bottom: 0.5rem;
}

.research-team-txt .info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}

.research-team-txt .info li:last-child {
  margin-bottom: 0;
}

.research-team-txt .info li span {
  color: #42967a;
  text-transform: uppercase;
  white-space: nowrap;
}

.research-team-txt .info li span::after {
  content: "|";
  color: #717071;
  margin: 0 0.5rem;
}

.research-team-txt .info li p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .research-team-txt .info li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* RESEARCH LAYOUT */
.research-layout > [class*="col-"] {
  padding: 3rem 12px;
}

@media (min-width: 992px) {
  .research-layout > [class*="col-"] {
    padding: 6rem 12px;
  }
}

.research-layout > [class*="col-"]:first-child {
  background-color: #f2f0eb;
}

.research-layout > [class*="col-"]:last-child {
  background-color: #ffffff;
}

@media (min-width: 1400px) {
  .research-layout > [class*="col-"]:first-child {
    width: 30%;
  }

  .research-layout > [class*="col-"]:last-child {
    width: 70%;
    padding-left: 5rem;
    padding-right: 3rem;
  }
}

.research-layout > [class*="col-"] > * {
  position: relative;
  z-index: 3;
}

.research-layout .research-text .title span {
  margin-bottom: 0.5rem;
  margin-left: 0;
  display: block;
}

/* RESEARCH CHRONIC */
.research-chronic {
  padding-top: 3rem;
}

@media (min-width: 992px) {
  .research-chronic {
    padding-top: 5rem;
  }
}

.research-chronic-view {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .research-chronic-view {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .research-chronic-view {
    padding: 3rem;
  }
}

@media (min-width: 1400px) {
  .research-chronic-view {
    padding: 5rem 8.5rem 4rem;
  }
}

.research-chronic-item {
  margin-bottom: 1.5rem;
}

.research-chronic-app {
  margin: 1.5rem 0 3rem;
}

.research-chronic-app .item {
  background-color: #f6f6f6;
}

@media (min-width: 768px) {
  .research-chronic-app .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .research-chronic-app .item:nth-child(even) .pic {
    text-align: right;
  }
}

.research-chronic-app .pic img {
  width: 100%;
}

.research-chronic-app .text {
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .research-chronic-app .text {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .research-chronic-app .text {
    padding: 3rem;
  }
}

.research-chronic-app .text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.research-chronic-app .text ul li {
  letter-spacing: 0.05rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

.research-chronic-app .text ul li span {
  color: #42967a;
  white-space: nowrap;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .research-chronic-app .text ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.research-chronic-lit .item {
  border-bottom: 2px solid #d7d7d7;
}

.research-chronic-lit .item:nth-child(even) {
  background-color: #f6f6f6;
}

.research-chronic-lit .item > [class*="col-"] {
  padding: 2rem 1rem;
  position: relative;
}

.research-chronic-lit .item > [class*="col-"] + [class*="col-"]::before {
  content: "";
  background-color: #dcdcdc;
  width: auto;
  height: 1px;
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
}

@media (min-width: 768px) {
  .research-chronic-lit .item > [class*="col-"] {
    padding: 2rem;
  }

  .research-chronic-lit .item > [class*="col-"] + [class*="col-"]::before {
    width: 1px;
    height: auto;
    left: 0;
    right: auto;
    top: 2rem;
    bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .research-chronic-lit .item > [class*="col-"] {
    padding: 3rem;
  }

  .research-chronic-lit .item > [class*="col-"] + [class*="col-"]::before {
    top: 3rem;
    bottom: 3rem;
  }
}

.research-chronic-lit .title {
  color: #717071;
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.025rem;
  margin-bottom: 2.5rem;
}

.research-chronic-lit .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.research-chronic-lit .date {
  color: #717071;
  letter-spacing: 0.025rem;
}

.research-chronic-lit .link {
  color: #42967a;
  letter-spacing: 0.05rem;
}

.research-chronic-lit .link:hover {
  color: #000000;
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.news {
  background-image: url(../images/news-bg.jpg);
  background-repeat: repeat-y;
  background-position: center top;
}

/* NEWS MENU */
.news-menu {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .news-menu {
    margin-bottom: 3rem;
  }
}

.news-menu .nav {
  max-width: 1170px;
  margin: 0 auto;
}

.news-menu .nav li {
  width: 50%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

.news-menu .nav li a {
  display: block;
  border-radius: 1.5625rem;
  background-color: #f2f0eb;
  color: #9b9b9b;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem 0.75rem;
}

.news-menu .nav li a:hover,
.news-menu .nav li a.active {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#257a50),
    to(#004f6e)
  );
  background: -o-linear-gradient(left, #257a50 0%, #004f6e 100%);
  background: linear-gradient(to right, #257a50 0%, #004f6e 100%);
  color: #ffffff;
}

@media (min-width: 576px) {
  .news-menu .nav li a {
    font-size: 1.0625rem;
  }
}

@media (min-width: 576px) {
  .news-menu .nav li {
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .news-menu .nav li {
    width: 20%;
  }
}

/* NEWS LIST */
.news-list {
  margin: 0 -0.5rem;
}

.news-list > [class*="col-"] {
  padding: 0 0.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .news-list {
    margin: 0 -1rem;
  }

  .news-list > [class*="col-"] {
    padding: 0 1rem;
  }
}

@media (min-width: 1400px) {
  .news-list {
    margin: 0 -2rem;
  }

  .news-list > [class*="col-"] {
    padding: 0 2rem;
  }
}

.news-list-item {
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  padding: 0.75rem;
}

@media (min-width: 576px) {
  .news-list-item {
    padding: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .news-list-item {
    padding: 2.5rem;
  }
}

.news-list-pic a {
  background-color: #42967a;
  position: relative;
}

.news-list-pic a::before {
  content: "";
  background-image: url(../images/more-s.svg);
  background-repeat: no-repeat;
  width: 80px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 576px) {
  .news-list-pic a::before {
    background-image: url(../images/more.svg);
    width: 120px;
    height: 75px;
  }
}

.news-list-pic a img {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news-list-pic a:hover::before,
.news-list-pic a:focus::before {
  opacity: 1;
}

.news-list-pic a:hover img,
.news-list-pic a:focus img {
  opacity: 0.1;
}

.news-list-txt {
  margin: 1.25rem 0 0;
}

.news-list-txt .group {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 576px) {
  .news-list-txt .group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.news-list-txt .date {
  color: #42967a;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

.news-list-txt .date span {
  color: #646767;
  font-size: 0.75rem;
  letter-spacing: normal;
  margin-right: 0.5rem;
}

.news-list-txt .class {
  border-radius: 1.5625rem;
  border: 1px solid #42967a;
  color: #42967a;
  font-size: 0.8125rem;
  padding: 0 0.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 576px) {
  .news-list-txt .class {
    margin-top: 0;
  }
}

.news-list-txt .title {
  color: #646767;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.5;
  height: 51px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list-txt .text {
  font-size: 0.875rem;
  line-height: 1.8;
  height: 76px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-list-txt .more {
  text-align: right;
}

.news-list-txt .more a {
  color: #42967a;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
}

.news-list-txt .more a i {
  margin-left: 0.75rem;
}

.news-list-txt .more a:hover {
  color: #646767;
}

/* NEWS VIEW */
.news-view {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .news-view {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .news-view {
    padding: 3rem;
    margin-top: -9.5rem;
  }
}

@media (min-width: 1400px) {
  .news-view {
    padding: 5.25rem 10rem 4rem;
  }
}

.news-view-title {
  border-bottom: 2px solid #cdcdcd;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

@media (min-width: 992px) {
  .news-view-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 6rem;
  }
}

.news-view-title .date {
  color: #42967a;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0.5rem;
}

.news-view-title .date span {
  color: #646767;
  font-size: 0.75rem;
  letter-spacing: normal;
  margin-right: 0.5rem;
}

@media (min-width: 576px) {
  .news-view-title .date {
    font-size: 1.1875rem;
    letter-spacing: 0.075rem;
  }

  .news-view-title .date span {
    font-size: 0.8125rem;
    margin-right: 0.75rem;
  }
}

@media (min-width: 992px) {
  .news-view-title .date {
    border-right: 1px solid #9c9c9c;
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}

.news-view-title .class {
  border-radius: 1.5625rem;
  border: 1px solid #42967a;
  color: #42967a;
  font-size: 0.8125rem;
  padding: 0 0.5rem;
  position: absolute;
  right: 0;
}

@media (min-width: 576px) {
  .news-view-title .class {
    font-size: 0.9375rem;
    letter-spacing: 0.05rem;
  }
}

.news-view-title .title {
  color: #646767;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .news-view-title .title {
    font-size: 1.5rem;
  }
}

.news-view-text {
  font-size: 0.9375rem;
  line-height: 1.8;
}

.news-view-text h3 {
  color: #42967a;
  font-size: 1.0625rem;
  font-weight: bold;
}

@media (min-width: 576px) {
  .news-view-text {
    font-size: 1rem;
  }

  .news-view-text h3 {
    font-size: 1.125rem;
  }
}

.news-view-button {
  border-top: 1px solid #9a9a9a;
  text-align: center;
  padding-top: 3rem;
  margin-top: 3rem;
}

.news-view-button a {
  border-radius: 1.5625rem;
  border: 1px solid #42967a;
  background-color: #ffffff;
  color: #42967a;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  line-height: 40px;
  width: 225px;
  height: 40px;
}

.news-view-button a:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#257a50),
    to(#004f6e)
  );
  background: -o-linear-gradient(left, #257a50 0%, #004f6e 100%);
  background: linear-gradient(to right, #257a50 0%, #004f6e 100%);
  color: #ffffff;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact {
  padding: 0;
  position: relative;
}

.contact::before {
  content: "";
  background-image: url(../images/contact-bg.png);
  background-position: center top;
  position: absolute;
  top: -180px;
  right: 0;
  bottom: 0;
  left: 0;
}

.contact > section {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .contact > section {
    padding: 6rem 0;
  }
}

.contact > section > .container {
  position: relative;
  z-index: 2;
}

/* CONTACT TITLE */
.contact-title .title {
  color: #42967a;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
}

.contact-title .title span {
  display: block;
  color: #959595;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}

.contact-title .title strong {
  display: inline-block;
}

@media (min-width: 576px) {
  .contact-title .title {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }

  .contact-title .title span {
    font-size: 1.0625rem;
    letter-spacing: 0.2rem;
    line-height: 1.5;
  }
}

.contact-title .text {
  font-size: 0.875rem;
  line-height: 1.8;
}

/* CONTACT SERVICE */
.contact-service {
  position: relative;
}

.contact-service .swiper-button-next,
.contact-service .swiper-button-prev {
  color: #42967a;
  font-size: 2rem;
  top: 210px;
  margin-top: 0;
  display: block;
}

.contact-service .swiper-button-next::after,
.contact-service .swiper-button-prev::after {
  display: none;
}

@media (min-width: 576px) {
  .contact-service .swiper-button-next,
  .contact-service .swiper-button-prev {
    display: none;
  }
}

.contact-service .mySwiper .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 576px) {
  .contact-service .mySwiper .swiper-wrapper {
    margin: 0 -1rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 1400px) {
  .contact-service .mySwiper .swiper-wrapper {
    margin: 0 -1.5rem;
  }
}

.contact-service .mySwiper .swiper-slide {
  width: 100% !important;
}

@media (min-width: 576px) {
  .contact-service .mySwiper .swiper-slide {
    width: 50% !important;
    padding: 0 1rem;
  }
}

@media (min-width: 992px) {
  .contact-service .mySwiper .swiper-slide {
    width: 33.33% !important;
  }
}

@media (min-width: 1400px) {
  .contact-service .mySwiper .swiper-slide {
    padding: 0 1.5rem;
  }
}

.contact-service .mySwiper .swiper-slide .text {
  border-bottom: 1px solid #d4d4d4;
  font-size: 1.0625rem;
  line-height: 1.8;
  padding-bottom: 1.5rem;
  margin-bottom: 1.75rem;
}

.contact-service .mySwiper .swiper-slide .text strong {
  display: block;
  color: #42967a;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.contact-service .mySwiper .swiper-slide-thumb-active .text strong {
  text-decoration: underline;
}

.contact-service .mySwiper2 {
  margin-top: 2rem;
}

.contact-service .mySwiper2 iframe {
  border: 0;
  width: 100%;
  height: 425px;
}

/* CONTACT FORM */
.contact-form {
  background-color: rgba(242, 240, 235, 0.5);
}

@media (min-width: 1200px) {
  .contact-form {
    margin-top: -320px;
    padding-top: 320px !important;
  }

  .contact-form > .container > .row > [class*="col-"]:last-child {
    padding-left: 4.5rem;
  }
}

.contact-form .form {
  margin: 0 -0.5rem;
}

.contact-form .form > [class*="col-"] {
  padding: 0 0.5rem;
}

@media (min-width: 992px) {
  .contact-form .form {
    margin: 0 -1rem;
  }

  .contact-form .form > [class*="col-"] {
    padding: 0 1rem;
  }
}

@media (min-width: 1400px) {
  .contact-form .form {
    margin: 0 -1.5rem;
  }

  .contact-form .form > [class*="col-"] {
    padding: 0 1.5rem;
  }
}

.contact-form .form .col-form-label {
  color: #515151;
  font-size: 1.0625rem;
  white-space: nowrap;
}

.contact-form .form .col-form-label span {
  color: #42967a;
  margin-left: 0.25rem;
}

@media (min-width: 576px) {
  .contact-form .form .col-form-label {
    font-size: 1.125rem;
  }
}

.contact-form .form .form-control {
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d4d4d4;
}

.contact-form .form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-color: #42967a;
}

.contact-form .form .form-control:-webkit-autofill,
.contact-form .form .form-control:-webkit-autofill:hover,
.contact-form .form .form-control:-webkit-autofill:focus,
.contact-form .form .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(66, 150, 122, 0.2) inset;
  box-shadow: 0 0 0px 1000px rgba(66, 150, 122, 0.2) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

@media (min-width: 992px) {
  .contact-form .form .textarea > [class*="col-"]:first-child {
    width: 8%;
  }

  .contact-form .form .textarea > [class*="col-"]:last-child {
    width: 92%;
  }
}

.contact-form .form .code {
  position: relative;
}

.contact-form .form .btn {
  border-radius: 0;
  border: 1px solid #42967a;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#257a50),
    to(#004f6e)
  );
  background: -o-linear-gradient(left, #257a50 0%, #004f6e 100%);
  background: linear-gradient(to right, #257a50 0%, #004f6e 100%);
  color: #ffffff;
  font-size: 1rem;
  padding: 0;
  line-height: 40px;
  width: 200px;
  height: 40px;
}

.contact-form .form .btn:hover {
  background: #ffffff;
  color: #42967a;
}

@media (min-width: 576px) {
  .contact-form .form .btn {
    line-height: 45px;
    width: 250px;
    height: 45px;
  }
}

/*------------------------------------*\
    BIOWA
\*------------------------------------*/
.biowa .header.fixed-top {
  position: relative !important;
}

.biowa .navbar-subnav .nav li.lang a:hover,
.biowa .navbar-subnav .nav li.lang a.active {
  color: #ffffff;
}

.biowa .navbar-toggler .icon-bar {
  background-color: #ffffff;
}

.biowa .fixed {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.biowa .fixed .navbar-brand img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.biowa .fixed .navbar-toggler {
  background-color: #ffffff;
}

.biowa .fixed .navbar-toggler .icon-bar {
  background-color: #ffffff;
}

.biowa .fixed .navbar-toggler.show {
  background-color: #ffffff;
}

.biowa .fixed .navbar-toggler.show .icon-bar {
  background-color: #ffffff;
}

.biowa .fixed .navbar-subnav .nav li a {
  color: #ffffff;
}

.biowa .fixed .navbar-subnav .nav li a:hover,
.biowa .fixed .navbar-subnav .nav li a.active {
  border-bottom-color: #ffffff;
}

.biowa .fixed .navbar-subnav .nav li.lang {
  border-color: #ffffff;
}

.biowa .fixed .navbar-subnav .nav li.lang a:hover,
.biowa .fixed .navbar-subnav .nav li.lang a.active {
  color: #ffffff;
}

.biowa .fixed .navbar-subnav .nav li.lang a:hover::before,
.biowa .fixed .navbar-subnav .nav li.lang a.active::before {
  color: #ffffff;
}

.biowa .banner-pic {
  display: none;
}

.biowa .footer {
  background: #ffffff;
}

.biowa .footer-logo {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.biowa .footer-office {
  color: #ffffff;
}

@media (min-width: 992px) {
  .biowa .fixed {
    height: 180px;
  }
}
