@charset "UTF-8";
/* ------------------------- Reset ------------------------- */
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

html {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Helvetica";
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: normal;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1;
}

img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  outline: none;
}

a:focus, a:active, input, textarea, button {
  outline: none;
}

a:hover, a:hover img {
  opacity: 0.6;
}

.text-indent {
  text-indent: 3em;
}

.text-input, input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
}

/* Chrome、Safari */
.text-input, input[type=number]::-webkit-outer-spin-button,
.text-input, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome、Safari */
.text-input, input[type=text] {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type=text] {
  -moz-appearance: textfield;
}

.letter-spacing-0-5 {
  letter-spacing: 0.5px;
}

.text-center {
  text-align: center;
}

.margin-center {
  margin-right: auto;
  margin-left: auto;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.warp {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mar50 {
  margin: 50px 0;
}

.mar75 {
  margin: 75px 0;
}

.mar100 {
  margin: 100px 0;
}

.mar120 {
  margin: 120px 0;
}

.mar150 {
  margin: 150px 0;
}

.mar5075 {
  margin: 50px 0 75px 0;
}

.mar50100 {
  margin: 50px 0 100px 0;
}

.mar50125 {
  margin: 50px 0 125px 0;
}

.mar80100 {
  margin: 80px 0 100px 0;
}

.mar100125 {
  margin: 100px 0 125px 0;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pad50 {
  padding: 50px 0;
}

.pad60 {
  padding: 60px 0;
}

.pad75 {
  padding: 75px 0;
}

.pad100 {
  padding: 100px 0;
}

.pad120 {
  padding: 120px 0;
}

.pad150 {
  padding: 150px 0;
}

.pad5075 {
  padding: 50px 0 75px 0;
}

.pad50100 {
  padding: 50px 0 100px 0;
}

.pad50125 {
  padding: 50px 0 125px 0;
}

.pad60100 {
  padding: 60px 0 100px 0;
}

.pad80100 {
  padding: 80px 0 100px 0;
}

.pad100125 {
  padding: 100px 0 125px 0;
}

.pad7550 {
  padding: 75px 0 50px 0;
}

.fw-100-thin {
  font-weight: 100 !important;
}

.fw-300-light {
  font-weight: 300 !important;
}

.fw-400-regular {
  font-weight: 400 !important;
}

.fw-500-medium {
  font-weight: 500 !important;
}

.fw-700-bold {
  font-weight: 700 !important;
}

.fw-900-black {
  font-weight: 900 !important;
}

.fs-16-px {
  font-size: 1.6rem !important;
}

.fs-18-px {
  font-size: 1.8rem;
}

.fs-30-px {
  font-size: 3rem;
}

.link-sp {
  pointer-events: none;
}

.content-900 {
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
}

.content-1088 {
  width: 94%;
  max-width: 1088px;
  margin: 0 auto;
}

.content-1300 {
  width: 94%;
  max-width: 1300px;
  margin: 0 auto;
}

.content-1366 {
  width: 94%;
  max-width: 1366px;
  margin: 0 auto;
}

.content-1440 {
  width: 94%;
  max-width: 1440px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.color-blue {
  color: #0068b0;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-red {
  color: #de2b1e;
}

.color-grey {
  color: #989898;
}

.bg-blue {
  background-color: #0068b0;
}

.bg-grey-dark {
  background-color: #343434;
}

.bg-grey-light {
  background-color: #EEEEEE;
}

.bg-white {
  background: #fff;
}

.bg-grey-DD {
  background: #DDD;
}

.bg-grey-D1 {
  background: #D1D1D1;
}

.bg-grey-E6 {
  background: #E6E6E6;
}

.bg-grey-EB {
  background: #EBEBEB;
}

.bg-grey-E8 {
  background: #E8E8E8;
}

.bg-grey-36 {
  background: #363636 !important;
}

.bg-bea870 {
  background: #bea870;
}

.bg-a8a9a8 {
  background: #a8a9a8;
}

.bg-997a5c {
  background: #997a5c;
}

.bg-dedede {
  background: #dedede;
}

.btn-size-14 {
  font-size: 1.4rem;
}

.btn-height-50 {
  height: 50px;
}

.btn-width-160 {
  max-width: 160px;
  width: 100%;
}

.btn-width-307 {
  max-width: 307px;
  width: 100%;
}

.btn-white {
  border: 1px solid #000;
  background: #fff;
  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;
  padding-top: 2px;
  margin-left: auto;
  margin-right: auto;
  background: url("/th/assets/images/commons/arrow-black.svg") #fff;
  background-repeat: no-repeat;
  background-position: right 1em top 50%;
  background-size: 5px auto;
}

.btn-white-back {
  border: 1px solid #000;
  background: #fff;
  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;
  padding-top: 2px;
  background: url("/th/assets/images/commons/arrow-back-black.svg") #fff;
  background-repeat: no-repeat;
  background-position: left 1em top 50%;
  background-size: 5px auto;
}

.num-rate {
  position: absolute;
  top: 10px;
  left: 10px;
}

.numberCircle {
  width: 40px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  border: 2px solid transparent;
  font-weight: bold;
}

.numberSquare {
  width: 40px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  border: 2px solid transparent;
  font-weight: bold;
}

.gototop {
  display: none;
}

.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation ul .prev {
  display: none;
  max-width: 107px;
  width: 100%;
  max-width: 107px;
  width: 100%;
  background: url("/th/assets/images/commons/arrow-back-black.svg");
  background-repeat: no-repeat;
  background-position: left 1em top 50%;
  background-size: 5px auto;
  padding-right: 15px;
}
.pagenation ul .prev a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pagenation ul .prev:hover {
  background: url("/th/assets/images/commons/arrow-back-white.svg");
  background-repeat: no-repeat;
  background-position: left 1em top 50%;
  background-size: 5px auto;
}
.pagenation ul .next {
  max-width: 107px;
  width: 100%;
  background: url("/th/assets/images/commons/arrow-black.svg");
  background-repeat: no-repeat;
  background-position: right 1em top 50%;
  background-size: 5px auto;
  padding-left: 15px;
}
.pagenation ul .next a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pagenation ul .next:hover {
  background: url("/th/assets/images/commons/arrow-next-white.svg");
  background-repeat: no-repeat;
  background-position: right 1em top 50%;
  background-size: 5px auto;
}
.pagenation ul .active {
  background: #000;
}
.pagenation ul .active a {
  color: #fff;
}
.pagenation ul li {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  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: 50px;
  height: 50px;
}
.pagenation ul li:last-child {
  border-right: 1px solid #000;
}
.pagenation ul li:first-child {
  border-left: 1px solid #000;
}
.pagenation ul li:hover {
  background-color: #000 !important;
  opacity: 1;
}
.pagenation ul li:hover a {
  color: #fff;
  opacity: 1;
}
.pagenation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper {
  position: relative;
}

#container {
  padding-top: 64px;
}

h1.text-header {
  font-size: 2.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

h2.text-header {
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.icon-before-text {
  padding-left: 35px;
  background: url("/th/assets/images/commons/icon-list-menu-bottom.svg");
  background-repeat: no-repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: left 0em top 38%;
  /* icon size, then gradient */
  background-size: 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.nav-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -10px;
}
.nav-category button {
  border: 1px solid #000;
  padding: 14px 10px 14px 10px;
  font-weight: bold;
  max-width: 266px;
  width: 100%;
  display: block;
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 10px;
  background: #fff;
  cursor: pointer;
}
.nav-category button:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.nav-category .active {
  background: #000;
  color: #fff;
}

.title-line {
  background: url("/th/assets/images/commons/line-category.png") no-repeat;
  background-size: contain;
  background-position: left 0em top 49%;
}

header {
  position: fixed;
  width: 100%;
  z-index: 3;
}

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
#menu .menu-left {
  z-index: 9999;
}
#menu .menu-left .close-menu {
  display: none;
}
#menu .menu-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#menu .menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu .menu-right .lang-switch {
  width: 72px;
  margin-right: 20px;
  position: relative;
}
#menu .menu-right .lang-switch a.btn-base-lang {
  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%;
}
#menu .menu-right .lang-switch a.btn-base-lang .text {
  font-size: 1.5rem;
  font-weight: bold;
}
#menu .menu-right .lang-switch .dropdown-lang {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  background-color: #fff;
}
#menu .menu-right .lang-switch .dropdown-lang ul li a {
  background-color: #F5F5F5;
  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;
  font-size: 1.5rem;
  font-weight: bold;
}
#menu .menu-right .lang-switch .dropdown-lang ul li a:hover {
  opacity: 1;
}
#menu .menu-right .lang-switch .dropdown-lang ul li + li {
  border-top: 1px solid #fff;
}
#menu .menu-right .lang-switch .dropdown-lang-active {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: opacity 0.3s ease-in !important;
  -moz-transition: opacity 0.3s ease-in !important;
  -o-transition: opacity 0.3s ease-in !important;
}
#menu .menu-right .contact {
  margin-right: 35px;
}
#menu .menu-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu .menu-right .icon {
  margin-right: 13px;
}
#menu .menu-right .text {
  color: #fff;
  font-size: 0.8rem;
}

.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: -300px;
  background-color: #000;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  text-decoration: none;
  color: #fff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  padding: 4.5px 0 4.5px 0;
}
.sidenav .group-menu {
  padding: 0 55px 0 55px;
}
.sidenav .group-menu:nth-child(1) a {
  font-size: 1.6rem;
}
.sidenav .group-menu:nth-child(2) a {
  font-size: 1.4rem;
}
.sidenav .group-menu:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidenav .group-menu:nth-child(3) a {
  padding: 0;
}
.sidenav .group-menu:nth-child(3) a + a {
  margin-left: 16px;
}
.sidenav .group-menu:nth-child(3) img {
  max-width: 48px;
  height: 48px;
}
.sidenav .group-menu + .group-menu {
  margin-top: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.modal_bg {
  background: rgba(0, 0, 0, 0.8);
  z-index: 9000;
  width: 100%;
  height: 100%;
  display: none;
}

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #000;
  position: relative;
}
footer .group-icon-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .group-icon-social a + a {
  margin-left: 16px;
}
footer #Certificate-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
footer #Certificate-banners a {
  display: block;
  padding: 6px 4px;
  background-color: #fff;
}
footer #Certificate-banners a img {
  width: auto;
  height: 44px;
}
footer .copyright {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px;
}
footer .gototop {
  position: fixed;
  right: 3%;
  bottom: 3%;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.slick-dots {
  bottom: 5.9% !important;
}

.slick-dots li button::before {
  opacity: 1 !important;
  color: #BABABA !important;
  font-size: 10px !important;
}

.slick-dots li.slick-active button::before {
  opacity: 1 !important;
  color: #000 !important;
  font-size: 10px !important;
}

.slick-slide {
  outline: none !important;
}
.slick-slide img {
  display: block;
  width: 100%;
}

#video-sp {
  display: none;
}
#video-sp .video-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#video-sp .video-sp video {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 750px) {
  #video-sp {
    display: block;
  }
  #mv-slick-pc {
    display: none;
  }
  #mainvisual {
    display: none;
  }
}
#mv-slick-pc .mv-slick-pc .item img {
  width: 100%;
  height: auto;
}

#mainvisual div {
  padding-left: 2px;
  padding-right: 2px;
}

.line-top {
  height: 2px;
  width: 36px;
  background: #000;
  display: block;
}

.menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-bottom .menu-left, .menu-bottom .menu-center, .menu-bottom .menu-right {
  width: 33.33%;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 4.82%;
  padding-bottom: 4.82%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-bottom .menu-left span, .menu-bottom .menu-center span, .menu-bottom .menu-right span {
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  background: url("/th/assets/images/commons/arrow-black.svg"), url("/th/assets/images/commons/icon-list-menu-bottom.svg");
  background-repeat: no-repeat, no-repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0em top 50%, left 0em top 30%;
  /* icon size, then gradient */
  background-size: 7px auto, 24px auto;
}
.menu-bottom .menu-center, .menu-bottom .menu-right {
  border-left: 1px solid #CCCCCC;
}

.detail-list .column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -0.95%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.detail-list .column-list li {
  width: 24.09%;
  padding-bottom: 15px;
  margin-right: 0.95%;
  -ms-flex-preferred-size: 24.225%;
      flex-basis: 24.225%;
}
.detail-list .column-list li a {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
.detail-list .column-list li a .image {
  background: #ccc;
  position: relative;
}
.detail-list .column-list li a .text {
  font-weight: bold;
}
.detail-list .column-list li a .date {
  font-size: 1.4rem;
  color: #808080;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.detail-list .column-list li a .zone {
  font-size: 1.4rem;
  color: #808080;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.detail-list .column-list li:nth-child(4n+4) {
  margin-right: 0;
}
.detail-list .ig-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: -1.5%;
  margin-top: -1.5%;
}
.detail-list .ig-list li {
  width: 31.83%;
  margin-top: 1.5%;
  margin-left: 1.5%;
}
.detail-list .ig-list li a {
  display: block;
}
.detail-list .ig-list li a img {
  width: 100%;
  height: auto;
}
.detail-list .information {
  margin-top: -50px;
}
.detail-list .information li {
  margin-top: 50px;
}
.detail-list .guest-snap {
  margin-top: -50px;
}
.detail-list .guest-snap li {
  margin-top: 50px;
}
.detail-list .row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1.83%;
  margin-top: -1.83%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detail-list .row-list li {
  width: 31.5%;
  margin-right: 1.83%;
  margin-top: 1.83%;
  border: 1px solid #C5C5C5;
}
.detail-list .row-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-list .row-list li a .image {
  background: #ccc;
}
.detail-list .row-list li a .text {
  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;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.detail-list .detail-row-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-list .detail-row-list li .detail-row {
  width: 50%;
  position: relative;
}
.detail-list .detail-row-list li .detail-row .box-text {
  background: #fff;
  padding: 5.52%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  position: absolute;
  left: -120px;
  bottom: 0;
  line-height: 1.4;
}
.detail-list .detail-row-list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.detail-list .detail-row-list li:nth-child(even) .box-text {
  background: #fff;
  padding: 5.52%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
  position: absolute;
  right: -120px;
  bottom: 0;
  left: 0;
  line-height: 1.4;
}
.detail-list .detail-row-list li + li {
  margin-top: 80px;
}

.detail-list-flow-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
}
.detail-list-flow-two .line-top {
  margin-left: auto;
  margin-right: auto;
}
.detail-list-flow-two .price-section-sale {
  line-height: 1.5;
}
.detail-list-flow-two .price-sale {
  color: #EB0000;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.detail-list-flow-two .price-sale:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #EB0000;
  position: absolute;
  bottom: 15px;
  left: 0;
}
.detail-list-flow-two a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.detail-list-flow-two .detail-large {
  width: 49%;
  margin-right: 10px;
  background: #fff;
}
.detail-list-flow-two .detail-large .image {
  background: #ccc;
  position: relative;
}
.detail-list-flow-two .detail-large .detail {
  padding: 4.69%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-bottom: 5px;
}
.detail-list-flow-two .detail-large .price-detail {
  color: #808080;
  font-size: 3rem;
  font-weight: bold;
}
.detail-list-flow-two .detail-large .name-detail {
  font-weight: bold;
  height: 45px;
}
.detail-list-flow-two .detail-column {
  width: 49.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -8px;
}
.detail-list-flow-two .detail-column .column {
  width: 49.08%;
  background: #fff;
  margin-top: 1.5%;
}
.detail-list-flow-two .detail-column .column .image {
  background: #ccc;
  position: relative;
}
.detail-list-flow-two .detail-column .column .detail {
  padding: 9%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.detail-list-flow-two .detail-column .column .price-detail {
  color: #808080;
  font-size: 3rem;
  font-weight: bold;
}
.detail-list-flow-two .detail-column .column .name-detail {
  line-height: 1.3;
  font-weight: bold;
}

.price-sale {
  color: #EB0000;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.price-sale:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #EB0000;
  position: absolute;
  bottom: 8px;
  left: 0;
}

.sale-detail .price-detail {
  position: relative;
  top: -10px;
}
.sale-detail .detail {
  padding-bottom: 0px !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.sale-detail .detail-large .detail {
  padding-bottom: 5px !important;
}
.sale-detail .name-detail {
  height: 45px;
}

.banner-app {
  background: url("/th/assets/images/top/banner-app.jpg");
  background-position: top right;
  background-size: cover;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-app h3 {
  color: #fff;
  font-size: 2rem;
}
.banner-app p {
  color: #fff;
}
.banner-app .image {
  margin-right: 3.16%;
}
.banner-app .text {
  margin-right: 10.1%;
}
.banner-app .row-btn {
  min-width: 160px;
}

.guest-snap-list {
  margin-top: -25px;
}
.guest-snap-list li {
  width: 24.09% !important;
  margin-top: 25px;
}
.guest-snap-list .group-detail .text {
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .detail-list .column-list li a .text {
    padding-bottom: 0 !important;
  }
  .guest-snap-list .group-detail .text h3 {
    height: auto !important;
  }
  .guest-snap-list .group-detail .text p {
    display: none !important;
  }
}
.category-list li a .image {
  max-width: 120px;
}

.interior-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interior-detail .text-detail {
  width: 39%;
}
.interior-detail .img-detail {
  width: 60%;
  padding: 10px;
}
.interior-detail .img-detail img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.youtube-box {
  width: 100%;
  max-width: 55%;
  margin: 100px auto 0;
}

.youtube-box .youtube-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.youtube-box .youtube-video::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.youtube-box .youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .youtube-box {
    height: 56.25vw;
    width: 100%;
    max-width: 100%;
    margin-top: 70px;
    padding: 0 4vw;
  }
}
.nav-scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -10px;
}
.nav-scroll-down a {
  border: 1px solid #000;
  padding: 14px 12px 10px 45px;
  font-weight: bold;
  max-width: 266px;
  width: 100%;
  display: block;
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url("/th/assets/images/commons/arrow-down-black.svg");
  background-repeat: no-repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: left 1.3em top 51%, 0 0;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
  margin-top: 10px;
}

.alterations-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #C5C5C5;
}
.alterations-service .content-left {
  width: 50%;
  padding-left: 3.677%;
  padding-right: 3.677%;
  padding-top: 4.32%;
  padding-bottom: 4.32%;
}
.alterations-service .content-left h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
.alterations-service .content-right {
  width: 50%;
  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;
  padding-top: 110px;
  padding-bottom: 110px;
}

.line-bottom {
  border-bottom: 1px solid #C5C5C5;
}

.ul-cost-breakdown .li-cost-breakdown + .li-cost-breakdown {
  margin-top: 1.838%;
}
.ul-cost-breakdown .li-cost-breakdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ul-cost-breakdown .li-cost-breakdown .name {
  background: #000;
  color: #fff;
  height: 45px;
  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;
}
.ul-cost-breakdown .li-cost-breakdown .li-cost-breakdown-left {
  width: 49.08%;
  border: 1px solid #000;
}
.ul-cost-breakdown .li-cost-breakdown .li-cost-breakdown-right {
  width: 49.08%;
  border: 1px solid #000;
}
.ul-cost-breakdown .li-cost-breakdown .detail-cost-breakdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ul-cost-breakdown .li-cost-breakdown .detail-cost-breakdown .detail-cost-breakdown-left {
  width: 48%;
}
.ul-cost-breakdown .li-cost-breakdown .detail-cost-breakdown .detail-cost-breakdown-right {
  width: 52%;
}
.ul-cost-breakdown .li-cost-breakdown .ul-table-price .header {
  font-size: 1.6rem;
  background: #D8D8D8;
  font-weight: bold;
}
.ul-cost-breakdown .li-cost-breakdown .ul-table-price .header .text {
  border-right: 1px solid #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ul-cost-breakdown .li-cost-breakdown .ul-table-price .header .price {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ul-cost-breakdown .li-cost-breakdown .ul-table-price li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
.ul-cost-breakdown .li-cost-breakdown .ul-table-price li .text {
  width: 69.23%;
  padding: 3.7px 0px 3.7px 5px;
}
.ul-cost-breakdown .li-cost-breakdown .ul-table-price li .price {
  width: 31.032%;
  padding: 3.7px 0px 3.7px 5px;
}
.ul-cost-breakdown .li-cost-breakdown .ul-table-price li:nth-child(odd) {
  background: #F0F0F0;
}

.wrapping-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #C5C5C5;
}
.wrapping-detail .wrapping-left {
  width: 60.018%;
  padding: 50px 40px;
}
.wrapping-detail .wrapping-left h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
.wrapping-detail .wrapping-right {
  width: 39.982%;
}

.table-wrapping {
  width: 450px;
}
.table-wrapping tr td {
  border: 1px solid #000;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-wrapping tr td:first-child {
  background: #000;
  color: #fff;
}
.table-wrapping tr:first-child td:first-child {
  border-bottom: 1px solid #fff;
}

.member-card {
  border: 1px solid #C5C5C5;
}

.commingsoon {
  padding-top: 15%;
  padding-bottom: 15%;
}
.commingsoon h3 {
  font-size: 6rem;
  font-weight: bold;
  color: #CCCCCC;
  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;
}

.nav-scroll-down-concept {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav-scroll-down-concept a {
  padding: 14px 12px 10px 30px;
  background-position: left 0.6em top 51%, 0 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.product-concept-what {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-concept-what .concept-what-left {
  width: 39.8%;
}
.product-concept-what .concept-what-right {
  width: 55.147%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-concept-what .concept-what-right h3 {
  font-weight: bold;
  font-size: 1.8rem;
}

.detail-product-concept-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail-product-concept-col2 .col-left {
  width: 48.188%;
}
.detail-product-concept-col2 .col-right {
  width: 48.188%;
}
.detail-product-concept-col2 .content-product-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.detail-product-concept-col2 h4 {
  font-size: 1.8rem;
  font-weight: bold;
}
.detail-product-concept-col2 .text-product-concept p span {
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 10px;
}

.four-line-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.symbol-mark-text h3 {
  font-size: 1.8rem;
  font-weight: bold;
}

.question-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question-mark p span:first-child {
  font-weight: bold;
}
.question-mark .img-question-mark img {
  margin-right: 10px;
}

.arrow-slider {
  position: relative;
  height: 70px;
}
.arrow-slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.arrow-slider ul li:first-child {
  margin-right: 10px;
}
.arrow-slider .arrow {
  min-width: 110px;
  position: absolute;
  right: 0;
  top: 10px;
}
.arrow-slider .number-slide {
  width: 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;
  height: 100%;
}

.pagingInfo span {
  font-weight: bold;
}

.content-interior {
  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;
}
.content-interior .text-interior {
  width: 62.202%;
}
.content-interior .img-interior {
  width: 36.272%;
}

.how-to-select .vdo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.how-to-select .vdo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.how-select .title {
  font-weight: bold;
}

.detail-produced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail-produced .image-produced {
  width: 20.955%;
}
.detail-produced .text-produced {
  width: 76%;
}
.detail-produced .text-produced h3 {
  font-weight: bold;
  font-size: 2rem;
}

.content-policy h3 {
  width: 100%;
  font-size: 2rem;
  line-height: normal;
  color: #252525;
  margin-bottom: 10px;
  font-weight: bold;
}
.content-policy .list-li {
  margin-left: 67px;
  margin-top: 10px;
}
.content-policy .list-li li {
  list-style: decimal;
}
.content-policy .list-li .dod-li li {
  list-style: disc;
}

.size-pattern-image img {
  margin: auto;
}

.detail-pattern-table {
  overflow: auto;
  width: 100%;
}
.detail-pattern-table .width-1088 {
  width: 1088px;
}
.detail-pattern-table .width-100-per {
  width: 100%;
}
.detail-pattern-table table {
  border-collapse: collapse;
}
.detail-pattern-table table th {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #000000;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
}
.detail-pattern-table table td {
  font-size: 1.4rem;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  vertical-align: middle;
}
.detail-pattern-table .border-fff td, .detail-pattern-table .border-fff th {
  border: 1px solid #fff;
}
.detail-pattern-table .border-fff {
  border: 1px solid #fff !important;
}
.detail-pattern-table .border-000 {
  border: 1px solid #000 !important;
}
.detail-pattern-table .border-000 td {
  border: 1px solid #000 !important;
}
.detail-pattern-table .border-black {
  border: 1px solid #000 !important;
}
.detail-pattern-table .border-white-right {
  border-right: 1px solid #fff !important;
}
.detail-pattern-table .border-white-bottom {
  border-bottom: 1px solid #000 !important;
}
.detail-pattern-table .border-black-right {
  border-right: 1px solid #000 !important;
}
.detail-pattern-table .border-black-left {
  border-left: 1px solid #000 !important;
}
.detail-pattern-table .border-black-bottom {
  border-bottom: 1px solid #000 !important;
}
.detail-pattern-table .width-160 {
  width: 160px;
}
.detail-pattern-table .width-119 {
  width: 119px;
}
.detail-pattern-table .width-544 {
  width: 544px;
}
.detail-pattern-table .height-td-60 td {
  height: 60px;
}
.detail-pattern-table .padding-top-4 td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.detail-pattern-table .border-000 th {
  border-right: 1px solid #000;
}
.detail-pattern-table .border-000 th:first-child {
  border-right: 1px solid #fff;
}

.image-skinny-suit img {
  margin: auto;
}

.title-skinny-suit h3 {
  font-size: 2rem;
  font-weight: bold;
}

.image-guide-margin-left {
  margin-left: 80px;
}

.title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title-line h2 {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #fff;
  padding-left: 10px;
  padding-right: 8px;
  font-weight: bold;
  font-size: 2rem;
}

.content-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-topics .content-topics-left {
  width: 63.051%;
}
.content-topics .content-topics-left .detail-list .column-list {
  margin-top: -30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-topics .content-topics-left .detail-list .column-list li {
  width: 45.481%;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin-top: 30px;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.content-topics .content-topics-right {
  width: 31.25%;
}
.content-topics .btn-white {
  margin-right: inherit;
  margin-left: inherit;
  background: url(/th/assets/images/commons/arrow-back-black.svg);
  background-position: left 1em top 50%;
  background-repeat: no-repeat;
  background-size: 5px auto;
}

.category .box {
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid #000;
  max-width: 130px;
  text-align: center;
}

.title-recent-post {
  background: #000;
  padding: 15px 20px;
}
.title-recent-post h3 {
  color: #fff;
  font-weight: bold;
}

.recent-post-list li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.recent-post-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recent-post-list li .image-post-list {
  max-width: 75px;
  width: 100%;
  margin-right: 20px;
}
.recent-post-list li .text-post-list p {
  line-height: 1.2;
  font-weight: bold;
}
.recent-post-list li .date {
  font-size: 1.4rem;
  color: #909090;
  font-weight: normal !important;
}
.recent-post-list li + li {
  border-top: 1px solid #C5C5C5;
}

.date-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date-category .category {
  max-width: 130px;
  width: 100%;
}
.date-category .date {
  margin-right: 30px;
  font-size: 1.4rem;
  color: #808080;
}

.content-parent-detail h2 {
  font-size: 3.6rem;
  font-weight: bold;
}
.content-parent-detail .parent-detail-text h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
.content-parent-detail .content-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-parent-detail .content-col2 .col {
  width: 46.942%;
}

.content-related .title-line h2 {
  font-size: 2rem;
  font-weight: bold;
}
.content-related .detail-list .column-list li {
  -ms-flex-preferred-size: 32.5096666667% !important;
      flex-basis: 32.5096666667% !important;
}
.content-related .detail-list .column-list li .text {
  letter-spacing: 0.7px;
}
.content-related .detail-list .column-list li:nth-child(3n+3) {
  margin-right: 0;
}

.content-ul-list li {
  padding-bottom: 3.217%;
}
.content-ul-list li:last-child {
  padding-bottom: 0;
}
.content-ul-list li + li {
  padding-top: 4.137%;
  border-top: 1px solid #CCCCCC;
}
.content-ul-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-ul-list .row h2 {
  font-size: 2.4rem;
  line-height: 1.2;
}
.content-ul-list .row h2, .content-ul-list .row h3, .content-ul-list .row h4, .content-ul-list .row h5 {
  font-weight: bold;
}
.content-ul-list .row .img-list {
  width: 24.66%;
  margin-right: 4.597%;
}
.content-ul-list .row .detail-list {
  width: 70.78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-ul-list .row .row-btn .btn-white {
  margin-left: 0;
}
.content-ul-list .row .text {
  line-height: 1.2;
}
.content-ul-list .row .shop-text {
  width: 345px;
  margin-right: 8.833%;
}
.content-ul-list .row .shop-text p {
  letter-spacing: 0.8px;
  line-height: 1.2;
}
.content-ul-list .row .shop-text p.remark {
  margin-top: 5px;
  font-weight: bold;
  color: #3c4ace;
}
.content-ul-list .row .shop-contact {
  width: 225px;
}
.content-ul-list .row .shop-contact p {
  letter-spacing: 0.8px;
  line-height: 1.4;
}
.content-ul-list .row .shop-detail-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5.198%;
}
.content-ul-list .row .link-google-map {
  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;
}
.content-ul-list .row .btn-white {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
}

#staff-recommend .staff-recommend p {
  line-height: 1.6;
}
#staff-recommend .staff-recommend .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#staff-recommend .staff-recommend .row .col-left {
  width: 45%;
}
#staff-recommend .staff-recommend .row .col-right {
  width: 47%;
}
#staff-recommend .staff-recommend .row .col-right h2 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#staff-recommend .staff-recommend .btn-back .btn {
  margin-right: inherit;
  margin-left: inherit;
  background: url("/th/assets/images/commons/arrow-back-black.svg?ASd=as");
  background-position: left 1em top 50%;
  background-repeat: no-repeat;
  background-size: 5px auto;
}
#staff-recommend .staff-recommend .slick-staff-recommend .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#staff-recommend .staff-recommend .slick-staff-recommend .slick-slide {
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#staff-recommend .staff-recommend .nav-slick-staff-recommend .slick-slide {
  padding: 7px;
}
#staff-recommend .staff-recommend .slick-next {
  width: 20px;
  right: -40px;
  -webkit-transform: inherit;
          transform: inherit;
}
#staff-recommend .staff-recommend .slick-next:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  display: block;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
#staff-recommend .staff-recommend .slick-prev {
  width: 20px;
  left: -40px;
  -webkit-transform: inherit;
          transform: inherit;
}
#staff-recommend .staff-recommend .slick-prev:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  display: block;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#staff-recommend .staff-recommend .detail-link-list {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #707070;
}
#staff-recommend .staff-recommend .detail-link-list ul li a {
  color: #0000FF;
}
#staff-recommend .staff-recommend .detail-link-list ul li + li {
  margin-top: 40px;
}
#staff-recommend .content-company h3 {
  font-weight: bold;
}
#staff-recommend .content-company a {
  color: #0000FF;
}
#staff-recommend .nav-slick-staff-recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#staff-recommend .nav-slick-staff-recommend > div {
  width: 18%;
  margin: 1%;
}
#staff-recommend .currentslick {
  border: 1px solid transparent;
  cursor: pointer;
}
#staff-recommend .currentslick.active {
  border: 1px solid #000;
}

.image-guide img {
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.guide-max-400 img {
  max-width: 400px !important;
}

.txt-normal {
  font-weight: 400 !important;
}

.td-h60 td {
  padding-top: 7px;
  padding-bottom: 7px;
}

.select-category-list {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.select-category-list > ul li + li {
  margin-top: 20px;
}

.content-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-map .map {
  width: 61.2%;
}
.content-map .map iframe {
  width: 100%;
  height: 100%;
}
.content-map .content {
  width: 39.8%;
  padding-top: 9.517%;
  padding-bottom: 9.517%;
  padding-left: 5.125%;
  padding-right: 5.125%;
}
.content-map .content h2 {
  font-size: 1.8rem;
  font-weight: bold;
}
.content-map .content .p_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-map .content .line_qr {
  width: 120px;
  margin-left: 5px;
}

.form .label-input {
  font-weight: bold;
}
.form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .row + .row {
  margin-top: 30px;
}
.form .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.form .col-2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form .col-2 .col {
  width: 49%;
}
.form .text-input {
  height: 50px;
  font-size: 1.6rem;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #707070;
}
.form .text-area {
  height: 270px;
  font-size: 1.6rem;
  padding: 15px;
  border: 1px solid #707070;
}

.show-1180, .show-1100, .show-935, .show-750, .show-600, .show-414 {
  display: none !important;
}

.hide-1180, .hide-1100, .hide-935, .hide-750, .hide-600, .hide-414 {
  display: block !important;
}

/* ------------------------- Screen 1300px ------------------------- */
/* ------------------------- Screen 1180px ------------------------- */
/* ------------------------- Screen 1100px ------------------------- */
@media only screen and (max-width: 1100px) {
  .content-ul-list .row .detail-list {
    display: block;
  }
  .content-ul-list .row .link-google-map {
    margin-top: 20px;
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .content-ul-list .row .shop-detail-contact {
    margin-right: 0;
  }
}
/* ------------------------- Screen 935px ------------------------- */
@media only screen and (max-width: 935px) {
  .detail-list .column-list li {
    width: 23.6% !important;
  }
  .detail-list .column-list li a .image img {
    width: 100% !important;
    height: auto !important;
    -o-object-fit: inherit !important;
       object-fit: inherit !important;
  }
  .detail-list .column-list li a .text p br {
    display: none;
  }
  .detail-list .detail-row-list .box-text {
    position: inherit !important;
    left: 0 !important;
    padding-top: 0px !important;
  }
  .detail-list .detail-row-list .detail-row {
    width: 30% !important;
  }
  .detail-list .detail-row-list .detail-row:last-child {
    width: 70% !important;
  }
  .detail-list .detail-row-list li:nth-child(2n) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .detail-list .detail-row-list li:nth-child(2n) .box-text {
    padding-left: 5.52%;
  }
  .detail-list-flow-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail-list-flow-two .detail-large {
    width: 100% !important;
  }
  .detail-list-flow-two .detail-large .image img {
    -o-object-fit: inherit;
       object-fit: inherit;
    width: 100% !important;
    height: auto !important;
  }
  .detail-list-flow-two .detail-column {
    width: 100% !important;
    margin-top: 10px;
  }
  .detail-list-flow-two .detail-column .image img {
    width: 100% !important;
    height: auto !important;
  }
  .content-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-map .map {
    width: 100%;
    height: 450px;
  }
  .content-map .content {
    width: 100%;
  }
  .li-cost-breakdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .li-cost-breakdown .li-cost-breakdown-left {
    width: 100% !important;
  }
  .li-cost-breakdown .li-cost-breakdown-right {
    width: 100% !important;
    margin-top: 20px;
  }
  .li-cost-breakdown .detail-cost-breakdown-left {
    width: 40% !important;
  }
  .li-cost-breakdown .detail-cost-breakdown-right {
    width: 60% !important;
  }
  .li-cost-breakdown + .li-cost-breakdown {
    margin-top: 20px !important;
  }
  .num-rate {
    top: 5px;
    left: 5px;
  }
  .numberSquare {
    width: 35px;
    line-height: 30px;
  }
  .content-ul-list .row .shop-text p br {
    display: none;
  }
  .content-parent-detail h2 {
    font-size: 3.2rem;
  }
}
/* ------------------------- Screen 750px ------------------------- */
@media only screen and (max-width: 750px) {
  .show-750 {
    display: block !important;
  }
  .hide-750 {
    display: none !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mt50 {
    margin-top: 30px !important;
  }
  .mt60 {
    margin-top: 40px !important;
  }
  .mt70 {
    margin-top: 50px !important;
  }
  .mt80 {
    margin-top: 50px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mt120 {
    margin-top: 60px !important;
  }
  .mt130 {
    margin-top: 70px !important;
  }
  .mb15 {
    margin-bottom: 10px !important;
  }
  .mb30 {
    margin-bottom: 15px !important;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .mb120 {
    margin-bottom: 60px !important;
  }
  .mb130 {
    margin-bottom: 70px !important;
  }
  .pb20 {
    padding-bottom: 10px !important;
  }
  .pb30 {
    padding-bottom: 15px !important;
  }
  .pb40 {
    padding-bottom: 20px !important;
  }
  .pb80 {
    padding-bottom: 50px !important;
  }
  .pb120 {
    padding-bottom: 60px !important;
  }
  .pb130 {
    padding-bottom: 70px !important;
  }
  .pt120 {
    padding-top: 60px !important;
  }
  .pt130 {
    padding-top: 70px !important;
  }
  .menu-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .menu-bottom .menu-left, .menu-bottom .menu-center, .menu-bottom .menu-right {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu-bottom .menu-left, .menu-bottom .menu-center, .menu-bottom .menu-right {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    text-align: left !important;
    font-size: 1.6rem !important;
  }
  .menu-bottom .menu-left span, .menu-bottom .menu-center span, .menu-bottom .menu-right span {
    width: 100%;
  }
  #menu {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #menu .menu-logo {
    position: inherit !important;
    left: inherit !important;
    -webkit-transform: inherit !important;
            transform: inherit !important;
    top: inherit !important;
  }
  #menu .menu-logo img {
    width: 150px;
  }
  #menu .menu-right .text {
    display: none !important;
  }
  #menu .menu-right .btn-base-lang .text {
    display: block !important;
  }
  #menu .menu-right .contact {
    margin-right: 0px !important;
    display: none;
  }
  .detail-list .row-list {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .cart .icon {
    margin-right: 0px !important;
  }
  #menu .menu-right .icon {
    width: 25px;
  }
  #menu .menu-right .lang-switch {
    margin-right: 5px;
    padding-top: 3px;
  }
  .detail-list .column-list {
    margin-right: 0 !important;
    margin-top: -25px;
  }
  .detail-list .column-list li {
    width: 100% !important;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-top: 25px;
    margin-right: 1.5%;
  }
  .detail-list .column-list li a .image {
    margin-top: 0px;
  }
  .detail-list .column-list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .detail-list-flow-two {
    margin-right: 0px !important;
  }
  .detail-list .row-list {
    margin-right: 0;
  }
  .detail-list .row-list li {
    width: 100%;
  }
  .detail-list-flow-two .detail-column .column .image {
    background: transparent !important;
  }
  .detail-list-flow-two .detail-column .column .image img {
    width: 100% !important;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  .banner-app {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-app .text {
    margin-right: 0;
    text-align: center;
    margin-top: 20px;
  }
  .banner-app .row-btn {
    margin-top: 20px;
  }
  .banner-app .image img {
    max-width: 80px;
  }
  .detail-list .detail-row-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail-list .detail-row-list li:nth-child(2n) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .detail-list .detail-row-list li .detail-row .box-text {
    padding: 0;
    line-height: 1.6;
  }
  .detail-list .detail-row-list .detail-row {
    width: 100% !important;
  }
  .detail-list .detail-row-list .detail-row:last-child {
    width: 100% !important;
    margin-top: 20px;
  }
  .detail-list .detail-row-list li + li {
    margin-top: 40px !important;
  }
  .guest-snap-list {
    margin-top: -20px !important;
  }
  .guest-snap-list li {
    margin-top: 0px !important;
  }
  .guest-snap-list li {
    margin-top: 20px !important;
  }
  .detail-list .column-list li a .date {
    font-size: 1.2rem;
    padding-left: 5px;
    padding-right: 5px;
  }
  .detail-list .column-list li a .zone {
    font-size: 1.2rem;
    padding-left: 5px;
    padding-right: 5px;
  }
  .detail-list-flow-two .detail-column .column .price-detail {
    font-size: 2rem;
  }
  .detail-list-flow-two .detail-large .price-detail {
    font-size: 2rem;
  }
  .detail-list-flow-two .price-sale {
    font-size: 1.6rem;
  }
  .detail-list-flow-two .price-sale::after {
    bottom: 12px;
  }
  .detail-list-flow-two .price-section-sale {
    margin-top: 10px;
    line-height: 1.8;
  }
  .sale-detail .name-detail {
    height: auto;
  }
  .detail-list .row-list li a .image img {
    min-width: 100%;
    height: auto;
  }
  .sidenav .group-menu + .group-menu {
    margin-top: 30px;
  }
  .content-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-map .map {
    width: 100%;
    height: 350px;
  }
  .content-map .content {
    width: 100%;
  }
  .form .text-area {
    height: 220px;
  }
  .nav-scroll-down-concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav-scroll-down-concept a {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .product-concept-what {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-concept-what .concept-what-left {
    width: 100%;
  }
  .product-concept-what .concept-what-right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .detail-product-concept-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail-product-concept-col2 .col-left {
    width: 100%;
  }
  .detail-product-concept-col2 .col-right {
    width: 100%;
  }
  .detail-product-concept-col2 .content-product-concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .detail-product-concept-col2 .text-product-concept {
    margin-top: 20px;
  }
  .img-question-mark {
    margin-right: 15px;
  }
  .content-interior {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .content-interior .img-interior {
    width: 100%;
  }
  .content-interior .text-interior {
    width: 100%;
    margin-top: 20px;
  }
  .detail-produced {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail-produced .image-produced {
    width: 100%;
  }
  .detail-produced .image-produced img {
    margin: auto;
  }
  .detail-produced .text-produced {
    width: 100%;
    margin-top: 20px;
  }
  .nav-scroll-down-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav-scroll-down-service a {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .alterations-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .alterations-service .content-left {
    width: 100%;
  }
  .alterations-service .content-left p br {
    display: none;
  }
  .alterations-service .content-right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .wrapping-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wrapping-detail .wrapping-right {
    width: 100%;
  }
  .wrapping-detail .wrapping-left {
    width: 100%;
    padding: 20px 10px;
  }
  .wrapping-detail .wrapping-left p br {
    display: none;
  }
  .wrapping-detail .table-wrapping {
    width: 100%;
  }
  .commingsoon h3 {
    font-size: 3rem;
  }
  .detail-list .column-list li a .text {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-left: 5px;
    padding-right: 5px;
  }
  #mainvisual div {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .content-ul-list .row {
    display: block;
  }
  .content-ul-list .row .img-list {
    width: 100%;
    margin-right: 0;
  }
  .content-ul-list .row .detail-list {
    width: 100%;
  }
  .content-ul-list .row .shop-detail-contact {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-ul-list .row .shop-text {
    margin-right: 0;
  }
  .shop-detail-contact {
    margin-top: 20px;
  }
  .content-ul-list .row .shop-text {
    width: 49%;
  }
  .content-ul-list .row .shop-contact {
    width: 42%;
  }
  .content-ul-list .row .img-list img {
    width: 100%;
  }
  .content-ul-list .row .detail-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-ul-list .row .link-google-map {
    max-width: 160px;
  }
  .content-ul-list .row h2, .content-ul-list .row h3, .content-ul-list .row h4, .content-ul-list .row h5 {
    font-size: 1.3rem;
  }
  .nav-category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav-category button {
    max-width: 150px;
  }
  .content-topics {
    display: block;
  }
  .content-topics .content-topics-left {
    width: 100%;
  }
  .content-topics .content-topics-left .detail-list .column-list li {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-top: 15px;
  }
  .content-topics .content-topics-left .detail-list .column-list li .text {
    padding-bottom: 0 !important;
  }
  .content-topics .content-topics-right {
    width: 100%;
    margin-top: 40px;
  }
  .category .box {
    padding: 5px;
    font-size: 1rem;
    max-width: 100px;
  }
  .content-topics .content-topics-left .detail-list .column-list li {
    margin-right: 0;
    -ms-flex-preferred-size: 48.7645% !important;
        flex-basis: 48.7645% !important;
  }
  .title-line h2 {
    font-size: 1.6rem;
  }
  .image-guide {
    margin-left: 0px;
  }
  #staff-recommend .staff-recommend .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #staff-recommend .staff-recommend .row .col-left {
    width: 100%;
  }
  #staff-recommend .staff-recommend .row .col-right {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  #staff-recommend .content-company {
    margin-top: 40px !important;
  }
  .staff-recommend-page .content-1300 {
    width: 100%;
  }
  .staff-recommend-page #staff-recommend .staff-recommend .slick-staff-recommend .slick-slide {
    padding: 0;
  }
  #staff-recommend .staff-recommend .nav-slick-staff-recommend .slick-slide {
    padding: 9px 5px;
  }
  #staff-recommend .staff-recommend .slick-next {
    right: 20px;
    top: 48% !important;
  }
  #staff-recommend .staff-recommend .slick-prev {
    left: 20px;
    top: 48% !important;
  }
  #staff-recommend .staff-recommend .detail-link-list {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #707070;
  }
  #staff-recommend .staff-recommend .detail-link-list ul li + li {
    margin-top: 20px;
  }
  #staff-recommend .btn-back {
    margin-left: 8px;
    margin-right: 8px;
  }
  .staff-recommend .slick-prev, .slick-next {
    top: 48% !important;
  }
  footer .copyright {
    font-size: 1.2rem;
  }
  .detail-list .ig-list {
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
  .detail-list .ig-list li {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .detail-list .ig-list li + li {
    margin-top: 4%;
  }
}
/* ------------------------- Screen 600px ------------------------- */
@media only screen and (max-width: 600px) {
  .show-600 {
    display: block !important;
  }
  .banner-app {
    background: url("/th/assets/images/top/banner-app-sp.jpg") !important;
  }
  .content-ul-list .row .detail-list {
    display: block;
  }
  .content-ul-list .row .link-google-map {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-ul-list .row h2 {
    font-size: 1.6rem;
  }
  .content-ul-list .row .shop-text p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .content-ul-list .row .shop-contact p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .content-ul-list li {
    padding-bottom: 7.217%;
  }
  .content-ul-list li + li {
    padding-top: 8.137%;
  }
  .pagenation ul .prev {
    max-width: 90px;
    background-position: left 0.6em top 50%;
    padding-right: 15px;
  }
  .pagenation ul .next {
    max-width: 90px;
    background-position: right 0.6em top 50%;
    padding-left: 15px;
  }
  .interior-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interior-detail .text-detail {
    width: 100%;
  }
  .interior-detail .img-detail {
    width: 100%;
    padding: 10px 0;
  }
  .interior-detail .img-detail img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
/* ------------------------- Screen 414px ------------------------- */
@media only screen and (max-width: 414px) {
  #mainvisual div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/* ------------------------- Screen 375px ------------------------- */