@charset "utf-8";
@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir-Roman.eot?v=4.6.1");
  src: url("fonts/Avenir-Roman.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("fonts/Avenir-Roman.woff2?v=4.6.1") format("woff2"),
    url("fonts/Avenir-Roman.woff?v=4.6.1") format("woff"), url("fonts/Avenir-Roman.ttf?v=4.6.1") format("truetype"),
    url("fonts/Avenir-Roman.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Black";
  src: url("fonts/Avenir-Black.eot?v=4.6.1");
  src: url("fonts/Avenir-Black.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("fonts/Avenir-Black.woff2?v=4.6.1") format("woff2"),
    url("fonts/Avenir-Black.woff?v=4.6.1") format("woff"), url("fonts/Avenir-Black.ttf?v=4.6.1") format("truetype"),
    url("fonts/Avenir-Black.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --blue-color: #143645;
  --blue-hover-color: #ffffff;
  --blue1-color: var(--main-color);
  --white-color: #ffffff;
  --yellow-color: #f3b015;
  --main-color: #82ab28;
  --main-opacity-color: #82ab28dc;
}
.scrolltopcontrol {
  width: 54px;
  height: 54px;
  background-color: var(--main-color);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 0 var(--main-color);
  box-shadow: 0 0 8px 0 var(--main-color);
  transition: 0.5s all ease;
}
.scrolltopcontrol:hover {
  width: 54px;
  height: 54px;
  background-color: var(--blue-color);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 0 var(--blue-color);
  box-shadow: 0 0 8px 0 var(--blue-color);
}
.scrolltopcontrol:before {
  content: "\e911";
  font-family: "icomoon";
  cursor: pointer;
  color: #fff;
  display: block;
  text-align: center;
  padding-top: 18px;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Avenir";
  background-position: top center;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 1rem;
  -webkit-text-size-adjust: none;
  color: #333;
}
.clear {
  clear: both;
}

/*banner-css*/
.banner {
  position: relative;
  width: 100%;
  height: 48vw;
  background-color: #e6e6e6;
  overflow: hidden;
}
.banner ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.banner ul.flicks > li {
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table;
}
.banner ul.flicks > li .flick-inner {
  height: 100%;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.banner ul.flicks > li .flick-inner .flick-content {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  color: #fff;
  display: inline-block;
  border-radius: 40px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 160px;
  z-index: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  font-size: 1rem;
  padding-bottom: 5px;
  cursor: pointer;
  border: 1px #fff solid;
}
.btn:after {
  content: "\e910";
  font-family: "icomoon";
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 10px;
}

.btn:hover {
  color: #fff;
  border: 1px #fff solid;
  background-color: var(--main-color);
  -webkit-transition: background-color 0.5s;
}

.banner .arrow-navigation {
  position: absolute;
  height: 80%;
  width: 10%;
  top: 10%;
  z-index: 100;
  overflow: hidden;
}
.banner .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.banner .arrow-navigation:hover,
.banner .arrow-navigation .arrow:hover {
  cursor: pointer;
}
.banner .arrow-navigation.left {
  left: 0%;
}
.banner .arrow-navigation.left .arrow {
  opacity: 0;
  margin: 0px 0px 0px 50%;
  background-image: url("../images/arrow-left-light.webp");
  background-repeat: no-repeat;
  background-position: left;
}
.banner .arrow-navigation.right {
  right: 0%;
}
.banner .arrow-navigation.right .arrow {
  opacity: 0;
  margin: 0px 0px 0px -50%;
  background-image: url("../images/arrow-right-light.webp");
  background-repeat: no-repeat;
  background-position: right;
}
.banner .arrow-navigation.left.hover .arrow {
  opacity: 1;
  margin: 0px 0px 0px 0px;
}
.banner .arrow-navigation.right.hover .arrow {
  opacity: 1;
  margin: 0px 0px 0px 0px;
}
.banner .dot-navigation {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
  z-index: 100;
}
.banner .dot-navigation ul {
  text-align: center;
  list-style: none;
  padding: 0px 15px;
}
.banner .dot-navigation ul li {
  display: inline-block;
  float: none;
}
.banner .dot-navigation .dot {
  width: 14px;
  height: 14px;
  margin: 0px 6px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.banner .dot-navigation .dot:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.banner .dot-navigation .dot.active {
  /*background-color:#f97425;*/
  background-color: rgba(34, 142, 188, 0.8);
  width: 25px;
  height: 14px;
  border-radius: 20px;
}
.banner.animate-transform-slide ul.flicks {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0%, 0px, 0px);
  -webkit-transform: translate3d(0%, 0px, 0px);
  -webkit-transition: -webkit-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s;
}
.banner.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  -webkit-transition: left 0.4s ease-out;
  -moz-transition: left 0.4s ease-out;
  -o-transition: left 0.4s ease-out;
  -ms-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
}

@media (min-width: 1280px) {
  .banner ul.flicks > li .flick-inner .flick-content h1 {
    color: #fff;
    font-size: 2.2rem;
    width: 60%;
    margin: 0 auto;
    font-weight: 700;
    padding: 0;
    text-align: center;
    line-height: 80px;
  }
  .banner ul.flicks > li .flick-inner .flick-content h2 {
    color: #fff;
    font-size: 2.2rem;
    width: 60%;
    margin: 0 auto;
    font-weight: 700;
    padding: 0;
    text-align: center;
    line-height: 80px;
  }
  .banner ul.flicks > li .flick-inner .flick-content p {
    color: var(--green-color);
    font-size: 1rem;
    width: 60%;
    margin: 20px auto;
    text-align: center;
    line-height: 28px;
  }
  .banner ul.flicks > li .flick-inner .flick-content span {
    color: var(--green-color);
    font-size: 20px;
    width: 60%;
    margin: 0 auto 20px auto;
    text-align: center;
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .banner {
    top: 0;
    height: 600px;
  }
  .banner ul.flicks > li .flick-inner .flick-content h1 {
    color: #fff;
    font-size: 2rem;
    width: 90%;
    margin: 0 auto;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    line-height: 40px;
  }

  .banner ul.flicks > li .flick-inner .flick-content h2 {
    color: #fff;
    font-size: 2rem;
    width: 90%;
    margin: 0 auto;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    line-height: 40px;
  }
  .banner ul.flicks > li .flick-inner .flick-content p {
    color: var(--green-color);
    font-size: 18px;
    width: 90%;
    margin: 10px auto;
    text-align: center;
    line-height: 28px;
  }
  .banner ul.flicks > li .flick-inner .flick-content span {
    color: var(--green-color);
    font-size: 24px;
    width: 60%;
    margin: 20px auto;
    text-align: center;
    display: block;
  }
}
@media (max-width: 1023px) {
  .banner {
    top: 0;
    height: 700px;
  }

  .banner ul.flicks > li .flick-inner .flick-content h1 {
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    margin: 0 auto;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    line-height: 30px;
  }

  .banner ul.flicks > li .flick-inner .flick-content h2 {
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    margin: 0 auto;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    line-height: 30px;
  }
  .banner ul.flicks > li .flick-inner .flick-content p {
    color: var(--green-color);
    font-size: 1rem;
    width: 90%;
    margin: 10px auto;
    text-align: center;
    line-height: 28px;
  }
  .banner ul.flicks > li .flick-inner .flick-content span {
    color: var(--green-color);
    font-size: 18px;
    width: 60%;
    margin: 20px auto;
    text-align: center;
    display: block;
  }
}

/*menu 2 css*/
.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;
}
@media (min-width: 1024px) {
  .menu {
    padding: 1rem 0;
  }
}
.menu-mobile:after {
  content: "\e90c";
  font-family: "icomoon";
  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: "\e921";
  font-family: "icomoon";
  cursor: pointer;
  padding-top: 10px;
  color: #fff;
  display: block;
  font-size: 1rem;
  right: 0;
  position: absolute;
}

.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;
  font-size: 18px;
  text-align: left;
  margin: 0;
}

.menu > ul > li a {
  text-decoration: none;
  padding: 0.6em 1.2em !important;
  color: #111;
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
}

.menu > ul > li:hover {
  /* background: #3b5998;*/
}

.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 0 0.4em 0;
  width: 95%;
  border-bottom: 1px solid #ccc;
  color: #3b5998;
  font-size: 1rem;
}

.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;
}

.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;
}
.menu > ul > li > ul > li > ul > li a:hover {
  border: 0;
  color: #195ea3;
}

.menu > ul > li > ul.normal-sub {
  width: 100%;
  left: 0;
  /*left:auto; width:300px;*/
  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;
    background: var(--main-color);
    margin: 0;
  }
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }

  .menu-dropdown-icon:before {
    display: block;
    padding: 1.2em 2em;
    color: #111;
  }
  .menu > ul {
    display: none;
    padding: 0;
    background-color: #fff;
    max-height: 40vh;
    overflow-y: auto;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 0 1em;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .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;
  }
}

@media screen and (min-width: 1081px) and (max-width: 1280px) {
  .menu > ul > li a {
    font-size: 1rem;
    padding: 1em 0.3em !important;
  }
}

/*** Table Css style ***/

.ollist {
  padding: 0px 0px 15px 19px;
  margin: 0px;
}
.ollist li {
  list-style-type: decimal;
  padding: 5px 0;
}
.ollist li > ul > li {
  list-style-type: lower-latin;
}
.Reference {
  padding-bottom: 0px;
  line-height: 20px !important;
  color: #888888 !important;
}

.ullist {
  padding: 0px 0px 0 19px;
  margin: 0px;
}
.ullist li {
  list-style: disc;
  line-height: 26px;
  font-size: 1rem;
  margin-bottom: 10px;
}
.ollist li {
  list-style-type: decimal;
}
.ullist li > ul > li {
  list-style-type: circle;
}
.ollist li > ul > li {
  list-style-type: lower-latin;
}
.hollow-disc li {
  list-style-type: circle !important;
}

.ullist li a {
  color: var(--green-color);
  text-decoration: none;
}
.ullist li a:hover {
  color: #f84949;
}

.Reference {
  padding-bottom: 0px;
  color: #888888 !important;
}

.ullist-left {
  padding: 0px 0px 10px 19px;
  margin: 30px 0;
}
.ullist-left li {
  list-style: none;
  line-height: 26px;
  font-size: 1rem;
  margin: 15px 0;
  padding-left: 20px;
}
.ullist-left li a {
  color: #143645;
  text-decoration: none;
}
.ullist-left li a:hover {
  color: var(--main-color);
}

.productlist {
  padding: 0px 0px 10px 0;
  margin: 0;
}
.productlist li {
  list-style: none;
  line-height: 24px;
  font-size: 1rem;
  margin: 10px 0;
}
@media (min-width: 1081px) {
  .productlist li {
    width: 48%;
    display: inline-block;
  }
}
.productlistimg {
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.left-contact {
  background: #f3f7fa;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0;
}
.left-contact p {
  font-family: "Avenir Black";
}
.left-contact p span {
  color: #898989;
}

table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  border: 1px solid #ddd;
}

table tr,
table th,
table td {
  border: none;
  border-bottom: 0px solid #ddd;
  font-size: 1rem;
}

table th,
table td {
  padding: 12px;
  text-align: left;
  line-height: 26px;
  border-left: 1px #ddd solid;
}

table th {
  background: var(--main-color);
  color: #fff;
  border-bottom: 1px solid #ddd;
}

table tr td {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #ddd;
}
table tr td img {
  padding-right: 5px;
  vertical-align: middle;
}
table tr td a {
  color: var(--main-color);
  text-decoration: none;
  vertical-align: middle;
}

table tr:nth-of-type(2n + 2) td {
  background: #fff;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  font-size: 1rem;
  padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  padding: 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 30%;
  display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  width: 55%;
  display: inline-block;
  padding-top: 10px;
}

.basketbox > table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  border: 0px solid #ddd;
}

.basketbox > table tr,
.basketbox > table th,
.basketbox > table td {
  border: none;
  border-bottom: 0px solid #ddd;
  font-size: 0.875rem;
}

.basketbox > table th,
.basketbox > table td {
  padding: 12px;
  text-align: left;
  line-height: 26px;
  border-left: 0px #ddd solid;
}

.basketbox > table th {
  background: #f9f9f9;
  color: #000;
  border-bottom: 0px solid #ddd;
  padding: 5px;
  text-transform: capitalize;
}

.basketbox > table tr td {
  background: #f9f9f9;
  color: #333;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.basketbox > table tr td img {
  padding-right: 5px;
  vertical-align: middle;
}
.basketbox > table tr td a {
  color: var(--main-color);
  text-decoration: none;
  vertical-align: middle;
}

.basketbox > table tr:nth-of-type(2n + 2) td {
  background: #f9f9f9;
}

.minus {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  float: left;
}

.plus {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  float: left;
}

.input-sm {
  display: block;
  width: 10%;
  height: 28px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  outline: none;
  float: left;
}

.service-title {
  font-size: 26px;
  font-weight: bold;
  padding: 35px 0 20px 0;
  font-family: "Avenir Black";
}

.info-box {
  margin: 0;
  position: relative;
  border: 0px red solid;
  float: left;
  width: 100%;
}

.info-box > .col-md-12 {
  margin-top: 15px;
}

.related_title {
  padding: 12px 15px;
  margin-bottom: 20px;
  background: #f9f9f9;
  color: var(--main-color);
  font-weight: bold;
  font-size: 17px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}

.table_COA .tab-nav {
  background: #fff;
  width: 100%;
  height: 48px;
  border-bottom: 0px;
  text-align: center;
}
.table_COA .tab-nav a {
  text-align: center;
  text-decoration: none;
  height: 48px;
  color: #fff !important;
  background-color: #7d7d7d;
  margin-right: 10px;
  padding: 15px 20px;
  display: inline-block;
  width: 280px;
}
.table_COA .tab-nav a.current {
  color: #fff;
  background: var(--main-color);
  border: 0;
}
.table_COA .tab-con {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  font-size: 16px;
  border-top: 2px solid var(--main-color);
  margin-bottom: 30px;
  padding: 20px 0;
}
.table_COA .tab-con-item {
  display: none;
  width: 100%;
  text-align: left;
}
.table_COA .tab-con-item p {
  margin: 0;
  display: block;
}

.table_product .tab-nav {
  background: #fff;
  width: 100%;
  height: 50px;
  text-align: left;
  margin-top: 80px;
  border: 1px solid #eeeeee;
}
.table_product .tab-nav a {
  text-align: center;
  text-decoration: none;
  height: 50px;
  color: #143645;
  background-color: #eeeeee;
  margin-right: 10px;
  padding: 15px;
  display: inline-block;
  font-family: "Avenir Black";
}
.table_product .tab-nav a > h2 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2em;
  padding: 0;
}
.table_product .tab-nav a.current {
  color: #fff;
  background: var(--main-color);
  border: 0;
}
.table_product .tab-nav a.current > h2 {
  color: #fff;
}
.table_product .tab-con {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  font-size: 16px;
  margin-bottom: 30px;
  padding: 20px 0;
}
.table_product .tab-con-item {
  display: none;
  width: 100%;
  text-align: left;
}
.table_product .tab-con-item p {
  margin: 0;
}
.table_product .tab-con-item h3 {
  color: #15506a;
  font-family: "Avenir Black";
  margin-top: 30px;
}
.tab-con-item th {
  white-space: nowrap;
}
.literatures th {
  white-space: nowrap;
}
.related_title {
  color: #15506a;
  font-family: "Avenir Black";
  margin-top: 30px;
}

.related_services {
  padding: 0px 0px 10px 0;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .related_services {
    display: grid;
    grid-template-columns: repeat(auto-fill, 32%);
    justify-content: space-between;
  }
}
.related_services li {
  list-style: none;
  line-height: 26px;
  font-size: 1rem;
  margin-bottom: 10px;
}
.related_services li a {
  height: 100%;
  padding: 10px;
  margin: 5px 0;
  width: 100%;
  background: #f9f8f8;
  border: 1px solid #ffffff;
  color: var(--main-color);
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.related_services li a:hover {
  padding: 10px;
  margin: 5px 0;
  width: 100%;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  transition: all ease 0.6s;
  color: #101010;
  border-radius: 5px;
}

.Verification-code {
  position: relative;
}
.Verification-code img {
  position: absolute;
  top: 0;
  right: 15px;
  border: 1px solid #ddd;
}
.Verification-code .check-fa {
  position: absolute;
  top: 6px;
  right: 145px;
  font-size: 22px;
  color: #7b9d3b;
}

.productlist-right-img img {
  max-width: 220px;
}

.pagelist {
  text-align: right;
  margin-top: 20px;
  padding-left: 5px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 5px 0;
}
.pagination > li > a,
.pagination > li > span {
  margin-right: 10px;
  background: none;
  border: 1px solid var(--main-color);
}
.pagination > li > a[href]:hover,
.pagination > li > span:hover {
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 10px;
  line-height: 1.428571429;
  text-decoration: none;
  color: var(--main-color);
  background-color: #fff;
  border: 1px solid var(--main-color);
  margin-left: -1px;
}
.pagination > li {
  display: inline-block;
  list-style-type: none;
}
.pagination > .active a[href] {
  color: #fff;
  background: var(--main-color);
}

.pdf {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pdf li {
  position: relative;
  font-weight: 400;
  color: var(--green-color);
}
.pdf li a {
  color: var(--green-color);
  text-decoration: none;
  font-size: 18px;
}
.pdf li a:hover {
  color: var(--yellow-color);
}
.pdf li .icon {
  padding-right: 10px;
}

.successinfo {
  padding-left: 15px;
  line-height: 30px;
  line-height: 22px;
  color: #888888;
  padding-right: 20px;
  padding-bottom: 20px;
}
.successinfo .iconarea {
}
.successinfo .iconarea .iconunit {
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: var(--main-color);
  color: #ffffff;
  line-height: 40px;
  font-weight: bolder;
  font-size: 22px;
  position: relative;
  z-index: 9;
}
.successinfo .tit {
  font-size: 20px;
  font-weight: bold;
  color: var(--main-color);
  display: block;
}
.successinfo .iconarea .iconunit img {
  top: 10px;
  left: 5px;
  position: absolute;
  z-index: 10;
}

.text_gobuy_show {
  height: 160px !important;
  position: absolute;
  z-index: 9;
  bottom: 0px;
  width: 252px;
  overflow: hidden;
  padding: 20px 15px;
  cursor: pointer;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border: 0px red solid;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.effect-1 .img.hover .overlay {
  height: 100%;
  border: 0px red solid;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.effect-1 img {
  max-width: 170px;
  max-height: 150px;
}

.tar-con a {
  padding: 10px;
  display: block;
  margin: 5px 0;
  width: 100%;
  background: #f9f8f8;
  border: 1px solid #ffffff;
  color: var(--main-color);
  border-radius: 5px;
  text-decoration: none;
}
.tar-con a:hover {
  padding: 10px;
  display: block;
  margin: 5px 0;
  width: 100%;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  transition: all ease 0.6s;
  color: #101010;
  border-radius: 5px;
}

.contact-line:before {
  content: "";
  display: block;
  height: 100%;
  background: #b3d7e7;
  right: 30px;
  position: absolute;
  width: 1px;
}

/* .contact-layout > .col-md-4 p {
  color: #fff;
} */
.contact-layout > .col-md-4 a {
  text-decoration: none;
  color: #111;
  transition: all ease-in-out 0.3s;
}
.contact-layout > .col-md-4 a:hover {
  color: var(-yellow-color);
}

.pull-right {
  float: right;
}

.text-main {
  color: var(--main-color) !important;
}
.text-black {
  color: #111 !important;
}
.grid-item {
  --width-child: 32%;
}

@media screen and (min-width: 768px) {
  .grid-item {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--width-child));
    justify-content: space-between;
    gap: 0.5em;
  }
}
.text-opacity-black {
  color: #444;
}
.text-dark-gray {
  color: #555;
}

.text-center {
  text-align: center;
}
.w-24 {
  width: 6rem;
}
