@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,300;0,600;0,800;1,300;1,600;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&display=swap");
html {
  margin: 0px;
  padding: 0px;
  border: 0;
  outline: 0;
  scroll-behavior: smooth;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #383838;
}
body {
  font-family: "IBM Plex Sans Thai", "Kanit", sans-serif;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #383838;
  font-weight: 400;
}
::-webkit-selection {
  color: #ffffff;
  background: #00b5ef;
}
::-moz-selection {
  color: #ffffff;
  background: #00b5ef;
}
::selection {
  color: #ffffff;
  background: #00b5ef;
}
a {
  color: #00b5ef;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #3e8cc7;
  outline: none;
  text-decoration: none;
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
.container {
  max-width: 1280px;
}
.bg-image {
  /*  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 120px;
  position: relative;*/
  margin-top: 118px;
}
.maincontent {
  margin-top: 118px;
}
.maincontent2 {
  margin-top: 160px;
}
hr.under {
  border-top: 10px solid #00b5ef;
  width: 50px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
}
hr.line {
  border-top: 2px solid #76c5fe;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}
hr.board {
  border-top: 1px solid #000000;
  width: 90%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}
/*.bggredient {
  background-image: linear-gradient(to right bottom, #06b3f4, #35c6f7, #5bd9f9, #7feafc, #a2fbff);
}*/
.bggredientanimate {
  background: linear-gradient(114deg, #06b3f4, #5bd9f9, #c1d837);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 12s ease infinite;
  -moz-animation: AnimationName 12s ease infinite;
  animation: AnimationName 12s ease infinite;
}
.bggredient {
  background: linear-gradient(114deg, #06b3f4, #5bd9f9, #c1d837);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 22s ease infinite;
  -moz-animation: AnimationName 22s ease infinite;
  animation: AnimationName 22s ease infinite;
}
.greengred {
  background: rgb(236, 239, 133);
  background: -moz-radial-gradient(
    circle,
    rgba(236, 239, 133, 1) 43%,
    rgba(207, 218, 92, 1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(236, 239, 133, 1) 43%,
    rgba(207, 218, 92, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(236, 239, 133, 1) 43%,
    rgba(207, 218, 92, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecef85", endColorstr="#cfda5c", GradientType=1);
}
.orangegred {
  background: rgb(243, 234, 110);
  background: -moz-radial-gradient(
    circle,
    rgba(243, 234, 110, 1) 43%,
    rgba(225, 197, 76, 1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(243, 234, 110, 1) 43%,
    rgba(225, 197, 76, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(243, 234, 110, 1) 43%,
    rgba(225, 197, 76, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3ea6e", endColorstr="#e1c54c", GradientType=1);
}
.bluegred {
  background: rgb(213, 234, 249);
  background: -moz-radial-gradient(
    circle,
    rgba(213, 234, 249, 1) 6%,
    rgba(124, 187, 237, 1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(213, 234, 249, 1) 6%,
    rgba(124, 187, 237, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(213, 234, 249, 1) 6%,
    rgba(124, 187, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5eaf9", endColorstr="#7cbbed", GradientType=1);
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 84%;
  }
  50% {
    background-position: 100% 17%;
  }
  100% {
    background-position: 0% 84%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 84%;
  }
  50% {
    background-position: 100% 17%;
  }
  100% {
    background-position: 0% 84%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 84%;
  }
  50% {
    background-position: 100% 17%;
  }
  100% {
    background-position: 0% 84%;
  }
}
.bgnews {
  background-image: url("../images/bgdrop.png");
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 600px;
  width: 100wh;
}
#information p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.stock {
  width: 78px;
  margin-right: 25px;
  margin-top: 0px;
}
.float {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 20px;
  right: 20px;
  background-color: #0c9;
  color: #fff;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}
.logomenu {
  width: 90px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.brandlogo {
  margin-bottom: 20px;
  width: 80px;
}
.logocircle {
  width: 80px;
}
.seperate {
  height: 90px;
  width: 100%;
}
@media (max-width: 1024px) {
  .maincontent {
    margin-top: 100px;
  }
  .maincontent2 {
    margin-top: 90px;
  }
  .bg-image {
    padding-top: 0px;
    margin-top: 68px;
  }
  .stock {
    width: 70px;
    margin-bottom: 10px;
  }
  .logomenu {
    width: 70px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .brandlogo {
    margin-bottom: 20px;
    width: 60px;
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .logocircle {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .brandlogo {
    margin-bottom: 20px;
    width: 60px;
    text-align: center;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
  }
  .logocircle {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .text-xs-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 512px) {
  .bgnews {
    min-height: 550px;
  }
  .stock {
    width: 50px;
    margin-bottom: 10px;
  }
  .float {
    bottom: 10px;
    right: 10px;
    width: 90px;
    height: 90px;
  }
  .bg-image {
    padding-top: 0px;
    margin-top: 70px;
  }
  .maincontent {
    margin-top: 100px;
  }
  .logomenu {
    width: 50px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 60%;
    margin-top: 22px;
    opacity: 0.4;
    width: 15px;
    height: 24px;
    background-size: 15px 24px;
  }
}
@media (max-width: 411px) {
  .logomenu {
    width: 40px;
  }
}
/**************************** color ****************************/
.white {
  color: #ffffff;
}
.grey {
  color: #6e6e6e;
}
.black {
  color: #454545;
}
.green {
  color: #b5d334;
}
.blue {
  color: #00b5ef;
}
.darkblue {
  color: #13387f;
}
.bgdarkblue {
  background-color: #13387f;
  color: #ffffff;
}
.bgblue {
  background-color: #00b5ef;
  color: #ffffff;
}
.bggreen {
  background-color: #b5d334;
}
.bggrey {
  background-color: #f7f7f7;
}
/**************************** font ****************************/
.title {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
}
.header {
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}
.subheader {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.small {
  font-size: 12px;
  line-height: 14px;
}
.copy {
  font-size: 11px;
}
#footer .title {
  font-size: 30px;
  font-weight: 600;
}
.footer {
  font-size: 12px;
  line-height: 16px;
}
.footer .small {
  font-size: 12px;
  line-height: 16px;
}
.footer .list li {
  color: #00b5ef;
  padding-bottom: 10px;
  margin-left: 0px;
}
.footer a {
  color: #00b5ef;
  background-color: transparent;
  text-decoration: none;
  border: none;
}
.footer a:hover,
a:active,
a:focus {
  color: #b5d334;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
/**************************** element ****************************/
.logo {
  width: 170px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.swiper-container {
  width: 100%;
  height: auto;
  margin: 0px;
}
.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: #00b5ef;
  opacity: 0.4;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #00b5ef;
  width: 25px;
  height: 25px;
}
.modal-backdrop {
  background-color: white;
}
body.modal-open {
  overflow: visible !important;
  height: auto !important;
  z-index: 999999;
}
.social {
  width: 25px;
  margin-right: 5px;
  margin-left: 5px;
}
.box {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #e9e9e9;
  background-color: transparent;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  min-height: 600px;
}
.boxoutline {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #66b4ee;
  background-color: transparent;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-radius: 3px;
}
.boxoutline2 {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #b5d334;
  background-color: transparent;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-radius: 3px;
}
.boxproduct {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #66b4ee;
  background-color: #ffffff;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.pointer {
  cursor: pointer;
}
.card-body {
  margin-top: 20px;
}
.ico_butt {
  width: 25px;
  margin-left: 10px;
  margin-top: 10px;
}
.eye {
  width: 35px;
  margin-left: 10px;
  margin-top: 10px;
}
.eye2 {
  width: 25px;
  margin-top: 10px;
}
.arrow {
  width: 10px;
  margin-top: 10px;
}
.messagetop {
  margin-top: -100px;
  margin-bottom: 10px;
}
.round12 {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.lineaddress {
  border: 1px;
  border-bottom: 0px;
  border-right-style: none;
  border-left-style: dotted;
  padding: 5px;
  border-color: #00b5ef;
  margin-left: 60px;
  padding-right: 20px;
}
.lineleft {
  border: 1px;
  border-bottom: 0px;
  border-right-style: none;
  border-left-style: dotted;
  padding: 5px;
  border-color: #00b5ef;
}
.lineright {
  border: 1px;
  border-bottom: 0px;
  border-left-style: none;
  border-right-style: dotted;
  padding: 5px;
  margin-right: 20px;
  border-color: #66b4ee;
  margin-left: 10px;
}
.t600 {
  font-weight: 600;
}
.productimage {
  max-width: 400px;
}
.shadow {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
body.modal-open {
  overflow: visible !important;
  height: auto !important;
  z-index: 999999;
}
/**************************** button ****************************/
.subbutton {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #00b5ef;
  background-color: #ffffff;
  color: #00b5ef;
  text-decoration: none;
  margin-bottom: 30px;
  display: inline-flex;
  max-width: 150px;
  margin-right: 10px;
}
.subbutton:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #00b5ef;
}
.subbutton:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #9d7f19;
}
.active {
  border: 1px solid #c6d74b;
  color: #ffffff;
  text-decoration: none;
  background-color: #c6d74b;
  cursor: none;
  padding: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  display: inline-flex;
  max-width: 150px;
  margin-right: 10px;
}
.buttsize {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #00b5ef;
  background-color: #ffffff;
  color: #00b5ef;
  text-decoration: none;
  display: inline-table;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 2px #999;
}
.buttsize:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #00b5ef;
}
.buttsize:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #b5d334;
}
.buttsize.active {
  color: #ffffff;
  text-decoration: none;
  background-color: #00b5ef;
  max-width: max-content;
}
.enter {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 2px;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #00b5ef;
  background-color: #ffffff;
  color: #00b5ef;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 60px;
}
.enter:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #00b5ef;
}
.enter:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #9d7f19;
}

.enter2 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px;
  font-size: 18px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #00b5ef;
  background-color: #00b5ef;
  color: #ffffff;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.enter2:hover {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #c6d74a;
  background-color: #c6d74a;
}
.enter2:active {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #c6d74a;
  background-color: #c6d74a;
}

.enteroutline {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 2px;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 60px;
}
.enteroutline:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #00b5ef;
}
.enteroutline:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #9d7f19;
}
.catbutt {
  width: 20px;
  height: auto;
  margin-bottom: 3px;
  display: inline;
}
.more {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 3px;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #b5d334;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 60px;
}
.more:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #b5d334;
}
.more:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #b5d334;
}
/**************************** others ****************************/
.centered {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list li {
  padding-bottom: 10px;
  margin-left: -15px;
}
#board .list li {
  padding-bottom: 1px;
  margin-left: -15px;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  color: #9b9b9b;
}
#board .subheader {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
#board img {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.zoom {
  transform: scale(1, 1);
  transition: transform 0.2s; /* Animation */
}
.zoom:hover {
  transform: scale(
    1.09
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  moz-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -o-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}
.zoomin {
  transform: scale(1, 1);
  transition: transform 0.2s; /* Animation */
}
.zoomin:hover {
  opacity: 0.7;
}
.fadeIn {
  transition: transform 0.9s; /* Animation */
}
.fadeOut {
  transition: transform 0.4s; /* Animation */
}
.ico {
  width: 80px;
  margin-top: 20px;
}
.footer {
  font-size: 16px;
  line-height: 16px;
}
.footer a {
  font-size: 16px;
  line-height: 18px;
  background-color: transparent;
  border: none;
}
.footer:hover,
.footer:active,
.footer:focus {
  background-color: transparent;
  text-decoration: none;
}
.pagination > li > a,
.pagination > li > span {
  border: 1px solid white;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  margin: 0 5px;
  font-size: 12px;
  line-height: 15px;
}
.page-item {
  margin-right: 10px;
}
.pagination > li > a,
.pagination > li > span {
  border: 1px solid white;
}
.pagination li.active a {
  background-color: red;
  color: white;
}
.pagination li:hover:not(.active) a {
  background-color: #ddd;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
  .logo {
    width: 130px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .title {
    font-size: 38px;
    line-height: 44px;
    padding-bottom: 10px;
  }
  .header {
    font-size: 30px;
    line-height: 34px;
  }
  .subheader {
    font-size: 20px;
    line-height: 24px;
  }
}
/**************************** tablet  ****************************/
@media (max-width: 768px) {
  .logo {
    width: 120px;
  }
}
/**************************** mobile  ****************************/
@media (max-width: 512px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
  .logo {
    width: 120px;
    margin-left: 40px;
  }
  .footer {
    font-size: 12px;
    line-height: 14px;
  }
  .footer a {
    font-size: 14px;
    line-height: 14px;
    background-color: transparent;
  }
  .footer:hover,
  .footer:active,
  .footer:focus {
    background-color: transparent;
    text-decoration: none;
  }
  .ico {
    width: 50px;
  }
  .flex-row-reverse {
    font-size: 14px;
  }
  .footer .subheader {
    font-size: 16px;
  }
  .subbutton {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
/**************************** small mobile  ****************************/
@media (max-width: 360px) {
  .buttgold {
    font-size: 14px;
  }
}
@media (max-width: 214px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
  .title {
    font-size: 24px;
    line-height: 28px;
  }
  .header {
    font-size: 20px;
    line-height: 24px;
  }
  .subheader {
    font-size: 18px;
    line-height: 22px;
  }
  .social {
    width: 15px;
    margin-right: 2px;
    margin-left: 2px;
  }
  .social2 {
    width: 10px;
    margin-right: 2px;
    margin-left: 2px;
  }
  .footer {
    font-size: 11px;
    line-height: 12px;
  }
}
/**************************** form  ****************************/
form {
  color: #aeb0b2;
  display: flex;
  padding: 1px;
  border: none;
  border-bottom: 1px solid #00b5ef;
  border-radius: 0px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}
.btn:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="search"] {
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 8px;
  font-size: 14px;
  color: #aeb0b2;
  width: 100%;
}
input[type="search"]::placeholder {
  color: #bbb;
}
button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}
button[type="submit"]:hover {
  opacity: 1;
}
button[type="submit"]:focus,
input[type="search"]:focus {
  box-shadow: 0 0 3px 0 #aeb0b2;
  border-color: #aeb0b2;
  outline: none;
}
.swiper-slide {
  height: 100%;
}
#productfront img {
  width: 100%;
}
.paddingfront {
  padding: 20px;
  padding-left: 120px;
  text-align: left;
  height: 100%;
}
@media (max-width: 1024px) {
  .paddingfront {
    min-height: 550px;
    padding: 20px;
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .paddingfront {
    padding-left: 10px;
    height: 100%;
    min-height: 350px;
    text-align: center;
  }
  .enteroutline {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 512px) {
  .paddingfront {
    min-height: 380px;
  }
}
@media (max-width: 360px) {
  .paddingfront {
    min-height: 500px;
  }
}
@media (max-width: 260px) {
  .paddingfront {
    min-height: 600px;
    font-size: 14px;
  }
}
.imageup {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: auto;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  overflow: hidden;
  -webkit-transform: translateY(0);
  transition: transform 0.5s ease;
}
.imageup:hover {
  -webkit-transform: translateY(-20px);
}
.fadeIn {
  animation: fadein 1s;
  -moz-animation: fadein 1s; /* Firefox */
  -webkit-animation: fadein 1s; /* Safari and Chrome */
  -o-animation: fadein 1s; /* Opera */
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wrapper {
  h1 {
    color: #fff;
    font-size: 82px;
    line-height: 100px;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
  }
}
@media (max-width: 512px) {
  .wrapper h1 {
    font-size: 72px;
    line-height: 80px;
  }
}
@media (max-width: 411px) {
  .wrapper h1 {
    font-size: 60px;
    line-height: 78px;
  }
}

.alpha {
  filter: grayscale(100%);
  transform: scale(1, 1);
  transition: transform 0.2s; /* Animation */
}

.alpha:hover,
.alpha:active,
.alpha:focus {
  filter: grayscale(0%);
  transform: scale(
    1.2
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.pagination-outer {
  text-align: center;
}
.pagination {
  display: inline-flex;
  position: relative;
  color: #00b5ef;
}
.pagination li a.page-link {
  color: #ddd;
  background-color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
  height: 35px;
  width: 35px;
  padding: 0;
  margin: 0 3px;
  border: 2px solid #ddd;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link {
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link {
  color: #00b5ef;
  background-color: transparent;
  border-color: #00b5ef;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
.pagination-outer .active {
  color: #00b5ef;
  background-color: transparent;
  border: none;
  margin-top: -5px;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
}
@media (max-width: 512px) {
  .paddingfront {
    min-height: 300px;
  }
}

.imageBox {
  position: relative;
}
.imageBox .hoverImg {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.imageBox:hover .hoverImg {
  display: block;
  background-image: url("../images/animate.gif");
  background-repeat: no-repeat;
  background-position: center top;
  width: 130px;
  height: 130px;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 30px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 18px 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.customReadmore {
  width: 6rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.subheaderCustom {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
