@charset "UTF-8";
/* chonburi-regular */
@font-face {
  font-family: "chonburi-regular";
  src: url("../../fonts/chonburi-regular.eot");
  src: url("../../fonts/chonburi-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/chonburi-regular.woff") format("woff"), url("../../fonts/chonburi-regular.ttf") format("truetype"), url("../../fonts/chonburi-regular.svg#chonburi-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* prompt-light */
@font-face {
  font-family: "prompt-light";
  src: url("../../fonts/prompt-light.eot");
  src: url("../../fonts/prompt-light.eot?#iefix") format("embedded-opentype"), url("../../fonts/prompt-light.woff2") format("woff2"), url("../../fonts/prompt-light.woff") format("woff"), url("../../fonts/prompt-light.ttf") format("truetype"), url("../../fonts/prompt-light.svg#prompt-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* prompt-regular */
@font-face {
  font-family: "prompt-regular";
  src: url("../../fonts/prompt-regular.eot");
  src: url("../../fonts/prompt-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/prompt-regular.woff2") format("woff2"), url("../../fonts/prompt-regular.woff") format("woff"), url("../../fonts/prompt-regular.ttf") format("truetype"), url("../../fonts/prompt-regular.svg#prompt-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* prompt-medium */
@font-face {
  font-family: "prompt-medium";
  src: url("../../fonts/prompt-medium.eot");
  src: url("../../fonts/prompt-medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/prompt-medium.woff2") format("woff2"), url("../../fonts/prompt-medium.woff") format("woff"), url("../../fonts/prompt-medium.ttf") format("truetype"), url("../../fonts/prompt-medium.svg#prompt-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0 auto;
  padding: 0px;
  color: #000;
  font-family: "Tahoma";
  font-weight: normal;
  font-size: 15px;
  background: #fff;
}

a {
  color: #000;
  border: none;
  outline: none;
  text-decoration: none;
}
a:link, a:visited {
  outline: none;
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}

.clear {
  clear: both;
}

.no-padding {
  margin: 0px;
  padding: 0px;
}

/*--FORM--*/
.form {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
}

.formgroup {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

.form-error {
  font-family: "prompt-light";
  opacity: 1;
}
.form-error.help-block {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: -7px;
  z-index: 1;
  display: block;
  border: none;
  padding-right: 15px;
  color: #ce6214;
  text-align: right;
  font-size: 11px;
}

.img {
  width: 100%;
}

#pagination {
  position: relative;
  max-width: 1080px;
  margin: auto;
  text-align: center;
}

.pagination {
  color: #000;
  font-size: 14px !important;
  text-align: center !important;
}
.pagination a {
  display: block;
  color: #000 !important;
}
.pagination a:hover, .pagination a.active {
  padding: 5px 10px !important;
  background: #8f1a1d !important;
  border-radius: 0px !important;
  color: #fff !important;
}

.pagination > li > a,
.pagination > li > span {
  background: none !important;
  border: none;
  padding: 5px 10px !important;
}

.pagination .title {
  float: left;
  padding-top: 5px;
  padding-right: 5px;
}

.pagination-mobile {
  position: relative;
}

.previos {
  position: absolute;
  left: 15px;
  top: 25px;
}
.previos img {
  width: 19px;
  margin-right: 10px;
}
.previos.opacity {
  opacity: 0.5;
}

.next {
  position: absolute;
  right: 15px;
  top: 25px;
}
.next img {
  width: 19px;
  margin-left: 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.next.opacity {
  opacity: 0.5;
}

iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

.google {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0px;
}

@media (max-width: 991px) {
  .container {
    width: 100%;
    padding: 0px;
  }
  .container .row {
    padding: 0px;
    margin: 0px;
  }

  .no-padding-mobile {
    margin: 0px;
    padding: 0px;
  }

  .pagination-mobile {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .no-padding-pc {
    margin: 0px;
    padding: 0px;
  }

  .form .first-child {
    padding-right: 5px;
  }
  .form .last-child {
    padding-left: 5px;
  }

  #pagination {
    margin-top: 60px;
  }
}
#header {
  position: relative;
  z-index: 99;
  background: url("../../imgs/bg-menu.jpg") repeat-x top #8f1a1d;
}
#header .header {
  padding: 5px 0px;
}
#header .header .dropdown .dropdown-menu {
  display: none;
  border-radius: 0px;
  z-index: 10;
}
#header .header .dropdown .dropdown-menu li {
  display: block;
  border: none;
}
#header .header .dropdown .dropdown-menu li a {
  color: #000000;
  font-family: "Tahoma";
  font-size: 14px;
}
#header .header__logo img {
  width: 123px;
}
#header .header__menu img {
  width: 11px;
  margin-right: 10px;
}
#header .header__menu ul {
  font-family: "Tahoma";
  font-size: 16px;
  list-style: none;
}
#header .header__menu--top {
  padding: 0px;
  padding-top: 10px;
}
#header .header__menu--top li a.active {
  color: #8f1a1d;
}
#header .header__menu--bottom {
  padding: 0px;
}
#header .header__menu--bottom li {
  font-size: 14px;
  border-right: 1px solid #b15f61;
}
#header .header__menu--bottom li:last-child {
  border-right: none;
}
#header .header__menu--bottom li a {
  color: #fff;
}
#header .header__slogan {
  color: #8f1a1d;
  font-family: "Tahoma";
  font-size: 14px;
  text-align: right;
}
@media (max-width: 991px) {
  #header .header .dropdown:hover .dropdown-menu {
    display: block;
  }
  #header .header__logo {
    padding: 5px 15px;
  }
  #header .header__mobile {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 14px;
  }
  #header .header__mobile img {
    width: 28px;
    margin-left: 15px;
  }
  #header .header__menu .menu-close {
    position: absolute;
    right: 0px;
    top: 30px;
  }
  #header .header__menu .menu-close img {
    width: 25px;
  }
  #header .header__menu .mobile-hide {
    right: -100%;
  }
  #header .header__menu--bottom {
    display: flex;
    flex-wrap: wrap;
  }
  #header .header__menu--bottom li {
    display: inline-block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 10px;
    border: none;
  }
  #header .header__menu--bottom li.line {
    padding: 0px;
    width: 1px;
    background: #b15f61;
  }
  #header .header__menu--bottom li.line:nth-child(16) {
    display: none;
  }
  #header .header__menu--top {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    width: 80%;
    background: rgba(143, 26, 29, 0.95);
    padding-top: 30%;
    transition: 0.3s;
  }
  #header .header__menu--top li {
    padding-right: 15px;
    text-align: right;
  }
  #header .header__menu--top li a {
    display: block;
    padding: 15px 0px;
    color: #fff;
    font-size: 20px;
  }
  #header .header__menu--top li a.active {
    color: #fff;
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  #header .header {
    display: flex;
    padding: 0px 15px;
  }
  #header .header .dropdown {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header .header .dropdown:hover .dropdown-menu {
    display: block;
  }
  #header .header .dropdown .dropdown-menu {
    margin-top: 0px;
    margin-left: 20px;
    padding: 0px;
  }
  #header .header .dropdown .dropdown-menu li {
    padding: 0px;
  }
  #header .header .dropdown .dropdown-menu li a {
    padding: 10px 15px;
  }
  #header .header .dropdown .dropdown-menu li a:hover {
    color: #fff;
    background: #8f1a1d;
  }
  #header .header__logo {
    padding-top: 5px;
    padding-right: 10px;
  }
  #header .header__menu {
    position: relative;
    width: 100%;
  }
  #header .header__menu ul {
    display: flex;
  }
  #header .header__menu ul li {
    padding: 0px 10px;
  }
  #header .header__menu--bottom {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  #header .header__slogan {
    position: absolute;
    top: 12px;
    right: 0px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  #header .header {
    display: flex;
  }
  #header .header__logo {
    padding-right: 0px;
    transition: 0.5s;
  }
  #header .header__menu ul li {
    padding: 0px 1.2vw;
  }
}
@media (min-width: 1272px) {
  #header .header__logo {
    padding-right: 2vw;
  }
}
@media (min-width: 1440px) {
  #header .header__logo {
    padding-right: 70px;
  }
  #header .header__menu ul li {
    padding: 0px 24px;
  }
}

#footer input:focus, #footer .input, #footer textarea:focus {
  border: 2px solid #0061a9;
}
#footer .footer__backtotop {
  position: relative;
}
#footer .footer__top {
  max-width: 850px;
  margin: auto;
  padding: 30px 0px;
}
#footer .footer__menu {
  background: #e6e6e6;
}
#footer .social {
  padding: 0px 15px;
}
#footer .social__title {
  color: #8f1a1d;
  font-family: "prompt-regular";
  font-size: 25px;
}
#footer .social__image {
  display: flex;
}
#footer .social__image--info {
  width: 33.33%;
  text-align: center;
}
#footer .social__image--info img {
  width: 60px;
}
#footer .social__image--title {
  padding-top: 15px;
  font-size: 16px;
}
#footer .condition {
  color: #808080;
  font-size: 12px;
  text-align: center;
}
#footer .submit {
  background: #0061a9;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
}
#footer .submit:disabled {
  filter: grayscale(1);
  opacity: 0.4;
  pointer-events: none;
}
#footer .menu ul {
  list-style: none;
}
#footer .menu .main ul li {
  padding-bottom: 15px;
}
#footer .menu .main ul li a {
  color: #8f1a1d;
  font-size: 14px;
}
#footer .menu .second .title {
  padding-bottom: 15px;
}
#footer .menu .second a {
  color: #8f1a1d;
  font-size: 14px;
}
#footer .menu .second ul li {
  padding-bottom: 15px;
}
#footer .menu .second ul li a {
  color: #000;
  font-size: 14px;
}
#footer .footer__bottom .logo {
  background: url("../../imgs/footer/bg.png") repeat-x top;
  text-align: center;
}
#footer .footer__bottom .title {
  padding: 30px 0px;
  color: #8f1a1d;
  font-family: "prompt-regular";
  font-size: 25px;
  text-align: center;
}
#footer .footer__bottom .address {
  background: #8f1a1d;
  padding: 30px 15px;
  color: #fff;
  font-family: "Tahoma";
  font-size: 14px;
  text-align: center;
}
#footer .footer__bottom .address a {
  color: #fff;
  text-decoration: underline;
}
#footer .footer__bottom .address .line {
  width: 100px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 1px;
  background: #b15f61;
}
#footer .gototop {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 10;
  display: none;
}
#footer .gototop img {
  width: 54px;
}
#footer .dropdowns .old.has-error + .selected {
  border-color: #ce6214;
}
#footer .formgroup.checkbox {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#footer .formgroup.checkbox input {
  visibility: hidden;
  margin: 0;
}
#footer .formgroup.checkbox label {
  padding: 0;
}
#footer .formgroup.checkbox label a {
  text-decoration: underline;
}
#footer .formgroup.checkbox input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  min-width: 24px;
  min-height: 24px;
  margin: 0 14px 0 0;
  padding: 0 3px;
  border: 1px solid #808080;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 20px;
  font-size: 20px;
}
#footer .formgroup.checkbox input[type=checkbox]:checked + label:before {
  background: #fff;
  color: #000;
  content: "✓";
  border: 2px solid #0061a9;
}
@media (max-width: 991px) {
  #footer .social__title {
    padding-bottom: 30px;
    text-align: center;
  }
  #footer .social__image--title {
    display: none;
  }
  #footer .contact {
    margin-top: 40px;
  }
  #footer .menu {
    margin-top: 30px;
    padding: 15px;
  }
  #footer .menu .title a {
    font-size: 16px;
  }
  #footer .menu .main ul {
    float: left;
    width: 50%;
  }
  #footer .menu .main ul li {
    display: block;
  }
  #footer .menu .main ul li a {
    font-size: 16px;
  }
  #footer .menu .main .t-right {
    text-align: right;
  }
  #footer .menu .second ul {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  #footer .footer__top {
    padding: 60px 0px;
  }
  #footer .social {
    display: flex;
  }
  #footer .social__title {
    width: 50%;
  }
  #footer .social__image {
    width: 50%;
  }
  #footer .form {
    display: flex;
    padding-top: 30px;
  }
  #footer .form__left, #footer .form__right {
    width: 50%;
  }
  #footer .condition {
    padding-top: 15px;
    font-size: 11px;
    text-align: right;
  }
  #footer .menu {
    display: flex;
    max-width: 1280px;
    margin: auto;
    padding: 60px 0px;
  }
  #footer .menu .menucolumn {
    display: flex;
  }
  #footer .menu .menucolumn ul {
    width: 50%;
  }
  #footer .menu .main {
    padding-left: 25px;
  }
  #footer .menu .main, #footer .menu .second {
    width: 25%;
  }
  #footer .menu .second, #footer .menu .third {
    border-left: 1px solid #cccccc;
    padding-left: 24px;
  }
  #footer .menu .third {
    width: 50%;
  }
  #footer .footer__bottom .address a {
    margin-left: 10px;
  }
}

#cookie .cookie {
  position: fixed;
  z-index: 999;
  bottom: 0;
  padding: 15px 0;
  width: 100vw;
  background-color: #000a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cookie .cookie__text {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cookie .cookie__text p {
  margin: 0;
}
#cookie .cookie__text a {
  margin-left: 5px;
  color: #fff;
  text-decoration: underline;
}
#cookie .cookie__group {
  display: flex;
}
#cookie .cookie__consent {
  cursor: pointer;
  margin-left: 25px;
  padding: 5px 20px;
  background-color: #fff;
  border: 1px solid #0061a9;
  color: #0061a9;
  border-radius: 5px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
#cookie .cookie__accept {
  cursor: pointer;
  margin-left: 25px;
  padding: 5px 20px;
  background-color: #0061a9;
  border-radius: 5px;
}
@media (max-width: 991px) {
  #cookie .cookie {
    padding: 15px;
    flex-direction: column;
  }
  #cookie .cookie__group {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#cookieConsent .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
#cookieConsent .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
#cookieConsent .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
#cookieConsent .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
#cookieConsent .form-check-input[type=radio] {
  border-radius: 50%;
}
#cookieConsent .form-check-input:active {
  filter: brightness(90%);
}
#cookieConsent .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#cookieConsent .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
#cookieConsent .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
#cookieConsent .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
#cookieConsent .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
#cookieConsent .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
#cookieConsent .form-check-input[disabled] ~ .form-check-label,
#cookieConsent .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
#cookieConsent .form-switch {
  padding-left: 2.5em;
}
#cookieConsent .form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #cookieConsent .form-switch .form-check-input {
    transition: none;
  }
}
#cookieConsent .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
#cookieConsent .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
#cookieConsent .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
#cookieConsent .modal-dialog {
  width: 90vw;
  max-width: 750px;
}
#cookieConsent .cookieConsent__item {
  border-radius: 5px;
}
#cookieConsent .cookieConsent__item--top {
  position: relative;
  display: flex;
  align-items: center;
}
#cookieConsent .cookieConsent__item--title {
  display: flex;
  align-items: center;
}
#cookieConsent .cookieConsent__item--title .icon {
  transition: 0.5s;
  mask-image: url("/assets/imgs/icons/remove.svg");
}
#cookieConsent .cookieConsent__item--title.collapsed .icon {
  mask-image: url("/assets/imgs/icons/plus.svg");
}
#cookieConsent .cookieConsent__item--switch {
  position: absolute;
  right: 15px;
  padding: 0;
}
#cookieConsent .cookieConsent__item--switch .form-check-input {
  cursor: pointer;
  height: 25px;
  width: 50px;
  border: unset !important;
}
#cookieConsent .cookieConsent__item--switch .form-check-input:read-only {
  background-color: #ededed;
}
#cookieConsent .cookieConsent__item--switch .form-check-input:focus {
  box-shadow: unset;
}
#cookieConsent .cookieConsent__item--switch .form-check-input:focus:not(:checked) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}
#cookieConsent .cookieConsent__item--switch .form-check-input:checked {
  background-color: #8f1a1d;
}
#cookieConsent .cookieConsent__item--detail_card {
  padding: 0;
  padding-top: 15px;
  border: unset;
}
#cookieConsent .cookieConsent__item--list {
  margin-top: 15px;
}
#cookieConsent .cookieConsent__item--list table {
  width: 100%;
}
#cookieConsent .cookieConsent__item--list table,
#cookieConsent .cookieConsent__item--list th,
#cookieConsent .cookieConsent__item--list td {
  border: 1px solid #ededed;
  border-collapse: collapse;
}
#cookieConsent .cookieConsent__item--list .capitalize {
  text-transform: capitalize;
}
#cookieConsent .cookieConsent__item--list .list-detail {
  display: none;
  padding-left: 30px;
}
#cookieConsent .cookieConsent__item--list .list-detail.active {
  display: block;
}
#cookieConsent .cookieConsent__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
#cookieConsent .cookieConsent__footer > * {
  margin: 0 5px;
}
#cookieConsent .cookieConsent__btn {
  cursor: pointer;
  padding: 5px 15px;
  margin-left: 20px;
  color: #fff;
  background-color: #0061a9;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 400;
}
#cookieConsent .cookieConsent__btn--confirm {
  color: #0061a9;
  border-color: #0061a9;
  background-color: #fff;
}
@media (max-width: 991px) {
  #cookieConsent .modal-dialog {
    width: unset;
  }
  #cookieConsent .cookieConsent__btn {
    margin: 15px 0 0;
  }
}
#cookieConsentLabel {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #cookieConsentLabel {
    flex-direction: column;
  }
  #cookieConsentLabel h4 {
    width: 100%;
  }
}

#Sort-Select.menuselect .select {
  position: relative;
  border: none;
  padding: 0px;
  padding-right: 25px;
  color: #0061a9;
}
#Sort-Select.menuselect .select .carat {
  top: 10px;
  right: 0px;
  width: 11px;
  height: 7px;
  background: url("../../imgs/down.svg") no-repeat;
}
#Sort-Select.menuselect ul {
  top: 25px;
}

#Category-Select ul li a, #Film-Select ul li a {
  float: right;
  color: #0061a9;
  text-decoration: underline;
}

#Film-Select {
  position: relative;
  z-index: 9;
}

.menuselect {
  position: relative;
}
.menuselect.active .select {
  border: 2px solid #fff;
}
.menuselect .select {
  display: block;
  padding: 10px 15px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  border: none;
  border: 2px solid #b15f61;
  border-radius: 3px;
  background: #fff;
  background: none;
  color: #fff;
  font-family: "Tahoma";
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
.menuselect .select .carat {
  position: absolute;
  right: 10px;
  top: 17px;
  width: 11px;
  height: 7px;
  transition: all 0.3s;
  background: url("../../imgs/down-white.svg") no-repeat;
}
.menuselect ul {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  top: 45px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 0px;
  overflow: hidden;
  padding: 15px;
  list-style: none;
}
.menuselect ul li {
  padding: 5px 0px;
}
.menuselect ul li a {
  display: block;
}
.menuselect ul li a:hover {
  color: #0061a9;
}
.menuselect .drop {
  display: block;
}

/* The containercheck */
.containercheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  font-weight: normal;
  font-size: 14px;
}

/* Hide the browser's default checkbox */
.containercheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #000;
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
  background-color: #0061a9;
  border: 2px solid #0061a9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product {
  background: #f2f2f2;
}
.product__content {
  max-width: 1078px;
  margin: 0 auto;
}
.product__title {
  position: relative;
  padding-bottom: 60px;
  color: #8f1a1d;
  font-family: "prompt-regular";
  font-size: 25px;
  text-align: center;
  line-height: 1em;
}
.product__title a {
  text-decoration: underline;
}
.product__title--all {
  position: absolute;
  right: 15px;
  top: 0px;
  color: #000;
  font-size: 14px;
  font-family: "Tahoma";
}
.product__position {
  display: flex;
  cursor: pointer;
  position: relative;
  margin-bottom: 30px;
}
.product__position:hover .product__image {
  border: 5px solid #ff6600;
}
.product__position:hover .product__info--price {
  background: #ff6600;
}
.product__tag {
  position: absolute;
  top: -10px;
  left: -10px;
}
.product__tag img {
  width: 86px;
}
.product__recommend {
  position: absolute;
  top: -10px;
  left: -10px;
}
.product__recommend.whit-tag {
  left: 75px;
}
.product__recommend img {
  width: 71px;
}
.product__campaign {
  position: absolute;
  top: -10px;
  width: 50%;
  padding: 0 10px;
  display: flex;
  justify-content: center;
}
.product__campaign img {
  max-width: 100%;
  max-height: 100%;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
}
.product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 50%;
  padding: 0px 15px;
  border: 5px solid #fff;
}
.product__image--position {
  width: 100%;
}
.product__image--position img {
  margin: 0 auto;
}
.product__info {
  padding-left: 15px;
  width: 50%;
  font-family: "Tahoma";
}
.product__info--title {
  padding-bottom: 5px;
  min-height: 55px;
  color: #000;
  font-size: 18px;
}
.product__info--title .feature-icon {
  width: 55px;
}
.product__info--subcat {
  float: left;
  color: #8f1a1d;
  font-size: 14px;
}
.product__info--size {
  float: right;
  color: #8f1a1d;
  font-size: 14px;
}
.product__info--detail {
  margin: 15px 0px;
  padding: 15px 0px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  color: #000;
  font-size: 14px;
}
.product__info--grade {
  font-size: 14px;
}
.product__info--rating img {
  width: 12px;
}
.product__info--price_detail {
  color: #f32d2d;
  gap: 4px;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  font-family: "Sarabun", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
}
.product__info .discount-badge {
  background: #0a66b2;
  color: #fff;
  display: inline-block;
  padding: 1px 8px 1px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #0a66b2;
  font-size: 10px;
}
.product__info .discount-badge:before {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.product__info .discount-badge:before {
  border-bottom: 5px solid transparent;
  border-right: 5px solid #0A66AA;
  border-top: 5px solid transparent;
  left: -5px;
}
.product__info--price {
  background: #cf0a0f;
  margin-top: 15px;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__info--price.campaign {
  padding: 10px 15px;
  max-height: 60px;
}
.product__info--price > a, .product__info--price span {
  float: right;
  color: #fff;
  font-size: 14px;
  line-height: 2.2em;
}
.product__info--campaign .original_price {
  font-size: 14px;
  text-decoration: line-through;
}
.product__info--campaign .sell_price {
  line-height: 24px;
}

@media (max-width: 374px) {
  .product__tag img {
    width: 70px;
  }
  .product__recommend.whit-tag {
    left: 65px;
  }
  .product__recommend img {
    width: 61px;
  }
}
@media (max-width: 991px) {
  .product {
    padding-top: 30px;
  }
  .product .pd-bottom {
    margin-bottom: 50px;
  }
  .product__title {
    padding-bottom: 30px;
  }
  .product__title--all {
    top: 2px;
    right: 15px;
    font-size: 12px;
  }
  .product__image {
    width: 50%;
  }
  .product__info {
    width: 50%;
  }
  .product__info--title {
    font-size: 16px;
  }
  .product__info--subcat {
    font-size: 12px;
  }
  .product__info--detail {
    font-size: 14px;
  }
  .product__info--grade {
    font-size: 12px;
  }
  .product__info--price {
    padding: 10px;
    font-size: 14px;
  }
  .product__info--price.campaign {
    padding: 10px;
  }
  .product__info--price a {
    font-size: 12px;
    line-height: 2em;
  }
  .product__info--rating {
    margin-top: -6px;
  }
}
@media (max-width: 374px) {
  .product__image {
    width: 40%;
  }
  .product__info {
    width: 60%;
  }
  .product__info--price {
    font-size: 14px;
  }
  .product__info--price a {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .product__info--grade {
    float: left;
  }
  .product__info--rating {
    float: right;
  }
}
@media (min-width: 992px) {
  .product {
    padding-top: 63px;
  }
  .product .pd-left {
    padding-left: 35px;
  }
  .product .pd-right {
    padding-right: 35px;
  }
  .product__info {
    padding-left: 25px;
  }
  .product__position {
    margin-bottom: 60px;
  }
}
#home .owl-dots {
  position: absolute;
  right: 55px;
  left: 55px;
  bottom: 0px;
}
#home .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #8f1a1d;
  opacity: 0.5;
}
#home .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
#home .owl-theme .owl-dots .owl-dot.active span {
  background: #8f1a1d;
  opacity: 1;
}
#home .owl-theme .owl-nav {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 50%;
}
#home .owl-theme .owl-nav img {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
#home .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  border-radius: 0px;
  width: 36px;
  height: 36px;
  padding: 0px;
  margin: 0px;
  background: none;
}
#home .owl-theme .owl-nav .owl-prev img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#home .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  border-radius: 0px;
  width: 36px;
  height: 36px;
  padding: 0px;
  margin: 0px;
  background: none;
}
#home .owl-theme .owl-nav .owl-next:hover {
  opacity: 1;
}
#home .search {
  position: relative;
  z-index: 3;
  background: #911a1e;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 3px 15px 26px -22px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 15px 26px -22px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 15px 26px -22px rgba(0, 0, 0, 0.75);
}
#home .search .formgroup {
  padding: 0px 5px;
}
#home .search .flex {
  align-self: center;
}
#home .search .containercheck {
  padding-left: 0px;
}
#home .search .submit {
  background: url("../../imgs/submit-home.svg") no-repeat center;
  width: 100%;
}
#home .search__title {
  color: #fff;
  font-family: "prompt-regular";
  font-size: 25px;
  text-align: center;
}
#home .search__form .setnomargin {
  margin: 0;
}
#home .service {
  text-align: center;
}
#home .service__title {
  color: #8f1a1d;
  font-family: "prompt-medium";
  font-size: 20px;
}
#home .service__title p {
  color: #0061a9;
  font-family: "prompt-regular";
  font-size: 15px;
  font-style: italic;
}
#home .service__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1069px;
  margin: 0 auto;
}
#home .service__content--img {
  width: 50%;
}
#home .service__content--img img {
  margin: 0 auto;
}
#home .promotion {
  background: #8f1a1d;
}
#home .promotion .owl-theme .owl-dots .owl-dot span {
  background: #fff;
}
#home .promotion__bgtop {
  background: url("../../imgs/bg-promotion-top.png") no-repeat center top #f2f2f2;
  background-size: cover;
  min-height: 80px;
  width: 100%;
}
#home .promotion__bgbottom {
  position: relative;
  z-index: 2;
  background: url("../../imgs/bg-promotion-bottom.png") no-repeat center bottom #fff;
  background-size: cover;
  min-height: 80px;
  width: 100%;
}
#home .promotion__width {
  max-width: 1049px;
  margin: auto;
}
#home .promotion__banner--title {
  max-width: 354px;
  margin: auto;
  padding: 15px 0px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#home .title {
  position: relative;
  padding-bottom: 40px;
}
#home .title__text {
  color: #8f1a1d;
  font-family: "prompt-regular";
  font-size: 25px;
  text-align: center;
}
#home .title__all {
  position: absolute;
  top: 13px;
  right: 0px;
  font-size: 12px;
}
#home .title__all a {
  text-decoration: underline;
}
#home .news_review {
  max-width: 1160px;
  margin: auto;
  margin-top: 60px;
}
#home .news,
#home .review {
  position: relative;
}
#home .news__content .col-xs-6,
#home .review__content .col-xs-6 {
  padding: 0px 5px;
}
#home .news__content--bg,
#home .review__content--bg {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
#home .news__content--img,
#home .review__content--img {
  display: flex;
  height: 278px;
  position: relative;
}
#home .news__content--title,
#home .review__content--title {
  align-self: flex-end;
  padding: 0px 15px 15px 15px;
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 17px;
}
#home .review__content--img {
  display: block;
  overflow: hidden;
}
#home .review__content--img:hover .review__content--bg {
  background: rgba(166, 39, 43, 0.7);
}
#home .review__content--img:hover .review__content--title {
  bottom: 25px;
}
#home .review__content--img:hover .review__content--vdo {
  bottom: 15px;
}
#home .review__content--star {
  position: relative;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 14px;
}
#home .review__content--star img {
  width: 11px;
}
#home .review__content--title {
  position: absolute;
  bottom: 5px;
}
#home .review__content--play {
  position: relative;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
#home .review__content--play img {
  width: 47px;
}
#home .review__content--vdo {
  position: absolute;
  bottom: -20px;
  padding: 0px 15px;
  color: #fff;
}
#home .review__content--vdo img {
  width: 17px;
}
#home .brand {
  background: #8f1a1d;
}
#home .brand .col-xs-6 {
  margin-bottom: 30px;
}
#home .brand a:hover .brand__image {
  border: 5px solid #ff6600;
}
#home .brand__position {
  max-width: 1160px;
  margin: auto;
  padding: 60px 0px 30px 0px;
}
#home .brand__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 100%;
  height: 165px;
  border: 5px solid #fff;
}
#home .brand__image--position {
  width: 100%;
}
#home .brand__image--position img {
  margin: 0 auto;
}
#home .brand__title {
  padding-top: 15px;
  color: #fff;
  text-align: center;
}
#home .product__info {
  font-family: "sarabun";
}
#home .product__info--rating {
  float: none;
}
#home .product__image {
  min-height: 260px;
  /* width: 100%; */
}
#home .product__image .ontop-disct {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 4px;
  padding: 4px 8px;
  color: #fff;
  background-color: #f32d2d;
  border-radius: 0 0 5px 0;
  z-index: 2;
  font-family: "Sarabun", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
}
#home .guru {
  background: #8f1a1d;
  display: grid;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  font-family: "Sarabun";
  padding: 60px 0;
}
#home .guru__content {
  max-width: 1069px;
  text-align: center;
  margin: auto;
  display: grid;
  justify-items: center;
}
#home .guru__content--title {
  font-size: 32px;
  font-weight: 700;
}
#home .guru__content--blog {
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 60px 0;
}
#home .guru__content--blog .card {
  cursor: pointer;
}
#home .guru__content--blog .card .bg-list {
  height: 186.68px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
#home .guru__content--blog .card .color-theme {
  display: flex;
}
#home .guru__content--blog .card .color-theme div {
  height: 36px;
  width: 100%;
}
#home .guru__content--blog .card .color-theme div:first-child {
  border-bottom-left-radius: 8px;
}
#home .guru__content--blog .card .color-theme div:last-child {
  border-bottom-right-radius: 8px;
}
#home .guru__content--blog .card p {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.01em;
  margin-top: 20px;
  text-align: start;
}
#home .guru__content--blog .card a {
  color: #fff;
}
#home .guru__content a.guru__content--viewAll {
  color: #fff;
}
#home .guru__content--viewAll {
  display: flex;
  gap: 8px;
  border-radius: 3px;
  border: 1px solid #fff;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
#home .explore {
  background: #eaeaea;
  display: grid;
  align-items: center;
  margin: 0 auto;
  color: #8f1a1d;
}
#home .explore__content {
  padding: 60px 0;
  max-width: 1069px;
  text-align: center;
  margin: auto;
  display: grid;
  justify-items: center;
}
#home .explore__content .col-lg-12,
#home .explore__content .col-md-12,
#home .explore__content .col-xs-12,
#home .explore__content .col-lg-6,
#home .explore__content .col-md-6,
#home .explore__content .col-xs-6 {
  padding: unset;
}
#home .explore__content--title {
  font-size: 32px;
  font-weight: 700;
}
#home .explore__content--blog {
  display: flex;
  gap: 12px;
  padding: 60px 0;
}
#home .explore__content--blog .blog {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-content: space-between;
}
#home .explore__content--blog .blog .normal {
  display: grid;
  gap: 12px;
  width: 48.8%;
}
#home .explore__content--blog .blog .normal img {
  height: 132px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
#home .explore__content--blog .blog .highlight {
  width: 100%;
}
#home .explore__content--blog .blog .highlight img {
  height: 274px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
#home .explore__content--blog .blog .tone {
  display: flex;
}
#home .explore__content--blog .blog .tone div {
  height: 36px;
  width: 100%;
}
#home .explore__content--blog .blog .tone div:first-child {
  border-bottom-left-radius: 8px;
}
#home .explore__content--blog .blog .tone div:last-child {
  border-bottom-right-radius: 8px;
}
#home .explore__content a.explore__content--viewAll {
  color: #8f1a1d;
}
#home .explore__content--viewAll {
  display: flex;
  gap: 8px;
  border-radius: 3px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border: 1px solid #8f1a1d;
}
#home .contact_immediately {
  max-width: 850px;
  margin: auto;
  padding: 50px 0;
  border-bottom: 1px solid #dedede;
}
#home .contact_immediately .social {
  padding: 0;
  display: flex;
}
#home .contact_immediately .social__title {
  width: 50%;
  position: relative;
  color: #8f1a1d;
  font-family: "prompt-regular";
}
#home .contact_immediately .social__title--head {
  font-family: "prompt-medium";
  font-size: 25px;
}
#home .contact_immediately .social__title--subhead {
  position: relative;
  font-size: 18px;
}
#home .contact_immediately .social__title--subhead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 50px;
  height: 5px;
  background-color: #8f1a1d;
}
#home .contact_immediately .social__image {
  width: 50%;
  display: flex;
  justify-content: space-around;
}
#home .contact_immediately .social__image--info {
  text-align: center;
}
#home .contact_immediately .social__image--info img {
  width: 60px;
}
#home .contact_immediately .social__image--title {
  padding-top: 15px;
  font-size: 16px;
}
#home .search_keywords {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}
#home .search_keywords__title {
  padding: 5px 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
#home .search_keywords__keyword {
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 30px;
}
@media (max-width: 991px) {
  #home .search__title {
    padding: 30px 0px;
  }
  #home .search__form {
    margin: 0 0 30px;
  }
  #home .search__form .setnomargin {
    margin: 0;
  }
  #home .service {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #home .service__title {
    padding-bottom: 15px;
  }
  #home .service__content {
    padding: 0px 7.5px;
  }
  #home .service__content--img {
    padding: 7.5px;
  }
  #home .product {
    padding-top: 30px;
  }
  #home .product .pd-bottom {
    margin-bottom: 50px;
  }
  #home .product__title--all {
    top: 2px;
    right: 15px;
  }
  #home .product__image {
    width: 50%;
  }
  #home .product__info {
    width: 50%;
  }
  #home .product__info--title {
    font-size: 16px;
  }
  #home .product__info--subcat {
    font-size: 12px;
  }
  #home .product__info--detail {
    font-size: 14px;
  }
  #home .product__info--grade {
    font-size: 12px;
  }
  #home .product__info--price {
    font-size: 14px;
  }
  #home .product__info--price a {
    font-size: 12px;
  }
  #home .product__info--rating {
    margin-top: -6px;
  }
  #home .promotion__banner {
    padding-bottom: 30px;
  }
  #home .title {
    padding-top: 40px;
  }
  #home .title__all {
    top: 52px;
    right: 15px;
  }
  #home .news .title {
    padding-top: 0px;
  }
  #home .news .title__all {
    top: 15px;
  }
  #home .news__content--title {
    font-size: 14px;
  }
  #home .contact_immediately {
    padding: 30px 15px 0;
    border-bottom: unset;
  }
  #home .contact_immediately .social {
    flex-flow: column;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
  }
  #home .contact_immediately .social__title {
    margin-bottom: 45px;
    width: unset;
    text-align: center;
  }
  #home .contact_immediately .social__image {
    width: 100%;
  }
  #home .contact_immediately .social__image--title {
    display: none;
  }
  #home .guru__content--blog {
    display: grid;
    gap: 24px;
  }
  #home .explore__content--blog {
    display: grid;
    padding: 60px 20px;
  }
  #home .explore__content .blog {
    display: grid;
    gap: 24px;
  }
  #home .explore__content .blog .normal {
    width: 100%;
    gap: unset;
  }
}
@media (max-width: 374px) {
  #home .product__image {
    width: 40%;
  }
  #home .product__info {
    width: 60%;
  }
  #home .product__info--price {
    font-size: 14px;
  }
  #home .product__info--price a {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  #home .owl-dots {
    bottom: 60px;
  }
  #home .banner {
    padding-bottom: 45px;
    -webkit-box-shadow: 3px 17px 26px -22px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 17px 26px -22px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 17px 26px -22px rgba(0, 0, 0, 0.75);
  }
  #home .search {
    display: flex;
    background: url("../../imgs/bg-search.png") no-repeat left top #8f1a1d;
    margin-top: -45px;
    min-height: 282px;
    background-position: left bottom;
  }
  #home .search__title {
    align-self: center;
    background: url("../../imgs/search.svg") no-repeat center top;
    min-height: 205px;
    padding-top: 45px;
    font-size: 40px;
  }
  #home .search__form {
    margin: 20px 0;
  }
  #home .search__form .setnomargin-pc {
    margin: 0;
  }
  #home .service {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  #home .service.bottom .service__content--img {
    margin-bottom: 30px;
  }
  #home .service__title {
    padding-bottom: 54px;
    font-size: 29.79px;
  }
  #home .service__title p {
    font-size: 22px;
  }
  #home .service__content {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  #home .service__content--img {
    width: calc(33.3333333% - 11px);
    padding: 0px 10px;
  }
  #home .product {
    padding-top: 63px;
  }
  #home .product .pd-left {
    padding-left: 35px;
  }
  #home .product .pd-right {
    padding-right: 35px;
  }
  #home .product__info {
    padding-left: 25px;
  }
  #home .product__position {
    margin-bottom: 60px;
  }
  #home .promotion .owl-dots {
    bottom: 0px;
  }
  #home .promotion__banner {
    padding: 15px 0px;
  }
  #home .title__all {
    padding-right: 5px;
  }
  #home .news_review {
    display: flex;
  }
  #home .news {
    width: 50%;
    padding-right: 15px;
  }
  #home .review {
    width: 50%;
    padding-left: 15px;
  }
  #home .branch {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  #home .promotion .owl-theme .owl-nav {
    right: -100px;
    left: -100px;
    bottom: 60%;
  }
}

#popup-banner {
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  opacity: 1;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  position: fixed;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  z-index: 1000;
  color: #ffffff;
  /* PC Popup */
}
#popup-banner .popup {
  max-width: 800px;
  max-height: 500px;
  height: auto;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  z-index: 1000;
  display: grid;
}
#popup-banner .popup img {
  max-width: 800px;
  max-height: 500px;
}
@media (max-width: 767px) {
  #popup-banner {
    /* Mobile Popup */
  }
  #popup-banner .popup {
    max-width: 400px;
    max-height: 400px;
    height: auto;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -10%);
    z-index: 1000;
  }
  #popup-banner .popup img {
    max-width: 400px;
    max-height: 400px;
  }
}
#popup-banner .popup__close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: grid;
  justify-content: end;
  width: 100%;
}
#popup-banner .popup__msg {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
#popup-banner .popup__msg input[type=checkbox] {
  margin: unset;
}

#product {
  position: relative;
  z-index: 10;
  background: #f2f2f2;
}
#product .search {
  background: #8f1a1d;
  padding: 30px 15px;
  -webkit-box-shadow: inset -1px 8px 14px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px 8px 14px -9px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px 8px 14px -9px rgba(0, 0, 0, 0.75);
}
#product .search h1 {
  padding-bottom: 15px;
  color: #fff;
  font-family: "prompt-regular";
  font-size: 18px;
}
#product .search h2 {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
#product .search h2 a {
  display: block;
  color: #fff;
  text-decoration: underline;
}
#product .search h2 .carat {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 11px;
  height: 7px;
  transition: all 0.3s;
  background: url("../../imgs/down-white.svg") no-repeat;
}
#product .search .subject {
  padding: 5px 0px 15px 0px;
  color: #fff;
}
#product .search .dropdowns .selected {
  border: 1px solid #b15f61;
  color: #fff;
}
#product .search .dropdowns .carat {
  background: url("../../imgs/down-white.svg") no-repeat;
}
#product .search .formgroup {
  margin-bottom: 10px;
}
#product .search .searchdetail {
  overflow: hidden;
  height: 100%;
  padding-bottom: 30px;
}
#product .search .searchdetail.searchdetail-hide {
  height: 0px;
  padding-bottom: 0px;
}
#product .search .searchdetail .flex {
  display: flex;
}
#product .search .searchdetail .flex .subject {
  width: 40%;
}
#product .search .searchdetail .flex .menuselect {
  width: 60%;
}
#product .search .searchdetail .flex ul {
  display: block;
  background: none;
  border: none;
  position: relative;
  padding: 0px;
  top: 0px;
}
#product .search .searchdetail .flex ul li {
  display: inline-block;
  padding-bottom: 15px;
}
#product .search .searchdetail .flex .containercheck {
  color: #fff;
}
#product .search .searchdetail .flex .checkmark {
  left: 0px;
  border: 2px solid #fff;
  border-radius: 3px;
  background: none;
}
#product .search .searchdetail .flex .containercheck:hover input ~ .checkmark {
  background-color: none;
}
#product .search .searchdetail .flex .containercheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #8f1a1d;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#product .search .searchdetail .flex .containercheck input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid #fff;
}
#product .search .searchdetail .price--position {
  padding: 40px 15px 20px 10px;
}
#product .search .searchdetail .price--position .price {
  outline: none;
}
#product .search .clearform {
  display: flex;
  padding-top: 15px;
}
#product .search .clearform a {
  color: #fff;
  text-decoration: underline;
}
#product .search .clearform div {
  width: 50%;
}
#product .search .clearform .submit {
  background: url("../../imgs/submit.svg") no-repeat;
  width: 119px;
  float: right;
}
#product .product__search {
  position: relative;
  padding: 15px 15px 60px 15px;
  color: #000;
  font-size: 20px;
}
#product .product__search a {
  color: #0061a9;
  font-size: 14px;
  text-decoration: underline;
}
#product .product__search #Sort-Select {
  width: 100%;
  max-width: 230px;
}
#product .product__search--result {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#product .product__search--result > span {
  margin: 5px 10px 5px 0;
}
#product .product__search--share {
  display: flex;
  align-items: center;
  width: 320px;
}
#product .product__search--share > div {
  height: 24px;
  margin-top: 5px;
}
#product .product__search--share > div:not(:first-child) {
  margin-left: 10px;
  cursor: pointer;
}
#product .product__search--shareicon {
  content: url("../../imgs/share-icon.svg");
}
#product .product__search--sharefacebook {
  content: url("../../imgs/share-icon-fb.svg");
}
#product .product__search--shareline {
  content: url("../../imgs/share-icon-line.svg");
}
#product .product__search--sharelink {
  content: url("../../imgs/share-icon-link.svg");
}
#product .product__info {
  font-family: "sarabun";
}
@media (max-width: 991px) {
  #product {
    overflow-x: hidden;
    min-height: 1200px;
  }
  #product .search {
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0;
    bottom: 0px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    padding: 0px;
    transition: 0.3s;
  }
  #product .search.search-mobile-hide {
    right: -100%;
  }
  #product .search__button {
    position: absolute;
    left: 30px;
    top: 15px;
  }
  #product .search__button img {
    width: 22px;
  }
  #product .search__mobile {
    position: absolute;
    padding: 0px 15px;
    background: #8f1a1d;
    width: 80%;
    top: 0px;
    bottom: 0px;
    right: 0px;
  }
  #product .product__search--result {
    display: block;
  }
  #product .product__search--button {
    position: absolute;
    right: 0px;
    top: 22px;
    right: 15px;
  }
  #product .product__search--button img {
    width: 50px;
  }
}
@media (max-width: 374px) {
  #product .product__search--button {
    right: 0px;
  }
  #product .product__search--button img {
    width: 40px;
  }
}
@media (min-width: 992px) {
  #product {
    display: flex;
  }
  #product .search {
    min-width: 320px;
    width: 30%;
    padding: 30px 15px;
  }
  #product .search .searchdetail .flex ul li {
    width: 80px;
  }
  #product .product {
    width: 70%;
    padding: 30px 60px;
  }
  #product .product__position {
    display: block;
  }
  #product .product__info {
    padding-left: 0px;
    width: 100%;
    margin-top: 15px;
  }
  #product .product__image {
    min-height: 260px;
    width: 100%;
  }
  #product .product__image .ontop-disct {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 4px;
    padding: 4px 8px;
    color: #fff;
    background-color: #f32d2d;
    border-radius: 0 0 5px 0;
    z-index: 2;
    font-family: "Sarabun", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
  }
  #product .product__campaign {
    width: 100%;
  }
  #product .product #Sort-Select {
    position: absolute;
    right: 15px;
    top: 25px;
  }
  #product .product #Sort-Select.menuselect .select {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  #product .search {
    padding: 30px 40px;
  }
}

#productdetail {
  background: #f2f2f2;
}
#productdetail .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
#productdetail .owl-theme .owl-dots .owl-dot.active span {
  background: #8f1a1d;
  opacity: 1;
}
#productdetail .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #8f1a1d;
  opacity: 0.5;
}
#productdetail #swiperImage .swiper-slide {
  background: #fff;
}
#productdetail #swiperImage .swiper-slide img {
  padding: 30px;
}
#productdetail #swiperImage .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #8f1a1d;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
#productdetail #swiperImage .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #8f1a1d;
  opacity: 1;
}
#productdetail #swiperThumb {
  margin: 30px 0;
}
#productdetail #swiperThumb .swiper-slide {
  background: #fff;
  border: 5px solid #fff;
}
#productdetail #swiperThumb .swiper-slide:hover {
  border: 5px solid #ff6600;
}
#productdetail #swiperThumb .swiper-slide-thumb-active {
  border: 5px solid #ff6600;
}
#productdetail .all {
  max-width: 1050px;
  margin: auto;
  padding: 30px 0px;
  display: flex;
}
#productdetail .all .all-next {
  padding-bottom: 20px;
}
#productdetail .all .all-next img {
  width: 17px;
}
#productdetail .all .brand_title {
  padding-bottom: 20px;
  color: #000;
  font-size: 14px;
}
#productdetail .all .title {
  color: #000;
  font-size: 20px;
}
#productdetail .all__left {
  align-self: center;
}
#productdetail .all__right img {
  float: right;
}
#productdetail .productdetail {
  max-width: 1050px;
  margin: auto;
}
#productdetail .productdetail__title {
  color: #000;
  font-size: 20px;
}
#productdetail .productdetail__image .image__item {
  background: #fff;
  padding: 30px;
}
#productdetail .productdetail__image .thumb {
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
#productdetail .productdetail__image .thumb .col-xs-4 {
  padding: 0px 5px;
}
#productdetail .productdetail__image .thumb__item {
  margin-bottom: 15px;
  padding: 15px;
  background: #fff;
  border: 5px solid #fff;
  cursor: pointer;
}
#productdetail .productdetail__image .thumb__item.active, #productdetail .productdetail__image .thumb__item:hover {
  border: 5px solid #ff6600;
}
#productdetail .productdetail__image .vdo {
  margin: 30px 0;
}
#productdetail .productdetail__image--promotion .pro-title {
  padding: 20px 0;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
#productdetail .productdetail__image--promotion .pro-title img {
  width: 20px;
}
#productdetail .productdetail__image--promotion .promotion-item {
  background-color: #AED6F1;
  border-radius: 10px;
  border: 1px solid #AED6F1;
  padding: 16px;
  margin-bottom: 12px;
}
#productdetail .productdetail__image--promotion .promotion-item .title {
  font-size: 14px;
  font-weight: 600;
}
#productdetail .productdetail__image .ontop-disct {
  position: absolute;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 4px;
  padding: 4px 8px;
  color: #fff;
  background-color: #f32d2d;
  border-radius: 0 0 5px 0;
  z-index: 2;
  font-family: "Sarabun", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
}
#productdetail .productdetail__content {
  padding-bottom: 60px;
}
#productdetail .productdetail__content .linkstyle:hover {
  text-decoration: underline;
}
#productdetail .productdetail .feature-icon {
  width: 75px;
}
#productdetail .campaign {
  display: flex;
  padding: 0 15px;
}
#productdetail .campaign img {
  max-width: 100%;
  max-height: 100%;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
}
#productdetail .grade {
  padding: 15px 15px 0;
  display: grid;
}
#productdetail .grade .rating {
  float: none;
}
#productdetail .grade .price.campaign {
  padding: 15px;
}
#productdetail .grade .price .original_price {
  margin-right: 5px;
  font-size: 14px;
  line-height: 17px;
  text-decoration: line-through;
}
#productdetail .grade__left {
  align-self: flex-end;
}
#productdetail .grade__right {
  display: flex;
  padding: 12px 0;
  align-items: end;
  justify-content: start;
  gap: 8px;
}
#productdetail .grade__right .size {
  background: #e6e6e6;
  width: 41.67%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8f1a1d;
  font-size: 18px;
  text-align: center;
}
#productdetail .grade__right .price {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #cf0a0f;
  font-family: "Sarabun", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
}
#productdetail .grade .product__info--rating {
  margin-top: 0;
}
#productdetail .grade .discount-badge {
  background: #0a66b2;
  color: #fff;
  display: inline-block;
  padding: 1px 8px 1px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #0a66b2;
  font-size: 10px;
}
#productdetail .grade .discount-badge:before {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
#productdetail .grade .discount-badge:before {
  border-bottom: 7px solid transparent;
  border-right: 7px solid #0A66AA;
  border-top: 7px solid transparent;
  left: -7px;
}
#productdetail .detail-catalog {
  margin: 0px 0px;
  padding: 30px 0px;
  border-top: 3px solid #8f1a1d;
  border-bottom: 3px solid #8f1a1d;
}
#productdetail .detail-catalog .onlineshop {
  background: #8f1a1d;
  padding: 15px 0;
  margin-bottom: 15px;
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#productdetail .detail {
  padding-bottom: 15px;
  color: #000;
  font-size: 14px;
}
#productdetail .catalog {
  display: flex;
}
#productdetail .catalog > div {
  display: flex;
  flex-wrap: wrap;
}
#productdetail .catalog__title {
  padding-bottom: 15px;
  text-align: right;
}
#productdetail .catalog__title.hasTechInfo {
  padding-bottom: 30px;
}
#productdetail .catalog__link {
  align-self: flex-end;
  position: relative;
}
#productdetail .catalog__link a {
  display: block;
  border: 2px solid #0061a9;
  border-radius: 5px;
  padding: 10px 0px;
  width: 100%;
  max-width: 155px;
  color: #0061a9;
  font-size: 14px;
  text-align: center;
}
#productdetail .catalog__link a:hover {
  opacity: 0.5;
}
#productdetail .catalog__link a:nth-child(2) {
  position: absolute;
  top: -60px;
}
#productdetail .catalog__social {
  display: flex;
  text-align: right;
  width: 100%;
}
#productdetail .catalog__social .border {
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
#productdetail .catalog__social--img {
  width: 33.33%;
  text-align: center;
}
#productdetail .catalog__social img {
  width: 50px;
}
#productdetail .line {
  margin: 20px 0px;
  border-bottom: 1px solid #bfbfbf;
}
#productdetail .checklist {
  color: #000;
  font-size: 14px;
}
#productdetail .checklist .product__info--rating {
  float: right;
}
#productdetail .checklist__line {
  padding-bottom: 30px;
  border-bottom: 3px solid #8f1a1d;
}
#productdetail .checklist span {
  float: right;
  color: #8f1a1d;
  font-size: 18px;
  line-height: 14px;
}
#productdetail .checklist .mt {
  margin-top: -20px;
}
#productdetail .info {
  margin-top: 30px;
}
#productdetail .info p {
  color: #0061a9;
  font-size: 14px;
}
#productdetail .info .condition {
  padding-top: 15px;
  font-size: 12px;
}
@media (max-width: 991px) {
  #productdetail .productdetail__title {
    padding-bottom: 30px;
  }
  #productdetail .productdetail .d-pc {
    display: none;
  }
  #productdetail .productdetail .d-mobile {
    padding: 0px 20px 0px 20px;
  }
  #productdetail .grade__left {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  #productdetail .owl-dots {
    display: none;
  }
  #productdetail .productdetail__content {
    padding-left: 30px;
  }
  #productdetail .productdetail .d-mobile {
    display: none;
  }
}

.promotion__title {
  padding: 39px 0px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.promotion__title li {
  display: inline-block;
  padding: 0px 15px;
}
.promotion__title li a {
  padding: 30px 0px;
  color: #000;
  font-size: 22px;
  font-family: "prompt-regular";
  line-height: 1em;
}
.promotion__title li a.active, .promotion__title li a:hover {
  color: #8f1a1d;
  border-bottom: 5px solid #8f1a1d;
}

#promotion .owl-dots {
  position: absolute;
  right: 55px;
  left: 55px;
  bottom: -30px;
}
#promotion .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #8f1a1d;
  opacity: 0.5;
}
#promotion .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
#promotion .owl-theme .owl-dots .owl-dot.active span {
  background: #8f1a1d;
  opacity: 1;
}
#promotion .owl-theme .owl-nav {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 50%;
}
#promotion .owl-theme .owl-nav img {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
#promotion .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  border-radius: 0px;
  width: 36px;
  height: 36px;
  padding: 0px;
  margin: 0px;
  background: none;
}
#promotion .owl-theme .owl-nav .owl-prev img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#promotion .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  border-radius: 0px;
  width: 36px;
  height: 36px;
  padding: 0px;
  margin: 0px;
  background: none;
}
#promotion .owl-theme .owl-nav .owl-next:hover {
  opacity: 1;
}
#promotion .promotion {
  background: #f2f2f2;
  padding: 60px 0px;
}
#promotion .promotion .last {
  background: #8f1a1d;
  max-width: 155px;
  padding: 15px 0px;
  margin-bottom: 15px;
  color: #fff;
  font-family: "prompt-regular";
  font-size: 18px;
  text-align: center;
}
#promotion .promotion .date {
  color: #808080;
  font-size: 14px;
}
#promotion .promotion__item .title {
  padding: 15px 0px;
  color: #000;
  font-size: 18px;
}
#promotion .promotion__item .image {
  padding-bottom: 15px;
  cursor: pointer;
}
#promotion .promotion__item .image img {
  box-shadow: 10px 10px 0px 0px #8f1a1d;
}
#promotion .promotion__last {
  max-width: 1050px;
  margin: auto;
}
#promotion .promotion__width {
  max-width: 1020px;
  margin: auto;
  padding-top: 60px;
}
#promotion .promotion__banner--title {
  padding: 15px 0px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 991px) {
  #promotion .promotion .last {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #promotion .owl-theme .owl-nav {
    bottom: 70%;
  }
  #promotion .promotion__item {
    display: flex;
  }
  #promotion .promotion__item .col-md-4 {
    align-self: center;
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  #promotion .owl-theme .owl-nav {
    right: -100px;
    left: -100px;
  }
}

#news .news {
  background: #f2f2f2;
  padding: 30px 0px;
}
#news .news__last .last {
  background: #8f1a1d;
  max-width: 155px;
  padding: 15px 0px;
  margin-bottom: 15px;
  color: #fff;
  font-family: "prompt-regular";
  font-size: 18px;
  text-align: center;
}
#news .news__last .title {
  padding: 15px 0px;
  color: #000;
  font-size: 18px;
}
#news .news__last .date {
  color: #808080;
  font-size: 14px;
}
#news .news__last .detail {
  padding-top: 15px;
}
#news .news__last a {
  padding-top: 5px;
  display: block;
  color: #000;
  text-decoration: underline;
}
#news .news__last--image img {
  box-shadow: 10px 10px 0px 0px #8f1a1d;
}
#news .news__content {
  padding-top: 30px;
}
#news .news__content--item:hover .news__content--bg {
  background: rgba(166, 39, 43, 0.7);
}
#news .news__content--item:hover .news__content--readmore {
  display: block;
}
#news .news__content--bg {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
#news .news__content--img {
  display: block;
  overflow: hidden;
  height: 180px;
  padding: 0px 15px;
  position: relative;
}
#news .news__content--title {
  color: #000;
  font-size: 17px;
  height: 75px;
}
#news .news__content--vdo {
  height: 22px;
  color: #000;
}
#news .news__content--vdo img {
  width: 17px;
}
#news .news__content--readmore {
  display: none;
}
@media (max-width: 991px) {
  #news .news__last .last {
    margin-top: 40px;
  }
  #news .news__content .col-xs-6 {
    margin-bottom: 5px;
    padding: 0px 5px;
  }
  #news .news__content--bg {
    right: 0px;
    left: 0px;
  }
  #news .news__content--title {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #news .news {
    padding: 60px 0px;
  }
  #news .news__last {
    max-width: 1080px;
    margin: auto;
    display: flex;
  }
  #news .news__last--content {
    padding-left: 60px;
    align-self: center;
  }
  #news .news__content {
    max-width: 1080px;
    margin: auto;
  }
  #news .news__content .col-md-4 {
    margin-bottom: 30px;
  }
  #news .news__content--title {
    padding-right: 15px;
  }
}

#newsdetail .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #8f1a1d;
  opacity: 0.5;
}
#newsdetail .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
#newsdetail .owl-theme .owl-dots .owl-dot.active span {
  background: #8f1a1d;
  opacity: 1;
}
#newsdetail .newsdetail {
  max-width: 1180px;
  margin: auto;
}
#newsdetail .newsdetail .all {
  padding: 30px 0px;
}
#newsdetail .newsdetail .all img {
  width: 19px;
}
#newsdetail .newsdetail .gallery__image--item {
  background: #fff;
}
#newsdetail .newsdetail .gallery__vdo {
  padding-bottom: 15px;
}
#newsdetail .newsdetail .gallery .thumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-left: -5px;
  margin-right: -5px;
}
#newsdetail .newsdetail .gallery .thumb__item {
  margin-bottom: 15px;
  margin-right: 5px;
  margin-left: 5px;
  background: #fff;
  border: 2px solid #fff;
  cursor: pointer;
}
#newsdetail .newsdetail .gallery .thumb__item.active, #newsdetail .newsdetail .gallery .thumb__item:hover {
  border: 2px solid #ff6600;
}
#newsdetail .newsdetail .gallery .thumb__item img {
  height: 90px;
}
#newsdetail .newsdetail .content {
  padding-top: 30px;
}
#newsdetail .newsdetail .content h1 {
  padding: 0px;
  margin: 0px;
  color: #8f1a1d;
  font-family: "prompt-regular";
  font-size: 20px;
  line-height: 1em;
}
#newsdetail .newsdetail .content h1 img {
  margin-top: -7px;
  margin-right: 10px;
  width: 15px;
}
#newsdetail .newsdetail .content__title {
  padding: 15px 0px;
  color: #000;
  font-size: 20px;
}
#newsdetail .newsdetail .content__date {
  padding: 30px 0px;
  color: #808080;
  font-size: 14px;
}
#newsdetail .newsdetail .content__detail {
  color: #000;
  font-size: 14px;
}
@media (max-width: 991px) {
  #newsdetail {
    background: #f2f2f2;
  }
  #newsdetail .newsdetail {
    padding-bottom: 30px;
  }
  #newsdetail .newsdetail .all {
    padding: 30px 15px;
  }
  #newsdetail .newsdetail .content {
    padding: 0px 15px;
  }
}
@media (min-width: 992px) {
  #newsdetail .owl-dots {
    display: none;
  }
  #newsdetail .newsdetail {
    display: flex;
  }
  #newsdetail .newsdetail .gallery {
    width: 60%;
    padding-left: 15px;
    padding-right: 60px;
  }
  #newsdetail .newsdetail .content {
    background: #f2f2f2;
    width: 40%;
    padding-top: 80px;
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  #newsdetail {
    background: url("../../imgs/bg-news.jpg") repeat-y right;
  }
}
@media (min-width: 1800px) {
  #newsdetail {
    background: url("../../imgs/bg-news-big.jpg") repeat-y right;
  }
}

#review .promotion__title li {
  color: #8f1a1d;
  font-size: 22px;
  font-family: "prompt-regular";
  line-height: 1em;
}
#review .review {
  background: #f2f2f2;
  padding: 30px 0px;
}
#review .review .col-md-8 .review__last--image {
  min-height: 390px;
  box-shadow: 10px 10px 0px 0px #8f1a1d;
}
#review .review .col-md-8 .review__last--play {
  margin-top: 120px;
}
#review .review .col-md-8 .review__last--play img {
  width: 47px;
}
#review .review .col-md-4 {
  margin-bottom: 30px;
}
#review .review .col-md-4 .review__last--image {
  min-height: 193px;
}
#review .review__last {
  max-width: 1080px;
  margin: auto;
}
#review .review__last--item:hover .review__last--bg {
  background: rgba(166, 39, 43, 0.7);
}
#review .review__last--item:hover .review__last--readmore {
  display: block;
}
#review .review__last--image {
  display: block;
  overflow: hidden;
  position: relative;
}
#review .review__last--bg {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
#review .review__last--title {
  color: #000;
  font-size: 17px;
  height: 75px;
}
#review .review__last--vdo {
  position: absolute;
  bottom: -20px;
  left: 15px;
  color: #fff;
}
#review .review__last--vdo img {
  width: 17px;
}
#review .review__last--readmore {
  display: none;
}
#review .review__last--play {
  position: relative;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
#review .review__last--play img {
  width: 37px;
}
#review .review__last--star {
  position: relative;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 14px;
}
#review .review__last--star img {
  width: 11px;
}
#review .review__last--lastest {
  display: flex;
}
#review .review__last--content {
  align-self: center;
}
#review .review__last--content .last {
  background: #8f1a1d;
  max-width: 155px;
  padding: 15px 0px;
  margin-bottom: 15px;
  color: #fff;
  font-family: "prompt-regular";
  font-size: 18px;
  text-align: center;
}
#review .review__last--content .title {
  padding: 15px 0px;
  color: #000;
  font-size: 18px;
}
#review .review__last--content .date {
  color: #808080;
  font-size: 14px;
}
#review .review__last--content .detail {
  padding-top: 15px;
}
#review .review__last--content a {
  padding-top: 5px;
  display: block;
  color: #000;
  text-decoration: underline;
}
@media (max-width: 991px) {
  #review .review .col-xs-12 {
    padding: 0px 5px;
    margin-bottom: 15px;
  }
  #review .review .col-xs-12 .review__last--image {
    min-height: 180px;
  }
  #review .review .col-xs-12 .review__last--play {
    margin-top: 10px;
  }
  #review .review .col-xs-6 {
    padding: 0px 5px;
  }
  #review .review .col-xs-6 .review__last--image {
    min-height: 180px;
  }
  #review .review__last--title {
    font-size: 14px;
    line-height: 1em;
  }
}

#blogs .blogs {
  background: #f2f2f2;
  padding: 30px 0px;
}
#blogs .blogs__last .last {
  background: #8f1a1d;
  max-width: 155px;
  padding: 15px 0px;
  margin-bottom: 15px;
  color: #fff;
  font-family: "prompt-regular";
  font-size: 18px;
  text-align: center;
}
#blogs .blogs__last .title {
  padding: 15px 0px;
  color: #000;
  font-size: 18px;
}
#blogs .blogs__last .date {
  color: #808080;
  font-size: 14px;
}
#blogs .blogs__last .detail {
  padding-top: 15px;
}
#blogs .blogs__last a {
  padding-top: 5px;
  display: block;
  color: #000;
  text-decoration: underline;
}
#blogs .blogs__last--image img {
  box-shadow: 10px 10px 0px 0px #8f1a1d;
}
#blogs .blogs__content {
  padding-top: 30px;
}
#blogs .blogs__content--item:hover .blogs__content--bg {
  background: rgba(166, 39, 43, 0.7);
}
#blogs .blogs__content--item:hover .blogs__content--readmore {
  display: block;
}
#blogs .blogs__content--bg {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
#blogs .blogs__content--img {
  display: block;
  overflow: hidden;
  height: 180px;
  padding: 0px 15px;
  position: relative;
}
#blogs .blogs__content--title {
  color: #000;
  font-size: 17px;
  height: 75px;
}
#blogs .blogs__content--vdo {
  height: 22px;
  color: #000;
}
#blogs .blogs__content--vdo img {
  width: 17px;
}
#blogs .blogs__content--readmore {
  display: none;
}
@media (max-width: 991px) {
  #blogs .blogs__last .last {
    margin-top: 40px;
  }
  #blogs .blogs__content .col-xs-6 {
    margin-bottom: 5px;
    padding: 0px 5px;
  }
  #blogs .blogs__content--bg {
    right: 0px;
    left: 0px;
  }
  #blogs .blogs__content--title {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #blogs .blogs {
    padding: 60px 0px;
  }
  #blogs .blogs__last {
    max-width: 1080px;
    margin: auto;
    display: flex;
  }
  #blogs .blogs__last--content {
    padding-left: 60px;
    align-self: center;
  }
  #blogs .blogs__content {
    max-width: 1080px;
    margin: auto;
  }
  #blogs .blogs__content .col-md-4 {
    margin-bottom: 30px;
  }
  #blogs .blogs__content--title {
    padding-right: 15px;
  }
}

#blogsdetail .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #8f1a1d;
  opacity: 0.5;
}
#blogsdetail .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
#blogsdetail .owl-theme .owl-dots .owl-dot.active span {
  background: #8f1a1d;
  opacity: 1;
}
#blogsdetail .blogsdetail {
  max-width: 1180px;
  margin: auto;
}
#blogsdetail .blogsdetail .all {
  padding: 30px 0px;
}
#blogsdetail .blogsdetail .all img {
  width: 19px;
}
#blogsdetail .blogsdetail .gallery__image--item {
  background: #fff;
}
#blogsdetail .blogsdetail .gallery__vdo {
  padding-bottom: 15px;
}
#blogsdetail .blogsdetail .gallery .thumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-left: -5px;
  margin-right: -5px;
}
#blogsdetail .blogsdetail .gallery .thumb__item {
  margin-bottom: 15px;
  margin-right: 5px;
  margin-left: 5px;
  background: #fff;
  border: 2px solid #fff;
  cursor: pointer;
}
#blogsdetail .blogsdetail .gallery .thumb__item.active, #blogsdetail .blogsdetail .gallery .thumb__item:hover {
  border: 2px solid #ff6600;
}
#blogsdetail .blogsdetail .gallery .thumb__item img {
  height: 90px;
}
#blogsdetail .blogsdetail .content {
  padding-top: 30px;
}
#blogsdetail .blogsdetail .content h1 {
  padding: 0px;
  margin: 0px;
  color: #8f1a1d;
  font-family: "prompt-regular";
  font-size: 20px;
  line-height: 1em;
}
#blogsdetail .blogsdetail .content h1 img {
  margin-top: -7px;
  margin-right: 10px;
  width: 15px;
}
#blogsdetail .blogsdetail .content__title {
  padding: 15px 0px;
  color: #000;
  font-size: 20px;
}
#blogsdetail .blogsdetail .content__date {
  padding: 30px 0px;
  color: #808080;
  font-size: 14px;
}
#blogsdetail .blogsdetail .content__detail {
  color: #000;
  font-size: 14px;
}
#blogsdetail .blogsdetail .content__detail a[href] {
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 991px) {
  #blogsdetail {
    background: #f2f2f2;
  }
  #blogsdetail .blogsdetail {
    padding-bottom: 30px;
  }
  #blogsdetail .blogsdetail .all {
    padding: 30px 15px;
  }
  #blogsdetail .blogsdetail .content {
    padding: 0px 15px;
  }
}
@media (min-width: 992px) {
  #blogsdetail .owl-dots {
    display: none;
  }
  #blogsdetail .blogsdetail {
    display: flex;
  }
  #blogsdetail .blogsdetail .gallery {
    width: 60%;
    padding-left: 15px;
    padding-right: 60px;
  }
  #blogsdetail .blogsdetail .content {
    background: #f2f2f2;
    width: 40%;
    padding-top: 80px;
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  #blogsdetail {
    background: url("../../imgs/bg-blogs.jpg") repeat-y right;
  }
}
@media (min-width: 1800px) {
  #blogsdetail {
    background: url("../../imgs/bg-blogs-big.jpg") repeat-y right;
  }
}

#service .service__title {
  padding: 30px 0px;
  color: #8f1a1d;
  font-family: "prompt-regular";
  font-size: 25px;
  text-align: center;
}
#service .service__content {
  max-width: 900px;
  margin: auto;
}
#service .service__content .detail {
  padding: 30px 0px;
  font-size: 12.5px;
}
#branch {
  background: #f2f2f2;
}
#branch h1 {
  margin: 0px;
  color: #8f1a1d;
  font-family: "prompt-regular";
  font-size: 25px;
}
#branch .branch__map .gmaps-wrapper {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
#branch .branch__map .gmaps-wrapper .dmxGoogleMaps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}
#branch .panel {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
#branch .panel .carat {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 11px;
  height: 7px;
  transition: all 0.3s;
}
#branch .panel.panelshow {
  border-bottom: 1px solid #d9d9d9;
}
#branch .panel.panelshow .carat img {
  transform: rotate(180deg) !important;
}
#branch .panel__subject {
  position: relative;
}
#branch .panel__subject a {
  display: flex;
}
#branch .panel__subject--img {
  padding-right: 15px;
}
#branch .panel__subject--img img {
  width: 69px;
}
#branch .panel__subject--title {
  font-size: 14px;
}
#branch .panel__subject--title p {
  font-size: 16px;
}
#branch .panel__detail {
  padding: 15px 0px;
  color: #000;
  font-size: 14px;
}
#branch .panel__detail span {
  color: #8f1a1d;
}
#branch .panel__detail--call {
  background: #8f1a1d;
  border-radius: 5px;
  max-width: 190px;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
}
#branch .panel__detail--call a {
  color: #fff;
  display: block;
}
#branch .panel__detail--image {
  display: flex;
  text-align: right;
}
#branch .panel__detail--image .panelimage {
  margin: 0px 5px;
  width: 60px;
  height: 50px;
}
#branch .panel__bottom {
  display: flex;
  gap: 8px;
}
@media (max-width: 991px) {
  #branch h1 {
    padding: 15px;
    text-align: center;
  }
  #branch .branch__content {
    padding: 30px 15px;
  }
}
@media (min-width: 992px) {
  #branch h1 {
    margin-bottom: 30px;
  }
  #branch .branch {
    display: flex;
  }
  #branch .branch .content {
    width: 451px;
    float: right;
  }
  #branch .branch__content {
    order: 1;
    padding: 60px 0px;
    padding-right: 103px;
    width: 50%;
  }
  #branch .branch__map {
    order: 2;
    width: 50%;
  }
}

.placeDiv {
  z-index: 9999;
  position: absolute;
}

.map-container {
  position: relative;
  display: none;
}

.placecard__container {
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  max-width: 330px;
  width: 100%;
  background: white none repeat scroll 0% 0%/auto padding-box border-box;
  border-radius: 2px 2px 2px 2px;
  font: normal normal normal normal 11px/normal Roboto, Arial, sans-serif;
  margin: 10px;
  padding: 9px 4px 9px 11px;
  overflow: hidden;
}
.placecard__left {
  float: left;
  width: 75%;
}
.placecard__right {
  text-align: center;
  float: left;
  width: 25%;
}
.placecard__business-name {
  cursor: default;
  height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  perspective-origin: 100px 9.5px;
  transform-origin: 100px 9.5px;
  font: normal normal 500 normal 14px/normal Roboto, Arial;
  overflow: hidden;
  margin: 0;
}
.placecard__info {
  color: #5b5b5b;
  cursor: default;
  height: 32px;
  width: 200px;
  column-rule-color: #5b5b5b;
  perspective-origin: 100px 16px;
  transform-origin: 100px 16px;
  border: 0px none #5b5b5b;
  font: normal normal normal normal 12px/normal Roboto, Arial;
  margin: 6px 0px 15px 0px;
  outline: #5b5b5b none 0px;
}
.placecard__direction-icon {
  background: rgba(0, 0, 0, 0) url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat scroll 0px 0px/70px 210px padding-box border-box;
  height: 22px;
  width: 22px;
  margin-right: auto;
  margin-left: auto;
}
.placecard__direction-link {
  color: #3a84df;
  display: block;
  height: 43px;
  text-decoration: none;
  width: 54.7344px;
}
.placecard__view-large {
  display: block;
  margin-top: 10px;
  color: #3a84df;
  text-decoration: none;
}

#about {
  background: #f2f2f2;
}
#about .banner {
  background: url("../../imgs/bg-about.jpg") no-repeat center 50%;
  background-size: cover;
  min-height: 200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #fff;
  font-size: 25px;
  font-family: "prompt-light";
  text-align: center;
}
#about .banner__title {
  align-self: center;
  width: 100%;
}
#about .about {
  max-width: 840px;
  margin: auto;
  padding: 30px 15px;
}
#about .about__title {
  color: #8f1a1d;
  font-family: "prompt-regular";
  font-size: 28px;
}
#about .about__detail {
  font-size: 14px;
}
#about .about__detail h2 {
  margin: 0px;
  padding: 15px 0px;
  font-size: 20px;
}
#about .about__detail p {
  margin: 0px;
  padding: 15px 0px;
}
#about .about__detail ul {
  list-style: inside;
}
@media (min-width: 992px) {
  #about .banner {
    font-size: 30px;
    min-height: 272px;
  }
}

#policy {
  background: #fafafa;
}
#policy h2 {
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #636363;
  font-family: "chonburi-regular";
  font-size: 15.99px;
}
#policy .policy {
  max-width: 873px;
  margin: auto;
  padding: 30px 15px;
  color: #636363;
  font-family: "prompt-regular";
  font-size: 15.99px;
}
#policy .policy a {
  color: #636363;
}
@media (min-width: 992px) {
  #policy .policy {
    padding: 60px 0px;
  }
}

#thankyou {
  background: url("../../imgs/thankyou/bg-thank-you.jpg") no-repeat bottom center;
  background-size: cover;
}
#thankyou .thankyou {
  position: relative;
}
#thankyou .thankyou img {
  margin: auto;
}
#thankyou .thankyou__logo {
  padding-top: 5%;
}
#thankyou .thankyou__img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}
#thankyou .thankyou__content {
  color: #303030;
  font-family: "gothambook";
  font-size: 17.04px;
  text-align: center;
}
#thankyou .thankyou__content h1 {
  color: #44baea;
  font-family: "gothammedium";
  font-size: 29.21px;
}
#thankyou .thankyou__back {
  position: relative;
  z-index: 3;
}
#thankyou .thankyou__back a {
  display: block;
  background: #44baea;
  border-radius: 6px;
  width: 152px;
  margin: auto;
  margin-top: 30px;
  padding: 8px 0px;
  font-family: "gothammedium";
  font-size: 15.13px;
  text-align: center;
}
#thankyou .thankyou__back a:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  #thankyou .thankyou__back {
    padding-bottom: 280px;
  }
}
@media (min-width: 992px) {
  #thankyou .thankyou {
    min-height: 680px;
    height: 85vh;
  }
}

#catalog .catalog__top {
  background: #8F1A1D;
  padding-bottom: 48px;
}
#catalog .catalog__top--title {
  margin: auto;
  padding: 40px 0;
  font-family: Prompt;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
}
#catalog .catalog__top--subtitle {
  margin-top: 5px;
  font-family: Sarabun;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}
#catalog .catalog__top--brand {
  width: 100%;
  max-width: 1078px;
  margin: 0 auto;
}
#catalog .catalog__top--brand_group {
  margin: -8px;
  display: flex;
  flex-wrap: wrap;
}
#catalog .catalog__top--brand_item {
  cursor: pointer;
  width: 160px;
  border: 3px solid transparent;
  border-radius: 5px;
  margin: 8px;
}
#catalog .catalog__top--brand_item.active {
  border-color: #FF6600;
}
#catalog .catalog__top--brand_item.active .catalog__top--brand_image {
  border-radius: unset;
}
#catalog .catalog__top--brand_item.active .catalog__top--brand_title {
  background-color: #fff;
  color: #000;
}
#catalog .catalog__top--brand_image {
  padding: 5px ​20px;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#catalog .catalog__top--brand_image img {
  width: unset;
  height: unset;
  max-width: 100%;
  max-height: 100%;
}
#catalog .catalog__top--brand_title {
  padding-top: 12px;
  width: 100%;
  height: 60px;
  color: #FFFFFF;
  font-family: Tahoma;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
#catalog .catalog__content {
  background: #E5E5E5;
  padding-bottom: 64px;
}
#catalog .catalog__content--brand {
  width: 100%;
  max-width: 1078px;
  margin: 0 auto;
}
#catalog .catalog__content--brand_title {
  padding: 40px 0;
  font-family: Prompt;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #8F1A1D;
}
#catalog .catalog__content--brand_subtitle {
  font-family: Sarabun;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  max-width: 820px;
  margin: 5px auto 0;
}
#catalog .catalog__content--category_item {
  margin-bottom: 12px;
}
#catalog .catalog__content--category_item .panel-heading {
  height: 84px;
  padding: 24px 48px;
  background: #FFFFFF;
  border-radius: 10px;
}
#catalog .catalog__content--category_item .panel-title {
  font-family: Prompt;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#catalog .catalog__content--category_item .panel-title a[role=button] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#catalog .catalog__content--category_item .panel-title a[role=button].collapsed .icon_dropdown {
  transform: rotate(90deg);
  background-color: #000;
}
#catalog .catalog__content--category_item .panel-title a[role=button] .icon_dropdown {
  width: 16px;
  height: 16px;
  transition: 0.5s;
  transform: rotate(-90deg);
  background-color: #8F1A1D;
  mask-image: url("/assets/imgs/icons/icon-greater_red.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("/assets/imgs/icons/icon-greater_red.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
#catalog .catalog__content--catalog {
  border: unset;
  padding: 0 48px 48px;
}
#catalog .catalog__content--catalog .owl-dots {
  margin-top: 48px;
}
#catalog .catalog__content--catalog .owl-dots .owl-dot span {
  margin: 0 12px;
  background: rgba(143, 26, 29, 0.5);
}
#catalog .catalog__content--catalog .owl-dots .owl-dot.active span {
  background: #8F1A1D;
}
#catalog .catalog__content--catalog_group > div + div {
  margin-top: 24px;
}
#catalog .catalog__content--catalog_item {
  width: 200px;
}
#catalog .catalog__content--catalog_cover img {
  max-width: 100%;
  max-height: 100%;
}
#catalog .catalog__content--catalog_detail {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
}
#catalog .catalog__content--catalog_detail > div {
  width: calc(100% - 24px);
  font-family: Tahoma;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
#catalog .catalog__content--catalog_detail > img {
  width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  #catalog .catalog__top--brand_mobile {
    max-width: unset;
    margin: unset;
    width: unset;
  }
  #catalog .catalog__top--brand_mobile .owl-stage-outer {
    padding-left: 16px;
  }
  #catalog .catalog__top--brand_mobile .owl-dots {
    display: block !important;
    margin-top: 24px;
  }
  #catalog .catalog__top--brand_mobile .owl-dots .owl-dot span {
    margin: 0 12px;
    background: rgba(255, 255, 255, 0.5);
  }
  #catalog .catalog__top--brand_mobile .owl-dots .owl-dot.active span {
    background: #fff;
  }
  #catalog .catalog__top--brand_group {
    display: block;
  }
  #catalog .catalog__top--brand_group > div + div {
    margin-top: 16px;
  }
  #catalog .catalog__content--brand_subtitle {
    max-width: unset;
    padding: 0 16px;
  }
  #catalog .catalog__content--category {
    padding: 0 8px;
  }
  #catalog .catalog__content--category_item .panel-heading {
    padding: 24px 16px;
  }
  #catalog .catalog__content--catalog {
    padding: 0 0 48px;
  }
  #catalog .catalog__content--catalog .owl-stage-outer {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  #catalog .catalog__top--brand_mobile {
    display: none;
  }
}

#paintguru {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
#paintguru .setmaxwidth {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#paintguru .dropshadow {
  filter: drop-shadow(5px 5px 20px rgba(15, 15, 15, 0.12));
}
#paintguru .owl-dots {
  position: absolute;
  right: 55px;
  left: 55px;
  bottom: 30px;
}
#paintguru .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(235, 235, 235, 0.7);
  opacity: 0.5;
}
#paintguru .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
#paintguru .owl-theme .owl-dots .owl-dot.active span {
  background: #EBEBEB;
  opacity: 1;
}
#paintguru .owl-theme .owl-nav {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 54%;
}
#paintguru .owl-theme .owl-nav img {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
#paintguru .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 40px;
  border-radius: 0px;
  width: 36px;
  height: 36px;
  padding: 0px;
  margin: 0px;
  background: none;
}
#paintguru .owl-theme .owl-nav .owl-prev img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#paintguru .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 40px;
  border-radius: 0px;
  width: 36px;
  height: 36px;
  padding: 0px;
  margin: 0px;
  background: none;
}
#paintguru .owl-theme .owl-nav .owl-next:hover {
  opacity: 1;
}
#paintguru .paintguru {
  --highlight-cover: url("/assets/imgs/mockup/mockup-blog_cover.jpg");
}
#paintguru .paintguru .col-lg-6, #paintguru .paintguru .col-md-4, #paintguru .paintguru .col-xs-12, #paintguru .paintguru .col-lg-4, #paintguru .paintguru .col-md4, #paintguru .paintguru .col-12 {
  padding: unset;
}
#paintguru .paintguru #subCat__toggle {
  z-index: 999;
  height: 110%;
  position: absolute;
  background-color: rgba(31, 23, 24, 0.5);
  display: none;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle {
  padding: 60px 156px;
  background-color: #8F1A1D;
  color: #fff;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle--header {
  display: flex;
  justify-content: space-between;
  font-family: "Sarabun", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle--header .close-toggle {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle--header .close-toggle img {
  width: 14px;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle .paintguru__category--title-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 26px;
  gap: 8px;
  margin-top: 32px;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle .paintguru__category--title-item .item.active {
  background: #FFF;
  color: #8F1A1D;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle .paintguru__category--title-item .item {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 69.198px;
  border: 0.692px solid #fff;
  background: #8F1A1D;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle .paintguru__category--group {
  display: flex;
  justify-content: center;
  align-items: center;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle .paintguru__category--group:not(:nth-child(1)) {
  margin-top: 32px;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle .paintguru__category--items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle .paintguru__category--items .item {
  filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.1));
  border-radius: 0px 0px 10px 10px;
  padding: unset;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle .paintguru__category--items .item:nth-child(1) {
  margin-left: 0;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle .paintguru__category--cover {
  height: 153px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  padding: 30px;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle .paintguru__category--cover .title {
  font-family: "Sarabun", sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle .paintguru__category--cover img {
  height: 180px;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle .paintguru__category--cover:hover {
  justify-content: center;
  align-items: center;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle .paintguru__category--bottom {
  position: relative;
  height: 65px;
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  background-color: #8F1A1D;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle .paintguru__category--bottom .icon {
  min-width: 36px;
  min-height: 36px;
  background-color: #FFFFFF;
  mask-image: var(--category-icon);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: var(--category-icon);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
#paintguru .paintguru #subCat__toggle .subCat__toggle .paintguru__category--bottom span {
  margin-left: 8px;
  width: 100%;
  text-align: center;
}
#paintguru .paintguru__header {
  width: 100%;
  margin: auto;
  background-color: #8F1A1D;
  color: #fff;
  padding: 60px 155px;
}
#paintguru .paintguru__header--content {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#paintguru .paintguru__header--left {
  font-family: "Sarabun", sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 21px;
}
#paintguru .paintguru__header--left img {
  cursor: pointer;
}
#paintguru .paintguru__header--right {
  display: flex;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 3px;
  border: 1px solid var(--GreyScale-White, #FFF);
  cursor: pointer;
}
#paintguru .paintguru__breadcrum {
  background: #EAEAEA;
  padding: 12px 150px;
  display: grid;
  justify-content: flex-start;
}
#paintguru .paintguru__search {
  display: flex;
  padding: 34px 100px 34px 150px;
  align-items: center;
}
#paintguru .paintguru__search--title {
  color: #8F1A1D;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: unset;
}
#paintguru .paintguru__search--input {
  display: flex;
  align-items: center;
  margin-bottom: unset !important;
}
#paintguru .paintguru__search--input input[type=text] {
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 80%;
  box-sizing: border-box;
  border-radius: 3px 0px 0px 3px;
  border: 1px solid #888;
  background: #FAFAFA;
  background-color: white;
  background-image: url("/assets/imgs/icons/icon_search.png");
  background-position: 10px 14px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  color: #888;
}
#paintguru .paintguru__search--input .btn-search {
  border-radius: 0px 3px 3px 0px;
  background: #0061A9;
  width: 109px;
  border: unset;
  padding: 12.5px;
  color: #FFF;
  font-family: Prompt;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#paintguru .paintguru__banner img {
  max-width: 100%;
}
#paintguru .paintguru__banner .item {
  width: 100vw;
  height: 583px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 125px 160px;
}
#paintguru .paintguru__banner--item .description {
  display: grid;
  gap: 30px;
  justify-items: flex-start;
}
#paintguru .paintguru__banner--item .description .title {
  font-family: "Sarabun", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
  max-width: 475px;
  line-height: 48px;
  letter-spacing: 0.32px;
}
#paintguru .paintguru__banner--item .description .detail {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  max-width: 475px;
  line-height: 25.6px;
  letter-spacing: 0.16px;
}
#paintguru .paintguru__banner--item .btn {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 40px;
  padding: 12px 24px;
  border-radius: 3px;
  background: #0061A9;
  color: #FFF;
}
#paintguru .paintguru__highlight {
  --highlight-cover-size: 738px;
  padding: 56px;
  padding-bottom: 74px;
  background-color: #F5F5F5;
}
#paintguru .paintguru__highlight .swiper-pagination-bullets {
  bottom: 26.5px;
}
#paintguru .paintguru__highlight .swiper-pagination-bullet {
  margin: 0 12px;
  opacity: 0.5;
  background-color: #8F1A1D;
  width: 10px;
  height: 10px;
}
#paintguru .paintguru__highlight .swiper-pagination-bullet-active {
  opacity: 1;
}
#paintguru .paintguru__highlight--item {
  width: 100%;
  height: 415px;
  display: flex;
}
#paintguru .paintguru__highlight--cover {
  width: var(--highlight-cover-size);
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#paintguru .paintguru__highlight--cover > img {
  width: 100%;
}
#paintguru .paintguru__highlight--top_mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 50px;
  padding: 12px 24px;
  background-color: #8F1A1D;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#paintguru .paintguru__highlight--top_mark span {
  margin-left: 12px;
}
#paintguru .paintguru__highlight--detail {
  width: calc(100% - var(--highlight-cover-size));
  height: 100%;
  padding: 33px 48px;
  background-color: #fff;
}
#paintguru .paintguru__highlight--category {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #8F1A1D;
  display: flex;
  align-items: center;
}
#paintguru .paintguru__highlight--category .icon {
  min-width: 42px;
  min-height: 42px;
  background-color: #8F1A1D;
  mask-image: var(--category-icon);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: var(--category-icon);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
#paintguru .paintguru__highlight--category span {
  margin-left: 8px;
}
#paintguru .paintguru__highlight--topic {
  margin-top: 32px;
}
#paintguru .paintguru__highlight--topic .title {
  font-family: "Sarabun", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
#paintguru .paintguru__highlight--topic .tag {
  font-family: "Sarabun", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#paintguru .paintguru__highlight--topic .tag > * {
  margin-top: 8px;
  margin-right: 8px;
}
#paintguru .paintguru__highlight--topic .tag img {
  padding: 2px;
  margin-right: 10px;
}
#paintguru .paintguru__highlight--topic .tag a {
  text-decoration: underline;
}
#paintguru .paintguru__highlight--short_detail {
  margin: 32px 0;
  max-height: 88px;
  overflow: hidden;
}
#paintguru .paintguru__highlight--readmore {
  font-family: "Sarabun", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #8F1A1D;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#paintguru .paintguru__highlight--readmore span {
  margin-right: 10px;
}
#paintguru .paintguru__highlight--readmore img {
  width: 22px;
}
#paintguru .paintguru__header-text {
  font-family: "Prompt", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  padding: 34px 140px 34px 190px;
  color: #8F1A1D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: auto;
}
#paintguru .paintguru__header-text .title {
  width: fit-content;
  text-wrap-mode: nowrap;
}
#paintguru .paintguru__header-text .line {
  width: -webkit-fill-available;
  border-top: 1px solid #bebebe;
  margin-left: 43px;
}
#paintguru .paintguru__category {
  padding-top: 44px;
}
#paintguru .paintguru__category--title-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 26px;
  gap: 8px;
}
#paintguru .paintguru__category--title-item .item.active {
  background: #8F1A1D;
  color: #FFF;
}
#paintguru .paintguru__category--title-item .item {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 69.198px;
  border: 0.692px solid #838383;
  color: #8F1A1D;
  text-align: center;
  cursor: pointer;
}
#paintguru .paintguru__category--group {
  display: flex;
  justify-content: center;
  align-items: center;
}
#paintguru .paintguru__category--group:not(:nth-child(1)) {
  margin-top: 32px;
}
#paintguru .paintguru__category--items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#paintguru .paintguru__category--items .item {
  filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.1));
  border-radius: 0px 0px 10px 10px;
  padding: unset;
}
#paintguru .paintguru__category--items .item:nth-child(1) {
  margin-left: 0;
}
#paintguru .paintguru__category--cover {
  height: 283px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  padding: 30px;
}
#paintguru .paintguru__category--cover .title {
  font-family: "Sarabun", sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
}
#paintguru .paintguru__category--cover img {
  height: 180px;
}
#paintguru .paintguru__category--cover:hover {
  justify-content: center;
  align-items: center;
}
#paintguru .paintguru__category--bottom {
  position: relative;
  height: 65px;
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  background-color: #8F1A1D;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
#paintguru .paintguru__category--bottom .icon {
  min-width: 36px;
  min-height: 36px;
  background-color: #FFFFFF;
  mask-image: var(--category-icon);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: var(--category-icon);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
#paintguru .paintguru__category--bottom span {
  margin-left: 8px;
  width: 100%;
  text-align: center;
}
#paintguru .paintguru__recommend {
  margin-bottom: 70px;
}
#paintguru .paintguru__recommend--item {
  display: flex;
  align-items: center;
}
#paintguru .paintguru__recommend--item .content {
  padding: 30px 50px;
  display: grid;
  gap: 16px;
}
#paintguru .paintguru__recommend--item .content .category {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#paintguru .paintguru__recommend--item .content .category .pipe-blue {
  background: #0061A9;
  width: 4px;
  height: 30px;
}
#paintguru .paintguru__recommend--item .content .category .title {
  color: #000;
  margin: 0 8px;
  font-size: 16px;
}
#paintguru .paintguru__recommend--item .content .category .tag {
  border-left: 1px solid #888;
  color: #888;
  padding-left: 8px;
}
#paintguru .paintguru__recommend--item .content .title {
  font-family: "Sarabun", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
#paintguru .paintguru__recommend--item .content .description {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#paintguru .paintguru__recommend--item .content .readMore {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--CI-Blue, #0061A9);
  display: flex;
  align-items: center;
  cursor: pointer;
}
#paintguru .paintguru__recommend--item .content .readMore img {
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
#paintguru .paintguru__recommend--item .image {
  display: flex;
  justify-content: center;
}
#paintguru .paintguru__recommend--item .image img {
  width: 100%;
  height: 306px;
  border-radius: 6px;
}
#paintguru .paintguru__recommend--item .image .tone {
  width: 322px;
  display: flex;
  position: absolute;
  bottom: 0;
}
#paintguru .paintguru__recommend--item .image .tone .color {
  height: 64px;
}
#paintguru .paintguru__recommend--item:nth-child(2) {
  margin-top: 30px;
}
#paintguru .paintguru__recommend--item:nth-child(2) .content {
  order: 2;
}
#paintguru .paintguru__recommend--item:nth-child(2) .image {
  order: 1;
}
#paintguru .paintguru__explore {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 87px;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#paintguru .paintguru__categoryGroup {
  max-width: 1000px;
  margin: auto;
}
#paintguru .paintguru__categoryGroup .col-lg-12, #paintguru .paintguru__categoryGroup .col-md-12, #paintguru .paintguru__categoryGroup .col-xs-12, #paintguru .paintguru__categoryGroup .col-lg-4, #paintguru .paintguru__categoryGroup .col-md4 {
  padding: unset;
}
#paintguru .paintguru__categoryGroup--item {
  display: grid;
}
#paintguru .paintguru__categoryGroup--top {
  padding: 46px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.766px solid #B1B1B1;
}
#paintguru .paintguru__categoryGroup--top .top-left {
  display: flex;
  align-items: center;
}
#paintguru .paintguru__categoryGroup--top .top-left .pipe {
  width: 7px;
  height: 56px;
  border-radius: 76.698px;
  background: #8F1B1D;
  margin-right: 25px;
}
#paintguru .paintguru__categoryGroup--top .top-left .title {
  font-family: "Prompt", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
#paintguru .paintguru__categoryGroup--top .top-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#paintguru .paintguru__categoryGroup--top .top-right .tag {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 14px;
  flex-flow: wrap;
}
#paintguru .paintguru__categoryGroup--top .top-right .tag .tag-item {
  font-family: "Prompt", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
  color: #000;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#paintguru .paintguru__categoryGroup--middle {
  display: grid;
}
#paintguru .paintguru__categoryGroup--middle .item-highlight {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 20px;
}
#paintguru .paintguru__categoryGroup--middle .item-highlight .cover {
  width: 50%;
  height: 278px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 9px;
}
#paintguru .paintguru__categoryGroup--middle .item-highlight .detail {
  padding: 20px 48px;
  color: #000;
  width: 50%;
  display: grid;
  gap: 20px;
}
#paintguru .paintguru__categoryGroup--middle .item-highlight .detail .title {
  font-family: "Sarabun", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
#paintguru .paintguru__categoryGroup--middle .item-highlight .detail .description {
  font-family: "Sarabun", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
#paintguru .paintguru__categoryGroup--middle .item-highlight .detail .readMore {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--CI-Blue, #0061A9);
  display: flex;
  align-items: center;
  cursor: pointer;
}
#paintguru .paintguru__categoryGroup--middle .item-highlight .detail .readMore img {
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
#paintguru .paintguru__categoryGroup--middle .item-blog {
  display: flex;
  gap: 16px;
  margin-bottom: 60px;
}
#paintguru .paintguru__categoryGroup--middle .item-blog .item {
  border-radius: 10px;
  display: grid;
  cursor: pointer;
  width: 45%;
}
#paintguru .paintguru__categoryGroup--middle .item-blog .item .cover {
  width: 100%;
  height: 172px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 9px;
}
#paintguru .paintguru__categoryGroup--middle .item-blog .item .description {
  font-family: "Sarabun", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 18px;
}
#paintguru .paintguru__categoryGroup--middle .item-blog .btn-viewAll {
  border-radius: 8px;
  border: 1px solid #0061A9;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  cursor: pointer;
  color: #fff;
  width: 25%;
  height: 172px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
}
#paintguru .paintguru__categoryGroup--middle .item-blog .btn-viewAll .bg-cover {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: inherit;
  filter: brightness(0.5);
  border-radius: 8px;
}
#paintguru .paintguru__categoryGroup--middle .item-blog .btn-viewAll .viewall {
  position: absolute;
  justify-items: center;
}
#paintguru .paintguru__categoryGroup:last-child {
  border-bottom: 0.766px solid #B1B1B1;
}
#paintguru .paintguru__catalog {
  background-image: url("/assets/imgs/explore/catalog.jpeg");
  max-width: 1000px;
  margin: auto;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 83px;
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
#paintguru .paintguru__catalog--content {
  display: grid;
  justify-content: start;
  gap: 7px;
}
#paintguru .paintguru__catalog--content .text {
  font-family: "Prompt", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
#paintguru .paintguru__catalog--content .btn {
  border-radius: 3px;
  background: #0061A9;
  color: #fff;
  padding: 12px 24px;
  width: fit-content;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #paintguru .setmaxwidth {
    max-width: unset;
    margin: unset;
  }
  #paintguru .paintguru__search {
    padding: 24px 150px;
    display: grid;
    gap: 16px;
    justify-items: center;
  }
  #paintguru .paintguru__search--input {
    max-width: 331px;
  }
  #paintguru .paintguru__breadcrum {
    padding: 12px 24px;
  }
  #paintguru .paintguru__banner .item {
    padding: 86px 112px;
    display: grid;
    justify-items: start;
    align-items: self-start;
  }
  #paintguru .paintguru__banner--item .btn {
    margin-top: 0;
  }
  #paintguru .paintguru__header-text {
    padding: 52px 20px;
  }
  #paintguru .paintguru__category--title-item {
    padding: 0 20px;
  }
  #paintguru .paintguru__category--items {
    padding: 0 20px;
  }
  #paintguru .paintguru__category--items .item {
    width: 50%;
  }
  #paintguru .paintguru__category--cover:hover {
    justify-content: start;
    align-items: flex-end;
  }
  #paintguru .paintguru__recommend--item {
    display: grid;
    width: 50%;
  }
  #paintguru .paintguru__recommend--item .content {
    order: 2;
    padding: 30px 20px;
  }
  #paintguru .paintguru__recommend--item .image {
    order: 1;
  }
  #paintguru .paintguru__recommend {
    margin-bottom: 30px;
  }
  #paintguru .paintguru__recommend--item {
    align-items: start;
  }
  #paintguru .paintguru__recommend--item:nth-child(2) {
    margin-top: unset;
  }
  #paintguru .paintguru__recommend--content {
    display: flex;
    padding: 0 20px;
    gap: 16px;
    align-items: flex-start;
  }
  #paintguru .paintguru__paintguru {
    max-width: 970px;
    margin-bottom: 55px;
    height: 118px;
    padding: 0 20px;
  }
  #paintguru .paintguru__paintguru img {
    height: 118px;
    width: 100vw;
  }
  #paintguru .paintguru__categoryGroup--top {
    display: grid;
    padding: 46px 0;
    margin: 0 20px;
    justify-content: start;
    gap: 24px;
  }
  #paintguru .paintguru__categoryGroup--top .top-right {
    justify-content: start;
    align-items: center;
  }
  #paintguru .paintguru__categoryGroup--middle {
    gap: 20px;
    display: flex;
    padding: 0 20px;
    flex-wrap: wrap;
  }
  #paintguru .paintguru__categoryGroup--middle .item-highlight .cover {
    width: 60%;
  }
  #paintguru .paintguru__categoryGroup--middle .item-blog {
    display: flex;
    gap: 16px;
    margin-bottom: 60px;
    float: left;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #paintguru .paintguru__categoryGroup--middle .item-blog .item {
    width: 48.9%;
  }
  #paintguru .paintguru__categoryGroup--middle .item-blog .item .cover {
    width: 100%;
    height: 172px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 9px;
  }
  #paintguru .paintguru__categoryGroup--middle .item-blog .item .description {
    font-family: "Sarabun", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 18px;
  }
  #paintguru .paintguru__categoryGroup--middle .item-blog .btn-viewAll {
    width: 48.9%;
  }
  #paintguru .paintguru__categoryGroup--bottom {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #paintguru .paintguru__catalog {
    margin: 0 20px;
    padding: 36px 20px;
    align-items: flex-end;
    height: 160px;
  }
  #paintguru .paintguru__catalog--content {
    justify-items: center;
  }
}
@media (max-width: 767px) {
  #paintguru .owl-theme .owl-nav {
    display: none;
  }
  #paintguru .setmaxwidth {
    max-width: unset;
    margin: unset;
  }
  #paintguru .paintguru__search {
    padding: 24px;
    display: grid;
    gap: 16px;
  }
  #paintguru .paintguru__breadcrum {
    padding: 12px 24px;
  }
  #paintguru .paintguru__banner .item {
    padding: 72px 40px;
  }
  #paintguru .paintguru__banner--item .description .detail {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  #paintguru .paintguru__header-text {
    padding: 44px 20px;
    display: grid;
  }
  #paintguru .paintguru__header-text .title {
    text-wrap-mode: unset;
    padding-right: 40px;
  }
  #paintguru .paintguru__header-text .line {
    margin-top: 20px;
    width: 100%;
    margin-left: unset;
  }
  #paintguru .paintguru__category--cover {
    height: 234px;
  }
  #paintguru .paintguru__category--title-item {
    padding: 0 20px;
  }
  #paintguru .paintguru__category--items {
    padding: 0 20px;
  }
  #paintguru .paintguru__category--cover:hover {
    justify-content: start;
    align-items: flex-end;
  }
  #paintguru .paintguru__recommend--item {
    display: grid;
    padding: 0 20px;
  }
  #paintguru .paintguru__recommend--item .content {
    order: 2;
    padding: 30px 20px;
  }
  #paintguru .paintguru__recommend--item .image {
    order: 1;
  }
  #paintguru .paintguru__recommend {
    margin-bottom: 30px;
  }
  #paintguru .paintguru .linkout-guru img {
    width: 100%;
  }
  #paintguru .paintguru__categoryGroup {
    padding: 0 20px;
  }
  #paintguru .paintguru__categoryGroup--top {
    display: grid;
    padding: 46px 0;
    justify-content: start;
    gap: 24px;
  }
  #paintguru .paintguru__categoryGroup--top .top-right {
    justify-content: start;
    align-items: center;
  }
  #paintguru .paintguru__categoryGroup--middle {
    gap: unset;
    display: grid;
  }
  #paintguru .paintguru__categoryGroup--middle .item-highlight {
    display: grid;
  }
  #paintguru .paintguru__categoryGroup--middle .item-highlight .cover {
    width: 100%;
  }
  #paintguru .paintguru__categoryGroup--middle .item-highlight .detail {
    width: 100%;
    padding: 20px 0;
  }
  #paintguru .paintguru__categoryGroup--middle .item-blog {
    display: grid;
    gap: 32px;
  }
  #paintguru .paintguru__categoryGroup--middle .item-blog .item, #paintguru .paintguru__categoryGroup--middle .item-blog .btn-viewAll {
    width: 100%;
  }
  #paintguru .paintguru__categoryGroup--middle .item-blog .viewall {
    display: flex;
    gap: 8px;
    align-items: flex-end;
  }
  #paintguru .paintguru__categoryGroup--bottom {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #paintguru .paintguru__categoryGroup--bottom .btn-viewAll {
    width: 100%;
    justify-content: center;
  }
  #paintguru .paintguru__catalog {
    margin: 0 20px;
    padding: 36px 20px;
    align-items: flex-end;
    height: 336px;
  }
  #paintguru .paintguru__catalog--content {
    justify-items: center;
  }
}

.footer__blogs {
  max-width: 1048px;
  margin: auto;
  padding: 32px 0px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
.footer__blogs .social {
  padding: 0px 15px;
}
.footer__blogs .social__title {
  color: #8F1A1D;
  font-family: "Prompt", sans-serif;
  font-size: 25px;
  font-weight: 400;
}
.footer__blogs .social__image {
  display: flex;
}
.footer__blogs .social__image--info {
  width: 33.33%;
  text-align: center;
}
.footer__blogs .social__image--info img {
  width: 60px;
}
.footer__blogs .social__image--title {
  padding-top: 15px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .footer__blogs {
    margin: 0 15px;
  }
  .footer__blogs .social {
    padding: 0;
  }
  .footer__blogs .social__title {
    padding-bottom: 30px;
    text-align: center;
  }
  .footer__blogs .social__image--title {
    display: none;
  }
}
@media (min-width: 992px) {
  .footer__blogs .social {
    display: flex;
  }
  .footer__blogs .social__title {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .footer__blogs .social__image {
    width: 50%;
  }
}

#paintguru_list {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
#paintguru_list .setmaxwidth {
  width: 100%;
  max-width: 1048px;
  margin: auto;
}
#paintguru_list .dropshadow {
  filter: drop-shadow(5px 5px 20px rgba(15, 15, 15, 0.12));
}
#paintguru_list .blogs_list__banner {
  position: relative;
}
#paintguru_list .blogs_list__banner > img {
  width: 100%;
  max-width: 100%;
  min-height: 160px;
}
#paintguru_list .blogs_list__banner--title {
  position: absolute;
  top: 0;
  height: 100%;
  width: unset;
  font-family: "Prompt", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  display: flex;
  align-items: center;
}
#paintguru_list .blogs_list__banner--title > div {
  background-color: #8F1A1D;
  color: #ffffff;
  padding: 12px 24px;
  display: flex;
  align-items: center;
}
#paintguru_list .blogs_list__banner--title .icon {
  min-width: 36px;
  min-height: 36px;
  background-color: #FFFFFF;
  mask-image: var(--category-icon);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: var(--category-icon);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
#paintguru_list .blogs_list__banner--title span {
  width: 100%;
  margin-left: 16px;
  text-align: center;
}
#paintguru_list .blogs_list__breadcrum {
  height: 45px;
  width: 100%;
  background-color: #0061A8;
  color: #ffffff;
  font-family: "Prompt", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}
#paintguru_list .blogs_list__breadcrum .setmaxwidth {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
#paintguru_list .blogs_list__breadcrum .setmaxwidth .icon_arrow {
  width: 26px;
  transform: rotate(180deg);
  padding-left: 4px;
}
#paintguru_list .blogs_list__breadcrum .setmaxwidth .icon_greater {
  height: 7px;
}
#paintguru_list .blogs_list__breadcrum .setmaxwidth span {
  padding: 0 16px;
  color: #ffffff;
}
#paintguru_list .blogs_list__search {
  padding: 24px 0 32px;
  background: #F5F5F5;
}
#paintguru_list .blogs_list__search--head {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding-right: 70px;
  font-family: "Prompt", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
#paintguru_list .blogs_list__search--head .head {
  margin-right: 24px;
  margin-bottom: 8px;
  font-family: "Prompt", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
#paintguru_list .blogs_list__search--head .tags {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-family: "Sarabun", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #8F1A1D;
  border: 2px solid #8F1A1D;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#paintguru_list .blogs_list__search--head .tags::after {
  content: "";
  cursor: pointer;
  margin-left: 8px;
  width: 8px;
  height: 8px;
  background-color: #8F1A1D;
  mask-image: url("/assets/imgs/close-red.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("/assets/imgs/close-red.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
#paintguru_list .blogs_list__search--head .clear {
  cursor: pointer;
  position: absolute;
  right: 0;
  font-family: "Sarabun", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #8F1A1D;
  text-decoration-line: underline;
}
#paintguru_list .blogs_list__search--line {
  margin: 8px 0;
  border: 1px solid #CFCFCF;
}
#paintguru_list .blogs_list__search--tags {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
#paintguru_list .blogs_list__search--tags .item {
  cursor: pointer;
  margin-top: 8px;
  margin-right: 17px;
  font-family: "Sarabun", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: underline;
}
#paintguru_list .blogs_list__description {
  padding: 48px 0 0px;
}
#paintguru_list .blogs_list__description .setmaxwidth {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#paintguru_list .blogs_list__description img {
  width: 25px;
  height: 25px;
}
#paintguru_list .blogs_list__description--text {
  margin-left: 10px;
  font-family: Sarabun;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #0061A8;
}
#paintguru_list .blogs_list__content {
  padding: 48px 0 64px;
}
#paintguru_list .blogs_list__content--empty {
  font-family: "Prompt", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#paintguru_list .blogs_list__content--listing {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
#paintguru_list .blogs_list__content--item {
  max-width: 320px;
  margin-bottom: 48px;
}
#paintguru_list .blogs_list__content--image {
  position: relative;
  height: 180px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#paintguru_list .blogs_list__content--image img {
  width: 100%;
}
#paintguru_list .blogs_list__content--image .icon_play {
  position: absolute;
  width: 58px;
  height: 58px;
}
#paintguru_list .blogs_list__content--title {
  margin-top: 16px;
  font-family: "Sarabun", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
}
#paintguru_list .blogs_list__content--tag {
  margin-top: 16px;
  font-family: "Sarabun", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-height: 53px;
  overflow: hidden;
  flex-wrap: wrap;
}
#paintguru_list .blogs_list__content--tag > * {
  margin-top: 8px;
  margin-right: 8px;
}
#paintguru_list .blogs_list__content--tag img {
  padding: 2px;
  margin-right: 10px;
}
#paintguru_list .blogs_list__content--tag a {
  text-decoration: underline;
}
#paintguru_list .blogs_list__recommend {
  margin-top: 8px;
}
#paintguru_list .blogs_list__recommend .swiper-pagination-bullets {
  bottom: 32px;
}
#paintguru_list .blogs_list__recommend .swiper-pagination-bullet {
  margin: 0 8px;
  opacity: 0.5;
  background-color: #8F1A1D;
  width: 10px;
  height: 10px;
}
#paintguru_list .blogs_list__recommend .swiper-pagination-bullet-active {
  opacity: 1;
}
#paintguru_list .blogs_list__recommend--header {
  font-family: "Prompt", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  padding: 48px 0;
  color: #8F1A1D;
  display: flex;
  justify-content: center;
  align-items: center;
}
#paintguru_list .blogs_list__recommend--group {
  padding: 60px 0 66px;
  background-color: #F2F2F2;
}
#paintguru_list .blogs_list__recommend--item {
  font-family: Tahoma;
  padding: 0 15px;
}
#paintguru_list .blogs_list__recommend--product_tag {
  position: absolute;
  top: -10px;
  left: 0px;
}
#paintguru_list .blogs_list__recommend--product_tag + .blogs_list__recommend--product_tag {
  left: 85px;
}
#paintguru_list .blogs_list__recommend--product_tag .tag {
  width: 86px;
}
#paintguru_list .blogs_list__recommend--product_tag .recommend {
  width: 71px;
}
#paintguru_list .blogs_list__recommend--product_image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0 15px;
  border: 5px solid #fff;
}
#paintguru_list .blogs_list__recommend--product_title {
  font-size: 18px;
}
#paintguru_list .blogs_list__recommend--product_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8F1A1D;
  font-size: 14px;
}
@media (max-width: 991px) {
  #paintguru_list .setmaxwidth {
    max-width: unset;
    margin: unset;
  }
  #paintguru_list .blogs_list__banner > img {
    min-height: 160px;
  }
  #paintguru_list .blogs_list__banner--title {
    align-items: flex-start;
    justify-content: center;
    min-width: 100%;
    padding: 25px;
  }
  #paintguru_list .blogs_list__breadcrum {
    display: none;
  }
  #paintguru_list .blogs_list__search {
    padding: 24px 15px;
  }
  #paintguru_list .blogs_list__search--head {
    display: block;
    flex-flow: unset;
    padding: unset;
    text-align: center;
  }
  #paintguru_list .blogs_list__search--head .head {
    margin: 0;
  }
  #paintguru_list .blogs_list__search--head .tags_mobile {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #paintguru_list .blogs_list__search--head .clear {
    margin-top: 24px;
    position: unset;
  }
  #paintguru_list .blogs_list__search--line {
    display: none;
  }
  #paintguru_list .blogs_list__search--tags {
    margin-top: 24px;
    justify-content: center;
  }
  #paintguru_list .blogs_list__search--tags.nomargin {
    margin: 0;
    min-height: 25px;
  }
  #paintguru_list .blogs_list__search--tags .item {
    margin-right: 0;
    margin-left: 17px;
  }
  #paintguru_list .blogs_list__search--tags .item:first-child {
    margin-left: unset;
  }
  #paintguru_list .blogs_list__description {
    padding: 48px 30px 0px;
  }
  #paintguru_list .blogs_list__content {
    margin: 0 24px;
    padding-bottom: 32px;
  }
  #paintguru_list .blogs_list__content--item {
    max-width: unset;
    width: 100%;
  }
  #paintguru_list .blogs_list__content--image {
    height: unset;
    display: block;
  }
  #paintguru_list .blogs_list__recommend--group {
    padding-left: 15px;
    padding-right: 15px;
  }
  #paintguru_list .blogs_list__recommend--item {
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  #paintguru_list .blogs_list__content--listing {
    justify-content: space-evenly;
  }
  #paintguru_list .blogs_list__content--item:nth-child(3n-1) {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 1048px) {
  #paintguru_list .blogs_list__content--item:nth-child(3n-1) {
    margin-left: 44px;
    margin-right: 44px;
  }
}

#paintguru_detail {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
#paintguru_detail .setmaxwidth {
  width: 100%;
  max-width: 1048px;
  margin: auto;
}
#paintguru_detail .dropshadow {
  filter: drop-shadow(5px 5px 20px rgba(15, 15, 15, 0.12));
}
#paintguru_detail .blogs_detail {
  position: relative;
}
#paintguru_detail .blogs_detail__breadcrum {
  height: 45px;
  width: 100%;
  background-color: #0061A8;
  color: #ffffff;
  font-family: "Prompt", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}
#paintguru_detail .blogs_detail__breadcrum .setmaxwidth {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
#paintguru_detail .blogs_detail__breadcrum .setmaxwidth .icon_arrow {
  width: 26px;
  transform: rotate(180deg);
  padding-left: 4px;
}
#paintguru_detail .blogs_detail__breadcrum .setmaxwidth .icon_greater {
  height: 7px;
}
#paintguru_detail .blogs_detail__breadcrum .setmaxwidth span {
  padding: 0 16px;
  color: #ffffff;
}
#paintguru_detail .blogs_detail__breadcrum .setmaxwidth span.blog_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 650px;
}
#paintguru_detail .blogs_detail__topic {
  position: relative;
  padding: 48px 0 32px;
}
#paintguru_detail .blogs_detail__topic .setmaxwidth {
  max-width: 840px;
}
#paintguru_detail .blogs_detail__topic::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 500px;
  width: 100%;
  top: 0;
  left: 0;
  background: #F5F5F5;
}
#paintguru_detail .blogs_detail__topic--category {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #8F1A1D;
  display: flex;
  align-items: center;
}
#paintguru_detail .blogs_detail__topic--category .icon {
  min-width: 25px;
  min-height: 25px;
  background-color: #8F1A1D;
  mask-image: var(--category-icon);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: var(--category-icon);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
#paintguru_detail .blogs_detail__topic--category span {
  margin-left: 8px;
}
#paintguru_detail .blogs_detail__topic--title {
  font-family: "Sarabun", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  margin-top: 16px;
}
#paintguru_detail .blogs_detail__topic--bottom {
  font-family: "Sarabun", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#paintguru_detail .blogs_detail__topic--tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#paintguru_detail .blogs_detail__topic--tag > * {
  margin-top: 8px;
  margin-right: 8px;
}
#paintguru_detail .blogs_detail__topic--tag img {
  padding: 2px;
  margin-right: 10px;
}
#paintguru_detail .blogs_detail__topic--tag a {
  text-decoration: underline;
}
#paintguru_detail .blogs_detail__topic--share {
  margin-top: 8px;
  display: flex;
  align-items: center;
}
#paintguru_detail .blogs_detail__topic--share .share {
  display: flex;
  align-items: center;
}
#paintguru_detail .blogs_detail__topic--share .share > img {
  width: 20px;
  height: 20px;
}
#paintguru_detail .blogs_detail__topic--share .share > span {
  margin-left: 8px;
}
#paintguru_detail .blogs_detail__topic--share .social {
  display: flex;
  align-items: center;
}
#paintguru_detail .blogs_detail__topic--share .social > div {
  cursor: pointer;
  margin-left: 16px;
  display: flex;
  align-items: center;
}
#paintguru_detail .blogs_detail__topic--share .social > div > img {
  width: 24px;
  height: 24px;
}
#paintguru_detail .blogs_detail__topic--share .social > div > span {
  margin-left: 8px;
}
#paintguru_detail .blogs_detail__cover img {
  width: 100%;
}
#paintguru_detail .blogs_detail__content--detail {
  z-index: 10;
  padding: 48px 64px;
  background-color: #ffffff;
  overflow-wrap: break-word;
}
#paintguru_detail .blogs_detail__content--detail .setmaxwidth {
  max-width: 712px;
}
#paintguru_detail .blogs_detail__content--default, #paintguru_detail .blogs_detail__content--list {
  font-family: "Sarabun", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
#paintguru_detail .blogs_detail__content--default > div, #paintguru_detail .blogs_detail__content--list > div {
  margin-top: 32px;
}
#paintguru_detail .blogs_detail__content--default > div:first-child, #paintguru_detail .blogs_detail__content--list > div:first-child {
  margin-top: 0px;
}
#paintguru_detail .blogs_detail__content--default .title, #paintguru_detail .blogs_detail__content--list .title {
  font-family: "Sarabun", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
#paintguru_detail .blogs_detail__content--default .title.red, #paintguru_detail .blogs_detail__content--list .title.red {
  font-family: "Prompt", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #8F1A1D;
}
#paintguru_detail .blogs_detail__content--default .image img, #paintguru_detail .blogs_detail__content--list .image img {
  width: 100%;
}
#paintguru_detail .blogs_detail__content--default .youtube iframe, #paintguru_detail .blogs_detail__content--list .youtube iframe {
  height: 400px;
}
#paintguru_detail .blogs_detail__content--default .gallery, #paintguru_detail .blogs_detail__content--list .gallery {
  display: flex;
  flex-flow: wrap;
}
#paintguru_detail .blogs_detail__content--default .gallery_item, #paintguru_detail .blogs_detail__content--list .gallery_item {
  margin: 12px 0;
  padding: 0 12px;
}
#paintguru_detail .blogs_detail__content--default .gallery_item:nth-child(4n+1), #paintguru_detail .blogs_detail__content--list .gallery_item:nth-child(4n+1) {
  padding-left: 0;
}
#paintguru_detail .blogs_detail__content--default .gallery_item:nth-child(4n), #paintguru_detail .blogs_detail__content--list .gallery_item:nth-child(4n) {
  padding-right: 0;
}
#paintguru_detail .blogs_detail__content--default .gallery_item img, #paintguru_detail .blogs_detail__content--list .gallery_item img {
  width: 160px;
}
#paintguru_detail .blogs_detail__product {
  margin-top: -25px;
  background: #F2F2F2;
}
#paintguru_detail .blogs_detail__product .swiper-pagination-bullets {
  bottom: 22.5px;
}
#paintguru_detail .blogs_detail__product .swiper-pagination-bullet {
  margin: 0 8px;
  opacity: 0.5;
  background-color: #8F1A1D;
  width: 10px;
  height: 10px;
}
#paintguru_detail .blogs_detail__product .swiper-pagination-bullet-active {
  opacity: 1;
}
#paintguru_detail .blogs_detail__product--header {
  padding-top: 72px;
  text-align: center;
  font-family: "Prompt", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  color: #8F1A1D;
}
#paintguru_detail .blogs_detail__product--group {
  padding: 48px 0 66px;
  background-color: #F2F2F2;
}
#paintguru_detail .blogs_detail__product--item {
  font-family: Tahoma;
  padding: 0 15px;
}
#paintguru_detail .blogs_detail__product--product_tag {
  position: absolute;
  top: -10px;
  left: 0px;
}
#paintguru_detail .blogs_detail__product--product_tag + .blogs_detail__product--product_tag {
  left: 85px;
}
#paintguru_detail .blogs_detail__product--product_tag .tag {
  width: 86px;
}
#paintguru_detail .blogs_detail__product--product_tag .recommend {
  width: 71px;
}
#paintguru_detail .blogs_detail__product--product_image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0 15px;
  border: 5px solid #fff;
}
#paintguru_detail .blogs_detail__product--product_title {
  font-size: 18px;
}
#paintguru_detail .blogs_detail__product--product_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8F1A1D;
  font-size: 14px;
}
#paintguru_detail .blogs_detail__relate .swiper-pagination-bullets {
  bottom: 13.5px;
}
#paintguru_detail .blogs_detail__relate .swiper-pagination-bullet {
  margin: 0 8px;
  opacity: 0.5;
  background-color: #8F1A1D;
  width: 10px;
  height: 10px;
}
#paintguru_detail .blogs_detail__relate .swiper-pagination-bullet-active {
  opacity: 1;
}
#paintguru_detail .blogs_detail__relate--header {
  padding: 48px 0;
  text-align: center;
  font-family: "Prompt", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  color: #8F1A1D;
}
#paintguru_detail .blogs_detail__relate--group {
  padding-bottom: 48px;
  background-color: #ffffff;
}
#paintguru_detail .blogs_detail__relate--item {
  max-width: 320px;
}
#paintguru_detail .blogs_detail__relate--image {
  position: relative;
  height: 180px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#paintguru_detail .blogs_detail__relate--image img {
  width: 100%;
}
#paintguru_detail .blogs_detail__relate--image .icon_play {
  position: absolute;
  width: 58px;
  height: 58px;
}
#paintguru_detail .blogs_detail__relate--detail {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
#paintguru_detail .blogs_detail__relate--detail .icon {
  min-width: 48px;
  min-height: 48px;
  background-color: #8F1A1D;
  mask-image: var(--category-icon);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: var(--category-icon);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
#paintguru_detail .blogs_detail__relate--detail .icon + .title {
  margin-left: 16px;
}
#paintguru_detail .blogs_detail__relate--detail .title {
  font-family: "Sarabun", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
#paintguru_detail .blogs_detail__relate--tag {
  margin-top: 8px;
  font-family: "Sarabun", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-height: 53px;
  overflow: hidden;
  flex-wrap: wrap;
}
#paintguru_detail .blogs_detail__relate--tag > * {
  margin-top: 8px;
  margin-right: 8px;
}
#paintguru_detail .blogs_detail__relate--tag img {
  padding: 2px;
  margin-right: 10px;
}
#paintguru_detail .blogs_detail__relate--tag a {
  text-decoration: underline;
}
@media (max-width: 991px) {
  #paintguru_detail .setmaxwidth {
    max-width: unset !important;
    margin: unset !important;
  }
  #paintguru_detail .blogs_detail__breadcrum {
    display: none;
  }
  #paintguru_detail .blogs_detail__topic {
    padding: 48px 15px 34px;
  }
  #paintguru_detail .blogs_detail__topic::before {
    content: unset;
  }
  #paintguru_detail .blogs_detail__topic--bottom {
    display: block;
  }
  #paintguru_detail .blogs_detail__topic--share {
    margin-top: 18px;
    justify-content: space-between;
  }
  #paintguru_detail .blogs_detail__content {
    margin-top: 0;
  }
  #paintguru_detail .blogs_detail__content.dropshadow {
    filter: unset;
  }
  #paintguru_detail .blogs_detail__content--detail {
    padding: 48px 15px;
  }
  #paintguru_detail .blogs_detail__content--default .youtube iframe, #paintguru_detail .blogs_detail__content--list .youtube iframe {
    height: 195px;
  }
  #paintguru_detail .blogs_detail__content--default .gallery_item, #paintguru_detail .blogs_detail__content--list .gallery_item {
    width: 50%;
  }
  #paintguru_detail .blogs_detail__content--default .gallery_item:nth-child(2n+1), #paintguru_detail .blogs_detail__content--list .gallery_item:nth-child(2n+1) {
    padding-left: 0;
  }
  #paintguru_detail .blogs_detail__content--default .gallery_item:nth-child(2n), #paintguru_detail .blogs_detail__content--list .gallery_item:nth-child(2n) {
    padding-right: 0;
  }
  #paintguru_detail .blogs_detail__content--default .gallery_item img, #paintguru_detail .blogs_detail__content--list .gallery_item img {
    width: 100%;
  }
  #paintguru_detail .blogs_detail__product {
    margin-top: 0;
  }
  #paintguru_detail .blogs_detail__product--header {
    padding-top: 48px;
  }
  #paintguru_detail .blogs_detail__product--group {
    padding-left: 15px;
    padding-right: 15px;
  }
  #paintguru_detail .blogs_detail__product--item {
    max-width: 280px;
  }
  #paintguru_detail .blogs_detail__relate--group {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#pagination_custom {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 32px 0 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pagination_custom .pagination_custom {
  color: #000;
  font-size: 14px !important;
  text-align: center !important;
  margin: 0;
}
#pagination_custom .pagination_custom a {
  display: block;
  color: #000 !important;
}
#pagination_custom .pagination_custom .title {
  float: left;
  padding-top: 5px;
  padding-right: 5px;
}
#pagination_custom .pagination_custom > li > a, #pagination_custom .pagination_custom > li > span {
  background: none !important;
  border: none;
  padding: 5px 10px !important;
}
#pagination_custom .pagination_custom-mobile {
  position: relative;
}
#pagination_custom .previos, #pagination_custom .next {
  position: unset;
  top: unset;
  padding: 8px 16px;
  border: 2px solid #000000;
}
#pagination_custom .previos img, #pagination_custom .next img {
  width: 19px;
}
#pagination_custom .previos a, #pagination_custom .next a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#pagination_custom .previos.disabled, #pagination_custom .next.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#pagination_custom .previos {
  left: unset;
}
#pagination_custom .previos img {
  margin-right: 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#pagination_custom .next {
  right: unset;
  background-color: #8F1A1D;
  border-color: #8F1A1D;
}
#pagination_custom .next a {
  color: #ffffff;
}
#pagination_custom .next img {
  margin-left: 10px;
  -webkit-transform: unset;
  transform: unset;
}
#pagination_custom .select2-container .select2-choice {
  width: 44px;
  height: 44px;
  padding: unset;
  line-height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000000;
  border-radius: unset;
  background-color: #ffffff;
  background-image: unset;
  box-shadow: unset;
}
#pagination_custom .select2-container .select2-chosen {
  margin: 0;
  min-width: 10px;
}
#pagination_custom .select2-container .select2-arrow {
  display: none;
}
@media (max-width: 991px) {
  #pagination_custom {
    display: block;
    padding: unset;
  }
  #pagination_custom .pagination_custom {
    margin-top: 24px;
  }
  #pagination_custom .pagination_custom-mobile {
    height: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #pagination_custom .previos,
#pagination_custom .next {
    width: 50%;
  }
  #pagination_custom .previos {
    margin-right: 12px;
  }
  #pagination_custom .next {
    margin-left: 12px;
  }
}

#paintguru_list_main {
  position: relative;
}
#paintguru_list_main #paintguru_list {
  border-bottom: 1px solid #eaeaea;
}
#paintguru_list_main #paintguru_list .pb-40 {
  padding-bottom: 40px;
}
#paintguru_list_main #paintguru_list .header {
  width: 100%;
  background-color: #8f1a1d;
}
#paintguru_list_main #paintguru_list .header .header-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1090px;
  min-height: 160px;
  margin: auto;
  gap: 12px;
  padding: 24px 0;
}
#paintguru_list_main #paintguru_list .header .header-content .title {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
#paintguru_list_main #paintguru_list .header .header-content .title img {
  width: 31px;
  height: 31px;
  cursor: pointer;
}
#paintguru_list_main #paintguru_list .header .header-content .title h1 {
  font-family: "Sarabun", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0;
}
#paintguru_list_main #paintguru_list .header .header-content .category {
  width: 149px;
  height: 41px;
  padding: 10px 12px;
  border-radius: 3px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
}
#paintguru_list_main #paintguru_list .header .header-content .category img {
  width: 21px;
  height: 21px;
}
#paintguru_list_main #paintguru_list .header .header-content .category span {
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.17px;
  color: #fff;
}
#paintguru_list_main #paintguru_list .breadcrumbs {
  background-color: #eaeaea;
}
#paintguru_list_main #paintguru_list .breadcrumbs .list {
  min-height: 42px;
  max-width: 1090px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-flow: wrap;
  padding: 8px 0;
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21.17px;
}
#paintguru_list_main #paintguru_list .breadcrumbs .list p {
  margin-bottom: 0;
}
#paintguru_list_main #paintguru_list .breadcrumbs .list img {
  width: 12px;
}
#paintguru_list_main #paintguru_list .content {
  max-width: 1090px;
  margin: auto;
  padding: 40px 0;
}
#paintguru_list_main #paintguru_list .content h2 {
  font-family: "Prompt", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28.6px;
  letter-spacing: 0.01em;
  color: #8f1a1d;
  margin: 0;
  margin-bottom: 32px;
}
#paintguru_list_main #paintguru_list .content .card-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
#paintguru_list_main #paintguru_list .content .card-blog .card {
  cursor: pointer;
}
#paintguru_list_main #paintguru_list .content .card-blog .card .bg-list {
  height: 186.68px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
#paintguru_list_main #paintguru_list .content .card-blog .card .color-theme {
  display: flex;
}
#paintguru_list_main #paintguru_list .content .card-blog .card .color-theme div {
  height: 36px;
  width: 100%;
}
#paintguru_list_main #paintguru_list .content .card-blog .card .color-theme div:first-child {
  border-bottom-left-radius: 8px;
}
#paintguru_list_main #paintguru_list .content .card-blog .card .color-theme div:last-child {
  border-bottom-right-radius: 8px;
}
#paintguru_list_main #paintguru_list .content .card-blog .card p {
  font-family: "Sarabun", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.01em;
  margin: 20px 0;
}
#paintguru_list_main #paintguru_list .content .card-blog .card .tags-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
#paintguru_list_main #paintguru_list .content .card-blog .card .tags-list img {
  width: 19px;
}
#paintguru_list_main #paintguru_list .content .card-blog .card .tags-list a {
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-wrap-mode: nowrap;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal {
  position: absolute;
  min-height: 612px;
  width: 100%;
  background-color: #8f1a1d;
  display: none;
  padding: 60px 0;
  z-index: 3;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container {
  max-width: 1090px;
  margin: auto;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .title h2 {
  font-family: "Sarabun", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .title img {
  width: 42px;
  height: 42px;
  cursor: pointer;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .tags {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-flow: wrap;
  margin-bottom: 28px;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .tags .item {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 69px;
  height: 42px;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .tags .item p {
  margin-bottom: 0;
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .tags .item.active {
  background-color: #fff;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .tags .item.active p {
  color: #8f1a1d;
  font-weight: 600;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .lucky-color {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .lucky-color .item {
  height: 153px;
  position: relative;
  cursor: pointer;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .lucky-color .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.5) 77%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .lucky-color .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .lucky-color .item span {
  position: absolute;
  font-family: "Sarabun", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  left: 24px;
  bottom: 12px;
  color: #fff;
  z-index: 2;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .paintguru__category--items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .paintguru__category--items .item {
  filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.1));
  border-radius: 0px 0px 10px 10px;
  padding: unset;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .paintguru__category--items .item:nth-child(1) {
  margin-left: 0;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .paintguru__category--cover {
  height: 153px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  padding: 30px;
  background-color: #fff;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .paintguru__category--cover .title {
  font-family: "Sarabun", sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  margin: unset;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .paintguru__category--cover img {
  height: 180px;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .paintguru__category--cover:hover {
  justify-content: center;
  align-items: center;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .icon-close-mobile {
  text-align: center;
  margin-top: 36px;
  display: none;
}
#paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .icon-close-mobile img {
  width: 42px;
  height: 42px;
}
#paintguru_list_main #paintguru_list .hightlight {
  background-color: #f4e8e8;
  padding: 36px 0;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container {
  max-width: 1090px;
  margin: auto;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .title {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  column-gap: 36px;
  margin-bottom: 28px;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .title h2 {
  font-family: "Prompt", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 51.41px;
  color: #8f1a1d;
  margin: 0;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .title .border {
  width: 100%;
  height: 1px;
  background-color: #bebebe;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .swiper-wrapper {
  margin-bottom: 66px;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .swiper-slide {
  cursor: pointer;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .swiper-slide .bg-list {
  width: 100%;
  height: 294px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .swiper-slide p {
  font-family: "Sarabun", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.01em;
  margin: 20px 0;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .swiper-slide .color-theme {
  display: flex;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .swiper-slide .color-theme div {
  height: 36px;
  width: 100%;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .swiper-slide .color-theme div:first-child {
  border-bottom-left-radius: 8px;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .swiper-slide .color-theme div:last-child {
  border-bottom-right-radius: 8px;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .swiper-slide .tags-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .swiper-slide .tags-list img {
  width: 19px;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .swiper-slide .tags-list a {
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-wrap-mode: nowrap;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .swiper-pagination {
  display: flex;
  justify-content: center;
  column-gap: 6px;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
#paintguru_list_main #paintguru_list .hightlight .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8f1a1d;
}
#paintguru_list_main #paintguru_list_backgrop {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 2;
  display: none;
}
#paintguru_list_main .relate-tag {
  padding: 58px 76px;
  margin-bottom: 32px;
}
#paintguru_list_main .relate-tag__header {
  display: grid;
  justify-content: start;
  padding: 0 81px;
  margin-bottom: 64px;
}
#paintguru_list_main .relate-tag__header--title {
  font-family: "Prompt", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #8F1A1D;
  margin-bottom: 28px;
}
#paintguru_list_main .relate-tag__header--items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
#paintguru_list_main .relate-tag__header--items .item {
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border-radius: 74.88px;
  border: 0.749px solid #8F1A1D;
  padding: 8px 16px;
}
#paintguru_list_main .relate-tag__header--items .showAllTag {
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8F1A1D;
  padding: 8px 16px;
  text-decoration: underline;
}
#paintguru_list_main .relate-tag__group .item {
  filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.1));
  border-radius: 0px 0px 10px 10px;
  padding: unset;
}
#paintguru_list_main .relate-tag__group .item:nth-child(1) {
  margin-left: 0;
}
#paintguru_list_main .relate-tag__group .item .cover {
  height: 283px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  padding: 30px;
}
#paintguru_list_main .relate-tag__group .item .cover .title {
  font-family: "Sarabun", sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
}
#paintguru_list_main .relate-tag__group .item .cover img {
  height: 180px;
}
#paintguru_list_main .relate-tag__group .item .cover:hover {
  justify-content: center;
  align-items: center;
}

@media (max-width: 1090px) {
  #paintguru_list_main #paintguru_list .header {
    padding: 0 20px;
  }
  #paintguru_list_main #paintguru_list .header .header-content {
    min-height: 145px;
  }
  #paintguru_list_main #paintguru_list .breadcrumbs {
    padding: 0 20px;
  }
  #paintguru_list_main #paintguru_list .content {
    padding: 40px 20px;
  }
  #paintguru_list_main #paintguru_list .content .card-blog {
    gap: 20px;
  }
  #paintguru_list_main #paintguru_list .content .card-blog .card .bg-list {
    aspect-ratio: 2/1;
    height: auto;
  }
  #paintguru_list_main #paintguru_list #paintguru_list_category_modal {
    padding: 40px 20px;
  }
  #paintguru_list_main #paintguru_list .hightlight {
    padding: 36px 20px;
  }
  #paintguru_list_main #paintguru_list .hightlight .swiper-container .swiper-slide .bg-list {
    height: 220px;
  }
  #paintguru_list_main .relate-tag {
    padding: 0px 20px;
  }
  #paintguru_list_main .relate-tag__header {
    padding: 40px 0 0 0;
  }
  #paintguru_list_main .relate-tag__group .item .cover:hover {
    justify-content: start;
    align-items: end;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .relate-tag__group .item {
    width: 50%;
  }
  .relate-tag__group--cover:hover {
    justify-content: start;
    align-items: flex-end;
  }
}
@media (max-width: 780px) {
  #paintguru_list_main #paintguru_list .content h2 {
    margin-bottom: 20px;
  }
  #paintguru_list_main #paintguru_list .content .card-blog {
    grid-template-columns: repeat(2, 1fr);
  }
  #paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .lucky-color {
    grid-template-columns: repeat(3, 1fr);
  }
  #paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .lucky-color .item span {
    font-size: 16px;
  }
  #paintguru_list_main #paintguru_list .hightlight .swiper-container .swiper-slide .bg-list {
    height: auto;
    aspect-ratio: 2/1;
  }
  #paintguru_list_main .relate-tag {
    padding: 0px 20px;
  }
  #paintguru_list_main .relate-tag__header {
    padding: unset;
  }
}
@media (max-width: 500px) {
  #paintguru_list_main #paintguru_list {
    border-bottom: none;
  }
  #paintguru_list_main #paintguru_list .pb-40 {
    border-bottom: 1px solid #eaeaea;
    margin: 0 20px 40px 20px;
    padding-bottom: 8px;
  }
  #paintguru_list_main #paintguru_list .header .header-content {
    min-height: 168px;
  }
  #paintguru_list_main #paintguru_list .header .header-content .category {
    width: 100%;
    justify-content: center;
  }
  #paintguru_list_main #paintguru_list .content .card-blog {
    grid-template-columns: 100%;
    row-gap: 36px;
  }
  #paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .title {
    display: grid;
    row-gap: 12px;
  }
  #paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .title h2 {
    grid-row: 2;
    grid-column: 1/span 2;
  }
  #paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .title img {
    grid-row: 1;
    grid-column: 2;
  }
  #paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .lucky-color {
    grid-template-columns: 100%;
  }
  #paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .lucky-color .item {
    height: 188px;
  }
  #paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .lucky-color .item span {
    font-size: 22px;
  }
  #paintguru_list_main #paintguru_list #paintguru_list_category_modal .category-modal-container .icon-close-mobile {
    display: block;
  }
}
#explore {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
#explore .setmaxwidth {
  width: 100%;
  max-width: 1110px;
  margin: auto;
}
#explore .dropshadow {
  filter: drop-shadow(5px 5px 20px rgba(15, 15, 15, 0.12));
}
#explore .owl-dots {
  position: absolute;
  right: 55px;
  left: 55px;
  bottom: 30px;
}
#explore .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(235, 235, 235, 0.7);
  opacity: 0.5;
}
#explore .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
#explore .owl-theme .owl-dots .owl-dot.active span {
  background: #EBEBEB;
  opacity: 1;
}
#explore .owl-theme .owl-nav {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 54%;
}
#explore .owl-theme .owl-nav img {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
#explore .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 40px;
  border-radius: 0px;
  width: 36px;
  height: 36px;
  padding: 0px;
  margin: 0px;
  background: none;
}
#explore .owl-theme .owl-nav .owl-prev img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#explore .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 40px;
  border-radius: 0px;
  width: 36px;
  height: 36px;
  padding: 0px;
  margin: 0px;
  background: none;
}
#explore .owl-theme .owl-nav .owl-next:hover {
  opacity: 1;
}
#explore .explore {
  --highlight-cover: url("/assets/imgs/mockup/mockup-blog_cover.jpg");
}
#explore .explore .col-lg-6, #explore .explore .col-md-4, #explore .explore .col-xs-12, #explore .explore .col-lg-4, #explore .explore .col-md4 {
  padding: unset;
}
#explore .explore #subCat__toggle {
  z-index: 999;
  height: 110%;
  position: absolute;
  background-color: rgba(31, 23, 24, 0.5);
  display: none;
}
#explore .explore #subCat__toggle .subCat__toggle {
  padding: 60px 156px;
  background-color: #8F1A1D;
  color: #fff;
}
#explore .explore #subCat__toggle .subCat__toggle--header {
  display: flex;
  justify-content: space-between;
  font-family: "Sarabun", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
#explore .explore #subCat__toggle .subCat__toggle--header .close-toggle {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#explore .explore #subCat__toggle .subCat__toggle--header .close-toggle img {
  width: 14px;
}
#explore .explore #subCat__toggle .subCat__toggle .explore__category--title-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 26px;
  gap: 8px;
  margin-top: 32px;
}
#explore .explore #subCat__toggle .subCat__toggle .explore__category--title-item .item.active {
  background: #FFF;
  color: #8F1A1D;
}
#explore .explore #subCat__toggle .subCat__toggle .explore__category--title-item .item {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 69.198px;
  border: 0.692px solid #fff;
  background: #8F1A1D;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#explore .explore #subCat__toggle .subCat__toggle .explore__category--group {
  display: flex;
  justify-content: center;
  align-items: center;
}
#explore .explore #subCat__toggle .subCat__toggle .explore__category--group:not(:nth-child(1)) {
  margin-top: 32px;
}
#explore .explore #subCat__toggle .subCat__toggle .explore__category--items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#explore .explore #subCat__toggle .subCat__toggle .explore__category--items .item {
  filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.1));
  border-radius: 0px 0px 10px 10px;
  padding: unset;
}
#explore .explore #subCat__toggle .subCat__toggle .explore__category--items .item:nth-child(1) {
  margin-left: 0;
}
#explore .explore #subCat__toggle .subCat__toggle .explore__category--cover {
  height: 153px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  padding: 30px;
}
#explore .explore #subCat__toggle .subCat__toggle .explore__category--cover .title {
  font-family: "Sarabun", sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
}
#explore .explore #subCat__toggle .subCat__toggle .explore__category--cover img {
  height: 180px;
}
#explore .explore #subCat__toggle .subCat__toggle .explore__category--cover:hover {
  justify-content: center;
  align-items: center;
}
#explore .explore #subCat__toggle .subCat__toggle .explore__category--bottom {
  position: relative;
  height: 65px;
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  background-color: #8F1A1D;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
#explore .explore #subCat__toggle .subCat__toggle .explore__category--bottom .icon {
  min-width: 36px;
  min-height: 36px;
  background-color: #FFFFFF;
  mask-image: var(--category-icon);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: var(--category-icon);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
#explore .explore #subCat__toggle .subCat__toggle .explore__category--bottom span {
  margin-left: 8px;
  width: 100%;
  text-align: center;
}
#explore .explore__header {
  width: 100%;
  margin: auto;
  background-color: #8F1A1D;
  color: #fff;
  padding: 60px 155px;
}
#explore .explore__header--content {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#explore .explore__header--left {
  font-family: "Sarabun", sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 21px;
}
#explore .explore__header--left img {
  cursor: pointer;
}
#explore .explore__header--right {
  display: flex;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 3px;
  border: 1px solid var(--GreyScale-White, #FFF);
  cursor: pointer;
}
#explore .explore__breadcrum {
  background: #EAEAEA;
  padding: 12px 150px;
  display: grid;
  justify-content: flex-start;
}
#explore .explore__search {
  display: flex;
  padding: 34px 100px 34px 150px;
  align-items: center;
}
#explore .explore__search--title {
  color: #8F1A1D;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: unset;
}
#explore .explore__search--input {
  display: flex;
  align-items: center;
  margin-bottom: unset !important;
}
#explore .explore__search--input input[type=text] {
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 80%;
  box-sizing: border-box;
  border-radius: 3px 0px 0px 3px;
  border: 1px solid #888;
  background: #FAFAFA;
  background-color: white;
  background-image: url("/assets/imgs/icons/icon_search.png");
  background-position: 10px 14px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  color: #888;
}
#explore .explore__search--input .btn-search {
  border-radius: 0px 3px 3px 0px;
  background: #0061A9;
  width: 109px;
  border: unset;
  padding: 12.5px;
  color: #FFF;
  font-family: Prompt;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#explore .explore__banner img {
  max-width: 100%;
}
#explore .explore__banner .item {
  width: 100vw;
  height: 583px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 125px 160px;
}
#explore .explore__banner--item .description {
  display: grid;
  gap: 30px;
  justify-items: flex-start;
}
#explore .explore__banner--item .description .title {
  font-family: "Sarabun", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
  max-width: 475px;
  line-height: 48px;
  letter-spacing: 0.32px;
}
#explore .explore__banner--item .description .detail {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  max-width: 475px;
  line-height: 25.6px;
  letter-spacing: 0.16px;
}
#explore .explore__banner--item .btn {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 40px;
  padding: 12px 24px;
  border-radius: 3px;
  background: #0061A9;
  color: #FFF;
}
#explore .explore__highlight {
  --highlight-cover-size: 738px;
  padding: 56px;
  padding-bottom: 74px;
  background-color: #F5F5F5;
}
#explore .explore__highlight .swiper-pagination-bullets {
  bottom: 26.5px;
}
#explore .explore__highlight .swiper-pagination-bullet {
  margin: 0 12px;
  opacity: 0.5;
  background-color: #8F1A1D;
  width: 10px;
  height: 10px;
}
#explore .explore__highlight .swiper-pagination-bullet-active {
  opacity: 1;
}
#explore .explore__highlight--item {
  width: 100%;
  height: 415px;
  display: flex;
}
#explore .explore__highlight--cover {
  width: var(--highlight-cover-size);
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#explore .explore__highlight--cover > img {
  width: 100%;
}
#explore .explore__highlight--top_mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 50px;
  padding: 12px 24px;
  background-color: #8F1A1D;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#explore .explore__highlight--top_mark span {
  margin-left: 12px;
}
#explore .explore__highlight--detail {
  width: calc(100% - var(--highlight-cover-size));
  height: 100%;
  padding: 33px 48px;
  background-color: #fff;
}
#explore .explore__highlight--category {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #8F1A1D;
  display: flex;
  align-items: center;
}
#explore .explore__highlight--category .icon {
  min-width: 42px;
  min-height: 42px;
  background-color: #8F1A1D;
  mask-image: var(--category-icon);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: var(--category-icon);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
#explore .explore__highlight--category span {
  margin-left: 8px;
}
#explore .explore__highlight--topic {
  margin-top: 32px;
}
#explore .explore__highlight--topic .title {
  font-family: "Sarabun", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
#explore .explore__highlight--topic .tag {
  font-family: "Sarabun", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#explore .explore__highlight--topic .tag > * {
  margin-top: 8px;
  margin-right: 8px;
}
#explore .explore__highlight--topic .tag img {
  padding: 2px;
  margin-right: 10px;
}
#explore .explore__highlight--topic .tag a {
  text-decoration: underline;
}
#explore .explore__highlight--short_detail {
  margin: 32px 0;
  max-height: 88px;
  overflow: hidden;
}
#explore .explore__highlight--readmore {
  font-family: "Sarabun", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #8F1A1D;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#explore .explore__highlight--readmore span {
  margin-right: 10px;
}
#explore .explore__highlight--readmore img {
  width: 22px;
}
#explore .explore__header-text {
  font-family: "Prompt", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  padding: 34px 140px 34px 140px;
  color: #8F1A1D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: auto;
}
#explore .explore__header-text .title {
  width: fit-content;
  text-wrap-mode: nowrap;
}
#explore .explore__header-text .line {
  width: -webkit-fill-available;
  border-top: 1px solid #bebebe;
  margin-left: 43px;
}
#explore .explore__category--title-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 26px;
  gap: 8px;
}
#explore .explore__category--title-item .item.active {
  background: #8F1A1D;
  color: #FFF;
}
#explore .explore__category--title-item .item {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 69.198px;
  border: 0.692px solid #8F1A1D;
  color: #8F1A1D;
  text-align: center;
  cursor: pointer;
}
#explore .explore__category--group {
  display: flex;
  justify-content: center;
  align-items: center;
}
#explore .explore__category--group:not(:nth-child(1)) {
  margin-top: 32px;
}
#explore .explore__category--items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#explore .explore__category--items .item {
  filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.1));
  border-radius: 0px 0px 10px 10px;
  padding: unset;
}
#explore .explore__category--items .item:nth-child(1) {
  margin-left: 0;
}
#explore .explore__category .lucky-color {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#explore .explore__category .lucky-color .item:hover span {
  display: flex;
  justify-content: center;
  align-items: center;
}
#explore .explore__category .lucky-color .item {
  height: 153px;
  position: relative;
  cursor: pointer;
}
#explore .explore__category .lucky-color .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.5) 77%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}
#explore .explore__category .lucky-color .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#explore .explore__category .lucky-color .item span {
  position: absolute;
  font-family: "Sarabun", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 33.6px;
  left: 24px;
  bottom: 12px;
  color: #fff;
  z-index: 2;
}
#explore .explore__category--cover {
  height: 153px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  padding: 30px;
}
#explore .explore__category--cover .title {
  font-family: "Sarabun", sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
}
#explore .explore__category--cover img {
  height: 180px;
}
#explore .explore__category--cover:hover {
  justify-content: center;
  align-items: center;
}
#explore .explore__category--bottom {
  position: relative;
  height: 65px;
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  background-color: #8F1A1D;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
#explore .explore__category--bottom .icon {
  min-width: 36px;
  min-height: 36px;
  background-color: #FFFFFF;
  mask-image: var(--category-icon);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: var(--category-icon);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
#explore .explore__category--bottom span {
  margin-left: 8px;
  width: 100%;
  text-align: center;
}
#explore .explore__recommend {
  margin-bottom: 70px;
}
#explore .explore__recommend--item {
  display: flex;
  align-items: center;
}
#explore .explore__recommend--item .content {
  padding: 30px 50px;
  display: grid;
  gap: 16px;
}
#explore .explore__recommend--item .content .category {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#explore .explore__recommend--item .content .category .pipe-blue {
  background: #0061A9;
  width: 4px;
  height: 30px;
}
#explore .explore__recommend--item .content .category .title {
  color: #000;
  margin: 0 8px;
  font-size: 16px;
}
#explore .explore__recommend--item .content .category .tag {
  border-left: 1px solid #888;
  color: #888;
  padding-left: 8px;
}
#explore .explore__recommend--item .content .title {
  font-family: "Sarabun", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
#explore .explore__recommend--item .content .description {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#explore .explore__recommend--item .content .readMore {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--CI-Blue, #0061A9);
  display: flex;
  align-items: center;
  cursor: pointer;
}
#explore .explore__recommend--item .content .readMore img {
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
#explore .explore__recommend--item .image {
  display: flex;
  justify-content: center;
}
#explore .explore__recommend--item .image img {
  width: 100%;
  height: 306px;
  border-radius: 6px;
}
#explore .explore__recommend--item .image .tone {
  width: 322px;
  display: flex;
  position: absolute;
  bottom: 0;
}
#explore .explore__recommend--item .image .tone .color {
  height: 64px;
}
#explore .explore__recommend--item:nth-child(2) .content {
  order: 2;
}
#explore .explore__recommend--item:nth-child(2) .image {
  order: 1;
}
#explore .explore__paintguru {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 87px;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#explore .explore__categoryGroup {
  max-width: 1000px;
  margin: auto;
}
#explore .explore__categoryGroup--item {
  display: grid;
}
#explore .explore__categoryGroup--top {
  padding: 46px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.766px solid #B1B1B1;
}
#explore .explore__categoryGroup--top .top-left {
  display: flex;
  align-items: center;
}
#explore .explore__categoryGroup--top .top-left .pipe {
  width: 7px;
  height: 56px;
  border-radius: 76.698px;
  background: #8F1B1D;
  margin-right: 25px;
}
#explore .explore__categoryGroup--top .top-left .title {
  font-family: "Prompt", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
#explore .explore__categoryGroup--top .top-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#explore .explore__categoryGroup--top .top-right .tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 14px;
}
#explore .explore__categoryGroup--top .top-right .tag .tag-item {
  font-family: "Prompt", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
  color: #000;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-right: 14px;
}
#explore .explore__categoryGroup--middle {
  display: flex;
  gap: 16px;
}
#explore .explore__categoryGroup--middle .item {
  border-radius: 9.453px;
  display: grid;
  cursor: pointer;
}
#explore .explore__categoryGroup--middle .item .cover {
  width: 100%;
  height: 172px;
  border-radius: 9px;
  object-fit: cover;
  object-position: center;
}
#explore .explore__categoryGroup--middle .item .description {
  font-family: "Sarabun", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 18px;
}
#explore .explore__categoryGroup--bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
  margin-bottom: 60px;
}
#explore .explore__categoryGroup--bottom .btn-viewAll {
  border-radius: 3px;
  border: 1px solid #0061A9;
  padding: 9px 24px 9px 24px;
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  color: #0061A9;
}
#explore .explore__catalog {
  background-image: url("/assets/imgs/explore/catalog.jpeg");
  max-width: 1000px;
  margin: auto;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 83px;
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
#explore .explore__catalog--content {
  display: grid;
  justify-content: start;
  gap: 7px;
}
#explore .explore__catalog--content .text {
  font-family: "Prompt", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
#explore .explore__catalog--content .btn {
  border-radius: 3px;
  background: #0061A9;
  color: #fff;
  padding: 12px 24px;
  width: fit-content;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #explore .setmaxwidth {
    max-width: unset;
    margin: unset;
  }
  #explore .explore__search {
    padding: 24px 150px;
    display: grid;
    gap: 16px;
    justify-items: center;
  }
  #explore .explore__search--input {
    max-width: 331px;
  }
  #explore .explore__breadcrum {
    padding: 12px 24px;
  }
  #explore .explore__banner .item {
    padding: 86px 112px;
    display: grid;
    justify-items: start;
    align-items: self-start;
  }
  #explore .explore__banner--item .btn {
    margin-top: 0;
  }
  #explore .explore__header-text {
    padding: 52px 20px;
  }
  #explore .explore__category--title-item {
    padding: 0 20px;
  }
  #explore .explore__category--items {
    padding: 0 20px;
  }
  #explore .explore__category--items .item {
    width: 33.3333333333%;
  }
  #explore .explore__recommend--item {
    display: grid;
    width: 50%;
    align-items: start;
  }
  #explore .explore__recommend--item .content {
    order: 2;
    padding: 30px 20px;
  }
  #explore .explore__recommend--item .image {
    order: 1;
  }
  #explore .explore__recommend {
    margin-bottom: 30px;
  }
  #explore .explore__recommend--item:nth-child(2) {
    margin-top: unset;
  }
  #explore .explore__recommend--content {
    display: flex;
    padding: 0 20px;
    align-items: flex-start;
  }
  #explore .explore__paintguru {
    max-width: 970px;
    margin-bottom: 55px;
    height: 118px;
    padding: 0 20px;
  }
  #explore .explore__paintguru img {
    height: 118px;
    width: 100vw;
  }
  #explore .explore__categoryGroup--top {
    display: grid;
    padding: 46px 0;
    margin: 0 20px;
    justify-content: start;
    gap: 24px;
  }
  #explore .explore__categoryGroup--top .top-right {
    justify-content: start;
  }
  #explore .explore__categoryGroup--middle {
    gap: 20px;
    display: flex;
    padding: 0 20px;
  }
  #explore .explore__categoryGroup--bottom {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #explore .explore__catalog {
    margin: 0 20px;
    padding: 36px 20px;
    align-items: flex-end;
    height: 160px;
  }
  #explore .explore__catalog--content {
    justify-items: center;
  }
}
@media (max-width: 430px) {
  #explore .explore__catalog {
    background-image: url("/assets/imgs/explore/catalog_mobile.png");
    align-items: flex-end;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #explore .owl-theme .owl-nav {
    display: none;
  }
  #explore .setmaxwidth {
    max-width: unset;
    margin: unset;
  }
  #explore .explore__search {
    padding: 24px;
    display: grid;
    gap: 16px;
  }
  #explore .explore__breadcrum {
    padding: 12px 24px;
  }
  #explore .explore__banner .item {
    padding: 72px 40px;
  }
  #explore .explore__banner--item .description .detail {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  #explore .explore__header-text {
    padding: 44px 20px;
    display: grid;
  }
  #explore .explore__header-text .title {
    text-wrap-mode: unset;
    padding-right: 40px;
  }
  #explore .explore__header-text .line {
    margin-top: 20px;
    width: 100%;
    margin-left: unset;
  }
  #explore .explore__category--title-item {
    padding: 0 20px;
  }
  #explore .explore__category--items {
    padding: 0 20px;
  }
  #explore .explore__recommend--item {
    display: grid;
    padding: 0 20px;
  }
  #explore .explore__recommend--item .content {
    order: 2;
    padding: 30px 20px;
  }
  #explore .explore__recommend--item .image {
    order: 1;
  }
  #explore .explore__recommend {
    margin-bottom: 30px;
  }
  #explore .explore__paintguru {
    margin-bottom: 55px;
  }
  #explore .explore__categoryGroup {
    padding: 0 20px;
  }
  #explore .explore__categoryGroup--top {
    display: grid;
    padding: 46px 0;
    justify-content: start;
    gap: 24px;
  }
  #explore .explore__categoryGroup--top .top-right {
    justify-content: start;
    align-items: center;
  }
  #explore .explore__categoryGroup--middle {
    gap: 62px;
    display: grid;
  }
  #explore .explore__categoryGroup--bottom {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #explore .explore__categoryGroup--bottom .btn-viewAll {
    width: 100%;
    justify-content: center;
  }
  #explore .explore__catalog {
    margin: 0 20px;
    padding: 36px 20px;
    align-items: flex-end;
    height: 336px;
  }
  #explore .explore__catalog--content {
    justify-items: center;
  }
  #explore .explore #subCat__toggle .subCat__toggle .explore__category--title-item .item {
    text-align: start;
  }
}

#explore_list_main {
  position: relative;
}
#explore_list_main #explore_list {
  border-bottom: 1px solid #eaeaea;
}
#explore_list_main #explore_list .pb-40 {
  padding-bottom: 40px;
}
#explore_list_main #explore_list .header {
  width: 100%;
  background-color: #8f1a1d;
}
#explore_list_main #explore_list .header .header-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1090px;
  min-height: 160px;
  margin: auto;
  gap: 12px;
  padding: 24px 0;
}
#explore_list_main #explore_list .header .header-content .title {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
#explore_list_main #explore_list .header .header-content .title img {
  width: 31px;
  height: 31px;
  cursor: pointer;
}
#explore_list_main #explore_list .header .header-content .title h1 {
  font-family: "Sarabun", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0;
}
#explore_list_main #explore_list .header .header-content .category {
  width: 149px;
  height: 41px;
  padding: 10px 12px;
  border-radius: 3px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
}
#explore_list_main #explore_list .header .header-content .category img {
  width: 21px;
  height: 21px;
}
#explore_list_main #explore_list .header .header-content .category span {
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.17px;
  color: #fff;
}
#explore_list_main #explore_list .breadcrumbs {
  background-color: #eaeaea;
}
#explore_list_main #explore_list .breadcrumbs .list {
  min-height: 42px;
  max-width: 1090px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-flow: wrap;
  padding: 8px 0;
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21.17px;
}
#explore_list_main #explore_list .breadcrumbs .list p {
  margin-bottom: 0;
}
#explore_list_main #explore_list .breadcrumbs .list img {
  width: 12px;
}
#explore_list_main #explore_list .content {
  max-width: 1090px;
  margin: auto;
  padding: 40px 0;
}
#explore_list_main #explore_list .content h2 {
  font-family: "Prompt", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28.6px;
  letter-spacing: 0.01em;
  color: #8f1a1d;
  margin: 0;
  margin-bottom: 32px;
}
#explore_list_main #explore_list .content .card-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
#explore_list_main #explore_list .content .card-blog .card {
  cursor: pointer;
}
#explore_list_main #explore_list .content .card-blog .card .bg-list {
  height: 186.68px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
#explore_list_main #explore_list .content .card-blog .card .color-theme {
  display: flex;
}
#explore_list_main #explore_list .content .card-blog .card .color-theme div {
  height: 36px;
  width: 100%;
}
#explore_list_main #explore_list .content .card-blog .card .color-theme div:first-child {
  border-bottom-left-radius: 8px;
}
#explore_list_main #explore_list .content .card-blog .card .color-theme div:last-child {
  border-bottom-right-radius: 8px;
}
#explore_list_main #explore_list .content .card-blog .card p {
  font-family: "Sarabun", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.01em;
  margin: 20px 0;
}
#explore_list_main #explore_list .content .card-blog .card .tags-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
#explore_list_main #explore_list .content .card-blog .card .tags-list img {
  width: 19px;
}
#explore_list_main #explore_list .content .card-blog .card .tags-list a {
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-wrap-mode: nowrap;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#explore_list_main #explore_list #explore_list_category_modal {
  position: absolute;
  min-height: 612px;
  width: 100%;
  background-color: #8f1a1d;
  display: none;
  padding: 60px 0;
  z-index: 3;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container {
  max-width: 1090px;
  margin: auto;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .title h2 {
  font-family: "Sarabun", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .title img {
  width: 42px;
  height: 42px;
  cursor: pointer;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .tags {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-flow: wrap;
  margin-bottom: 28px;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .tags .item {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 69px;
  height: 42px;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .tags .item p {
  margin-bottom: 0;
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .tags .item.active {
  background-color: #fff;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .tags .item.active p {
  color: #8f1a1d;
  font-weight: 600;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .lucky-color {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .lucky-color .item {
  height: 153px;
  position: relative;
  cursor: pointer;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .lucky-color .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.5) 77%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .lucky-color .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .lucky-color .item span {
  position: absolute;
  font-family: "Sarabun", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  left: 24px;
  bottom: 12px;
  color: #fff;
  z-index: 2;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .explore__category--items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .explore__category--items .item {
  filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.1));
  border-radius: 0px 0px 10px 10px;
  padding: unset;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .explore__category--items .item:nth-child(1) {
  margin-left: 0;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .explore__category--cover {
  height: 153px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  padding: 30px;
  background-color: #fff;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .explore__category--cover .title {
  font-family: "Sarabun", sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  margin: unset;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .explore__category--cover img {
  height: 180px;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .explore__category--cover:hover {
  justify-content: center;
  align-items: center;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .icon-close-mobile {
  text-align: center;
  margin-top: 36px;
  display: none;
}
#explore_list_main #explore_list #explore_list_category_modal .category-modal-container .icon-close-mobile img {
  width: 42px;
  height: 42px;
}
#explore_list_main #explore_list .hightlight {
  background-color: #f4e8e8;
  padding: 36px 0;
}
#explore_list_main #explore_list .hightlight .swiper-container {
  max-width: 1090px;
  margin: auto;
}
#explore_list_main #explore_list .hightlight .swiper-container .title {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  column-gap: 36px;
  margin-bottom: 28px;
}
#explore_list_main #explore_list .hightlight .swiper-container .title h2 {
  font-family: "Prompt", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 51.41px;
  color: #8f1a1d;
  margin: 0;
}
#explore_list_main #explore_list .hightlight .swiper-container .title .border {
  width: 100%;
  height: 1px;
  background-color: #bebebe;
}
#explore_list_main #explore_list .hightlight .swiper-container .swiper-wrapper {
  margin-bottom: 66px;
}
#explore_list_main #explore_list .hightlight .swiper-container .swiper-slide {
  cursor: pointer;
}
#explore_list_main #explore_list .hightlight .swiper-container .swiper-slide .bg-list {
  width: 100%;
  height: 294px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
#explore_list_main #explore_list .hightlight .swiper-container .swiper-slide p {
  font-family: "Sarabun", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.01em;
  margin: 20px 0;
}
#explore_list_main #explore_list .hightlight .swiper-container .swiper-slide .color-theme {
  display: flex;
}
#explore_list_main #explore_list .hightlight .swiper-container .swiper-slide .color-theme div {
  height: 36px;
  width: 100%;
}
#explore_list_main #explore_list .hightlight .swiper-container .swiper-slide .color-theme div:first-child {
  border-bottom-left-radius: 8px;
}
#explore_list_main #explore_list .hightlight .swiper-container .swiper-slide .color-theme div:last-child {
  border-bottom-right-radius: 8px;
}
#explore_list_main #explore_list .hightlight .swiper-container .swiper-slide .tags-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
#explore_list_main #explore_list .hightlight .swiper-container .swiper-slide .tags-list img {
  width: 19px;
}
#explore_list_main #explore_list .hightlight .swiper-container .swiper-slide .tags-list a {
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-wrap-mode: nowrap;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#explore_list_main #explore_list .hightlight .swiper-container .swiper-pagination {
  display: flex;
  justify-content: center;
  column-gap: 6px;
}
#explore_list_main #explore_list .hightlight .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
#explore_list_main #explore_list .hightlight .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8f1a1d;
}
#explore_list_main #explore_list_backgrop {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 2;
  display: none;
}

@media (max-width: 1090px) {
  #explore_list_main #explore_list .header {
    padding: 0 20px;
  }
  #explore_list_main #explore_list .header .header-content {
    min-height: 145px;
  }
  #explore_list_main #explore_list .breadcrumbs {
    padding: 0 20px;
  }
  #explore_list_main #explore_list .content {
    padding: 40px 20px;
  }
  #explore_list_main #explore_list .content .card-blog {
    gap: 20px;
  }
  #explore_list_main #explore_list .content .card-blog .card .bg-list {
    aspect-ratio: 2/1;
    height: auto;
  }
  #explore_list_main #explore_list #explore_list_category_modal {
    padding: 40px 20px;
  }
  #explore_list_main #explore_list .hightlight {
    padding: 36px 20px;
  }
  #explore_list_main #explore_list .hightlight .swiper-container .swiper-slide .bg-list {
    height: 220px;
  }
}
@media (max-width: 780px) {
  #explore_list_main #explore_list .content h2 {
    margin-bottom: 20px;
  }
  #explore_list_main #explore_list .content .card-blog {
    grid-template-columns: repeat(2, 1fr);
  }
  #explore_list_main #explore_list #explore_list_category_modal .category-modal-container .lucky-color {
    grid-template-columns: repeat(3, 1fr);
  }
  #explore_list_main #explore_list #explore_list_category_modal .category-modal-container .lucky-color .item span {
    font-size: 16px;
  }
  #explore_list_main #explore_list .hightlight .swiper-container .swiper-slide .bg-list {
    height: auto;
    aspect-ratio: 2/1;
  }
}
@media (max-width: 500px) {
  #explore_list_main #explore_list {
    border-bottom: none;
  }
  #explore_list_main #explore_list .pb-40 {
    border-bottom: 1px solid #eaeaea;
    margin: 0 20px 40px 20px;
    padding-bottom: 8px;
  }
  #explore_list_main #explore_list .header .header-content {
    min-height: 168px;
  }
  #explore_list_main #explore_list .header .header-content .category {
    width: 100%;
    justify-content: center;
  }
  #explore_list_main #explore_list .content .card-blog {
    grid-template-columns: 100%;
    row-gap: 36px;
  }
  #explore_list_main #explore_list #explore_list_category_modal .category-modal-container .title {
    display: grid;
    row-gap: 12px;
  }
  #explore_list_main #explore_list #explore_list_category_modal .category-modal-container .title h2 {
    grid-row: 2;
    grid-column: 1/span 2;
  }
  #explore_list_main #explore_list #explore_list_category_modal .category-modal-container .title img {
    grid-row: 1;
    grid-column: 2;
  }
  #explore_list_main #explore_list #explore_list_category_modal .category-modal-container .lucky-color {
    grid-template-columns: 100%;
  }
  #explore_list_main #explore_list #explore_list_category_modal .category-modal-container .lucky-color .item {
    height: 188px;
  }
  #explore_list_main #explore_list #explore_list_category_modal .category-modal-container .lucky-color .item span {
    font-size: 22px;
  }
  #explore_list_main #explore_list #explore_list_category_modal .category-modal-container .icon-close-mobile {
    display: block;
  }
}
#search_result {
  border-bottom: 1px solid #eaeaea;
}
#search_result .highlight {
  background-color: #ffd02a;
}
#search_result .pb-40 {
  padding-bottom: 40px;
}
#search_result .search-header {
  height: 260px;
  width: 100%;
  background-color: #8f1a1d;
  text-align: center;
}
#search_result .search-header .search-box {
  display: grid;
  height: 100%;
  justify-content: center;
  align-content: center;
  padding: 24px 12px;
}
#search_result .search-header .search-box .input-icon-search {
  position: relative;
}
#search_result .search-header .search-box .input-icon-search img {
  position: absolute;
  top: 12px;
  left: 12px;
}
#search_result .search-header .search-box h1 {
  font-family: "Prompt", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
  color: #fff;
}
#search_result .search-header .search-box p {
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 14px 0;
}
#search_result .search-header .search-box form {
  display: flex;
  justify-content: center;
}
#search_result .search-header .search-box form input {
  height: 41px;
  width: 362px;
  border-radius: 3px 0 0 3px;
  border-right: none;
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 3;
  padding-left: 35px;
  padding-top: 8px;
}
#search_result .search-header .search-box form button {
  background-color: #0061a9;
  width: 109px;
  height: 41px;
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border-radius: 0 3px 3px 0;
  border: 0;
}
#search_result .search-body {
  max-width: 982px;
  margin: auto;
  padding: 40px 0;
}
#search_result .search-body .search-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
  flex-flow: wrap;
  row-gap: 8px;
}
#search_result .search-body .search-result h2 {
  margin: 0;
  font-family: "Prompt", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 33.26px;
  color: #8f1a1d;
  padding-right: 24px;
}
#search_result .search-body .search-result p {
  margin-bottom: 0;
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21.17px;
}
#search_result .search-body .space-y-search-lists .title-mobile {
  font-family: "Sarabun", sans-serif;
  font-size: 18.35px;
  font-weight: 700;
  line-height: 27.53px;
  letter-spacing: 0.01em;
  margin: 20px 0 0 0;
  display: none;
}
#search_result .search-body .space-y-search-lists .search-lists {
  display: flex;
  column-gap: 40px;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
#search_result .search-body .space-y-search-lists .search-lists .bg-list {
  width: 233.23px;
  height: 130.56px;
  border-radius: 4px 4px 0 0;
}
#search_result .search-body .space-y-search-lists .search-lists .bg-list.rounded {
  border-radius: 4px;
}
#search_result .search-body .space-y-search-lists .search-lists .color-theme {
  display: flex;
}
#search_result .search-body .space-y-search-lists .search-lists .color-theme div {
  height: 25.52px;
  width: 100%;
}
#search_result .search-body .space-y-search-lists .search-lists .color-theme div:first-child {
  border-bottom-left-radius: 4px;
}
#search_result .search-body .space-y-search-lists .search-lists .color-theme div:last-child {
  border-bottom-right-radius: 4px;
}
#search_result .search-body .space-y-search-lists .search-lists .list-detail h2 {
  font-family: "Sarabun", sans-serif;
  font-size: 18.35px;
  font-weight: 700;
  line-height: 27.53px;
  letter-spacing: 0.01em;
  margin: 0;
  margin-bottom: 8px;
}
#search_result .search-body .space-y-search-lists .search-lists .list-detail p {
  font-family: "Sarabun", sans-serif;
  font-size: 12.23px;
  font-weight: 400;
  line-height: 18.35px;
  letter-spacing: 0.01em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
#search_result .search-body .space-y-search-lists .search-lists .list-detail .short_desc {
  font-family: "Sarabun", sans-serif;
  font-size: 12.23px;
  font-weight: 400;
  line-height: 18.35px;
  letter-spacing: 0.01em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
#search_result .search-body .space-y-search-lists .search-lists .list-detail .search-tag {
  display: flex;
  column-gap: 12px;
  align-items: center;
}
#search_result .search-body .space-y-search-lists .search-lists .list-detail .search-tag img {
  width: 18px;
  height: 26px;
}
#search_result .search-body .space-y-search-lists .search-lists .list-detail .search-tag p {
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
#search_result .search-body .space-y-search-lists .search-tag-mobile {
  display: none;
}
@media (max-width: 1050px) {
  #search_result .search-body {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  #search_result .search-body .search-result {
    margin-bottom: 36px;
  }
  #search_result .search-body .space-y-search-lists .search-lists {
    column-gap: 24px;
    margin-bottom: 0;
  }
  #search_result .search-body .space-y-search-lists .search-lists .bg-list {
    width: 160.94px;
    height: 107.7px;
  }
  #search_result .search-body .space-y-search-lists .search-lists .color-theme div {
    height: 17.61px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  #search_result .search-header {
    height: auto;
  }
  #search_result .search-header .search-box form input {
    max-width: 239px;
    width: 100%;
  }
  #search_result .search-header .search-box form button {
    width: 96px;
  }
  #search_result .search-body .search-result {
    margin-bottom: 28px;
  }
  #search_result .search-body .space-y-search-lists .title-mobile {
    display: block;
  }
  #search_result .search-body .space-y-search-lists .search-lists {
    padding: 8px 0;
  }
  #search_result .search-body .space-y-search-lists .search-lists .bg-list {
    width: 115.5px;
    height: 77.34px;
  }
  #search_result .search-body .space-y-search-lists .search-lists .color-theme div {
    height: 12.72px;
  }
  #search_result .search-body .space-y-search-lists .search-lists .list-detail h2 {
    display: none;
  }
  #search_result .search-body .space-y-search-lists .search-lists .list-detail .search-tag {
    display: none;
  }
  #search_result .search-body .space-y-search-lists .search-tag-mobile {
    display: flex;
    column-gap: 12px;
    align-items: center;
    flex-flow: wrap;
  }
  #search_result .search-body .space-y-search-lists .search-tag-mobile img {
    width: 18px;
    height: 26px;
  }
  #search_result .search-body .space-y-search-lists .search-tag-mobile p {
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.01em;
    margin-bottom: 0;
  }
}
@media (max-width: 300px) {
  #search_result .search-body .space-y-search-lists .search-lists {
    flex-flow: column;
    row-gap: 12px;
  }
  #search_result .search-body .space-y-search-lists .search-lists .bg-list {
    width: 100%;
    height: auto;
  }
  #search_result .search-body .space-y-search-lists .search-lists .color-theme div {
    height: 24px;
  }
}

#blog_detail {
  border-bottom: 1px solid #eaeaea;
  margin-top: 16px;
}
#blog_detail .pb-40 {
  padding-bottom: 40px;
}
#blog_detail .blog-detail.explore-color_detail {
  display: flex;
}
#blog_detail .blog-detail.paintguru_detail {
  display: grid;
  grid-template-columns: 740px 214px;
}
#blog_detail .blog-detail {
  max-width: 995px;
  margin: auto;
  justify-content: space-between;
}
#blog_detail .blog-detail .blog-content {
  display: flex;
  column-gap: 20px;
  align-items: baseline;
  padding-bottom: 28px;
}
#blog_detail .blog-detail .blog-content .icon-back {
  position: relative;
  top: 4px;
  height: 31px;
  width: 31px;
}
#blog_detail .blog-detail .blog-content .icon-back-text-mobile .icon-back {
  display: none;
  height: 31px;
  width: 31px;
}
#blog_detail .blog-detail .blog-content h1 {
  font-family: "Sarabun", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0.01em;
}
#blog_detail .blog-detail .blog-content .image-content {
  max-height: 394px;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 40px;
  max-width: 100%;
}
#blog_detail .blog-detail .text-content {
  font-family: Sarabun, sans-serif;
}
#blog_detail .blog-detail .text-content .image img {
  max-width: 100%;
}
#blog_detail .blog-detail .color-shade {
  margin-top: 32px;
}
#blog_detail .blog-detail .color-shade h2 {
  font-family: "Prompt", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 33.26px;
  margin-bottom: 32px;
}
#blog_detail .blog-detail .color-shade .color-shade-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
#blog_detail .blog-detail .color-shade .color-shade-list .shade-box {
  width: 213px;
  height: 213px;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
#blog_detail .blog-detail .color-shade .color-shade-list .shade-box p {
  margin-bottom: 0;
}
#blog_detail .blog-detail .color-shade .color-shade-list .shade-box p:first-child {
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.69px;
  letter-spacing: 0.01em;
}
#blog_detail .blog-detail .color-shade .color-shade-list .shade-box p:last-child {
  font-weight: 700;
}
#blog_detail .blog-detail .aside-page > * + * {
  margin-top: 28px;
}
#blog_detail .blog-detail .aside-page .aside-shade {
  margin-top: 100px;
}
#blog_detail .blog-detail .aside-page .aside-shade .aside-shade-box {
  display: grid;
  grid-template-columns: 100%;
  gap: 24px;
}
#blog_detail .blog-detail .aside-page .aside-shade .aside-shade-box div {
  cursor: pointer;
}
#blog_detail .blog-detail .aside-page .aside-shade h2 {
  font-family: "Prompt", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 33.26px;
  color: #8f1a1d;
  margin-bottom: 16px;
}
#blog_detail .blog-detail .aside-page .aside-shade img {
  width: 215px;
  height: 121px;
  border-radius: 8px;
  object-fit: cover;
}
#blog_detail .blog-detail .aside-page .aside-shade p {
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  margin-top: 10px;
}
#blog_detail .blog-detail .aside-page .asite-tag h2 {
  font-family: "Prompt", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 33.26px;
  color: #8f1a1d;
  margin-bottom: 24px;
}
#blog_detail .blog-detail .aside-page .asite-tag .tag-container {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
#blog_detail .blog-detail .aside-page .asite-tag .tag-container .border {
  border: 1px solid #8f1a1d;
  border-radius: 76px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  height: 33px;
  width: max-content;
  cursor: pointer;
}
#blog_detail .blog-detail .aside-page .asite-tag .tag-container .border p {
  margin-bottom: 0;
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
#blog_detail .blog-detail .d-catalog {
  background-color: #f1f1f1;
  width: 100%;
  border-radius: 4px;
  min-height: 272px;
  padding: 28px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
  flex-flow: wrap;
  gap: 20px;
}
#blog_detail .blog-detail .d-catalog .title {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  font-weight: 400;
  max-width: 240px;
}
#blog_detail .blog-detail .d-catalog p {
  font-family: "Prompt", sans-serif;
  font-size: 25px;
  font-weight: 700;
}
#blog_detail .blog-detail .d-catalog img {
  max-height: 210.59px;
}
#blog_detail .blog-detail .d-catalog button {
  background-color: #0061a9;
  width: 105px;
  height: 39px;
  border-radius: 3px;
  border: none;
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-size: 15.32px;
  font-weight: 600;
  line-height: 21.44px;
}
#blog_detail .blog-detail .share-social {
  display: flex;
  column-gap: 16px;
  margin-bottom: 20px;
}
#blog_detail .blog-detail .share-social .social {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
#blog_detail .blog-detail .share-social .social span {
  font-family: "Sarabun", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
#blog_detail .blog-detail__relate {
  padding: 56px 212px;
  display: grid;
  justify-content: flex-start;
  color: #fff;
  background-color: #8F1A1D;
}
#blog_detail .blog-detail__relate--title {
  font-family: "Prompt", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 32px;
}
#blog_detail .blog-detail__relate--box {
  display: flex;
  align-items: self-start;
  gap: 32px;
}
#blog_detail .blog-detail__relate--box a {
  color: #fff;
}
#blog_detail .blog-detail__relate--box img {
  width: 100%;
  height: 170px;
  border-radius: 8px;
  object-fit: cover;
}
#blog_detail .blog-detail__relate--box p {
  font-family: "Sarabun", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  margin-top: 20px;
}
#blog_detail .blog-detail__relate--box .col-lg-4, #blog_detail .blog-detail__relate--box .col-md-4, #blog_detail .blog-detail__relate--box .col-xs-12 {
  padding: unset;
}
#blog_detail .blog-subheader {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin: 20px 0;
  gap: 16px;
}
#blog_detail .blog-subheader .blog-title {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
#blog_detail .blog-subheader .blog-title p {
  margin-bottom: 0;
}
#blog_detail .blog-subheader .blog-title p:first-child {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  border-left: 5px solid #0061a9;
  height: 30px;
  display: flex;
  align-items: center;
  padding-left: 8px;
}
#blog_detail .blog-subheader .blog-title p:last-child {
  font-family: Sarabun;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}
#blog_detail .blog-subheader .blog-title .border-left {
  height: 12px;
  width: 2px;
  background-color: #a5a5a5;
}
#blog_detail .blog-subheader .blog-tag {
  display: flex;
  gap: 8px;
  align-items: center;
  max-width: 300px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#blog_detail .blog-subheader .blog-tag img {
  width: 15px;
}
#blog_detail .blog-subheader .blog-tag a {
  font-family: "Sarabun", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18.36px;
  letter-spacing: 0.01em;
  text-decoration: underline;
}

@media (max-width: 1050px) {
  #blog_detail {
    border-bottom: none;
  }
  #blog_detail .pb-40 {
    padding-bottom: 0;
  }
  #blog_detail .blog-detail.paintguru_detail {
    grid-template-columns: 740px;
    justify-content: center;
  }
  #blog_detail .blog-detail.paintguru_detail .blog-content {
    display: block;
    border-bottom: 1px solid #bebebe;
  }
  #blog_detail .blog-detail.paintguru_detail .blog-content .icon-back {
    display: none;
  }
  #blog_detail .blog-detail.paintguru_detail .blog-content .icon-back-text-mobile {
    display: flex;
    column-gap: 16px;
    align-items: baseline;
  }
  #blog_detail .blog-detail.paintguru_detail .blog-content .icon-back-text-mobile .icon-back {
    display: block;
  }
  #blog_detail .blog-detail.paintguru_detail .blog-content .image-content {
    height: auto;
    aspect-ratio: 2/1;
  }
  #blog_detail .blog-detail.paintguru_detail .color-shade {
    margin-top: 32px;
  }
  #blog_detail .blog-detail.paintguru_detail .color-shade h2 {
    margin-bottom: 24px;
  }
  #blog_detail .blog-detail.paintguru_detail .color-shade .color-shade-list .shade-box {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
  }
  #blog_detail .blog-detail.paintguru_detail .color-shade .color-shade-list .shade-box p {
    margin-bottom: 0;
  }
  #blog_detail .blog-detail.paintguru_detail .color-shade .color-shade-list .shade-box p:first-child {
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.69px;
    letter-spacing: 0.01em;
  }
  #blog_detail .blog-detail.paintguru_detail .color-shade .color-shade-list .shade-box p:last-child {
    font-weight: 700;
  }
  #blog_detail .blog-detail.paintguru_detail .aside-page {
    grid-row-start: 2;
    display: grid;
    padding-bottom: 40px;
    border-bottom: 1px solid #bebebe;
  }
  #blog_detail .blog-detail.paintguru_detail .aside-page .aside-shade {
    margin-top: 12px;
  }
  #blog_detail .blog-detail.paintguru_detail .aside-page .aside-shade .aside-shade-box {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  #blog_detail .blog-detail.paintguru_detail .aside-page .aside-shade img {
    width: 100%;
    height: 202px;
  }
  #blog_detail .blog-detail.paintguru_detail .aside-page .asite-tag {
    grid-row-start: 1;
  }
  #blog_detail .blog-detail.paintguru_detail .aside-page .asite-tag .tag-container {
    flex-flow: wrap;
  }
  #blog_detail .blog-detail__relate {
    padding: 40px 20px;
  }
}
@media (max-width: 850px) {
  #blog_detail .blog-detail.paintguru_detail {
    display: block;
    padding: 0 24px;
  }
  #blog_detail .blog-detail.paintguru_detail .blog-content .image-content {
    height: auto;
    aspect-ratio: 2/1;
  }
  #blog_detail .blog-detail.paintguru_detail .aside-page .aside-shade img {
    width: 100%;
    height: 202px;
  }
  #blog_detail .blog-detail.paintguru_detail .blog-subheader .blog-tag {
    justify-content: flex-start;
  }
}
@media (max-width: 500px) {
  #blog_detail {
    margin-top: 4px;
  }
  #blog_detail .blog-detail .blog-content .icon-back-text-mobile {
    display: block;
    position: relative;
  }
  #blog_detail .blog-detail .blog-content .icon-back-text-mobile .icon-back {
    position: absolute;
  }
  #blog_detail .blog-detail .blog-content .icon-back-text-mobile h1 {
    text-indent: 44px;
  }
  #blog_detail .blog-detail .color-shade .color-shade-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  #blog_detail .blog-detail .aside-page .aside-shade .aside-shade-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #blog_detail .blog-detail .aside-page .aside-shade img {
    height: 190px;
  }
  #blog_detail .blog-detail .d-catalog {
    padding: 28px;
  }
  #blog_detail .blog-detail__relate--box {
    display: grid;
  }
}
#home {
  font-family: "Sarabun";
}
#home .calendarActivity {
  justify-items: center;
  margin: 0 0 40px 0;
}
#home .calendarActivity_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 1049px;
  max-width: 1049px;
}
#home .calendarActivity_header {
  font-family: "prompt-regular";
  color: #8f1a1d;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
#home .calendarActivity_swiper {
  position: relative;
}
#home .calendarActivity_swiper #calendarActivitySwiper {
  padding: 16px 6px;
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: auto;
  background: #f2f2f2;
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px rgba(46, 46, 46, 0.25);
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_banner {
  position: relative;
  height: 234px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_banner-tag {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  flex-direction: column;
  padding: 6px 12px;
  border-radius: 14px;
  min-width: 86px;
  background: #0061a9;
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_banner-tag .tag_periods-day {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_banner-tag .tag_periods-month {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_banner-linkout {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  flex-direction: column;
  padding: 6px 12px;
  border-radius: 14px;
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_banner-linkout a {
  display: flex;
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
  gap: 14px;
  height: calc(100% - 234px);
  width: 100%;
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  height: 100%;
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-detail .activity_detail-title {
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.8;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-detail .activity_detail-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-detail .activity_detail-content .activity_periods,
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-detail .activity_detail-content .activity_location,
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-detail .activity_detail-content .activity_seat,
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-detail .activity_detail-content .activity_price {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #121212;
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-detail .activity_detail-content .activity_periods svg,
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-detail .activity_detail-content .activity_location svg,
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-detail .activity_detail-content .activity_seat svg,
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-detail .activity_detail-content .activity_price svg {
  min-width: 24px;
  margin-bottom: auto;
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-detail .activity_detail-content .activity_periods .location_value,
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-detail .activity_detail-content .activity_location .location_value,
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-detail .activity_detail-content .activity_seat .location_value,
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-detail .activity_detail-content .activity_price .location_value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-register {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-register .btnRegisterActivity {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  border-radius: 14px;
  border: none;
  background-color: #8f1a1d;
  color: #fff;
  font-size: 16px;
}
#home .calendarActivity_swiper #calendarActivitySwiper .swiper-slide .activity_content-register .btnCloseRegister {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  border-radius: 14px;
  border: none;
  background-color: #9a9a9a;
  color: #fff;
  font-size: 16px;
  cursor: not-allowed;
}
#home .calendarActivity_swiper .swiper-button-prev {
  left: -64px;
  background-color: #8f1a1d;
  border-radius: 46px;
  height: 46px;
  width: 46px;
}
#home .calendarActivity_swiper .swiper-button-prev::after {
  display: none;
}
#home .calendarActivity_swiper .swiper-button-next {
  right: -64px;
  background-color: #8f1a1d;
  border-radius: 46px;
  height: 46px;
  width: 46px;
}
#home .calendarActivity_swiper .swiper-button-next::after {
  display: none;
}
#home .calendarActivity_swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  opacity: 1;
  background: #ffc8c9;
  margin: 0 4px;
}
#home .calendarActivity_swiper .swiper-pagination {
  bottom: -40px;
  left: 0;
  width: 100%;
}
#home .calendarActivity_swiper .swiper-pagination .swiper-pagination-bullet-active {
  color: #fff;
  background: #8f1a1d;
}
#home .calendarActivity_empty {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 280px;
  font-size: 28px;
  color: #b4b4b4;
  background: #f4f4f4;
  border-radius: 6px;
}
#home .calendarActivity_readMore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
#home .calendarActivity_readMore .btnViewAll {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 40px;
  border: 1px solid #8f1a1d;
  border-radius: 4px;
  color: #8f1a1d;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
}
#home .calendarActivity_readMore .btnViewAll:hover {
  background: rgba(143, 26, 29, 0.2);
}

#activityCalendar {
  font-family: "Sarabun";
  background: #f2f2f2;
}
#activityCalendar .activityCalendar_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1280px;
  padding: 40px 16px;
  margin: auto;
}
#activityCalendar .activityCalendar_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#activityCalendar .activityCalendar_header-title {
  font-family: "prompt-regular";
  font-size: 32px;
  font-weight: 600;
  color: #8f1a1d;
}
#activityCalendar .activityCalendar_header-years #yearSelect {
  position: relative;
}
#activityCalendar .activityCalendar_header-years #yearSelect .selectionYear {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  width: 325px;
  height: 46px;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #121212;
}
#activityCalendar .activityCalendar_header-years #yearSelect .selectionYear .arrow-down {
  display: flex;
  transition: transform 250ms;
}
#activityCalendar .activityCalendar_header-years #yearSelect .selectionYear .arrow-down.is_dropdown {
  transform: rotate(180deg);
  transition: transform 250ms;
}
#activityCalendar .activityCalendar_header-years #yearSelect .dropdown_lists {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  width: 100%;
  list-style: none;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #b7b7b7;
  box-shadow: 0px 2px 6px rgba(70, 70, 70, 0.1);
  max-height: 160px;
  overflow: auto;
}
#activityCalendar .activityCalendar_header-years #yearSelect .dropdown_lists.drop {
  display: block;
}
#activityCalendar .activityCalendar_header-years #yearSelect .dropdown_lists .list_select.active .select_list {
  background: #ffc8c9;
  color: #8f1a1d;
}
#activityCalendar .activityCalendar_header-years #yearSelect .dropdown_lists .list_select .select_list {
  display: block;
  padding: 6px 14px;
  font-size: 16px;
  color: #121212;
}
#activityCalendar .activityCalendar_header-years #yearSelect .dropdown_lists .list_select .select_list:hover {
  color: #0061a9;
}
#activityCalendar .activityCalendar_periods {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 64px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
#activityCalendar .activityCalendar_periods .month_select {
  font-size: 20px;
  font-weight: 600;
  color: #121212;
  line-height: 40px;
  border-bottom: 2px solid transparent;
}
#activityCalendar .activityCalendar_periods .month_select.active {
  border-bottom: 2px solid #8f1a1d;
}
#activityCalendar .activityCalendar_activities .activities_wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#activityCalendar .activityCalendar_activities .activities_list {
  display: grid;
  align-items: center;
  grid-template-columns: 150px 214px auto;
  gap: 18px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(70, 70, 70, 0.1);
}
#activityCalendar .activityCalendar_activities .activities_list-periods {
  grid-column: 1;
  width: 150px;
  min-width: 150px;
  text-align: center;
}
#activityCalendar .activityCalendar_activities .activities_list-periods .periods_days {
  font-size: 32px;
  font-weight: 600;
}
#activityCalendar .activityCalendar_activities .activities_list-periods .periods_date {
  font-size: 18px;
  font-weight: 600;
}
#activityCalendar .activityCalendar_activities .activities_list-banner {
  grid-column: 2;
  display: flex;
  height: 214px;
  width: 214px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
#activityCalendar .activityCalendar_activities .activities_list-content {
  grid-column: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
}
#activityCalendar .activityCalendar_activities .activities_list-content .content_header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#activityCalendar .activityCalendar_activities .activities_list-content .content_header-title {
  font-size: 24px;
  font-weight: 600;
  color: #121212;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.8;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#activityCalendar .activityCalendar_activities .activities_list-content .content_header-price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 180px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #0061a9;
}
#activityCalendar .activityCalendar_activities .activities_list-content .content_header-price.is_free {
  background: #2b827f;
}
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity .activity_periods,
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity .activity_location,
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity .activity_seat {
  display: inline-grid;
  align-items: center;
  grid-template-columns: 24px auto;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #121212;
}
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity .activity_periods svg,
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity .activity_location svg,
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity .activity_seat svg {
  min-width: 24px;
  grid-column: 1;
}
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity .activity_periods .periods_value,
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity .activity_periods .location_value,
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity .activity_periods .seat_value,
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity .activity_location .periods_value,
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity .activity_location .location_value,
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity .activity_location .seat_value,
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity .activity_seat .periods_value,
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity .activity_seat .location_value,
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity .activity_seat .seat_value {
  grid-column: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-register {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 6px;
}
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-register a.btnViewDetail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  width: 180px;
  background: #0061a9;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-register a.btnRegister {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  width: 180px;
  background: #8f1a1d;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-register a.btnCloseRegister {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  width: 180px;
  background: #9a9a9a;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: not-allowed;
}
#activityCalendar .activityCalendar_activities .activities_empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  font-size: 28px;
  color: #b4b4b4;
}

#activityDetail {
  font-family: "Sarabun";
  background: #f2f2f2;
}
#activityDetail .activityDetail_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1280px;
  padding: 40px 16px;
  margin: auto;
}
#activityDetail .activityDetail_back {
  display: flex;
}
#activityDetail .activityDetail_back a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
}
#activityDetail .activityDetail_content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(70, 70, 70, 0.1);
}
#activityDetail .activityDetail_content-header {
  display: grid;
  grid-template-columns: auto 578px;
  gap: 24px;
  min-height: 360px;
}
#activityDetail .activityDetail_content-header .header_banner {
  background-size: cover;
  background-position: center;
  border-radius: 6px;
}
#activityDetail .activityDetail_content-header .header_caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  height: 100%;
}
#activityDetail .activityDetail_content-header .header_caption-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
#activityDetail .activityDetail_content-header .header_caption-detail .caption_title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 24px;
  font-weight: 600;
}
#activityDetail .activityDetail_content-header .header_caption-detail .caption_title-price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  width: 190px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #0061a9;
}
#activityDetail .activityDetail_content-header .header_caption-detail .caption_title-price.is_free {
  background: #2b827f;
}
#activityDetail .activityDetail_content-header .header_caption-detail .caption_activity {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#activityDetail .activityDetail_content-header .header_caption-detail .caption_activity .activity_periods,
#activityDetail .activityDetail_content-header .header_caption-detail .caption_activity .activity_location,
#activityDetail .activityDetail_content-header .header_caption-detail .caption_activity .activity_seat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #121212;
}
#activityDetail .activityDetail_content-header .header_caption-detail .caption_activity .activity_periods svg,
#activityDetail .activityDetail_content-header .header_caption-detail .caption_activity .activity_location svg,
#activityDetail .activityDetail_content-header .header_caption-detail .caption_activity .activity_seat svg {
  min-width: 24px;
  margin-bottom: auto;
}
#activityDetail .activityDetail_content-header .header_caption-register {
  display: flex;
  align-items: center;
}
#activityDetail .activityDetail_content-header .header_caption-register a.btnRegister {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  background: #8f1a1d;
  height: 48px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
#activityDetail .activityDetail_content-header .header_caption-register a.btnCloseRegister {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  background: #9a9a9a;
  height: 48px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: not-allowed;
}
#activityDetail .activityDetail_content-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#activityDetail .activityDetail_content-detail .detail_label {
  font-size: 20px;
  font-weight: 600;
  color: #121212;
}
#activityDetail .activityDetail_content-detail .detail_html {
  font-size: 16px;
}
#activityDetail .activityDetail_content-share {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#activityDetail .activityDetail_content-share .share_label {
  font-size: 20px;
  font-weight: 600;
  color: #121212;
}
#activityDetail .activityDetail_content-share .share_list {
  display: flex;
  align-items: center;
  gap: 8px;
}
#activityDetail .activityDetail_content-share .share_list-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 0 8px;
}
#activityDetail .activityDetail_content-share #urlCopyClipboard {
  display: block;
  position: absolute;
  z-index: -9999999;
  width: 120px;
}
#activityDetail #footer {
  background: #fff;
}

@media (max-width: 1024px) {
  #home .calendarActivity_wrapper {
    width: calc(100vw - 190px);
  }

  #activityCalendar .activityCalendar_activities .activities_list {
    grid-template-columns: auto 214px auto;
  }
  #activityDetail .activityDetail_content-header {
    grid-template-columns: 360px auto;
  }
}
@media (max-width: 980px) {
  #activityCalendar .activityCalendar_activities .activities_list {
    grid-template-columns: 214px auto;
  }
  #activityCalendar .activityCalendar_activities .activities_list-periods {
    display: none;
    grid-column: unset;
  }
  #activityCalendar .activityCalendar_activities .activities_list-banner {
    grid-column: 1;
  }
  #activityCalendar .activityCalendar_activities .activities_list-content {
    grid-column: 2;
  }
}
@media (max-width: 768px) {
  #home .calendarActivity_readMore .btnViewAll {
    width: 100%;
  }

  #activityCalendar .activityCalendar_periods {
    overflow-x: auto;
    padding: 0 24px;
    justify-content: flex-start;
  }
  #activityCalendar .activityCalendar_activities .activities_list {
    grid-template-columns: 100%;
  }
  #activityCalendar .activityCalendar_activities .activities_list-banner {
    grid-column: unset;
  }
  #activityCalendar .activityCalendar_activities .activities_list-content {
    grid-column: unset;
  }
  #activityCalendar .activityCalendar_activities .activities_list-content .content_detail {
    flex-direction: column;
  }
  #activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity, #activityCalendar .activityCalendar_activities .activities_list-content .content_detail-register {
    width: 100%;
  }

  #activityDetail .activityDetail_content-header {
    grid-template-columns: auto;
  }
  #activityDetail .activityDetail_content-header .header_banner {
    height: 460px;
  }
}
@media (max-width: 640px) {
  #activityCalendar .activityCalendar_header {
    gap: 16px;
    flex-direction: column;
  }
  #activityCalendar .activityCalendar_activities .activities_list {
    flex-direction: column;
  }
  #activityCalendar .activityCalendar_activities .activities_list-banner {
    width: 100%;
  }
  #activityCalendar .activityCalendar_activities .activities_list-content .content_detail {
    flex-direction: column;
  }
  #activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity a.btnViewDetail,
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-activity a.btnRegister, #activityCalendar .activityCalendar_activities .activities_list-content .content_detail-register a.btnViewDetail,
#activityCalendar .activityCalendar_activities .activities_list-content .content_detail-register a.btnRegister {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #home .calendarActivity_wrapper {
    width: calc(100vw - 24px);
  }
  #home .calendarActivity_swiper .swiper-button-prev,
#home .calendarActivity_swiper .swiper-button-next {
    display: none;
  }

  #activityDetail .activityDetail_content {
    padding: 24px 16px;
  }
  #activityDetail .activityDetail_content-header .header_banner {
    height: 320px;
  }
}
@media (max-width: 425px) {
  #home .calendarActivity_wrapper {
    width: calc(100vw - 24px);
  }
}

/*# sourceMappingURL=style.css.map */
