@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100;200;300;400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  outline: none;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
  border: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
a:hover {
  opacity: 0.75;
}

.anchor {
  display: block;
  position: relative;
  top: -40px;
  visibility: hidden;
}
@media only screen and (max-width: 1080px) {
  .anchor {
    top: -80px;
  }
}
@media only screen and (max-width: 750px) {
  .anchor {
    top: -50px;
  }
}

/* Font */
.fw100 {
  font-weight: 100;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

/* Wrapper */
#wrapper {
  background-color: #000;
}

.content-1280 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.content-1180 {
  width: 94%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.pad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.bg-grey {
  background-color: #111;
}

/* Header */
header {
  background-color: #fff;
}
@media only screen and (max-width: 1080px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #111;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0, 0, 0);
    box-shadow: 0px 5px 20px 0px rgb(0, 0, 0);
  }
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
@media only screen and (max-width: 1080px) {
  header .header {
    height: 75px;
  }
}
@media only screen and (max-width: 1080px) {
  header .header .header-left {
    width: 100px;
  }
}
header .header .header-left a {
  display: block;
}
header .header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .header-right .menu {
  margin-right: 30px;
}
@media only screen and (max-width: 1080px) {
  header .header .header-right .menu {
    display: none;
  }
}
header .header .header-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .header-right .menu ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
header .header .header-right .menu ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 0;
  height: 1px;
  background-color: #111;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
header .header .header-right .menu ul li a:hover {
  opacity: 1;
}
header .header .header-right .menu ul li a:hover::before {
  width: 100%;
}
header .header .header-right .menu ul li + li {
  margin-left: 30px;
}
header .header .header-right .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .header-right .social ul li a {
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
}
header .header .header-right .social ul li + li {
  margin-left: 10px;
}

.active-mn-01 .mn-01::before,
.active-mn-02 .mn-02::before,
.active-mn-03 .mn-03::before,
.active-mn-04 .mn-04::before {
  width: 100% !important;
}

/* Main */
@media only screen and (max-width: 1080px) {
  main {
    padding-top: 75px;
  }
}

.txthead-row {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-row {
    margin-bottom: 30px;
  }
}
.txthead-row .txthead {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .txthead-row .txthead {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-row .txthead {
    font-size: 2rem;
    line-height: 3rem;
  }
}

/* MV */
#mv .mv {
  position: relative;
}
#mv .mv .mv-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mv .mv .mv-text h1 {
  font-size: 4.5rem;
  line-height: 5.5rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  #mv .mv .mv-text h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 834px) {
  #mv .mv .mv-text h1 {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text h1 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
#mv .mv .mv-banner .item img {
  width: 100%;
  height: auto;
}

/* Category */
#category {
  position: sticky;
  top: 0;
  z-index: 9;
  padding: 0.5% 0;
  background-color: #222;
}
@media only screen and (max-width: 1080px) {
  #category {
    top: 75px;
  }
}
@media only screen and (max-width: 750px) {
  #category {
    position: static;
    padding: 1% 0;
  }
}
@media only screen and (max-width: 1080px) {
  #category .category {
    width: 98%;
  }
}
#category .category .category-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  #category .category .category-list ul {
    margin-top: -1%;
  }
}
#category .category .category-list ul li {
  width: 15.6%;
}
@media only screen and (max-width: 834px) {
  #category .category .category-list ul li {
    width: 32.63%;
    margin-top: 1%;
  }
}
#category .category .category-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 45px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
}

/* Products */
.products-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -1%;
  margin-left: -1%;
}
.products-list ul li {
  width: 32.33%;
  margin-top: 1%;
  margin-left: 1%;
  background-color: #222;
}
@media only screen and (max-width: 834px) {
  .products-list ul li {
    width: 49%;
  }
}
.products-list ul li a {
  display: block;
}
.products-list ul li a .cover img {
  width: 100%;
  height: auto;
}
.products-list ul li a .brief {
  padding: 15px 20px;
}
@media only screen and (max-width: 750px) {
  .products-list ul li a .brief {
    padding: 10px 10px;
  }
}
.products-list ul li a .brief h3 {
  color: #fff;
  font-weight: 600;
}

/* Footer */
footer {
  padding: 10px 0;
  color: #000;
  background-color: #fff;
}
footer .footer .copyright {
  font-size: 1rem;
  text-align: center;
}
footer .footer .copyright span {
  color: #000;
  font-weight: bold;
}

/* Article */
#article .article .content h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#article .article .content p + p {
  margin-top: 10px;
}
#article .article .content p + h3 {
  margin-top: 20px;
}