html {
  font-size: 16px;
}
@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;
}
@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;
}
body {
  font-family: "Kanit-Light";
  cursor: default;
  position: relative;
  line-height: 1.5;
  font-size: 1rem;
  color: #282828;
}
ul {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  /*cursor: pointer;*/
  color: inherit;
}

#nav-icon3 {
  z-index: 56;
  width: 35px;
  height: 25px;
  position: relative;
  top: 0rem;
  right: 0;
  left: auto;
  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: 60%;
  background: #152454;
  border-radius: 6px;
  opacity: 1;
  right: 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: 0;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
  width: 100%;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#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);
  width: 80%;
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 80%;
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*#nav-icon3.open{
	top: -1.5rem;
    right: .0rem;
}*/
/*///////////Start-Header///////////////*/
.headbar-main {
  padding: 0;
  display: block;
  transition: all 0.6s;
  background-color: #fff;
}
.slim.headbar-main {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.hamburgers-box {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headbar-main .row {
  margin: auto;
}
.navbar-brand {
  width: auto;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  width: 150px;
  transition: all 0.5s;
  margin: auto;
}

.navbar-collapse .navbar-brand {
  padding: 1rem;
  margin: auto;
  text-align: center;
  display: block;
  width: 100%;
  background: #fff;
}
.navbar-collapse .navbar-brand img {
  width: auto;
  max-width: 100%;
}

.navbar-nav li {
  padding: 0;
  position: relative;
  transition: all 0.5s;
  text-transform: uppercase;
}
.navbar-nav li a {
  padding: 8px 15px;
  display: block;
  text-align: left;
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.navbar-nav li.active a,
.navbar-nav a:hover {
  color: #fff;
}
.navbar-nav li .dropdown-menu {
  padding: 0;
  border-radius: 0;
  border: none;
  background: #f5f5f5;
  font-size: 0.9rem;
}
.navbar-nav li .dropdown-menu a {
  padding: 10px 15px;
  display: block;
  text-align: left;
  color: #152454;
  border-radius: 0;
}
.navbar-nav li .dropdown-menu a .fa-circle-chevron-right {
  vertical-align: middle;
  margin-right: 5px;
}
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover {
  color: #fff;
  background: #152454;
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  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.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #152454;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-nav li .hvr-bounce-to-bottom:hover,
.navbar-nav li .hvr-bounce-to-bottom:focus,
.navbar-nav li.active.hvr-bounce-to-bottom {
  color: white;
}

.navbar-nav li .hvr-bounce-to-bottom:hover:before,
.navbar-nav li .hvr-bounce-to-bottom:focus:before,
.navbar-nav li.active .hvr-bounce-to-bottom:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.social-header {
  text-align: center;
  padding: 0 15px;
  margin: 2rem auto 0;
  width: 100%;
}
.social-header img {
  width: 40px;
  transition: all 0.6s;
}
.social-header img:hover {
  transform: scale(0.95);
  filter: none;
}
.social-header a:hover {
  color: #152454;
}
.social-header ul img {
  width: 28px;
  margin-right: 5px;
}
.social-header ul {
  list-style: none;
  text-align: left;
}
.social-header ul li {
  margin-bottom: 1rem;
}

.languages-pc {
  display: none;
  padding: 5px;
  background: #152454;
  border: 1px solid #152454;
  transition: all 0.6s;
}
.languages-pc:hover,
.languages-mobile:hover {
  background: #edeeef;
}
.languages-mobile {
  position: absolute;
  right: 3rem;
  top: 1rem;
  z-index: 1;
  padding: 5px;
  background: #152454;
  border: 2px solid #152454;
  transition: all 0.6s;
}
.languages-pc a,
.languages-mobile a {
  padding: 10px 0;
}
.languages-pc img,
.languages-mobile img {
  width: 35px;
  filter: brightness(0) invert(1);
}
.languages-pc:hover img,
.languages-mobile:hover img {
  filter: invert(10%) sepia(45%) saturate(2842%) hue-rotate(211deg)
    brightness(96%) contrast(94%);
}
.languages-pc .dropdown-menu,
.languages-mobile .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  border: none;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.languages-pc .dropdown-menu a,
.languages-mobile .dropdown-menu a {
  padding: 5px;
  text-align: center;
  color: #152454;
  display: block;
}
.languages-pc .dropdown-menu a:hover,
.languages-mobile .dropdown-menu a:hover {
  color: #fff;
  background: #152454;
}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide {
  position: relative;
}
#carouselmainSlide .carousel-item {
  position: relative;
  overflow: hidden;
}
#carouselmainSlide .carousel-item img {
  width: 100%;
  object-fit: cover;
}
#carouselmainSlide .carousel-control-next,
#carouselmainSlide .carousel-control-prev {
  z-index: 5;
  opacity: 1;
}
#carouselmainSlide .carousel-control-next img,
#carouselmainSlide .carousel-control-prev img {
  width: 35px;
  filter: invert(86%) sepia(44%) saturate(5392%) hue-rotate(344deg)
    brightness(96%) contrast(106%);
}

#carouselmainSlide .carousel-indicators {
  align-items: center;
  margin-bottom: 0;
  justify-content: center;
  bottom: 0.75rem;
  z-index: 4;
}
#carouselmainSlide .carousel-indicators button {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  opacity: 0.6;
  border: none;
  background: #3b79bd;
  border-radius: 50%;
}
#carouselmainSlide .carousel-indicators button.active {
  opacity: 1;
}
/*.buttonbanner.buttonbanner1{
	left: 1rem;
	right: auto;
}*/
.buttonbanner {
  border-radius: 10px;
  text-align: center;
  color: #fff;
  border: 1px solid #152454;
  overflow: hidden;

  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  width: 130px;
  margin: 0;
}
.buttonbanner:hover {
  border-color: #edeeef;
}
.buttonbanner a {
  padding: 3px 6px;
  width: 100%;
  display: block;
}

/*Shutter In Vertical*/
.hvr-shutter-in-vertical {
  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;
  background: #edeeef;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #152454;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 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-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
  color: #152454;
}
.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.content-box {
  padding: 10% 0;
  background-size: cover !important;
}
.img-box {
  text-align: center;
  overflow: hidden;
  margin-bottom: 1rem;
}
.img-box img {
  width: 100%;
  transition: all 0.6s;
}
.title-box {
  text-align: center;
  margin-bottom: 2.5rem;
}
.title-box h1 {
  font-size: 26px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Kanit-Medium";
}
.title-box h2 {
  font-size: 24px;
  margin: 0.5rem 0;
  text-transform: uppercase;
  font-family: "Kanit-Regular";
}
.title-box p {
  margin: 0;
}
.title-box ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.title-box ul li {
  margin: 0 5px;
  opacity: 0.5;
}
.title-box ul li a {
  padding: 0 5px;
}
.title-box ul li.active,
.title-box ul li:hover {
  opacity: 1;
}

.subtitle {
  margin-bottom: 2rem;
}
.subtitle h2 {
  font-size: 24px;
  margin: 0;
  font-family: "Kanit-Medium";
}
.content-box.abouthome {
  background: url("../images/bg-about.png") left center no-repeat;
  background-size: cover !important;
}
.textabout-home {
  margin: 2rem auto;
}
.textabout-home h1 {
  font-size: 26px;
  margin-bottom: 1rem;
  font-family: "Kanit-Medium";
}
.textabout-home h2 {
  font-size: 1rem;
  margin: 0;
  font-family: "Kanit-Regular";
}
.textabout-home span {
  font-family: "Kanit-Medium";
}
.textabout-home p {
  margin-bottom: 1rem;
}
.readmore-btn {
  padding: 9px 15px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 2rem 0;
  width: 160px;
  border: 1px solid #152454;
}
.readmore-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.readmore-btn img {
  width: 25px;
  margin-left: 5px;
  filter: brightness(0) invert(1);
}
.readmore-btn:hover img {
  filter: invert(10%) sepia(45%) saturate(2842%) hue-rotate(211deg)
    brightness(96%) contrast(94%);
}
.video-abouthome {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3/2;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.video-abouthome video,
.video-abouthome source,
.video-abouthome iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-box.businessthinkhome,
.content-box.producthome {
  background: #edeeef;
}
.readmore-btn.readright {
  margin: 2rem auto;
}

.products-box {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  aspect-ratio: 2/2;
  margin-bottom: 2rem;
}
.products-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.products-box:hover img {
  transform: scale(1.05);
}
.textpro {
  width: 100%;
  padding: 5% 5%;
  color: #fff;
  background: rgb(21 36 84 / 100%);
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.6s;
}
.products-box:hover .textpro {
  padding: 45% 5%;
  background: rgb(21 36 84 / 70%);
  /*height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;*/
}
.textpro h1 {
  font-size: 1rem;
  margin: 0;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  height: calc(1rem * 1.3 * 1);
  transition: all 0.6s;
}
.products-box:hover .textpro h1 {
  height: auto;
  -webkit-line-clamp: inherit;
}
.imglogo {
  text-align: center;
  overflow: hidden;
  aspect-ratio: 3/2;
  border-radius: 10px;
  transition: all 0.6s;
  padding: 0.5rem;
}
.imglogo img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: scale-down;
  transition: all 0.6s;
}
.imglogo:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.imglogo:hover img {
  transform: scale(1.05);
}
.slidecustomers .slick-slide {
  margin: 10px;
  aspect-ratio: 3/2;
}
.slidecustomers.slick-slider {
  padding: 1rem;
}
.slidecustomers .slick-prev:before,
.slidecustomers .slick-next:before {
  display: none;
}
.slidecustomers .slick-prev,
.slidecustomers .slick-next {
  width: 30px;
  height: 30px;
  z-index: 1;
  background-size: 100% !important;
  filter: invert(41%) sepia(18%) saturate(0%) hue-rotate(160deg) brightness(92%)
    contrast(90%);
}
.slidecustomers .slick-prev:hover,
.slidecustomers .slick-next:hover {
  filter: invert(10%) sepia(45%) saturate(2842%) hue-rotate(211deg)
    brightness(96%) contrast(94%);
}
.slidecustomers .slick-prev {
  left: -10px;
  background: url("../images/prev.png") center center no-repeat;
}
.slidecustomers .slick-next {
  right: -10px;
  background: url("../images/next.png") center center no-repeat;
}

.readmore-btn.readcenter {
  margin: 2rem auto;
}
.imgcircle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 3px solid #000;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 2;
}
.imgcircle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.textcircle {
  margin: 1rem auto 2rem;
  text-align: center;
}
.textcircle p {
  margin: 0;
}
.mapbusiness .col-md-4 {
  position: relative;
}

/* .content-box.productspage {
  background: #edeeef;
} */
.products-boxpage {
  margin-bottom: 2rem;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s;
  padding-bottom: 1rem;
}
.products-boxpage:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.products-boxpage .img-box {
  border-radius: 10px 10px 0 0;
  aspect-ratio: 4/3;
  margin: 0;
  background: rgb(21 36 84 / 100%);
}
.products-boxpage .img-box img {
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.products-boxpage:hover .img-box img {
  opacity: 1;
  transform: scale(1.05);
}
.textproducts {
  padding: 0.5rem 0.75rem;
}
.textproducts h1 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-family: "Kanit-Medium";

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1;
  height: calc(1rem * 1.3 * 2);
}
.textproducts .fa-angle-right {
  font-size: 13px;
  margin-right: 5px;
}
.textproducts p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  height: calc(1rem * 1.2 * 1);
}
.products-boxpage .readmore-btn {
  border-radius: 30px;
  margin: 0.5rem auto 0;
  padding: 5px 15px;
  width: 130px;
}
.products-boxpage .readmore-btn a {
  justify-content: center;
}
.bannerpage {
  padding: 10% 0;
  background-size: cover !important;
  background-attachment: fixed !important;
}
.bannerpage.productspage {
  background: url("../productsandservices/images/bannerproducts.png") center
    center no-repeat;
}

.bannerpage .title-box {
  margin: 0;
  color: #fff;
}
.content-box.productspage .subtitle {
  margin-bottom: 2rem;
}
.textdetail-box ul {
  list-style: none;
}
.textdetail-box ul li {
  margin-bottom: 8px;
}
.textdetail-box ul li::before {
  content: "•"; /* ตัวอย่างเครื่องหมาย */
  color: black; /* สีของเครื่องหมาย */
  margin-right: 8px; /* ระยะห่างจากข้อความ */
  font-size: 1.2rem; /* ขนาดของเครื่องหมาย */
}

.textdetail-box h1 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  font-family: "Kanit-Medium";
}
.textdetail-box .fa-circle-chevron-right {
  font-size: 1.1rem;
  margin-right: 5px;
  color: #152454;
  margin-top: 5px;
}
.textdetail-box hr {
  width: 100%;
  opacity: 1;
  border-color: #152454;
  margin: 1rem auto;
}
.textdetail-box {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.product-fullscroll {
  width: 100%;
  height: 420px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 10px;
}
.product-fullscroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.product-fullscroll::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.product-fullscroll::-webkit-scrollbar-thumb {
  background-color: #152454;
  border: 2px solid #152454;
}
.img-product {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.img-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.product-fullscroll .col-6 .img-product {
  aspect-ratio: 4/3;
}
.textdetail-box .readmore-btn {
  width: 220px;
}
.content-box.relatedbox {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px -2px 10px 0px inset;
}
.content-box.relatedbox .products-boxpage {
  background: #edeeef;
}

.bannerpage.workpage {
  background: url("../ourwork/images/bannernews.png") center center no-repeat;
}
.products-boxpage.newsbox {
  background: #edeeef;
}
.products-boxpage ul {
  list-style: none;
  font-size: 0.8rem;
  color: #898989;
}
.products-boxpage.newsbox p {
  font-size: 0.85rem;
}
.products-boxpage.newsbox h1 {
  text-align: left;
}

.pageclick {
  margin-top: 2rem;
}
.pageclick .page-link {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #152454;
  border: 1px solid #152454 !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.pageclick .page-link:hover {
  color: #fff;
  background: #1e3377;
}
.active > .page-link,
.page-link.active {
  color: #fff !important;
  background: #152454 !important;
  border-color: #152454 !important;
}
.pageclick ul {
  justify-content: center;
}

.bannerpage.contactpage {
  background: url("../contactus/images/bannercontact.png") center center
    no-repeat;
}
.qrcode-box h1 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  font-family: "Kanit-Medium";
}
.qrcode-box .img-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 0.5rem;
  aspect-ratio: 3/3;
}
.qrcode-box .img-box img {
  object-fit: scale-down;
}
.qrcode-box .img-box:hover img {
  transform: scale(1.05);
}
.title-contactform {
  text-align: center;
  margin-bottom: 2rem;
}
.title-contactform h1 {
  font-size: 25px;
  margin: 0;
  font-family: "Kanit-Medium";
}
.title-contactform p {
  font-size: 16px;
  margin: 0;
}
.formcontacthome .row {
  border-radius: 10px;
  overflow: hidden;
}
.mapbox {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.mapbox iframe {
  width: 100%;
  height: 100%;
}
.formcontact {
  padding: 2rem 1rem;
  background-color: #d3ddff;
  border-radius: 10px;
}
.formcontact h1 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "Kanit-Medium";
}
.detail-form {
  margin-bottom: 1rem;
}
.detail-form #captcha-refresh {
  cursor: pointer;
  color: #152454;
  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 10px;
  border: none;
  border-bottom: 1px solid #3c3633;
  width: 100%;
  color: #3c3633;
  border-radius: 0;
  height: auto;
  margin: 0;
  line-height: normal;
  background-color: transparent;
}
.form-text:focus {
  outline: none;
  box-shadow: none;
  border-color: #152454;
  color: #000;
}
.form-text::placeholder {
  color: #3c3633;
}
.detail-form ul {
  list-style: none;
}
.detail-form ul li {
  padding-bottom: 5px;
}
.sendus-btn {
  width: 190px;
  padding: 8px;
  display: block;
  box-shadow: none;
  border: 1px solid #152454;
  color: #fff;
  background: #152454;
  margin: 1rem auto;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 20px;
}
.sendus-btn:hover {
  background: #fff;
  color: #152454;
}

.address-box h1 {
  font-size: 1.2rem;
  margin-bottom: 0;
  font-family: "Kanit-Medium";
}
.address-box p {
  margin: 0;
}
.social-box img {
  width: 35px;
  transition: all 0.6s;
}
.social-box h1 {
  font-size: 1.2rem;
  margin-bottom: 0;
  font-family: "Kanit-Medium";
}
.contact-box {
  margin: 1rem auto;
}
.contact-box ul {
  list-style: none;
}
.contact-box h1 {
  font-size: 1.2rem;
  margin-bottom: 0;
  font-family: "Kanit-Medium";
}
.contact-box hr,
.address-box hr,
.social-box hr {
  opacity: 1;
  width: 3em;
  border-width: 2px;
  border-color: #000;
}
.social-box {
  margin-bottom: 2rem;
}

.bannerabout-center {
  margin: 1rem auto;
  background: #f5f5f5;
}
.bannerpage.aboutuspage {
  background: url("../aboutus/images/banneraboutus.png") center center no-repeat;
}
.text-timeline {
  padding-left: 0.5rem;
  margin-bottom: 2rem;
}
.text-timeline img {
  width: 70px;
  margin-bottom: 1rem;
  display: block;
  float: left;
  filter: invert(10%) sepia(45%) saturate(2842%) hue-rotate(211deg)
    brightness(96%) contrast(94%);
}
.text-timeline.timelineright img {
  float: right;
}
.text-timeline.timelineright {
  text-align: right;
  padding-right: 0.5rem;
  padding-left: 0;
}
.text-timeline h1 {
  font-size: 33px;
  margin-bottom: 0;
  position: relative;
  font-family: "Kanit-Medium";
}
.text-timeline h1::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: -1.75rem;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  background: #152454;
}
.text-timeline.timelineright h1::after {
  right: -1.75rem;
  left: auto;
}
.text-timeline hr {
  width: 4em;
  margin: 0.5rem 0;
  opacity: 1;
  border-color: #152454;
  border-width: 5px;
  float: left;
}
.text-timeline.timelineright {
  float: right;
}
.text-timeline p {
  margin: 0;
}

.timeline-about {
  position: relative;
  padding: 2rem 0;
}
.timeline-about::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  background: #152454;
  transform: translate(-50%, 0);
}

.imgaboutpage {
  text-align: center;
  overflow: hidden;
  aspect-ratio: 3/2;
  margin: 2rem auto;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.imgaboutpage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerabout-center .container {
  overflow: hidden;
}
.slideabout .slick-list {
  overflow: inherit;
}
.slideabout .slick-slide {
  padding: 1rem;
  transition: all 0.6s;
  transform: scale(1);
  opacity: 0.4;
}
.slideabout .slick-slide.slick-current.slick-active {
  opacity: 1;
  transform: scale(1.2);
  transition: all 0.6s;
}
.slideabout .slick-prev,
.slideabout .slick-next {
  width: 35px;
  height: 35px;
  z-index: 1;
  background-size: 100% !important;
}
.slideabout .slick-prev {
  left: 0;
  background: url("../images/prev.png") center center no-repeat;
}
.slideabout .slick-next {
  right: 0;
  background: url("../images/next.png") center center no-repeat;
}
.slideabout .slick-prev:before,
.slideabout .slick-next:before {
  display: none;
}
.bannerpage.aboutuscenter {
  height: 30vh;
  background: url("../aboutus/images/banneraboutus.png") center center no-repeat;
}

.workpage .imglogo {
  padding: 0.5rem;
  margin-bottom: 2rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.workpage .imglogo img {
  width: auto;
  max-width: 100%;
  object-fit: scale-down;
}

.textpolicy h1 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-family: "Kanit-Medium";
}
.textpolicy h2 {
  font-size: 1rem;
  margin: 0;
  font-family: "Kanit-Regular";
}
.textpolicy p {
  margin-bottom: 1rem;
  text-indent: 3%;
}
.textpolicy ul {
  list-style: none;
  padding-left: 3%;
  margin: 1rem auto;
}
.textpolicy ul li {
  margin-bottom: 8px;
}
.textpolicy .fa-circle-chevron-right {
  margin-right: 5px;
  font-size: 0.9rem;
}
.textpolicy {
  margin-bottom: 2rem;
}

.img-box.aboutpage {
  margin: 0;
}
.img-box.aboutpage img {
  height: 100%;
  object-fit: cover;
}
.content-box.aboutuspage .textabout-home p {
  text-indent: 3%;
}
.content-box.aboutuspage .textabout-home h1 {
  color: #152454;
}
/*///////////Start-Policy///////////////*/
.policy-box {
  position: fixed;
  bottom: 0%;
  right: 0%;
  width: 100%;
  text-align: left;
  padding: 1rem;
  color: #fff;
  z-index: 1234;
  display: block;
  font-size: 1rem;
  background: #152454;
  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;
}
.policy-box a {
  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: #152454;
  margin: 0.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: none;
  background: #fff;
}
.btn-policy:hover {
  transform: scale(0.96);
}

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

/*///////////Start-Footer///////////////*/
.footer {
  color: #000;
  padding: 10% 0 5%;
  background: #fff;
}
.footer ul {
  list-style: none;
}
.footer h1 {
  font-size: 22px;
  margin-bottom: 0rem;
  text-transform: uppercase;
  font-family: "Kanit-Regular";
}
.footer hr {
  width: 3em;
  margin: 0.5rem 0 0.75rem;
  opacity: 1;
  border-color: #000;
}
.footer p {
  margin-bottom: 0rem;
}
.footer a:hover {
  color: #fd9a19;
}
.footer ul li {
  padding-bottom: 5px;
}
.contact-footer {
  margin: 2rem auto;
}
.address-footer img {
  width: 150px;
}
.social-footer img {
  width: 35px;
  transition: all 0.6s;
}
.social-footer img:hover {
  transform: scale(0.95);
}
.copyright-box {
  text-align: center;
  margin-top: 2rem;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

.slideproductshow .slider-for {
  margin-bottom: 1rem;
}
.slideproductshow .slider-for .slick-slide {
  aspect-ratio: 3/2;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.slideproductshow .slider-for .slick-slide div,
.slideproductshow .slider-for .slick-slide .img-box {
  margin: 0;
  height: 100%;
  background: #f5f5f5;
}
.slideproductshow .slider-for .slick-slide .img-box img {
  height: 100%;
  object-fit: scale-down;
}
.slideproductshow .slick-prev:before,
.slideproductshow .slick-next:before {
  display: none;
}
.slideproductshow .slick-prev,
.slideproductshow .slick-next {
  width: 35px;
  height: 35px;
  background-size: 100% !important;
  border-radius: 50%;
  z-index: 1;
}
.slideproductshow .slick-prev {
  left: 0rem;
  background: url("../images/left-arrow.png") center center no-repeat;
}
.slideproductshow .slick-next {
  right: 0rem;
  background: url("../images/right-arrow.png") center center no-repeat;
}
.slideproductshow .slick-prev:hover,
.slideproductshow .slick-next:hover {
  filter: none;
}

.slideproductshow .img-box {
  padding: 0.5rem;
  border-radius: 10px;
}
.slideproductshow .slider-nav .slick-slide {
  margin: 0 5px;
  aspect-ratio: 3/2;
  border: 1px solid #0380ff;
}
.slideproductshow .slider-nav {
  padding: 1rem;
}
.slideproductshow .slider-nav .slick-slide {
  opacity: 0.4;
  transform: scale(0.95);
  background: #fff;
}
.slideproductshow .slider-nav .slick-slide div,
.slideproductshow .slider-nav .slick-slide .img-box {
  margin: 0;
  height: 100%;
  background: #fff;
  transition: all 0.6s;
}
.slideproductshow .slider-nav .slick-slide .img-box img {
  height: 100%;
  object-fit: scale-down;
}
.slideproductshow .slider-nav .slick-slide:hover,
.slideproductshow .slider-nav .slick-slide.slick-current.slick-active {
  opacity: 1;
  transform: scale(1);
  transition: all 0.6s;
}

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

@media (min-width: 400px) {
}


/* menu */
.category-setpc ul li{
	margin-bottom: .5rem;
	color: #575757;
}
.category-setpc ul li a.active,
.category-setpc ul li a:hover{color: #1b50a0;}

.category-setpc ul{
	list-style: none;
	margin-bottom: 2rem;
	font-size: .9rem;
}
.category-setpc h1{
	font-size: 1.1rem;
	margin-bottom: 1rem;

}

.content-box.wishlistpage .title-box{
	text-align: left;
	padding-bottom: .75rem;
	border-bottom: 1px solid #eee;
}
.content-box.wishlistpage .title-box h1{
	text-transform: uppercase;
}

.category-setpc ul li{
	margin-bottom: .5rem;
	color: #575757;
}
.category-setpc ul li a.active,
.category-setpc ul li a:hover{color: #1b50a0;}

.category-setpc ul{
	list-style: none;
	margin-bottom: 2rem;
	font-size: .9rem;
}
.category-setpc h1{
	font-size: 1.1rem;
	margin-bottom: 1rem;
	font-family: "Kanit-Medium";
	color: #152454;
}

.category-setpc ul li a{display: block;}
.category-setpc ul li a[aria-expanded="false"]{
	background: url("../productsandservices/images/plus-sign.png") top right no-repeat;
	background-size: 12px;
}
.category-setpc ul li a[aria-expanded="true"]{
	background: url("../productsandservices/images/minimize-sign.png") top right no-repeat;
	background-size: 12px;
}


#accordiondetailtype .row{align-items: center;}
#accordiondetailtype .accordion-item,
#accordiondetailtype .accordion-button,
#detailtypeModal .modal-body,
#accordiondetailtype .accordion-body{
	padding: 0;
	border: none ;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

#accordiondetailtype .accordion-button[aria-expanded="true"]::after{
	background: url("../productsandservices/images/minimize-sign.png") center center no-repeat;
	background-size: 15px;
}
#accordiondetailtype .accordion-button[aria-expanded="false"]::after{
	background: url("../productsandservices/images/plus-sign.png") center center no-repeat;
	background-size: 15px;
}
#accordiondetailtype .accordion-button{
	color: #000;
	font-size: 1.2rem;
	padding: .75rem; 
	margin: 1rem 0 0;
	border-bottom: 1px solid #000;
	font-family: 'NotoSansThai-Bold', 'NotoSans-Bold';
}
#accordiondetailtype .accordion-body{padding: 1rem;}

/* The container */
.listtypecheck {
	display: block;
	position: relative;
	cursor: pointer;
	padding-left: 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.listtypecheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.listtypecheck .checkmark {
	position: absolute;
	top: 50%;
	left: 0;
	height: 25px;
	width: 25px;
	border-radius: 7px;
	background-color: #FFF;
	border: 1px solid #51bcff;
	transform: translate(0,-50%);
}

/* When the checkbox is checked, add a blue background */
.listtypecheck input:checked ~ .checkmark {
  background-color: #51bcff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.listtypecheck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.listtypecheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.listtypecheck .checkmark:after {
    left: 25%;
    top: 50%;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg)translate(-50%, -50%);
    -ms-transform: rotate(45deg)translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
}


.listname-products ul{list-style: none;}
.listname-products ul li{margin-bottom: 15px;}
.listname-products a:hover{color: #51bcff;}
.listname-products ul li a{display: block;}
.listname-products ul li a[aria-expanded="false"]{
	background: url("../allproducts/images/plus-sign.png") top right no-repeat;
	background-size: 12px;
}
.listname-products ul li a[aria-expanded="true"]{
	background: url("../allproducts/images/minimize-sign.png") top right no-repeat;
	background-size: 12px;
}
.listname-products ul li .card{
	padding: 0;
	border: none;
	border-radius: 0;
}
.collapse-menudetailtype{
	transition: all 0.6s;
}
.collapse-menudetailtype a{
	display: block;
	padding: 10px 10px 10px 15px;
}
.category-setpc ul li .card {
    padding: 0;
    border: none;
    border-radius: 0;
}
.category-setpc{
  border-radius: 20px;
  border: 1px solid #eee;
  padding: 1rem;

}
.bt-mobile{
	padding: 6px;
	border: 1px solid #000;
	box-shadow: none;
	width: 100%;
	font-size: 1.1rem;
	background: #FFF;
	color: #000;
	border-radius: 7px;
	text-align: center;
	font-family: 'NotoSansThai-Bold', 'NotoSans-Bold';
}