/* Text styles */
/*===================================
===================================*/
.banner-all-section {
  width: 100%;
  height: 300px;
}
@media (max-width: 1440px) {
  .banner-all-section {
    height: 270px;
  }
}
@media (max-width: 766px) {
  .banner-all-section {
    height: 250px;
  }
}
@media (max-width: 519px) {
  .banner-all-section {
    height: 190px;
  }
}
.banner-all-section img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.common-title-area {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 15px 0;
}
.common-title-area h1, .common-title-area h2, .common-title-area h3, .common-title-area h4, .common-title-area h5, .common-title-area h6 {
  color: #016d34;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1598px) {
  .common-title-area h1, .common-title-area h2, .common-title-area h3, .common-title-area h4, .common-title-area h5, .common-title-area h6 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .common-title-area h1, .common-title-area h2, .common-title-area h3, .common-title-area h4, .common-title-area h5, .common-title-area h6 {
    font-size: 16px;
  }
}
@media (max-width: 766px) {
  .common-title-area h1, .common-title-area h2, .common-title-area h3, .common-title-area h4, .common-title-area h5, .common-title-area h6 {
    font-size: 16px;
  }
}
@media (max-width: 649px) {
  .common-title-area h1, .common-title-area h2, .common-title-area h3, .common-title-area h4, .common-title-area h5, .common-title-area h6 {
    font-size: 14px;
  }
}

.aboutus-section {
  margin-top: 20px;
}
.aboutus-section .about-title-area {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 15px 0;
}
.aboutus-section .about-title-area h1, .aboutus-section .about-title-area h2, .aboutus-section .about-title-area h3, .aboutus-section .about-title-area h4, .aboutus-section .about-title-area h5, .aboutus-section .about-title-area h6 {
  color: #016d34;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1598px) {
  .aboutus-section .about-title-area h1, .aboutus-section .about-title-area h2, .aboutus-section .about-title-area h3, .aboutus-section .about-title-area h4, .aboutus-section .about-title-area h5, .aboutus-section .about-title-area h6 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .aboutus-section .about-title-area h1, .aboutus-section .about-title-area h2, .aboutus-section .about-title-area h3, .aboutus-section .about-title-area h4, .aboutus-section .about-title-area h5, .aboutus-section .about-title-area h6 {
    font-size: 16px;
  }
}
@media (max-width: 766px) {
  .aboutus-section .about-title-area h1, .aboutus-section .about-title-area h2, .aboutus-section .about-title-area h3, .aboutus-section .about-title-area h4, .aboutus-section .about-title-area h5, .aboutus-section .about-title-area h6 {
    font-size: 16px;
  }
}
@media (max-width: 649px) {
  .aboutus-section .about-title-area h1, .aboutus-section .about-title-area h2, .aboutus-section .about-title-area h3, .aboutus-section .about-title-area h4, .aboutus-section .about-title-area h5, .aboutus-section .about-title-area h6 {
    font-size: 14px;
  }
}
.aboutus-section .about-content {
  color: #4b4c4c;
}
.aboutus-section .about-content h1, .aboutus-section .about-content h2, .aboutus-section .about-content h3, .aboutus-section .about-content h4, .aboutus-section .about-content h5, .aboutus-section .about-content h6 {
  font-size: 20px;
  color: #016d34;
  font-weight: 900;
  margin-bottom: 12px;
}
@media (max-width: 1598px) {
  .aboutus-section .about-content h1, .aboutus-section .about-content h2, .aboutus-section .about-content h3, .aboutus-section .about-content h4, .aboutus-section .about-content h5, .aboutus-section .about-content h6 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .aboutus-section .about-content h1, .aboutus-section .about-content h2, .aboutus-section .about-content h3, .aboutus-section .about-content h4, .aboutus-section .about-content h5, .aboutus-section .about-content h6 {
    font-size: 16px;
  }
}
@media (max-width: 766px) {
  .aboutus-section .about-content h1, .aboutus-section .about-content h2, .aboutus-section .about-content h3, .aboutus-section .about-content h4, .aboutus-section .about-content h5, .aboutus-section .about-content h6 {
    font-size: 16px;
  }
}
@media (max-width: 649px) {
  .aboutus-section .about-content h1, .aboutus-section .about-content h2, .aboutus-section .about-content h3, .aboutus-section .about-content h4, .aboutus-section .about-content h5, .aboutus-section .about-content h6 {
    font-size: 14px;
  }
}
.aboutus-section .about-content ul {
  margin-left: 30px;
}
@media (max-width: 766px) {
  .aboutus-section .about-content ul {
    margin-left: 15px;
  }
}
.aboutus-section .about-content ul li {
  margin-bottom: 10px;
}
.aboutus-section .about-content ul li:last-child {
  margin-bottom: 0;
}

.products-section {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .products-section {
    margin-top: 20px;
  }
}
.products-section .title {
  padding: 15px 0;
}
.products-section .product-list li {
  list-style: none;
  padding: 2px 0;
}
.products-section .product-list li a {
  padding: 10px 20px;
  font-size: 20px;
  color: #4b4c4c;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 230, 195)), to(rgb(253, 221, 171)));
  background: -webkit-linear-gradient(top, rgb(252, 230, 195) 0%, rgb(253, 221, 171) 100%);
  background: -o-linear-gradient(top, rgb(252, 230, 195) 0%, rgb(253, 221, 171) 100%);
  background: linear-gradient(180deg, rgb(252, 230, 195) 0%, rgb(253, 221, 171) 100%);
  display: block;
  width: 100%;
  color: #016D34;
}
@media (max-width: 1598px) {
  .products-section .product-list li a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .products-section .product-list li a {
    font-size: 16px;
  }
}
@media (max-width: 766px) {
  .products-section .product-list li a {
    font-size: 16px;
  }
}
@media (max-width: 649px) {
  .products-section .product-list li a {
    font-size: 14px;
  }
}
.products-section .product-list li a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(253, 221, 171)), to(rgb(252, 230, 195)));
  background: -webkit-linear-gradient(top, rgb(253, 221, 171) 0%, rgb(252, 230, 195) 100%);
  background: -o-linear-gradient(top, rgb(253, 221, 171) 0%, rgb(252, 230, 195) 100%);
  background: linear-gradient(180deg, rgb(253, 221, 171) 0%, rgb(252, 230, 195) 100%);
  color: #000;
}

.map-section iframe {
  height: 300px;
}
@media (max-width: 1440px) {
  .map-section iframe {
    height: 200px;
  }
}
@media (max-width: 990px) {
  .map-section iframe {
    height: 180px;
  }
}

.contact-page-wrap {
  font-weight: 700;
  font-size: 18px;
  color: #4b4c4c;
}
@media (max-width: 1440px) {
  .contact-page-wrap {
    font-size: 16px;
  }
}
@media (max-width: 649px) {
  .contact-page-wrap {
    font-size: 14px;
  }
}
.contact-page-wrap a {
  color: #016D34;
}
.contact-page-wrap a:hover {
  color: #4b4c4c;
}
.contact-page-wrap h1, .contact-page-wrap h2, .contact-page-wrap h3, .contact-page-wrap h4, .contact-page-wrap h5, .contact-page-wrap h6 {
  color: #4b4c4c;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .contact-page-wrap h1, .contact-page-wrap h2, .contact-page-wrap h3, .contact-page-wrap h4, .contact-page-wrap h5, .contact-page-wrap h6 {
    font-size: 14px;
  }
}

.news-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1440px) {
  .news-wrap {
    margin: 0 -15px;
  }
}
@media (max-width: 649px) {
  .news-wrap {
    margin: 0 0px;
  }
}
.news-wrap .news-item {
  max-width: 50%;
  width: 100%;
  padding: 0 20px 40px;
}
@media (max-width: 1440px) {
  .news-wrap .news-item {
    padding: 0 15px 30px;
  }
}
@media (max-width: 649px) {
  .news-wrap .news-item {
    padding: 0 0px 20px;
    max-width: 100%;
  }
}
.news-wrap .news-item .news-item-wrap .news-image {
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
}
.news-wrap .news-item .news-item-wrap .news-image a img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-wrap .news-item .news-item-wrap .news-content .news-meta {
  color: #016D34;
}
.news-wrap .news-item .news-item-wrap .news-content .news-meta .date {
  position: relative;
  margin-bottom: 15px;
}
.news-wrap .news-item .news-item-wrap .news-content .news-meta .date::after {
  content: "";
  background-color: #016D34;
  width: 120px;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.news-wrap .news-item .news-item-wrap .news-headline h1, .news-wrap .news-item .news-item-wrap .news-headline h2, .news-wrap .news-item .news-item-wrap .news-headline h3, .news-wrap .news-item .news-item-wrap .news-headline h4, .news-wrap .news-item .news-item-wrap .news-headline h5, .news-wrap .news-item .news-item-wrap .news-headline h6, .news-wrap .news-item .news-item-wrap .news-headline a {
  font-size: 22px;
  font-weight: 600;
  color: #016D34;
  -webkit-transition: all 0.6;
  -o-transition: all 0.6;
  transition: all 0.6;
}
@media (max-width: 1598px) {
  .news-wrap .news-item .news-item-wrap .news-headline h1, .news-wrap .news-item .news-item-wrap .news-headline h2, .news-wrap .news-item .news-item-wrap .news-headline h3, .news-wrap .news-item .news-item-wrap .news-headline h4, .news-wrap .news-item .news-item-wrap .news-headline h5, .news-wrap .news-item .news-item-wrap .news-headline h6, .news-wrap .news-item .news-item-wrap .news-headline a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news-wrap .news-item .news-item-wrap .news-headline h1, .news-wrap .news-item .news-item-wrap .news-headline h2, .news-wrap .news-item .news-item-wrap .news-headline h3, .news-wrap .news-item .news-item-wrap .news-headline h4, .news-wrap .news-item .news-item-wrap .news-headline h5, .news-wrap .news-item .news-item-wrap .news-headline h6, .news-wrap .news-item .news-item-wrap .news-headline a {
    font-size: 16px;
  }
}
@media (max-width: 766px) {
  .news-wrap .news-item .news-item-wrap .news-headline h1, .news-wrap .news-item .news-item-wrap .news-headline h2, .news-wrap .news-item .news-item-wrap .news-headline h3, .news-wrap .news-item .news-item-wrap .news-headline h4, .news-wrap .news-item .news-item-wrap .news-headline h5, .news-wrap .news-item .news-item-wrap .news-headline h6, .news-wrap .news-item .news-item-wrap .news-headline a {
    font-size: 16px;
  }
}
@media (max-width: 649px) {
  .news-wrap .news-item .news-item-wrap .news-headline h1, .news-wrap .news-item .news-item-wrap .news-headline h2, .news-wrap .news-item .news-item-wrap .news-headline h3, .news-wrap .news-item .news-item-wrap .news-headline h4, .news-wrap .news-item .news-item-wrap .news-headline h5, .news-wrap .news-item .news-item-wrap .news-headline h6, .news-wrap .news-item .news-item-wrap .news-headline a {
    font-size: 14px;
  }
}
.news-wrap .news-item .news-item-wrap .news-headline h1:hover, .news-wrap .news-item .news-item-wrap .news-headline h2:hover, .news-wrap .news-item .news-item-wrap .news-headline h3:hover, .news-wrap .news-item .news-item-wrap .news-headline h4:hover, .news-wrap .news-item .news-item-wrap .news-headline h5:hover, .news-wrap .news-item .news-item-wrap .news-headline h6:hover, .news-wrap .news-item .news-item-wrap .news-headline a:hover {
  color: #4b4c4c;
}
.news-wrap .news-item .news-item-wrap:hover .news-image a img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.news-wrap .loadmore-post {
  display: block;
  text-align: center;
  margin: 50px auto 0;
}
.news-wrap .loadmore-post a {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  background: #016D34;
  color: #fff;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 18px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
@media (max-width: 1440px) {
  .news-wrap .loadmore-post a {
    font-size: 16px;
  }
}
@media (max-width: 649px) {
  .news-wrap .loadmore-post a {
    font-size: 14px;
  }
}
.news-wrap .loadmore-post a:hover {
  background-color: #000;
}

.news-detail-area {
  margin-top: 50px;
}
.news-detail-area a.back-to {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  background: #016D34;
  color: #fff;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 18px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
@media (max-width: 1440px) {
  .news-detail-area a.back-to {
    font-size: 16px;
  }
}
@media (max-width: 649px) {
  .news-detail-area a.back-to {
    font-size: 14px;
  }
}
.news-detail-area a.back-to:hover {
  background-color: #000;
}
.news-detail-area .news-inner-container {
  max-width: 900px;
  width: 100%;
  margin: 30px auto 0;
}
.news-detail-area .news-inner-container .news-image img {
  max-height: 350px;
  min-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-detail-area .news-inner-container .heading-area {
  margin: 20px 0;
}
.news-detail-area .news-inner-container .heading-area h1, .news-detail-area .news-inner-container .heading-area h2, .news-detail-area .news-inner-container .heading-area h3, .news-detail-area .news-inner-container .heading-area h4, .news-detail-area .news-inner-container .heading-area h5, .news-detail-area .news-inner-container .heading-area h6 {
  color: #016D34;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .news-detail-area .news-inner-container .heading-area h1, .news-detail-area .news-inner-container .heading-area h2, .news-detail-area .news-inner-container .heading-area h3, .news-detail-area .news-inner-container .heading-area h4, .news-detail-area .news-inner-container .heading-area h5, .news-detail-area .news-inner-container .heading-area h6 {
    font-size: 24px;
  }
}
@media (max-width: 766px) {
  .news-detail-area .news-inner-container .heading-area h1, .news-detail-area .news-inner-container .heading-area h2, .news-detail-area .news-inner-container .heading-area h3, .news-detail-area .news-inner-container .heading-area h4, .news-detail-area .news-inner-container .heading-area h5, .news-detail-area .news-inner-container .heading-area h6 {
    font-size: 22px;
  }
}
@media (max-width: 649px) {
  .news-detail-area .news-inner-container .heading-area h1, .news-detail-area .news-inner-container .heading-area h2, .news-detail-area .news-inner-container .heading-area h3, .news-detail-area .news-inner-container .heading-area h4, .news-detail-area .news-inner-container .heading-area h5, .news-detail-area .news-inner-container .heading-area h6 {
    font-size: 18px;
  }
}
.news-detail-area .news-inner-container .heading-area .date {
  position: relative;
  margin-top: 10px;
  color: #016D34;
}
.news-detail-area .news-inner-container .heading-area .date::after {
  content: "";
  background-color: #016D34;
  width: 120px;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
}

.product-list-wrap {
  margin-top: 30px;
}
.product-list-wrap h1, .product-list-wrap h2, .product-list-wrap h3, .product-list-wrap h4, .product-list-wrap h5, .product-list-wrap h6 {
  color: #016D34;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1598px) {
  .product-list-wrap h1, .product-list-wrap h2, .product-list-wrap h3, .product-list-wrap h4, .product-list-wrap h5, .product-list-wrap h6 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .product-list-wrap h1, .product-list-wrap h2, .product-list-wrap h3, .product-list-wrap h4, .product-list-wrap h5, .product-list-wrap h6 {
    font-size: 16px;
  }
}
@media (max-width: 766px) {
  .product-list-wrap h1, .product-list-wrap h2, .product-list-wrap h3, .product-list-wrap h4, .product-list-wrap h5, .product-list-wrap h6 {
    font-size: 16px;
  }
}
@media (max-width: 649px) {
  .product-list-wrap h1, .product-list-wrap h2, .product-list-wrap h3, .product-list-wrap h4, .product-list-wrap h5, .product-list-wrap h6 {
    font-size: 14px;
  }
}
.product-list-wrap ul {
  padding-left: 20px;
  margin-top: 20px;
}
.product-list-wrap ul li {
  padding: 4px 0;
}