/*
Theme Name: Kyoto Child
Theme URI: https://www.kyototheme.com
Description: Kyoto Child Theme.
Author: Twisttheme
Template: kyoto
Version: 1.0.0.3
Text Domain: kyoto-child
*/

:root {
  --brand-color: #002164;
  --secondary-brand-color: #27479c;
  --background-color: #eef0f3;
  --heading-color: #232527;
  --text-color: #595959;
}

.kyt-row {
  margin-right: -12px;
  margin-left: -12px;
}

.kyt-col-1,
.kyt-col-1-5,
.kyt-col-2,
.kyt-col-2-5,
.kyt-col-3,
.kyt-col-3-5,
.kyt-col-4,
.kyt-col-4-5,
.kyt-col-5,
.kyt-col-5-5,
.kyt-col-6,
.kyt-col-7,
.kyt-col-8,
.kyt-col-10,
.kyt-col-11,
.kyt-col-12 {
  padding-right: 12px;
  padding-left: 12px;
}

.tm-radius img {
  border-radius: 12px;
}

/********************* TOPBAR *********************/

.kyt-topbar {
  background: none !important;
  z-index: 100;
}

.kyt-topbar .kyt-social .kyt-icon .twf {
  font-size: 20px;
}

.kyt-light-scheme.kyt-topbar .kyt-social .kyt-icon-normal.kyt-p-text-color {
  color: var(--brand-color);
}

.kyt-light-scheme.kyt-topbar .kyt-social .kyt-icon-hover.kyt-p-text-color {
  color: var(--secondary-brand-color);
}

.kyt-topbar .kyt-widgets a {
  font-size: 14px;
  font-family: "NotoSansThai Medium", sans-serif;
}

.kyt-topbar .kyt-widgets a .twf {
  margin-left: 4px;
}

.kyt-topbar #text-3 {
  margin-left: 6px;
}

.kyt-topbar #text-3 .kyt-icon--small.shortcode {
  margin-right: 4px;
  font-size: 20px;
  vertical-align: middle;
}

.kyt-topbar #text-3 a {
  color: var(--brand-color);
  font-size: 14px;
}

/********************* NAVBAR *********************/

.kyt-navbar.kyt-navbar--top {
  margin-top: -48px;
}

.home .kyt-navbar.kyt-navbar--top {
  margin-top: 0;
}

.kyt-nav-menu {
  width: 100%;
  background-color: var(--background-color);
  border-radius: 50px;
  padding: 3px;
}

.home .kyt-nav-menu {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}

.home
  .kyt-navbar--dark
  .kyt-topnav-menu
  > .menu-item:not(.current-menu-item)
  > a {
  color: var(--brand-color);
}

.kyt-topnav-menu > li {
  float: unset;
}

.kyt-nav-menu .menu-item a {
  border-radius: 30px;
}

.kyt-navbar--stacked.kyt-navbar--center .kyt-nav-menu {
  display: flex;
}

.kyt-navbar--stacked.kyt-navbar--center .kyt-nav-menu > li {
  display: flex;
  flex: 1 1 100%;
}

.kyt-navbar--stacked.kyt-navbar--center .kyt-nav-menu > li a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding-right: 16px;
  padding-left: 16px;
}

.kyt-nav-menu .current-menu-item a,
.kyt-nav-menu .current-menu-item a:hover {
  background-color: var(--brand-color) !important;
}

.kyt-highlight-fill
  .kyt-topnav-menu
  > .menu-item:not(.current-menu-item)
  > a:hover {
  background: none !important;
  color: var(--secondary-brand-color);
}

.kyt-layout--topnav-stacked .kyt-content-wrapper,
.kyt-layout--topnav-stacked
  .kyt-wrapper--header-transparent
  .kyt-content-wrapper
  > .kyt-page-title {
  margin-top: -48px;
}

.home.kyt-layout--topnav-stacked .kyt-content-wrapper,
.home.kyt-layout--topnav-stacked
  .kyt-wrapper--header-transparent
  .kyt-content-wrapper
  > .kyt-page-title {
  margin-top: 0;
}

#menu-item-2460 {
  display: none;
}

#menu-item-1344 {
  display: none;
  flex: 1;
  justify-content: center;
  min-width: 48px;
}

#menu-item-1344 > a {
  color: var(--heading-color) !important;
}

#menu-item-1344 > a:hover {
  color: var(--secondary-brand-color) !important;
}

.kyt-navbar .menu-item .sub-menu {
  border-radius: 20px;
}

.kyt-navbar--stacked.kyt-navbar--center .kyt-nav-menu > li .sub-menu a {
  padding: 12px;
  width: 100%;
}

.kyt-navbar--stacked.kyt-navbar--center
  .kyt-nav-menu
  > li
  .sub-menu
  .current-menu-item
  a {
  color: #fff !important;
}

/********************* BREADCRUMB *********************/

.kyt-breadcrumb a {
  color: var(--text-color);
  font-family: "NotoSansThai Regular", sans-serif;
  font-size: 12px;
}

.kyt-breadcrumb .kyt-breadcrumb-current,
.kyt-breadcrumb .kyt-breadcrumbs-current span {
  font-family: "NotoSansThai SemiBold", sans-serif !important;
  font-size: 12px;
}

/********************* HOME *********************/

.tm-box {
  padding: 0 5%;
}

.tm-slider-home {
  border-radius: 20px;
  overflow: hidden;
}

.tm-slider-home .slick-dots {
  position: absolute;
}

.tm-home-heading .kyt-heading-text {
  font-size: 36px;
}

.tm-home-heading span {
  font-family: "NotoSansThai Light", sans-serif;
}

.tm-home-features .kyt-row {
  display: grid;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 !important;
}

.tm-home-features .kyt-col-3 {
  width: 100% !important;
  padding: 0 !important;
}

.tm-home-features .kyt-feature-item-inner,
.tm-home-features .kyt-features-item,
.tm-home-features .kyt-feature-body {
  display: flex;
  min-height: 100%;
}

.tm-home-features .kyt-feature-body {
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
}

.tm-home-features .kyt-feature-description {
  flex-grow: 1;
}

.tm-home-features .kyt-feature-description a {
  font-family: "IBM Plex Sans Thai Looped Medium", sans-serif;
  font-weight: normal;
  border-bottom: 1px solid var(--secondary-brand-color);
}

.tm-home-features .kyt-feature-description a:hover {
  color: var(--secondary-brand-color);
}

.tm-home-features .kyt-button {
  margin-top: 12px;
}

.tm-home-features .kyt-button .btnx {
  min-width: 140px;
}

.tm-home-banner {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #eef0f3;
}

.tm-home-banner:hover {
  border: 2px solid var(--secondary-brand-color);
}

.tm-home-banner .btnx {
  margin-top: 12px;
}

.tm-home-why-feature .kyt-text-content {
  padding-left: 24px;
}

.tm-home-why-feature li + li {
  margin-top: 20px;
}

.tm-home-why-feature .bullet-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: var(--background-color);
  border-radius: 30px;
  font-size: 12px;
}

.tm-why-gallery .kyt-gallery-content {
  max-width: 100%;
}

.tm-why-gallery img {
  border-radius: 12px;
}

.tm-why-gallery .kyt-image-caption p {
  line-height: 1.2;
}

.kyt-video iframe {
  border-radius: 12px;
}

.tm-video-list img {
  border-radius: 12px;
}

.tm-video-list .kyt-feature-media {
  margin-bottom: 10px;
}

.tm-video-list .kyt-feature-title {
  position: relative;
  font-size: 16px;
}

.tm-video-list .kyt-feature-title a {
  color: var(--heading-color);
}

.tm-video-list .kyt-feature-item:hover .kyt-feature-title a {
  color: var(--secondary-brand-color);
}

.home .tm-why-gallery .kyt-image-caption {
  position: relative;
  margin-top: 8px;
  color: var(--text-color);
  background: none;
  font-size: 14px;
  text-align: left;
  visibility: visible;
  opacity: 1;
  font-family: "NotoSansThai Regular", sans-serif;
}

.home .tm-why-gallery .kyt-image-caption-inner {
  display: block;
  transform: none;
}

.home .tm-why-gallery .kyt-image-caption-wrapper {
  display: block;
}

.home .tm-why-gallery .kyt-media-wrapper {
  margin: unset !important;
}

.tm-certified-icons .kyt-box-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 30px;
  min-width: 0;
  min-height: 0;
  align-items: center;
}

.tm-certified-icons .kyt-box-body .kyt-item {
  min-width: 0;
  max-width: 140px;
  margin-bottom: 0 !important;
}

/********************* PRODUCT SIDEBAR *********************/

#menu-product-menu a {
  font-family: "NotoSansThai Medium", sans-serif;
}

.kyt-search-form button {
  border: 0;
}

.kyt-search-form input {
  padding-left: 10px !important;
  border: 0;
}

.kyt-form-group {
  border: 1px solid #ddd;
  border-radius: 20px;
}

/******************* FOOTER *******************/

.tm-cta.kyt-blueprintblock {
  text-align: left;
}

#menu-footer-2 a,
#menu-footer-1 a {
  font-family: "NotoSansThai Regular", sans-serif;
}
#menu-footer-bar a {
  font-family: "NotoSansThai Regular", sans-serif;
  color: #595959;
}
#menu-footer-bar .current-menu-item a {
  font-family: "NotoSansThai Medium", sans-serif;
  color: #27479c;
}

.tm-copyright,
.tm-footer-bar {
  display: inline-block;
}

.tm-phone-btn a {
}
.tm-line-btn .btnx {
  background-color: #03c100 !important;
}

.kyt-footer .kyt-social-inner {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/**************** PRODUCT CAT ENTRY ****************/

.tm-product-category {
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 125%;
}

.tm-product-category .kyt-button .btnx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff !important;
  width: 100%;
  text-align: left;
  font-size: 18px !important;
  padding: 12px 16px !important;
  border-radius: 30px;
  letter-spacing: -0.01em;
}

.tm-product-category .kyt-button .btnx .twf {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.tm-product-category:hover .kyt-button .btnx .twf {
  visibility: visible;
  opacity: 1;
}

.tm-product-category:hover .kyt-button .btnx {
  color: #fff;
  background-color: var(--secondary-brand-color);
}

.tm-product-category .kyt-banner-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.tm-product-category .kyt-banner-content-inner {
  padding: 6px;
}

.tm-product-category .kyt-banner-overlay {
  opacity: 1;
  visibility: visible;
  top: -60px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    -180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0 0 0) 100%
  ) !important;
}

.tm-product-category-description {
  margin-top: 16px;
}

.tm-need-feature .kyt-feature-media {
  margin-bottom: 10px;
}

.tm-need-feature .kyt-feature-title {
  line-height: 1;
}

.tm-contact-footer {
  z-index: 1;
}

.tm-product-nav .menu-item.current-menu-item a {
  position: relative;
}

.tm-product-nav .menu-item.current-menu-item a:after {
  content: "\ebc6";
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal normal 14px/1 kyoto;
  font-size: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;

  position: absolute;
  top: 0;
  right: -12px;
  width: 22px;
  height: 22px;
  color: #fff;
  background: var(--secondary-brand-color);
  border-radius: 20px;
  transform: translateX(100%);
}

.tm-product-entry-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  margin-top: 24px;
  padding-bottom: 48px;
  border-bottom: 1px solid #ddd;
  align-items: stretch;
}

.tm-product-entry-container + h4 {
  margin-top: 48px;
}

.tm-product-entry {
  min-height: 306px;
  padding: 20px;
  background-color: var(--background-color);
  border: 1px solid transparent;
  border-radius: 12px;
  transition: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.tm-product-entry-title {
  margin: 20px 0 0;
  padding: 0 20px;
  font-family: "NotoSansThai Regular", sans-serif;
  color: var(--heading-color);
  text-align: center;
}

.tm-product-entry img {
  border-radius: 12px;
}

.tm-product-entry-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.tm-product-entry:hover {
  border-color: var(--secondary-brand-color);
}

.tm-product-entry:hover .tm-product-entry-title {
  color: var(--secondary-brand-color);
}

/********************** CONTACT US ************************/
.tm-google-map {
  border-radius: 20px;
  overflow: hidden;
}

/***********************  PROJECT **************************/

.tm-project .kyt-entry-title {
  margin-bottom: 4px;
}

.tm-project .kyt-entry-date {
  color: var(--text-color);
}

.tm-project:not(.no-link) .kyt-entry-title {
  color: var(--heading-color);
}

.tm-video-list .kyt-feature-title a,
.tm-project:not(.no-link) .kyt-entry-title a {
  padding-right: 36px;
}

.tm-video-list .kyt-feature-title:after,
.tm-project:not(.no-link) .kyt-entry-inner .kyt-entry-title:after {
  content: "\ebc6";
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal normal 14px/1 kyoto;
  font-size: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;

  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  color: #fff;
  background: var(--secondary-brand-color);
  border-radius: 20px;
  transform: translateX(-10px);
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.tm-video-list .kyt-feature-item:hover .kyt-feature-title:after,
.tm-project:not(.no-link) .kyt-entry-inner:hover .kyt-entry-title:after {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.tm-project:not(.no-link) .kyt-entry-inner:hover .kyt-entry-title {
  color: var(--secondary-brand-color);
}

.tm-video-list .kyt-feature-item:hover .kyt-feature-title a,
.tm-project:not(.no-link) .kyt-entry-inner:hover .kyt-entry-title a {
  display: block;
}

.tm-project img {
  border-radius: 12px;
}

.tm-project-archive-heading {
  display: inline-block;
}

.tm-image-gallery .kyt-carousel-arrow,
.tm-video-list .kyt-carousel-arrow,
.tm-project.carousel .kyt-carousel-arrow {
  opacity: 1;
  visibility: visible;
}

.tm-image-gallery .kyt-carousel-arrow,
.tm-video-list .kyt-carousel-arrow,
.tm-project.carousel .kyt-carousel-arrow {
  color: var(--brand-color);
  background-color: #fff;
  border-radius: 50%;
}

.tm-viewall .kyt-button-label + .kyt-icon--after {
  padding-left: 2px;
}

.tm-viewall .btnx .twf {
  font-size: 1em;
}

/***********************  BLOG **************************/

.kyt-box .kyt-wpcontent {
  text-align: left;
}

.kyt-main.blueprint-inactive,
.kyt-sidebar {
  padding-top: 0;
}

.kyt-entry img {
  border-radius: 12px;
}

/***********************  SLICK **************************/

.kyt-carousel-arrow.circle {
  width: 40px;
  height: 40px;
}

.tm-image-gallery .slick-next,
.tm-video-list .slick-next,
.tm-project.carousel .slick-next {
  top: -35px;
  right: 15px;
  border: 1px solid #ddd;
}

.tm-image-gallery .slick-prev,
.tm-video-list .slick-prev,
.tm-project.carousel .slick-prev {
  top: -35px;
  right: 63px;
  left: unset;
  border: 1px solid #ddd;
}

.slick-dots {
  position: relative;
  bottom: -8px;
}

.slick-dots button {
  width: 8px;
  height: 8px;
  border: 1px solid var(--brand-color);
  background-color: transparent;
}

.tm-slider-home .slick-dots button {
  background-color: transparent;
  border: 1px solid #fff;
}

/****************** DEALER ******************/

#wpsl-gmap {
  border-radius: 12px;
}

#wpsl-search-btn,
#wpsl-search-wrap div {
  float: none;
}

.wpsl-search {
  background-color: var(--background-color);
  border-radius: 12px;
}

#wpsl-search-wrap .wpsl-input,
#wpsl-search-wrap .wpsl-select-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  font-family: "NotoSansThai Regular", sans-serif;
}

#wpsl-search-btn,
#wpsl-search-wrap #wpsl-radius,
#wpsl-search-wrap #wpsl-results,
#wpsl-search-wrap .wpsl-input input,
#wpsl-search-wrap .wpsl-input label {
  display: flex;
  align-items: center;
  line-height: 1.2;
}

#wpsl-search-btn,
#wpsl-search-wrap input {
  color: var(--text-color);
  border: none;
  border-radius: 40px !important;
}

#wpsl-search-btn {
  color: #fff !important;
  padding: 8px 24px;
  background: var(--brand-color) !important;
}

#wpsl-search-wrap form {
  display: flex;
}

.wpsl-input label,
#wpsl-radius label,
#wpsl-category label {
  width: auto !important;
}

.tm-dealer-map #wpsl-direction-details,
.tm-dealer-map #wpsl-stores {
  height: auto !important;
}

#wpsl-result-list ul li p strong {
  font-family: "NotoSansThai Medium", sans-serif;
  font-weight: normal;
}

#wpsl-result-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
  padding: 20px;
  width: 100%;
  height: auto;
  background: var(--background-color);
  border-radius: 12px;
  border: none;
}

/****************** DESIGN ******************/

.tm-design-archive-heading {
  display: inline-block;
}

/****************** INSTALLER ******************/

.tm-process-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -30px auto 0 !important;
  width: 60px;
  height: 60px;
  color: #fff;
  background: var(--brand-color);
  border-radius: 50px;
  font-size: 24px;
}

.tm-process-box .kyt-background {
  border-radius: 20px;
}

/******************** CATALOG ******************/

.tm-catalog .kyt-feature-item-inner {
  background-color: #eef0f3;
  margin-bottom: 24px;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

.tm-catalog .kyt-feature-item-inner:hover {
  border-color: var(--brand-color);
}

.tm-catalog .kyt-feature-media {
  margin-bottom: 0;
}

.tm-catalog .kyt-feature-title {
  color: var(--heading-color);
  font-family: "NotoSansThai Regular";
  font-size: 16px;
}

.tm-catalog .kyt-feature-title a {
  display: block;
  padding: 24px 0 8px;
  color: var(--heading-color);
}

.tm-catalog .kyt-feature-item-inner:hover .kyt-feature-title {
  color: var(--brand-color);
  font-family: "NotoSansThai Medium";
}

.single .kyt-entry-taxonomy a {
  color: var(--secondary-brand-color);
}

.single .kyt-entry-taxonomy a:hover {
  color: var(--brand-color);
}

/******************** STANDARD ******************/

.tm-box-documents .kyt-box-body {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  width: fit-content;
  padding: 0;
}

.tm-box-documents .kyt-box-body .kyt-item {
  min-width: 0;
  margin-bottom: 0 !important;
}

.tm-document-banner .kyt-banner-media {
  padding: 24px;
  background-color: var(--background-color);
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.tm-document-banner .kyt-banner-title {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.tm-document-banner .kyt-banner-content-inner > * {
  margin-bottom: 16px;
}

.tm-document-banner .kyt-banner-content-inner {
  padding: 0;
}

.kyt-banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.kyt-banner-overlay {
  opacity: 0;
  visibility: hidden;
}

.kyt-banner:hover .kyt-banner-overlay {
  opacity: 1;
  visibility: visible;
}

.kyt-banner-content-inner {
  font-size: 16px;
  line-height: 1.65;
}

.tm-document-banner:hover .kyt-banner-media {
  background-color: #dee4ed;
}

/********************* SINGLE PRODUCT *********************/

.kyt-wpcontent h2 {
  font-size: 36px;
}

.kyt-wpcontent h3 {
  font-size: 24px;
}

.kyt-wpcontent h4 {
  font-size: 20px;
}

.kyt-wpcontent h5 {
  font-size: 16px;
}

.kyt-wpcontent img,
.tm-image-gallery img {
  border-radius: 12px;
}

.kyt-wpcontent .wp-caption {
  margin-top: 36px;
  margin-bottom: 36px;
}

.gallery-caption {
  display: none;
}

.tm-image-gallery-caption {
  margin-top: 8px;
  font-family: "NotoSansThai Regular", sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

.kyt-wpcontent .tm-color-feature img {
  border-radius: 0;
}

.tm-color-feature.kyt-feature--top .kyt-feature-media {
  margin-bottom: 20px;
}

.tm-color-feature .kyt-feature-title {
  line-height: 1.2;
  margin-bottom: 0;
}

/********************* NAVBAR TWEAK *********************/

@media only screen and (min-width: 961px) and (max-width: 1190px) {
  #menu-item-34,
  #menu-item-15 {
    display: none;
  }

  #menu-item-1344 {
    display: flex;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1020px) {
  #menu-item-38 {
    display: none;
  }

  #menu-item-2460 {
    display: block;
  }

  #menu-item-2460 a {
    text-align: center;
  }

  .kyt-topnav-menu > li > .sub-menu, .kyt-topnav-menu > li > .sub-menu .sub-menu {
    width: 155px;
  }
}

.kyt-topnav-menu > li > .sub-menu {
  top: calc(100% + 6px) !important;
  right: 0;
}

.kyt-topnav-menu > li > .sub-menu li.menu-item:first-child {
  margin-top: 3px;
}

.kyt-topnav-menu > li > .sub-menu li.menu-item:last-child {
  margin-bottom: 3px;
}

.kyt-topnav-menu > li > .sub-menu li.menu-item {
  padding-right: 3px;
  padding-left: 3px;
}

/********************* MOBILE NAVBAR *********************/

.kyt-nav.kyt-navbar--mobile {
  margin-top: 15px;
}

.kyt-nav.kyt-navbar--mobile .kyt-navbar-wrapper {
  margin-top: 10px;
  padding: 0 20px;
  background: var(--background-color);
  border-radius: 30px;
}

.kyt-nav.kyt-navbar--mobile.opened .kyt-navbar-wrapper {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.kyt-nav.kyt-navbar--mobile .kyt-nav-menu {
  padding: 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.home .kyt-nav.kyt-navbar--mobile .kyt-nav-menu {
  background-color: var(--background-color);
}

.kyt-nav.kyt-navbar--mobile .kyt-collapsed-menu--classic {
  padding-top: 0;
}

.kyt-navbar--mobile .menu-item.current-menu-item a {
  background: none !important;
}

/********************* COOKIE *********************/

.cky-notice .cky-title {
  margin-bottom: 6px;
  font-family: "NotoSansThai SemiBold", sans-serif;
  font-weight: 400;
}

.cky-notice-btn-wrapper .cky-btn {
  border-radius: 100px;
  border: 1px solid transparent;
  font-family: "NotoSansThai SemiBold", sans-serif;
}

/********************* RESPONSIVE *********************/

@media only screen and (max-width: 960px) {
  .kyt-layout-responsive .kyt-content-wrapper,
  .kyt-layout-responsive.kyt-layout--topnav-stacked .kyt-content-wrapper,
  .kyt-layout-responsive.kyt-layout--sidenav .kyt-content-wrapper,
  .kyt-layout-responsive
    .kyt-wrapper--header-transparent
    .kyt-content--no-header
    .kyt-content-wrapper,
  .kyt-layout-responsive
    .kyt-wrapper--header-transparent
    .kyt-content-wrapper
    > .kyt-page-title,
  .kyt-layout-responsive.kyt-layout--topnav-stacked
    .kyt-wrapper--header-transparent
    .kyt-content-wrapper
    > .kyt-page-title
    .kyt-layout-responsive.kyt-layout--sidenav
    .kyt-wrapper--header-transparent
    .kyt-content-wrapper
    > .kyt-page-title {
    padding-top: 75px !important;
  }

  .kyt-layout--topnav-stacked .kyt-content-wrapper,
  .kyt-layout--topnav-stacked
    .kyt-wrapper--header-transparent
    .kyt-content-wrapper
    > .kyt-page-title {
    margin-top: 0;
  }

  .tm-home-features .kyt-row {
    grid-template-columns: 1fr 1fr;
  }

  .tm-product-entry-container {
    grid-template-columns: 1fr 1fr;
  }
}

.kyt-layout--topnav-stacked .kyt-content-wrapper,
.kyt-layout--topnav-stacked
  .kyt-wrapper--header-transparent
  .kyt-content-wrapper
  > .kyt-page-title {
  padding-top: 212px;
}

@media screen and (max-width: 768px) {
  #wpsl-result-list ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #tm-home-top .kyt-section-wrapper {
    padding-top: 20px !important;
  }

  .tm-box .kyt-box-body {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .tm-need-feature .kyt-feature-item {
    width: 50% !important;
  }

  .tm-need-feature .kyt-feature-item:last-child {
    width: 100% !important;
  }

  .tm-home-why-feature ul + ul {
    margin-top: 20px;
  }

  .tm-home-features .kyt-row {
    grid-template-columns: 1fr;
  }

  #tm-footer .kyt-row:first-child .kyt-col-3:nth-child(2),
  #tm-footer .kyt-row:first-child .kyt-col-3:nth-child(3) {
    width: 50%;
  }

  #tm-product-section .kyt-row {
    margin-right: -4px;
    margin-left: -4px;
  }

  #tm-product-section .kyt-col-3 {
    width: 50%;
    padding-right: 4px;
    padding-left: 4px;
  }

  #tm-product-section .tm-product-category {
    margin-bottom: 8px !important;
  }

  .tm-product-category .kyt-button .btnx {
    padding: 6px 8px !important;
    font-size: 14px !important;
    text-align: center;
  }

  .tm-product-category .kyt-button .btnx i {
    display: none;
  }

  .kyt-footer .kyt-social-inner {
    justify-content: flex-start;
  }

  .tm-certified-icons .kyt-box-body {
    grid-template-columns: repeat(3, 1fr);
  }

  .kyt-layout-responsive .kyt-feature-item.kyt-col-mb-6 {
    width: 50% !important;
  }

  .tm-catalog .kyt-feature-item {
    margin-bottom: 0 !important;
  }

  .tm-box-documents .kyt-box-body {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}

@media screen and (max-width: 480px) {
  .kyt-layout-responsive .kyt-container,
  .kyt-layout-responsive
    .kyt-container--fullwidth
    .kyt-single-product
    .kyt-container,
  .kyt-layout-responsive .kyt-header .kyt-container--fullwidth,
  .kyt-layout-responsive .kyt-navbar--mobile .kyt-container--fullwidth,
  .kyt-layout-responsive .kyt-section--fullwidth > .kyt-section-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  #wpsl-result-list ul {
    grid-template-columns: 1fr;
  }

  #wpsl-search-wrap form {
    flex-wrap: wrap;
  }

  #wpsl-search-wrap .wpsl-input,
  #wpsl-search-wrap .wpsl-select-wrap {
    width: 100%;
  }

  #wpsl-search-wrap .wpsl-input input {
    flex: 1;
  }

  .kyt-layout-responsive .kyt-button--inline {
    display: inline-block;
  }

  .tm-design-archive-heading {
    max-width: 160px;
  }

  .tm-product-entry-container {
    grid-template-columns: 1fr;
  }
}
