@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@200;300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit:wght@200;300;400;500;600;700&display=swap");
[lang="th"] {
  /*$Sarabun:  Sarabun-thai;
  $Prompt:   "Prompt-thai";*/ }

.transition, .product-item-info, .product-item-info:hover .prod-img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/*$blog-name-color:           #383D40;
$blog-name-hover           : $primary;
$short-desc-color          : #000;*/
.blog-thumb .tag-wrap, .blog-thumb .category-wrap,
.blog-thumb .post-author, .blog-thumb .view-wraps .view {
  display: none !important; }

.blog-thumb {
  margin-bottom: 40px; }
  .blog-thumb:hover {
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.1); }
  .blog-thumb .blog-img {
    padding-top: 0px !important;
    position: relative; }
    @media all and (min-width: 1200px) {
      .blog-thumb .blog-img {
        min-height: 195px; } }
    .blog-thumb .blog-img img {
      width: 100%; }
    .blog-thumb .blog-img img[src$='.gif'] {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-radius: 0px;
      width: auto; }
  .blog-thumb .blog-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0; }
  .blog-thumb .link-blog-name {
    white-space: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    height: 48px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    .blog-thumb .link-blog-name:hover, .blog-thumb .link-blog-name:active, .blog-thumb .link-blog-name.active {
      color: #CB962B; }
  .blog-thumb .post-title {
    margin-bottom: 0px; }
  .blog-thumb .post-short-description {
    font-size: 0.875rem;
    line-height: 1.5;
    min-height: 63px;
    color: #707070;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    font-weight: 400; }
  .blog-thumb .blog-list-date {
    color: #707070;
    font-size: 12px;
    line-height: 1.5;
    display: none; }
  .blog-thumb .view-wraps {
    margin-bottom: 0px; }
  .blog-thumb .readmore {
    font-size: 1rem;
    color: #000; }
    .blog-thumb .readmore:hover {
      color: #754025; }

.blog-content {
  clear: both;
  font-size: 1rem; }
  .blog-content .blog-img {
    padding-top: 0px !important; }

.post-title-recent {
  margin-bottom: 0px; }

@media all and (min-width: 768px) {
  .blog-row.col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%; } }
@media all and (max-width: 767px) {
  .blog-thumb {
    margin-bottom: 24px; }
    .blog-thumb .link-blog-name {
      font-size: 0.875rem;
      height: 42px; }
    .blog-thumb .blog-content {
      padding: 12px 0; }
    .blog-thumb .post-short-description {
      font-size: 0.75rem;
      height: 54px;
      min-height: 54px; }

  .blog-items.row {
    margin-left: -8px !important;
    margin-right: -8px !important; }
    .blog-items.row [class*="col-"] {
      padding-left: 8px !important;
      padding-right: 8px !important; } }
/* collection slider */
@media all and (min-width: 1200px) {
  .banner-slider .MagicScroll-horizontal.MagicScroll-bullets {
    margin-bottom: 100px; } }
@media all and (min-width: 1200px) {
  .banner-slider .MagicScroll-horizontal .mcs-bullets {
    margin-top: 35px; } }

/*===================
	1) Blog banner
	2) Blog category
	3) Blog filter

============================*/
/*
	1) Blog banner
=====================================**/
.blog-banner {
  position: relative;
  margin-bottom: 60px; }
  .blog-banner .blog-banner-img img {
    width: 100%;
    min-height: 302px;
    object-fit: cover; }
  .blog-banner .blog-banner-content {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 10px 15px;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    max-width: 1320px; }
  .blog-banner h1,
  .blog-banner .banner-title {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0px; }
  .blog-banner h2,
  .blog-banner .banner-subtitle {
    color: #CB962B;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
    background: linear-gradient(129deg, #CB962B 6.85%, #FFD278 38.26%, #CB962B 61.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .blog-banner p {
    font-size: 24px;
    line-height: 1.5; }

@media all and (max-width: 767px) {
  .blog-banner {
    margin-bottom: 30px; }
    .blog-banner .blog-banner-content {
      padding: 10px 0;
      text-align: center; }
      .blog-banner .blog-banner-content h1,
      .blog-banner .blog-banner-content .banner-title {
        font-size: 30px; }
      .blog-banner .blog-banner-content h2,
      .blog-banner .blog-banner-content .banner-subtitle {
        font-size: 36px; }
      .blog-banner .blog-banner-content p {
        font-size: 18px; } }
/*
	2) Blog category
=====================================**/
.cat-search-wraper {
  padding: 24px 0;
  background: #F6F6F6;
  margin-bottom: 20px; }

.cat-search-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.searchbtn-form {
  margin-right: 40px;
  width: auto;
  min-width: 299px; }
  .searchbtn-form .input-group {
    color: #292F36;
    position: relative; }
    .searchbtn-form .input-group .input-group-prepend {
      position: absolute;
      left: 1;
      top: 1px; }
      .searchbtn-form .input-group .input-group-prepend .btn {
        padding-left: 17px;
        color: #707070;
        font-size: 1rem;
        background: transparent;
        border-radius: 20px 0 0 20px; }
  .searchbtn-form #blogsearch {
    padding-left: 45px;
    border-radius: 20px; }
    .searchbtn-form #blogsearch::placeholder {
      color: #909090; }

.tree {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 32px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px; }
  .tree .link-blog-cat {
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    color: #383D40;
    padding: 8px 0px;
    border-bottom: 3px solid transparent;
    transition: all .5s; }
    .tree .link-blog-cat:hover, .tree .link-blog-cat.active {
      border-color: #CB962B;
      color: #CB962B;
      font-weight: 700; }

@media all and (max-width: 767px) {
  .cat-search-wraper {
    padding: 0;
    margin-bottom: 10px; }

  .cat-search-wrap {
    padding: 16px 0 0 0;
    overflow: hidden;
    flex-wrap: wrap; }
    .cat-search-wrap .tree {
      flex-wrap: nowrap;
      overflow-x: auto;
      white-space: nowrap;
      order: 2;
      width: 100%;
      padding-bottom: 16px; }
    .cat-search-wrap .searchbtn-form {
      margin: 0 0 14px 0;
      width: 100%;
      min-width: 270px; } }
/*
	3) Blog Filter
=====================================**/
.filter-list {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 24px; }
  .filter-list .shortby {
    margin-bottom: 0px; }
    .filter-list .shortby .grid-view {
      text-transform: uppercase;
      font-size: 0.875rem;
      margin-bottom: 0;
      font-weight: 700; }
  .filter-list .blog-nav-item {
    display: none; }

.shortby {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  align-items: center;
  padding: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 0.875rem;
  color: #000; }
  .shortby li > a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-transform: none; }
  .shortby .grid-switcher {
    display: block; }
  .shortby .mobilefilter {
    display: none; }
  .shortby .d-hide {
    display: block; }
  .shortby .showfilter {
    margin-left: 8px;
    color: #000; }
    .shortby .showfilter .dropdown-toggle {
      color: #000; }
      .shortby .showfilter .dropdown-toggle:after {
        color: #000; }
    .shortby .showfilter a {
      color: #000; }
  .shortby .showpage {
    padding: 10px 0px; }
  .shortby .dropdown-toggle:after {
    color: #000; }

/*.post-author {
    @include inline-flex;
    @include align-items(center);

    .authername {
        padding-left: 5px;
        color: $link-primary-text-color;
        font-size: $font-small;

        &:hover,
        &:active,
        &.active {
            color: darken($link-primary-text-color, 50%) !important;
        }
    }
}*/
.MagicScroll .blog-img,
.MagicScroll .blog-imgs {
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  position: relative !important;
  height: 0;
  line-height: 0; }
  .MagicScroll .blog-img a,
  .MagicScroll .blog-imgs a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.blog-detail.row {
  margin-left: -12px;
  margin-right: -12px; }
  .blog-detail.row [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px; }
.blog-detail .blog-row {
        /*&.col-sm-3 {
			@media all and (min-width: 1024px) {
				flex: 0 0 33.3333333333%;
    			max-width: 33.3333333333%;
			}
		}*/ }
  .blog-detail .blog-row .view {
    margin-right: 10px;
    color: #000000;
    font-size: 0.875rem; }
  .blog-detail .blog-row .time {
    color: #000000;
    font-size: 0.875rem; }
.blog-detail .post-author {
  font-size: 0.875rem; }
.blog-detail .post-readmore {
  margin-bottom: 15px; }
.blog-detail .blog-list-date {
  font-size: 0.875rem;
  line-height: 1.5;
  display: block; }

.blog-img {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0px; }
  .blog-img .spinIcon {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fff;
    border: 3px solid #CB962B;
    border-radius: 50%;
    cursor: pointer;
    z-index: 8; }
    .blog-img .spinIcon i {
      color: #CB962B;
      line-height: 35px; }
  .blog-img .pinIn {
    background: #CB962B;
    border-color: #fff; }
    .blog-img .pinIn i {
      color: #fff; }

.blog-list-date {
  font-size: 0.75rem; }

.ajax-load {
  margin-top: 26px;
  margin-bottom: 40px;
  text-align: center; }

.loadmore-link {
  cursor: pointer; }

/*  Blog detail page  */
.main-title.categorybloglist {
  text-transform: none;
  color: #CB962B;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px; }

@media all and (max-width: 767px) {
  #loadMore {
    margin-bottom: 40px; } }
/* Blog detail page  */
/* Hide element blog detail */
.blog-recent-sec,
.blog-banner-detail,
.posttitle-details,
.text-header-page,
.left-sidebar,
.right-sidebar {
  display: none; }

.blog-recent-sec {
  display: none !important; }

.blog-detail.full-img {
  margin-bottom: 0px;
  text-align: center; }
  .blog-detail.full-img img {
    width: 100%;
    max-height: 600px;
    object-fit: fill; }

.main-title.blog-details {
  display: block;
  text-transform: none;
  padding-bottom: 16px;
  margin-bottom: 24px;
  color: #CB962B;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center; }

.blog-detail-header {
  padding-top: 40px;
  padding-bottom: 10px; }
  .blog-detail-header .blog-details-date {
    color: #707070;
    font-size: 12px; }
  .blog-detail-header .tag-wrap {
    text-align: center; }
    .blog-detail-header .tag-wrap a {
      color: #754D25;
      font-size: 1.125rem;
      line-height: 1.5;
      font-weight: 400;
      margin: 0 1px 2px 1px; }
      .blog-detail-header .tag-wrap a:hover {
        color: #CB962B; }
      .blog-detail-header .tag-wrap a:not(:first-child) {
        display: none; }

.blog-detail-date-social-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1rem; }
  .blog-detail-date-social-wrap li a,
  .blog-detail-date-social-wrap li .tinyLink {
    padding: 0;
    line-height: 1;
    font-size: 1.5rem; }

.blog-social {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 24px; }
  .blog-social li {
    margin: 0px !important; }

.blog-desc {
  margin-bottom: 8px;
  color: #292F36; }
  .blog-desc .form-group {
    margin-bottom: 20px; }
  .blog-desc h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px; }
    .blog-desc h2.text-primary {
      color: #CB962B;
      font-size: 32px;
      margin-bottom: 20px; }
  .blog-desc ul {
    margin-bottom: 20px;
    padding-left: 18px;
    line-height: 1.5; }
  .blog-desc p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #292F36;
    margin-bottom: 20px; }

.view-time .view {
  margin-right: 15px; }

/*  Related Blog */
.blogrelated-inner-sec {
  padding: 10px 0 60px 0; }
  .blogrelated-inner-sec .sub-title {
    text-align: center;
    font-size: 32px;
    color: #CB962B;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 32px 0; }
  .blogrelated-inner-sec .slick-dots {
    position: relative;
    margin-top: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center; }
    .blogrelated-inner-sec .slick-dots button {
      display: none !important; }
    .blogrelated-inner-sec .slick-dots li {
      width: 12px;
      height: 12px;
      background: #754025;
      border-radius: 50%; }
      .blogrelated-inner-sec .slick-dots li.slick-active {
        width: 32px;
        background: #CB962B;
        border-radius: 20px; }

@media all and (max-width: 767px) {
  .blog-detail-header {
    padding: 18px 0; }

  .main-title.blog-details {
    font-size: 28px; }

  .blogrelated-inner-sec {
    padding: 10px 0; }

  .blog-desc .form-group, .blog-desc h2, .blog-desc p {
    margin-bottom: 16px; } }
/*  Hide Element  */
.breadcrumb, .main-title.blog,
.cat-search-wraper, .cat-search-wrap, .blog-list-date,
.widget-blogcatagory, .widget-blogSearch,
.filter-list, .blog-nav-item, .blogrelated-section {
  display: none !important; }

/*@media (min-width: 1350px) {
    .container {
        max-width: 1350px;
    }
}*/
.left-sidebar .widget:first-child {
  margin-top: 50px; }

.blog-nav-item li i {
  vertical-align: baseline; }
.blog-nav-item .active {
  color: #CB962B !important; }

.date-time {
  font-size: 0.75rem;
  color: #6c757d;
  line-height: 24px; }

.product-img-slider .slick-arrow {
  background-color: #CB962B; }

.tree-sub .link-blog-cat {
  padding-left: 30px; }

/*.tree-sub1 {
	.link-blog-cat {
		padding-left: 45px;
	}
}
.tree-sub2 {
	.link-blog-cat {
		padding-left: 60px;
	}
}*/
.tag-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 16px;
  height: 30px;
  display: block; }
  .tag-wrap .link-tag {
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 6px 12px;
    border: 1px solid #CECECE;
    display: inline-block;
    font-size: 0.875rem;
    color: #CB962B; }
    .tag-wrap .link-tag:hover, .tag-wrap .link-tag:active, .tag-wrap .link-tag.active {
      color: black !important; }

.load-more {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 40px; }

/* sidebar */
.right-sidebar .widget .tag-wrap, .left-sidebar .widget .tag-wrap {
  margin-top: 10px; }

.catagory-widget {
  background: #CB962B; }

.catagory-title, .blogcatagory-title, .blogSearch-title {
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .catagory-title i, .blogcatagory-title i, .blogSearch-title i {
    margin-right: 5px; }

.archive-title, .recent-blog-title, .tag-title, .feature-blog-title, .wishlist-title, .rssfeed-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .archive-title i, .recent-blog-title i, .tag-title i, .feature-blog-title i, .wishlist-title i, .rssfeed-title i {
    margin-right: 5px; }

.blog-cat-list li, .archive-list li, .rssfeed li {
  vertical-align: top;
  line-height: 1; }
.blog-cat-list a, .archive-list a, .rssfeed a {
  display: block;
  text-transform: uppercase; }
  .blog-cat-list a i, .archive-list a i, .rssfeed a i {
    vertical-align: baseline; }

.archive-list li {
  margin-bottom: 0px !important; }

.widget-signup-banner {
  position: relative; }
  .widget-signup-banner .widget-signup-heading {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    padding: 0 5px;
    text-align: center; }
    .widget-signup-banner .widget-signup-heading a {
      color: #fff; }
    .widget-signup-banner .widget-signup-heading p {
      margin-bottom: 0; }
    .widget-signup-banner .widget-signup-heading h2 {
      font-size: 1.5rem; }

/*  Blog detail */
.recent-blog {
  list-style: none;
  margin: 0;
  padding: 0; }

.view-wraps {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
  font-weight: 400; }

/*  Page not found  */
.no-search-result {
  text-align: center;
  font-size: 50px;
  font-size: 30px; }

@media all and (max-width: 767px) {
  .left-sidebar {
    order: 2; }

  .blog-items .col-md-3, .blog-items .col-6 {
    flex: 0 0 50%;
    max-width: 50%; } }
