.footer-text-color {
  color: rgba(255, 255, 255, 0.71);
}

.content-header {
  letter-spacing: 1px;
  line-height: 26pt;
}

.related-header {
  letter-spacing: 0.5px;
  line-height: 19pt;
}

.related-img {
  min-height: 220px;
  max-height: 220px;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.img-menu {
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
}

.img-crop {
  object-fit: cover;
}

.img-notable {
  min-width: 296px !important;
  min-height: 250px !important;
  max-width: 296px !important;
  max-height: 250px !important;
  object-fit: cover;
}

.center-header {
  margin-top: -5px;
}

.logo-alliance {
  display: block;
  margin: auto;
}

.main-sub {
  margin-bottom: 3px;
}

.sub {
  margin-left: 20px;
}

.img-cover {
  object-fit: cover;
}

.text-padua {
  color: #151515 !important;
}

.box-wait {
  background-color: #f7f8f9 !important;
  height: 400px;
}

.text-wait {
  position: absolute;
  top: 50%;
  left: 43%;
}

.img-product {
  width: auto;
  height: 265px;
  /* object-fit: cover; */
  border-radius: 5px;
}

.hr-main-header {
  border-top: 5px solid;
  margin-top: 0px !important;
  width: 100px !important;
}

.hr-data-header {
  border-top: 5px solid;
  margin-top: 0px !important;
  width: 50px !important;
  margin-bottom: 10px !important;
}

.hr-data-header-p {
  border-top: 5px solid;
  margin-top: 0px !important;
  width: 50px !important;
  margin-bottom: 20px !important;
}

.hr-data-header-location {
  border-top: 5px solid;
  margin-top: 0px !important;
  width: 50px !important;
  margin-bottom: 20px !important;
}

.hr-data-header-contact {
  border-top: 5px solid;
  margin-top: 0px !important;
  width: 60px !important;
  margin-bottom: 15px !important;
}

.hr-data-location {
  border-top: 5px solid;
  margin-top: 0px !important;
  width: 200px !important;
  margin-bottom: 40px !important;
}

.hr-data-location-sub {
  border-top: 5px solid;
  margin-top: 0px !important;
  width: 50px !important;
  margin-bottom: 40px !important;
}

.hr-list {
  border-top: 5px solid;
  margin-top: 0px !important;
  width: 50px !important;
  margin-bottom: 40px !important;
}

.hr-list-all {
  border-top: 5px solid;
  margin-top: -7px !important;
  margin-bottom: 0px !important;
  width: 50px !important;
}

.img-list {
  width: 100%;
  height: 350px !important;
  object-fit: cover;
}

.img-list-all {
  width: 100%;
  height: 220px !important;
  object-fit: cover;
}

.img-bg {
  height: auto;
  width: 120px;
  background: white;
  max-width: none;
  border-radius: 50%;
  position: absolute;
  z-index: 999;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  transition: 1.1s;
}

.border-radius-10-custom {
  border-radius: 10px;
}

.num-title {
  font-family: "Nunito", sans-serif !important;
  font-size: 40px !important;
}

.text-title {
  font-family: "Nunito", sans-serif !important;
  font-size: 20px !important;
}

.bg-animal {
  background-color: #fbd4ad !important;
  border: none;
}

.bg-plant {
  background-color: #80b7a2 !important;
  border: none;
}

.bg-microorganism {
  background-color: #a8d1e7 !important;
  border: none;
}

.bg-animal:hover {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.bg-animal:hover .img-bg {
  transform: translateY(0) translateX(-50%) scale(1.3);
}

.bg-plant:hover {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  animation-name: example;
  animation-duration: 0.25s;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.bg-plant:hover .img-bg {
  transform: translateY(0) translateX(-50%) scale(1.3);
}

.bg-microorganism:hover {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.bg-microorganism:hover .img-bg {
  transform: translateY(0) translateX(-50%) scale(1.3);
}

@media (max-width: 991px) {
  .bg-animal {
    margin-bottom: 100px;
  }
  .bg-plant {
    margin-bottom: 100px;
  }
  .bg-microorganism {
    margin-bottom: 100px;
  }

  .content-center {
    position: inherit !important;
  }
}

.sub-map-title {
  font-size: 25px !important;
}

.position-relative {
  position: relative;
}

.content-search-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.content-right {
  position: absolute;
  top: 50%;
  right: 0%;
}

.data-title {
  font-size: 18px;
}

.data-img-style {
  width: 100%;
  height: auto;
}

.box-data {
  border: none;
  /*border: 1px solid #dfdfdf;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);*/
}

.data-num-title {
  font-family: "Nunito", sans-serif !important;
  font-size: 60px !important;
}

.data-text-title {
  font-family: "Nunito", sans-serif !important;
  font-size: 25px !important;
}

.height-card-data {
  height: 460px !important;
}

.card-boder-body {
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 10px;
}

.post-title-custom {
  padding: 5px;
  position: absolute;
  top: 90%;
  left: 5%;
  right: 5%;
  transform: translateY(-50%);
}

/*page detail*/
.detail-title {
  font-size: 22px !important;
  font-weight: 900;
}

.sub-detail-title {
  font-size: 18px !important;
  font-weight: 900;
}

.sub-detail-title-box {
  font-size: 16px !important;
  font-weight: 900;
}

.text-i {
  font-style: italic !important;
}

.data-detail {
  margin-left: 10px;
  color: #696969;
}

.size-card {
  height: 350px;
  overflow-y: auto;
}

.size-card::-webkit-scrollbar {
  width: 8px !important;
}

.size-card::-webkit-scrollbar-track {
  background: #fff;
}

.size-card::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 40px;
}

.header-title {
  background-color: #fff !important;
  border-bottom: none !important;
}

.bg-none a {
  background: none !important;
}

.text-indent {
  text-indent: 50px !important;
}

.support-logo {
  width: auto;
  height: 90px;
}

.image-small {
  width: 300px;
  height: 70px !important;
}

.option {
  padding-left: 40px !important;
  padding-right: 55px !important;
}

.slider-content {
  position: absolute;
  width: 40%;
  height: auto;
  top: 25%;
  left: 10%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 30px;
}

.slider-img {
  object-fit: cover;
  height: 600px;
}

.detail-slider {
  display: block;
}

.slider-content h2 {
  color: #fff;
  font-style: italic !important;
  font-size: 25px !important;
  letter-spacing: 1.5px;
}

.slider-content p {
  color: #fff;
  text-indent: 50px;
  letter-spacing: 0.5px;
}

.logo-img-sup {
  width: auto !important;
  height: 80px !important;
}

.menu-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.img-record {
  height: 400px !important;
  width: 100% !important;
  object-fit: cover;
}

.image-small {
  object-fit: cover;
}

.img-location {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 10px;
}

.img-history {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 10px;
}

.img-location-detail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 15px;
}

.title-location {
  font-size: 18px !important;
  font-weight: 600;
  margin-bottom: 5px;
}

.sub-title-location {
  font-size: 16px !important;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 20px;
  text-decoration: underline;
}

.title-contact {
  font-size: 26px !important;
  font-weight: 600;
  margin-bottom: 5px;
}

.detail-location {
  color: #506172;
}

.icon-location {
  font-size: 25px;
  color: #00a86b;
  margin-top: 5px;
  margin-right: 8px;
  padding-left: 10px;
}

.hr-block {
  position: absolute;
  top: 0;
  right: 5%;
  height: 100%;
  width: 1px;
  border-radius: 10px;
  background-color: #f0f0f0;
  display: block;
}

.border-activity {
  border: 1px solid #f0f0f0;
  padding: 30px;
  border-radius: 10px;
}

.border-product {
  border: 1px solid #f0f0f0 !important;
}

.display-center {
  display: flex !important;
  justify-content: center !important;
}

.product-title {
  height: 50px !important;
  font-size: 20px;
}

.post-by {
  margin-bottom: 5px !important;
}

.post-detail {
  text-indent: 50px !important;
  font-size: 15px !important;
  color: #506172 !important;
  font-weight: 500 !important;
}

.post-detail-by {
  margin-left: 30px !important;
  font-size: 15px !important;
  color: #506172;
  font-weight: 500 !important;
}

.min-height-img-location {
  min-height: 250px !important;
}

.box-icon {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-box {
  text-align: right;
  width: 85%;
  padding: 10px 0;
}

.icon-title-box {
  color: #fff;
  font-weight: 600;
  font-size: 18px !important;
}

.icon-sum-box {
  color: #fff;
  font-weight: 600;
  font-size: 20px !important;
}

.icon-title-box-main {
  color: #212d45;
  font-weight: 600;
  font-size: 20px !important;
}

.icon-sum-box-main {
  color: #212d45;
  font-weight: 600;
  font-size: 20px !important;
}

.num-box-main {
  color: #212d45;
  font-weight: 900;
  font-size: 28px !important;
  font-family: "Nunito", sans-serif !important;
}

.icon-location-box {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #fff;
}

.box-location {
  background: #264653 !important;
  border: none !important;
}

.box-location:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.header-title-sum {
  color: #f8f9f8 !important;
  margin-bottom: 0px;
}

.box-sum {
  background: #1d3550 !important;
  border: none !important;
}

.box-sum:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.box-animal {
  background: #f2b273 !important;
  border: none !important;
}

.box-animal:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.box-plant {
  background: #45ad86 !important;
  border: none !important;
}

.box-plant:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.box-microorganism {
  background: #63b9e8 !important;
  border: none !important;
}

.box-microorganism:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.icon-main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212d45;
  font-size: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  transition: 0.8s;
}

.box-location:hover .icon-main {
  transform: translateY(0) translateX(0) scale(1.4);
}

.box-animal:hover .icon-main {
  transform: translateY(0) translateX(0) scale(1.4);
}

.box-plant:hover .icon-main {
  transform: translateY(0) translateX(0) scale(1.4);
}

.box-microorganism:hover .icon-main {
  transform: translateY(0) translateX(0) scale(1.4);
}

.button-search-mt {
  margin-top: -2px !important;
}

.button-contactForm {
  font-size: 16px !important;
  padding: 12px 25px !important;
  background: #212529;
  border: none !important;
}

.box-detail-contact {
  display: flex;
}

.detail-contact {
  display: inline-flex;
  align-items: center;
}

.icon-contact {
  font-size: 45px;
  color: #00a86b;
  margin-top: 5px;
  margin-right: 20px;
  padding-left: 10px;
}

/* .text-limit-1-row {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
} */

.text-limit-2-row {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}

.text-limit-3-row {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
}

.box-header {
  position: relative;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}

.box-search-all {
  transition: 0.8s;
  position: relative;
}

.btn-search {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 22px;
}

.btn-close {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 20px;
}

.btn-close:hover {
  background-color: #00a86b;
  color: #fff;
  border-radius: 5px;
}

.btn-search:hover {
  background-color: #00a86b;
  color: #fff;
  border-radius: 5px;
}

.btn-search-position {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 9999;
}

.btn-close-positions {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}

.nice-select {
  width: 100%;
}

.content-gallery {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  color: #696969;
  height: 20px;
}

.img-data-sp {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.border-tb-l-radius {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.border-tb-r-radius {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.example-image {
  width: 100%;
}

.show-main-img-new {
  width: 100%;
  height: 120px !important;
  object-fit: cover;
}

.sub-data-spe {
  font-size: 16px !important;
  font-weight: 600;
  margin-bottom: 5px;
}

.h-data {
  color: #dfa006;
  font-weight: 600;
}

.img-top-featured {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.scroll-featured {
  height: 470px;
}

.scroll-box {
  overflow: hidden;
}

.scroll-box:hover {
  overflow-y: scroll;
}

/* Works on Chrome, Edge, and Safari */
.scroll-box::-webkit-scrollbar {
  width: 8px;
}

.scroll-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scroll-box::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  display: none;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
  display: inline-block;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'ดูเพิ่มเติม';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'ดูเพิ่มเติม';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #006ebc;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  text-decoration: underline;
}

.img-highlight {
  position: absolute;
  top: -50px;
  left: -5%;
  width: 200px;
  height: auto;
  z-index: 999;
}

.link-page {
  color: #006ebc;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  text-decoration: underline;
}

.link-page:hover {
  text-decoration: underline;
}

.highlight-list {
  position: absolute;
  top: -14px;
  left: -30px;
  z-index: 100;
}

.highlight-list-01 {
  position: absolute;
  top: -24px;
  left: -44px;
  z-index: 100;
}

.highlight-detail {
  position: absolute;
  top: -12px;
  left: -30px;
  z-index: 100;
}

.img-highling-list {
  width: 150px
}

.img-highling-detail {
  width: 150px
}

.btn-print {
  position: absolute;
  top: 5px;
  right: 5px;
}

.btn-pdf {
  background: #b30b00;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  padding: 25px 30px;
  border-radius: 5px;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
}
.btn-pdf::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eb655d;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
}
.btn-pdf:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}

.btn-pdf:focus {
  outline: 0;
  box-shadow: none;
}

.btn-excel {
  background: #175734;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  padding: 25px 30px;
  border-radius: 5px;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
}
.btn-excel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1f9b61;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
}
.btn-excel:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}

.btn-excel:focus {
  outline: 0;
  box-shadow: none;
}

.img-bg-icon-dna {
  border-radius: 50%;
  width: 70px;
}

.detail-img {
  width: 100%;
  height: 230px;
  padding: 20px;
  object-fit: cover;
  border-radius: 10px !important;
}

.border-r {
  border-right: 1px solid #b8b8b8;
}

.border-l {
  border-left: 1px solid #b8b8b8;
}

.border-t {
  border-top: 1px solid #b8b8b8;
}

.border-b {
  border-bottom: 1px solid #b8b8b8;
}

.detail-p {
  color: #6faf8b !important;
}

.img-height-single {
  height: 250px;
}

.img-heighlight-under {
  min-height: 140px;
}
.img-heighlight-w-under {
  width: 80%;
}

.img-blog {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.post-title {
  height: auto !important;
}

/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
Styling
*/

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 25px 15px;
  border: 1px solid transparent;
  margin-bottom: 0px;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #6faf8b;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #6faf8b;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}