@import url(https://fonts.googleapis.com/css?family=Prompt:300,400,500,700&display=swap&subset=thai);section.header {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  width: 100%;
  padding: 0;
  z-index: 9;
}

section.header .group_header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
}

@media (max-width: 575.98px) {
  section.header .group_header {
    display: none;
  }
}

section.header .group_header .item_logo {
  grid-column: span 4;
}

section.header .group_header .item_menu {
  grid-column: span 8;
}

section.header .group_header .item_menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  font-weight: 500;
}

section.header .group_header .item_menu ul li {
  font-size: 1rem;
}

section.header .group_header .item_menu ul li a {
  text-decoration: none;
  color: #ffffff;
}

section.header .group_header .item_menu .active {
  color: #056839;
}

section.header .menu-mobile {
  display: none;
}

@media (max-width: 575.98px) {
  section.header .menu-mobile {
    display: block;
  }
}

.sticky {
  background-color: black !important;
}

section.banner .banner {
  position: relative;
}

section.banner .banner img {
  width: 100%;
}

@media (max-width: 575.98px) {
  section.banner .banner {
    margin-top: 60px;
  }
}

section.banner .banner .text {
  position: absolute;
  bottom: 15%;
}

section.banner .banner .text h1 {
  font-size: 3.75rem;
  font-weight: bold;
  color: #ffffff;
  overflow: hidden;
  width: 550px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 575.98px) {
  section.banner .banner .text h1 {
    font-size: 1.3rem;
  }
}

@media (max-width: 575.98px) {
  section.banner .banner .text h1 {
    width: 200px;
  }
}

section.banner .banner .text h5 {
  background: #7bb640;
  border-radius: 5px;
  padding: 10px 40px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

section.banner .banner .text h5 a {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  section.banner .banner .text h5 {
    font-size: 12px;
  }
}

section.product-news {
  margin: 2rem 0;
}

section.product-news a {
  text-decoration: none;
}

section.product-news .group-box {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
}

section.product-news .group-box .item_product {
  grid-column: span 6;
}

@media (max-width: 575.98px) {
  section.product-news .group-box .item_product {
    order: 2;
    grid-column: span 12;
  }
}

section.product-news .group-box .item_product .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.product-news .group-box .item_product .text h1 {
  font-size: 1.875rem;
  color: #000000;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  section.product-news .group-box .item_product .text h1 {
    font-size: 1.125rem;
  }
}

section.product-news .group-box .item_product .text p {
  font-size: 1.25rem;
  color: #9e9e9e;
}

@media (max-width: 575.98px) {
  section.product-news .group-box .item_product .text p {
    font-size: 0.75rem;
  }
}

section.product-news .group-box .item_news {
  grid-column: span 6;
}

@media (max-width: 575.98px) {
  section.product-news .group-box .item_news {
    grid-column: span 12;
  }
}

section.product-news .group-box .item_news .search {
  background-image: url(/images/Green-BG.png?44da7cc9155b5566cae9656fb3894b12);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  border-radius: 5px;
  padding: 3rem 0;
  padding-bottom: 4rem;
}

section.product-news .group-box .item_news .search h1 {
  font-size: 1.875rem;
  font-weight: bold;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  section.product-news .group-box .item_news .search h1 {
    font-size: 1.125rem;
  }
}

section.product-news .group-box .item_news .search input[type=text],
section.product-news .group-box .item_news .search input[type=password],
section.product-news .group-box .item_news .search select {
  font-family: "Prompt", sans-serif;
  font-size: 1.25rem;
  color: #9e9e9e;
  width: 55%;
  padding: 10px 13px;
  margin: 15px 0;
  display: inline-block;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #ffffff;
  -webkit-appearance: inherit;
}

@media (max-width: 575.98px) {
  section.product-news .group-box .item_news .search input[type=text],
  section.product-news .group-box .item_news .search input[type=password],
  section.product-news .group-box .item_news .search select {
    width: 70%;
    font-size: 0.75rem;
  }
}

section.product-news .group-box .item_news .search .select {
  margin-top: 1.5rem;
}

section.product-news .group-box .item_news .search .relative {
  position: relative;
}

section.product-news .group-box .item_news .search .btn {
  display: block;
  width: 100%;
  margin: auto;
  padding-top: 2rem;
}

section.product-news .group-box .item_news .search .btn button {
  font-family: "Prompt", sans-serif;
  background: #7bb640;
  border-radius: 5px;
  color: #ffffff;
  box-shadow: unset;
  border: none;
  padding: 0.75rem 0;
  font-size: 1.25rem;
  width: 55%;
}

@media (max-width: 575.98px) {
  section.product-news .group-box .item_news .search .btn button {
    width: 70%;
    text-align: center;
  }
}

section.product-news .group-box .item_news .search .arrow_down {
  position: absolute;
  right: 26%;
  top: 50%;
}

@media (max-width: 575.98px) {
  section.product-news .group-box .item_news .search .arrow_down {
    right: 20%;
  }
}

section.product-news .group-box .item_news .search ::-ms-input-placeholder {
  color: #9e9e9e;
}

section.product-news .group-box .item_news .search ::-moz-placeholder {
  color: #9e9e9e;
}

section.product-news .group-box .item_news .search :-ms-input-placeholder {
  color: #9e9e9e;
}

section.product-news .group-box .item_news .search ::placeholder {
  color: #9e9e9e;
}

section.product-news .group-box .item_news .news {
  margin-top: 3rem;
}

section.product-news .group-box .item_news .news .text-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.product-news .group-box .item_news .news .text-head h1 {
  font-size: 1.875rem;
  color: #000000;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  section.product-news .group-box .item_news .news .text-head h1 {
    font-size: 1.125rem;
  }
}

section.product-news .group-box .item_news .news .text-head p {
  font-size: 0.75rem;
  color: #9e9e9e;
}

section.product-news .group-box .item_news .news .image-slide {
  margin-top: 1rem;
}

section.product-news .group-box .item_news .news .image-slide .owl-dots {
  position: absolute;
  bottom: 3%;
  width: 100%;
  margin: auto;
}

section.product-news .group-box .item_news .news .image-slide .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 4px;
  background: #ffffff;
}

section.product-news .group-box .item_news .news .image-slide .owl-dots .active span {
  width: 7px;
  height: 7px;
  margin: 5px 4px;
  background: #03804e;
}

section.add-on {
  position: relative;
  margin-bottom: 2rem;
}

section.add-on img {
  width: 100%;
}

section.add-on .bg {
  position: absolute;
  top: 0;
  left: 0;
}

section.add-on .bg img {
  width: 100%;
}

section.add-on .grid {
  grid-template-columns: repeat(12, 1fr);
  display: grid;
}

section.add-on .grid .span_6 {
  grid-column: span 6;
}

section.add-on .grid .content {
  width: 100%;
  position: relative;
}

section.add-on .grid .content .img {
  position: relative;
  top: 0;
  height: auto;
  width: 100%;
}

section.add-on .grid .content .text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

section.add-on .grid .content .text h5 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  display: block;
}

section.add-on .grid .content .text p {
  font-size: 1.75rem;
  color: #ffffff;
  display: block;
}

section.map {
  width: 100%;
  height: 100%;
}

section.map .map {
  display: flex;
}

section.footer {
  position: relative;
  bottom: 0;
}

section.footer .image-footer img {
  width: 100%;
}

section.footer .logo-footer {
  background: #ffffff;
  padding: 1.5rem 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

section.footer .logo-footer .group-icon {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 575.98px) {
  section.footer .logo-footer .group-icon {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
  }

  section.footer .logo-footer .group-icon img {
    padding: 0.75rem;
  }
}

section.footer .group-icon-for-phone {
  display: none;
}

@media (max-width: 575.98px) {
  section.footer .group-icon-for-phone {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  section.footer .group-icon-for-phone img {
    width: 6.3125rem;
    padding: 0.4375rem;
  }
}

.menu-footer {
  padding: 1.5rem 0;
}

.menu-footer .group-menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 575.98px) {
  .menu-footer .group-menu {
    justify-content: flex-start;
    width: 100%;
  }
}

.menu-footer .group-menu .item-menu {
  height: 100%;
}

@media (max-width: 575.98px) {
  .menu-footer .group-menu .item-menu {
    padding: 0.5rem 0.2rem;
  }
}

.menu-footer .group-menu .item-menu h3 {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #000000;
  height: 0.875rem;
}

.menu-footer .group-menu .item-menu p {
  font-size: 0.875rem;
  color: #000000;
}

@media (max-width: 575.98px) {
  .menu-footer .group-menu .item-menu .contact {
    display: flex;
    justify-content: space-between;
  }
}

.menu-footer .group-menu .item-menu .contact .email {
  display: none;
}

@media (max-width: 575.98px) {
  .menu-footer .group-menu .item-menu .contact .email {
    display: flex;
    margin-top: 0.375rem;
  }
}

@media (max-width: 575.98px) {
  .menu-footer .group-menu .item-menu .hide-for-phone {
    display: none;
  }
}

.menu-footer .group-menu .item-menu .social {
  margin-top: 1rem;
  display: flex;
}

@media (max-width: 575.98px) {
  .menu-footer .group-menu .item-menu .social {
    margin-top: 0.375rem;
  }
}

.menu-footer .group-menu .item-menu .social .icon {
  margin-right: 0.5rem;
}

@media (max-width: 575.98px) {
  .menu-footer .group-menu .item-menu .social .icon img {
    width: 14px;
    height: auto;
  }
}

.menu-footer .group-menu .item-menu .set-width {
  max-width: 60%;
}

.menu-footer .group-menu .item-menu .icon-foot {
  display: flex;
  align-items: center;
}

.menu-footer .group-menu .item-menu .icon-foot img {
  width: 10px;
  height: 10px;
}

.menu-footer .group-menu .item-menu .icon-foot p {
  margin: 0 0.3rem;
}

@media (max-width: 575.98px) {
  .menu-footer .group-menu .item-menu .icon-foot p {
    font-size: 0.625rem;
  }
}

.menu-footer .group-menu .align-top {
  align-items: top;
}

.menu-footer .group-menu .align-center {
  align-self: center;
}

.menu-footer .group-menu .set-height {
  width: 100%;
  height: 100%;
}

@media (max-width: 575.98px) {
  .menu-footer .group-menu .set-height .main-logo img {
    width: 4.25rem;
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .menu-footer .group-menu .set-height p {
    font-size: 0.625rem;
  }
}

@media (max-width: 575.98px) {
  .menu-footer .group-menu .set-height h3 {
    font-size: 0.625rem;
  }
}

section.contactus .group-followus {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

section.contactus .group-followus h2 {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.475rem;
  color: #000000;
}

@media (max-width: 575.98px) {
  section.contactus .group-followus h2 {
    font-size: 0.875rem;
  }
}

section.contactus .group-followus .icon-follow {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

section.contactus .group-followus .icon-follow img {
  width: 33px;
  height: 33px;
  margin-right: 1rem;
}

@media (max-width: 575.98px) {
  section.contactus .group-followus .icon-follow img {
    width: 1.375rem;
    height: auto;
  }
}

section.contactus .contactus-content {
  padding: 2rem 0;
  padding-bottom: 2rem;
}

section.contactus .group-input {
  text-align: center;
  margin-top: 3rem;
}

section.contactus .group-input h1 {
  margin-top: 1rem;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000000;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  section.contactus .group-input h1 {
    font-size: 0.875rem;
  }
}

section.contactus .group-input h5 {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #9e9e9e;
}

@media (max-width: 575.98px) {
  section.contactus .group-input h5 {
    margin-bottom: 1rem;
    font-size: 0.625rem;
  }
}

section.contactus .group-input .box-input {
  width: 30%;
  margin: auto;
}

@media (max-width: 575.98px) {
  section.contactus .group-input .box-input {
    width: 90%;
  }
}

section.contactus .group-input .box-input .input {
  margin-bottom: 1.75rem;
}

section.contactus .group-input .box-input .input label {
  text-align: left;
  display: block;
  font-size: 0.875rem;
  color: #000000;
  margin-bottom: 0.1rem;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  section.contactus .group-input .box-input .input label {
    font-size: 0.625rem;
  }
}

section.contactus .group-input .box-input .input input[type=text],
section.contactus .group-input .box-input .input textarea,
section.contactus .group-input .box-input .input select {
  font-family: "Prompt", sans-serif;
  width: 100%;
  padding: 12px 20px;
  margin: 5px 0;
  box-sizing: border-box;
  border: 0.5px solid #9e9e9e;
  border-radius: 5px;
  outline: none;
  font-size: 0.875rem;
}

@media (max-width: 575.98px) {
  section.contactus .group-input .box-input .input input[type=text],
  section.contactus .group-input .box-input .input textarea,
  section.contactus .group-input .box-input .input select {
    font-size: 0.625rem;
  }
}

section.contactus .group-input .box-input button {
  font-family: "Prompt", sans-serif;
  background: #7bb640;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1rem;
  border: none;
  width: 100%;
  padding: 12px 0;
  outline: none;
}

@media (max-width: 575.98px) {
  section.contactus .group-input .box-input button {
    font-size: 0.75rem;
  }
}

section.contactus .group-input .group-followus {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

section.contactus .group-input .group-followus h2 {
  letter-spacing: 0.1em;
  font-size: 1.875rem;
  color: #000000;
}

@media (max-width: 575.98px) {
  section.contactus .group-input .group-followus h2 {
    font-size: 0.875rem;
  }
}

section.contactus .group-input .group-followus .icon-follow {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

section.contactus .group-input .group-followus .icon-follow img {
  margin-right: 1rem;
}

@media (max-width: 575.98px) {
  section.contactus .group-input .group-followus .icon-follow img {
    width: 1.375rem;
    height: auto;
  }
}

section.product-all .page-product-all .tab-content {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

section.product-all .for-momile_button {
  display: none;
}

@media (max-width: 575.98px) {
  section.product-all .for-momile_button {
    display: block;
  }
}

section.search-page .head_menu_search {
  padding-bottom: 2rem;
}

section.search-page .head_menu_search h5 {
  font-size: 18px;
  color: #056839;
  align-self: flex-end;
}

@media (max-width: 575.98px) {
  section.search-page .head_menu_search h5 {
    font-size: 12px;
  }
}

section.search-page .search-page-content .head_page {
  padding: 2rem 0;
}

section.search-page .content-page {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

section.search-page .content-page .grid_tap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
}

section.search-page .content-page .grid_tap .menu_tap {
  grid-column: span 3;
  overflow: hidden;
  background: #f8f8f8;
}

@media (max-width: 575.98px) {
  section.search-page .content-page .grid_tap .menu_tap {
    grid-column: span 12;
  }
}

section.search-page .content-page .grid_tap .menu_tap .container_menu {
  margin: 20px;
  overflow: hidden;
}

section.search-page .content-page .grid_tap .menu_tap .container_menu h2 {
  font-weight: bold;
  font-size: 16px;
  color: #18181b;
  margin: 10px 0;
}

section.search-page .content-page .grid_tap .menu_tap .container_menu select,
section.search-page .content-page .grid_tap .menu_tap .container_menu input {
  font-family: "Prompt", sans-serif;
  width: 100%;
  color: #9e9e9e;
  font-weight: normal;
  border-radius: 5px;
  font-size: 14px;
  padding: 0.5rem 1.5rem;
  padding-left: 1rem;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  border: none;
  position: relative;
}

section.search-page .content-page .grid_tap .menu_tap .container_menu select:focus,
section.search-page .content-page .grid_tap .menu_tap .container_menu input:focus {
  border: none;
  outline: none;
}

@media (max-width: 575.98px) {
  section.search-page .content-page .grid_tap .menu_tap .container_menu select,
  section.search-page .content-page .grid_tap .menu_tap .container_menu input {
    font-size: 0.625rem;
  }
}

section.search-page .content-page .grid_tap .menu_tap .container_menu input[type=radio] {
  font-family: "Prompt", sans-serif;
  background-color: #056839;
  color: #056839;
  width: unset;
}

section.search-page .content-page .grid_tap .menu_tap .container_menu label {
  margin-left: 11px;
  font-family: "Prompt", sans-serif;
  color: #71717a;
  font-size: 14px;
}

section.search-page .content-page .grid_tap .menu_tap .container_menu ::-ms-input-placeholder {
  color: #9e9e9e;
}

section.search-page .content-page .grid_tap .menu_tap .container_menu ::-moz-placeholder {
  color: #9e9e9e;
}

section.search-page .content-page .grid_tap .menu_tap .container_menu :-ms-input-placeholder {
  color: #9e9e9e;
}

section.search-page .content-page .grid_tap .menu_tap .container_menu ::placeholder {
  color: #9e9e9e;
}

section.search-page .content-page .grid_tap .menu_tap .container_menu .button_submit {
  margin: 23px 0;
}

section.search-page .content-page .grid_tap .menu_tap .container_menu button {
  width: 100%;
  background: #7bb640;
  border-radius: 5px;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  border: none;
  height: 100%;
  padding: 0.5rem 1.5rem;
}

@media (max-width: 575.98px) {
  section.search-page .content-page .grid_tap .menu_tap .container_menu button {
    font-size: 0.625rem;
  }
}

section.search-page .content-page .grid_tap .menu_tap .container_menu .group_radio {
  display: block;
  margin-top: 7px;
}

section.search-page .content-page .grid_tap .menu_tap .container_menu .group_input {
  padding: 7px 0;
}

section.search-page .content-page .grid_tap input:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #056839;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

section.search-page .content-page .grid_tap .product_tap {
  grid-column: span 9;
  margin: 0 15px;
}

@media (max-width: 575.98px) {
  section.search-page .content-page .grid_tap .product_tap {
    grid-column: span 12;
  }
}

section.search-page .content-page .grid_tap .top_0 {
  padding-top: 0;
}

section.news-promotions .content-news-promotion {
  margin: 2rem 0;
}

section.news-promotions .content-news-promotion a {
  text-decoration: none;
}

section.news-promotions .content-news-promotion h1 {
  font-weight: bold;
  font-size: 1.875rem;
  color: #000000;
}

@media (max-width: 575.98px) {
  section.news-promotions .content-news-promotion h1 {
    font-size: 0.875rem;
  }
}

section.news-promotions .content-news-promotion .group_promotion {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
}

section.news-promotions .content-news-promotion .group_promotion .item_promotion {
  grid-column: span 4;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  section.news-promotions .content-news-promotion .group_promotion .item_promotion {
    grid-column: span 12;
  }
}

section.news-promotions .content-news-promotion .group_promotion .item_promotion .image img {
  width: 100%;
}

section.news-promotions .content-news-promotion .group_promotion .item_promotion .text {
  padding: 1rem 1.25rem;
}

section.news-promotions .content-news-promotion .group_promotion .item_promotion .text .head {
  font-weight: bold;
  font-size: 1.5rem;
  color: #252525;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 575.98px) {
  section.news-promotions .content-news-promotion .group_promotion .item_promotion .text .head {
    font-size: 0.875rem;
  }
}

section.news-promotions .content-news-promotion .group_promotion .item_promotion .text .subhead {
  font-weight: 400;
  font-size: 1.25rem;
  color: #6e6e6e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 575.98px) {
  section.news-promotions .content-news-promotion .group_promotion .item_promotion .text .subhead {
    font-size: 0.75rem;
  }
}

section.news-promotions .content-news-promotion .news-box {
  margin-top: 2rem;
}

section.news-promotions .content-news-promotion .news-box .group_news {
  display: block;
}

section.news-promotions .content-news-promotion .news-box .group_news .item_news {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.08);
}

section.news-promotions .content-news-promotion .news-box .group_news .item_news .image {
  width: 24%;
  height: 100%;
}

@media (max-width: 575.98px) {
  section.news-promotions .content-news-promotion .news-box .group_news .item_news .image {
    width: 100%;
  }
}

section.news-promotions .content-news-promotion .news-box .group_news .item_news .image img {
  display: block;
  width: 100%;
  height: 100%;
}

section.news-promotions .content-news-promotion .news-box .group_news .item_news .text {
  display: block;
  width: 76%;
  height: 100%;
  padding: 1.25rem 2.25rem;
  text-align: left;
}

@media (max-width: 575.98px) {
  section.news-promotions .content-news-promotion .news-box .group_news .item_news .text {
    width: 100%;
    padding: 1rem 1.25rem;
  }
}

section.news-promotions .content-news-promotion .news-box .group_news .item_news .text .head {
  font-weight: bold;
  font-size: 1.5rem;
  color: #252525;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 575.98px) {
  section.news-promotions .content-news-promotion .news-box .group_news .item_news .text .head {
    font-size: 0.875rem;
  }
}

section.news-promotions .content-news-promotion .news-box .group_news .item_news .text .sub_head {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.25rem;
  color: #6e6e6e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 575.98px) {
  section.news-promotions .content-news-promotion .news-box .group_news .item_news .text .sub_head {
    font-size: 0.75rem;
  }
}

section.news-promotions .content-news-promotion .news-box .group_news .item_news .text .read_more {
  margin-top: 1rem;
  text-align: right;
  font-weight: bold;
  font-size: 1.125rem;
  color: #056839;
}

section.news-promotions .content-news-promotion .news-box .group_news .item_news .text .read_more:hover {
  cursor: pointer;
}

@media (max-width: 575.98px) {
  section.news-promotions .content-news-promotion .news-box .group_news .item_news .text .read_more {
    margin-top: 0.5rem;
    font-size: 0.625rem;
  }
}

section.news-promotions .content-news-promotion .news-box .group_news .item_news ::-ms-input-placeholder {
  color: #9e9e9e;
}

section.news-promotions .content-news-promotion .news-box .group_news .item_news ::-moz-placeholder {
  color: #9e9e9e;
}

section.news-promotions .content-news-promotion .news-box .group_news .item_news :-ms-input-placeholder {
  color: #9e9e9e;
}

section.news-promotions .content-news-promotion .news-box .group_news .item_news ::placeholder {
  color: #9e9e9e;
}

section.news-detail .news-detail-content {
  margin: 3rem 0;
}

section.news-detail .news-detail-content .content {
  margin: 0 10%;
  text-align: center;
}

section.news-detail .news-detail-content .content img {
  max-width: 100%;
  margin-bottom: 3rem;
}

@media (max-width: 575.98px) {
  section.news-detail .news-detail-content .content img {
    margin-bottom: 1.5rem;
  }
}

section.news-detail .news-detail-content .content .detail {
  text-align: left;
  font-weight: 400;
  font-size: 1.25rem;
  color: #6e6e6e;
}

@media (max-width: 575.98px) {
  section.news-detail .news-detail-content .content .detail {
    font-size: 0.75rem;
  }
}

section.promotion-detail .promotion-detail-content {
  margin: 3rem 0;
}

section.promotion-detail .promotion-detail-content .content {
  margin: 0 10%;
  text-align: center;
}

section.promotion-detail .promotion-detail-content .content img {
  max-width: 100%;
  margin-bottom: 3rem;
}

@media (max-width: 575.98px) {
  section.promotion-detail .promotion-detail-content .content img {
    margin-bottom: 1.5rem;
  }
}

section.promotion-detail .promotion-detail-content .content .detail {
  text-align: left;
  font-weight: 400;
  font-size: 1.25rem;
  color: #6e6e6e;
}

@media (max-width: 575.98px) {
  section.promotion-detail .promotion-detail-content .content .detail {
    font-size: 0.75rem;
  }
}

section.promotion-detail .promotion-detail-content table {
  border-radius: 5px;
}

section.promotion-detail .promotion-detail-content tr {
  border: 1px solid #9e9e9e;
  color: #000000;
  background: #ffffff;
}

section.promotion-detail .promotion-detail-content tr:first-child {
  color: #ffffff;
  background: #056839;
}

section.product-detail ::-webkit-scrollbar {
  display: none;
}

section.product-detail .product-content .group-detail-product {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  margin-bottom: 1rem;
  justify-content: center;
}

section.product-detail .product-content .group-detail-product .item {
  grid-column: span 6;
}

@media (max-width: 575.98px) {
  section.product-detail .product-content .group-detail-product .item {
    grid-column: span 12;
  }
}

section.product-detail .product-content .group-detail-product .item .image {
  text-align: center;
  margin: 2rem 0;
}

section.product-detail .product-content .group-detail-product .item .image img {
  width: 80%;
  height: auto;
}

section.product-detail .product-content .group-detail-product .item .all_image {
  display: flex;
  overflow: scroll;
  max-height: 135px;
}

@media (max-width: 575.98px) {
  section.product-detail .product-content .group-detail-product .item .all_image {
    max-height: 112px;
  }
}

section.product-detail .product-content .group-detail-product .item .all_image img {
  max-width: 175px;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  section.product-detail .product-content .group-detail-product .item .all_image img {
    width: 150px;
  }
}

section.product-detail .product-content .group-detail-product .item .head {
  font-weight: bold;
  font-size: 1.25rem;
  color: #000000;
}

@media (max-width: 575.98px) {
  section.product-detail .product-content .group-detail-product .item .head {
    font-size: 0.875rem;
  }
}

section.product-detail .product-content .group-detail-product .item .text {
  font-weight: normal;
  font-size: 1.25rem;
  color: #000000;
}

section.product-detail .product-content .group-detail-product .item .text:not(:last-child) {
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  section.product-detail .product-content .group-detail-product .item .text {
    font-size: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  section.product-detail .product-content .group-detail-product .item li {
    font-size: 0.75rem;
  }
}

section.product-detail .product-content .group-detail-product .text_mt {
  margin: 2rem 0;
}

section.product-detail .product-content .table {
  margin-top: 1rem;
  margin-bottom: 4rem;
  width: 100%;
  overflow: scroll;
}

section.product-detail .product-content .table .head {
  margin-bottom: 0.75rem;
}

@media (max-width: 575.98px) {
  section.product-detail .product-content .table .head {
    font-size: 0.875rem;
  }
}

section.product-detail .product-content .table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #056839;
}

section.product-detail .product-content .table table td,
section.product-detail .product-content .table table th {
  text-align: center;
  padding: 0.75rem;
  border: 1px solid #9e9e9e;
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: none;
  border-top: none;
}

@media (max-width: 575.98px) {
  section.product-detail .product-content .table table td,
  section.product-detail .product-content .table table th {
    font-size: 0.625rem;
  }
}

section.product-detail .product-content .table table tr th {
  border: 1px solid #9e9e9e;
  color: #ffffff;
  background-color: #056839;
}

section.product-detail .product-content .table table tr:first-child {
  background-color: #056839;
  color: #ffffff;
}

section.product-detail .product-content .product_rec {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

section.product-detail .product-content .product_rec h1 {
  font-weight: bold;
  font-size: 1.875rem;
  color: #000000;
  margin: 3rem 0;
}

@media (max-width: 575.98px) {
  section.product-detail .product-content .product_rec h1 {
    font-size: 0.875rem;
  }
}

section.product-detail .product-content .address_box {
  padding-top: 2rem;
  padding-bottom: 7rem;
}

section.product-detail .product-content .address_box h1 {
  font-weight: bold;
  font-size: 1.875rem;
  color: #000000;
  margin: 3rem 0;
}

@media (max-width: 575.98px) {
  section.product-detail .product-content .address_box h1 {
    font-size: 0.875rem;
  }
}

section.aboutus-page .aboutus-content {
  padding-bottom: 3rem;
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.aboutus-page .aboutus-content .content img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

section.aboutus-page .aboutus-content .content .detail {
  font-weight: normal;
  font-size: 1.25rem;
  text-align: center;
  color: #000000;
  margin-bottom: 2rem;
}

section.aboutus-page .aboutus-content .content .center-text {
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
  color: #000000;
  margin-bottom: 2rem;
}

section.aboutus-page .aboutus-content .content .cen {
  font-weight: 500;
  font-size: 1.25rem;
  text-align: right;
  color: #000000;
}

section.aboutus-page .aboutus-content .content .position {
  font-weight: normal;
  font-size: 1rem;
  text-align: right;
  color: #9e9e9e;
  margin-bottom: 2rem;
  margin-right: 1.75rem;
}

section.aboutus-page .container_timeline {
  perspective: 800px;
}

section.aboutus-page .timeline {
  position: relative;
  width: 800px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.aboutus-page .timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #ccc;
}

section.aboutus-page .timeline ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

section.aboutus-page .timeline ul li {
  width: 50%;
  padding: 5px 30px 40px 30px;
  cursor: pointer;
}

section.aboutus-page .timeline ul li:nth-child(even):before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #056839;
  border-radius: 50%;
  left: -6px;
  top: 12px;
  transition: 0.5s;
}

section.aboutus-page .timeline ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #056839;
  border-radius: 50%;
  right: -6px;
  top: 12px;
  transition: 0.5s;
}

section.aboutus-page .timeline ul li:hover:before {
  box-shadow: 0px 0px 5px 2px #497b63;
}

section.aboutus-page .timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
  position: relative;
}

section.aboutus-page .timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
  position: relative;
}

section.aboutus-page .timeline ul li:nth-child(odd) .time {
  position: absolute;
  right: -38%;
  top: 3px;
  background-color: #000000;
  color: #fff;
  text-align: left;
  padding-left: 20px;
  width: 120px;
  height: 28px;
  line-height: 28px;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 3px rgba(222, 222, 222, 0.3);
}

@media (max-width: 575.98px) {
  section.aboutus-page .timeline ul li:nth-child(odd) .time {
    font-size: 0.625rem;
    width: 90px;
  }
}

section.aboutus-page .timeline ul li:nth-child(even) .time {
  position: absolute;
  left: -38%;
  top: 3px;
  background-color: #000000;
  color: #fff;
  text-align: right;
  padding-right: 20px;
  width: 120px;
  height: 28px;
  line-height: 28px;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 3px rgba(222, 222, 222, 0.3);
}

@media (max-width: 575.98px) {
  section.aboutus-page .timeline ul li:nth-child(even) .time {
    padding-right: 0;
    font-size: 0.625rem;
    width: 90px;
  }
}

section.aboutus-page .timeline ul li .content h3 {
  color: #056839;
  font-size: 17px;
}

@media (max-width: 575.98px) {
  section.aboutus-page .timeline ul li .content h3 {
    font-size: 0.75rem;
  }
}

section.aboutus-page .timeline ul li .content p {
  color: #222;
}

@media (max-width: 575.98px) {
  section.aboutus-page .timeline ul li .content p {
    font-size: 0.75rem;
  }
}

@media (max-width: 750px) {
  section.aboutus-page .timeline {
    width: 100%;
    margin: 5px 0px;
  }

  section.aboutus-page .timeline:before {
    left: 20px;
  }

  section.aboutus-page .timeline ul li {
    width: 100%;
    padding: 3px 0px 40px 20px;
    cursor: pointer;
  }

  section.aboutus-page .timeline ul li:nth-child(even):before {
    left: -6px;
  }

  section.aboutus-page .timeline ul li:nth-child(odd):before {
    left: -6px;
  }

  section.aboutus-page .timeline ul li:nth-child(even) {
    float: left;
    text-align: left;
  }

  section.aboutus-page .timeline ul li:nth-child(odd) {
    float: left;
    text-align: left;
  }

  section.aboutus-page .timeline ul li:nth-child(odd) .time {
    position: static;
    text-align: left;
    padding-left: 5px;
    box-shadow: 0px 0px 0px 0px;
  }
}

@media (max-width: 750px) and (max-width: 575.98px) {
  section.aboutus-page .timeline ul li:nth-child(odd) .time {
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 750px) {
  section.aboutus-page .timeline ul li:nth-child(even) .time {
    position: static;
    text-align: left;
    padding-left: 5px;
    box-shadow: 0px 0px 0px 0px;
  }
}

@media (max-width: 750px) and (max-width: 575.98px) {
  section.aboutus-page .timeline ul li:nth-child(even) .time {
    padding-left: 0;
    text-align: center;
  }
}

section.menu_mobile {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
}

section.menu_mobile .group_head_mobile {
  width: 100%;
  height: 100%;
  position: relative;
}

section.menu_mobile .group_head_mobile .image img {
  width: 60px;
  position: absolute;
  left: 5%;
  top: 5px;
}

section.menu_mobile .group_head_mobile div.text {
  position: absolute;
  left: 24%;
  top: 13%;
  width: 200px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
}

section.menu_mobile .group_head_mobile div.text h1 {
  left: 10%;
  font-size: 12px;
}

section.menu_mobile .group_head_mobile div.text h5 {
  font-size: 10px;
}

section.menu_mobile div.bgcolor {
  background-color: black;
}

section.menu_mobile .nav-icon-6 {
  width: 35px;
  height: 30px;
  margin: 15px 15px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  z-index: 4;
}

section.menu_mobile .nav-icon-6.chacecolor span {
  background-color: #0461a4;
}

@media (max-width: 575.98px) {
  section.menu_mobile .nav-icon-6 {
    width: 25px;
    height: 20px;
  }
}

section.menu_mobile .nav-icon-6 span {
  background-color: #ffff;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 4px;
}

section.menu_mobile .nav-icon-6 span:nth-child(1) {
  top: 0px;
  left: 0px;
}

section.menu_mobile .nav-icon-6 span:nth-child(2) {
  top: 8px;
  left: 0px;
}

section.menu_mobile .nav-icon-6 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}

section.menu_mobile .nav-icon-6:not(.open):hover span:nth-child(1) {
  transform: scaleY(1.2);
  left: -5px;
}

section.menu_mobile .nav-icon-6:not(.open):hover span:nth-child(2) {
  transform: rotate(5deg) scaleY(1.1);
}

section.menu_mobile .nav-icon-6:not(.open):hover span:nth-child(3) {
  transform: scaleY(1.2);
  left: 5px;
}

section.menu_mobile .nav-icon-6.open span:nth-child(1) {
  transform: rotate(45deg) scaleX(0.7);
  top: 13px;
  left: -8px;
}

section.menu_mobile .nav-icon-6.open span:nth-child(2) {
  transform: scale(0);
  transition-duration: 50ms;
}

section.menu_mobile .nav-icon-6.open span:nth-child(3) {
  transform: rotate(-45deg) scaleX(0.7);
  top: 13px;
  left: 7px;
}

section.menu_mobile div.menu--mobile {
  background-color: #f8f8f8;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0%;
  right: 1000%;
  padding: 0px 30px;
  overflow: scroll;
  transition: ease-in-out 0.3s;
}

section.menu_mobile div.menu--mobile.show {
  right: 0 !important;
  transition: ease-in-out 0.3s;
}

section.menu_mobile div.menu--mobile .image_logo {
  margin: 0 0 30px 0;
  width: 100%;
  text-align: center;
}

section.menu_mobile div.menu--mobile ul {
  padding: 0;
  list-style: none;
}

section.menu_mobile div.menu--mobile ul .center {
  text-align: center;
}

section.menu_mobile div.menu--mobile ul li {
  text-align: center;
  padding: 24px 0;
  border-bottom: 1px solid #d4d4d4;
}

section.menu_mobile div.menu--mobile ul li a {
  text-decoration: none;
  color: #252525;
}

section.menu_mobile div.menu--mobile ul li .active {
  color: #056839;
}

section.menu_mobile div.menu--mobile ul li div.submenu {
  flex-direction: column;
  display: flex;
  padding: 0px 20px;
}

section.menu_mobile div.menu--mobile ul li div.submenu.show {
  display: block !important;
}

section.menu_mobile div.menu--mobile ul li div.submenu ul {
  margin-bottom: 10px;
}

section.menu_mobile div.menu--mobile ul li div.submenu ul li {
  border-bottom: 0px;
  margin-bottom: 0px;
}

section.menu_mobile div.menu--mobile ul li div.submenu ul li a {
  font-weight: 300;
}

section.menu_mobile .button--style-a {
  color: #fff;
  text-decoration: none;
  height: 40px;
  background-color: #347d49;
  padding: 5px;
  font-size: 14px;
}

@media (max-width: 575.98px) {
  section.menu_mobile {
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  section.menu_mobile {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section.menu_mobile {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  section.menu_mobile {
    display: none;
  }
}

@media (min-width: 1200px) {
  section.menu_mobile {
    display: none;
  }
}

html {
  font-family: "Prompt", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

.d-none {
  display: none !important;
}

.h-100vh {
  height: 100vh;
}

.black-light {
  background: rgba(0, 0, 0, 0.9);
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (max-width: 575.98px) {
  .text-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 575.98px) {
  .text-right .menu {
    display: flex;
    align-items: center;
  }

  .text-right .menu a {
    text-decoration: none;
    color: #fff;
  }

  .text-right .menu .active {
    color: #056839;
  }
}

@media (max-width: 575.98px) {
  .text-right .image img {
    width: 3.5rem;
    height: 3.375rem;
  }
}

.text-left {
  text-align: left;
}

.inline-block {
  display: block;
}

.flex-align-center {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  text-align: center;
}

.container {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 400px) {
  .container {
    padding: 0 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    padding: 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    padding: 0 10px;
  }
}

.set-top-m {
  margin-top: 6rem;
}

@media (max-width: 575.98px) {
  .set-top-m {
    margin-top: 4rem;
  }
}

.mr-bt-half1 {
  margin-bottom: 0.5rem !important;
}

.breadcrumb {
  background-color: #f8f8f8;
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  font-weight: 500;
}

.breadcrumb ul li {
  font-size: 0.75rem;
  margin-left: 0.3rem;
  color: #9e9e9e;
}

@media (max-width: 575.98px) {
  .breadcrumb ul li {
    font-size: 0.5rem;
  }
}

.breadcrumb ul li:last-child {
  color: #000;
}

.breadcrumb ul li:last-child a {
  color: #000;
}

.breadcrumb ul a {
  color: #9e9e9e;
  text-decoration: none;
}

.breadcrumb ul .active {
  color: #000;
}

.breadcrumb ul .active a {
  color: #000;
}

.head-page {
  background-color: #f8f8f8;
  padding: 4rem 0;
  text-align: center;
}

@media (max-width: 575.98px) {
  .head-page {
    padding: 2rem 0;
  }
}

.head-page h1 {
  color: #000000;
  font-weight: bold;
  font-size: 1.875rem;
}

@media (max-width: 575.98px) {
  .head-page h1 {
    font-size: 0.875rem;
  }
}

.content-page {
  background-color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.group_product {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1.5rem;
}

.group_product .item_product {
  grid-column: span 6 !important;
}

.group_product .item_product a {
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .group_product .item_product {
    grid-column: span 6 !important;
  }
}

.group_product .item_product .box {
  background: #ffffff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.group_product .item_product .box .image {
  text-align: center;
  overflow: hidden;
  padding-top: 10px;
}

.group_product .item_product .box .image img {
  max-height: 240px;
  max-width: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 575.98px) {
  .group_product .item_product .box .image img {
    max-height: 320px;
    max-width: 120px;
  }
}

.group_product .item_product .box .text_product {
  padding: 0.5625rem;
  padding-top: 0;
}

.group_product .item_product .box .text_product span {
  color: #9e9e9e;
  font-weight: normal;
  font-size: 0.875rem;
}

@media (max-width: 575.98px) {
  .group_product .item_product .box .text_product span {
    font-size: 0.5625rem;
  }
}

.group_product .item_product .box .text_product h4 {
  margin-top: 0.2rem;
  color: #252525;
  font-size: 1rem;
  font-weight: bold;
  height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 575.98px) {
  .group_product .item_product .box .text_product h4 {
    font-size: 0.875rem;
  }
}

.group_product .item_product .box .text_product p {
  margin-top: 0.2rem;
  color: #9e9e9e;
  font-weight: normal;
  font-size: 0.875rem;
  height: 5.313rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 575.98px) {
  .group_product .item_product .box .text_product p {
    font-size: 0.625rem;
  }
}

.group_product .item_product .box .text_product h5 {
  margin-top: 1rem;
  color: #056839;
  font-size: 1rem;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .group_product .item_product .box .text_product h5 {
    margin: 0;
  }
}

.group_product .item_product .box .padding_new {
  padding: 1.5rem;
}

@media (max-width: 575.98px) {
  .group_product .item_product .box .padding_new {
    padding: 0.5625rem;
  }
}

.group_product .item_product_4 {
  grid-column: span 3 !important;
}

@media (max-width: 575.98px) {
  .group_product .item_product_4 {
    grid-column: span 6 !important;
  }
}

.group_product .item_product_3 {
  grid-column: span 4 !important;
}

@media (max-width: 575.98px) {
  .group_product .item_product_3 {
    grid-column: span 6 !important;
  }
}

.padding_0 {
  padding: 0;
}

.pagination {
  padding-top: 2rem;
}

.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}

.pagination ul li {
  color: #000000;
  font-size: 1rem;
}

.pagination ul li:not(:last-child) {
  padding-right: 1rem;
}

.pagination ul .active {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #056839;
}

.group-address {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  text-align: center;
  align-items: center;
}

.group-address .item-address {
  grid-column: span 4;
  height: 100%;
  padding: 1rem 0;
}

@media (max-width: 575.98px) {
  .group-address .item-address {
    grid-column: span 12;
  }
}

.group-address .item-address:not(:first-child) {
  border-left: 1px solid #9e9e9e;
}

@media (max-width: 575.98px) {
  .group-address .item-address:not(:first-child) {
    border-left: none;
  }
}

@media (max-width: 575.98px) {
  .group-address .item-address {
    border-bottom: 1px solid #9e9e9e;
    border-left: none;
  }
}

@media (max-width: 575.98px) {
  .group-address .item-address img {
    width: auto;
    height: 0.9375rem;
  }
}

.group-address .item-address h5 {
  font-size: 0.875rem;
  color: #056839;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 2rem;
}

@media (max-width: 575.98px) {
  .group-address .item-address h5 {
    padding-top: 0.9375rem;
    font-size: 0.75rem;
  }
}

.group-address .item-address p {
  font-size: 0.875rem;
  font-weight: 300;
  color: #9e9e9e;
}

@media (max-width: 575.98px) {
  .group-address .item-address p {
    font-size: 0.75rem;
  }
}

.menu-tab {
  padding-top: 2rem;
  background-color: #f8f8f8;
  text-align: right;
}

.menu-tab a {
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .menu-tab .menu-active {
    font-size: 9px !important;
    padding: 0.3rem 0.8rem !important;
  }

  .menu-tab .hide-for-mobile {
    display: none;
  }
}

.menu-tab .menu {
  font-weight: bold;
  font-size: 1.25rem;
  color: #000000;
  font-family: "Prompt", sans-serif;
  border: none;
  background: none;
  color: #9e9e9e;
  outline: none;
}

.menu-tab .menu:not(:first-child) {
  margin-left: 2.25rem;
}

.menu-tab .active {
  color: #000000;
  border-bottom: 3px solid #7bb640;
}

.menu-tab .head_page {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 575.98px) {
  .menu-tab .head_page {
    text-align: center;
    display: block;
  }

  .menu-tab .head_page h1 {
    font-size: 14px;
  }

  .menu-tab .head_page .menu {
    font-size: 10px;
  }

  .menu-tab .head_page .button-menu {
    margin: 10px 0;
  }
}

.menu-tab .group_option {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-gap: 1rem;
  align-items: center;
  padding: 2rem 0;
}

@media (max-width: 575.98px) {
  .menu-tab .group_option {
    grid-template-columns: repeat(12, 1fr);
  }
}

.menu-tab .group_option .head_page {
  text-align: left;
  grid-column: span 4;
}

@media (max-width: 575.98px) {
  .menu-tab .group_option .head_page {
    head_pagemargin-top: 1rem;
    grid-column: span 12;
  }
}

.menu-tab .group_option .head_page h1 {
  font-size: 1.875rem;
  font-weight: bold;
  color: #000000;
}

.menu-tab .group_option .option {
  grid-column: span 12;
  text-align: right;
  margin: 2rem 0;
  position: relative;
}

@media (max-width: 575.98px) {
  .menu-tab .group_option .option {
    margin: 0;
    grid-column: span 12;
    text-align: center;
    margin-bottom: 0.625rem;
  }
}

.menu-tab .group_option .option ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  list-style: none;
}

@media (max-width: 575.98px) {
  .menu-tab .group_option .option ul {
    margin-top: 10px;
    justify-content: start;
    flex-wrap: wrap;
  }
}

.menu-tab .group_option .option ul li {
  margin-left: 1rem;
  font-size: 1.25rem;
  color: #9e9e9e;
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  padding: 0.3rem 1.5rem;
}

@media (max-width: 575.98px) {
  .menu-tab .group_option .option ul li {
    margin: 0 auto;
    margin-top: 10px;
  }
}

.menu-tab .group_option .option ul li:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, 0.5);
}

.menu-tab .group_option .option ul .active {
  color: #ffffff;
  background: #7bb640;
  border: none;
}

.menu-tab .group_option .option select {
  width: 40%;
  color: #9e9e9e;
  font-weight: 500;
  border-radius: 5px;
  font-size: 1.25rem;
  padding: 0.8rem 1.5rem;
  padding-left: 1rem;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  border: none;
  -webkit-appearance: inherit;
  position: relative;
}

.menu-tab .group_option .option select:focus {
  border: none;
  outline: none;
}

@media (max-width: 575.98px) {
  .menu-tab .group_option .option select {
    font-size: 0.625rem;
  }
}

.menu-tab .group_option .option .arrow_down {
  position: absolute;
  right: 2%;
  top: 50%;
}

@media (max-width: 575.98px) {
  .menu-tab .group_option .option .arrow_down {
    right: 35%;
  }
}

.menu-tab .group_option .option_new {
  grid-column: span 3;
}

@media (max-width: 575.98px) {
  .menu-tab .group_option .option_new {
    grid-column: span 6;
  }
}

.menu-tab .group_option .option_new select,
.menu-tab .group_option .option_new input {
  font-family: "Prompt", sans-serif;
  width: 100%;
  color: #9e9e9e;
  font-weight: normal;
  border-radius: 5px;
  font-size: 16px;
  padding: 0.5rem 1.5rem;
  padding-left: 1rem;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  border: none;
  position: relative;
}

.menu-tab .group_option .option_new select:focus,
.menu-tab .group_option .option_new input:focus {
  border: none;
  outline: none;
}

@media (max-width: 575.98px) {
  .menu-tab .group_option .option_new select,
  .menu-tab .group_option .option_new input {
    font-size: 0.625rem;
  }
}

.menu-tab .group_option .option_new ::-ms-input-placeholder {
  color: #9e9e9e;
}

.menu-tab .group_option .option_new ::-moz-placeholder {
  color: #9e9e9e;
}

.menu-tab .group_option .option_new :-ms-input-placeholder {
  color: #9e9e9e;
}

.menu-tab .group_option .option_new ::placeholder {
  color: #9e9e9e;
}

.menu-tab .group_option .small_option_new {
  grid-column: span 3;
}

@media (max-width: 575.98px) {
  .menu-tab .group_option .small_option_new {
    grid-column: 5/9;
  }
}

.menu-tab .group_option .small_option_new button {
  width: 100%;
  background: #7bb640;
  border-radius: 5px;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  border: none;
  height: 100%;
  padding: 0.5rem 1.5rem;
}

@media (max-width: 575.98px) {
  .menu-tab .group_option .small_option_new button {
    font-size: 0.625rem;
  }
}

.green-bg {
  background: #056839;
  border-radius: 25px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.w-50 {
  width: 50%;
  margin: auto;
}

@media (max-width: 575.98px) {
  .w-50 {
    width: 80%;
  }
}

.p_2 {
  padding: 2rem;
}

.card_login .card-header {
  width: 100%;
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
}

.card_login .card-body {
  margin-top: 1rem;
  color: #ffffff;
  font-weight: 700;
}

.card_login .card-body input[type=email],
.card_login .card-body [type=password] {
  font-family: "Prompt", sans-serif;
  width: 100%;
  padding: 12px 20px;
  margin: 5px 0;
  box-sizing: border-box;
  border: 0.5px solid #9e9e9e;
  border-radius: 10px;
  outline: none;
  font-size: 1rem;
}

.card_login .card-body .mt-1 {
  margin-top: 1.5rem;
}

.card_login .card-body .btn_login_new {
  margin: auto;
  font-size: 1.15rem;
  font-family: "Prompt", sans-serif;
  font-weight: bold;
  padding: 0.5rem 2rem;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  background: #000000;
}

.card_login .card-body .btn_login_new:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px 5px #08884854;
}

.card_login .card-body .btn_login_new:focus {
  outline: none;
}

.card_login .card-body .mt_05 {
  margin-top: 0.5rem;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.f-s-115rem {
  font-size: 1.15rem !important;
}

.f-s-1rem {
  font-size: 1rem !important;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #7bb640;
  border-color: #7bb640 transparent #7bb640 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.d-none {
  display: none;
}

.flex {
  display: flex;
}

.dec_none_black {
  text-decoration: none;
  color: #000000;
}

.justify-content-center {
  justify-content: center;
  align-self: center;
}

.decoration-none {
  text-decoration: none;
}

.button-contact-fb {
  border-radius: 5px;
  background: #7bb640;
  font-size: 1rem;
  border: none;
  width: 100%;
  padding: 11px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  margin: auto;
  margin-top: 20px;
}

.button-contact-fb p {
  margin-left: 10px;
}

.logo-contact-fb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.text_uppercase {
  text-transform: uppercase;
}

.image_background_product {
  max-height: 220px;
  height: 220px;
  min-width: 120px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.flex-end-view {
  justify-content: flex-end;
}

@media (max-width: 575.98px) {
  .flex-end-view p {
    font-size: 12px;
  }
}
/*pdpa content*/
.content-page.pdpa-content{
  padding-bottom: 3rem;
  padding-top: 2rem;
  font-size: 1.25rem;
}
.content-page.pdpa-content p {
  padding-bottom: 15px;
}
.content-page.pdpa-content h2.header-center {
  margin: 35px 0px;
}
.content-page.pdpa-content h3 {
  background: #e8e8e8;
  padding: 15px 15px;
  margin: 15px 0px 25px;
}
table.GeneratedTable {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #828282;
  border-style: solid;
  color: #000000;
  margin-bottom: 25px;
}

table.GeneratedTable td, table.GeneratedTable th {
  border-width: 2px;
  border-color: #828282;
  border-style: solid;
  padding: 15px;
}

table.GeneratedTable thead {
  background-color: #e3e3e3;
}
