@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);
html,
body,
html * {
  font-family: "Roboto", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

a,
a:hover {
  text-decoration: none !important;
}

p {
  margin-bottom: 0 !important;
}

header .section-header {
  width: 100%;
  position: relative;
  background-color: #b5db16;
  min-height: 650px;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}
header .section-header .header_top {
  background-image: url("../images/bg-top-left.png");
  background-position: top left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 619px;
  height: 324px;
}
header .section-header .content-section-header {
  position: relative;
}
header .section-header .content-section-header .titel {
  text-align: center;
  color: #fff;
}
header .section-header .content-section-header .titel h1 {
  font-weight: bold;
  font-size: 50px;
  text-transform: uppercase;
}
header .section-header .content-section-header .text-content {
  color: #fff;
  font-size: 16px;
}
header .section-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner-header.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  z-index: -1;
}
header .header-home.section-header {
  min-height: 736px;
}
header .header-contact.section-header {
  min-height: 515px;
}
header .header-contact.section-header .content-section-header {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  padding-bottom: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-contact.section-header .content-section-header .titel {
  margin: 0 0 50px 110px;
}
header .header-new-detail.section-header {
  min-height: 450px;
}
header .header-new-detail.section-header .content-section-header {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-new-detail.section-header .content-section-header .titel {
  margin-left: 80px;
}
header .header-new-detail.section-header .content-section-header .titel h1 {
  font-size: 36px;
}
header .header-new.section-header {
  min-height: 450px;
}
header .header-new.section-header .content-section-header {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-new.section-header .content-section-header .titel {
  margin-left: 80px;
}
header .header-services.section-header {
  min-height: 450px;
}
header .header-services.section-header .content-section-header {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-services.section-header .content-section-header .titel {
  margin-left: 80px;
}
header .header-services.section-header .content-section-header .titel h1 {
  font-size: 36px;
}
header .header-about.section-header .header_top {
  display: none;
}
header .header-about.section-header .content-section-header-about .content-slide-header-about .carousel-item {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
header .header-about.section-header .content-section-header-about .content-slide-header-about .carousel-item img {
  width: 100%;
  height: 100%;
}
header .header-about.section-header::after {
  width: 0;
  height: 0;
}

.header_bottom {
  width: 100%;
  position: fixed;
  min-height: 86px;
  background-color: rgba(27, 129, 35, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
}
.header_bottom .navbar-header {
  padding: 0;
}
.header_bottom .navbar-header .btn-menu-mobile {
  background: #b5db16;
  padding: 5px 5px 5px 5px;
  color: #fff;
  font-size: 24px;
  margin-right: 10px;
}
.header_bottom .navbar-header .btn-menu-mobile .icon-navbar {
  display: flex;
  width: 1.2em;
  height: 1.2em;
  justify-content: center;
  align-items: center;
}
.header_bottom .navbar-header .btn-menu-mobile:focus {
  outline: none;
}
.header_bottom .navbar-header a.navbar-brand {
  width: 25%;
}
.header_bottom .navbar-header a.navbar-brand img {
  max-width: 90px;
  width: 100%;
  padding: 8px 0;
}
.header_bottom .navbar-header .menu-header {
  position: relative;
}
.header_bottom .navbar-header .menu-header .navbar-nav .nav-item {
  font-size: 18px;
  padding: 16px 0;
  transition: all 0.5s;
  position: relative;
}
.header_bottom .navbar-header .menu-header .navbar-nav .nav-item a {
  color: #fff;
}
.header_bottom .navbar-header .menu-header .navbar-nav .nav-item .language {
  display: inline-block;
}
.header_bottom .navbar-header .menu-header .navbar-nav .nav-item .menu-child {
  position: absolute;
  left: 0px;
  top: 90px;
  z-index: 5;
  width: 100%;
  height: max-content;
  text-align: left;
  background-color: #188622;
  opacity: 0;
  transition: top 0.5s;
  visibility: hidden;
}
.header_bottom .navbar-header .menu-header .navbar-nav .nav-item .menu-child li {
  list-style: none;
  padding: 10px;
}
.header_bottom .navbar-header .menu-header .navbar-nav .nav-item .menu-child li a {
  display: block;
}
.header_bottom .navbar-header .menu-header .navbar-nav .nav-item .menu-child li:hover {
  background: #107b1a;
}
.header_bottom .navbar-header .menu-header .navbar-nav .language-item-last.nav-item {
  flex: 0.2 0.2 auto;
}
.header_bottom .navbar-header .menu-header .navbar-nav .nav-item:hover > ul.menu-child {
  top: 75px;
  opacity: 1;
  visibility: visible;
}
.header_bottom .navbar-header .menu-header .navbar-nav .nav-item.active a,
.header_bottom .navbar-header .menu-header .navbar-nav .nav-item:hover a {
  color: #c1d635;
}

.section-introduce .img {
  text-align: center;
}
.section-introduce .img img {
  width: 100%;
  height: 100%;
}
.section-introduce .introduce-content {
  margin-top: 25px;
}
.section-introduce .introduce-content .titel p:nth-child(1) {
  color: #259830;
  font-size: 36px;
  font-weight: bold;
}
.section-introduce .introduce-content .titel p:nth-child(2) {
  color: #c1d534;
  font-size: 30px;
}
.section-introduce .introduce-content .desc-introduce {
  color: #6a6868;
  font-size: 18px;
  margin: 35px 0;
  text-align: justify;
}
.section-introduce .introduce-content .btn-see-detail {
  text-align: right;
}
.section-introduce .introduce-content .btn-see-detail a {
  display: inline-block;
  padding: 10px 20px;
  background: #b5db16;
  color: #fff;
}

.section-service {
  position: relative;
}
.section-service .box-bg {
  clip-path: polygon(0 0, 100% 8%, 100% 95%, 0% 100%);
  background-color: #b5db16;
}
.section-service .box-bg .img {
  position: relative;
  clip-path: polygon(0 5%, 100% 8%, 100% 95%, 0% 100%);
}
.section-service .box-bg .img img {
  width: 100%;
  height: 100%;
  min-height: 900px;
}
.section-service .box-bg .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 129, 35, 0.5);
}
.section-service .service-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-service .service-content .titel {
  margin-bottom: 120px;
}
.section-service .service-content .titel p:nth-child(1) {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.section-service .service-content .titel p:nth-child(2) {
  font-size: 28px;
  color: #b5db16;
}
.section-service .service-content .content-box {
  margin-top: auto;
  position: relative;
}
.section-service .service-content .content-box .img {
  margin: auto;
  margin-top: -40%;
  width: 70%;
}
.section-service .service-content .content-box .img img {
  width: 100%;
  height: 100%;
}
.section-service .service-content .content-box .box-item {
  position: relative;
  padding: 30px;
  height: 100%;
}
.section-service .service-content .content-box .box-item .titel {
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin: 40px 0;
}
.section-service .service-content .content-box .box-item .decs {
  color: #fff;
  font-size: 18px;
  text-align: justify;
}
.section-service .service-content .content-box:nth-child(1) {
  background: #7fc03b;
}
.section-service .service-content .content-box:nth-child(2) {
  background: #59b484;
}
.section-service .service-content .content-box:nth-child(3) {
  background: #a6d017;
}

.section-question .titel {
  color: #259830;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.section-question .question-content .box-item {
  position: relative;
}
.section-question .question-content .box-item .img-bg {
  max-width: 80%;
}
.section-question .question-content .box-item .img-bg img {
  width: 100%;
  height: 100%;
}
.section-question .question-content .box-item .decs {
  position: absolute;
  top: 17%;
  left: 27%;
  width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.section-question .question-content .box-item:nth-child(2n) .img-bg {
  margin-left: auto;
}
.section-question .question-content .box-item:nth-child(2n+1) .img-bg {
  margin-right: auto;
}

.section-more .box .titel {
  color: #259830;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.section-more .box .box-content .new-content-more .img {
  position: relative;
}
.section-more .box .box-content .new-content-more .img img {
  width: 100%;
  height: 100%;
}
.section-more .box .box-content .new-content-more .box-content-new {
  margin: 35px 0;
}
.section-more .box .box-content .new-content-more .box-content-new .date-time {
  background: #b5db16;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.section-more .box .box-content .new-content-more .box-content-new .date-time p:nth-child(1) {
  font-size: 31px;
  font-weight: bold;
}
.section-more .box .box-content .new-content-more .box-content-new .date-time p:nth-child(2) {
  font-size: 9px;
}
.section-more .box .box-content .new-content-more .box-content-new .content-decs {
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
}
.section-more .box .box-content .new-content-more .box-content-new .content-decs .name a {
  color: #259830;
}
.section-more .box .box-content .new-content-more .box-content-new .content-decs .decs {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: justify;
  color: #342014;
}
.section-more .box .box-content .new-content-more .name {
  font-size: 14px;
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
}
.section-more .box .box-content .new-content-more .name a {
  color: #259830;
}
.section-more .box .box-content .new-content-more .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(181, 219, 22, 0.7);
  transition: all 0.5s;
  opacity: 0;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 3em;
  align-items: center;
}
.section-more .box .box-content .new-content-more .img:hover .hover-link {
  opacity: 1;
}
.section-more .box .box-content .next-content-more .img {
  position: relative;
}
.section-more .box .box-content .next-content-more .img img {
  width: 100%;
  height: 100%;
}
.section-more .box .box-content .next-content-more .box-content-next {
  margin: 35px 0;
}
.section-more .box .box-content .next-content-more .box-content-next .date-time {
  background: #b5db16;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.section-more .box .box-content .next-content-more .box-content-next .date-time p:nth-child(1) {
  font-size: 31px;
  font-weight: bold;
}
.section-more .box .box-content .next-content-more .box-content-next .date-time p:nth-child(2) {
  font-size: 9px;
}
.section-more .box .box-content .next-content-more .box-content-next .content-decs {
  font-size: 14px;
  font-weight: bold;
}
.section-more .box .box-content .next-content-more .box-content-next .content-decs .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.section-more .box .box-content .next-content-more .box-content-next .content-decs .name a {
  color: #259830;
}
.section-more .box .box-content .next-content-more .box-content-next .content-decs .decs {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: justify;
  color: #342014;
}
.section-more .box .box-content .next-content-more .box-video .name {
  font-size: 14px;
  margin: 20px 0;
  font-weight: bold;
}
.section-more .box .box-content .next-content-more .box-video .name a {
  color: #259830;
}
.section-more .box .box-content .box-new.next-content-more .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(181, 219, 22, 0.7);
  transition: all 0.5s;
  opacity: 0;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 3em;
  align-items: center;
}
.section-more .box .box-content .box-new.next-content-more .img:hover .hover-link {
  opacity: 1;
}

footer .footer {
  background-image: url(../images/footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 895px;
}
footer .footer .bottom-footer {
  padding-top: 200px;
}
footer .footer .bottom-footer .titel {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
footer .footer .bottom-footer .titel p:nth-child(1) {
  font-size: 30px;
}
footer .footer .bottom-footer .titel p:nth-child(2) {
  font-size: 36px;
  font-weight: bold;
}
footer .footer .bottom-footer .decs-titel {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 90px;
}
footer .footer .bottom-footer .boder-box {
  border-color: rgba(181, 219, 22, 0.7);
}
footer .footer .bottom-footer .box-contact .icon {
  color: #B6DB15;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer .bottom-footer .box-contact .decs p {
  color: #b5db16;
}
footer .footer .bottom-footer .box-contact .decs a {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
footer .footer .bottom-footer .box-contact .decs a.email-decs {
  font-size: 18px;
}
footer .footer .bottom-footer .box-contact-inf .box-inf .titel-name {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 35px;
}
footer .footer .bottom-footer .box-contact-inf .box-inf ul li {
  list-style: none;
  color: #fff;
}
footer .footer .bottom-footer .box-contact-inf .box-inf ul li a {
  font-size: 13px;
  color: #fff;
}
footer .footer .bottom-footer .box-contact-inf .box-inf ul.icon li a {
  font-size: 2rem;
}
footer .footer .bottom-footer .box-contact-inf .box-inf:nth-last-child(1) {
  text-align: center;
}
footer .footer .bottom-footer .box-contact-inf .box-inf:nth-last-child(1) ul li {
  margin-bottom: 5px;
}
footer .footer .bottom-footer .box-contact-inf .box-inf:nth-last-child(1) ul li a {
  padding: 0 2px;
  width: 42px;
  height: 40px;
  display: inline-block;
  text-align: center;
}
footer .footer .bottom-footer .box-contact-inf .box-inf:nth-last-child(1) ul li a i {
  vertical-align: text-top;
}
footer .footer .bottom-footer .box-contact-inf .box-inf:nth-last-child(1) ul li:nth-child(1) a {
  background: #3A56A0;
}
footer .footer .bottom-footer .box-contact-inf .box-inf:nth-last-child(1) ul li:nth-child(2) a {
  background: #BB37C3;
}
footer .footer .bottom-footer .box-contact-inf .box-inf:nth-last-child(1) ul li:nth-child(3) a {
  background: #50ABF1;
}
footer .footer .bottom-footer .box-contact-inf .box-inf:nth-last-child(1) ul li:nth-child(4) a {
  background: #DC4B39;
  font-size: 25px;
}
footer .footer .bottom-footer .box-contact-inf .box-inf:nth-last-child(1) ul li:nth-child(4) a i {
  vertical-align: text-bottom;
}
footer .footer .license {
  color: #fff;
  padding-bottom: 25px;
}

.section-contact {
  position: relative;
}
.section-contact .content-contact {
  margin: 100px 0;
}
.section-contact .content-contact .titel {
  color: #259830;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 35px;
}
.section-contact .content-contact .decs-titel ul li {
  list-style: none;
}
.section-contact .content-contact .decs-titel ul li a {
  color: #000;
}
.section-contact .content-contact .box-item-shadow {
  box-shadow: 1px 2px 5px #ced4da;
}
.section-contact .content-contact .btn-send {
  display: inline-block;
  padding: 10px 35px;
  background: #b5db16;
  color: #fff;
  text-transform: uppercase;
}
.section-contact .box-maps {
  margin-bottom: -115px;
  clip-path: polygon(0 0, 100% 0, 100% 79%, 0% 99%);
}

.section-news {
  margin: 100px 0;
}
.section-news .box-item .img {
  position: relative;
}
.section-news .box-item .img img {
  width: 100%;
  height: 100%;
}
.section-news .box-item .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(181, 219, 22, 0.7);
  transition: all 0.5s;
  opacity: 0;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 3em;
  align-items: center;
}
.section-news .box-item .img:hover .hover-link {
  opacity: 1;
}
.section-news .box-item .box-content-next {
  margin: 35px 0;
}
.section-news .box-item .box-content-next .date-time {
  background: #b5db16;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.section-news .box-item .box-content-next .date-time p:nth-child(1) {
  font-size: 31px;
  font-weight: bold;
}
.section-news .box-item .box-content-next .date-time p:nth-child(2) {
  font-size: 9px;
}
.section-news .box-item .box-content-next .content-decs {
  font-size: 14px;
  font-weight: bold;
}
.section-news .box-item .box-content-next .content-decs .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.section-news .box-item .box-content-next .content-decs .name a {
  color: #259830;
}
.section-news .box-item .box-content-next .content-decs .decs {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: justify;
  color: #342014;
}

.section-new-detail {
  margin-top: 100px;
  margin-bottom: 25px;
}
.section-new-detail .titel-name {
  color: #259830;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.section-new-detail .box-item .img {
  position: relative;
}
.section-new-detail .box-item .img img {
  width: 100%;
  height: 100%;
}
.section-new-detail .box-item .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(181, 219, 22, 0.7);
  transition: all 0.5s;
  opacity: 0;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 3em;
  align-items: center;
}
.section-new-detail .box-item .img:hover .hover-link {
  opacity: 1;
}
.section-new-detail .box-item .box-content-next {
  margin: 35px 0;
}
.section-new-detail .box-item .box-content-next .date-time {
  background: #b5db16;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.section-new-detail .box-item .box-content-next .date-time p:nth-child(1) {
  font-size: 31px;
  font-weight: bold;
}
.section-new-detail .box-item .box-content-next .date-time p:nth-child(2) {
  font-size: 9px;
}
.section-new-detail .box-item .box-content-next .content-decs {
  font-size: 14px;
  font-weight: bold;
}
.section-new-detail .box-item .box-content-next .content-decs .name {
  color: #259830;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.section-new-detail .box-item .box-content-next .content-decs .decs {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: justify;
  color: #342014;
}

.section-services {
  margin-top: 100px;
  margin-bottom: 25px;
}
.section-services .titel-name {
  color: #259830;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.section-services .titel {
  margin-bottom: 120px;
}
.section-services .titel p:nth-child(1) {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.section-services .titel p:nth-child(2) {
  font-size: 28px;
  color: #b5db16;
}
.section-services .box-item {
  position: relative;
  margin-bottom: 100px;
}
.section-services .box-item .img {
  width: 70%;
  position: absolute;
  top: 0;
  margin-top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.section-services .box-item .img img {
  width: 100%;
  height: 100%;
}
.section-services .box-item .titel {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  padding: 100px 20px 20px 20px;
  height: 100%;
}
.section-services .box-item:nth-child(1) {
  background: #7fc03b;
}
.section-services .box-item:nth-child(2) {
  background: #59b484;
}
.section-services .box-item:nth-child(3) {
  background: #a6d017;
}

.section-introduce-about {
  margin: 100px 0;
}
.section-introduce-about .box-item {
  position: relative;
}
.section-introduce-about .box-item .box-bg img {
  width: 95%;
  height: 100%;
}
.section-introduce-about .box-item .box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-introduce-about .box-item .box-content .titel {
  font-size: 24px;
  color: #00ad4d;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.section-introduce-about .box-item .box-content .decs {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.section-service-about {
  position: relative;
}
.section-service-about .box-bg {
  clip-path: polygon(0 0, 100% 8%, 100% 95%, 0% 100%);
  background-color: #b5db16;
}
.section-service-about .box-bg .img {
  position: relative;
  clip-path: polygon(0 5%, 100% 8%, 100% 95%, 0% 100%);
}
.section-service-about .box-bg .img img {
  width: 100%;
  height: 100%;
  min-height: 985px;
}
.section-service-about .box-bg .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 129, 35, 0.5);
}
.section-service-about .service-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-service-about .service-content .titel {
  margin-bottom: 50px;
}
.section-service-about .service-content .titel p {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.section-service-about .service-content .box-content {
  margin-bottom: 25px;
  font-size: 18px;
  color: #fff;
}
.section-service-about .service-content .box-content .decs {
  text-align: justify;
}
.section-service-about .service-content .box-content .titel-name-box {
  font-weight: bold;
  text-transform: uppercase;
}

.section-history-about {
  margin: 100px 0;
}
.section-history-about .titel {
  font-size: 36px;
  color: #259830;
  font-weight: bold;
  text-transform: uppercase;
}
.section-history-about .box-content {
  margin: 80px 0 0 80px;
}
.section-history-about .box-content .box-item-history .date-time-history {
  position: relative;
}
.section-history-about .box-content .box-item-history .date-time-history .name-titel {
  font-size: 18px;
  color: #259830;
  font-weight: bold;
  text-transform: uppercase;
}
.section-history-about .box-content .box-item-history .date-time-history .tick-history {
  position: absolute;
  top: 0;
  right: 0;
  color: #b5db16;
  background: #fff;
  width: 30px;
  height: 30px;
  border: 2px solid #259830;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-history-about .box-content .box-item-history .date-time-history::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #259830;
  z-index: -1;
}
.section-history-about .box-content .box-item-history .desc-history {
  color: #58595b;
  font-size: 18px;
  margin-bottom: 25px;
}
.section-history-about .box-content .box-item-history:nth-last-child(1) .date-time-history::after {
  width: 0;
  height: 0;
}

@media screen and (min-width: 1366px) {
  .section-contact .box-maps {
    margin-bottom: -160px;
  }
  .section-contact .box-maps iframe {
    height: 700px;
  }

  footer .footer {
    background-position: unset;
  }
}
@media screen and (max-width: 1024px) {
  header .section-header .content-section-header .titel {
    margin: 0 0 30px 60px;
  }
  header .section-header .content-section-header .titel h1 {
    font-size: 30px;
  }
  header .section-header .content-section-header .text-content {
    font-size: 15px;
  }

  .section-service .service-content .content-box .box-item .titel {
    font-size: 22px;
  }
  .section-service .service-content .content-box .box-item .decs {
    font-size: 16px;
  }

  .section-services .box-item .img {
    margin-top: -85px;
  }

  .section-contact .box-maps {
    clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 99%);
  }

  .section-new-detail .titel-name {
    font-size: 28px;
    margin-bottom: 5px;
  }

  footer .footer {
    overflow: hidden;
  }
}
@media screen and (max-width: 770px) {
  header .header-new.section-header,
header .header-services.section-header {
    min-height: unset;
  }
  header .header_bottom .navbar-header .menu-header .navbar-nav .language-item-last.nav-item {
    margin-left: 0;
  }

  .section-service .service-content .content-box .box-item {
    padding: 15px;
  }
  .section-service .service-content .content-box .box-item .titel {
    font-size: 18px;
  }
  .section-service .service-content .content-box .box-item .decs {
    font-size: 14px;
  }

  .section-question .question-content .box-item .decs {
    -webkit-line-clamp: 4;
  }

  .section-more .box .box-content .next-content-more .box-content-next .date-time p:nth-child(1) {
    font-size: 20px;
  }
  .section-more .box .box-content .next-content-more .box-content-next .date-time p:nth-child(2) {
    font-size: 8px;
  }
  .section-more .box .box-content .next-content-more .box-content-next .content-decs .decs {
    font-size: 12px;
  }

  .section-new-detail .titel-name {
    font-size: 20px;
  }
  .section-new-detail .box-item .box-content-next .date-time p:nth-child(1) {
    font-size: 24px;
  }
  .section-new-detail .box-item .box-content-next .date-time p:nth-child(2) {
    font-size: 8px;
  }

  .section-contact .content-contact .decs-titel ul li a {
    font-size: 13px;
  }

  .section-contact .box-maps {
    clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 94%);
  }

  .section-services .box-item .titel {
    margin-bottom: 0;
    font-size: 18px;
    padding: 75px 15px 15px 15px;
  }
  .section-services .box-item .img {
    top: 0;
    margin-top: -60px;
  }
  .section-services .titel-name {
    font-size: 32px;
    margin-bottom: 25px;
  }

  footer .footer .bottom-footer .titel {
    margin-bottom: 25px;
  }
  footer .footer .bottom-footer .decs-titel {
    margin-bottom: 35px;
  }
  footer .footer .bottom-footer .box-contact .decs a {
    font-size: 22px;
  }
  footer .footer .bottom-footer .box-contact .decs a.email-decs {
    font-size: 12px;
  }
  footer .footer .bottom-footer .box-contact-inf .box-inf .titel-name {
    margin-bottom: 15px;
    font-size: 14px;
  }
  footer .footer .bottom-footer .box-contact-inf .box-inf ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  header .header-home.section-header {
    min-height: unset;
  }
  header .header-home.section-header .content-section-header {
    margin-top: -215px;
    padding-bottom: 50px;
  }
  header .header_bottom .navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 86px;
  }
  header .header_bottom .navbar-header .menu-header {
    position: fixed;
    top: 85px;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(27, 129, 35, 0.7);
    overflow-y: scroll;
  }
  header .header_bottom .navbar-header .menu-header .navbar-nav .nav-item {
    padding: 0 0;
  }
  header .header_bottom .navbar-header .menu-header .navbar-nav .nav-item .menu-child {
    height: 0;
    position: relative;
    transition: 0.5s;
    top: 0;
  }
  header .header_bottom .navbar-header .menu-header .navbar-nav .nav-item:hover > ul.menu-child {
    height: max-content;
    top: 0;
  }
  header .header_bottom .navbar-header a.navbar-brand img {
    padding: 8px 10px;
  }
  header .section-header {
    min-height: unset;
  }
  header .section-header .header_top {
    width: auto;
  }
  header .section-header .content-section-header {
    margin-top: -60px;
    padding-bottom: 50px;
  }
  header .section-header .content-section-header .titel {
    margin: 0 0 0 0;
  }
  header .about-header.section-header .content-section-header {
    margin-top: -240px;
  }
  header .header-new-detail.section-header {
    min-height: unset;
  }
  header .header-new-detail.section-header .content-section-header .titel h1 {
    font-size: 22px;
  }
  header .section-service-home.section-service {
    position: relative;
  }
  header .section-service-home.section-service .service-content .titel {
    margin-top: 25px;
  }
  header .section-service-home.section-service .service-content .content-box {
    margin-bottom: 195px;
    position: relative;
  }
  header .section-service-home.section-service .service-content .content-box .img {
    margin-top: -33%;
  }
  header .section-service-home.section-service .service-content .content-box:nth-last-child(1) {
    margin-bottom: 0;
  }
  header .header-contact.section-header .content-section-header .titel {
    margin: 0 0 0 50px;
  }

  .section-service .box-bg {
    display: none;
  }
  .section-service .service-content {
    position: relative;
    background: #b5db16;
    margin-top: 25px;
  }
  .section-service .service-content .content-box {
    margin-bottom: 120px;
  }

  .section-introduce .introduce-content {
    margin-top: 35px;
  }

  .section-more .box .box-content .new-content-more .box-content-new .content-decs {
    padding-left: 0;
  }
  .section-more .box .box-content .next-content-more.box-new .box-content-next .content-decs {
    padding-left: 0;
  }

  .section-service .service-content .content-box .box-item .titel {
    margin: 15px 0;
  }
  .section-service .service-content .content-box .box-item .decs {
    margin-bottom: 15px;
  }

  .section-question .titel {
    margin-top: 25px;
  }
  .section-question .question-content .box-item {
    margin-bottom: 15px;
    border: 2px solid #107b1a;
    padding: 15px;
    border-radius: 5px;
  }
  .section-question .question-content .box-item .img-bg {
    display: none;
  }
  .section-question .question-content .box-item .decs {
    position: relative;
    width: 100%;
    font-size: 14px;
    top: 0;
    left: 0;
    overflow: unset;
    text-overflow: unset;
    display: block;
  }

  .section-more .box .titel {
    margin: 15px 0;
  }
  .section-more .box .box-content .next-content-more .box-content-next {
    margin-top: 10px;
  }
  .section-more .box .box-content .next-content-more .box-content-next .content-decs .name {
    margin: 10px 0;
  }

  .section-introduce-about .box-item .box-bg img {
    width: 100%;
  }

  .section-services {
    margin-top: 50px;
  }
  .section-services .box-item {
    margin-bottom: 0;
  }
  .section-services .box-item .titel {
    padding: 120px 15px 15px 15px;
    margin-bottom: 120px;
  }
  .section-services .box-item .img {
    margin-top: -110px;
  }
  .section-services .box-item:nth-last-child(1) .titel {
    margin-bottom: 0;
  }
  .section-services .box-right {
    margin-top: 120px;
  }
  .section-services .titel-name {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .section-new-detail {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .section-new-detail .titel-name {
    margin: 15px 0;
  }
  .section-new-detail .box-item .box-content-next .content-decs {
    padding-left: 0;
  }

  .section-service-about .box-bg {
    display: none;
  }
  .section-service-about .service-content {
    position: relative;
    background: #b5db16;
    margin-top: 25px;
  }
  .section-service-about .service-content .titel {
    margin-bottom: 25px;
    margin-top: 30px;
  }

  .section-contact .box-maps {
    margin-bottom: -110px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 99%);
  }

  .section-history-about {
    margin: 50px 0 0 0;
  }
  .section-history-about .box-content {
    margin: 0;
  }
  .section-history-about .box-content .box-item-history .date-time-history::after {
    width: 0;
    height: 0;
  }
  .section-history-about .box-content .box-item-history .date-time-history .tick-history {
    display: none;
  }

  footer .footer {
    clip-path: polygon(0 7.5%, 100% 5%, 100% 100%, 0% 100%);
  }
  footer .footer .bottom-footer .box-contact .item-contact {
    white-space: nowrap;
    margin-bottom: 15px;
  }
  footer .footer .bottom-footer .box-contact .item-contact .icon {
    width: 20%;
  }
  footer .footer .bottom-footer .box-contact .item-contact .decs {
    width: 80%;
  }
  footer .footer .bottom-footer .titel p:nth-child(1) {
    font-size: 24px;
  }
  footer .footer .bottom-footer .titel p:nth-child(2) {
    font-size: 25px;
  }
  footer .footer .box-contact-inf .box-inf .icon {
    white-space: nowrap;
  }
  footer .footer .box-contact-inf .box-inf .icon li {
    width: 25%;
    display: inline-block;
  }
}
@media screen and (max-width: 360px) {
  header .header-home.section-header .content-section-header {
    margin-top: -180px;
    padding-bottom: 50px;
  }
  header .header-new.section-header .content-section-header {
    margin-top: 0;
  }
  header .section-header.header-contact .content-section-header,
header .header-new-detail.section-header .content-section-header {
    margin-top: 0;
  }
  header .header-services.section-header .content-section-header {
    margin-top: 0;
  }
  header .header-services.section-header .content-section-header .titel {
    margin-left: 25px;
  }
  header .header-services.section-header .content-section-header .titel h1 {
    font-size: 30px;
  }
  header .header-new-detail.section-header .content-section-header .titel {
    margin-left: 25px;
  }
  header .header-new-detail.section-header .content-section-header .titel h1 {
    font-size: 15px;
  }
  header .section-header .content-section-header {
    margin-top: -220px;
  }
  header .section-header .content-section-header .titel {
    margin: 0 0 30px 40px;
  }
  header .section-header .content-section-header .titel h1 {
    font-size: 28px;
  }

  .section-service .service-content .titel {
    margin-bottom: 0px;
  }
  .section-service .service-content .content-box:nth-child(3) {
    margin-bottom: 50px;
  }

  .section-services .box-item .img {
    margin-top: -85px;
  }

  .section-introduce-about .box-item .box-content {
    padding: 35px;
  }
  .section-introduce-about .box-item .box-content .titel {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .section-introduce-about .box-item .box-content .decs {
    font-size: 14px;
  }

  .section-question .titel {
    font-size: 25px;
  }
  .section-question .question-content .box-item .decs {
    -webkit-line-clamp: 2;
  }

  .section-more .box .box-content .new-content-more .box-content-new .content-decs {
    padding-left: 0;
  }
  .section-more .box .box-content .next-content-more .box-content-next .content-decs {
    padding-left: 0;
  }

  footer .footer {
    clip-path: polygon(0 7%, 100% 5.5%, 100% 100%, 0% 100%);
  }
  footer .footer .bottom-footer .titel p:nth-child(1),
footer .footer .bottom-footer .titel p:nth-child(2) {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
