html {
  font-size: 14px;
}
@font-face {
  font-family: "Kanit-Regular";
  src: url("fonts/Kanit-Regular.eot");
  src: url("fonts/Kanit-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Kanit-Regular.woff") format("woff"),
    url("fonts/Kanit-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Kanit-Medium";
  src: url("fonts/Kanit-Medium.eot");
  src: url("fonts/Kanit-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/Kanit-Medium.woff") format("woff"),
    url("fonts/Kanit-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Kanit-Light";
  src: url("fonts/Kanit-Light.eot");
  src: url("fonts/Kanit-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/Kanit-Light.woff") format("woff"),
    url("fonts/Kanit-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  line-height: 1.4;
  font-family: "Kanit-Light";
  font-size: 1rem;
  position: relative;
  color: #252525;
}
ul {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

#nav-icon3 {
  z-index: 88;
  width: 35px;
  height: 40px;
  position: relative;
  top: 0.5rem;
  right: 0rem;
  margin: 0px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  box-shadow: none;
  background: none;
  border: none;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #880e4f;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 12px;
  width: 75%;
  right: 0;
  left: auto;
}
#nav-icon3 span:nth-child(4) {
  top: 24px;
  width: 40%;
  right: 0;
  left: auto;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*///////////Start-Header///////////////*/
.headbar-main {
  width: 100%;
  padding: 0.5rem 0;
  transition: all 0.5s;
  background: #000000;
}
.hamburgers-box {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.headbar-main .row {
  margin: auto;
}
.navbar-brand {
  width: 100%;
  padding: 0;
  text-align: left;
  color: #fff;
  margin: 0 10px 0 0;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.navbar-brand:hover {
  color: #fff;
}
.navbar-brand span {
  font-family: "Kanit-Regular";
  font-size: 0.9rem;
}
.navbar-brand img {
  width: auto;
  max-width: 100%;
  transition: all 0.5s;
  margin: 0;
}
.navbar-brand.d-lg-none {
  padding: 1rem 0;
  margin: auto;
  text-align: center;
  display: block;
  width: 100%;
}
.navbar-brand.d-lg-none p {
  margin: 0.75rem auto;
}
.navbar-brand.d-lg-none img {
  width: auto;
  max-width: 100%;
  padding: 0 10px;
  /* margin: auto; */
}

.navbar-nav li {
  color: #fff;
  padding: 0;
  position: relative;
  transition: all 0.5s;
}
.navbar-nav li a {
  padding: 15px 15px;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
  color: #fff;
}
.navbar-nav li.active a,
.navbar-nav a:hover {
  color: #b02d24;
}
.navbar-nav li.dropdown .dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: #b02d24;
  border: none;
  overflow: hidden;
}
.navbar-nav li.dropdown .dropdown-menu a {
  display: block;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
}
.navbar-nav li.dropdown .dropdown-menu a:hover,
.navbar-nav li.dropdown .dropdown-menu a.active {
  color: #fff;
  background: #302d2c;
}

.social-header {
  text-align: center;
  margin: 1rem auto;
  color: #fff;
}
.social-header img {
  width: 35px;
  transition: all 0.8s;
  filter: brightness(0) invert(1);
}
.social-header img:hover {
  transform: scale(1.05);
}

/* Underline From Center */
.hvr-underline-from-center {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #880e4f;
  height: 4px;
  border-radius: 5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.navbar-nav li.active .hvr-underline-from-center:before {
  left: 0;
  right: 0;
}

.toolmobile {
  padding: 5px 0;
}
.toolmobile ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.toolmobile img {
  width: 25px;
  filter: brightness(0) invert(1);
}
.toolmobile ul li {
  width: auto;
  margin: 0 10px 0 0;
}
.toolmobile ul li:last-child {
  margin: 0;
}
.toolmobile ul li a.notecart {
  position: relative;
}
.toolmobile ul li span {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  background: #f00;
  top: -5px;
  right: -5px;
}

.modalsearch .modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.modalsearch .modal-content {
  width: 90%;
  background-color: transparent;
  color: #fff;
}
.modalsearch .form-control {
  background: #302d2c;
  border: 1px solid #fff;
  border-radius: 27px;
  color: #fff;
}
.modalsearch .form-control::placeholder {
  color: #929292;
}
.search-btn {
  border: none;
  box-shadow: none;
  padding: 0;
}
.search-btn img {
  width: 20px;
  filter: brightness(0) invert(1);
}

.languagesmobile .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  border: none;
  background: #302d2c;
  right: 0;
  left: auto;
  overflow: hidden;
  max-width: inherit;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.languagesmobile .dropdown-menu a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff;
}
.languagesmobile .dropdown-menu a:hover {
  background: #b02d24;
  color: #fff;
}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide {
  position: relative;
}
#carouselmainSlide .carousel-indicators {
  align-items: center;
  margin-bottom: 0;
  justify-content: center;
  bottom: 0.75rem;
}
#carouselmainSlide .carousel-indicators button {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  opacity: 1;
  border-radius: 50%;
  border: none;
  background: rgb(255 255 255 / 50%);
}
#carouselmainSlide .carousel-indicators button.active {
  background: rgb(255 255 255 / 100%);
}

.banner-caption {
  position: absolute;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 2px 0.98px rgba(0, 0, 0, 0.49);
}
.banner-caption h1 {
  font-size: 1.6rem;
}
/*
caption1  == บนซ้าย
caption2  == บนกลาง
caption3  == บนขวา
caption4  == กลางซ้าย
caption5  == กลาง
caption6  == กลางขวา
caption7  == ล่างซ้าย
caption8  == ล่างกลาง
caption9  == ล่างขวา
*/
/*.caption1{left: 2rem; bottom: 2rem;}
.caption2{bottom: 2rem;text-align: center;}
.caption3{top: 1rem;left: 2rem;}
.caption4{right: 2rem;top: 4rem;text-align: right;}
.caption5{right: 2rem;bottom: 2rem;text-align: right;}
.caption7{
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
}*/
.caption1 {
  left: 2rem;
  top: 2rem;
}
.caption2 {
  top: 2rem;
  text-align: center;
}
.caption3 {
  top: 2rem;
  text-align: right;
  right: 2rem;
}
.caption4 {
  left: 2rem;
  top: 35%;
}
.caption5 {
  text-align: center;
  top: 35%;
  transform: translate(0, -50%);
}
.caption6 {
  right: 2rem;
  top: 35%;
  text-align: right;
}
.caption7 {
  left: 2rem;
  bottom: 2rem;
}
.caption8 {
  bottom: 2rem;
  text-align: center;
}
.caption9 {
  bottom: 2rem;
  text-align: right;
  right: 2rem;
}

/*///////////End-mainSlide///////////////*/
.text-colorred {
  color: #b02d24;
}
/*///////////Start-Content///////////////*/
.content-aboutus {
  padding: 10% 0;
  background: url("../images/bg-about.png") top center no-repeat #fff;
  background-size: cover !important;
}
.about-texthome {
  margin-bottom: 2rem;
  color: #010101;
}
.about-texthome h1 {
  font-family: "Kanit-Medium";
  font-size: 1.4rem;
  margin-bottom: 0;
}
.about-texthome h2 {
  font-family: "Kanit-Regular";
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
}
.readmore-btn {
  width: 160px;
  padding: 8px 15px;
  color: #fff;
  border-radius: 27px;
  border: 1px solid #000;
  overflow: hidden;
  background: #000;
  margin: 2rem 0 0;
}
.readmore-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.readmore-btn img {
  width: 20px;
  transition: ease-out 0.8s;
  filter: brightness(0) invert(1);
}
/* Sweep To Right */
.hvr-sweep-to-right {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: black;
}
.hvr-sweep-to-right:hover img,
.hvr-sweep-to-right:focus img,
.hvr-sweep-to-right:active img {
  filter: none;
  transform: translateX(-5px);
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.img-abhome {
  text-align: center;
  overflow: hidden;
  padding: 0.75rem;
  /* background: #000; */
   background: #302d2c;
}
.img-abhome img {
  max-width: 100%;
}

.content-knowledge {
  background: #fff;
  padding: 0 0 10%;
}
.title-box {
  text-align: center;
  margin-bottom: 2rem;
}
.title-knowledge {
  margin-bottom: 3rem;
}
.title-knowledge h1,
.title-box h1 {
  font-size: 2.3rem;
  font-family: "Kanit-Medium";
  margin-bottom: 0;
  /* font-style: italic; */
}
.title-box h2 {
  font-size: 1.5rem;
  font-family: "Kanit-Medium";
  margin-bottom: 0;
}
.accordionhome .accordion-body {
  background: #302d2c;
  color: #fff;
}
.accordionhome .accordion-button {
  background-color: #ededed;
  color: #000;
  font-family: "Kanit-Medium";
  border: 1px solid #dfdfdf;
}
.accordionhome .accordion-button[aria-expanded="false"]::after {
  background-image: url("../images/plus.png");
  filter: brightness(0) invert(1);
}
.accordionhome .accordion-button[aria-expanded="true"] {
  background-color: #302d2c;
  color: #fff;
  border-radius: 0;
  border-color: #302d2c;
}
.accordionhome .accordion-button[aria-expanded="true"]::after {
  background-image: url("../images/minus.png");
  filter: brightness(0) invert(1);
}
.accordionhome .accordion-button:focus {
  border-color: #ededed;
  box-shadow: none;
  border-radius: 0;
}
.accordionhome .accordion-item {
  margin-bottom: 0.5rem;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}

.readmore-knowledge {
  width: 280px;
  padding: 6px;
  text-align: center;
  color: #fff;
  background: #b02d24;
  border-radius: 27px;
  overflow: hidden;
  float: right;
  margin: 1rem 0;
  border: 1px solid #b02d24;
}
.readmore-knowledge a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.readmore-knowledge img {
  width: 20px;
  transition: ease-out 0.8s;
  filter: brightness(0) invert(1);
}
.readmore-knowledge.hvr-sweep-to-right:before {
  background: #000;
}
.readmore-knowledge.hvr-sweep-to-right:hover,
.readmore-knowledge.hvr-sweep-to-right:focus,
.readmore-knowledge.hvr-sweep-to-right:active {
  color: white;
  border-color: #000;
}
.readmore-knowledge.hvr-sweep-to-right:hover img,
.readmore-knowledge.hvr-sweep-to-right:focus img,
.readmore-knowledge.hvr-sweep-to-right:active img {
  filter: brightness(0) invert(1);
}

.content-news {
  padding: 10% 0;
  background: url("../images/bg-news.png") top right no-repeat;
  background-size: cover !important;
}
.news-box {
  padding: 0.5rem;
  background: #fff;
  margin-bottom: 2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.img-box {
  width: 100%;
  overflow: hidden;
}

.img-box img {
  width: 100%;
  transition: ease-out 0.8s;
}
.news-box:hover img {
  transform: scale(1.05);
}
.text-news {
  margin-top: 0.5rem;
}
.text-news h1 {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  height: calc(1rem * 1.3 * 1);
}
.text-news p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  color: #818181;
}
.text-news p img {
  width: 18px;
  transition: ease-out 0.8s;
  filter: invert(98%) sepia(4%) saturate(99%) hue-rotate(276deg)
    brightness(112%) contrast(86%);
}
.text-news p img:hover {
  filter: invert(25%) sepia(81%) saturate(1872%) hue-rotate(342deg)
    brightness(79%) contrast(95%);
}
.content-news .readmore-btn {
  margin: 1rem auto;
}

.content-consult {
  padding: 10% 0;
  overflow-x: hidden;
}
.content-consult .readmore-btn {
  float: right;
  margin: 0;
}
.title-consult {
  margin-bottom: 2rem;
}
.title-consult h1 {
  font-size: 1.3rem;
  font-family: "Kanit-Medium";
  color: #b02d24;
  margin: 0;
}
.title-consult p {
  margin: 0;
  font-size: 1rem;
  font-family: "Kanit-Medium";
}

.multiple-items .slick-list {
  overflow: inherit;
}
.multiple-items .slick-dots {
  width: 85%;
}
.multiple-items .slick-next {
  right: 0;
  top: auto;
  z-index: 5;
  bottom: -3rem;
  opacity: 1;
}
.multiple-items .slick-prev {
  left: auto;
  top: auto;
  right: 1.5rem;
  z-index: 5;
  bottom: -3rem;
  opacity: 1;
}
.multiple-items .slick-next::before {
  content: "";
  width: 20px;
  height: 20px;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 100% !important;
  background: url(../images/arrow-next-line.png) center center no-repeat;
}
.multiple-items .slick-prev::before {
  content: "";
  width: 20px;
  height: 20px;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 100% !important;
  background: url(../images/arrow-prev-line.png) center center no-repeat;
}
.multiple-items .slick-prev:hover::before {
  background: url(../images/arrow-prev.png) center center no-repeat;
  filter: invert(19%) sepia(30%) saturate(7471%) hue-rotate(351deg)
    brightness(89%) contrast(83%);
}
.multiple-items .slick-next:hover::before {
  background: url("../images/arrow-next.png") center center no-repeat;
  filter: invert(19%) sepia(30%) saturate(7471%) hue-rotate(351deg)
    brightness(89%) contrast(83%);
}
.multiple-items .slick-dots {
  border-bottom: 1px solid #000;
}
.multiple-items .slick-dots li {
  margin: 0;
  height: auto;
  width: auto;
}
.multiple-items .slick-dots li button {
  width: 11px;
  height: 2px;
  padding: 0;
  opacity: 0;
  background: #000;
  position: relative;
  top: 5.5px;
}
.multiple-items .slick-dots li button[aria-selected="true"] {
  opacity: 1;
}
.multiple-items .slick-dots li button:before {
  content: "";
  height: auto;
  width: auto;
}
.multiple-items .items {
  padding: 0.3rem;
}
.consultgas-box {
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.8s;
}
.consultgas-box img {
  width: 100%;
  transition: ease-out 0.8s;
}
.consultgas-box:hover {
  transform: scale(1.08);
}
.multiple-items .slick-current.slick-active .consultgas-box {
  transform: scale(1.2);
  z-index: 2;
}
.consultgas-box:hover img {
  transform: scale(1.05);
}
.consultgas-box .text-consultgas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  transition: ease-out 0.8s;

  width: 100%;
  left: 0;
  bottom: -2rem;
  z-index: 1;

  margin: 0;
  padding: 6px;
  color: #fff;
  text-align: left;
  background: rgb(176 45 36 / 80%);
  font-size: 0.9rem;
  opacity: 0;
}
.consultgas-box:hover .text-consultgas {
  opacity: 1;
  bottom: 0rem;
}
.multiple-items .slick-current.slick-active .text-consultgas {
  opacity: 1;
  bottom: 0rem;
}
.consultgas-box p {
  margin: 0;
}
.consultgas-box .text-consultgas img {
  width: 20px;
  margin: 0;
  transform: scale(1) !important;
  transition: ease-out 0.8s;
  filter: invert(98%) sepia(4%) saturate(99%) hue-rotate(276deg)
    brightness(112%) contrast(86%);
}

.content-products {
  padding: 10% 0;
  background: url("../images/bg-products.png") top right no-repeat #ededed;
  background-size: cover !important;
}
.content-products .title-box h1 {
  font-size: 2rem;
  font-style: normal;
}
.content-products .readmore-btn {
  margin: 1rem auto;
}

.products-box:hover img {
  transform: scale(1.05);
}
.text-products {
  /* padding: 0.3rem; */
  margin: 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: space-evenly;
  /* border-left: 1px solid #000; */
}
.text-products img {
  width: 20px;
  margin: 0;
  transform: scale(1) !important;
  transition: ease-out 0.8s;
}
.text-products:hover img {
  transform: translateX(-5px) scale(1) !important;
  filter: invert(19%) sepia(30%) saturate(7471%) hue-rotate(351deg)
    brightness(89%) contrast(83%);
}
.text-products p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  /* height: calc(1rem * 1.3 * 2); */
}
.slide-products .multiple-items .slick-dots {
  width: 80%;
  right: auto;
  left: 0;
}
.slide-products .multiple-items .slick-dots li button {
  width: 33px;
}
.slide-products .multiple-items .slick-list {
  overflow: hidden;
}

.toolsetting-footer {
  position: fixed;
  right: -11rem;
  bottom: 5rem;
  z-index: 1234;
  padding: 0.5rem;
  background: #302d2c;
  transition: ease-in-out 0.8s;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  border-radius: 20px 0 0 20px;
}
.toolsetting-footer.en {
  right: -12rem;
}
.toolsetting-footer:hover {
  right: 0;
}
.toolsetting-footer img {
  width: 20px;
  margin: 0;
  filter: brightness(0) invert(1);
}
.toolsetting-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.toolsetting-footer ul li {
  margin-bottom: 0.75rem;
  text-align: center;
  padding: 0.75rem;
}
.toolsetting-footer ul li span {
  margin-left: 1.5rem;
}
.toolsetting-footer ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pagenumber {
  margin: 1rem auto;
}
.pagenumber .pagination {
  justify-content: center;
}
.pagenumber .pagination a {
  border: none;
  background: none;
  border-radius: 0;
  color: #000;
}
.pagenumber .pagination li.active a,
.pagenumber .pagination a:hover {
  color: #fff;
  background: #b02d24;
}
.pagenumber .pagination a.page-link:focus {
  box-shadow: none;
  outline: none;
}

.content-otherpage {
  padding: 10% 0;
}
.hispage {
  margin: 1rem auto 0;
}
.hispage ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hispage ul li {
  width: auto;
  margin-right: 15px;
  color: #000;
}
.hispage ul li a {
  padding-right: 8px;
  color: #b02d24;
}
.hispage ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.hispage ul li:last-child {
  margin-right: 0;
}

.detail-textnews {
  margin: 2rem auto 0;
}
.detail-textnews h1 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-family: "Kanit-Regular";
}
.detail-textnews p {
  margin: 0;
}
.detail-textnews ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 6rem;
}
.detail-textnews ul .ic-size {
  margin-right: 5px;
}
.detail-textnews ul li {
  margin-right: 10px;
  font-size: 0.9rem;
  color: #686868;
}
.detail-textnews ul li:last-child {
  margin-right: 0;
}

.relatedbox {
  background: #f5f5f5;
}
.subtitle-box h1 {
  font-size: 1.5rem;
  margin: 0;
  font-family: "Kanit-Regular";
}
.relatedbox .readmore-btn {
  float: right;
  margin: 0;
}

.products-box.pro2 {
  margin-bottom: 2rem;
}
.banner-otherpage {
  padding: 6% 0;
  position: relative;
  background-size: cover !important;
  background-attachment: fixed !important;
  background: url("../qanda/images/clean-organized-pharmaceutical-plant-where-steel-pipelines-valves-are-part-sterile-environment.jpg")
    center center no-repeat;
}
.banner-otherpage.aboutuspage {
  background: url("../aboutus/images/img-ab3.jpg") center center no-repeat;
  padding: 18% 0 !important;
}


/* .banner-otherpage.productspage {
  background: url("../ourproducts/images/banner-products.jpg") center center
    no-repeat;
} */
.banner-otherpage::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 7%,
    rgba(0, 0, 0, 0) 82%,
    rgba(0, 0, 0, 0) 100%
  );
}
.banner-otherpage .title-box {
  margin: 0;
  position: relative;
  z-index: 2;
}
.banner-otherpage .title-box h1 {
  color: #fff;
}
.banner-otherpage .title-box h2 {
  color: #b02d24;
}

.textpro-detail {
  margin-bottom: 2rem;
}
.textpro-detail h1 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  font-family: "Kanit-Regular";
}
.textpro-detail p {
  margin-bottom: 1.5rem;
}
.textpro-detail ul {
  /*list-style: none;*/
  margin-left: 0.75rem;
}
.textpro-detail ul li {
  padding-bottom: 15px;
}

.title-box.subtitle-boxdetail {
  text-align: left;
}
.imgpro {
  text-align: center;
  overflow: hidden;
  background: #302d2c;
  aspect-ratio: 4/3;

  display: flex;
  align-items: center;
  justify-content: center;
}
.imgpro img {
  max-width: 100%;
  aspect-ratio: 4/3;
  height: 100%;
  object-fit: scale-down;
}

.textin-products {
  margin-bottom: 2rem;
  position: relative;
}
.textin-products h1 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
  font-family: "Kanit-Regular";
}
.textin-products h1 span {
  font-family: "Kanit-Light";
}
.textin-products span {
  font-family: "Kanit-Regular";
}
.textin-products .fa-circle {
  margin-right: 12px;
  font-size: 13px;
}
.textin-products .fa-circle-check {
  margin-right: 12px;
}
.textin-products p {
  margin: 0;
}
.textin-products ul {
  /*list-style: none;*/
  padding-left: 1rem;
}
.textin-products ul li {
  padding-bottom: 5px;
}
.textin-products table {
  width: 100%;
  border: 1px solid #d0d0d0;
}
.textin-products table th {
  background: #f5f5f5;
  padding: 8px 13px;
  text-align: center;
  font-family: "Kanit-Regular";
  border: 1px solid #d0d0d0;
}
.textin-products table th:last-child,
.textin-products table td:last-child {
  background: #fff;
}
.textin-products table td {
  text-align: center;
  padding: 8px 13px;
  background: #f5f5f5;
  border: 1px solid #d0d0d0;
}
.list-toolproducts ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.list-toolproducts ul li:first-child {
  margin-right: 0.5rem;
}
.list-toolproducts ul li a {
  padding: 8px;
  display: block;
  text-align: center;
  border-radius: 8px;
  color: #b02d24;
  border: 1px solid #b02d24;
}
.list-toolproducts ul li a:hover {
  background: #b02d24;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.banner-otherpage.servicespage {
  background: url("../ourservices/images/service-items-2.jpg") center center
    no-repeat;
}
.content-otherpage.servicespage {
  color: #fff;
  background: url("../ourservices/images/bgservices.jpg") top center no-repeat;
  background-attachment: fixed !important;
  background-size: cover !important;
}
.hispage.servicespage {
  background: #000;
  margin: 0;
  padding: 1rem 0 0;
}
.hispage.servicespage li {
  color: #fff;
}

.content-otherpage.catalogpage {
  background: -webkit-linear-gradient(
    75deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 65%,
    rgba(235, 235, 235, 1) 65%,
    rgba(235, 235, 235, 1) 100%
  );
  background: -o-linear-gradient(
    75deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 65%,
    rgba(235, 235, 235, 1) 65%,
    rgba(235, 235, 235, 1) 100%
  );
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 65%,
    rgba(235, 235, 235, 1) 65%,
    rgba(235, 235, 235, 1) 100%
  );
}
.catalog-box {
  text-align: center;
  margin-bottom: 2rem;
}
.textcatolog {
  margin: 0.5rem 0;
}
.textcatolog h1 {
  font-size: 1.1rem;
  font-family: "Kanit-Regular";
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  height: calc(1rem * 1.4 * 2);
}
.textcatolog p {
  margin: 0;
}
.textcatolog img {
  width: 22px;
  margin-right: 8px;
  opacity: 1 !important;
  transform: scale(1) !important;
}
.catalog-box .img-box {
  background: #000;
  transition: all 0.5s;
}
.catalog-box:hover img {
  transform: scale(1.05);
  opacity: 0.5;
}
.catalog-box:hover .img-box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.banner-otherpage.gallerypage {
  background: url("../gallery/images/banner-case.jpg") center center no-repeat;
}
.content-otherpage.gallerypage {
  background: -webkit-linear-gradient(
    75deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 65%,
    rgba(235, 235, 235, 1) 65%,
    rgba(235, 235, 235, 1) 100%
  );
  background: -o-linear-gradient(
    75deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 65%,
    rgba(235, 235, 235, 1) 65%,
    rgba(235, 235, 235, 1) 100%
  );
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 65%,
    rgba(235, 235, 235, 1) 65%,
    rgba(235, 235, 235, 1) 100%
  );
}

.knowledgepage .title-knowledge {
  top: 0;
}

.content-otherpage.helpservicespage {
  background: -webkit-linear-gradient(
    75deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 65%,
    rgba(255, 255, 255, 1) 65%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    75deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 65%,
    rgba(255, 255, 255, 1) 65%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    165deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 65%,
    rgba(255, 255, 255, 1) 65%,
    rgba(255, 255, 255, 1) 100%
  );
}
.text-helpservices {
  color: #fff;
  margin-bottom: 2rem;
}
.text-helpservices h1 {
  font-size: 1.3rem;
  font-family: "Kanit-Regular";
  margin-bottom: 1rem;
}
.text-helpservices p {
  margin-bottom: 1rem;
}

.hispage.helpservicespage {
  background: #000;
  margin: 0;
  padding: 1rem 0 0;
}
.hispage.helpservicespage li {
  color: #fff;
}
.content-otherpage .readmore-btn {
  float: right;
}
.servicespage .readmore-btn {
  border-color: #fff;
}

.gallery-box {
  margin-bottom: 2rem;
}
.gallery-box .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
  transition: all 0.5s;

  background: -webkit-linear-gradient(
    60deg,
    rgba(222, 222, 222, 1) 0%,
    rgba(222, 222, 222, 1) 60%,
    rgb(213 212 212) 60%,
    rgba(222, 222, 222, 1) 100%
  );
  background: -o-linear-gradient(
    60deg,
    rgba(222, 222, 222, 1) 0%,
    rgba(222, 222, 222, 1) 60%,
    rgb(213 212 212) 60%,
    rgba(222, 222, 222, 1) 100%
  );
  background: linear-gradient(
    150deg,
    rgba(222, 222, 222, 1) 0%,
    rgba(222, 222, 222, 1) 60%,
    rgb(213 212 212) 60%,
    rgba(222, 222, 222, 1) 100%
  );
}
.gallery-box .img-box img {
  object-fit: cover;
  aspect-ratio: 4/3;
}
.gallery-box:hover .img-box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.gallery-box:hover img {
  transform: scale(1.05);
}
.img-box h1 {
  font-size: 1.6rem;
  font-family: "Kanit-Regular";
  margin-bottom: 0;
  color: #a9a9a9;
  transition: all 0.5s;
}
.img-box p {
  margin: 0;
  color: #a9a9a9;
}
.gallery-box:hover .img-box h1 {
  transform: scale(1.05);
}
.text-gallery {
  margin-top: 2rem;
}
.text-gallery h1 {
  font-size: 1.1rem;
  font-family: "Kanit-Regular";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  height: calc(1rem * 1.3 * 1);
  margin: 0;
}
.text-gallery p {
  margin: 0;
  font-family: "Kanit-Regular";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  height: calc(1rem * 1.3 * 1);
}
.text-gallery ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  color: #686868;
}
.text-gallery ul .fa-calendar-days {
  font-size: 13px;
  margin-right: 5px;
}
/* .slide-gallery {
  margin-bottom: 2rem;
} */
.slide-gallery .slick-prev,
.slide-gallery .slick-next {
  top: 0;
  height: 100%;
  transform: translate(0, 0);
}
.slide-gallery .slider-nav .gallery-box {
  margin-right: 5px;
  margin-bottom: 0;
}
.slide-gallery .slick-prev {
  left: -45px;
}
.slide-gallery .slick-prev:before,
.slide-gallery .slick-next:before {
  font-size: 35px;
  opacity: 1;
  color: #312d2c;
}

.quotation-table {
  margin-top: 2rem;
}
.quotation-table table img {
  width: 5em;
}
.quotation-table table {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.quotation-table table th {
  padding: 10px 14px;
  vertical-align: top;
  text-align: center;
  font-family: "Kanit-Regular";
  background: #b02d24;
  color: #fff;
}
.quotation-table table td {
  padding: 8px 14px;
  text-align: center;
  background: #f5f5f5;
}
.quotation-table table tr:nth-child(2n + 1) td {
  background: #fff;
}
.quotation-table .fa-trash-can:hover {
  color: #b02d24;
}
.number-input {
  border: 1px solid #333;
  display: inline-flex;
  overflow: hidden;
  color: #797979;
  border-radius: 6px;
}
.number-input .minus-bt {
  color: #333;
}
.number-input .plus-bt {
  color: #333;
}
.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.number-input input[type="number"] {
  max-width: 40px;
  padding: 5px;
  border: none;
  border-width: 0 2px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  background: none;
}
.quantity[type="number"]::-webkit-inner-spin-button,
.quantity[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity[type="number"]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.formquotation {
  margin: 4rem auto 2rem;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.formquotation h1 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-family: "Kanit-Regular";
  background: #b02d24;
  padding: 1rem;
  color: #fff;
}
.formquotation h1 img {
  width: 33px;
}
.detail-form {
  margin-bottom: 1rem;
}
.detail-form #captcha-refresh {
  cursor: pointer;
  color: #000;
  font-size: 1.4rem;
  vertical-align: middle;
}
.detail-form span,
.detail-form p.red-text,
.control-label span {
  color: #f00;
  display: initial;
}
.detail-form p {
  margin-bottom: 5px;
}
.detail-form .custom-file-input,
.detail-form .custom-file {
  height: auto;
}
.form-text,
.custom-file-label {
  padding: 8px 15px;
  background: #fff;
  border: 1px solid #ececec;
  width: 100%;
  color: #000;
  border-radius: 5px;
  height: auto;
  margin: 0;
  line-height: normal;
}
.form-text:focus {
  outline: none;
  box-shadow: none;
  border-color: #fc0;
}
.form-text::placeholder {
  color: #7d7d7d;
}
.detail-form ul {
  list-style: none;
}
.detail-form ul li {
  padding-bottom: 5px;
}
.sendus-btn {
  min-width: 220px;
  padding: 8px;
  display: block;
  box-shadow: none;
  border: 1px solid #000;
  color: #fff;
  background: #000;
  margin: 0.5rem auto;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 10px;
}
.sendus-btn:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #b02d24;
  color: #fff;
  border-color: #b02d24;
  transform: scale(0.98);
}

.social-box img {
  width: 35px;
  transition: all 0.5s;
}
.social-box img:hover {
  transform: scale(0.95);
  filter: invert(18%) sepia(47%) saturate(4620%) hue-rotate(351deg)
    brightness(93%) contrast(84%);
}
.social-box {
  margin: 2rem auto 0;
}
.address-box {
  margin-bottom: 2rem;
}
.address-box h1,
.social-box h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-family: "Kanit-Regular";
}
.address-box p {
  margin-bottom: 0;
}
.address-box ul {
  margin: 2rem 0 0;
  list-style: none;
}
.address-box ul li {
  padding-bottom: 8px;
}
.address-box a:hover {
  color: #da852a;
  text-decoration: underline;
}
.address-box img {
  width: 24px;
  margin-right: 6px;
}

.mapbox {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin: 2rem auto;
  border-radius: 5px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
.mapbox iframe {
  width: 100%;
  height: 100%;
}

.content-otherpage.aboutuspage {
  background: url("../aboutus/images/bgabout1.png") left bottom no-repeat;
  padding: 0 0 10%;
  background-size: cover !important;
}
.content-otherpage.aboutuspage .hispage {
  margin: 0 0 2rem;
  padding: 1rem 0 0;
}
.textabout {
  /* text-align: center; */
  margin-bottom: 2rem;
}
.textabout p {
  margin: 0;
}
.abtitle-box {
  /* text-align: center; */
  margin-bottom: 2.5rem;
}
.abtitle-box h1 {
  font-size: 1.6rem;
  margin-bottom: 0;
  font-family: "Kanit-Medium";
}
.abtitle-box h2 {
  font-size: 1.4rem;
  margin-bottom: 0;
  font-family: "Kanit-Regular";
}
.abtitle-box h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
  font-family: "Kanit-Regular";
}
.content-otherpage.aboutuspage .img-box {
  margin-bottom: 2rem;
}
.certi-text ul {
  list-style: none;
  margin-top: 1rem;
}
.certi-text ul li {
  padding-bottom: 15px;
}
.certi-text .ic-size {
  font-size: 12px;
  margin-right: 10px;
}
.content-otherpage.certificate-content {
  background: #ededed;
  padding: 6% 0;
}
.certi-text h1 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-family: "Kanit-Regular";
}

.content-otherpage.customers-content {
  background: -webkit-linear-gradient(
    310deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 95%,
    rgba(237, 237, 237, 1) 95%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -o-linear-gradient(
    310deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 95%,
    rgba(237, 237, 237, 1) 95%,
    rgba(237, 237, 237, 1) 100%
  );
  background: linear-gradient(
    40deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 95%,
    rgba(237, 237, 237, 1) 95%,
    rgba(237, 237, 237, 1) 100%
  );
}
.customer-lists ul {
  list-style: none;
}
.customer-lists ul li {
  padding: 7px 5px;
  background: #ededed;
}
.customer-lists ul li:nth-child(2n) {
  background: #fff;
}

.customer-table {
  overflow: hidden;
}
.customer-table table {
  min-width: 992px;
  overflow-x: auto;
  overflow-y: hidden;
}
.customer-table td {
  padding: 15px 8px;
  vertical-align: top;
  background: #fff;
  font-family: "Kanit-Regular";
}
.customer-table tr:nth-child(2n + 1) td {
  background: #ededed;
}

.content-otherpage.contactmessage {
  padding: 10% 0;
  background: #ededed;
  margin: 3rem auto;
}
.content-otherpage.contactuspage {
  padding: 10% 0;
}

/*///////////End-Content///////////////*/

/*///////////Start-Policy///////////////*/
.policy-box {
  position: fixed;
  bottom: 0%;
  right: 0%;
  width: 100%;
  text-align: left;
  padding: 1rem;
  color: #000;
  z-index: 2345;
  display: block;
  font-size: 1rem;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.policy-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.policy-box ul li {
  padding: 0 10px;
}
.policy-box p {
  font-size: 1.1rem !important;
  margin-bottom: 0;
  font-family: "Prompt-Regular";
}
.policy-box a {
  color: #000;
  text-decoration: underline;
}
.policy-box a:hover {
  text-decoration: none;
}
.policy-box .btn-policy {
  width: 150px;
  padding: 8px;
  transition: all 0.5s;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin: 0.5rem auto;
  display: flex;
  align-items: center;
  border: 1px solid #252525;
  justify-content: center;
  border-radius: 27px;
  background: #000;
}
.btn-policy:hover {
  transform: scale(0.96);
  background: #fff;
  color: #000;
}

/*///////////End-Policy///////////////*/

/*///////////Start-Footer///////////////*/
.footer {
  color: #d5d5d5;
  padding: 10% 0 5%;
  background: #000;
}
.footer ul {
  list-style: none;
}
.footer h1 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.footer p {
  margin: 0;
}
.footer a:hover {
  text-decoration: underline;
  color: #b02d24;
}

.address-footer {
  margin: 1rem auto 2rem;
}
.address-footer img {
  width: 15em;
}
.address-footer ul {
  margin-top: 1rem;
}
.address-footer ul li {
  padding-bottom: 5px;
}
.copyright-box {
  text-align: center;
  border-top: 1px solid #b02d24;
  margin-top: 5%;
  padding: 5% 0 0;
  font-size: 0.7rem;
}
.menu-footer ul {
  line-height: 2;
}

.social-footer {
  margin: 1rem auto;
  text-align: center;
}
.social-footer img {
  width: 35px;
  transition: all 0.8s;
  filter: invert(14%) sepia(5%) saturate(693%) hue-rotate(329deg)
    brightness(93%) contrast(86%);
}
.social-footer img:hover {
  transform: scale(0.9);
  filter: brightness(0) invert(1);
}
.logo-footer {
  text-align: center;
}
.logo-footer img {
  width: 50px;
  filter: brightness(0) invert(1);
}
/*///////////End-Footer///////////////*/
.topic-sitemap {
  font-size: 2rem;
  margin-top: 2rem;
}
.subtopic-sitemap {
  font-size: 1.2rem;
  margin: 2rem 0;
}
.topic-sitemap svg,
.subtopic-sitemap svg {
  padding-left: 5px;
  color: #b02d24;
}
.topic-sitemap a,
.subtopic-sitemap a {
  display: inline-block;
  border-bottom: 1px solid #b02d24;
}
.topic-sitemap a:hover,
.subtopic-sitemap a:hover {
  color: #b02d24;
}

/*///////img-box-2///////*/
.pic-box,
.pic-box-2,
.pic-box-3 {
  text-align: center;
  position: relative;
  overflow: hidden;
  /* height: 220px; */
  padding-bottom: 100%;
}
.pic-box-2 {
  padding-bottom: 70%;
}
.pic-box-3 {
  padding-bottom: 60%;
}
.pic-box div,
.pic-box-2 div,
.pic-box-3 div {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  justify-content: center;
  /* height: auto; */
  height: 100%;
  width: 100%;
  /* width: auto; */
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pic-box div img,
.pic-box-2 div img,
.pic-box-3 div img {
  /*max-height: 100% !important;
    width: auto !important;
    max-width: none !important;*/
  /*width: 100% !important;
	height: auto !important;
    max-width: none !important;*/
  max-width: 100%;
  max-height: 100%;
  /*width: auto;
    height: 100%;*/
  /*width: 100%;
    height: 100%;*/
  object-fit: cover;
  transition: all 0.5s;
}

.tabstoknow ul.nav-pills {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 1rem auto 2rem;
}
.tabstoknow ul li {
  width: auto;
  margin-bottom: 10px;
  margin-right: 8px;
}
.tabstoknow ul li:last-child {
  margin-right: 0;
}
.tabstoknow ul li a {
  padding: 8px 10px;
  text-align: center;
  display: block;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  cursor: pointer;
}
.tabstoknow ul li a.active,
.tabstoknow ul li a:hover {
  background: #b02d24;
  color: #fff;
}

.videopresent {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-top: 3rem;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.videopresent iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 920px) {
  body {
    max-width: 100% !important;
  }
  .navbar-collapse {
    position: fixed;
    width: 80%;
    background: #302d2c;
    height: 100% !important;
    max-height: none !important;
    top: 0%;
    display: block;
    left: -100%;
    margin: 0 !important;
    z-index: 55;
    transition: all 0.6s;
    overflow-y: scroll;
    box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .navbar-collapse.in {
    left: 0;
    transition: all 0.6s;
  }
  .navbar-collapse.show {
    display: block;
    left: 0;
    transition: all 0.6s;
  }
  .all-container {
    width: 100%;
  }
  .all-container.-collapse {
    /*margin-left: 250px;*/
    transition: all 0.6s;
  }
  .navbar-expand-lg,
  .navbar-collapse,
  .navbar-collapse.collapsing,
  .all-container.all-container.all-container {
    transition: all 0.6s !important;
  }
  .navbar-expand-lg.-collapse {
    /*margin-left: 250px;*/
    width: 100%;
    transition: all 0.6s;
  }
}

@media (min-width: 375px) {
  .title-consult h1 {
    font-size: 1.4rem;
  }
  .title-consult p {
    font-size: 1.2rem;
  }
  .address-footer {
    padding-right: 5%;
  }
  .copyright-box {
    font-size: 0.8rem;
  }
}

/* 20-11-2568 JJ */
.justify {
  display: block;
  text-align: justify;
  text-align-last: justify;
  padding: 0%; /* ให้บรรทัดสุดท้ายยืดด้วย */
}

/* .fprIlH {
  display: none !important;
} */
.videoshowcase {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.videoshowcase video,
.videoshowcase source,
.videoshowcase iframe {
  width: 100%;
  height: 100%;
}
.border-radius {
  border-radius: 15px !important;
}
#customer-table th,
#customer-table td {
  border: 5px solid #ffffffff;
  padding: 10px;
  /* text-align: center; */
}

.img-pro-pto {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  line-height: 0;
  margin-bottom: 22px;
  position: relative;
}

.productspage-detail ul {
  padding-left: 2rem;
}
.textpro-detail ul {
  margin-left: 2rem;
}
/* 20-11-2568 JJ */
