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;
  overflow-x: hidden;
  color: #696969;
}
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: 0;
  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: #0071bc;
  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%;
}
/*///////////Start-Header///////////////*/
.contactbar {
  padding: 8px 0;
  color: #fff;
  background: #0071bc;
}
.contactbar img {
  width: 35px;
}
.contactbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: flex-end;
}
.contactbar a {
  display: inline-block;
  padding: 0 3px;
}
.contactbar a:hover {
  text-decoration: underline;
}
.contactbar ul li:last-child {
  display: none;
}
.contactbar ul li:first-child {
  margin-right: 10px;
}
.contactbar ul li:first-child img {
  width: 20px;
  margin-right: 5px;
  filter: brightness(0) invert(1);
}

.headbar-main {
  padding: 0.5rem 0;
  transition: all 0.6s;
  background-color: #fff;
  box-shadow: 1px -1px 8px rgba(0, 0, 0, 0.15);
}
.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;
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  width: 75px;
  transition: all 0.5s;
  margin: 0;
}

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

.navbar-nav li {
  padding: 0 50px;
  position: relative;
  transition: all 0.5s;
  margin-bottom: 0.75rem;
  color: #0071bc;
  font-family: "Kanit-Medium";
}
.navbar-nav li a {
  padding: 8px 15px;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s;
  position: relative;
  color: #0071bc;
  border-radius: 6px;
}
.navbar-nav li.active a,
.navbar-nav a:hover {
  color: #fff;
  background: #0071bc;
}

.social-header {
  margin: 2rem auto;
  text-align: center;
}
.social-header ul img {
  width: 25px;
  margin-right: 8px;
  filter: invert(35%) sepia(54%) saturate(7487%) hue-rotate(187deg)
    brightness(90%) contrast(105%);
}
.social-header ul {
  list-style: none;
  margin-bottom: 2rem;
}
.social-header ul li a {
  display: inline-block;
  padding: 0;
  color: #0071bc;
}
.social-header a:hover {
  color: #f00;
}
.social-header img {
  width: 40px;
}
.social-header img:hover {
  transform: scale(1.05);
  filter: invert(35%) sepia(54%) saturate(7487%) hue-rotate(187deg)
    brightness(90%) contrast(105%);
}
.social-header ul li {
  margin-bottom: 1rem;
  padding: 0;
}

.navbar-nav li.language-box {
  display: none;
}
.language-mobile {
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 2rem;
  padding: 5px 10px;
}
.language-mobile img,
.navbar-nav li.language-box img {
  width: 33px;
}
.navbar-nav li.language-box .fa-angle-down,
.language-mobile .fa-angle-down {
  vertical-align: middle;
}
.language-mobile .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  background: #fff;
  margin: 0;
  border: none;
  width: 100%;
  min-width: inherit;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.navbar-nav li.language-box .dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: #fff;
  margin: 0;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.language-mobile .dropdown-menu a,
.navbar-nav li.language-box .dropdown-menu a {
  display: block;
  text-align: center;
  padding: 5px 10px;
}
.language-mobile .dropdown-menu a:hover {
  color: #fff;
  background: #0071bc;
}

/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide .carousel-item {
  position: relative;
  height: 535px;
}
.carousel-item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
#carouselmainSlide .carousel-indicators {
  align-items: center;
  margin-bottom: 0;
  justify-content: center;
  bottom: 0.75rem;
  z-index: 1019;
}
#carouselmainSlide .carousel-indicators button {
  width: 11px;
  height: 11px;
  margin: 0 3px;
  opacity: 1;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
}
#carouselmainSlide .carousel-indicators button.active {
  background: #fff;
}

.bannercaptions {
  width: auto;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  transition: transform 0.8s ease-out;
  perspective: 1200px;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
}
.bannercaptions #banner1,
.bannercaptions #banner2,
.bannercaptions #banner3 {
  transform-style: preserve-3d;
  transition: 0.8s ease-out;
  will-change: transform;
  transform: translateZ(80px);
}
.bannercaptions h1 {
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
  font-family: "Kanit-Medium";
}
/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/

.content-box {
  padding: 10% 0;
  color: #000;
  position: relative;
  overflow-x: hidden;
}
.title-box {
  text-align: center;
  margin-bottom: 2rem;
}
.title-box h1 {
  font-size: 28px;
  margin: 0;
  color: #696969;
  font-family: "Kanit-Regular";
}
.title-box img {
  width: 55px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.title-box h2 {
  font-size: 20px;
  margin: 1rem 0;
}
.title-box h3 {
  font-size: 22px;
  margin: 1rem 0;
  color: #670001;
  text-transform: uppercase;
  font-family: "Kanit-Medium";
}
.title-box ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.title-box p {
  margin: 1rem 0;
  color: #5b5e63;
  font-family: "Kanit-Medium";
}
.title-box.titlewhychose p,
.title-box.titlenetwork p {
  font-family: "Kanit-Regular";
}
.title-box ul li {
  font-size: 0.85rem;
  margin-right: 5px;
  opacity: 0.7;
}
.title-box ul li.active {
  opacity: 1;
}
.title-box ul li a {
  padding-right: 5px;
}

.productpage .img-box{
	margin-bottom: 1rem;
    /* aspect-ratio: 3 / 2; */
}

.adj{
  border-radius: 10px;
  aspect-ratio: 3 / 2 !important;
}

.productpage .img-box img{
	height: 100%;
	object-fit: cover;
}


.img-box {
  text-align: center;
  overflow: hidden;
}
.img-box img {
  width: 100%;
  transition: all 0.6s;
}
.textpolicy {
  margin-bottom: 1rem;
}
.textpolicy h1 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-family: "Kanit-Medium";
}
.textpolicy h2 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-family: "Kanit-Regular";
}
.textpolicy .fa-angle-right {
  font-size: 0.9rem;
  margin-right: 10px;
}
.textpolicy .fa-circle {
  font-size: 14px;
  margin-right: 10px;
}
.textpolicy p {
  margin-bottom: 1rem;
  text-indent: 3%;
}
.textpolicy a:hover {
  color: #0071bc;
}
.textpolicy ul {
  list-style: none;
  padding-left: 3%;
  margin: 0.5rem auto;
}

.content-box.abouthome {
  color: #363636;
  background: url("../images/bg-about.png") center center no-repeat;
  background-size: cover !important;
}

.textabouthome {
  padding: 2rem 1rem;
  margin: 2rem auto;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
}
.textabouthome h1 {
  font-size: 28px;
  margin-bottom: 0.5rem;
  font-family: "Kanit-Regular";
}
.textabouthome p {
  text-indent: 3%;
  margin-bottom: 1rem;
}
.readmore-btn {
  padding: 7px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  width: 170px;
  margin: 1rem 0 0;
  border: 1px solid #0071bc;
}
/* 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: #fff;
  -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: #0071bc;
  -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: #0071bc;
}
.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);
}

.content-box .container{position: relative;
z-index: 123;}
.content-box.producthome {
  background: url("../images/bg-services.png") center bottom no-repeat #fff;
  background-size: 100% !important;
}
.productbox .img-box {
  border-radius: 10px;
  transition: all 0.6s;
}
.productbox {
  color: #696969;
  text-align: left;
  margin-bottom: 2rem;
}
.productbox h1 {
  font-size: 1rem;
  margin: 1rem auto;
  font-family: "Kanit-Regular";
  text-transform: uppercase;
}
.productbox:hover .img-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.productbox:hover img {
  transform: scale(1.05);
}

.title-box.titleservice {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 3rem auto 2rem;
}
.title-box.titleservice img {
  width: 40px;
}

.contentflower {
  position: relative;
  margin: 1rem auto 2rem;
}
.contentflower img {
  width: auto;
  max-width: 100%;
  transition: all 0.6s;
}
.flowerbox {
  text-align: center;
  position: absolute;
  z-index: 5;
  transition: all 0.6s;
  width: 75%;
}
.flowerbox img {
  width: 60px;
  transition: all 0.6s;
  filter: brightness(0) invert(1);
}
.flowerbox:hover img {
  transform: translateY(-10px);
}
.flowerbox.flowerone {
  top: 0%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, 0) scale(0.6);
}
.flowerbox.flowertwo {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30%;
  right: 20%;
  z-index: 5;
  transform: translate(50%, 0) scale(0.6);
}
.flowerbox.flowerthree {
  bottom: -6%;
  right: 32%;
  z-index: 5;
  transform: translate(50%, 0) scale(0.6);
  width: 100%;
}
.flowerbox.flowerfour {
  bottom: 0;
  left: 0;
  z-index: 5;
  transform: translate(-15%, 5%) scale(0.6);
  width: 90%;
}
.flowerbox.flowerfive {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 23%;
  left: 20%;
  z-index: 5;
  transform: translate(-50%, 0) scale(0.5);
  width: 90%;
}
.flowerbox.flowertwo img {
  margin-left: 0.5rem;
}
.flowerbox.flowerfive img {
  margin-right: 0.5rem;
}
.flowerbox.flowertwo .textflower,
.flowerbox.flowerfive .textflower {
  margin: 0;
}
.flowerbox:hover h1,
.flowerbox:hover {
  color: #493f0b;
}
.flowerbox:hover img {
  filter: invert(22%) sepia(9%) saturate(6548%) hue-rotate(23deg)
    brightness(91%) contrast(91%);
}
.flowerbox.flowerfour .textflower {
  margin-bottom: 0.5rem;
}
.textflower {
  text-align: center;
  margin: auto;
  width: 60%;
}
.textflower h1 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: #000;
  font-family: "Kanit-Regular";
  text-transform: uppercase;
}
.textflower p {
  margin: 0;
}

.bannerpage {
  padding: 10% 0;
  background-size: cover !important;
  background-attachment: fixed !important;
  background: url("../images/bannerpage.png") center center no-repeat;
}
.bannerpage.aboutpage,
.bannerpage.productpage,
.bannerpage.contactpage {
  /* background:#FFF; */
  padding: 5% 0;
  /* background: url("../images/BG_for_About.png") center center no-repeat; */
  background: linear-gradient(
    90deg,
    rgba(236, 246, 252, 1) 0%,
    rgba(209, 234, 246, 1) 13%,
    rgba(236, 246, 252, 1) 30%,
    rgba(255, 255, 255, 1) 86%
  );
  background-size: cover;
}
.aboutpage .title-box,
.productpage .title-box,
.contactpage .title-box{
  color: #000 !important;
}

.content-box.aboutpage .title-box ul,
.content-box.productpage .title-box ul,
.content-box.contactpage .title-box ul{
  justify-content: center;
}
.content-box.aboutpage .title-box h1,
.content-box.productpage .title-box h1,
.content-box.contactpage .title-box h1{
  color: #000;
}
.content-box.aboutpage .title-box,
.content-box.productpage .title-box,
.content-box.contactpage .title-box{
  text-align: center;
  color: #000;
}
.bannerpage .title-box h1 {
  color: #fff;
  margin: 0;
}
.bannerpage .title-box {
  text-align: center;
  margin: 0;
  color: #fff;
}
.bannerimgfixed {
  background: url("../aboutus/images/Pic About Us 03.jpg") center center
    no-repeat;
  background-size: cover;
  min-height: 315px;
}
.textabouthome h2 {
  font-size: 26px;
  margin: 0;
  color: #0071bc;
}
.textabouthome.aboutpage hr {
  width: 5em;
  /* margin: .5rem auto; */
  border-width: 5px;
  border-color: #0071bc;
  opacity: 1;
}
.textabouthome.aboutpage p {
  text-indent: 0;
  margin: 0;
}
.textabouthome.aboutpage {
  padding: 0;
  margin: 0 0 2rem;
}
.img-box.aboutpage {
  margin-bottom: 2rem;
}
.social-box h1,
.address-box h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-family: "Kanit-Medium";
}
.address-box {
  margin-bottom: 2rem;
}
.address-box ul {
  list-style: none;
}
.address-box ul li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
}
.address-box a {
  display: inline-block;
}
.address-box a:hover {
  color: #0071bc;
}
.address-box img {
  width: 25px;
  margin-top: 5px;
  margin-right: 10px;
}
.social-box img:hover {
  transform: scale(0.97);
}
.social-box img {
  width: 35px;
  /*filter: invert(26%) sepia(41%) saturate(4029%) hue-rotate(186deg)
    brightness(96%) contrast(101%);*/
}
.mapbox {
  text-align: center;
  overflow: hidden;
  height: 285px;
}
.mapbox iframe {
  width: 100%;
  height: 100%;
}

.cardcontact {
  border-radius: 15px;
  padding: 2rem 1rem;
  background: #fff;
  border: 1px solid #0071bc;
  margin: 2rem auto;
  text-align: left;
}

.cardcontact p {
  margin: 0;
}
.cardcontact h1 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  font-family: "Kanit-Medium";
}
.cardcontact a:hover {
  color: #0071bc;
}

.detail-form span {
  color: #f00;
}
.detail-form {
  margin-bottom: 1rem;
}
.detail-form p {
  margin-bottom: 0.5rem;
  font-family: "Kanit-Regular";
}
.detail-form #captcha-refresh {
  cursor: pointer;
  color: #000;
  font-size: 26px;
  vertical-align: middle;
}
.detail-form span,
.detail-form p.red-text {
  color: #f00;
  display: initial;
}
.detail-form .custom-file-input,
.detail-form .custom-file {
  height: auto;
}
.form-text,
.custom-file-label {
  padding: 8px 15px;
  background-color: transparent;
  border: 1px solid #797979;
  width: 100%;
  color: #000;
  border-radius: 8px;
  height: auto;
  margin: 0;
  line-height: normal;
}
.form-text:focus {
  outline: none;
  box-shadow: none;
  border-color: #0071bc;
}
.form-text::placeholder {
  color: #d2d2d2;
}
.detail-form ul {
  list-style: none;
}
.detail-form ul li {
  padding-bottom: 5px;
}
.sendus-btn {
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  margin: 0.5rem auto 1rem;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 8px;
  border: 1px solid #0071bc;
  box-shadow: none;
  background: #0071bc;
  display: block;
  text-transform: uppercase;
  font-family: "Kanit-Regular";
}
.sendus-btn:hover {
  transform: scale(0.97);
  background: #fff;
  color: #0071bc;
}

.content-box.relatedcontent {
  background: #f5f5f5;
}

.pageclick .page-link {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #b22222;
  border: none !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  transition: all 0.6s;
  font-size: 0.9rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 3px;
}
.pageclick .page-link.active,
.pageclick .page-link:hover {
  color: #fff;
  background: #b22222;
}
.pageclick ul {
  justify-content: center;
}

.pdf-load a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 10px;
}
.pdf-load img {
  width: 35px;
  margin: 0 10px 0 0;
}
.pdf-load {
  border-radius: 6px;
  text-align: center;
  margin: 1rem 0;
  width: 200px;
  padding: 6px 0;
  background: #f5f5f5;
  font-size: 0.9rem;
  transition: all 0.6s;
  box-shadow: 1px 1px 2px #c7c7c7;
}
.pdf-load:hover {
  transform: scale(0.97);
}
.pdf-load.loadright {
  width: 60%;
}
.textdetail-products {margin-bottom: 2rem;}
.textdetail-products .readmore-btn {
  margin-bottom: 1rem;
}
.textdetail-products .boxprice h1 {
  font-size: 22px;
}
.textdetail-products h1 {
  font-size: 1.4rem;
  margin: 0;
  font-family: "Kanit-Medium";
}
.textdetail-products h2 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-family: "Kanit-Medium";
}
.textdetail-products hr {
  margin: 0.5rem 0;
}
.textdetail-products p {
  margin: 0;
  opacity: 0.7;
}
.textdetail-products ul {
  /* list-style: none; */
  opacity: 0.7;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
}

.slideproducts {
  margin: 2rem auto;
}
.slideproducts .slider-for {
  margin-bottom: 1rem;
}
.slideproducts .slick-slide {
  margin: 0 5px;
  background: #fff;
  aspect-ratio: 3/2;
}
.slideproducts .slick-slide .img-box {
  aspect-ratio: 3/2;
}
.slideproducts .slick-slide .img-box img {
  object-fit: cover;
}
.slideproducts .slider-nav {
  padding: 0 1rem;
}
.slideproducts .slider-nav .slick-list {
  padding: 0 1rem;
}
.slideproducts .slider-nav .img-box {
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  aspect-ratio: 3/2;
}
.slideproducts .slider-nav .img-box img {
  height: 100%;
  object-fit: scale-down;
}
.slideproducts .slick-prev:before,
.slideproducts .slick-next:before {
  display: none;
}
.slideproducts .slick-prev,
.slideproducts .slick-next {
  width: 30px;
  height: 30px;
  background-size: 100% !important;
  z-index: 1;
}
.slideproducts .slick-prev:hover,
.slideproducts .slick-next:hover {
  filter: none;
}
.slideproducts .slick-prev {
  left: 0;
  background: url("../newsandblog/images/left.png") center center no-repeat;
}
.slideproducts .slick-next {
  right: 0;
  background: url("../newsandblog/images/right.png") center center no-repeat;
}
.slideproducts .slider-nav .slick-slide.slick-current.slick-active .img-box {
  opacity: 1;
}

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

.boxprice p {
  margin: 0;
  /* text-decoration: line-through; */
  opacity: 0.6;
  display: -webkit-box;
  -webkit-line-clamp: none;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
  height: auto;
  font-size: 0.85rem;
}
.boxprice h1 {
  font-size: 18px;
  margin: 0;
  font-family: "Kanit-Medium";
}
/*///////////Start-Policy///////////////*/
.policy-box {
  position: fixed;
  bottom: 0%;
  right: 0%;
  width: 100%;
  text-align: left;
  padding: 1rem;
  color: #000;
  z-index: 1234;
  display: block;
  font-size: 1rem;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.policy-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.policy-box ul li {
  padding: 0 10px;
}
.policy-box p {
  font-size: 1.1rem !important;
  margin-bottom: 0;
  font-family: "Kanit-Medium";
}
.policy-box a {
  text-decoration: underline;
}
.policy-box a:hover {
  text-decoration: none;
  color: #0071bc;
}
.policy-box .btn-policy {
  width: 210px;
  padding: 8px;
  transition: all 0.5s;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin: 0.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid #0071bc;
  background: #0071bc;
  border-radius: 5px;
}
.btn-policy:hover {
  color: #0071bc;
  background: #fff;
}

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

/*///////////Start-Footer///////////////*/
.footer {
  color: #fff;
  padding: 10% 0 5%;
  background: #0071bc;
}
.footer ul {
  list-style: none;
}
.footer h1 {
  font-size: 20px;
  margin-bottom: 0.75rem;
  font-family: "Kanit-Regular";
  text-decoration: underline;
}
.footer hr {
  width: 2em;
  margin: 0.5rem 0 0.75rem;
  opacity: 1;
  border-color: #fff;
}
.footer a {
  display: inline-block;
}
.footer p {
  margin-bottom: 0rem;
}
.footer a:hover {
  color: #000;
  text-decoration: underline;
}
.social-footer img {
  width: 35px;
  margin: 0 10px 0;
  transition: all 0.6s;
  filter: brightness(0) invert(1);
}
.social-footer img:hover {
  transform: scale(0.95);
  filter: none;
}
.copyright-box {
  text-align: center;
  margin-top: 2rem;
  border-top: 1px solid #fff;
  padding-top: 1rem;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

.address-footer,
.contact-footer,
.menu-footer {
  margin-bottom: 2rem;
}

.address-footer h1 {
  text-decoration: none;
}
.address-footer img {
  width: 80px;
  transition: all 0.6s;
  margin-bottom: 10px;
}
.address-footer ul,
.contact-footer ul {
  display: flex;
  align-items: flex-start;
}
.contact-footer ul li {
  margin-bottom: 1rem;
}
.address-footer ul img,
.contact-footer ul img {
  width: 25px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
.social-footer ul {
  display: block;
}
.social-footer ul li {
  margin-bottom: 0.75rem;
}
.menu-footer ul li {
  margin-bottom: 0.5rem;
}
/*///////////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: 00%;
    display: block;
    left: -100%;
    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;
    transition: all 0.5s;
  }
  .navbar-collapse.show {
    left: 0;
    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: 412px) {
  .flowerbox.flowerone {
    transform: translate(-50%, 0) scale(0.7);
  }
  .flowerbox.flowertwo {
    top: 34%;
    right: 22%;
    transform: translate(50%, 0) scale(0.7);
  }
  .flowerbox.flowerthree {
    bottom: -5%;
    transform: translate(50%, 0) scale(0.7);
    width: 80%;
  }
  .flowerbox.flowerfour {
    transform: translate(-10%, 0%) scale(0.7);
    width: 80%;
  }
  .flowerbox.flowerfive {
    transform: translate(-50%, 0) scale(0.55);
  }
}

.bannerpage.aboutpage,
.content-box.aboutpage {
  position: relative;
  overflow-x: hidden;
}


.bannerpage.aboutpage .container-fluid{
 position: relative;
  z-index: 30;
}


.content-box.aboutpage .container {
  position: relative;
  z-index: 3;
}
.clouds {
	width: 2500px;
	height: auto;
	background-image: url("../aboutus/images/bg-content-top.png"), url("../aboutus/images/bg-content-bottom.png");
	background-position: top left , bottom right ;
	background-repeat: repeat-x, repeat-x;
	background-size: 100%, 100% !important;
	position: absolute;
	left: 0;
	top: 0%;
	bottom: 0;
	z-index: 0;

	-moz-animation: move-background 150s linear infinite;
	-ms-animation: move-background 150s linear infinite;
	-o-animation: move-background 150s linear infinite;
	-webkit-animation: move-background 150s linear infinite;
	animation: move-background 150s linear infinite;
}

.content-box.productpage .clouds{
	background-image: url("../aboutus/images/bg-content-top.png");
}

@keyframes move-background {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  35% {
    transform: translate3d(-500px, 0px, 0px);
  }
  70% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(-500px, 0px, 0px);
  }
}
@-webkit-keyframes move-background {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  35% {
    transform: translate3d(-500px, 0px, 0px);
  }
  70% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(-500px, 0px, 0px);
  }
}

@-moz-keyframes move-background {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  35% {
    transform: translate3d(-500px, 0px, 0px);
  }
  70% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(-500px, 0px, 0px);
  }
}

@-webkit-keyframes move-background {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  35% {
    transform: translate3d(-500px, 0px, 0px);
  }
  70% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(-500px, 0px, 0px);
  }
}







.addlinebtn{
	padding:0 8px;
	text-align: center;
	color: #FFF;
	background: #39cd00;
	border-radius: 30px;
	width: 225px;
	border: 1px solid #39cd00;
	margin: 1rem auto;
	transition: all 0.6s;
	font-size: 1.2rem;
}
.addlinebtn:hover{transform: scale(.98);box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;}
.addlinebtn a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.addlinebtn img{
	width: 50px;
	margin-right: 10px;
}






