:root {
  --orange-color: rgba(237, 114, 42, 1);
  --Green-color: #3c6a36;
  --black-color: rgba(61, 61, 61, 1);
  --light-blackColor: #7d7f80;
  --yellow-color: #ec9e40;
  --light-red-color: rgba(253, 239, 242);
  --darkBlack-color: rgba(21, 21, 21, 1);
  --main-color: #83ab29;
  --main-dark-color: #3c6a36;
  --light-blue-color: #40a695;
}
.scrolltopcontrol {
  width: 54px;
  height: 54px;
  background-color: var(--main-color);
  border-radius: 50%;
  transition: 0.5s all ease;
}
.scrolltopcontrol:hover {
  width: 54px;
  height: 54px;
  background-color: var(--yellow-color);
  border-radius: 50%;
}
.scrolltopcontrol:before {
  content: "\f077";
  font-family: "FontAwesome";
  cursor: pointer;
  color: #fff;
  display: block;
  text-align: center;
  padding-top: 15px;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Gotham Pro";
  background-position: top center;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 16.5px;
  line-height: 1.5em;
  -webkit-text-size-adjust: none;
  color: #333;
}
h1,h2,h3,h4,h5,p,ul,ol{
  margin-bottom: 23px;
  margin-top: 0;
}
h1,h2,h3{
  line-height: 1.2em;
}
li{
  margin-bottom: 10px;
}
.clear {
  clear: both;
}

.menu-mobile {
  display: none;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  text-align: left;
}
.navi-menu-4 {
  display: none;
}
.navi-menu-4 li {
  list-style: circle;
}
.menu {
  width: 100%;
  text-align: right;
  margin: 20px 0;
  font-weight: bold;
}
.menu-mobile:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  color: #fff;
}

.menu-dropdown-icon:before {
  content: "\f0dd";
  font-family: "FontAwesome";
  cursor: pointer;
  float: right;
  padding-top: 8px;
  color: var(--main-color);
  font-size: 12px;
}

.navi-submenu:before {
  content: "\f0dd";
  font-family: "FontAwesome";
  cursor: pointer;
  float: right;
  color: #444;
  display: block;
  padding: 0.5em 3em 0 0;
}

.menu > ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

.menu > ul > li {
  padding: 0;
  display: inline-block;
  text-align: left;
  margin: 0;
}

.menu > ul > li a {
  text-decoration: none;
  padding: 0.6em 1em !important;
  color: var(--darkBlack-color);
  display: inline-block;
  position: relative;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) and (min-width: 1081px) {
  body {
    padding: 5px;
  }
  .logo img {
    width: 180px !important;
  }
  .menu > ul > li a {
    padding: 0.6em !important;
  }
}
.menu > ul > li a:hover {
  color: var(--main-color);
}

.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #fff;
  padding: 20px 30px;
  position: absolute;
  z-index: 9999;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
  height: auto;
  overflow: hidden;
}

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 33%;
  display: inline-block;
}

.menu > ul > li > ul > li a {
  padding: 0.4em 1em !important;
  width: 95%;
  border-bottom: 1px solid #ccc;
  color: #3b5998;
  font-size: 1rem;
}
.menu > ul > li > ul > li>a{
   margin-bottom: 10px;
}
.menu > ul > li:nth-child(4) > ul > li>a,.menu > ul > li:nth-child(5) > ul > li>a{
  margin-bottom: 0;
}
.menu > ul > li:nth-child(5) > ul.normal-sub{
  width: 230px;
}
.menu > ul > li > ul > li a span {
  float: right;
  text-align: right;
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  font-weight: normal;
  height: 60vh;
  overflow-y: auto;
}

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}

.menu > ul > li > ul > li > ul > li a {
  border: 0;
  color: #444;
  width: auto;
  font-size: 14px;
}
.menu > ul > li > ul > li > ul > li a:hover {
  border: 0;
  color: var(--main-color);
}

.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 5px 0px 5px 0;
  font-size: 1rem;
}

.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 0.5em 0;
  font-weight: normal;
  color: #444;
}
.menu > ul > li > ul.normal-sub > li a:hover {
  color: #3b5998;
}

/* Mobile style's */

@media only screen and (max-width: 1024px) {
  .menu {
    width: 100%;
    text-align: left;
    left: 0;
    position: absolute;
    top: 70px;
    background: var(--main-color);
    margin: 0;
  }
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }

  .menu-dropdown-icon:before {
    display: block;
    padding: 1.2em 2em;
    position: absolute;
    right: 0;
  }
  .menu > ul {
    display: none;
    padding: 10px 0;
    background-color: #fff;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 0 1em;
  }
  .menu > ul > li > ul {
    position: relative;
    padding: 0;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
    z-index: 99;
  }
}
.fixed {
  position: fixed;
  z-index: 999;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.banner_inpage {
  background: url(../images/banner.jpg?v=20250210);
  /*   background: -webkit-image-set(
    url(../images/banner.webp) 1x,
    url(../images/banner.webp) 2x,
    url(../images/banner-min.webp) 3x
  );
  background: image-set(
    url(../images/banner.webp) 1x,
    url(../images/banner.webp) 2x,
    url(../images/banner-min.webp) 3x
  ); */

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
}
.banner_side {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.banner_text {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px 0;
  padding: 40px;
  width: 60%;
  position: absolute;
  right: 0;
  top: 120px;
}
.banner_text h1 {
  color: var(--Green-color);
  font-size: 48px;
  margin-bottom: 15px;
  font-family: "Avenir Black";
}
.banner_text p {
  color: #000;
  font-weight: bold;
  line-height: 28px;
  display: block;
  padding: 5px 0;
  font-size: 18px;
}
.btn {
  background: var(--yellow-color);
  display: inline-block;
  width: max-content;
  border-radius: 30px;
  position: relative;
  z-index: 9;
  padding: 12px 30px;
  color: #fff;
  font-size: .95em;
  font-weight: bold;
  border: 1px var(--yellow-color) solid;
  text-decoration: none;
}
.btn:hover {
  background: transparent;
  color: var(--yellow-color);
  border: 1px var(--yellow-color) solid;
  transition: all 0.3s ease-in;
}

.banner_text_left {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px 0;
  padding: 40px;
  width: 50%;
  position: absolute;
  left: 0;
  top: 120px;
}
.banner_text_left h1 {
  color: var(--main-color);
  font-size: 48px;
  margin: 0;
  font-family: "Avenir Black";
}
.banner_text_left p {
  color: #000;
  font-weight: bold;
  line-height: 28px;
  display: block;
  font-size: 18px;
}

.scroll--down {
  border: 0px red solid;
  position: absolute;
  top: 500px;
  text-align: center;
  display: block;
  width: 100%;
  cursor: pointer;
}
.scroll--down::before {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.auto-header {
  margin: 0 auto;
  max-width: 1350px;
  width: 96%;
  height: 70px;
}
.nav {
  width: 100%;
  z-index: 9999;
}
.logo {
  width: 200px;
  position: absolute;
  z-index: 9;
  top: 15px;
}
/*search-css*/
#goodcover {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 5000px;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  margin-top: -45px;
  overflow: hidden;
}
#code {
  width: 1000px;
  height: auto;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  display: none;
  left: 45%;
  z-index: 1002;
  text-align: center;
}
.close1 {
  width: 100%;
  height: 60px;
}
#closebt {
  float: right;
}
.close1 a {
  text-decoration: none;
}
#closebt:before {
  content: "\f00d";
  font-family: "FontAwesome";
  cursor: pointer;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  border: 2px #fff solid;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/*input*/
.submit_search {
  text-decoration: none;
  border: 0px red solid;
  text-align: left;
}
.searchinput2 {
  height: 50px;
  line-height: 50px;
  outline: none;
  font-size: 14px;
  border: 1px #2a3a48 solid;
  background-image: url(../images/icon_search.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  border-radius: 30px;
  padding-left: 30px;
  min-width: 86%;
  margin-top: 20px;
}
.submit_search a {
  text-decoration: none;
  float: right;
  background: var(--main-color);
  padding: 0 10px;
  font-size: 18px;
  border-radius: 30px;
  height: 50px;
  line-height: 50px;
  margin-left: 5px;
  width: 12%;
  text-align: center;
  margin-top: 20px;
  border: 0px #fff solid;
}
.submit_search a:hover {
  background: var(--Green-color);
  transition: background-color 0.3s;
  cursor: pointer;
}
.submit_search a:before {
  content: "\f0a9";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.top_submit_search a {
  text-decoration: none;
  float: right;
  position: relative;
  cursor: pointer;
  line-height: 38px;
  height: 38px;
  width: 58px;
  text-align: center;
  z-index: 999;
  margin-left: 20px;
}
.top_submit_search a:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 1.125rem;
  color: var(--main-color);
  text-align: center;
}

.top_contact {
  background: var(--main-color);
  border-radius: 30px;
  float: right;
  position: relative;
  z-index: 99;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border: 1px var(--main-color) solid;
  margin: 0 10px 0 20px;
}
.top_contact:hover {
  background: #fff;
  color: var(--main-color);
  border: 1px var(--main-color) solid;
  transition: all 0.3s ease-in;
}
.searchForm {
  position: relative;
  display: flex;
}
.searchForm input {
  width: 100%;
  padding: 15px 20px;
  outline: none;
  border-radius: 40px;
  border: 2px solid var(--main-color);
}
.searchForm button {
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  background: none;
  color: #f9f5f6;
  font-size: 1.2em;
  border: none;
  background: var(--main-color);
  border-radius: 40px;
}

.breadcrumbLayout {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
}
.banner_text_left .breadcrumb {
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 100vw;
}
/*******************************************breadcrumb***************************************************/
.breadcrumb {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
}


.breadcrumb > li {
  display: inline-block;
  position: relative;
}

.breadcrumb > li:first-child {
  padding-left: 20px;
}

.breadcrumb > li:first-child::before {
  position: absolute;
  content: "\f015";
  font-family: "FontAwesome";
  left: 0;
  color: var(--main-color);
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: var(--main-color);
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #666
}

.breadcrumb > li > a {
  color: #666
}

.breadcrumb > li > a:hover {
  color: var(--main-color) !important;
}

.breadcrumb > li:last-child {
  color: #999
}

/*******************************************breadcrumb***************************************************/

.banner_text_left .bannerTitle {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: var(--main-color);
  margin: 0;
  font-family: "Avenir Black";
  line-height: 1.1em;
}
@media screen and (min-width: 1081px) {
  .banner_text_left .bannerTitle {
    font-size: 2.8rem;
  }
}
