@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+Thai:wght@100..900&family=Outfit:wght@100..900&display=swap");
.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,
.blog-thumb .blog-list-date {
  display: none !important; }

.blog-thumb {
  margin-bottom: 24px;
  background: #fff; }
  .blog-thumb:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); }
  .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: 8px;
    padding: 16px; }
  .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: #33BFEA; }
  .blog-thumb .post-title {
    margin-bottom: 0px; }
  .blog-thumb .post-short-description {
    font-size: 1rem;
    line-height: 1.5;
    min-height: 72px;
    color: #000;
    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: 0.875rem;
    color: #000; }
    .blog-thumb .readmore:hover {
      color: #1CA3CD; }
  .blog-thumb .blog-item-row, .blog-thumb .post-readmore {
    display: none; }

.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: 16px; }
    .blog-thumb .blog-img {
      min-height: 100px; }
    .blog-thumb .link-blog-name {
      font-size: 0.875rem;
      height: 42px; }
    .blog-thumb .post-short-description {
      min-height: 54px;
      font-size: 0.75rem; }
    .blog-thumb .blog-content {
      padding: 16px; }

  .blog-items.row {
    margin-left: -8px !important;
    margin-right: -8px !important; }
    .blog-items.row [class*="col-"] {
      padding-left: 8px !important;
      padding-right: 8px !important; } }
/*===================
	1) Blog banner
	2) Blog category
	3) Blog filter

============================*/
/*
	1) Blog banner
=====================================**/
.blog-banner {
  position: relative;
  margin-bottom: 0px; }
  .blog-banner .blog-banner-img img {
    width: 100%;
    min-height: 302px;
    object-fit: cover;
    max-height: 450px; }
  .blog-banner .blog-banner-content {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 10px 15px;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    max-width: 1320px;
    text-align: center;
    margin-left: -15px; }
  .blog-banner h1,
  .blog-banner .banner-title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0px;
    text-align: center; }
  .blog-banner h2,
  .blog-banner .banner-subtitle {
    color: #33BFEA;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center;
    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 {
    overflow-x: hidden; }
    .blog-banner .blog-banner-content {
      padding: 10px 0; }
      .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: #E9E9E9; }

.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: #000;
    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;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    color: #000;
    padding: 8px 0px;
    border-bottom: 3px solid transparent;
    transition: all .5s; }
    .tree .link-blog-cat:hover, .tree .link-blog-cat.active {
      border-color: #33BFEA;
      color: #33BFEA;
      font-weight: 700; }

@media all and (max-width: 767px) {
  .cat-search-wraper {
    padding: 0;
    margin-bottom: 20px; }

  .filter-list {
    margin-bottom: 16px; }

  .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 #33BFEA;
    border-radius: 50%;
    cursor: pointer;
    z-index: 8; }
    .blog-img .spinIcon i {
      color: #33BFEA;
      line-height: 35px; }
  .blog-img .pinIn {
    background: #33BFEA;
    border-color: #fff; }
    .blog-img .pinIn i {
      color: #fff; }

.blog-list-date {
  font-size: 0.75rem; }

.ajax-load {
  margin-bottom: 60px;
  text-align: center; }

.loadmore-link {
  cursor: pointer; }

/*  Blog detail page  */
.blog-content .blog-nav-item {
  display: none; }

.main-title.categorybloglist, .main-title.blog-results {
  text-transform: none;
  color: #33BFEA;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 20px; }

@media all and (min-width: 1200px) {
  .blog-items.row .col-md-3, .blog-items.row .col-sm-3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }
.blog-items .post-readmore, .blog-items .view {
  display: none; }

@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;
  display: none !important; }
  .blog-detail.full-img img {
    width: 100%;
    max-height: 440px;
    object-fit: fill; }

.main-title.blog-details {
  border-bottom: 1px solid #B0B5C5;
  display: block;
  text-transform: none;
  padding-bottom: 16px;
  margin-bottom: 16px;
  color: #33BFEA;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; }

.blog-detail-header {
  padding-top: 59px;
  padding-bottom: 34px; }
  .blog-detail-header .blog-details-date {
    color: #000;
    font-size: 12px; }

.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: #000; }
  .blog-desc .form-group {
    margin-bottom: 0;
    padding-bottom: 24px; }
    .blog-desc .form-group .row {
      margin-left: -24px;
      margin-right: -24px; }
      .blog-desc .form-group .row [class*="col-"] {
        padding-left: 24px;
        padding-right: 24px; }
        .blog-desc .form-group .row [class*="col-"] img {
          border-radius: 10px; }
  .blog-desc p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 24px; }

.view-time .view {
  margin-right: 15px; }

/*  Related Blog */
.blogrelated-section {
  background: #F0FCFF; }

.blogrelated-inner-sec {
  padding: 60px 0 60px 0; }
  .blogrelated-inner-sec .sub-title {
    text-align: center;
    font-size: 32px;
    color: #000;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 24px 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: 33px;
      height: 5px;
      background: #B0B5C5;
      margin: 4px 2px;
      border-radius: 6px; }
      .blogrelated-inner-sec .slick-dots li.slick-active {
        background: #33BFEA; }

@media all and (max-width: 767px) {
  .blog-detail-header {
    padding: 40px 0 14px 0; }

  .blogrelated-inner-sec {
    padding: 40px 0 40px 0; } }
/*  Hide Element  */
.breadcrumb, .main-title.blog,
.widget-blogcatagory, .widget-blogSearch {
  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: #33BFEA !important; }

.date-time {
  font-size: 0.75rem;
  color: #6c757d;
  line-height: 24px; }

.product-img-slider .slick-arrow {
  background-color: #33BFEA; }

.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 #B0B5C5;
    display: inline-block;
    font-size: 0.875rem;
    color: #33BFEA; }
    .tag-wrap .link-tag:hover, .tag-wrap .link-tag:active, .tag-wrap .link-tag.active {
      color: #03151b !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: #33BFEA; }

.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%; } }
