@charset "UTF-8";
@font-face {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"), url("../font/MYRIADPRO-REGULAR.woff") format("woff");
}

@font-face {
  font-family: 'Myriad Pro Condensed';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Condensed"), url("../font/MYRIADPRO-COND.woff") format("woff");
}

@font-face {
  font-family: 'Myriad Pro';
  font-style: italic;
  font-weight: normal;
  src: local("Myriad Pro Condensed Italic"), url("../font/MYRIADPRO-CONDIT.woff") format("woff");
}

@font-face {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: 600;
  src: local("Myriad Pro Semibold"), url("../font/MYRIADPRO-SEMIBOLD.woff") format("woff");
}

@font-face {
  font-family: 'Myriad Pro';
  font-style: italic;
  font-weight: 600;
  src: local("Myriad Pro Semibold Italic"), url("../font/") format("woff");
}

@font-face {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: bold;
  src: local("Myriad Pro Bold"), url("../font/MYRIADPRO-BOLD.woff") format("woff");
}

@font-face {
  font-family: 'Myriad Pro';
  font-style: italic;
  font-weight: bold;
  src: local("Myriad Pro Bold Italic"), url("../font/MYRIADPRO-BOLDIT.woff") format("woff");
}

* {
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

html {
  font-size: 10px !important;
}

html,
body {
  font-family: "Myriad Pro";
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 768px) {
  html,
  body {
    font-size: 1.6rem;
  }
}

body {
  background-color: #fff;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.4;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.2rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.8rem;
}

a,
p,
span,
label,
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
section,
option {
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  a,
  p,
  span,
  label,
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea,
  section,
  option {
    font-size: 1.6rem;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  border: 0;
}

body {
  overflow-x: hidden;
  padding-top: 124px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
  }
}

.vt-banner {
  margin-bottom: 96px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .vt-banner {
    margin-bottom: 30px;
  }
}

.vt-banner .swiper-container {
  position: relative;
}

.vt-banner .vt-banner__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.vt-banner .vt-banner__title {
  color: #fff;
  font-size: 4rem;
  text-align: left;
  display: inline-block;
  max-width: 50%;
}

@media only screen and (max-width: 1024px) {
  .vt-banner .vt-banner__title {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .vt-banner .vt-banner__title {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 576px) {
  .vt-banner .vt-banner__title {
    font-size: 2rem;
  }
}

.vt-banner .vt-section__picture {
  display: block;
  width: 100%;
}

.vt-banner .vt-section__picture img {
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .vt-banner .vt-section__picture {
    display: block;
    min-height: 100px;
  }
  .vt-banner .vt-section__picture img {
    min-height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.vt-banner .swiper-pagination {
  bottom: 15px;
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 999;
}

@media only screen and (max-width: 576px) {
  .vt-banner .swiper-pagination {
    bottom: 5px;
  }
}

.vt-banner .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  height: 14px;
  margin: 0 3px;
  opacity: 1;
  width: 14px;
}

@media only screen and (max-width: 576px) {
  .vt-banner .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}

.vt-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #1b7e39;
}

.vt-banner .swiper-button-next,
.vt-banner .swiper-button-prev {
  color: #fff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

@media only screen and (max-width: 576px) {
  .vt-banner .swiper-button-next,
  .vt-banner .swiper-button-prev {
    display: none;
  }
}

.vt-banner .swiper-button-next:hover,
.vt-banner .swiper-button-prev:hover {
  opacity: .5;
}

.vt-banner .swiper-button-next {
  right: 50px;
}

@media only screen and (max-width: 1024px) {
  .vt-banner .swiper-button-next {
    right: 5px;
  }
}

.vt-banner .swiper-button-prev {
  left: 50px;
}

@media only screen and (max-width: 1024px) {
  .vt-banner .swiper-button-prev {
    left: 5px;
  }
}

.vt-banner.small {
  margin-bottom: 0;
}

.vt-banner.small .vt-banner__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .vt-banner.small .vt-banner__inner {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .vt-banner.small .vt-banner__inner {
    padding-bottom: 5px;
  }
}

.vt-banner.small .vt-banner__inner.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
}

.vt-banner.small .vt-banner__inner.center .vt-banner__container {
  text-align: center;
}

.vt-banner.small .vt-banner__title {
  font-size: 45px;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .vt-banner.small .vt-banner__title {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .vt-banner.small .vt-banner__title {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 576px) {
  .vt-banner.small .vt-banner__title {
    font-size: 2rem;
  }
}

.vt-breadcrumb {
  color: #6b6c70;
  font-size: 1.4rem;
  margin-bottom: 60px;
  margin-top: 15px;
}

@media only screen and (max-width: 576px) {
  .vt-breadcrumb {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}

.vt-breadcrumb a {
  text-decoration: none;
  color: #6b6c70;
}

.vt-breadcrumb a:hover {
  color: #1b7e39;
}

.vt-breadcrumb .breadcrumb_last {
  color: #1b7e39;
}

.vt-btn--01 {
  background-color: #1b7e39;
  border: 1px solid #1b7e39;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  height: 38px;
  padding: 9px 15px 8px;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
}

@media only screen and (max-width: 576px) {
  .vt-btn--01 {
    font-size: 1.3rem;
    height: 34px;
  }
}

.vt-btn--01.w160 {
  min-width: 180px;
}

@media only screen and (max-width: 576px) {
  .vt-btn--01.w100 {
    width: 100%;
  }
}

.vt-btn--01.full {
  text-align: center;
  width: 100%;
}

.vt-btn--01:hover {
  background-color: #fff;
  color: #1b7e39;
}

.vt-wrap {
  margin-top: 30px;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.vt-wrap.left {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .vt-wrap.left {
    text-align: center;
  }
}

.vt-wrap .vt-btn--01 {
  margin: 0 5px 5px;
}

@media only screen and (max-width: 576px) {
  .vt-wrap .vt-btn--01 {
    width: 100%;
    margin: 0 0 5px;
  }
}

.vt-contact {
  background-color: #f0f9f9;
  padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
  .vt-contact {
    padding: 30px 0;
  }
}

.vt-contact__form {
  padding-right: 15%;
}

@media only screen and (max-width: 768px) {
  .vt-contact__form {
    padding-right: 15px;
  }
}

.vt-contact__map iframe {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .vt-contact__map iframe {
    height: 350px;
  }
}

.vt-contact__title {
  color: #4a4a4a;
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .vt-contact__title {
    font-size: 1.8rem;
  }
}

.vt-contact__txt {
  color: #333;
  display: inline-block;
  font-size: 1.6rem;
  padding-left: 38px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .vt-contact__txt {
    font-size: 1.4rem;
  }
}

.vt-contact__txt::before {
  background: url(../img/common/icon-phone.png) no-repeat 0 0/100%;
  content: "";
  height: 51px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 43px;
}

.vt-contact__txt span {
  display: block;
  padding-left: 40px;
  width: 100%;
}

.vt-contact__txt a {
  color: #1b7e39;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

.vt-contact__note {
  color: #333;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.vt-contact__input {
  border: 1px solid #d5dbdb;
  color: #979797;
  font-size: 1.3rem;
  margin-bottom: 15px;
  padding: 10px 15px;
  width: 100%;
}

.vt-contact__textarea {
  border: 1px solid #d5dbdb;
  color: #979797;
  font-size: 1.3rem;
  height: 100px;
  margin-bottom: 15px;
  padding: 10px 15px;
  width: 100%;
}

.vt-footer {
  background: #1b7e39 url(../img/common/bg-footer.png) repeat 0 0;
  border-top: 10px solid #1b7e39;
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .vt-footer {
    border-top-width: 5px;
    padding: 30px 0;
  }
}

.vt-footer .vt-footer__txt {
  color: #eff9f9;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .vt-footer .vt-footer__txt {
    margin-bottom: 15px;
  }
}

.vt-footer .vt-footer__txt.icon {
  padding-left: 20px;
}

.vt-footer .vt-footer__txt i {
  color: #1b7e39;
  font-size: 1.5rem;
  left: 0;
  position: absolute;
  top: 3px;
}

.vt-footer .vt-footer__txt a {
  color: #eff9f9;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.vt-footer .vt-footer__txt a:hover {
  color: #1b7e39;
}

.vt-footer .vt-footer__link {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vt-footer .vt-footer__link li {
  margin-bottom: 15px;
}

.vt-footer .vt-footer__link i {
  color: #1b7e39;
  font-size: 1.5rem;
  left: 0;
  position: absolute;
  top: 2px;
}

.vt-footer .vt-footer__link a {
  color: #eff9f9;
  display: inline-block;
  font-size: 1.6rem;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.vt-footer .vt-footer__link a:hover {
  text-decoration: underline;
}

.vt-footer .vt-footer__social {
  list-style: none;
  margin: -30px 0 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .vt-footer .vt-footer__social {
    margin-top: -15px;
  }
}

.vt-footer .vt-footer__social li {
  display: inline-block;
  margin-right: 5px;
}

.vt-footer .vt-footer__social a {
  color: #eff9f9;
  display: inline-block;
  font-size: 3rem;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.vt-footer .vt-footer__social a:hover {
  color: #1b7e39;
}

@media only screen and (max-width: 767px) {
  .vt-bottom {
    margin-top: 15px;
    text-align: center;
  }
}

.vt-bottom .vt-bottom__copyright {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .vt-bottom .vt-bottom__copyright {
    margin-bottom: 15px;
  }
}

.vt-bottom .vt-bottom__copyright img {
  max-width: 130px;
}

.vt-bottom .vt-bottom__copyright {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1.6rem;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .vt-bottom .vt-bottom__copyright {
    font-size: 1.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.vt-bottom .vt-bottom__copyright a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.vt-bottom .vt-bottom__copyright a:hover {
  color: #1b7e39;
}

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

.vt-form.shadow {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(40, 40, 40, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(40, 40, 40, 0.2);
  margin-top: 30px;
  padding: 40px;
}

.vt-form__row {
  color: #6c6b70;
  margin-bottom: 15px;
}

.vt-form__row.mt15 {
  margin-top: 15px;
}

.vt-form__row.mb30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
  .vt-form__row.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.vt-form__note {
  color: #8a9696;
  display: block;
  font-size: 1.4rem;
  margin-top: 5px;
}

.vt-form__label {
  color: #6c6b70;
  font-size: 1.6rem;
  margin-bottom: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .vt-form__label {
    font-size: 1.4rem;
  }
}

.vt-form__select {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #979797;
  font-size: 1.3rem;
  height: 38px;
  padding: 10px;
}

.vt-form__select.full {
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .vt-form__select.w50 {
    margin-bottom: 10px;
    width: calc(50% - 5px);
  }
}

.vt-form__input {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #979797;
  font-size: 1.3rem;
  height: 38px;
  padding: 10px;
}

.vt-form__input.full {
  width: 100%;
}

.vt-form__link {
  color: #1b7e39;
  font-size: 1.6rem;
  font-style: italic;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .vt-form__link {
    font-size: 1.4rem;
  }
}

.vt-form__radio input {
  display: none;
}

.vt-form__radio input:checked + label::after {
  opacity: 1;
}

.vt-form__radio label {
  color: #6b6c70;
  font-size: 1.4rem;
  margin-right: 15px;
  position: relative;
  padding-left: 20px;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.vt-form__radio label:hover {
  color: #1b7e39;
  cursor: pointer;
}

.vt-form__radio label::before {
  border: 1px solid #6b6c70;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}

.vt-form__radio label::after {
  background-color: #1b7e39;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  left: 4px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  top: 4px;
  width: 8px;
}

.vt-form__checkbox input {
  display: none;
}

.vt-form__checkbox input:checked + label::after {
  opacity: 1;
}

.vt-form__checkbox label {
  color: #6b6c70;
  font-size: 1.4rem;
  margin-right: 15px;
  position: relative;
  padding-left: 20px;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.vt-form__checkbox label:hover {
  color: #1b7e39;
  cursor: pointer;
}

.vt-form__checkbox label::before {
  content: "";
  border: 1px solid #6b6c70;
  display: inline-block;
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 1px;
  width: 16px;
}

.vt-form__checkbox label::after {
  color: #1b7e39;
  content: "✓";
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  left: 4px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  top: 2px;
}

.vt-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #e3f1f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: top .5s;
  transition: top .5s;
  width: 100%;
  z-index: 1000;
}

.vt-top .vt-top__nav {
  list-style: none;
  margin: 0 30px 0 0;
  padding: 0;
}

.vt-top .vt-top__nav.right {
  text-align: right;
}

.vt-top .vt-top__nav li {
  display: inline-block;
  margin-left: 20px;
}

.vt-top .vt-top__nav a {
  color: #1b7e39;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.vt-top .vt-top__nav a:hover {
  color: #1b7e39;
}

.vt-top .vt-top__nav i {
  color: #8dc53e;
  margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
  .vt-top {
    display: none;
  }
}

.vt-header {
  background-color: #fff;
  border-bottom: 3px solid #1b7e39;
  -webkit-box-shadow: 0 1px 6px 0 #1b7e39;
          box-shadow: 0 1px 6px 0 #1b7e39;
  position: fixed;
  top: 44px;
  height: 80px;
  -webkit-transition: top .5s;
  transition: top .5s;
  width: 100%;
  z-index: 999;
}

@media only screen and (max-width: 1024px) {
  .vt-header {
    height: 60px;
    top: 0;
  }
}

.vt-header.hidden {
  top: -150px;
}

.vt-header.active {
  top: 0;
}

.vt-header .vt-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}

.vt-header .vt-logo {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 180px;
  z-index: 1000;
}

@media only screen and (max-width: 576px) {
  .vt-header .vt-logo {
    left: 15px;
    width: 120px;
  }
}

.vt-header .vt-logo span {
  color: #666;
  font-size: 10px;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .vt-header .vt-logo span {
    font-size: 7px;
  }
}

.vt-header .vt-logo img {
  -webkit-transition: width .5s;
  transition: width .5s;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .vt-header .vt-nav {
    padding: 0 174px;
    position: relative;
    z-index: 999;
  }
  .vt-header .vt-nav ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .vt-header .vt-nav ul li {
    height: 100%;
  }
  .vt-header .vt-nav ul li:nth-child(5) > ul > li:hover > ul, .vt-header .vt-nav ul li:nth-child(6) > ul > li:hover > ul, .vt-header .vt-nav ul li:nth-child(7) > ul > li:hover > ul {
    left: -100%;
  }
  .vt-header .vt-nav ul li:nth-child(5) > ul > li:hover > ul > li:hover > ul, .vt-header .vt-nav ul li:nth-child(6) > ul > li:hover > ul > li:hover > ul, .vt-header .vt-nav ul li:nth-child(7) > ul > li:hover > ul > li:hover > ul {
    left: -100%;
  }
  .vt-header .vt-nav ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1b7e39;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    height: 100%;
    padding: 0 7px;
    position: relative;
    text-decoration: none;
    -webkit-transition: color .5s;
    transition: color .5s;
    z-index: 1001;
  }
}

@media only screen and (min-width: 1025px) and (max-width: lgpx) {
  .vt-header .vt-nav ul li a {
    font-size: 13px;
    padding: 0 8px;
  }
}

@media only screen and (min-width: 1025px) {
  .vt-header .vt-nav ul li a:hover {
    background-color: #efefef;
    text-decoration: none;
  }
  .vt-header .vt-nav ul li.current-menu-item > a, .vt-header .vt-nav ul li.current_page_item > a, .vt-header .vt-nav ul li.current-post-ancestor > a, .vt-header .vt-nav ul li.current-menu-parent > a, .vt-header .vt-nav ul li.current-post-parent > a {
    background-color: #efefef;
    text-decoration: underline;
  }
  .vt-header .vt-nav ul li > ul {
    -webkit-box-shadow: 0px 3px 7px 0px rgba(53, 53, 53, 0.21);
            box-shadow: 0px 3px 7px 0px rgba(53, 53, 53, 0.21);
    display: none;
    opacity: 0;
    position: absolute;
    top: 77px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }
  .vt-header .vt-nav ul li > ul > li {
    height: auto;
    margin: 0 !important;
    position: relative;
  }
  .vt-header .vt-nav ul li > ul > li a {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #1b7e39;
    font-weight: normal;
    height: inherit;
    width: 250px;
    padding: 10px 30px 10px 15px;
  }
  .vt-header .vt-nav ul li > ul > li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .vt-header .vt-nav ul li > ul > li:last-child {
    border-bottom: 0;
  }
  .vt-header .vt-nav ul li > ul > li ul {
    -webkit-box-shadow: 0px 3px 7px 0px rgba(53, 53, 53, 0.21);
            box-shadow: 0px 3px 7px 0px rgba(53, 53, 53, 0.21);
    left: 0;
    margin-top: -2px;
    -webkit-transition: left .5s, opacity .5s;
    transition: left .5s, opacity .5s;
    min-width: 100%;
  }
  .vt-header .vt-nav ul li > ul > li ul a {
    background-color: #fff;
  }
  .vt-header .vt-nav ul li > ul > li:hover > a {
    background-color: #efefef;
    text-decoration: none;
  }
  .vt-header .vt-nav ul li > ul > li:hover > ul {
    left: 100%;
    top: 0;
  }
  .vt-header .vt-nav ul li > ul.flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: #fff;
    height: auto;
  }
  .vt-header .vt-nav ul li > ul.flex li {
    border-right: 1px solid #efefef;
  }
  .vt-header .vt-nav ul li > ul.flex li:first-child {
    width: 350px;
  }
  .vt-header .vt-nav ul li > ul.flex li ul.hot {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    margin: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1024px) {
  .vt-header .vt-nav ul li > ul.flex li ul.hot {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .vt-header .vt-nav ul li > ul.flex li ul.hot li {
    width: 100%;
  }
  .vt-header .vt-nav ul li > ul.flex li ul.hot a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .vt-header .vt-nav ul li > ul.flex li ul.hot a img {
    max-width: 75px;
    margin-right: 5px;
  }
  .vt-header .vt-nav ul li > ul.flex li ul.type {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    margin: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }
  .vt-header .vt-nav ul li > ul.flex li ul.type li {
    width: 100%;
  }
  .vt-header .vt-nav ul li > ul.flex li ul.type li ul {
    background-color: #fff;
    border-left: 1px solid #efefef;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0;
    min-height: 192px;
  }
  .vt-header .vt-nav ul li:hover > ul {
    display: block;
    opacity: 1;
    z-index: 1000;
  }
  .vt-header .vt-nav ul li:hover > ul.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vt-header .vt-nav .vt-nav__expand {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .vt-header .vt-nav {
    background-color: rgba(0, 129, 135, 0.95);
    height: calc(100% - 77px);
    left: -100%;
    overflow-y: auto;
    position: fixed;
    top: 57px;
    -webkit-transition: left .5s;
    transition: left .5s;
    width: 100%;
  }
  .vt-header .vt-nav.active {
    left: 0;
  }
  .vt-header .vt-nav ul {
    list-style: none;
    margin: 0;
    padding: 30px;
  }
  .vt-header .vt-nav ul li ul {
    display: none;
    padding: 0 0 0 15px;
  }
  .vt-header .vt-nav ul li ul.type {
    display: block;
  }
  .vt-header .vt-nav ul li ul li a {
    padding-left: 15px;
  }
  .vt-header .vt-nav ul li ul li a::before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 18px;
    width: 8px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 576px) {
  .vt-header .vt-nav ul li ul li a::before {
    top: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .vt-header .vt-nav ul li ul li ul li a::before {
    border-radius: 50%;
  }
  .vt-header .vt-nav ul a {
    border-bottom: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 576px) {
  .vt-header .vt-nav ul a {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .vt-header .vt-nav ul a.active .vt-nav__expand::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .vt-header .vt-nav ul a.active + ul {
    display: block;
  }
  .vt-header .vt-nav ul a i {
    display: none;
  }
  .vt-header .vt-nav ul .vt-nav__expand {
    display: block;
    height: 30px;
    margin: 0;
    right: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
  }
  .vt-header .vt-nav ul .vt-nav__expand::before, .vt-header .vt-nav ul .vt-nav__expand::after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 16px;
  }
  .vt-header .vt-nav ul .vt-nav__expand::before {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .vt-header .vt-nav ul .vt-nav__expand::after {
    top: 13px;
    left: 7px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.vt-nav__btn {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .vt-nav__btn {
    display: block;
    height: 20px;
    margin: 0;
    right: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 576px) {
  .vt-nav__btn {
    right: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .vt-nav__btn span {
    background-color: #1b7e39;
    border-radius: 3px;
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 100%;
  }
  .vt-nav__btn span:nth-child(1) {
    top: 0;
  }
  .vt-nav__btn span:nth-child(2) {
    top: 8px;
  }
  .vt-nav__btn span:nth-child(3) {
    top: 16px;
  }
  .vt-nav__btn.active span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .vt-nav__btn.active span:nth-child(2) {
    opacity: 0;
  }
  .vt-nav__btn.active span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}

.vt-header__btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
}

.vt-header__btn i {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .vt-header__btn {
    right: 45px;
  }
  .vt-header__btn span {
    display: none;
  }
  .vt-header__btn i {
    display: block;
  }
}

@media only screen and (max-width: 576px) {
  .vt-header__btn {
    right: 60px;
  }
}

.vt-search {
  display: block;
  height: 100%;
  position: absolute;
  right: 130px;
  top: 0;
  z-index: 9999;
}

.vt-search:hover .vt-search__icon {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.vt-search:hover .vt-search__box {
  opacity: 1;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .vt-search {
    right: 100px;
  }
}

@media only screen and (max-width: 576px) {
  .vt-search {
    right: 105px;
  }
}

.vt-search .vt-search__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 0;
  color: #1b7e39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  outline: 0;
  padding: 0 10px;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.vt-search .vt-search__icon:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.vt-search .vt-search__icon:hover + .vt-search__box {
  display: block;
}

.vt-search .vt-search__input {
  border: 1px solid #cacaca;
  border-radius: 5px;
  color: #b6b6b6;
  font-size: 14px;
  height: 38px;
  padding: 10px;
  width: 100%;
}

.vt-search .vt-search__box {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 100vw;
  top: 100%;
  -webkit-transition: right .5s, opacity 1s;
  transition: right .5s, opacity 1s;
  width: 250px;
  z-index: 9999;
}

.vt-search .vt-search__box.active {
  display: block;
}

.vt-search .vt-search__row {
  position: relative;
  width: 100%;
}

.vt-search .vt-search__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0 5px 5px 0;
  color: #1b7e39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  outline: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
  width: 38px;
}

.vt-search .vt-search__btn:hover {
  background-color: #1b7e39;
  color: #fff;
}

.vt-headline--01 {
  font-size: 4.5rem;
  color: #1b7e39;
  letter-spacing: 0.1rem;
  margin: 0 0 60px;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 1;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 1024px) {
  .vt-headline--01 {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}

.vt-headline--01.left {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .vt-headline--01.left {
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  .vt-headline--01.left {
    text-align: left;
  }
}

.vt-headline--01.mb30 {
  margin-bottom: 30px;
}

.vt-headline--01 span {
  color: #666;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 13px auto 0;
  max-width: 75%;
}

@media only screen and (max-width: 576px) {
  .vt-headline--01 span {
    max-width: 100%;
  }
}

.vt-headline--01 em {
  color: #1b7e39;
  display: block;
  font-size: 1.8rem;
  font-style: normal;
  margin-top: 5px;
}

@media only screen and (max-width: 576px) {
  .vt-headline--01 em {
    font-size: 1.6rem;
  }
}

.vt-headline--02 {
  font-size: 3.2rem;
  font-weight: normal;
  color: #1b7e39;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .vt-headline--02 {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .vt-headline--02 {
    font-size: 2rem;
  }
}

.vt-headline--02.bold {
  font-weight: bold;
}

.vt-headline--02.center {
  text-align: center;
}

.vt-headline--02 small {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 5px auto 0;
}

@media only screen and (max-width: 1024px) {
  .vt-headline--02 small {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .vt-headline--02 small {
    font-size: 1.6rem;
  }
}

.vt-headline--02 span {
  color: #666;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 10px auto 0;
}

.vt-headline--02 em {
  color: #1b7e39;
  display: block;
  font-size: 1.8rem;
  font-style: normal;
  margin-top: 5px;
}

@media only screen and (max-width: 576px) {
  .vt-headline--02 em {
    font-size: 1.6rem;
  }
}

.vt-headline--03 {
  border-bottom: 1px solid #1b7e39;
  margin-bottom: 30px;
  position: relative;
}

.vt-headline--03 span {
  background-color: #1b7e39;
  color: #fff;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1;
  padding: 13px 30px 8px 15px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .vt-headline--03 span {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .vt-headline--03 span {
    font-size: 1.6rem;
    width: 100%;
  }
}

.vt-headline--03 span::before {
  border-bottom: 54px solid #1b7e39;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -50px;
  top: 0;
  width: 0;
}

@media only screen and (max-width: 1024px) {
  .vt-headline--03 span::before {
    border-bottom-width: 46px;
  }
}

@media only screen and (max-width: 768px) {
  .vt-headline--03 span::before {
    display: none;
  }
}

.vt-headline--03 a {
  bottom: 0;
  color: #1b7e39;
  font-size: 2rem;
  font-weight: normal;
  position: absolute;
  right: 0;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

@media only screen and (max-width: 1024px) {
  .vt-headline--03 a {
    font-size: 1.6rem;
    top: -20px;
  }
}

.vt-headline--03 a:hover {
  color: #1b7e39;
}

.vt-headline--03 a i {
  font-size: 1.4rem;
}

.vt-headline--04 {
  border-bottom: 1px solid #ecf0f1;
  color: #1b7e39;
  font-size: 2.8rem;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .vt-headline--04 {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .vt-headline--04 {
    font-size: 2rem;
  }
}

.vt-headline--04::after {
  background-color: #1b7e39;
  bottom: -1px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 25%;
}

.vt-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 30px 0 60px;
}

.vt-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: auto;
}

.vt-pagination li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}

.vt-pagination span,
.vt-pagination a {
  border: 1px solid #e3e3e3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  height: 34px;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
  width: 38px;
}

@media only screen and (max-width: 768px) {
  .vt-pagination span,
  .vt-pagination a {
    font-size: 1.2rem;
    height: 28px;
    width: 30px;
  }
}

.vt-pagination span.txt,
.vt-pagination a.txt {
  width: 80px;
}

@media only screen and (max-width: 768px) {
  .vt-pagination span.txt,
  .vt-pagination a.txt {
    font-size: 9px;
    padding: 5px;
    width: auto;
  }
}

.vt-pagination span.dot,
.vt-pagination a.dot {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 0;
  width: 20px;
}

.vt-pagination span.current, .vt-pagination span:hover,
.vt-pagination a.current,
.vt-pagination a:hover {
  background-color: #1b7e39;
  color: #fff;
}

.vt-pagination span.current.dot, .vt-pagination span:hover.dot,
.vt-pagination a.current.dot,
.vt-pagination a:hover.dot {
  background-color: #fff;
  color: #333;
}

.vt-pagination span.current,
.vt-pagination a.current {
  cursor: default;
  pointer-events: none;
}

.vt-store {
  padding: 60px auto;
}

@media only screen and (max-width: 1024px) {
  .vt-store {
    padding: 30px auto;
  }
}

.vt-store .vt-store__map {
  width: 100%;
}

.vt-store .vt-store__map iframe {
  height: 450px !important;
  width: 100% !important;
}

.vt-store .vt-store__items {
  list-style: none;
  margin: 0;
  max-height: 450px;
  overflow-y: auto;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .vt-store .vt-store__items {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .vt-store .vt-store__items::after {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
    background-image: linear-gradient(to right, transparent, #fff);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
  }
}

.vt-store .vt-store__items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

@media only screen and (max-width: 1024px) {
  .vt-store .vt-store__items li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 576px) {
  .vt-store .vt-store__items li {
    display: inline-block;
    height: 100px;
    margin-bottom: 0;
    width: 75%;
  }
}

.vt-store .vt-store__items li.active, .vt-store .vt-store__items li:hover {
  cursor: pointer;
}

.vt-store .vt-store__items li.active .vt-store__title, .vt-store .vt-store__items li:hover .vt-store__title {
  color: #1b7e39;
}

@media only screen and (max-width: 576px) {
  .vt-store .vt-store__items li.active .vt-store__title, .vt-store .vt-store__items li:hover .vt-store__title {
    color: #fff;
  }
}

@media only screen and (max-width: 576px) {
  .vt-store .vt-store__items li.active .vt-store__info, .vt-store .vt-store__items li:hover .vt-store__info {
    background-color: #1b7e39;
  }
}

@media only screen and (max-width: 576px) {
  .vt-store .vt-store__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    left: 0;
    padding: 5px;
    position: absolute;
    width: 100%;
  }
}

.vt-store .vt-store__title {
  color: #8a9696;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  white-space: normal;
}

@media only screen and (max-width: 1024px) {
  .vt-store .vt-store__title {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 576px) {
  .vt-store .vt-store__title {
    font-size: 1.2rem;
    color: #1b7e39;
    margin-bottom: 5px;
  }
}

.vt-store .vt-store__txt {
  color: #1b7e39;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  white-space: normal;
}

@media only screen and (max-width: 768px) {
  .vt-store .vt-store__txt {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .vt-store .vt-store__txt {
    display: block;
    font-size: 1.2rem;
    width: 100%;
  }
}

.vt-store ::-webkit-scrollbar {
  width: 10px;
}

.vt-store ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px #eaeaea;
          box-shadow: inset 0 0 3px #eaeaea;
  border-radius: 5px;
}

.vt-store ::-webkit-scrollbar-thumb {
  background: #f5f5f5;
  border-radius: 5px;
}

.vt-popup {
  background-color: transparent;
  color: #6b6c70;
  display: none;
  max-width: 600px;
  overflow: visible;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .vt-popup {
    padding: 0;
    width: calc(100% - 30px);
  }
}

.vt-popup__content {
  background-color: #fff;
  padding: 30px;
}

.vt-popup__content.center {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .vt-popup__content {
    padding: 30px 15px;
    width: 100%;
  }
}

.vt-popup .vt-popup__icon {
  color: #1b7e39;
  margin-bottom: 15px;
  font-size: 50px;
}

.vt-popup__form {
  margin-top: 15px;
  width: 100%;
}

.vt-popup__head {
  border-bottom: 1px solid #008287;
  color: #008287;
  font-style: 22px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0 0 10px;
  text-transform: uppercase;
}

.vt-popup__input {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}

.vt-popup .fancybox-close-small {
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  opacity: 1;
  right: -20px;
  top: -20px;
}

.vt-popup .fancybox-close-small:hover {
  background-color: #008287;
}

.vt-txt {
  color: #666;
  font-size: 1.6rem;
  line-height: 1.7;
}

.vt-txt.expand {
  overflow: hidden;
  position: relative;
}

.vt-txt.expand i {
  display: none;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.vt-txt.expand.arrow {
  max-height: 130px;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.vt-txt.expand.arrow::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.vt-txt.expand.arrow i {
  bottom: 0;
  color: #1b7e39;
  display: inline-block;
  font-size: 2.4rem;
  position: absolute;
  right: 0;
  text-align: center;
  width: 30px;
  z-index: 2;
}

.vt-txt.expand.arrow i::after {
  bottom: 0;
  content: "";
  color: #8a9696;
  font-size: 1.4rem;
  left: 3px;
  position: absolute;
}

.vt-txt.expand.arrow i:hover {
  cursor: pointer;
}

.vt-txt.expand.full {
  max-height: 10000px;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.vt-txt.expand.full::after {
  display: none;
}

.vt-txt.expand.full i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.vt-txt.expand.full i::after {
  display: none;
}

.vt-title {
  color: #1b7e39;
  font-size: 2rem;
  margin-bottom: 10px;
}

.vt-side {
  border-left: 1px solid #e0e0e0;
  padding-left: 30px;
}

@media only screen and (max-width: 576px) {
  .vt-side {
    border-left: 0;
    padding-left: 0;
  }
}

.vt-side__wrap {
  margin-bottom: 40px;
}

.vt-side__wrap .swiper-container {
  text-align: center;
}

.vt-side__wrap .swiper-button-next,
.vt-side__wrap .swiper-button-prev {
  color: #8a9696;
  display: inline-block;
  left: 0 !important;
  margin: 15px auto 0;
  position: relative;
  right: 0 !important;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.vt-side__wrap .swiper-button-next:hover,
.vt-side__wrap .swiper-button-prev:hover {
  color: #1b7e39;
}

.vt-side__link {
  border-bottom: 1px solid #e0e0e0;
  color: #1b7e39;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 576px) {
  .vt-side__link {
    font-size: 1.3rem;
  }
}

.vt-side__link:last-child {
  border-bottom: 0;
}

.vt-side__link span {
  color: #979797;
  display: block;
  font-size: 13px;
  margin-top: 5px;
}

.vt-link {
  color: #8a9696;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.vt-link:hover {
  color: #1b7e39;
}

.inline-block {
  display: inline-block;
  font-style: normal;
  font-size: 100%;
  font-weight: bold;
}

.vt-section--01 {
  margin-bottom: 60px;
  margin-top: 60px;
  position: relative;
}

@media only screen and (max-width: 576px) {
  .vt-section--01 {
    margin-top: 30px;
  }
}

.vt-section--01 .vt-section__col {
  margin-bottom: 30px;
}

.vt-section--01 .vt-section__item {
  background-color: #eff9f9;
  height: 100%;
}

.vt-section--01 .vt-section__info {
  padding: 30px 20px;
}

.vt-section--01 .vt-section__title {
  color: #1b7e39;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: color .5s;
  transition: color .5s;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .vt-section--01 .vt-section__title {
    font-size: 1.8rem;
  }
}

.vt-section--01 .vt-section__title:hover {
  color: #1b7e39;
}

.vt-section--01 .vt-section__img {
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  padding-top: calc(100% / (370 / 280));
  position: relative;
  width: 100%;
}

.vt-section--01 .vt-section__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.vt-section--01 .vt-section__img img {
  position: absolute;
  height: 100%;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  width: 100%;
  z-index: 0;
}

.vt-section--01 .vt-section__txt {
  color: #8a9696;
  font-size: 1.6rem;
}

.vt-section--01 .vt-section__readmore {
  color: #1b7e39;
  display: inline-block;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: color .5s, padding-left .5s;
  transition: color .5s, padding-left .5s;
}

.vt-section--01 .vt-section__readmore:hover {
  color: #0c5b2e;
  padding-left: 10px;
}

.vt-section--02 {
  margin-bottom: 60px;
  position: relative;
}

.vt-section--02 .vt-section__container {
  position: relative;
}

.vt-section--02 .vt-section__item {
  border-radius: 10px;
  -webkit-box-shadow: 0.707px 0.707px 6px 0px rgba(40, 40, 40, 0.2);
          box-shadow: 0.707px 0.707px 6px 0px rgba(40, 40, 40, 0.2);
  margin: 33px 5px 5px;
  padding: 58px 15px 30px;
  position: relative;
  text-align: center;
}

.vt-section--02 .vt-section__item::after {
  background: #fff url(../img/common/icon-comment.jpg) no-repeat 50% 50%;
  border: 1px solid #1b7e39;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 56px;
  left: calc(50% - 28px);
  position: absolute;
  top: -28px;
  width: 56px;
}

.vt-section--02 .vt-section__name {
  color: #1b7e39;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.vt-section--02 .vt-section__nickname {
  color: #8a9696;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.vt-section--02 .vt-section__img {
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 90px;
  line-height: 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  width: 90px;
}

.vt-section--02 .vt-section__img img {
  position: absolute;
  height: 100%;
  left: 50%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}

.vt-section--02 .vt-section__txt {
  color: #8a9696;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.vt-section--02 .vt-section__mask {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(141, 198, 63, 0.9);
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  text-decoration: none;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  width: 100%;
}

.vt-section--02 .vt-section__mask:hover {
  opacity: 1;
}

.vt-section--02 .vt-section__swiper {
  position: relative;
}

.vt-section--02 .swiper-button-next {
  color: #959595;
  right: -50px;
}

@media only screen and (max-width: 1024px) {
  .vt-section--02 .swiper-button-next {
    right: -25px;
  }
}

@media only screen and (max-width: 768px) {
  .vt-section--02 .swiper-button-next {
    display: none;
  }
}

.vt-section--02 .swiper-button-prev {
  color: #959595;
  left: -50px;
}

@media only screen and (max-width: 1024px) {
  .vt-section--02 .swiper-button-prev {
    left: -25px;
  }
}

@media only screen and (max-width: 768px) {
  .vt-section--02 .swiper-button-prev {
    display: none;
  }
}

.vt-section--02 .swiper-pagination {
  display: none;
}

@media only screen and (max-width: 768px) {
  .vt-section--02 .swiper-pagination {
    display: block;
    margin-bottom: 0;
    margin-top: 15px;
    position: relative;
    text-align: center;
    width: 100%;
  }
}

.vt-section--02 .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.vt-section--02 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1b7e39;
}

.vt-section--02 .vt-section__col {
  margin-bottom: 30px;
}

.vt-section--03 {
  background-color: #f0f9f9;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .vt-section--03 {
    padding-bottom: 30px;
  }
}

.vt-section--03 .vt-section__container {
  position: relative;
  z-index: 1;
}

.vt-section--03 .vt-section__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .vt-section--03 .vt-section__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.vt-section--03 .vt-section__title {
  color: #1b7e39;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .vt-section--03 .vt-section__title {
    font-size: 1.6rem;
  }
}

.vt-section--03 .vt-section__note {
  color: #1b7e39;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .vt-section--03 .vt-section__note {
    margin-bottom: 5px;
  }
}

.vt-section--03 .vt-section__name {
  color: #1b7e39;
  font-size: 3.2rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .vt-section--03 .vt-section__name {
    font-size: 3rem;
  }
}

.vt-section--03 .vt-section__txt {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.vt-section--03 .vt-section__txt li {
  color: #666;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.vt-section--03 .vt-section__txt li::before {
  color: #666;
  content: "\f067";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.6rem;
  left: 0;
  position: absolute;
  top: -1px;
}

@media only screen and (max-width: 1024px) {
  .vt-section--03 .vt-section__txt li::before {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .vt-section--03 .vt-section__txt li::before {
    font-size: 1.3rem;
  }
}

.vt-section--03 .vt-section__img img {
  width: 50vw;
  max-width: 50vw;
}

@media only screen and (max-width: 768px) {
  .vt-section--03 .vt-section__img img {
    margin: 30px 0;
    max-width: 100%;
    width: 100%;
  }
}

.vt-section--04 {
  background: url(../img/common/bg.png) no-repeat right bottom;
  overflow: hidden;
  margin-bottom: 110px;
  padding-bottom: 60px;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .vt-section--04 {
    margin-bottom: 30px;
  }
}

.vt-section--04 .vt-section__bg {
  bottom: 0;
  left: 0;
  position: absolute;
  max-width: 475px;
}

@media only screen and (max-width: 768px) {
  .vt-section--04 .vt-section__bg {
    display: none;
  }
}

.vt-section--04 .vt-section__item {
  margin-bottom: 30px;
  height: 100%;
}

.vt-section--04 .vt-section__title {
  color: #1b7e39;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: color .5s;
  transition: color .5s;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .vt-section--04 .vt-section__title {
    display: block;
    text-align: center;
    width: 100%;
  }
}

.vt-section--04 .vt-section__title:hover {
  color: #1b7e39;
}

.vt-section--04 .vt-section__img {
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .vt-section--04 .vt-section__img {
    text-align: center;
  }
}

.vt-section--04 .vt-section__img img {
  height: 55px;
}

.vt-section--04 .vt-section__txt {
  color: #666;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: justify;
}

.vt-section--04 .vt-section__readmore {
  color: #1b7e39;
  display: inline-block;
  font-size: 1.4rem;
  text-decoration: none;
  -webkit-transition: color .5s, padding-left .5s;
  transition: color .5s, padding-left .5s;
}

.vt-section--04 .vt-section__readmore:hover {
  color: #0c5b2e;
  padding-left: 10px;
}

.vt-section--05 {
  margin-bottom: 110px;
  position: relative;
}

.vt-section--05 .vt-headline--01 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .vt-section--05 {
    margin-bottom: 30px;
  }
}

.vt-section--05 .vt-section__item {
  position: relative;
  height: 100%;
}

.vt-section--05 .vt-section__title {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 2.2rem;
  left: 0;
  padding: 5px 25px 5px 10px;
  position: absolute;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  text-decoration: none;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .vt-section--05 .vt-section__title {
    font-size: 1.8rem;
  }
}

.vt-section--05 .vt-section__title i {
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vt-section--05 .vt-section__title:hover {
  background-color: #1b7e39;
  color: #fff;
}

.vt-section--05 .vt-section__img {
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  padding-top: calc(100% / (370 / 250));
  position: relative;
  width: 100%;
}

.vt-section--05 .vt-section__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.vt-section--05 .vt-section__img img {
  position: absolute;
  height: 100%;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  width: 100%;
  z-index: 0;
}

.vt-section--06 {
  margin-bottom: 30px;
  position: relative;
}

.vt-section--06 .vt-section__swiper {
  margin: 30px 0 60px;
  padding: 0 50px;
  position: relative;
}

.vt-section--06 .vt-section__swiper .swiper-button-next,
.vt-section--06 .vt-section__swiper .swiper-button-prev {
  border: 1px solid #1b7e39;
  border-radius: 50%;
  color: #1b7e39;
  height: 44px;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
  width: 44px;
}

.vt-section--06 .vt-section__swiper .swiper-button-next:hover,
.vt-section--06 .vt-section__swiper .swiper-button-prev:hover {
  background-color: #1b7e39;
  color: #fff;
}

.vt-section--06 .vt-section__swiper .swiper-button-next::after,
.vt-section--06 .vt-section__swiper .swiper-button-prev::after {
  font-size: 20px;
}

.vt-section--06 .vt-section__swiper .swiper-button-next::after {
  margin-left: 3px;
}

.vt-section--06 .vt-section__swiper .swiper-slide-active .vt-item__img {
  opacity: 1;
}

.vt-section--06 .vt-section__swiper .vt-item__img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  margin: 15px auto 25px;
  opacity: .6;
  width: 85%;
}

.vt-section--06 .vt-section__swiper .vt-item__img:hover {
  opacity: 1;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  .vt-section--06 .vt-section__swiper .vt-item__img img {
    max-width: 80%;
  }
}

.vt-section--07 {
  padding: 0 0 60px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .vt-section--07 {
    padding: 0 0 30px;
  }
}

.vt-section--07 .vt-section__title {
  color: #1b7e39;
  display: block;
  font-size: 3.5rem;
  font-weight: normal;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .vt-section--07 .vt-section__title {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  .vt-section--07 .vt-section__title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}

.vt-section--07 .vt-section__subtitle {
  color: #8a9696;
  display: block;
  font-size: 2rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .vt-section--07 .vt-section__subtitle {
    font-size: 1.6rem;
  }
}

.vt-section--07 .vt-section__txt {
  color: #8a9696;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.vt-section--07 .vt-section__txt:last-child {
  margin-bottom: 0;
}

.vt-section--07 .vt-section__txt ul {
  list-style: none;
  padding: 0;
}

.vt-section--07 .vt-section__txt ul i {
  color: #1b7e39;
}

.vt-section--07 .vt-section__img.right {
  float: right;
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .vt-section--07 .vt-section__img.right {
    max-width: 200px;
  }
}

@media only screen and (max-width: 576px) {
  .vt-section--07 .vt-section__img.right {
    max-width: 100px;
  }
}

.vt-section--07 .vt-section__img.center {
  text-align: center;
}

.vt-section--07 .vt-section__img img {
  margin: 0 auto;
  max-width: 100%;
}

.vt-section--07 .vt-section__action {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #1b7e39;
  font-size: 2rem;
  padding-bottom: 15px;
  padding-top: 15px;
}

@media only screen and (max-width: 1024px) {
  .vt-section--07 .vt-section__action {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .vt-section--07 .vt-section__action {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 576px) {
  .vt-section--07 .vt-section__action {
    font-size: 1.3rem;
  }
}

.vt-section--07 .vt-section__prev {
  border-right: 1px solid #ddd;
  text-align: left;
}

.vt-section--07 .vt-section__next {
  text-align: right;
}

.vt-section--07 .vt-section__link {
  color: #333;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

@media only screen and (max-width: 1024px) {
  .vt-section--07 .vt-section__link {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .vt-section--07 .vt-section__link {
    font-size: 1.3rem;
  }
}

.vt-section--07 .vt-section__link:hover {
  color: #1b7e39;
}

.vt-section--07 .vt-section__link i {
  font-size: 14px;
}

@media only screen and (max-width: 576px) {
  .vt-section--07 .vt-section__link i {
    font-size: 1.3rem;
  }
}

.vt-section--08 {
  position: relative;
}

.vt-section--08 .vt-section__container {
  position: relative;
  z-index: 1;
}

.vt-section--08 .vt-section__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 576px) {
  .vt-section--08 .vt-section__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.vt-section--08 .vt-section__txt {
  color: #6b6c70;
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding-left: 65px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .vt-section--08 .vt-section__txt {
    font-size: 1.3em;
    margin-bottom: 15px;
  }
}

.vt-section--08 .vt-section__txt strong {
  color: #4a4a4a;
}

.vt-section--08 .vt-section__txt i {
  color: #575757;
  font-size: 4.5rem;
  left: 0;
  position: absolute;
  text-align: center;
  top: 3px;
  width: 50px;
}

@media only screen and (max-width: 1024px) {
  .vt-section--08 .vt-section__txt i {
    font-size: 3.5rem;
  }
}

.vt-section--08 .vt-section__txt a {
  color: #6b6c70;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

@media only screen and (max-width: 768px) {
  .vt-section--08 .vt-section__txt a {
    font-size: 1.4rem;
  }
}

.vt-section--08 .vt-section__txt a:hover {
  color: #1b7e39;
}

.vt-section--08 .vt-section__img {
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  padding-top: calc(100% / (620 / 650));
  position: relative;
  width: 100%;
}

.vt-section--08 .vt-section__img img {
  position: absolute;
  height: 100%;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  width: 100%;
  z-index: 0;
}

.vt-section--09 {
  background-color: #f0f9f9;
  padding: 60px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .vt-section--09 {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 576px) {
  .vt-section--09 .vt-section__col {
    margin-bottom: 30px;
  }
}

.vt-section--09.noBg {
  background-color: transparent;
  padding: 0;
}

.vt-section--09.noBg .vt-section__col {
  margin-bottom: 60px;
}

.vt-section--09 .vt-section__item {
  background-color: #fff;
  border-radius: 9px;
  -webkit-box-shadow: 0.927px 2.853px 8.82px 0.18px rgba(40, 40, 40, 0.23);
          box-shadow: 0.927px 2.853px 8.82px 0.18px rgba(40, 40, 40, 0.23);
  height: 100%;
  padding: 40px 20px;
}

.vt-section--09 .vt-section__info {
  padding-top: 15px;
}

.vt-section--09 .vt-section__title {
  color: #1b7e39;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: color .5s;
  transition: color .5s;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .vt-section--09 .vt-section__title {
    font-size: 2rem;
  }
}

.vt-section--09 .vt-section__title:hover {
  color: #1b7e39;
}

.vt-section--09 .vt-section__img {
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  padding-top: calc(100% / (570 / 325));
  position: relative;
  width: 100%;
}

.vt-section--09 .vt-section__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.vt-section--09 .vt-section__img img {
  position: absolute;
  height: 100%;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  width: 100%;
  z-index: 0;
}

.vt-section--09 .vt-section__txt {
  color: #666;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.vt-section--10 {
  margin-bottom: 60px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .vt-section--10 {
    margin-bottom: 30px;
  }
}

.vt-section--10 .vt-txt {
  text-align: justify;
}

.vt-section--10 .vt-section__title {
  color: #1b7e39;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 576px) {
  .vt-section--10 .vt-section__title {
    margin-bottom: 0;
  }
}

.vt-section--10 .vt-section__row {
  margin-bottom: 30px;
}

.vt-section--10.pd30 .vt-section__row {
  margin-bottom: 88px;
}

@media only screen and (max-width: 768px) {
  .vt-section--10.pd30 .vt-section__row {
    margin-bottom: 50px;
  }
}

.vt-section--10.pd30 .vt-section__row > div:last-child {
  padding-left: 30px;
}

@media only screen and (max-width: 768px) {
  .vt-section--10.pd30 .vt-section__row > div:last-child {
    padding-left: 15px;
  }
}

.vt-section--10.pd30 .vt-section__row.flex-md-row-reverse > div:last-child {
  padding-left: 15px;
  padding-right: 30px;
}

@media only screen and (max-width: 768px) {
  .vt-section--10.pd30 .vt-section__row.flex-md-row-reverse > div:last-child {
    padding-right: 15px;
  }
}

.vt-section--10 .vt-section__txt {
  color: #8a9696;
  font-size: 16px;
}

.vt-section--10 .vt-section__txt strong {
  color: #6a7474;
}

.vt-section--10 .vt-section__img {
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  padding-top: calc(100% / (400 / 265));
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .vt-section--10 .vt-section__img {
    margin-bottom: 15px;
  }
}

.vt-section--10 .vt-section__img img {
  position: absolute;
  height: 100%;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  width: 100%;
  z-index: 0;
}

.vt-section--11 {
  position: relative;
}

.vt-section--11 .vt-section__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.vt-section--11 .vt-section__row::before {
  background-color: #f2f2f2;
  content: "";
  height: 100%;
  left: 15px;
  position: absolute;
  right: 15px;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .vt-section--11 .vt-section__row::before {
    display: none;
  }
}

.vt-section--11 .vt-section__txt {
  color: #8a9696;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media only screen and (max-width: 1024px) {
  .vt-section--11 .vt-section__txt {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .vt-section--11 .vt-section__txt {
    font-size: 1.3rem;
  }
}

.vt-section--11 .vt-section__txt strong {
  color: #6a7474;
}

.vt-section--11 .vt-section__title {
  color: #1b7e39;
  font-size: 2rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.vt-section--11 .vt-section__img {
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  padding-top: calc(100% / (400 / 265));
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .vt-section--11 .vt-section__img {
    margin: 15px 0;
  }
}

.vt-section--11 .vt-section__img img {
  position: absolute;
  height: 100%;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  width: 100%;
  z-index: 0;
}

.vt-section--12 {
  padding: 30px 0;
  position: relative;
}

.vt-section--12 .vt-section__col {
  margin-bottom: 30px;
}

.vt-section--12 .vt-section__txt {
  color: #8a9696;
  font-size: 1.6rem;
}

.vt-section--12 .vt-section__title {
  color: #1b7e39;
  font-size: 2rem;
  margin-bottom: 15px;
}

.vt-section--13 {
  margin-bottom: 60px;
  position: relative;
}

.vt-section--13 .vt-section__item {
  background-color: #fff;
  border-radius: 9px;
  -webkit-box-shadow: 0.927px 2.853px 8.82px 0.18px rgba(40, 40, 40, 0.23);
          box-shadow: 0.927px 2.853px 8.82px 0.18px rgba(40, 40, 40, 0.23);
  margin-bottom: 30px;
  padding: 0 30px 40px;
}

.vt-section--13 .vt-section__item.small {
  background-color: #ebebeb;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
}

.vt-section--13 .vt-section__item.small .vt-section__img {
  background-color: #ebebeb;
  border-radius: 9px;
}

.vt-section--13 .vt-section__info {
  padding-top: 15px;
}

.vt-section--13 .vt-section__img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 130px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  overflow: hidden;
  margin: 0 -30px;
  padding: 10px 0;
  position: relative;
  width: calc(100% + 60px);
}

.vt-section--13 .vt-section__img img {
  max-height: 100px;
  max-width: 90%;
  width: auto;
}

.vt-section--13 .vt-section__txt {
  color: #666;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.vt-section--13 .vt-section__readmore {
  border-top: 1px solid #e1e1e1;
  border-radius: 0 0 10px 10px;
  color: #8a9696;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 -30px -40px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .5s, background-color .5s;
  transition: color .5s, background-color .5s;
  width: calc(100% + 60px);
}

.vt-section--13 .vt-section__readmore:hover {
  background-color: #1b7e39;
  color: #fff;
}

.vt-section--14 {
  margin-bottom: 60px;
  position: relative;
}

@media only screen and (max-width: 576px) {
  .vt-section--14 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .vt-section--14 .vt-section__col {
    margin-bottom: 30px;
  }
}

.vt-section--14 .vt-section__item {
  height: 100%;
}

.vt-section--14 .vt-section__item.inactive {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.vt-section--14 .vt-section__img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c6e5e5 url(../img/common/bg-01.png) repeat 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .vt-section--14 .vt-section__img {
    height: 150px;
  }
  .vt-section--14 .vt-section__img img {
    max-width: 80%;
  }
}

@media only screen and (max-width: 576px) {
  .vt-section--14 .vt-section__img {
    margin-bottom: 0;
  }
}

.vt-section--14 .vt-section__img i {
  color: #008186;
  font-size: 10rem;
}

.vt-section--14 .vt-section__img img {
  max-height: 100rem;
  width: auto;
}

.vt-section--14 .vt-section__info {
  color: #1b7e39;
  font-size: 2rem;
  font-weight: bold;
  min-height: 60px;
  margin-top: 20px;
}

@media only screen and (max-width: 576px) {
  .vt-section--14 .vt-section__info {
    font-size: 1.6rem;
    margin-top: 10px;
    min-height: 40px;
  }
}

.vt-section--14 .vt-section__info span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .vt-section--14 .vt-section__info span {
    font-size: 1.3rem;
  }
}

.vt-section--15 {
  background-color: #f0f9f9;
  margin-bottom: 60px;
  padding: 60px 0;
}

.vt-section--15.noBg {
  background-color: transparent;
}

.vt-section--15.noBg .vt-section__title {
  border-left: 0;
  color: #1b7e39;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 0;
}

.vt-section--15.noBg .vt-section__info {
  color: #8a9696;
  font-size: 1.6rem;
  margin-top: 15px;
}

@media only screen and (max-width: 576px) {
  .vt-section--15.noBg .vt-section__info {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .vt-section--15 {
    padding: 30px 0;
  }
}

.vt-section--15 .vt-section__head {
  color: #1b7e39;
  font-size: 3.5rem;
  font-weight: normal;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .vt-section--15 .vt-section__head {
    font-size: 3rem;
  }
}

.vt-section--15 .vt-section__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vt-section--15 .vt-section__item {
  margin-bottom: 15px;
  width: 100%;
}

.vt-section--15 .vt-section__title {
  border-left: 5px solid #1b7e39;
  color: #4a4a4a;
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 5px 50px 0 10px;
  position: relative;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .vt-section--15 .vt-section__title {
    font-size: 1.8rem;
  }
}

.vt-section--15 .vt-section__title span {
  background-color: #008186;
  border-radius: 5px;
  display: inline-block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
}

.vt-section--15 .vt-section__title span::before, .vt-section--15 .vt-section__title span::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  width: 16px;
}

.vt-section--15 .vt-section__title span::before {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vt-section--15 .vt-section__title span::after {
  top: 13px;
  left: 7px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.vt-section--15 .vt-section__title.active span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.vt-section--15 .vt-section__title.active + .vt-section__info {
  max-height: 3000px;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.vt-section--15 .vt-section__info {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s cubic-bezier(0, 1, 0, 1), padding 1s;
  transition: max-height 1s cubic-bezier(0, 1, 0, 1), padding 1s;
}

.vt-section--15 .vt-section__box {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0.707px 0.707px 6px 0px rgba(40, 40, 40, 0.2);
          box-shadow: 0.707px 0.707px 6px 0px rgba(40, 40, 40, 0.2);
  margin: 30px 5px;
  padding: 30px;
  position: relative;
}

/*.vt-section--15 .vt-section__box::before {
  border-left: 5px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 40px solid #fff;
  content: "";
  height: 0;
  left: 5%;
  position: absolute;
  top: -30px;
  width: 0;
}*/

.vt-section--15 .vt-section__box ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
}

.vt-section--15 .vt-section__box ul li {
  color: #6b6c70;
  font-size: 1.6rem;
  padding-left: 20px;
  position: relative;
}

.vt-section--15 .vt-section__box ul li::before {
  background-color: #6b6c70;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 10px;
}

.vt-section--15 .vt-section__box ul li:last-child {
  margin-bottom: 0;
}

.vt-section--15 .vt-section__box h4 {
  color: #1b7e39;
  font-size: 2.2rem;
  text-transform: uppercase;
}

.vt-section--15 .vt-section__box p {
  color: #6b6c70;
  font-size: 1.6rem;
}

.vt-section--15 .vt-section__box p.center {
  text-align: center;
}

.vt-section--15 .vt-section__box p i {
  color: #008186;
  display: inline-block;
  margin-top: 15px;
}

.vt-section--15 .vt-section__box p strong {
  font-size: 22px;
}

.vt-section--15 .vt-section__box p:last-child {
  margin-bottom: 0;
}

.vt-section--15 .vt-section__box table {
  border-collapse: collapse;
  border: 1px solid #d7d7d7;
  width: 100%;
}

.vt-section--15 .vt-section__box table th,
.vt-section--15 .vt-section__box table td {
  border: 1px solid #d7d7d7;
  color: #6b6c70;
  font-size: 1.6rem;
  padding: 10px;
  text-align: center;
}

.vt-section--15 .vt-section__box table th:first-child,
.vt-section--15 .vt-section__box table td:first-child {
  text-align: left;
}

.vt-section--15 .vt-section__box table th {
  color: #fff;
  background-color: #008186;
}

.vt-section--16 {
  padding: 30px;
}

.vt-section--16 .swiper-slide {
  height: 100%;
}

.vt-section--16 .vt-item__avatar {
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  padding-top: calc(100% / (550 / 370));
  position: relative;
  width: 100%;
}

.vt-section--16 .vt-item__avatar img {
  position: absolute;
  height: 100%;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  width: 100%;
  z-index: 0;
}

.vt-section--16 .vt-item__thumbs {
  border: 1px solid transparent;
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding-top: calc(100% / (130 / 95));
  position: relative;
  width: 100%;
}

.vt-section--16 .vt-item__thumbs:hover {
  border-color: #1b7e39;
  cursor: pointer;
}

.vt-section--16 .vt-item__thumbs img {
  position: absolute;
  height: 100%;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  width: 100%;
  z-index: 0;
}

.vt-section--16 .vt-section__thumbs {
  margin-top: 15px;
  padding: 0 50px;
  position: relative;
  width: 100%;
}

.vt-section--16 .vt-section__thumbs .swiper-container {
  position: relative;
}

.vt-section--16 .swiper-button-prev,
.vt-section--16 .swiper-button-next {
  color: #959595;
}

.vt-section--16 .swiper-button-prev:hover,
.vt-section--16 .swiper-button-next:hover {
  color: #1b7e39;
}

.vt-section--16 .swiper-button-prev {
  left: 0;
}

.vt-section--16 .swiper-button-next {
  right: 0;
}

.vt-section--16 .swiper-slide .vt-detail__avatar {
  display: block;
  text-align: center;
}

.vt-section--16 .swiper-slide-active .vt-item__thumbs {
  border-color: #1b7e39;
}

.vt-section--17 {
  margin-bottom: 60px;
  position: relative;
}

.vt-section--17 .vt-section__date {
  color: #979797;
  font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
  .vt-section--17 .vt-section__date {
    font-size: 1.2rem;
  }
}

.vt-section--17 .vt-section__item {
  margin-bottom: 30px;
}

.vt-section--17 .vt-section__title {
  color: #1b7e39;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: color .5s;
  transition: color .5s;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .vt-section--17 .vt-section__title {
    font-size: 1.6rem;
  }
}

.vt-section--17 .vt-section__title:hover {
  color: #1b7e39;
}

.vt-section--17 .vt-section__img {
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  padding-top: calc(100% / (370 / 280));
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .vt-section--17 .vt-section__img {
    margin-bottom: 15px;
    padding-top: calc(100% / (370 / 180));
  }
}

.vt-section--17 .vt-section__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.vt-section--17 .vt-section__img img {
  position: absolute;
  height: 100%;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  width: 100%;
  z-index: 0;
}

.vt-section--17 .vt-section__txt {
  color: #8a9696;
  font-size: 1.6rem;
}

.vt-section--17 .vt-section__readmore {
  color: #1b7e39;
  display: inline-block;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: color .5s, padding-left .5s;
  transition: color .5s, padding-left .5s;
}

.vt-section--17 .vt-section__readmore:hover {
  color: #0c5b2e;
  padding-left: 10px;
}

.vt-section--18 {
  position: relative;
}

.vt-section--18 .vt-section__item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.vt-section--18 .vt-section__head {
  color: #8a9696;
  font-size: 2.8rem;
  font-weight: normal;
  margin-bottom: 30px;
}

.vt-section--18 .vt-section__head span {
  color: #979797;
  display: block;
  font-size: 1.5rem;
}

.vt-section--18 .vt-section__title {
  color: #1b7e39;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: color .5s;
  transition: color .5s;
  text-decoration: none;
}

@media only screen and (max-width: 576px) {
  .vt-section--18 .vt-section__title {
    font-size: 1.6rem;
  }
}

.vt-section--18 .vt-section__title:hover {
  color: #1b7e39;
}

.vt-section--18 .vt-section__txt {
  color: #8a9696;
  font-size: 1.6rem;
}

@media only screen and (max-width: 576px) {
  .vt-section--18 .vt-section__txt {
    font-size: 1.3rem;
  }
}

.vt-section--18 .vt-section__input {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  max-width: 50%;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .vt-section--18 .vt-section__input {
    max-width: 100%;
  }
}

.vt-section--18 .vt-section__input input {
  border: 1px solid #ccc;
  color: #979797;
  font-size: 1.3rem;
  height: 38px;
  padding: 10px;
  width: 100%;
}

.vt-section--18 .vt-section__input button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1b7e39;
  border: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
}

.entry-content img {
    max-width: 100% !important;
    height: auto !important;
}
/*new homepage*/
.slider-home {
  display: flex;
  height: 300px;
  background: #fff;
  overflow: hidden;
}

.items-home {
  display: flex;
  flex-direction: column;
  width: 30%;
  justify-content: center;
  background: #eff9f9;
}

.item-home {
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size:2rem;
  font-weight: bold;
  color:#666;
}

.item-home.active {
  font-size: 3rem;
  color: #1b7e39;
}
@media only screen and (max-width: 1024px) {
  .items-home {
    font-size:1.8rem;
  }
  .item-home.active {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .item-home.active {
    font-size: 2.2rem;
  }
  .items-home {
    font-size:1.8rem;
  }
}

@media only screen and (max-width: 576px) {
  .item-home.active {
    font-size: 2.2rem;
  }
  .items-home {
    font-size:1.8rem;
  }
}

.content-home {
  width: 70%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.content-home.show {
  opacity: 1;
  transform: translateY(0);
}
.content-home .text {
  flex: 1;
  font-size:1.6rem;
  padding: 10px;
}

.content-home .image {
  flex: 1;
  padding: 10px;
  display: block;
}

.content-home .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-category {
  display: flex;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.slides-category {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.slide-category {
  flex: 0 0 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.slide-category img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.slide-content {
  flex: 1;
  padding: 0 15px;
  text-align: left;
}

.slide-image {
  flex: 1;
  text-align: center;
}

.slider-category .navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.slider-category .navigation div {
  pointer-events: all;
  cursor: pointer;
  border: 1px solid #1b7e39;
  border-radius: 50%;
  color: #1b7e39;
  height: 44px;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-category .navigation div#next::after {
  font-family: swiper-icons;
  content: 'next';
  font-size: 20px;
}
.slider-category .navigation div#prev::after {
  font-family: swiper-icons;
  content: 'prev';
  font-size: 20px;
}
.slider-category .navigation div:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.home-categories {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.home-category {
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  background-color: #e8e8e8;
  border-radius: 5px;
  color:#1b7e39;
  font-weight: 600;
  font-size: 2.2rem;
  transition: background-color 0.3s;
  text-align: center;
}

.home-category.active {
  background-color: #1b7e39;
  color: #fff;
}
@media (max-width: 768px) {
  .content-home .image {
      display: none;
  }
  .home-categories {
    flex-direction: column;
    align-items: center;
  }

  .home-category {
      margin: 5px 0;
      width: 80%;
      text-align: center;
  }
  .slide-category {
    flex-direction: column;
  }

  .slide-image {
      margin-bottom: 15px;
  }
}
