@charset "utf-8";
/*========RESET===*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, *::before, *::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
/*========classes===*/
.cont-contain {
  margin: 0px auto;
}
.wrap-1 {
  max-width: 1450px;
}
.wrap-2 {
  overflow: hidden;
}
.wrap-3 {
  width: 100%;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.clearfix {
  display: block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.col-0 {
  width: 100%;
}
.col-1 {
  display: block;
}
.col-2 {
  text-align: center;
}
.col-3 {
  height: 100%;
}
.row-1 {
  padding: 0 15px;
}
.row-2 {
  position: relative;
}
.logo-path {
  fill: #fff;
}
.g-col {
  color: #34940a;
}
.fl-1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.f-w {
  font-weight: 700;
}
.c1 {
  background-color: #23ade4;
}
.c2 {
  background-color: #1886c6;
}
.c3 {
  background-color: #155796;
}
.skw-rg {
  transform: skewX(-37deg);
  -webkit-transform: skewX(-37deg);
  -moz-transform: skewX(-37deg);
  -o-transform: skewX(-37deg);
  -ms-transform: skewX(-37deg);
}
/*====style===*/
a, a::after, svg path, a.btn-m::after, #header .lang-ch ul li a img {
  -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  -o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  color: #3c3c3c;
  font-family: 'Bai Jamjuree', sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  min-width: 300px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
h1 {
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  line-height: 1.5em;
}
h2 {
  font-size: 3rem;
  color: #34940a;
  line-height: 1.3em;
  padding-bottom: 20px;
}
h3 {
  font-size: 2.6rem;
  color: #3c3c3c;
  line-height: 1.3em;
  padding-bottom: 15px;
}
ul {
  padding-left: 15px;
}
li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
  line-height: 1.6em;
}
li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #737373;
  vertical-align: 2px;
  margin-right: 6px;
  position: absolute;
  top: 9px;
  left: 0;
}
ul.table-par {
  padding-left: 0;
}
ul.table-par li {
  padding: 10px 25px;
}
ul.table-par li:nth-child(odd) {
  background-color: #f2f2f2;
}
ul.table-par li:before {
  display: none;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
}
#header {
  width: 100%;
  background-image: url("../images/agro-banner.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
#header .head-bg img {
  object-position: center bottom;
  object-fit: cover;
}
#header .head-bg {
  object-position: center bottom;
  object-fit: cover;
}
#header .logo {}
#header .logo #logo-svg {
  width: 60%;
  top: 10%;
  left: 10%;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
}
#header .desc-in {
  padding: 150px 0;
}
#header .desc {
  margin-top: 50px;
  width: 50%;
}
#header .desc-out {
  height: 100%;
}
#header .lang-ch {
  position: absolute;
  top: 10px;
  right: 10px;
}
#header .lang-ch ul li {
  padding-left: 0;
  display: inline-block;
}
#header .lang-ch ul li:before {
  display: none;
}
#header .lang-ch ul li a img {}
#header .lang-ch ul li a:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
#header .lang-ch img {
  width: auto;
  height: auto;
}
#strips-out {
  transform: translateY(-50%);
}
#strips-out .strips {
  width: 75px;
  margin: 0 auto;
}
#strips-out .strips-in {
  width: 25px;
  float: left;
  height: 70px;
}
#sec-1 {
  padding-top: 60px;
}
#sec-1 .pic {
  width: 1250px;
  height: 741px;
  position: absolute;
  display: block;
  top: 35%;
  left: -5%;
  z-index: 1;
}
#sec-1 > .row-2 {
  z-index: 2;
}
#sec-1 .cont-a .head {
  width: 65%;
  margin-bottom: 55px;
}
#sec-1 .cont-b {
  width: 40%;
  padding: 100px 0;
}
#sec-2 {
  margin-top: -130px;
  position: relative;
  z-index: 3;
}
#sec-2 h2 {
  color: #3c3c3c;
}
#sec-2 .fl-1, #sec-4 .fl-1 {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#sec-2 .cont-a .desc {
  width: 42%;
  text-align: right;
  text-transform: uppercase;
  margin-top: 10%;
}
#sec-3 {
  background-image: url("../images/agro-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 400px;
}
#sec-3 .desc {
  background-color: #2f2f2f;
  padding: 50px 90px;
  color: #fff;
  width: 50%;
  position: absolute;
  right: 0;
  top: 17em;
}
#sec-4 {
  padding: 200px 0 110px 0;
}
#sec-4 h3 {
  text-transform: uppercase;
}
#sec-4 .fl-1 {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#sec-4 .box-desc {
  width: 40%;
}
#sec-4 .box-desc .desc:nth-child(2) {
  padding-top: 50px;
}
#sec-5 {
  background-position: center;
  height: 717px;
  padding-top: 90px;
  overflow-x: hidden;
}
#sec-5 .ground-pic {
  background-image: url("../images/dirt.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 542px;
}
#sec-5 .agro-pic {
  width: 100%;
  height: 717px;
  position: absolute;
  top: 0px;
  left: 25%;
  z-index: 1;
  overflow: hidden
}
#sec-5 .agro-pic .main-pic {
  background-image: url("../images/agro-4.png");
  background-repeat: no-repeat;
  width: 421px;
  height: 717px;
  position: absolute;
  top: 0;
  left: 0;
}
#sec-5 .agro-pic .text-pic {
  background-image: url("../images/agro-4-textures.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 717px;
  margin-left: 410px;
  margin-top: -11px;
}
#sec-5 .desc-in {
  z-index: 99;
  position: absolute;
  top: 17%;
  right: 0;
  width: 50%;
  left: 0;
  padding-left: 10%;
}
#sec-5 .desc-in svg {
  height: 60px;
}
#sec-5 .desc-in svg .st-1 {
  fill: #fff;
}
#sec-5 .desc-in svg .st-2 {
  fill: #4eb820;
}
#sec-5 .desc-in .desc {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2em;
}
#sec-5 .desc-in > row-1 {
  padding: 0 80px;
}
#sec-5 .grid-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: stretch;
  align-items: stretch;
}
#sec-5 .grid-1 .a-icn {
  text-align: center;
  padding: 35px 100px;
}
#sec-6 {
  padding-top: 45px;
  overflow: visible;
  background-image: url("../images/agro-5.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  min-height: 672px;
  margin-top: 50px;
	padding-bottom:140px;
}
#sec-6 .desc {
  width: 45%;
}
#sec-6 .pic {
  display: none;
}
#sec-6 a {
	text-decoration:none !important;
}
#sec-6 a > div {
	display:inline-block;
	vertical-align: middle;
}
#sec-6 a .pic-download {
	padding-right:10px;
}
#sec-6 a .pic-download svg {
	width:50px;
}
#file-donwload-item .out-ele {
	fill: #2f2f2f;
}
#file-donwload-item .in-ele {
	fill: #9a9a9a;
}
#footer {
  background-image: url("../images/footer.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#footer .desc {
  text-align: center;
  padding: 85px 0;
  width: 50%;
}
#footer .desc h2, #footer .desc p, #footer .desc a {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5em;
  padding-bottom: 0;
}
#footer .desc a {
  text-decoration: underline;
}
#footer .desc a:hover {
  text-decoration: none;
  color: #D8D8D8;
}
#footer .pic {
  width: 610px;
  position: absolute;
  left: 5%;
  top: -90px;
}
#footer .pic img {
  width: 100%;
  height: auto;
}
#copyright .desc {
  padding: 15px;
  text-align: center;
  width: 50%;
  color: #666666;
}
#copyright .desc span {
  padding: 0 30px;
}
/*--cookies--*/
#djckm.djckm-top .djckm-wrapper, #djckm.djckm-bottom .djckm-wrapper {
  width: 60%;
}
#djckm.djckm-top .djckm-content .djckm-pad, #djckm.djckm-bottom .djckm-content .djckm-pad {
  line-height: 1.4em;
}
@media all and (max-width:1900px) {
  #sec-1 .pic {
    left: -10%;
  }
  #sec-5 .grid-1 .a-icn {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media all and (max-width:1700px) {
  #header .desc-in {
    padding: 100px 0;
  }
  #sec-1 .pic {
    left: -20%;
  }
  #sec-5 .agro-pic {
    left: 10%;
  }
  #sec-6 {
    background-position: right -350px bottom;
    padding-bottom: 130px;
  }
  #sec-5 .desc-in {
    width: 70%;
  }
  #header .logo, #header .desc {
    padding-left: 100px;
  }
}
@media all and (max-width:1450px) {
  #sec-1 .pic {
    left: -30%;
  }
  #sec-3 .desc {
    right: 10%;
  }
}
@media all and (max-width:1300px) {
  #sec-1 .pic {
    left: -50%;
  }
  #header .desc {
    width: 70%;
  }
  #sec-6 {
    background-position: right -450px bottom;
  }
  #footer .pic {
    left: -15%;
  }
}
@media all and (max-width:1100px) {
  #sec-1 .pic {
    background-size: contain;
    width: 1000px;
    height: 593px;
    left: -40%;
  }
  #sec-1 .cont-a .head {
    width: 80%;
  }
  #sec-2 .cont-a .pic {
    width: 350px;
  }
  #sec-3 .desc {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  #sec-5 .desc-in {
    width: 90%;
    padding-left: 25%;
  }
  #sec-6 {
    background-position: right -35em bottom;
  }
  #copyright .desc span {
    display: none;
  }
  #copyright .desc a {
    display: block;
  }
}
@media all and (max-width:900px) {
  html {
    font-size: 50%;
  }
  #header .logo, #header .desc, #header .lang-ch, #sec-2 .cont-a .desc {
    padding: 0;
    text-align: center;
    width: 100%;
    position: inherit;
    display: block;
  }
  #header .lang-ch {
    padding-bottom: 10px;
  }
  #header .desc-in {
    padding-top: 40px;
  }
  #sec-1 {
    overflow: hidden;
  }
  #sec-1 .pic {
    width: 700px;
    height: 414px;
    left: 0;
    top: 20%;
  }
  #sec-1 .cont-b {
    margin-top: 280px;
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
  }
  #sec-1 .cont-b ul {
    padding-left: 0;
  }
  #sec-1 .cont-b ul li {
    padding-left: 0;
  }
  #sec-1 .cont-b ul li:before, #footer .pic {
    display: none;
  }
  #sec-2 {
    margin-top: 0;
  }
  #sec-2 .fl-1 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sec-2 .cont-a .desc {
    margin-top: 0;
    margin-bottom: 50px;
  }
  #sec-4 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  #sec-6 {
    margin-top: 0;
    padding-top: 20px;
    background-image: none;
    background-position: right bottom;
    background-size: contain;
    padding-bottom: 0px;
    min-height: inherit;
  }
  #sec-6 .desc, #footer .desc, #copyright .desc {
    width: 100%;
    text-align: center;
  }
  #sec-6 .pic {
    display: block;
    padding-top: 40px;
  }
  #footer .desc {
    padding: 55px 0;
  }
  #djckm.djckm-top .djckm-wrapper, #djckm.djckm-bottom .djckm-wrapper {
    width: 100%;
  }
}
@media all and (max-width:700px) {
  #sec-5 .agro-pic {
    left: 0;
  }
  #sec-5 .desc-in {
    padding-left: 0;
    width: 100%;
  }
  .fl-1 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sec-4 .box-desc {
    width: 100%;
    text-align: center;
  }
  #sec-4 .rg.box-desc .desc:first-child {
    padding-top: 50px;
  }
}
@media all and (max-width:550px) {
  #header {
    background-position: right -250px bottom;
  }
  #sec-1 {
    padding-top: 25px;
  }
  #sec-1 .pic {
    left: -190px;
  }
  #sec-2 .cont-a .pic {
    width: 250px;
  }
  #sec-2 .cont-a .desc {
    margin-bottom: 30px;
  }
  #sec-5 .grid-1 {
    grid-template-columns: 1fr;
  }
  #sec-5 .ground-pic, #sec-5 .agro-pic .main-pic, #sec-5 .agro-pic {
    display: none;
  }
  #header .logo #logo-svg {
    width: 100%;
  }
  #sec-5 {
    height: inherit;
    padding-top: 25px;
  }
  #sec-5 .desc-in {
    background-image: url("../images/agro-4-textures.jpg");
    background-repeat: repeat;
    position: inherit;
    padding: 50px 0;
  }
  #sec-5 .grid-1 .a-icn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #sec-6 {
    padding-top: 40px;
  }
  #sec-3 .desc {
    padding: 40px;
  }
}
@media all and (max-width:450px) {
  #sec-1 .pic {
    top: 23%
  }
  #sec-1 .cont-a .head {
    width: 100%;
  }
}
@media all and (max-width:350px) {
  #sec-4 {
    padding-top: 130px;
  }
}