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

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

#nav-icon3 {
  z-index: 56;
  width: 30px;
  height: 30px;
  position: relative;
  top: 0rem;
  right: 0;
  left: auto;
  margin: 0px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  box-shadow: none;
  background: none;
  border: none;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 33px;
  background: #006400;
  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: 0;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
  width: 75%;
  left: auto;
  right: 0;
}
#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);
}
#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%;
}
/*#nav-icon3.open{
	top: -1.5rem;
    right: .0rem;
}*/
/*///////////Start-Header///////////////*/
.contactbar {
  padding: 10px 0;
  background: #003399;
  color: #fff;
}
.textname {
  text-transform: uppercase;
}
.textmail {
  text-align: right;
}
.textmail img {
  width: 25px;
  margin-right: 5px;
  filter: brightness(0) invert(1);
}
.headbar-main {
  padding: 0.5rem 0;
  display: block;
  transition: all 0.6s;
  background-color: #fff;
}
.slim.headbar-main {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.hamburgers-box {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.headbar-main .row {
  margin: auto;
}
.navbar-brand {
  width: 100%;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
}
.navbar-brand img {
  width: 75px;
  transition: all 0.5s;
  margin: auto;
}

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

.navbar-nav li {
  padding: 0;
  position: relative;
  transition: all 0.5s;
}
.navbar-nav li a {
  padding: 8px 10px;
  display: block;
  color: #000;
  text-align: left;
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
}
.navbar-nav li.active a,
.navbar-nav a:hover {
  color: #003399;
}

/* 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: #003399;
  height: 3px;
  -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,
.navbar-nav li.active .hvr-underline-from-left:before {
  right: 0;
}
.navbar-nav li .dropdown-menu {
  padding: 0;
  border: none;
  overflow: hidden;
  border-radius: 0;
  background: #003399;
  color: #fff;
  margin: 0;
}
.navbar-nav li .dropdown-menu a {
  padding: 15px 25px;
  color: #fff;
}
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover {
  color: #003399;
  background: #fff;
}
.social-header {
  text-align: center;
  padding: 0 10px;
  color: #4f4f4f;
  margin: 2rem auto;
}
.social-header img {
  width: 35px;
  margin: auto;
  transition: all 0.8s;
  filter: invert(13%) sepia(58%) saturate(5298%) hue-rotate(219deg)
    brightness(86%) contrast(103%);
}
.social-header img:hover {
  transform: scale(0.95);
  filter: none;
}
.social-header ul {
  list-style: none;
  text-align: left;
  margin: 0.75rem auto;
  line-height: 2;
}
.social-header a:hover {
  color: #006400;
  text-decoration: underline;
}
.social-header ul img {
  width: 22px;
}
.social-header ul li a {
  padding: 0;
}

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

/*///////////Start-mainSlide///////////////*/
.carousel-banner {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.carousel-banner img {
  width: 100%;
}
#carouselmainSlide .carousel-item {
  position: relative;
}
#carouselmainSlide .carousel-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#carouselmainSlide .carousel-control-next,
#carouselmainSlide .carousel-control-prev {
  z-index: 5;
}

#carouselmainSlide .carousel-indicators {
  align-items: center;
  margin-bottom: 0;
  justify-content: center;
  bottom: 0.75rem;
  z-index: 4;
}
#carouselmainSlide .carousel-indicators button {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  opacity: 1;
  border: none;
  border-radius: 50%;
  background: rgb(0 51 153 / 50%);
}
#carouselmainSlide .carousel-indicators button.active {
  background: rgb(0 51 153 / 100%);
}

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

/*///////////Start-Content///////////////*/
.content-box {
  padding: 10% 0;
  overflow-x: hidden;
  background-size: cover !important;
}

.img-box {
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
}

.img-box img {
  width: 100%;
  transition: all 0.5s;
}

.title-box {
  text-align: center;
  margin-bottom: 2rem;
}
.title-box h1 {
  font-size: 1.8rem;
  color: #003399;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Kanit-Medium";
}
.title-box p {
  margin: 0;
}
.title-box p.cyancolor {
  color: #0066cc;
}
.title-box h2 {
  font-size: 1.2rem;
  margin: 0;
  color: #0066cc;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Kanit-Regular";
}

#carouselAboutFade .carousel-indicators {
  justify-content: flex-start;
  margin: 0;
}
#carouselAboutFade .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0066cc;
  display: block;
  border: none;
}
#carouselAboutFade {
  text-align: right;
  background: url("../images/img-bottom.png") top left no-repeat;
  background-size: 100% !important;
}
.img-about img {
  width: 100%;
  transition: all 0.6s;
}
.textabout-home {
  text-align: center;
  margin: 2rem auto;
}
.textabout-home img {
  width: 85px;
  margin-bottom: 1rem;
}
.textabout-home h1 {
  font-size: 1.4rem;
  color: #003399;
  margin: 0;
  font-family: "Kanit-Medium";
}
.textabout-home h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #0066cc;
  font-family: "Kanit-Regular";
}
.textabout-home h3 {
  font-size: 1rem;
  margin: 0;
  font-family: "Kanit-Medium";
}
.textabout-home p {
  margin: 0;
}

.whyus-box {
  padding: 1rem 1.5rem;
  background: #0066cc;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  position: relative;
}
.whyus-box .img-box {
  padding: 0.5rem;
  border-radius: 15px;
  background: #fff;
  width: 100px;
  height: 100px;
  margin: -5rem auto 0;
  position: relative;
  text-align: center;
  z-index: 1;
  display: flex;
  transition: all 0.6s;
  align-items: center;
}
.whyus-box:hover .img-box {
  transform: translateY(-10px);
}
.whyus-box .img-box img {
  width: auto;
  margin: auto;
  max-width: 100%;
  filter: invert(13%) sepia(58%) saturate(5298%) hue-rotate(219deg)
    brightness(86%) contrast(103%);
}
.text-whyus {
  margin: 1rem 0;
}
.text-whyus h1 {
  font-size: 1.2rem;
  font-family: "Kanit-Regular";
  margin: 0;
}
.text-whyus p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  height: calc(1rem * 1.3 * 3);
}
.slidewhyus .slick-track {
  padding: 25% 0 5%;
}
.slidewhyus .slick-slide {
  margin: 0 10px;
}

.content-box.whyuscontent {
  background: url("../images/bg-center.png") center center no-repeat;
  background-size: cover !important;
  padding: 15% 0 10%;
  overflow-x: hidden;
}
.content-box.whyuscontent .row {
  align-items: center;
}
.title-whyus {
  text-align: left;
  margin-bottom: 2rem;
}
.title-whyus h1 {
  font-size: 1.8rem;
  color: #fff;
  margin: 0;
  font-family: "Kanit-Regular";
  text-transform: uppercase;
  line-height: 1;
}

.title-whyus h2 {
  font-size: 5rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  opacity: 0.2;
  line-height: 1;
  letter-spacing: 3px;
  font-family: "Kanit-Medium";
}
.title-whyus h3 {
  font-size: 1.8rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  opacity: 0.2;
  line-height: 1;
  letter-spacing: 3px;
  font-family: "Kanit-Medium";
}
.slidewhyus .slick-dots li button:before {
  display: none;
}
.slidewhyus .slick-dots li {
  width: auto;
  margin: auto;
}
.slidewhyus .slick-dots li button {
  padding: 0;
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 0.5;
}
.slidewhyus .slick-dots li.slick-active button {
  opacity: 1;
  width: 15px;
  height: 15px;
}

.products-box {
  text-align: center;
  margin-bottom: 2rem;
}
.products-box .img-box {
  border-radius: 15px;
  transition: all 0.6s;
  background: #000;
}
.products-box h1 {
  font-size: 1rem;
  margin: 10px 0;
  color: #005b9c;
  font-family: "Kanit-Medium";
}
.products-box:hover .img-box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.products-box:hover img {
  transform: scale(1.05);
}
.readdownload {
  margin: 1rem 0;
}
.readdownload a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #0066cc;
  overflow: hidden;
  transition: all 0.6s;
}
.readdownload:hover img {
  filter: invert(29%) sepia(46%) saturate(2882%) hue-rotate(193deg)
    brightness(93%) contrast(106%);
  transform: translateX(-5px);
}
.readdownload img {
  width: 25px;
  filter: brightness(0) invert(1);
  transition: all 0.6s;
  margin: 0 15px;
}

/* Shutter Out Vertical */
.hvr-shutter-out-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: #0066cc;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -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-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
  color: #0066cc;
}
.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.mapbox {
  width: 100%;
  height: 320px;
}
.mapbox iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerotherpage {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.bannerotherpage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerotherpage .title-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
  padding: 0 10%;
  margin: 0;
}
.bannerotherpage .title-box h1 {
  color: #fff;
}
.title-box ul {
  list-style: none;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}
.title-box ul li {
  width: auto;
  margin: 0 5px;
}
.title-box ul li a {
  padding-right: 10px;
}
.title-box ul li a:hover {
  color: #003399;
  text-decoration: underline;
}

.address-box a:hover {
  color: #f00;
}
.address-box {
  margin-bottom: 2rem;
  color: #fff;
}
.address-box h1,
.social-box h1 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-family: "Kanit-Medium";
}
.address-box p {
  margin: 0;
}
.address-box ul {
  list-style: none;
  margin: 1rem auto;
}
.address-box .ic-size {
  font-size: 1.2rem;
  margin-right: 5px;
}
.address-box ul li {
  margin-bottom: 10px;
}
.social-box img {
  width: 35px;
  transition: all 0.6s;
}
.social-box img:hover {
  transform: scale(1.05);
}

.formcontactfull {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.address-box {
  padding: 1rem;
  background: #003399;
  border-radius: 10px;
}
.messagebox h1 {
  color: #003399;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-family: "Kanit-Medium";
}

.detail-form {
  margin-bottom: 1rem;
}
.detail-form #captcha-refresh {
  cursor: pointer;
  color: #0066cc;
  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;
  border: 1px solid #88b0ff;
  width: 100%;
  color: #000;
  border-radius: 7px;
  height: auto;
  margin: 0;
  line-height: normal;
  background: none;
}
.form-text:focus {
  outline: none;
  box-shadow: none;
  border-color: #003399;
}
.form-text::placeholder {
  color: #909090;
}
.detail-form ul {
  list-style: none;
}
.detail-form ul li {
  padding-bottom: 5px;
}
.sendus-btn {
  width: 200px;
  padding: 8px;
  display: block;
  box-shadow: none;
  border: 1px solid #0066cc;
  color: #fff;
  background: #0066cc;
  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: #fff;
  color: #0066cc;
  transform: scale(0.98);
}

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

.usermanualbox {
  margin-bottom: 2rem;
}
.usermanualbox a.active .img-box {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.video-box {
  margin-bottom: 2rem;
}
.video-box h1 {
  font-size: 1rem;
  margin: 1rem auto;
}
.videopresent {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 3/2;
}
.videopresent source,
.videopresent video,
.videopresent iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-box {
  margin-bottom: 1rem;
}
.news-box .img-box {
  border-radius: 10px;
  aspect-ratio: 3/2 !important;
}
.news-box:hover .img-box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.text-news {
  margin: 1rem auto 0;
}
.text-news h1 {
  font-size: 1.1rem;
  margin: 0.5rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  height: calc(1rem * 1.3 * 2);
}
.text-news p {
  color: #696969;
  margin: 0;
}
.readnews {
  text-align: center;
  width: 140px;
  margin: 1rem 0 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
}
.readnews:hover {
  color: #003399;
  border-color: #003399;
}
.readnews .fa-caret-right {
  font-size: 14px;
  margin-left: 10px;
  transition: all 0.6s;
}
.readnews:hover .fa-caret-right {
  transform: translateX(10px);
}

.title-box.subtitlepage p {
  color: #66ccff;
}
.title-box.subtitlepage h1 {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

.imgnews {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.imgnews img {
  width: 100%;
  transition: all 0.6s;
}

.slidenews .slick-prev::before,
.slidenews .slick-next::before {
  display: none;
}
.slidenews .slick-prev {
  left: 0;
  width: 25px;
  height: 25px;
  z-index: 1;
  filter: invert(67%) sepia(34%) saturate(630%) hue-rotate(160deg)
    brightness(102%) contrast(101%);
  background-size: 100% !important;
  background: url("../news/images/prev.png") center center no-repeat;
}
.slidenews .slick-next {
  right: 0;
  width: 25px;
  height: 25px;
  z-index: 1;
  filter: invert(67%) sepia(34%) saturate(630%) hue-rotate(160deg)
    brightness(102%) contrast(101%);
  background-size: 100% !important;
  background: url("../news/images/next.png") center center no-repeat;
}
.slidenews.slick-slider .slick-track {
  padding: 2rem 0;
}
.slidenews.slick-slider .slick-slide .imgnews {
  transform: scale(0.95);
  opacity: 0.5;
  transition: all 0.6s;
  position: relative;
}
.slidenews .slick-slide.slick-current.slick-active .imgnews {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: scale(1.2);
  opacity: 1;
  transition: all 0.6s;
  z-index: 21;
}
.textnews p {
  margin: 0;
}
.textnews {
  margin: 2rem auto;
}

.textproducts h1 {
  color: #003399;
  font-size: 1.2rem;
  font-family: "Kanit-Medium";
  margin-bottom: 1rem;
}
.textproducts .fa-circle {
  font-size: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.textproducts p {
  margin: 0;
}
.textproducts ul {
  list-style: none;
  margin: 2rem auto;
}
.textproducts ul li::before {
  font-family: "Font Awesome 6 Free"; /* Font Awesome 6+ */
  content: "\f111"; /* Unicode for fa-circle */
  font-weight: 900; /* Solid style (900 for "fa-solid") */
  margin-right: 10px !important;
  vertical-align: middle;
  color: #333;
  font-size: 10px !important;
}
.textproducts p.redtext {
  color: #f00;
}

.download-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-btn {
  padding: 8px 15px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.6s;
  overflow: hidden;
  margin-bottom: 1rem;
}
.download-btn img {
  width: 30px;
  margin: 0 10px;
  filter: brightness(0) invert(1);
}
.download-btn.br-btn {
  border-color: #0066cc;
  background-color: #0066cc;
}
.download-btn.line-btn {
  border-color: #003399;
  background-color: #003399;
}
.download-btn.br-btn:hover img {
  filter: invert(16%) sepia(58%) saturate(7435%) hue-rotate(200deg)
    brightness(101%) contrast(100%);
}
.download-btn.line-btn:hover img {
  filter: invert(24%) sepia(93%) saturate(1586%) hue-rotate(193deg)
    brightness(102%) contrast(105%);
}

/* Sweep To Right */
.hvr-sweep-to-right {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.download-btn.br-btn:hover {
  color: #0066cc;
}
.download-btn.line-btn:hover {
  color: #003399;
}

.title-box.subtitleproduct {
  text-align: left;
}
.linecolor {
  width: 100%;
  height: 1px;
  margin: 3rem auto 2rem;
  background: #0066cc;
}

.img-product {
  text-align: center;
  overflow: hidden;
  /* aspect-ratio: 3/2; */
}
.img-product img {
  /* width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
  transition: all 0.6s; */
  width: 100%;
  transition: all 0.6s;
  aspect-ratio: 3 / 3;
  object-fit: scale-down;
}
.slideproducts {
  margin-bottom: 2rem;
}
.slideproducts .slider-nav .img-product {
  opacity: 0.5;
}
.slideproducts
  .slider-nav
  .slick-slide.slick-current.slick-active
  .img-product {
  opacity: 1;
}
.slideproducts .slick-prev::before,
.slideproducts .slick-next::before {
  display: none;
}
.slideproducts .slick-prev {
  left: 0;
  width: 25px;
  height: 25px;
  z-index: 1;
  filter: invert(67%) sepia(34%) saturate(630%) hue-rotate(160deg)
    brightness(102%) contrast(101%);
  background-size: 100% !important;
  background: url("../news/images/prev.png") center center no-repeat;
}
.slideproducts .slick-next {
  right: 0;
  width: 25px;
  height: 25px;
  z-index: 1;
  filter: invert(67%) sepia(34%) saturate(630%) hue-rotate(160deg)
    brightness(102%) contrast(101%);
  background-size: 100% !important;
  background: url("../news/images/next.png") center center no-repeat;
}

.detailwaranty {
  margin: 2rem auto;
}
.detailwaranty ul {
  list-style: none;
}
.detailwaranty ul li {
  margin-bottom: 20px;
}
.detailwaranty ul li ul li {
  margin-bottom: 0;
}
.detailwaranty ul li ul {
  margin-left: 1rem;
}
.detailwaranty h1 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #0066cc;
  font-family: "Kanit-Medium";
}
.tablewaranty {
  margin-top: 2rem;
}
.tablewaranty table {
  width: 100%;
}
.tablewaranty th,
.tablewaranty td {
  padding: 30px 15px;
  text-align: center;
  background: #cce0f5;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.tablewaranty tr:nth-child(2n + 1) td {
  background: #a6caed;
}
.tablewaranty th:first-child {
  background: #fff;
}
/*///////////End-Content///////////////*/

/*///////////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;
  color: #003399;
}
.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 #003399;
  justify-content: center;
  border-radius: 27px;
  background: #003399;
  text-transform: uppercase;
}
.btn-policy:hover {
  transform: scale(0.96);
  background: #fff;
  color: #003399;
}

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

/*///////////Start-Footer///////////////*/
.footer {
  color: #fff;
  padding: 10% 0 5%;
  background: #003399;
}
.footer ul {
  list-style: none;
}
.footer h1 {
  font-size: 1.1rem;
  margin: 0.5rem auto;
  font-family: "Kanit-Medium";
}
.footer img {
  width: 20px;
  margin-right: 5px;
  filter: brightness(0) invert(1);
}
.logo-footer {
  text-align: center;
  margin-bottom: 2rem;
}
.logo-footer img {
  width: 75px;
  max-width: 100%;
  filter: none;
}
.footer p {
  margin-bottom: 0rem;
}
.footer a:hover {
  color: #a7efff;
}
.address-footer {
  margin-bottom: 2rem;
}

.footer ul li {
  padding-bottom: 8px;
}
.copyright-box {
  text-align: center;
  margin-top: 8%;
  padding: 5% 3% 0;
  border-top: 1px solid #fff;
}
.social-footer {
  text-align: center;
  margin: 2rem auto;
}
.social-footer img {
  width: 30px;
  margin: auto;
  transition: all 0.6s;
  filter: brightness(0) invert(1);
}
.social-footer img:hover {
  transform: scale(0.95);
  filter: none;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

.vdo-present {
  overflow: hidden;
  border-radius: 10px;
  margin: 2rem auto;
  width: 100%;
  height: 400px;
}
.vdo-present iframe {
  width: 100%;
  height: 100%;
}

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

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

////

.tabs-news .nav-pills {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.tabs-news .nav-pills li {
  width: auto;
  margin: 8px;
}
.tabs-news .nav-pills li a {
  display: block;
  text-align: center;
  padding: 10px;
}
.tabs-news .nav-pills li a.active,
.tabs-news .nav-pills li a:hover {
  color: #223c77;
}

.tabs-news .nav-pills li a .hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #003399;
  height: 3px;
  -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;
}
.tabs-news .nav-pills li a .hvr-underline-from-left:hover:before,
.tabs-news .nav-pills li a .hvr-underline-from-left:focus:before,
.tabs-news .nav-pills li.active .hvr-underline-from-left:before {
  right: 0;
}

/* .paginationpage ul{
 margin: auto;
 justify-content: center;
}
.paginationpage ul li{margin: 0 5px;}
.paginationpage ul li a{
 width: 40px;
 height: 40px;
 padding: 0;
 border-radius: 50% !important;
 display: flex;
 align-items: center;
 justify-content: center;
 border: 1px solid #0066cc ;
 color: #0066cc ;
}
.paginationpage ul li a:hover{
 background: #0066cc ;
 color: #FFF;
} */
