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

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

@font-face {
  font-family: "NotoSansThai-Bold";
  src: url("fonts/NotoSansThai-Bold.eot");
  src: url("fonts/NotoSansThai-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/NotoSansThai-Bold.woff") format("woff"),
    url("fonts/NotoSansThai-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: "NotoSans-Bold";
  src: url("fonts/NotoSans-Bold.eot");
  src: url("fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/NotoSans-Bold.woff") format("woff"),
    url("fonts/NotoSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans-Eng-Regular";
  src: url("fonts/NotoSans-Eng-Regular.eot");
  src: url("fonts/NotoSans-Eng-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/NotoSans-Eng-Regular.woff") format("woff"),
    url("fonts/NotoSans-Eng-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "NotoSansThai-Regular", "NotoSans-Eng-Regular";
  cursor: default;
  position: relative;
  line-height: 1.5;
  font-size: 1rem;
  color: #000;
}
ul {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

#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: #fff;
  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///////////////*/
.tools-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
}

.tools-header ul {
  list-style: none;
  display: none;
}

.tools-header li:hover img {
  transform: translateY(-5px);
}
.tools-header a:hover {
  color: #65b6e1;
}
.tools-header img {
  width: 24px;
  margin: 0;
  transition: all 0.5s;
}

.tools-header form {
  width: 85%;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #262678;
}
.tools-header .shopping-bag li {
  position: relative;
}
.tools-header .shopping-bag span {
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f00;
  padding: 5px;
  font-size: 0.75rem;
}
.submit-btnsearch {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  width: 45px;
  height: 45px;
  background: #65b6e1;
  z-index: 12;

  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: none !important;
  border: none;
}
.tools-header .input-group {
  position: relative;
}
.tools-header .form-control {
  padding: 8px 15px;
  border-radius: 27px !important;
  background: #fff;
  width: 100%;
}
.submit-btnsearch img {
  width: 22px;
  filter: brightness(0) invert(1);
}

.headbar-main {
  width: 100%;
  padding: 0.5rem 0;
  transition: all 0.5s;
  background: #223c77;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.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;
  transition: all 0.5s;
}
.navbar-brand img {
  width: 6em;
  max-width: 100%;
  transition: all 0.5s;
  margin: auto;
}
.navbar-brand.d-lg-none {
  padding: 1rem 0;
  margin: auto;
  text-align: center;
  display: block;
  width: 100%;
}

.navbar-nav li {
  padding: 0;
  position: relative;
  transition: all 0.5s;
}
.navbar-nav li p {
  margin: 0;
}
.navbar-nav li img {
  width: 50px;
  display: block;
  text-align: center;
  margin: 0 auto 1rem;
  transition: all 0.5s;
  filter: invert(22%) sepia(13%) saturate(4954%) hue-rotate(194deg)
    brightness(90%) contrast(93%);
}
.navbar-nav li .dropdown-menu {
  padding: 0;
  border-radius: 0;
  border: none;
  background: #d9f2ff;
  margin: 0;
}
.navbar-nav li .dropdown-menu a {
  padding: 15px 0;
}
.navbar-nav li .dropdown-menu .category-menu {
  padding: 0.75rem;
}
.img-menu {
  padding: 1rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 2;
  margin-bottom: 0.75rem;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  transition: all 0.5s;
}
.img-menu img {
  width: 100% !important;
  aspect-ratio: 3/2;
  filter: none !important;
  object-fit: scale-down;
}
.img-menu h1 {
  font-size: 1rem;
  transition: all 0.5s;
}
.navbar-nav li .dropdown-menu p {
  padding: 0;
  margin: 0;
  text-align: center;
}
.navbar-nav li a {
  padding: 15px 15px;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
  color: #2c2c2c;
}
.navbar-nav li.active img,
.navbar-nav li:hover img {
  filter: brightness(0) invert(1);
  transform: scale(1.05);
}

/* 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: #65b6e1;
  -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:hover .hvr-bounce-to-bottom,
.hvr-bounce-to-bottom:focus,
.navbar-nav li.active .hvr-bounce-to-bottom {
  color: white;
}
.navbar-nav li:hover .hvr-bounce-to-bottom:before,
.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);
}

.languages-box {
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.languages-box .dropdown-menu {
  padding: 0;
  border: none;
  z-index: 1234;
  width: 100%;
  min-width: inherit;
  margin: 0;
  overflow: hidden;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}
.languages-box .dropdown-menu a {
  padding: 5px;
  display: block;
  text-align: center;
}
.languages-box .dropdown-menu a:hover {
  background: #65b6e1;
}
.languages-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  transition: all 0.8s;
  aspect-ratio: 1/1;
}

.social-header h1 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.social-header h2 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  text-align: left;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.social-header {
  text-align: center;
  padding: 0 15px;
  margin: 2rem auto;
}
.social-header ul {
  list-style: none;
  text-align: left;
  margin-bottom: 0.75rem auto 1rem;
}
.social-header ul li {
  margin-bottom: 5px;
}
.social-header ul img {
  width: 30px;
  margin-right: 7px;
}
.social-header img {
  width: 35px;
  margin: auto;
  transition: all 0.8s;
}
.social-header a:hover {
  color: #e5a91a;
}
.social-header img:hover {
  transform: scale(1.05);
  filter: grayscale(100%);
}
/*///////////End-Header///////////////*/

.tool-mobile--menu {
  width: 95%;
  margin: auto;
  padding: 8px;
  border-radius: 27px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  position: fixed;
  bottom: 3%;
  left: 50%;
  z-index: 54;
  transform: translate(-50%, 0);
}
.tool-mobile--menu .col-2 {
  width: 20%;
  border-right: 1px solid #262678;
}
.tool-mobile--menu .col-2:last-child {
  border-right: none;
}
.btn-css {
  border: none;
  box-shadow: none;
  padding: 0;
  background: #fff;
  width: 100%;
  text-align: center;
  display: block;
}
.btn-css img {
  width: 30px;
}

.cartopen {
  position: absolute;
  bottom: 110%;
  left: 50%;
  width: 97%;
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 20px;
  margin: 0;
  transform: translate(-50%, 0);
  box-shadow: rgba(0, 0, 0, 0.23) 1.05px -1.95px 2.6px;
  display: none;
}

/* 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.7s;
  transition-duration: 0.7s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #223c77;
  -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.7s;
  transition-duration: 0.7s;
  -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: white;
}
.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);
}

/*///////////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: 10px;
  height: 10px;
  margin: 0 8px;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
}
#carouselmainSlide .carousel-indicators button.active {
  background-color: #fff;
}

/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.content-box {
  color: #252525;
  padding: 10% 0;
  background-size: cover !important;
}
.title-box {
  padding: 0.75rem 0.5rem;
  text-align: center;
  margin-bottom: 2rem;
  background: url("../images/bg-title.png") left 7rem center no-repeat;
  background-size: contain !important;
}
.title-box h1 {
  font-size: 1.3rem;
  margin: 0;
  color: #223c77;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.icon-textab {
  text-align: center;
  margin-bottom: 1rem;
}
.icon-textab img {
  width: 50px;
  transition: all 0.5s;
}
.icon-textab:hover img {
  transform: scale(0.95);
}
.icon-textab p {
  margin: 1rem 0;
}
.about-text.ab-center {
  text-align: center;
}
.about-text {
  margin-bottom: 2rem;
}
.about-text p {
  margin: 0;
}
.about-text h1 {
  font-size: 1rem;
  margin-bottom: 0;
  color: #223c77;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.about-text .row h1 {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 1rem;
}
.img-ab {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 3rem;
}
.img-ab img {
  width: 100%;
  transition: all 0.6s;
}
.videoshowcase {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-bottom: 2rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.videoshowcase video,
.videoshowcase source,
.videoshowcase iframe {
  width: 100%;
  height: 100%;
}

.banner-tagline {
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  margin: 3rem auto 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.banner-tagline img {
  width: 100%;
  transition: all 0.6s;
}

.content-box.service-ct {
  background-attachment: fixed !important;
  background: url("../images/bgservice.png") top center no-repeat;
}

.service-box {
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  background: #223c77;
  border: 1px solid #223c77;
  border-radius: 10px;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.readmore-service {
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
  background: rgb(101 182 225 / 80%);
}
.service-box:hover .readmore-service {
  opacity: 1;
}
.service-box .readmore-service span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  text-align: center;
  transform: translate(-50%, -50%);
  padding: 5px 30px;
  border: 1px solid #fff;
  border-radius: 30px;
  transition: all 0.5s;
}
.service-box .readmore-service span:hover {
  transform: translate(-50%, -50%) scale(0.95);
  background: #223c77;
}
.service-box:hover {
  background: #65b6e1;
  border-color: #65b6e1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.service-box span {
  font-size: 0.8rem;
}
.service-box p {
  margin: 1rem 0 0;
}
.service-box img {
  transition: all 0.6s;
  width: 55px;
  filter: brightness(0) invert(1);
}
.service-box:hover img {
  transform: translateY(-10px);
}

.content-box.nr-products-ct {
  background: url("../images/bgnew-product.png") top center no-repeat;
}

.slide-products .owl-carousel .owl-item {
  padding: 0.75rem 0.5rem;
}
.slide-products .owl-carousel .owl-dots {
  text-align: center;
}
.slide-products .owl-carousel .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  opacity: 1;
  border-radius: 50%;
  background-color: rgb(101 182 225 / 40%);
}
.slide-products .owl-carousel .owl-dot.active {
  background-color: rgb(101 182 225 / 100%);
}

.img-box {
  text-align: center;
  overflow: hidden;
}
.img-box img {
  width: 100%;
  transition: all 0.5s;
  aspect-ratio: 3/2 !important;
}
.prodctus-box .img-box img {
  /* width: 100%; */
  max-height: 100% !important;
  /* aspect-ratio: 4/3 !important; */
  aspect-ratio: 3/2 !important;
}
.prodctus-box-new .img-box img{
   aspect-ratio: 4/3 !important;
}

.news-box .img-box img {
  aspect-ratio: 0 !important;
}
.prodctus-box {
  padding: 1rem 0.75rem;
  border-radius: 20px;
  background-color: rgb(198, 224, 238);
  box-shadow: 3.804px 1.236px 9.2px 0.8px rgba(0, 0, 0, 0.23);
}

.prodctus-box:hover img {
  transform: scale(1.05);
}
.textpro-detail {
  text-align: center;
  position: relative;
  margin: 0.75rem 0 0;
}
.textpro-detail h1 {
  font-size: 1rem;
  margin: 0;
  color: #223c77;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  height: calc(1rem * 1.3 * 1);
  font-family: "NotoSansThai-Bold", "NotoSans-Bold";
}
.textpro-detail a {
  padding: 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: -2rem auto 0;
  background: #223c77;
  border: 1px solid #223c77;
  color: #fff;
  border-radius: 27px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: all 0.5s;
}
.prodctus-box:hover .textpro-detail a {
  margin: 1.5rem auto 0;
  opacity: 1;
}
.textpro-detail a.hvr-sweep-to-right:before {
  background: #65b6e1;
}
.textpro-detail img {
  width: 20px !important;
  margin: 0 10px 0 0;
  filter: brightness(0) invert(1);
}
.textpro-detail a:hover {
  border-color: #65b6e1;
}
/* .readmore-btn-anchor{
   width: 250px !important;
} */

.readmore-btn {
  text-align: center;
  padding: 5px;
  color: #fff;
  background: #65b6e1;
  border: 1px solid #65b6e1;
  border-radius: 27px;
  overflow: hidden;
  /* width: 155px; */ 
  width: 155px;
  float: right;
  margin: 2rem 0;
  transition: all 0.5s;
}
.readmore-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.readmore-btn a img {
  width: 30px;
  margin-left: 8px;
  transition: all 0.5s;
  filter: brightness(0) invert(1);
}
.readmore-btn:hover {
  transform: scale(0.96);
}
.readmore-btn:hover img {
  transform: translateX(10px);
}

.product-promotions {
  width: 95%;
  float: right;
  padding: 1rem;
  color: #fff;
  background: #65b6e1;
  position: relative;
  border-radius: 15px 0 0 15px;
  margin-bottom: 2rem;
}
.title-promotions {
  padding: 2rem 1rem;
  color: #fff;
  text-align: left;
  position: relative;
  left: -7%;
  background: url(../images/bg-titlepro.png) left center no-repeat;
  background-size: contain !important;
  margin: 0 -1rem;
}
.title-promotions .readmore-btn {
  background: #fff;
  border-color: #fff;
  color: #0a1265;
  margin: 1rem 0 1rem 3rem;
  float: inherit;
}
.title-promotions .readmore-btn:hover {
  color: #fff;
}
.title-promotions img {
  width: 75%;
  transition: all 0.5s;
}

.promotion-box {
  position: relative;
  border-radius: 15px;
  padding: 1rem 0;
  background-color: transparent;
  transition: all 0.5s;
  margin-bottom: 2rem;
}
.promotion-box:hover {
  transform: translateY(-15px);
  background-color: rgb(151 205 235 / 30%);
  box-shadow: 3.804px 1.236px 9.2px 0.8px rgba(0, 0, 0, 0.23);
}
.promotion-box:hover img {
  transform: scale(1.05);
}
.addcart {
  padding: 8px 8px 5px;
  background: #223c77;
  width: 35px;
  height: 35px;
  border-radius: 50%;

  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
}
.promotion-box:hover .addcart {
  opacity: 1;
  top: 50%;
}
.addcart img {
  width: 100%;
  margin: 0 10px 0 0;
  filter: brightness(0) invert(1);
}
.textpromotion {
  text-align: center;
}
.textpromotion h1 {
  font-size: 1rem;
  color: #fff;
  margin: 1rem auto 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  height: calc(1rem * 1.3 * 1);
  font-family: "NotoSansThai-Bold", "NotoSans-Bold";
}
.promotion-box.recom-products {
  border-radius: 20px;
  background-color: rgb(198, 224, 238);
  box-shadow: 3.804px 1.236px 9.2px 0.8px rgba(0, 0, 0, 0.23);
}
.promotion-box.recom-products .textpromotion h1 {
  font-size: 1rem;
  margin: 1rem auto;
  color: #223c77;
  font-family: "NotoSansThai-Bold", "NotoSans-Bold";
}
.slide-products .owl-carousel.owl-customer .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-products .owl-carousel.owl-customer .img-box img {
  aspect-ratio: 2 / 3;
  object-fit: contain;
}
.customers-box {
  transition: all 0.5s;
}
.customers-box:hover {
  transform: scale(1.1);
}

.contentbanner {
  text-align: center;
  padding: 15% 0;
  overflow: hidden;
  background: url("../images/img-center2.webp") center center no-repeat;
  background-size: cover !important;
}
.textbanner-right {
  text-align: right;
}
.textbanner-right h1 {
  font-size: 1.5rem;
  margin: 0;
  color: #223c77;
  line-height: 1;
  font-family: "NotoSansThai-Bold", "NotoSans-Bold";
}
.textbanner-right p {
  font-size: 1.1rem;
  margin: 0;
  color: #223c77;
  font-family: "NotoSansThai-Bold", "NotoSans-Bold";
}

.content-box.news-ct {
  background: #def0f9;
}
.title-box.news-ct {
  text-align: left;
  padding-left: 1.5rem;
  background-position: left center;
}
.readmore-btn.news-ct {
  width: 130px;
  background: #223c77;
  margin: 0;
  padding: 4px 6px;
}
.readmore-btn.news-ct.hvr-sweep-to-right:before {
  background: #65b6e1;
}

.news-box {
  margin-bottom: 2rem;
}
.news-box .img-box {
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.news-box:hover img {
  transform: scale(1.05);
}
.text-news {
  margin: 1rem 0;
}
.text-news h1 {
  font-size: 1rem;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  height: calc(1rem * 1.3 * 2);
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.news-box .readmore-btn.news-ct {
  margin: 0;
  float: left;
}
#accordionQandA .accordion-item {
  border: none;
  margin-bottom: 1rem;
}
#accordionQandA .accordion-button {
  color: #223c77;
  background: #fff;
  border-radius: 27px;
  padding: 0.5rem 1rem;
  margin: 0;
  border: 1px solid #223c77 !important;
}
#accordionQandA .accordion-collapse .answertext {
  background: #223c77;
  color: #fff;
  border-radius: 15px;
  margin: 1rem auto;
  padding: 2rem;
}
#accordionQandA .accordion-button[aria-expanded="false"]::after {
  background: url("../images/plus.png") center right no-repeat;
  background-size: 16px;
}
#accordionQandA .accordion-button[aria-expanded="true"]::after {
  background: url("../images/minus.png") center right no-repeat;
  background-size: 16px;
}
#accordionQandA .accordion-body {
  padding: 0;
  border: none;
}

.answertext p {
  margin: 0;
}
.answertext ul {
  list-style: none;
}
.answertext ul li {
  margin-bottom: 0.5rem;
}
/*///////////End-Content///////////////*/

/*///////////Start-Policy///////////////*/
.detail-policy {
  margin-bottom: 1rem;
}
.detail-policy h1 {
  font-size: 1.2rem;
  margin-bottom: 0rem;
}
.detail-policy ul {
  list-style: none;
}
.detail-policy p {
  margin: 0;
}
.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;
}
.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: #fff;
  margin: 0.5rem auto;
  display: flex;
  align-items: center;
  border: 1px solid #223c77;
  justify-content: center;
  border-radius: 27px;
  background: #223c77;
}
.btn-policy:hover {
  transform: scale(0.96);
  background: #fff;
  color: #223c77;
}

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

/*///////////Start-Footer///////////////*/
.footer {
  color: #fff;
  padding: 10% 0 25%;
  background: #223c77;
}
.footer img {
  width: 30px;
  margin-right: 8px;
  vertical-align: middle;
}
.footer ul {
  list-style: none;
  margin-bottom: 1rem;
}
.footer ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.3rem;
}
.footer h1 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.footer h2 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.footer p {
  margin-bottom: 0.5rem;
}
.footer a:hover {
  text-decoration: underline;
  color: #000;
}

.footer ul li {
  padding-bottom: 8px;
}
.address-footer {
  margin-bottom: 1rem;
}
.contact-footer {
  margin: 2rem auto;
}
.copyright-box {
  text-align: center;
  margin-top: 5%;
  padding: 5% 10% 0;
  border-top: 1px solid #fff;
}

.social-footer {
  text-align: center;
}
.social-footer img {
  width: 35px;
  margin: auto;
  transition: all 0.8s;
}
.social-footer img:hover {
  transform: scale(0.9);
  filter: grayscale(100%);
}
.mapshow {
  width: 100%;
  aspect-ratio: 3/2;
}
.mapshow iframe {
  width: 100%;
  height: 100%;
}
.logo-footer {
  text-align: center;
  margin-bottom: 1rem;
}
.logo-footer img {
  width: 9em;
  margin: 0;
}
.privacy-box {
  position: fixed;
  bottom: 2%;
  right: 5%;
  width: 300px;
  text-align: left;
  padding: 1rem;
  color: #000;
  z-index: 5;
  display: block;
  font-size: 18px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.privacy-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.privacy-box ul li {
  padding: 0 10px;
}
.privacy-box p {
  margin-bottom: 0;
  font-size: 20px !important;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.privacy-box a {
  color: #000;
  text-decoration: underline;
}
.privacy-box a:hover {
  text-decoration: none;
}
.privacy-box .btn-privacy {
  width: 150px;
  padding: 5px;
  transition: all 0.5s;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 0;
  margin: 0.5rem auto;
  border: 1px solid #87cefa;
  background-color: #87cefa;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*///////////End-Footer///////////////*/

/*Start Login-----------------------------*/

.content-login.content-register {
  padding: 10% 0;
  height: auto;
}
.content-login {
  padding: 10% 0 25%;
  height: 100vh;
  position: relative;
  background: url("../login/images/bg-login.png") center bottom no-repeat #fff;
  background-size: 100% !important;
}
.logo-login {
  text-align: center;
  margin-bottom: 2rem;
}
.logo-login img {
  width: 10em;
  margin: auto;
  transition: all 0.5s;
}

.social-login {
  text-align: center;
  margin: 2rem auto 0;
}
.social-login img {
  width: 40px;
  transition: all 0.5s;
}
.social-login img:hover {
  transform: scale(1.05);
}

.form-login .form-floating .form-control::placeholder {
  color: #6d6d6d;
}
.form-login .form-floating .form-control {
  padding: 9px 15px 9px 45px;
  height: auto;
  min-height: inherit;
  max-height: none;
  line-height: normal;
  border-radius: 30px;
}
.form-login .form-floating #floatingInput {
  background: url(../login/images/login.png) left 0.75em center no-repeat;
  background-size: 1.2em;
}
.form-login .form-floating #floatingPassword {
  background: url("../login/images/unlock.png") left 0.75em center no-repeat;
  background-size: 1.2em;
}
.form-login .form-floating #floatingrePassword {
  background: url("../login/images/unlock.png") left 0.75em center no-repeat;
  background-size: 1.2em;
}
.form-login .form-floating #emailInput {
  background: url("../login/images/mail-line.png") left 0.75em center no-repeat;
  background-size: 1.2em;
}
.form-login .form-floating #phonelInput {
  background: url("../login/images/ic-tell-line.png") left 0.75em center
    no-repeat;
  background-size: 1.2em;
}
.form-login .form-floating > label {
  left: 35px;
  color: #838383;
  transform: scale(1) translateY(-0.3rem) translateX(0rem) !important;
}
.forgot-password {
  text-align: right;
  text-decoration: underline;
  color: #8d8d8d;
}
.buttonlogin {
  text-align: center;
  display: block;
  padding: 10px;
  color: #fff;
  border-radius: 30px;
  margin: 1rem auto;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.buttonlogin:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transform: scale(0.95);
}
.buttonlogin.login-btn {
  background: #223c77;
  border-color: #223c77;
}
.buttonlogin.register-btn {
  background: #65b6e1;
  border-color: #65b6e1;
}
.linkweb {
  margin: 1rem auto 0;
  text-align: center;
  color: #0066ff;
}
.title-login {
  text-align: center;
  margin-bottom: 3rem;
  color: #6d6d6d;
}
.title-login h1 {
  font-size: 1.4rem;
  margin-bottom: 0;
  color: #000099;
  font-family: "NotoSansThai_SemiBold", "NotoSans-SemiBold";
}
.title-login p {
  margin: 0;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}

.title-box.title-bglogin {
  background-position: left 2rem center;
}

.message-contact {
  padding: 2rem 1rem;
  background: #f5f5f5;
  color: #000;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.message-contact .fa-paper-plane {
  font-size: 2rem;
}
.message-contact h1 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #000099;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.detail-form {
  margin-bottom: 1rem;
}
.detail-form #captcha-refresh {
  cursor: pointer;
  color: #0066ff;
  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 h1 {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-family: "Prompt-Regular";
}
.detail-form .custom-file-input,
.detail-form .custom-file {
  height: auto;
}
.form-text,
.custom-file-label {
  padding: 8px 15px;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  color: #000;
  border-radius: 7px;
  height: auto;
  margin: 0;
  line-height: normal;
}
.form-text:focus {
  outline: none;
  box-shadow: none;
  border-color: #0066ff;
}
.form-text::placeholder {
  color: #cdcdcd;
}
.detail-form ul {
  list-style: none;
}
.detail-form ul li {
  padding-bottom: 5px;
}
.sendus-btn {
  min-width: 280px;
  padding: 10px;
  display: block;
  box-shadow: none;
  border: 1px solid #000099;
  color: #fff;
  background: #000099;
  margin: 0.5rem auto;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 25px;
}
.sendus-btn:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #0066ff;
  border-color: #0066ff;
  transform: scale(0.98);
}

.confirm-form .form-text,
.form-store .form-text {
  border: 1px solid #ccc;
}
.form-group .form-text {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 1rem;
  background: none;
}
/*End-Login-----------------------------*/

@media (max-width: 920px) {
  body {
    max-width: 100% !important;
  }
  .navbar-collapse .social-header,
  .navbar-collapse ul {
    border: none !important;
  }
  .navbar-collapse {
    position: fixed;
    width: 80%;
    background: #fff;
    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;
  }
}

.titlebox-aboutus {
  padding: 10% 0;
  background: url("../aboutus/images/banner-ab.png") center center no-repeat;
  background-size: cover !important;
  background-attachment: fixed !important;
}
.about-textcenter {
  text-align: center;
  color: #fff;
}
.about-textcenter h1 {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.about-textcenter h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.about-textcenter p {
  margin-bottom: 1rem;
}

.tabs-timeline {
  position: relative;
  padding: 5% 0;
  overflow: hidden;
  background: url("../aboutus/images/bg-timeline.png") center center no-repeat;
  background-size: cover !important;
}
.tabs-timeline .container {
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 25%;
  padding-bottom: 25%;
}

.tabs-timeline a {
  border: 2px solid #fff;
  width: 55px;
  height: 55px;
  text-align: center;
  color: #223c77;
  /*background: #65b6e1;*/
  border-radius: 50%;
  cursor: pointer;
  margin: 0 auto 5rem;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  position: relative;
  z-index: 1;

  padding: 0.75rem;
  -webkit-box-shadow: inset 4px 3px 12px -3px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: inset 4px 3px 12px -3px rgba(0, 0, 0, 0.37);
  box-shadow: inset 4px 3px 12px -3px rgba(0, 0, 0, 0.37);
  background: -webkit-linear-gradient(
    top left,
    rgba(101, 182, 225, 1) 0%,
    rgba(101, 182, 225, 1) 21%,
    rgba(2, 35, 199, 1) 100%
  );
  background: -o-linear-gradient(
    top left,
    rgba(101, 182, 225, 1) 0%,
    rgba(101, 182, 225, 1) 21%,
    rgba(2, 35, 199, 1) 100%
  );
  background: linear-gradient(
    to bottom right,
    rgba(101, 182, 225, 1) 0%,
    rgba(101, 182, 225, 1) 21%,
    rgba(2, 35, 199, 1) 100%
  );
}
.tabs-timeline a:hover {
  color: #fff;
  background: -webkit-linear-gradient(
    top left,
    rgba(34, 60, 119, 1) 0%,
    rgba(71, 184, 245, 1) 89%,
    rgba(71, 184, 245, 1) 100%
  );
  background: -o-linear-gradient(
    top left,
    rgba(34, 60, 119, 1) 0%,
    rgba(71, 184, 245, 1) 89%,
    rgba(71, 184, 245, 1) 100%
  );
  background: linear-gradient(
    to bottom right,
    rgba(34, 60, 119, 1) 0%,
    rgba(71, 184, 245, 1) 89%,
    rgba(71, 184, 245, 1) 100%
  );
  /*transform: scale(1.08);
	background: #223c77;*/
}
.tabs-timeline a::after {
  content: "";
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: 1px dashed #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
}
.tabs-timeline a::before {
  content: "";
  width: 2px;
  height: 35px;
  background: #fff;
  position: absolute;
  left: 50%;
  z-index: 1;
  transition: all 0.5s;
  transform: translate(-50%, 0);
}
/*.tabs-timeline a.linetop::after {
  bottom: 105%;
}
.tabs-timeline a.linebottom::after {
  top: 105%;
}*/
.tabs-timeline a.linetop::before {
  top: -75%;
}
.tabs-timeline a.linebottom::before {
  bottom: -75%;
}

.tabs-timeline a img {
  width: auto;
  max-width: 100%;
  transition: all 0.6s;
  filter: brightness(0) invert(1);
}
.tabs-timeline a:hover img {
  transform: scale(1.05);
}
.tabs-timeline a:hover::after {
  transform: translate(-50%, -50%) scale(1.05);
}

/*.tabs-timeline a.linebottom:hover::after {
  background: #223c77;
}
.tabs-timeline a.linebottom:hover::before {
  background: #223c77;
}
.tabs-timeline a.linetop:hover::after {
  background: #223c77;
}
.tabs-timeline a.linetop:hover::before {
  background: #223c77;
}

.tabs-timeline a:hover span,
.tabs-timeline a.active span {
  color: #223c77;
}*/

.tabs-timeline a span {
  position: absolute;
  width: 12em;
  left: 50%;
  color: #fff;
  z-index: 1;
  transition: all 0.5s;
  transform: translate(-50%, 0);
}
.tabs-timeline a span.textbottom {
  bottom: -4.5rem;
}
.tabs-timeline a span.texttop {
  top: -4.5rem;
}
.tabs-timeline ul {
  justify-content: space-between;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  min-width: 915px;
  display: flex;
  list-style: none;
}
.tabs-timeline ul::before {
  content: "";
  width: 90%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.tabs-timeline ul li {
  width: auto;
  margin: auto;
  text-align: center;
}

.content-box.aboutuspage {
  background-image: url("../aboutus/images/bg-ab.png"),
    url("../images/bgnew-product.png");
  background-position: top center, center center;
  background-repeat: no-repeat, repeat-y;
  background-size: 100%, 100% !important;
}
.aboutset {
  margin-bottom: 5rem;
}
.text-about h1 {
  color: #223c77;
  font-size: 1.5rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
  margin-bottom: 1rem;
}
.text-about h2 {
  color: #223c77;
  font-size: 1.2rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
  margin-bottom: 0;
}
.text-about span {
  color: #223c77;
  text-decoration: underline;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.text-about p {
  margin-bottom: 1rem;
}
.img-about {
  text-align: center;
  margin: auto;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 2rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.img-about img {
  width: 100%;
  transition: all 0.5s;
}
.img-about:hover img {
  transform: scale(1.05);
}

.text-policy ul {
  list-style: none;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.text-policy .ic-size {
  font-size: 1.1rem;
  margin-right: 8px;
}
.text-policy .fa-circle.ic-size {
  font-size: 0.8rem;
  margin-right: 8px;
}
.text-policy ul li {
  margin-bottom: 0.75rem;
}
.text-policy p {
  margin-bottom: 1rem;
  text-indent: 3%;
}
.text-policy ul p {
  margin: 0;
  text-indent: inherit;
}
.content-box.policypage .readmore-btn {
  margin: 2rem auto;
  float: none;
}
.content-box.policypage {
  padding: 10% 0;
  background: url("../images/bgnew-product.png") top center no-repeat;
  background-size: cover !important;
}
.content-box.policypage .title-box {
  background: none;
  padding: 0;
}

.slide-showcase .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgb(63 246 255 / 90%);
  display: block;
  border: none;
}
.slide-showcase .carousel-item {
  padding: 1rem;
}
.slide-showcase .carousel-indicators {
  margin: 0;
  bottom: -10px;
}
.slide-showcase .carousel-indicators button.active {
  background: rgb(63 246 255);
}

.content-box.aboutcenttwo {
  background: url("../images/bgnew-product.png") center bottom repeat-y;
  background-size: 100% !important;
}

.banner-otherpage {
  padding: 10% 0;
  background-size: cover !important;
  background-attachment: fixed !important;
}
.banner-otherpage .title-box h1 {
  color: #fff;
}
.banner-otherpage .title-box {
  color: #fff;
  background: none;
}

/* .banner-otherpage.newsandblogpage{background: url("../newsandblog/images/banner-page.png") top center no-repeat;} */
.newsandblogpage .news-box {
  border-radius: 10px;
  box-shadow: 3.804px 1.236px 9.2px 0.8px rgba(0, 0, 0, 0.23);
}
.newsandblogpage .img-box {
  box-shadow: none;
}
.newsandblogpage .text-news {
  padding: 0 1rem;
  background: #fff;
}
.newsandblogpage .readmore-btn.news-ct {
  margin: 0 1rem 1rem;
}
.pagination {
  justify-content: flex-end;
  margin: 2rem 0 0;
}
.pagination li {
  width: auto;
  margin: 0 7px;
}
.pagination li a {
  width: 49px;
  height: 49px;
  color: #223c77;
  border-radius: 50% !important;

  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all 0.5s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: none;
}
.pagination li a:hover {
  background: #223c77;
  color: #fff;
}
.pagination a img {
  width: 20px;
  transition: all 0.5s;
}
.pagination li a:hover img {
  filter: brightness(0) invert(1);
}

.content-box.newsdetailpage {
  padding: 10% 0;
  background-image: url("../newsandblog/images/bg-blog.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 2;
}
.content-box.newsdetailpage::before {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #65b6e1;
  z-index: -1;
}

.content-box.newsdetailpage .title-box {
  background: none;
  color: #fff;
}
.content-box.newsdetailpage .title-box h1 {
  color: #fff;
}
.textdetail-news {
  margin: 3rem auto;
}
.textdetail-news h1,
.textdetail-news h1 span {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #223c77;
  font-family: "NotoSans-Bold", "NotoSansThai-Bold";
}

.textdetail-news h2,
.textdetail-news h3,
.textdetail-news h2 span,
.textdetail-news h3 span {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #223c77;
  font-family: "NotoSans-Bold", "NotoSansThai-Bold";
}

.textdetail-news li::marker{
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #223c77;
  font-family: "NotoSans-Bold", "NotoSansThai-Bold";
}

.textdetail-news ul {
  //list-style: none;
  padding-left: 2rem;
}
.textdetail-news ul li {
  margin-bottom: 0.5rem;
}

.number-input {
  display: flex;
  overflow: hidden;
  color: #223c77;
  align-items: center;
  justify-content: flex-start;
}
.number-input .minus-bt {
  color: #000;
}
.number-input .plus-bt {
  color: #000;
}
.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  position: relative;
  font-size: 15px;
}
.number-input input[type="number"] {
  max-width: 40px;
  padding: 0;
  border: none;
  font-size: 1rem;
  text-align: center;
  color: #797979;
  background: none;
}

.banner-otherpage.cartpage {
  background: url("../cart/images/banner-cart.png") left center no-repeat;
}
.content-box.cartpage {
  overflow-x: hidden;
  padding: 10% 0;
  background: url("../images/bgnew-product.png") top center no-repeat;
  background-size: cover !important;
}
.title-cart {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  overflow-x: auto;
  overflow-y: hidden;
}
.title-cart span {
  width: 100%;
  color: #223c77;
  display: block;
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
  margin: 0 0 0 10px;
  border-bottom: 1px solid #223c77;
}
.title-cart ul::-webkit-scrollbar {
  display: none;
}
.title-cart ul {
  list-style: none;
  min-width: 515px;
  display: flex;
  font-size: 1.2rem;
  margin: 0 0 0 10px;
  border-bottom: 1px solid #223c77;
  flex-wrap: nowrap;
}
.title-cart ul li {
  width: auto;
  margin: auto;
}
.title-cart ul li a {
  padding: 0 10px 15px;
}
.title-cart ul li a.active,
.title-cart ul li a:hover {
  color: #65b6e1;
}
.title-cart img {
  width: 45px;
  filter: invert(16%) sepia(94%) saturate(1181%) hue-rotate(203deg)
    brightness(94%) contrast(90%);
}
/* Underline From Left */
.hvr-underline-from-left {
  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-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #65b6e1;
  height: 5px;
  border-radius: 5px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.title-cart ul li a.active.hvr-underline-from-left:before {
  right: 0;
}

.bannercart {
  overflow: hidden;
  text-align: center;
  max-height: 420px;

  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.bannercart img {
  width: 100%;
}
.promotion-box.products-viewlast {
  background: #65b6e1;
}

.tablecart {
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: #fff;
}
.tablecart ul.title-procart {
  padding: 1rem;
  color: #223c77;
  background: #daf2ff;
  font-family: "NotoSans-Medium", "NotoSansThai-Medium";
}
.tablecart ul.pro-cart {
  padding: 1rem;
}
.tablecart ul.pro-cart:nth-child(2n + 1) {
  background: #f2f2f2;
}
.tablecart ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 820px;
}
.tablecart ul li {
  width: auto;
  margin: 0 10px 0 0;
  text-align: left;
}
.tablecart ul li:nth-of-type(2) {
  width: 25%;
}
.tablecart ul li:nth-of-type(4) {
  width: 13%;
  text-align: center;
}
.tablecart ul li:nth-of-type(5) {
  text-align: center;
}
.tablecart ul li:first-child {
  text-align: center;
  width: 15%;
}
.tablecart ul li:first-child img {
  width: 85px;
}
.tablecart ul li:last-child img {
  width: 25px;
  transition: all 0.5s;
}
.tablecart ul li:last-child img:hover {
  transform: scale(0.95);
  filter: invert(15%) sepia(53%) saturate(6445%) hue-rotate(356deg)
    brightness(106%) contrast(126%);
}
.listcart {
  margin: 2rem auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: #fff;
  padding: 0 0.5rem 1rem;
}
.listcart table {
  width: 100%;
}
.listcart table h1 {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}
.listcart table p {
  color: #7d7d7d;
  margin: 0;
}
.listcart table tfoot {
  line-height: 2;
  border-top: 1px solid #000;
}
.listcart table td:last-child {
  text-align: right;
}
.listcart table td {
  padding: 10px 8px 0 0;
  vertical-align: top;
}
.listcart .readmore-btn {
  margin: 2rem auto 0;
  float: none;
}
.listcart h1 {
  padding: 1rem;
  font-size: 1rem;
  color: #223c77;
  margin: 0 -1rem;
  background: #daf2ff;
  font-family: "NotoSans-Medium", "NotoSansThai-Medium";
}

.steppayment {
  padding: 10% 0;
  background: #fff;
}
.icon-step {
  text-align: center;
}
.icon-step img {
  width: 45px;
  height: 45px;
  aspect-ratio: 1 / 1;
  filter: invert(51%) sepia(10%) saturate(20%) hue-rotate(349deg)
    brightness(94%) contrast(87%);
  object-fit: contain;
}
.icon-step h1 {
  font-size: 1.1rem;
  color: #7d7d7d;
  margin: 1rem -0.5rem;
  font-family: "NotoSans-Medium", "NotoSansThai-Medium";
}
.icon-step.active h1 {
  color: #65b6e1;
}
.icon-step.active img {
  filter: invert(67%) sepia(65%) saturate(433%) hue-rotate(171deg)
    brightness(90%) contrast(96%);
}

.address-boxcart {
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 3rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
/* The container */
.tranferpost {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.tranferpost input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  color: #000;
  background-color: #fff;
  border-radius: 15%;
  border: 2px solid #223c77;
}

/* On mouse-over, add a grey background color */
.tranferpost:hover input ~ .checkmark {
  background-color: #d7f1ff;
  border-color: #d7f1ff;
}

/* When the radio button is checked, add a blue background */
.tranferpost input:checked ~ .checkmark {
  background-color: #223c77;
  color: #223c77;
}

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

/* Show the indicator (dot/circle) when checked */
.tranferpost input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.tranferpost .checkmark:after {
  left: 8px;
  top: 3px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.imgpost {
  margin: auto;
  text-align: left;
  padding: 1rem 0.5rem 1rem 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.imgpost img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.tablecart ul.footer-cart {
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding: 1rem;
}
.tablecart ul.footer-cart li:first-child {
  padding-top: 2rem;
  border-top: 1px solid #000;
}
.tablecart ul.footer-cart li {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.tablecart ul.footer-cart li span {
  margin-left: 4rem;
}
.listcart ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  margin-top: 1rem;
  justify-content: space-between;
}
.listcart ul li {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}
.listcart ul h1 {
  padding: 0;
  background: none;
}
.listcart h2 {
  color: #ff0000;
  font-size: 1.4rem;
  margin: 0;
}
.listcart h3 {
  color: #65b6e1;
  font-size: 1.3rem;
  margin: 0;
}
.listcart table {
  margin-top: 2rem;
}
.listcart p {
  margin: 0;
}
.listcart ul a {
  color: #7d7d7d;
  margin: 0;
}

.carttext-success {
  text-align: center;
  margin: 2rem auto;
}
.carttext-success img {
  width: 50%;
}
.carttext-success ul {
  justify-content: space-between;
  align-items: center;
  display: flex;
  color: #7d7d7d;
  margin-top: 3rem;
  list-style: none;
}
.carttext-success h1 {
  font-size: 2rem;
  color: #1e88e5;
  margin: 1rem auto;
  font-family: "NotoSansThai-Bold", "NotoSans-Bold";
}
.carttext-success h2 {
  font-size: 1.7rem;
  color: #223c77;
  margin-bottom: 0;
  font-family: "NotoSansThai-Bold", "NotoSans-Bold";
}
.carttext-success span {
  font-size: 1.3rem;
  color: #65b6e1;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.carttext-success p {
  margin: 0;
}

.readmore-btn.back-btn {
  margin: 2rem auto 0;
  float: none;
  border-color: #9e9e9e;
  background: #9e9e9e;
}
.readmore-btn.next-btn {
  margin: 2rem auto 0;
  float: none;
}

.textservice img {
  width: 45px;
  margin: 0;
  filter: invert(19%) sepia(38%) saturate(2106%) hue-rotate(199deg)
    brightness(95%) contrast(91%);
}

.textservice {
  color: #223c77;
}
.textservice h1 {
  font-size: 1.8rem;
  color: #223c77;
  margin-bottom: 1rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.banner-otherpage.servicepage {
  background: url("../ourservices/images/bannerservices.png") top center
    no-repeat;
}
.banner-otherpage.contactpage {
  background: url("../contactus/images/bannercontact.png") top center no-repeat;
}

.content-box.contactpage {
  background: url("../images/bgnew-product.png") top center no-repeat;
  background-size: cover !important;
}
.contactsettop {
  position: relative;
  margin-top: -5rem;
  z-index: 1;
}
.contactsettop .col-md-4 {
  margin-bottom: 2rem;
}
.card-address {
  height: 100%;
  border-radius: 10px;
  padding: 1rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.card-address h1 {
  font-size: 1.3rem;
  color: #223c77;
  margin-bottom: 0.5rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.card-address p {
  margin: 0;
}
.card-address img {
  width: 45px;
  transition: all 0.5s;
}
.card-address img:hover {
  transform: scale(0.95);
}

.contact-usbox {
  padding: 1rem;
  border-radius: 10px;
  background: #fff;
  margin: 2rem auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.contact-usbox h1 {
  font-size: 1.3rem;
  color: #223c77;
  margin-bottom: 1rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.contact-usbox h2 {
  font-size: 1.1rem;
  color: #223c77;
  margin-bottom: 0rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.contact-usbox img {
  width: 30px;
  margin-right: 10px;
}
.contact-usbox a:hover {
  color: #65b6e1;
  text-decoration: underline;
}
.contact-usbox ul li {
  margin-bottom: 0.75rem;
}
.contact-usbox ul {
  list-style: none;
  margin: 1rem auto;
}
.mapbox {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 2/2;
}
.mapbox iframe {
  width: 100%;
  height: 100%;
}

.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: #65b6e1;
}
.form-text::placeholder {
  color: #7d7d7d;
}
.detail-form ul {
  list-style: none;
}
.detail-form ul li {
  padding-bottom: 5px;
}
.sendus-btn {
  min-width: 250px;
  padding: 8px;
  display: block;
  box-shadow: none;
  border: 1px solid #223c77;
  color: #fff;
  background: #223c77;
  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: #65b6e1;
  color: #fff;
  border-color: #65b6e1;
  transform: scale(0.98);
}
.messagebox .title-box {
  background: none;
  margin-bottom: 2rem;
}
.content-box.message-ct {
  background: #def0f9;
}

.banner-products {
  text-align: center;
  overflow: hidden;
}
.banner-products img {
  width: 100%;
}

.content-box.productpage {
  background: url("../images/bgnew-product.png") top center no-repeat;
  background-size: cover !important;
}

.text-titleproducts {
  text-align: center;
  margin-bottom: 4rem;
}
.text-titleproducts h1 {
  font-size: 1.5rem;
  color: #223c77;
  margin-bottom: 0.5rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.text-titleproducts h2 {
  font-size: 1.3rem;
  margin-bottom: 0rem;
  color: #65b6e1;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}

.table-titleproducts {
  margin: 4rem;
}
.table-titleproducts h1 {
  font-size: 1.5rem;
  color: #223c77;
  margin-bottom: 1rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.table-titleproducts table {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.table-titleproducts table td {
  padding: 18px 12px;
  background: #f2f2f2;
}
.table-titleproducts table td:first-child {
  text-align: center;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.table-titleproducts table tr:nth-child(2n + 1) td {
  background: #fff;
}
.prodctus-box.incategorybox,
.prodctus-box.indetailproducts {
  margin-bottom: 2rem;
}

.slide-productsshow {
  margin-bottom: 2rem;
}
.slide-productsshow .owl-carousel {
  display: block;
}
.slide-productsshow .owl-carousel.owl-drag .owl-item {
  padding: 0.3rem;
}

.slide-productsshow .owl-carousel .item {
  background: #f5f5f5;
  text-align: center;
}
#big {
  height: auto;
  overflow: hidden;
}
#big .item {
  width: 100%;
  aspect-ratio: 3/2;
  padding: 0.75rem 0;
}
#big .item iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#big .item img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
#thumbs .item {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3/2;
}
#thumbs .item img {
  height: 100%;
  object-fit: scale-down;
}
.slide-productsshow .owl-carousel#thumbs {
  padding: 0 5%;
}
.slide-productsshow .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
.slide-productsshow .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #65b6e1;
}
.slide-productsshow .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  color: #65b6e1;
}
.slide-productsshow .owl-carousel .owl-nav button.owl-prev,
.slide-productsshow .owl-carousel .owl-nav button.owl-next {
  font-size: 1.5rem;
}
.slide-productsshow .owl-carousel .owl-nav button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.detail-products h2 {
  font-size: 1rem;
  margin-bottom: 5px !important;
  line-height: 1;
  color: #65b6e1;
  font-family: "NotoSansThai-Regular", "NotoSans-Eng-Regular";
}
.detail-products h1 {
  color: #223c77;
  font-size: 1.5rem;
  margin-bottom: 0;
  font-family: "NotoSansThai-Bold", "NotoSans-Bold";
}
.detail-products p {
  margin-bottom: 0;
}
.detail-products hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #1c92ff;
  margin: 1rem auto;
  opacity: 1;
}
.detail-text1 {
  margin-top: rem;
}
.detail-text1 ul {
  list-style: none;
}
.detail-text1 ul li {
  margin-bottom: 5px;
}
.detail-text1 ul.numbers-addcart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 3rem;
}
.detail-text1 ul.numbers-addcart .number-input input[type="number"] {
  max-width: 80px;
}
.detail-text1 ul.numbers-addcart li {
  margin: 0 10px 0 0;
}
.detail-text1 ul.numbers-addcart li:first-child {
  padding: 5px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
}
.detail-text1 ul.numbers-addcart li span {
  font-size: 0.8rem;
  color: #7d7d7d;
}
.text-box1 h1 {
  font-size: 1rem;
  font-family: "NotoSansThai-Regular", "NotoSans-Eng-Regular";
  text-decoration: line-through;
  color: #727272;
  margin: 0;
  line-height: 1;
}
.text-box1 p {
  font-size: 1.3rem;
  margin: 0;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.text-box2 {
  text-align: right;
}
.text-box2 h1 {
  font-size: 1rem;
  margin: 0;
  font-family: "NotoSansThai-Regular", "NotoSans-Eng-Regular";
}
.text-box2 h1 span {
  color: #f00;
  font-size: 1.8rem;
  font-family: "NotoSansThai-Bold", "NotoSans-Bold";
}
.text-box2 p {
  margin: 0;
}

.detail-moreproducts {
  width: 100%;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  border-radius: 27px;
  border-width: 1px;
  border-color: rgb(28, 146, 255);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0.22);
  margin-top: 3rem;
}

.detail-moreproducts h1 {
  font-size: 1.2rem;
  margin: 0;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.detail-moreproducts[aria-expanded="false"] .fa-angle-up {
  transform: rotate(180deg);
}
.detail-moreproducts[aria-expanded="true"] .fa-angle-up {
  transform: rotate(0deg);
}
.collapse#collapsemoreproducts .card {
  padding: 1rem;
  background-color: #fff;
  border-radius: 8px;
  margin: auto;
}
.detail-text2 {
  margin-bottom: 1rem;
}
.detail-text2 p {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.detail-text2 ul {
  list-style: none;
  padding-left: 1rem;
}
.detail-text2 ul li {
  padding-bottom: 10px;
}

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

.detail-text3 h1 {
  font-size: 1.5rem;
  margin: 0.5rem 0;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.detail-text3 h2 {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.detail-text3 p {
  margin: 0;
}
.detail-text3 ul {
  list-style: none;
}
.detail-text3 ul li {
  color: #f00;
}

.button-products {
  padding: 8px;
  text-align: center;
  color: #fff;
  border-radius: 27px;
  transition: all 0.5s;
}
.button-products:hover {
  transform: scale(0.95);
}
.button-products a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-products img {
  width: 30px;
  margin-right: 10px;
  transition: all 0.5s;
  filter: brightness(0) invert(1);
}
.button-products.addtocart-btn:hover {
  background: rgb(55 180 246);
}
.button-products.addtocart-btn {
  background-color: rgb(101, 182, 225);
  box-shadow: 1.5px 2.598px 0px 0px rgba(34, 60, 119, 0.55),
    inset 0px 3px 5px 0px rgba(255, 255, 255, 0.59);
}
.button-products.addproduct-btn:hover {
  background: rgb(56 86 155);
}
.button-products.addproduct-btn {
  background-color: rgb(34, 60, 119);
  box-shadow: 1.5px 2.598px 0px 0px rgba(101, 182, 225, 0.38),
    inset 0px 3px 5px 0px rgba(255, 255, 255, 0.59);
}

.button-products.outofstock-btn {
  background-color: rgb(252, 57, 57);
  box-shadow: 1.5px 2.598px 0px 0px rgba(173, 34, 34, 0.55),
    inset 0px 3px 5px 0px rgba(255, 255, 255, 0.59);
}

.sendto-quatation {
  width: 200px;
  padding: 8px;
  color: #fff;
  margin: 2rem 0;
  transition: all 0.5s;
  border-radius: 15px 0 15px 0;
  background-color: rgb(252, 57, 57);
  box-shadow: 2.5px 4.33px 0px 0px rgb(123 2 2),
    inset 1.5px 2.598px 5px 0px rgb(255 189 189),
    inset -2.571px -3.064px 4px 0px rgb(181 13 13);
}
.sendto-quatation:hover {
  transform: scale(0.95);
}

.sendto-quatation button {
  text-shadow: 1px 1.732px 3px rgb(123 2 2);
  border: none;
  box-shadow: none;
  padding: 0;
  background: none;
  color: #fff;
  text-align: center;
}
.sendto-quatation img {
  width: 40px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
.sendto-quatation span {
  color: #ffd800;
  font-size: 1rem;
  font-family: "NotoSansThai-Bold", "NotoSans-Bold";
}
#quatationlistModal {
  padding: 0 0.75rem;
}
#quatationlistModal .modal-header {
  background: #64b7e1;
}
#quatationlistModal .modal-header .btn-close {
  opacity: 1;
  filter: brightness(0) invert(1);
}
#quatationlistModal .readmore-btn {
  float: inherit;
  margin: 2rem auto;
  width: 225px;
}
#quatationlistModal .modal-content {
  background: url("../images/bgservice.png") center center no-repeat;
  background-size: cover !important;
  border-radius: 15px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#quatationlistModal .modal-header .modal-title {
  color: #fff;
}
#quatationlistModal .modal-dialog {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.choosepro {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

/* Create a custom checkbox */
.choosepro .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.choosepro:hover input ~ .checkmark {
  background-color: #daf2ff;
}

/* When the checkbox is checked, add a blue background */
.choosepro input:checked ~ .checkmark {
  background-color: #2196f3;
}

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

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

/* Style the checkmark/indicator */
.choosepro .checkmark:after {
  left: 30%;
  top: 50%;
  width: 7px;
  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%);
}

.slide-products {
  overflow: hidden;
}
.slide-products marquee {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1600px;
}

.img-products {
  text-align: center;
  overflow: hidden;
}
.img-products img {
  max-width: 100%;
  transition: all 0.5s;
}

.brands:hover .brands__wrapper {
  animation-play-state: paused;
}
.brands {
  height: 85px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.brands .brands__wrapper {
  -webkit-animation: scroll 15s linear infinite;
  animation: scroll 15s linear infinite;
  display: flex;
  width: calc(230px * 18);
}
.brands .img-box img {
  height: 85px;
  width: 100%;
  aspect-ratio: 4/2;
  object-fit: scale-down;
}
.brands .img-box {
  height: 85px;
  width: 130px;
  margin: 0 8px;
  aspect-ratio: 4/2;
}
.brands::before,
.brands::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 85px;
  position: absolute;
  width: 100px;
  z-index: 2;
}
.brands::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.brands::before {
  left: 0;
  top: 0;
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-230px * 9));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-230px * 9));
  }
}

.hispage .readmore-btn {
  float: left;
  margin: 0;
}
.hispage img {
  width: 20px;
  margin-left: 10px;
  transform: rotate(180deg) !important;
}
.hispage .readmore-btn:hover img {
  transform: rotate(180deg) translateX(15px) !important;
}

.shoppingby img {
  width: 45px;
  transition: all 0.5s;
}
.shoppingby img:hover {
  transform: scale(1.05);
}

#staticBackdrop .row {
  align-items: center;
  justify-content: center;
}
#staticBackdrop.modal .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#staticBackdrop.modal .modal-content {
  position: relative;
  padding: 2rem 1rem;
}
#staticBackdrop.modal .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  opacity: 1;
}

.quatation-productshow {
  padding: 1rem;
  border-radius: 15px;
  background: #fff;
}
.text-detailquatation .row {
  margin-bottom: 1rem;
  align-items: flex-end;
}
.text-detailquatation .row:last-child {
  align-items: flex-start;
}
.text-detailquatation .row .col-2 {
  text-align: center;
}
.text-detailquatation .tranferpost.printpage {
  margin-bottom: 1rem;
}
.text-detailquatation .form-control {
  width: 100%;
  border: none;
  background: none;
  border-bottom: 1px solid #000;
  margin: 0 10px;
  border-radius: 0;
}

.pointtext {
  font-size: 0.9rem;
  margin: 0.5rem 0;
}
.pointtext p {
  margin: 0;
}
.pointtext span {
  color: #f00;
}
.pointtext p.red-text {
  color: #f00;
  font-size: 0.7rem;
}
.pointtext .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  width: 80px;
  border-radius: 0;
  text-align: right;
}
.pointtext ul {
  list-style: none;
  display: block;
}
.pointtext ul li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.slide-productsshow {
  margin-bottom: 2rem;
}
.slide-productsshow .owl-carousel {
  display: block;
}
.slide-productsshow .owl-carousel.owl-drag .owl-item {
  padding: 0.5rem;
}

.slide-productsshow .owl-carousel .item {
  background: #fff;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#big {
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
#big .item {
  height: 315px;
}
#big .item iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
#big .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 3/2;
}
#thumbs .item {
  height: 85px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#thumbs .item img {
  height: 100%;
  object-fit: contain;
}
.slide-productsshow .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
.slide-productsshow .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #1b2b58;
}
.slide-productsshow .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  color: #1b2b58;
}

/*.slide-productsshow .owl-carousel#thumbs .owl-nav{display: block !important;}*/
.slide-productsshow .owl-carousel .owl-nav button.owl-prev,
.slide-productsshow .owl-carousel .owl-nav button.owl-next {
  font-size: 15px;
}
.slide-productsshow .owl-carousel .owl-nav button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.tabs-profile,
.profile-boxcard {
  padding: 1rem 2rem;
  border-radius: 15px;
  border: 1px solid #f5f5f5;
  margin-bottom: 2rem;
  background: #f1f1f1;
}
.pic-profile {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #223c77;
  margin: 0 auto 2rem;
  position: relative;
}
.pic-profile .edit-imgprofile {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 20px;

  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #ee0000;
  border-radius: 50%;
  border: 1px solid #fff;
}
.pic-profile img {
  width: auto;
  max-width: 100%;
  filter: brightness(0) invert(1);
}
.tabs-profile ul li a.active,
.tabs-profile ul li a:hover {
  color: #ee0000;
}
.tabs-profile ul li a.active img,
.tabs-profile ul li a:hover img {
  filter: invert(21%) sepia(35%) saturate(7405%) hue-rotate(352deg)
    brightness(84%) contrast(126%);
}
.tabs-profile ul {
  display: block;
  flex-wrap: wrap;
  line-height: 3;
}
.tabs-profile ul li {
  padding-bottom: 10px;
}
.tabs-profile ul img {
  width: 30px;
  margin-right: 10px;
  /*filter: brightness(0) invert(1);*/
}
.profile-boxcard h1 {
  font-size: 1.4rem;
  margin: 0;
  font-family: "Kanit-Medium";
}
.profile-boxcard p {
  margin: 0;
}
.profile-boxcard ul {
  list-style: none;
}
.lingcolor {
  width: 100%;
  height: 1px;
  background: #223c77;
  margin: 1rem auto;
}
.tag-notification {
  background: #b2caff;
  padding: 1rem;
  margin: 0 auto 2rem;
  position: relative;
  color: #000;
  border-radius: 10px;
}
.closebtn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1;
}
.tag-notification a {
  color: #223c77;
}
.tag-notification p {
  margin-bottom: 1rem;
}
.profile-boxcard ul li {
  margin-bottom: 10px;
}
.profile-boxcard ul p,
.profile-boxcard ul span {
  font-family: "Kanit-Medium";
}

.profile-boxcard .titleprofile img {
  /*filter: brightness(0) invert(1);*/
  width: 20px;
  margin-right: 5px;
}
.profile-boxcard .titleprofile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table-quatation table {
  min-width: 768px;
}
.table-quatation table th {
  padding: 13px;
  background: #223c77;
  color: #fff;
}
.table-quatation table th:first-child {
  border-radius: 10px 0 0 0;
}
.table-quatation table th:last-child {
  border-radius: 0 10px 0 0;
}
.table-quatation p {
  margin: 0;
}
.table-quatation table td {
  padding: 10px 13px;
  vertical-align: top;
  border-bottom: 1px solid #f5f5f5;
}
.table-quatation table tr:nth-child(2n + 1) td {
  background: #fff;
}
.table-quatation table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.table-quatation table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.table-quatation a {
  text-decoration: underline;
  color: #ee0000;
}
.table-quatation a:hover {
  text-decoration: none;
}
.table-quatation::-webkit-scrollbar {
  display: none;
}
.table-quatation {
  overflow-x: auto;
  overflow-y: hidden;
}
.btn-login {
  width: 180px;
  display: block;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
  border: 1px solid #223c77;
  margin: 0 10px;
  padding: 8px;
  background: #223c77;
  transition: all 0.5s;
  text-decoration: none;
}
.passwordboxcard .form-control {
  border: 1px solid #223c77;
  background: #fff;
  color: #223c77;
  margin-bottom: 1rem;
}
.passwordboxcard .form-control span {
  color: #ee0000;
}
.passwordboxcard .btn-login {
  border-color: #000;
  margin: 1rem auto;
}
.passwordboxcard .btn-login:hover {
  background: #fff;
  color: #223c77;
}

/*19/12/2024*/

.text-detail--profilepage {
  margin-bottom: 2rem;
}
.text-detail--profilepage h1,
.address-card--profilepage h1 {
  font-size: 1.4rem;
  margin: 1rem auto 0;
  font-family: "Kanit-Medium";
}
.text-detail--profilepage span {
  color: #ee0000;
}
.text-detail--profilepage h2 {
  font-size: 1rem;
  margin: 0;
  font-family: "Kanit-Regular";
}
.table-product--profilepage {
  margin: 1rem auto;
  border: 1px solid #ee0000;
  border-radius: 10px;
  overflow: hidden;
}
.table-product--profilepage table {
  width: 100%;
}
.table-product--profilepage th {
  padding: 10px 18px;
  font-family: "Kanit-Regular";
  font-size: 1.2rem;
}
.table-product--profilepage td {
  vertical-align: top;
  padding: 10px 18px;
}
/* .table-product--profilepage tr:nth-child(2n+1) td{background: #000;} */
.address-card--profilepage ul {
  list-style: none;
}
.address-card--profilepage ul li {
  margin-bottom: 5px;
}

.address-card--profilepage {
  padding: 1rem;
  border: 1px solid #ee0000;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.customproducts {
  padding: 1rem;
  text-align: center;
  position: fixed;
  z-index: 1231;
  right: 1.5rem;
  top: 50%;
  line-height: 1;
  transform: translate(0%, -50%);
  border-radius: 20px;
  /*background: -webkit-linear-gradient(rgba(255,8,66,1) 0%, rgba(122,18,18,1) 100%);
	background: -o-linear-gradient(rgba(255,8,66,1) 0%, rgba(122,18,18,1) 100%);
	background: linear-gradient(rgba(255,8,66,1) 0%, rgba(122,18,18,1) 100%);*/
  -webkit-box-shadow: 2px 2px 0px 0px rgba(97, 1, 1, 1);
  -moz-box-shadow: 2px 2px 0px 0px rgba(97, 1, 1, 1);
  box-shadow: 2px 2px 0px 0px rgba(97, 1, 1, 1);

  animation: switch 3s linear infinite;
  text-shadow: 1px 1.732px 3px rgb(123 2 2);
}
.closepopup {
  font-size: 20px;
  opacity: 0.7;
  position: absolute;
  top: -1.2rem;
  right: -1rem;
  z-index: 12;
}
.customproducts img {
  width: 55px;
  margin-bottom: 1rem;
  animation: buss 1s ease-in-out infinite;
}
.customproducts p {
  margin: 0;
  color: #fff;
}
.customproducts h1 {
  font-size: 1rem;
  margin: 0;
  font-family: "NotoSans-Bold", "NotoSansThai-Bold";
  color: yellow;
}

@keyframes switch {
  0% {
    background: -webkit-linear-gradient(
      rgba(122, 18, 18, 1) 0%,
      rgba(255, 8, 66, 1) 100%
    );
    background: -o-linear-gradient(
      rgba(122, 18, 18, 1) 0%,
      rgba(255, 8, 66, 1) 100%
    );
    background: linear-gradient(
      rgba(122, 18, 18, 1) 0%,
      rgba(255, 8, 66, 1) 100%
    );
  }
  25% {
    background: -webkit-linear-gradient(
      rgba(255, 8, 66, 1) 0%,
      rgba(122, 18, 18, 1) 100%
    );
    background: -o-linear-gradient(
      rgba(255, 8, 66, 1) 0%,
      rgba(122, 18, 18, 1) 100%
    );
    background: linear-gradient(
      rgba(255, 8, 66, 1) 0%,
      rgba(122, 18, 18, 1) 100%
    );
  }
  50% {
    background: -webkit-linear-gradient(
      rgba(122, 18, 18, 1) 0%,
      rgba(255, 8, 66, 1) 100%
    );
    background: -o-linear-gradient(
      rgba(122, 18, 18, 1) 0%,
      rgba(255, 8, 66, 1) 100%
    );
    background: linear-gradient(
      rgba(122, 18, 18, 1) 0%,
      rgba(255, 8, 66, 1) 100%
    );
  }
  75% {
    background: -webkit-linear-gradient(
      rgba(255, 8, 66, 1) 0%,
      rgba(122, 18, 18, 1) 100%
    );
    background: -o-linear-gradient(
      rgba(255, 8, 66, 1) 0%,
      rgba(122, 18, 18, 1) 100%
    );
    background: linear-gradient(
      rgba(255, 8, 66, 1) 0%,
      rgba(122, 18, 18, 1) 100%
    );
  }
  100% {
    background: -webkit-linear-gradient(
      rgba(122, 18, 18, 1) 0%,
      rgba(255, 8, 66, 1) 100%
    );
    background: -o-linear-gradient(
      rgba(122, 18, 18, 1) 0%,
      rgba(255, 8, 66, 1) 100%
    );
    background: linear-gradient(
      rgba(122, 18, 18, 1) 0%,
      rgba(255, 8, 66, 1) 100%
    );
  }
}
@keyframes buss {
  25% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  75% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

#popupModal {
  z-index: 1234;
}
#popupModal .btn-close {
  right: 1rem;
  top: 1rem;
  position: absolute;
  width: 1.3em;
  height: 1.3em;
  z-index: 1234;
  opacity: 1;
  background: url("../ourproducts/images/cancel.png") center center no-repeat;
  background-size: 100% !important;
  filter: invert(13%) sepia(72%) saturate(5934%) hue-rotate(357deg)
    brightness(111%) contrast(115%);
}
.imgpopup {
  text-align: center;
  overflow: hidden;
  margin-bottom: 1rem;
}
.imgpopup img {
  width: auto;
  max-width: 100%;
}
.formpopup img {
  width: auto;
  max-width: 100%;
}
.formpopup h1 {
  font-size: 1rem;
  margin: 0;
  font-family: "NotoSans-Bold", "NotoSansThai-Bold","Kanit-Medium";
}
.formpopup p {
  margin: 0;
}
.formpopup p.redtext {
  color: #f00;
}
.formpopup .detail-form span {
  color: #000;
  display: inline-block;
}
.formpopup .detail-form .form-text {
  width: 75%;
  margin-right: 5px;
}
.formpopup .detail-form.weightproduct .form-text {
  width: 70%;
  margin-right: 5px;
}
.formpopup .detail-form.moreform .form-text {
  width: 100%;
}
.formpopup .sendto-quatation {
  margin: 2rem auto;
}
.formpopup .detail-form .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  min-width: 5rem;
  overflow: hidden;
  max-height: 200px;
}
.formpopup .detail-form .fa-angle-down {
  font-size: 9px;
}
.formpopup .detail-form .dropdown-menu a {
  display: block;
  text-align: center;
  padding: 10px;
}
.detail-form .dropdown-menu a:hover {
  color: #fff;
  background: #65b6e1;
}

.sizeselect {
  margin-bottom: 10px;
}
.sizetyle {
  color: #65b6e1;
  border-radius: 8px;
  padding: 6px;
  text-align: center;
  transition: all 0.5s;
  background: #fff;
  border: 1px solid #65b6e1;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
}
.sizetyle p {
  color: #65b6e1;
}
.sizetyle:hover {
  color: #000;
  border-color: #65b6e1;
}
.sizetyle p {
  margin: 0;
}
.sizetyle:hover {
  border-color: #000;
}
.sizetyle:hover p {
  color: #000;
}
.color-choose input[type="radio"],
.sizeselect input[type="radio"],
.sizeselect input[type="checkbox"] {
  display: none;
}
/*.color-choose input[type='radio']:checked + label ,*/
.sizeselect input[type="checkbox"]:checked + label {
  color: #fff;
  background-color: #65b6e1;
}

/*.color-choose input[type='radio']:checked + label ,*/
.sizeselect input[type="radio"]:checked + label {
  color: #fff;
  background-color: #65b6e1;
}
/*
/*.color-choose input[type='radio']:checked + label p,*/
.sizeselect input[type="radio"]:checked + label p {
  color: #fff;
}
.sizeselect input[type="checkbox"]:checked + label p {
  color: #fff;
}

.sizeselect.screencolor input[type="radio"]:checked + label {
  color: #181818;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.sizeselect.screencolor input[type="radio"]:checked + label p {
  color: #181818;
}

.sizeselect.blackcolor input[type="radio"]:checked + label {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.sizeselect.blackcolor input[type="radio"]:checked + label p {
  color: #fff;
}

.sizeselect.whitecolor input[type="radio"]:checked + label {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.sizeselect.whitecolor input[type="radio"]:checked + label p {
  color: #000;
}

.sizeselect.fullcolor input[type="radio"]:checked + label {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.sizeselect.fullcolor input[type="radio"]:checked + label p {
  color: #fff;
}

.display-none {
  display: none !important;
}
.sizeselect p {
  font-size: 0.8rem !important;
}

.dropdownprofile .dropdown-menu {
  min-width: 14rem;
  margin: 1rem 0;
  z-index: 1234;
}
.dropdownprofile .dropdown-menu a {
  display: block;
  text-align: left;
  padding: 10px;
}
.dropdown.dropdownprofile .icon-size {
  font-size: 1.2rem;
}
.dropdown.dropdownprofile:hover > .dropdown-menu {
  height: auto;
}

.title-box-policy {
  padding: 0.75rem 0.5rem !important;
  text-align: center !important;
  margin-bottom: 2rem !important;
  background: url("../images/bg-title.png") left 7rem center no-repeat !important;
  background-size: contain !important;
}
.title-box-policy.policy-values{background-position: left 3rem center !important;}
.title-box-policy h1 {
  font-size: 1.3rem;
  margin: 0;
  color: #223c77;
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}

.policy-vision ul {
  list-style: none;
}
.policy-vision ul li {
  padding-bottom: 10px;
  font-size: 1rem;
}
.policy-vision ul li strong {
  font-family: "NotoSansThai-Medium", "NotoSans-Medium";
}
.pdfdown-load {
  padding: 6px;
  background: #65b6e1;
  /* border: 1px solid #F00; */
  width: 200px;
  margin: 1rem 0;
  border-radius: 27px !important;
}
.pdfdown-load:hover {
  transform: scale(0.95);
}
.pdfdown-load a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdfdown-load img {
  width: 25px;
  margin-right: 5px;
  transition: all 0.5s;
  filter: brightness(0) invert(1);
}
