.slick-slider .slick-prev, .slick-slider .slick-next {
  background: rgba(255, 255, 255, 0.4);
  left: 0;
  right: auto;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
}
.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  background: rgba(255, 255, 255, 0.8);
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  content: "\f053" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #333333;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.slick-slider .slick-next {
  left: auto;
  right: 0;
}
.slick-slider .slick-next:before {
  content: "\f054" !important;
}
.slick-slider .slick-dots li {
  margin: 3px;
  width: 15px;
  height: 15px;
}
.slick-slider .slick-dots li button {
  width: 15px;
  height: 15px;
}
.slick-slider .slick-dots li button:before {
  font-size: 0;
  width: 15px;
  height: 15px;
  background-color: rgba(88, 117, 7, 0.3);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: 0.5S;
  -moz-transition: 0.5S;
  -o-transition: 0.5S;
  transition: 0.5S;
}
.slick-slider .slick-dots li.slick-active button:before, .slick-slider .slick-dots li:hover button:before {
  width: 15px;
  height: 15px;
  background-color: #587507;
}
.slick-slider .slick-track .slick-slide {
  float: right;
}
.slick-slider .slick-track .slick-slide:focus {
  outline: none;
}

.multimedia-main-slider {
  border-bottom: 10px solid #587507;
}
.multimedia-main-slider .items-style {
  position: relative;
}
.multimedia-main-slider .items-style .image a {
  position: relative;
  display: inline-block;
  z-index: 0;
  margin-bottom: -8px;
}
.multimedia-main-slider .items-style .image a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px -150px 100px -50px rgba(0, 0, 0, 0.9) inset;
  z-index: 1;
}
.multimedia-main-slider .items-style .title {
  font-size: 1em;
  line-height: 1.4em;
  max-height: 2.8em;
  overflow: hidden;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
}
.multimedia-main-slider .items-style .title a {
  color: #fff;
}
.multimedia-main-slider .items-style .title a:hover {
  color: #fdaa32;
}

.sub-main-slider .slick-slide:not(.slick-current) .image {
  position: relative;
}
.sub-main-slider .slick-slide:not(.slick-current) .image:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  background-color: rgba(88, 117, 7, 0.4);
}

.multimedia-information {
  border-left: 14px solid #fdaa32;
}
.multimedia-information .image {
  flex: 0 0 197px;
}
@media screen and (max-width: 1365px) {
  .multimedia-information .image {
    flex: 0 0 166px;
  }
}
@media screen and (max-width: 1199px) {
  .multimedia-information .image {
    flex: 0 0 131px;
  }
}
.multimedia-information .title {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.4em;
  height: 2.7em;
  overflow: hidden;
}
.multimedia-information .title a {
  color: #333333;
}
.multimedia-information .title a:hover {
  color: #587507;
}
.multimedia-information .text {
  font-size: 0.7em;
  color: #7a7a7a;
  text-align: justify;
  line-height: 1.7em;
  height: 3.4em;
  overflow: hidden;
}

.tab-content > .tab-pane {
  display: block;
  visibility: hidden;
}

.tab-content > .tab-pane.active {
  visibility: visible;
}

.tab-content {
  position: relative;
}

.tab-pane:not(.active) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tab-style .nav {
  display: inline-flex;
  background: #d9dfd3;
  border-radius: 30px;
}
.tab-style .nav .nav-item .nav-link {
  font-size: 0.85em;
  font-weight: bold;
  border-radius: 30px;
  line-height: 24px;
  height: 40px;
  overflow: hidden;
  border: none;
  color: #333333;
  margin: 5px;
}
.tab-style .nav .nav-item .nav-link.active, .tab-style .nav .nav-item .nav-link:hover {
  background-color: #587507;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .tab-style .nav {
    background: none;
    border: none;
  }
  .tab-style .nav .nav-item .nav-link {
    border: 1px solid #d9dfd3;
  }
  .tab-style .nav-tabs .nav-item {
    flex-basis: 50%;
    text-align: center;
  }
}

.main-slider {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .main-slider:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -10px;
    right: -10px;
    height: 3.8vw;
    background: url("../../images/slider-front.svg") bottom/contain no-repeat;
    z-index: 1;
  }
}
.main-slider .item {
  display: inline-block;
  position: relative;
}
.main-slider .item .image img {
  width: 100%;
}
.main-slider .item .box {
  position: absolute;
  left: calc((100vw - 1140px) / 2 + 15px);
  bottom: 100px;
  max-width: 400px;
  min-width: 300px;
}
.main-slider .item .box:before {
  content: "";
  position: absolute;
  display: block;
  right: -5px;
  bottom: -5px;
  width: 5px;
  height: 90%;
  background: url("../../images/shape-2.svg") bottom left/contain no-repeat;
}
.main-slider .item .box:after {
  content: "";
  position: absolute;
  display: block;
  right: -5px;
  bottom: -5px;
  width: 90%;
  height: 5px;
  background: url("../../images/shape-3.svg") top right/contain no-repeat;
}
@media screen and (min-width: 2400px) {
  .main-slider .item .box {
    left: 645px;
  }
}
@media screen and (max-width: 1365px) {
  .main-slider .item .box {
    bottom: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .main-slider .item .box {
    left: calc((100vw - 960px) / 2 + 15px);
    position: relative;
    bottom: 0;
    left: 0;
    margin: 15px 15px 40px 15px;
    max-width: unset;
    min-width: unset;
  }
  .main-slider .item .box:after, .main-slider .item .box:before {
    display: none;
  }
}
.main-slider .item .box .text {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.4);
  border-radius: 0 15px 0 15px;
  position: relative;
  z-index: 1;
}
.main-slider .item .box .text:before {
  content: "";
  position: absolute;
  top: -60px;
  right: -30px;
  width: 227px;
  height: 82px;
  background: url("../../images/shape-1.png") center/contain no-repeat;
}
.main-slider .item .box .text .title {
  color: #611b00;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1.5em;
  max-height: 3em;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-slider .item .box .text .title:hover {
  color: #333333;
}
.main-slider .item .box .text .abstract {
  color: rgba(97, 27, 0, 0.8);
  font-size: 0.9em;
  line-height: 1.5em;
  max-height: 3em;
  overflow: hidden;
}
.main-slider .item .box .text .abstract p {
  margin-bottom: 0;
}
.main-slider .item .box .text .more {
  position: absolute;
  left: 30px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  background: #fdaa32;
  padding: 8px 20px;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-slider .item .box .text .more:hover {
  background: #587507;
}
@media screen and (max-width: 1199px) {
  .main-slider .item .box .text:before {
    display: none;
  }
  .main-slider .item .box .text {
    box-shadow: none;
    border: 1px solid #cccccc;
  }
}
@media screen and (max-width: 767px) {
  .main-slider .item .box .text {
    font-size: 0.8em;
  }
}
.main-slider .slick-prev, .main-slider .slick-next {
  width: 50px;
  height: 50px;
}
.main-slider .slick-prev {
  left: 45px;
  right: auto;
}
@media screen and (min-width: 2400px) {
  .main-slider .slick-prev {
    left: 645px;
  }
}
@media screen and (max-width: 1199px) {
  .main-slider .slick-prev {
    left: calc((100vw - 960px) / 2 + 15px);
  }
}
@media screen and (max-width: 991px) {
  .main-slider .slick-prev {
    left: 15px;
  }
}
.main-slider .slick-next {
  right: 45px;
  left: auto;
}
@media screen and (min-width: 2400px) {
  .main-slider .slick-next {
    right: 645px;
  }
}
@media screen and (max-width: 1199px) {
  .main-slider .slick-next {
    right: calc((100vw - 960px) / 2 + 15px);
  }
}
@media screen and (max-width: 991px) {
  .main-slider .slick-next {
    right: 15px;
  }
}
.main-slider .slick-dots {
  bottom: 0;
}

.title-type-2 .section-title {
  color: #333333;
}
.title-type-2 .section-title:before {
  background: url("../../images/flower-red.svg") center/contain no-repeat;
}
.title-type-2 .section-title:after {
  background: url("../../images/shape-4.png") center/contain no-repeat;
}

.title-type-3 .section-title {
  color: #333333;
}
.title-type-3 .section-title:before {
  background: url("../../images/flower-green.svg") center/contain no-repeat;
}
.title-type-3 .section-title:after {
  background: url("../../images/shape-4.png") center/contain no-repeat;
}

.shohada-section {
  background: url("../../images/bg-image-1.png") 59% 34%/260px no-repeat;
}
@media screen and (max-width: 767px) {
  .shohada-section {
    background: url("../../images/bg-image-1.png") 60% 52%/240px no-repeat;
  }
}

.shohada-slider .item .image img {
  margin: 0 auto;
}
.shohada-slider .item .text .label {
  font-size: 0.8em;
  font-weight: bold;
}
.shohada-slider .item .text .value {
  font-weight: 800;
}
.shohada-slider .slick-prev, .shohada-slider .slick-next {
  background: rgba(88, 117, 7, 0.2);
}
.shohada-slider .slick-prev:hover, .shohada-slider .slick-next:hover {
  background: rgba(88, 117, 7, 0.4);
}
.shohada-slider .slick-prev {
  left: -12px;
  right: auto;
}
.shohada-slider .slick-next {
  left: auto;
  right: -12px;
}

.shohada-more-link a {
  font-size: 0.875em;
  background: #fdaa32;
  padding: 8px 20px;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.shohada-more-link a:hover {
  background: #587507;
}

@media screen and (max-width: 767px) {
  .mobile-margin {
    margin-bottom: 300px;
  }
}

.green-bg {
  background: url("../../images/bg-news-front.svg") center/auto 100% repeat-x;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .green-bg {
    padding-top: 50px;
    background: #71911B;
  }
}

.news-slider .news-type-1 {
  background: #f0efeb;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
.news-slider .news-type-1 .image {
  flex: 0 0 40%;
}
.news-slider .news-type-1 .text {
  position: relative;
}
.news-slider .news-type-1 .text .date {
  flex: 0 0 60px;
}
.news-slider .news-type-1 .text .date .day {
  background: #587507;
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1em;
}
.news-slider .news-type-1 .text .date .month {
  font-size: 0.8em;
  color: #fff;
  background: #fdaa32;
}
.news-slider .news-type-1 .text .title {
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1.3em;
  max-height: 3.7em;
  overflow: hidden;
}
.news-slider .news-type-1 .text .title a {
  color: #333333;
}
.news-slider .news-type-1 .text .title a:hover {
  color: #587507;
}
.news-slider .news-type-1 .text .abstract {
  color: #3a2922;
  font-size: 0.9em;
  line-height: 1.5em;
  height: 6em;
  overflow: hidden;
}
.news-slider .news-type-1 .text .abstract p, .news-slider .news-type-1 .text .abstract ul {
  margin-bottom: 0;
}
.news-slider .news-type-1 .text .more-link {
  position: absolute;
  left: 15px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.news-slider .news-type-1 .text .more-link a {
  font-size: 0.875em;
  background: #fdaa32;
  padding: 8px 20px;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-slider .news-type-1 .text .more-link a:hover {
  background: #587507;
}
@media screen and (max-width: 991px) {
  .news-slider .news-type-1 .text .abstract {
    height: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  .news-slider .news-type-1 .image {
    flex: 0 0 50%;
  }
  .news-slider .news-type-1 .text .abstract {
    height: 3em;
  }
}
@media screen and (max-width: 575px) {
  .news-slider .news-type-1 .text .abstract {
    height: 6em;
  }
}
.news-slider .slick-prev, .news-slider .slick-next {
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.news-slider .slick-prev {
  left: 15px;
  right: auto;
}
.news-slider .slick-next {
  left: 60px;
  right: auto;
}

.news-item {
  margin-bottom: 60px;
}
.news-item .title {
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.7em;
  height: 1.7em;
  overflow: hidden;
}
.news-item span i {
  color: #587507;
}
.news-item span:hover {
  color: #fdaa32;
}
.news-item span:hover i {
  color: #fdaa32;
}
.news-item .text {
  font-size: 0.75em;
  text-align: justify;
  line-height: 1.7em;
  height: 6.8em;
  overflow: hidden;
}
.news-item .content {
  font-size: 0.7em;
  font-weight: bold;
}

.svg-bg {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 550px;
  background-image: url(../../images/Shape-8.png), url(../../images/Shape-7.png), url(../../images/Shape-6.png);
  background-size: 80%, 80%, 75%, contain;
  background-repeat: no-repeat;
  background-position: 64% 32%, 65% 0%, 50% 20%;
}
@media only screen and (max-width: 1199px) {
  .svg-bg {
    min-height: 490px;
  }
}
@media only screen and (max-width: 991px) {
  .svg-bg {
    min-height: 50vw;
  }
}
@media only screen and (max-width: 767px) {
  .svg-bg {
    min-height: 95vw;
  }
}
@media only screen and (max-width: 575px) {
  .svg-bg {
    min-height: 90vw;
  }
}

.box-shadow-style {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.light-gray-bg {
  padding-top: 120px;
  padding-bottom: 50px;
  background: #f1f2f0 url("../../images/bg-bottom-multimedia.svg") top/contain no-repeat;
}
.light-gray-bg .news-type-3 {
  background-color: #fff;
}
.light-gray-bg .news-type-3 .title {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.7em;
  height: 3.4em;
  overflow: hidden;
}
.light-gray-bg .news-type-3 .title a {
  color: #333333;
}
.light-gray-bg .news-type-3 .title a:hover {
  color: #587507;
}
.light-gray-bg .news-type-3 .view, .light-gray-bg .news-type-3 .date {
  font-size: 0.7em;
  font-weight: 600;
  color: #7a7a7a;
}
.light-gray-bg .news-type-3 .line {
  width: 100%;
  height: 4px;
  background-color: #fdaa32;
}

/*# sourceMappingURL=front-page-style.css.map */
