@import "../css/product-menu.css";
html body {
  /* font-family: 'Kanit-Medium'; */
}
html body .container .hero-banner img {
  width: 100%;
}
html body .container .hero-banner ul.slick-dots {
  padding: 0;
  text-align: center;
  bottom: 6px;
}
html body .container .hero-banner ul.slick-dots li {
  border-radius: 3px;
  border: none;
  display: inline-block;
  height: 6px;
  margin: 0 4px;
  overflow: hidden;
  width: 6px;
}
html body .container .hero-banner ul.slick-dots li button {
  background-color: #8ACEF1;
  text-indent: -9999px;
  border: none;
}
html body .container .hero-banner ul.slick-dots li.slick-active {
  width: 12px;
}
html body .container .main-group .main-title {
  background-image: linear-gradient(to right, #2861B7, #52B9E9);
  border-radius: 15px 15px 0 0;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
html body .container .main-group .under-group {
  background-image: linear-gradient(to bottom, #B3DEF7, #ffffff);
}
html body .container .main-group .under-group .title {
  color: #2168B4;
  font-size: 18px;
  font-weight: bold;
}
html body .container .main-group .under-group .link-group ul {
  padding: 0;
}
html body .container .main-group .under-group .link-group ul li {
  list-style: none;
}
html body .container .main-group .under-group .link-group ul li a {
  background: url(../img/product_landing/icon/bg-link1.svg) no-repeat left 16px center, url(../img/product_landing/icon/bg-link2.svg) no-repeat right 16px center;
  background-color: #FAFAFA;
  border: solid 1px #EAEAEA;
  color: #231F20;
  /* font-family: 'Kanit-Regular'; */
  padding: 15px 34px 15px 34px;
  font-size: 16px;
  display: block;
  border-radius: 5px;
}
html body .container .brand .under-group {
  background-image: none;
}
html body .container .brand .under-group .link-group {
  text-align: center;
  border-radius: 5px;
}
html body .container .brand .under-group .link-group .title {
  font-size: 26px;
}
html body .container .brand .under-group .link-group .description {
  font-family: 'Kanit-Regular';
  font-size: 16px;
}
.slick-initialized .slick-slide {
  /* display: block;
  margin: 0 10px 0 0; */
}
.slick-list.draggable{
  /* padding: 0px 0px !important; */
}
.slick-dots{
  /* bottom: -10px; */
}
.static-product-category{
  background: url('../img/product_landing/bg-static-category.png') no-repeat right top;
}
