/*@import "variables/font_family";*/
.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; }

/*$default                   : #333;
$primary                   : $primary;
$secondary                 : $secondary;
$gray                      : #414141;
$gray2                     : #909090;*/
/*$blog-name-color:           #383D40;
$blog-name-hover           : $primary;
$short-desc-color          : #000;*/
/*$blog-link-cat:            $white;
$blog-cat-bg:              $primary;*/
.blog-thumb:not(.portfolio-card) .tag-wrap, .blog-thumb:not(.portfolio-card) .category-wrap,
.blog-thumb:not(.portfolio-card) .post-author, .blog-thumb:not(.portfolio-card) .view-wraps,
.blog-thumb:not(.portfolio-card) .total-visitor, .blog-thumb:not(.portfolio-card) .post-readmore,
.blog-thumb:not(.portfolio-card) .blog-item-row, .blog-thumb:not(.portfolio-card) .post-short-description {
  display: none !important; }

.blog-thumb {
  margin-bottom: 24px;
  background: #fff;
  text-align: left;
  position: relative;
  transition: all .5s ease-out;
  overflow: hidden; }
  .blog-thumb:hover .blog-content {
    transform: translateY(0%); }
  .blog-thumb .blog-img {
    padding-top: 0px !important;
    position: relative;
    min-height: 260px; }
    @media all and (min-width: 1200px) {
      .blog-thumb .blog-img {
        min-height: 318px; } }
    .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: 50px !important;
      height: 50px !important;
      max-width: 50px;
      max-height: 50px;
      object-fit: contain; }
  .blog-thumb .blog-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    transition: all .5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out; }
  .blog-thumb .post-title, .blog-thumb .post-title-recent {
    margin-bottom: 0px; }
  .blog-thumb .post-short-description {
    font-size: 0.875rem;
    line-height: 1.5;
    min-height: 63px;
    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: #ACACAC;
    font-size: 12px;
    line-height: 1.5;
    display: none; }
  .blog-thumb .view-wraps {
    margin-bottom: 0px; }
  .blog-thumb .readmore {
    font-size: 1rem;
    color: #5c827d; }
    .blog-thumb .readmore:hover {
      color: #5c827d; }
  .blog-thumb .post-title {
    color: #fff; }

.blog-contents .row, .blog-content-wrap .row {
  margin-left: -12px !important;
  margin-right: -12px !important; }
  .blog-contents .row [class*="col-"], .blog-content-wrap .row [class*="col-"] {
    padding-left: 12px !important;
    padding-right: 12px !important; }

@media all and (min-width: 768px) {
  .blog-row.col-6, .blog-row .col-6, .blog-items.col-6, .blog-items .col-6 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }
@media all and (max-width: 767px) {
  .blog-thumb {
    margin-bottom: 16px; }
    .blog-thumb .link-blog-name {
      font-size: 0.875rem; }
    .blog-thumb .blog-content {
      padding: 16px; }

  .blog-contents .row, .blog-content-wrap .row {
    margin-left: -8px !important;
    margin-right: -8px !important; }
    .blog-contents .row [class*="col-"], .blog-content-wrap .row [class*="col-"] {
      padding-left: 8px !important;
      padding-right: 8px !important; } }
.portfolio-listing-page #post-data .blogData.blog-items.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px; }
.portfolio-listing-page .portfolio-grid-item {
  box-sizing: border-box;
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%; }
  @media all and (min-width: 768px) {
    .portfolio-listing-page .portfolio-grid-item {
      flex: 0 0 25%;
      max-width: 25%;
      width: 25%; } }
@media all and (max-width: 767px) {
  .portfolio-listing-page .portfolio-grid-item {
    margin-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px; }
  .portfolio-listing-page #post-data .blogData.blog-items.row {
    margin-left: -8px;
    margin-right: -8px; } }

.portfolio-listing-page .portfolio-card,
.portfolio-slider .portfolio-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  overflow: hidden;
  transition: all 0.1s ease-in-out; }
  .portfolio-listing-page .portfolio-card:hover,
  .portfolio-slider .portfolio-card:hover {
    overflow: visible;
    z-index: 1;
    position: relative; }
    .portfolio-listing-page .portfolio-card:hover .blog-img,
    .portfolio-slider .portfolio-card:hover .blog-img {
      overflow: visible;
      box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2); }
    .portfolio-listing-page .portfolio-card:hover .link-blog-name,
    .portfolio-slider .portfolio-card:hover .link-blog-name {
      background: var(--new2026-graduant-primary, linear-gradient(104deg, #15B7AA 20.11%, #2A82B6 60.2%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: transparent !important;
      transition: background 0.3s ease; }
  .portfolio-listing-page .portfolio-card .blog-img,
  .portfolio-slider .portfolio-card .blog-img {
    min-height: 0;
    padding-top: 0 !important;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 0.5px solid #DEDEDE;
    transition: box-shadow 0.4s ease;
    width: 100%;
    aspect-ratio: 302 / 537; }
    .portfolio-listing-page .portfolio-card .blog-img img,
    .portfolio-slider .portfolio-card .blog-img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      vertical-align: top;
      border-radius: 24px; }
    .portfolio-listing-page .portfolio-card .blog-img img[src$='.gif'],
    .portfolio-slider .portfolio-card .blog-img img[src$='.gif'] {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 50px !important;
      height: 50px !important;
      max-width: 50px;
      max-height: 50px;
      object-fit: contain; }
    .portfolio-listing-page .portfolio-card .blog-img .spinIcon,
    .portfolio-slider .portfolio-card .blog-img .spinIcon {
      position: absolute;
      right: 12px;
      top: 12px;
      z-index: 3; }
  @media all and (min-width: 1200px) {
    .portfolio-listing-page .portfolio-card .blog-img,
    .portfolio-slider .portfolio-card .blog-img {
      width: 302px;
      height: 537px;
      aspect-ratio: 9 / 16;
      max-width: 100%; } }
  .portfolio-listing-page .portfolio-card .blog-content,
  .portfolio-slider .portfolio-card .blog-content {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: #fff;
    width: 100%;
    min-width: 0;
    transform: none !important; }
    @media all and (max-width: 767px) {
      .portfolio-listing-page .portfolio-card .blog-content,
      .portfolio-slider .portfolio-card .blog-content {
        padding: 10px; } }
  .portfolio-listing-page .portfolio-card .blog-list-date,
  .portfolio-listing-page .portfolio-card .tag-wrap,
  .portfolio-listing-page .portfolio-card .post-author,
  .portfolio-listing-page .portfolio-card .post-short-description,
  .portfolio-listing-page .portfolio-card .view-wraps,
  .portfolio-slider .portfolio-card .blog-list-date,
  .portfolio-slider .portfolio-card .tag-wrap,
  .portfolio-slider .portfolio-card .post-author,
  .portfolio-slider .portfolio-card .post-short-description,
  .portfolio-slider .portfolio-card .view-wraps {
    display: none !important; }
  .portfolio-listing-page .portfolio-card .category-wrap,
  .portfolio-slider .portfolio-card .category-wrap {
    order: 2;
    margin: 0 !important;
    line-height: 1; }
    .portfolio-listing-page .portfolio-card .category-wrap .link-blog-cat ~ .link-blog-cat,
    .portfolio-slider .portfolio-card .category-wrap .link-blog-cat ~ .link-blog-cat {
      display: none !important; }
    .portfolio-listing-page .portfolio-card .category-wrap .link-blog-cat,
    .portfolio-slider .portfolio-card .category-wrap .link-blog-cat {
      display: flex;
      padding: 6px 10px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 4px;
      color: #fff !important;
      text-align: center;
      font-family: Inter,'Noto Sans Thai', sans-serif;
      font-size: 10px;
      font-style: normal;
      font-weight: 700;
      line-height: 110%;
      text-decoration: none !important;
      border: 0;
      background: #2a82b6; }
      .portfolio-listing-page .portfolio-card .category-wrap .link-blog-cat:hover,
      .portfolio-slider .portfolio-card .category-wrap .link-blog-cat:hover {
        color: #fff !important; }
    .portfolio-listing-page .portfolio-card .category-wrap .link-blog-cat[href*="sep-info"],
    .portfolio-listing-page .portfolio-card .category-wrap .link-blog-cat[href*="SEP-INFO"],
    .portfolio-slider .portfolio-card .category-wrap .link-blog-cat[href*="sep-info"],
    .portfolio-slider .portfolio-card .category-wrap .link-blog-cat[href*="SEP-INFO"] {
      background: #2a82b6; }
    .portfolio-listing-page .portfolio-card .category-wrap .link-blog-cat[href*="sep-link"],
    .portfolio-listing-page .portfolio-card .category-wrap .link-blog-cat[href*="SEP-LINK"],
    .portfolio-slider .portfolio-card .category-wrap .link-blog-cat[href*="sep-link"],
    .portfolio-slider .portfolio-card .category-wrap .link-blog-cat[href*="SEP-LINK"] {
      background: #fe912a; }
    .portfolio-listing-page .portfolio-card .category-wrap .link-blog-cat[href*="sep-ecom"],
    .portfolio-listing-page .portfolio-card .category-wrap .link-blog-cat[href*="SEP-ECOM"],
    .portfolio-slider .portfolio-card .category-wrap .link-blog-cat[href*="sep-ecom"],
    .portfolio-slider .portfolio-card .category-wrap .link-blog-cat[href*="SEP-ECOM"] {
      background: #fc5c62; }
    .portfolio-listing-page .portfolio-card .category-wrap .link-blog-cat[href*="sep-custom"],
    .portfolio-listing-page .portfolio-card .category-wrap .link-blog-cat[href*="SEP-CUSTOM"],
    .portfolio-slider .portfolio-card .category-wrap .link-blog-cat[href*="sep-custom"],
    .portfolio-slider .portfolio-card .category-wrap .link-blog-cat[href*="SEP-CUSTOM"] {
      background: var(--new2026-graduant-primary, linear-gradient(104deg, #15b7aa 20.11%, #2a82b6 60.2%)); }
  .portfolio-listing-page .portfolio-card .post-title,
  .portfolio-slider .portfolio-card .post-title {
    order: 1;
    margin: 0 !important;
    width: 100%;
    min-width: 0; }
  .portfolio-listing-page .portfolio-card .link-blog-name,
  .portfolio-slider .portfolio-card .link-blog-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 150% !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    background: #0E293E;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent !important;
    transition: background 0.3s ease; }
    @media all and (max-width: 767px) {
      .portfolio-listing-page .portfolio-card .link-blog-name,
      .portfolio-slider .portfolio-card .link-blog-name {
        font-size: 20px !important; } }
@media all and (max-width: 767px) {
  .portfolio-listing-page .portfolio-card .blog-img,
  .portfolio-slider .portfolio-card .blog-img {
    align-self: stretch;
    aspect-ratio: 9 / 16; }
  .portfolio-listing-page .portfolio-card .link-blog-name,
  .portfolio-slider .portfolio-card .link-blog-name {
    font-size: 20px; } }

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

============================*/
/*
	1) Blog banner
=====================================**/
.portfolio-banner {
  position: relative;
  margin-bottom: 0px; }
  .portfolio-banner .portfolio-banner-img img {
    width: 100%;
    min-height: 302px;
    object-fit: cover;
    max-height: 400px; }
  .portfolio-banner .portfolio-banner-content {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 24px 60px;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    max-width: 1320px;
    text-align: center; }
  .portfolio-banner h1,
  .portfolio-banner .portfolio-title {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0px; }
  .portfolio-banner p {
    font-size: 24px;
    line-height: 1.5; }

@media all and (max-width: 767px) {
  .blog-banner .blog-banner-content {
    padding: 10px 0; }
    .blog-banner .blog-banner-content h1,
    .blog-banner .blog-banner-content .banner-title {
      font-size: 24px; }
    .blog-banner .blog-banner-content h2,
    .blog-banner .blog-banner-content .banner-subtitle {
      font-size: 36px; }
    .blog-banner .blog-banner-content p {
      font-size: 14px; } }
/*
	2) Blog category
=====================================**/
.cat-search-wraper {
  padding: 24px 0;
  background: #5c827d;
  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: #000000;
    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: #ACACAC;
        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;
      font-size: 16px;
      font-weight: 400;
      line-height: 150%;
      font-family: Outfit, 'Noto Sans Thai', sans-serif !important; }

.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: #fff;
    padding: 8px 0px;
    border-bottom: 3px solid transparent;
    transition: all .5s;
    font-family: 'Inter', 'Noto Sans Thai', sans-serif; }
    .tree .link-blog-cat:hover, .tree .link-blog-cat.active {
      border-color: #fff;
      color: #fff; }
    .tree .link-blog-cat.active {
      font-weight: 700; }

.tree-sub {
  list-style: none;
  padding: 24px 0 24px 0px;
  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;
  gap: 32px;
  margin-bottom: 0px; }
  .tree-sub .link-blog-cat, .tree-sub a {
    font-family: 'Inter', 'Noto Sans Thai', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 8px 0 !important;
    border-bottom: 3px solid transparent; }
    .tree-sub .link-blog-cat:hover, .tree-sub .link-blog-cat.active, .tree-sub a:hover, .tree-sub a.active {
      border-color: #000;
      color: #000; }
    .tree-sub .link-blog-cat.active, .tree-sub a.active {
      border-color: #000;
      font-weight: 700; }

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

  .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; }

  .tree-sub {
    padding: 16px 0;
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: auto; } }
/*
	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; }
  .filter-list .dropdown-toggle:after {
    right: 5px; }

.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; }

.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-content .blog-nav-item {
  display: none; }

.blog-detail.row {
  margin-left: -12px;
  margin-right: -12px; }
  .blog-detail.row [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px; }

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

.ajax-load {
  margin-top: 16px;
  margin-bottom: 60px;
  text-align: center; }

.loadmore-link {
  cursor: pointer;
  text-decoration: none; }

@media all and (max-width: 767px) {
  .filter-list {
    margin-bottom: 16px; }

  .blog-items .col-6, .blog-detail .col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important; }

  .ajax-load {
    margin-bottom: 40px; } }
.portfolio-listing-page .news-banner {
  display: flex;
  padding: 40px 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch; }
  .portfolio-listing-page .news-banner .news-banner-container {
    width: 100%; }
  .portfolio-listing-page .news-banner h1 {
    margin: 0;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; }
    .portfolio-listing-page .news-banner h1 .news-banner-blue {
      color: #2a82b6; }
    .portfolio-listing-page .news-banner h1 .news-banner-orange {
      color: #fe912a; }
    .portfolio-listing-page .news-banner h1 .news-banner-red {
      color: #fc5c62; }
.portfolio-listing-page .cat-search-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 80px 40px 80px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  background: transparent; }
  .portfolio-listing-page .cat-search-wrap .container-fluid {
    width: 100%;
    padding: 0; }
  .portfolio-listing-page .cat-search-wrap .cat-search-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #e1e1e1; }
  .portfolio-listing-page .cat-search-wrap .searchbtn-form {
    width: auto;
    min-width: 299px;
    padding: 10px 0;
    margin-right: 0;
    transition: min-width 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
    .portfolio-listing-page .cat-search-wrap .searchbtn-form .input-group {
      position: relative;
      border-radius: 20px;
      color: #909090;
      border: 1px solid #d3d3d3;
      background: #fff;
      overflow: hidden;
      width: 299px;
      transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
    .portfolio-listing-page .cat-search-wrap .searchbtn-form .search-icon {
      position: absolute;
      left: 14px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      font-weight: 100;
      color: #282828;
      cursor: pointer;
      z-index: 2; }
    .portfolio-listing-page .cat-search-wrap .searchbtn-form #portfoliosearch {
      width: calc(100% - 45px);
      min-width: 0;
      height: auto;
      padding-left: 45px;
      border-radius: 20px;
      border: 0;
      background: transparent;
      border-bottom: none !important; }
      .portfolio-listing-page .cat-search-wrap .searchbtn-form #portfoliosearch::placeholder {
        color: #909090;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        font-family: Outfit, 'Noto Sans Thai', sans-serif !important; }
    .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-collapsed {
      min-width: auto; }
      .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-collapsed .input-group {
        width: 24px;
        min-width: 24px;
        height: 24px;
        flex-shrink: 0;
        border: 0;
        background: transparent;
        padding: 0;
        border-radius: 0;
        overflow: visible; }
      .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-collapsed .search-icon {
        position: static;
        transform: none;
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        font-size: 21px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center; }
      .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-collapsed #portfoliosearch {
        width: 0;
        height: 0;
        opacity: 0;
        padding: 0;
        border: 0;
        pointer-events: none; }
    .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-open {
      min-width: 299px;
      padding: 10px 0; }
      .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-open .input-group {
        width: 299px;
        border: 1px solid #d3d3d3;
        background: #fff;
        border-radius: 20px; }
      .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-open .search-icon {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%); }
      .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-open #portfoliosearch {
        width: 100%;
        opacity: 1;
        padding-left: 45px;
        pointer-events: auto; }
  .portfolio-listing-page .cat-search-wrap .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;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    max-width: calc(100% - 320px);
    padding-right: 16px;
    list-style: none;
    margin: 0; }
    .portfolio-listing-page .cat-search-wrap .tree li {
      display: flex;
      padding: 20px 12px 10px 12px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-bottom: 2px solid transparent; }
      .portfolio-listing-page .cat-search-wrap .tree li:has(.link-blog-cat.active) {
        border-bottom: 2px solid var(--new2026-graduant-primary, #15b7aa); }
    .portfolio-listing-page .cat-search-wrap .tree .link-blog-cat {
      display: flex;
      padding: 0;
      justify-content: center;
      align-items: center;
      gap: 10px;
      font-family: Inter,'Noto Sans Thai', sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      color: var(--new2026-text-bule, #0e293e);
      text-align: center;
      text-decoration: none;
      background: transparent;
      border: 0; }
      @media all and (max-width: 767px) {
        .portfolio-listing-page .cat-search-wrap .tree .link-blog-cat {
          font-size: 16px !important; } }
      .portfolio-listing-page .cat-search-wrap .tree .link-blog-cat:hover, .portfolio-listing-page .cat-search-wrap .tree .link-blog-cat.active {
        background: var(--new2026-graduant-primary, linear-gradient(104deg, #15b7aa 20.11%, #2a82b6 60.2%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent; }
.portfolio-listing-page .sub-category-wrap {
  border-bottom: 1px solid #e8e8e8;
  background: #fff; }
  .portfolio-listing-page .sub-category-wrap .sub-tree {
    list-style: none;
    margin: 0;
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    justify-content: center; }
  .portfolio-listing-page .sub-category-wrap .link-sub-cat {
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 0;
    border-bottom: 3px solid transparent;
    color: #0e293e;
    text-decoration: none; }
    .portfolio-listing-page .sub-category-wrap .link-sub-cat:hover, .portfolio-listing-page .sub-category-wrap .link-sub-cat.active {
      border-color: #0e293e;
      color: #0e293e; }
    .portfolio-listing-page .sub-category-wrap .link-sub-cat.active {
      font-weight: 700; }
.portfolio-listing-page .blog-content-page .container-fluid {
  width: 100%;
  padding: 0; }
.portfolio-listing-page .portfolio-list-section {
  width: 100%;
  padding: 24px 80px;
  box-sizing: border-box; }
  .portfolio-listing-page .portfolio-list-section__heading {
    display: table;
    width: auto;
    max-width: 100%;
    margin: 20px auto 24px;
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    background-color: transparent !important;
    background-image: linear-gradient(104deg, #15b7aa 20.11%, #2a82b6 60.2%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important; }
    @media all and (max-width: 767px) {
      .portfolio-listing-page .portfolio-list-section__heading {
        font-size: 28px;
        margin: 20px auto; } }
  .portfolio-listing-page .portfolio-list-section .filter-list {
    text-align: right;
    margin-top: 0;
    margin-bottom: 24px; }
.portfolio-listing-page .ajax-load .loadmore-link {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 35px;
  background: #2a82b6;
  color: #fff;
  text-align: center;
  font-family: Inter,'Noto Sans Thai', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: background 0.3s ease; }
  .portfolio-listing-page .ajax-load .loadmore-link:hover {
    background: linear-gradient(108deg, #15B7AA 0%, #2A82B6 100%);
    color: #fff;
    border: 0;
    transition: all 0.3s ease; }
  .portfolio-listing-page .ajax-load .loadmore-link:active, .portfolio-listing-page .ajax-load .loadmore-link.active {
    background: linear-gradient(99deg, #15B7AA 13.12%, #2A82B6 64.75%);
    color: #fff;
    border: 0;
    transition: all 0.3s ease; }
@media all and (min-width: 768px) and (max-width: 1199px) {
  .portfolio-listing-page .news-banner {
    padding: 20px 40px; }
    .portfolio-listing-page .news-banner h1 {
      font-size: 38px; }
  .portfolio-listing-page .cat-search-wrap {
    padding: 10px 16px 20px 16px;
    flex-direction: column;
    align-items: center;
    gap: 4px; }
    .portfolio-listing-page .cat-search-wrap .cat-search-content {
      flex-direction: column;
      align-items: center;
      gap: 4px;
      width: 100%; }
    .portfolio-listing-page .cat-search-wrap .searchbtn-form {
      width: 100%;
      min-width: 0;
      align-self: stretch; }
      .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-collapsed, .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-open {
        width: 100%;
        min-width: 0; }
        .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-collapsed .input-group, .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-open .input-group {
          width: 100%;
          min-width: 0; }
        .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-collapsed #portfoliosearch, .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-open #portfoliosearch {
          width: 100%;
          border-bottom: none !important; }
    .portfolio-listing-page .cat-search-wrap .tree {
      order: 2;
      max-width: 100%;
      flex-wrap: nowrap;
      overflow-x: auto;
      padding-right: 0;
      width: 100%;
      scrollbar-width: none;
      -ms-overflow-style: none; }
      .portfolio-listing-page .cat-search-wrap .tree::-webkit-scrollbar {
        display: none; }
      .portfolio-listing-page .cat-search-wrap .tree .link-blog-cat {
        white-space: nowrap; }
  .portfolio-listing-page .portfolio-list-section {
    padding: 20px; }
    .portfolio-listing-page .portfolio-list-section__heading {
      font-size: 28px; } }
@media all and (max-width: 767px) {
  .portfolio-listing-page .news-banner {
    padding: 20px 16px; }
    .portfolio-listing-page .news-banner h1 {
      font-size: 38px; }
  .portfolio-listing-page .cat-search-wrap {
    padding: 10px 16px 20px;
    flex-direction: column;
    align-items: center;
    gap: 4px; }
    .portfolio-listing-page .cat-search-wrap .cat-search-content {
      flex-direction: column;
      align-items: stretch;
      gap: 4px;
      width: 100%; }
    .portfolio-listing-page .cat-search-wrap .searchbtn-form {
      width: 100%;
      min-width: 0;
      margin: 0; }
      .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-collapsed, .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-open {
        width: 100%;
        min-width: 0; }
        .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-collapsed .input-group, .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-open .input-group {
          width: 100%;
          min-width: 0;
          overflow: visible; }
        .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-collapsed #portfoliosearch, .portfolio-listing-page .cat-search-wrap .searchbtn-form.is-open #portfoliosearch {
          width: 100%;
          padding-right: 12px;
          border-bottom: none !important; }
    .portfolio-listing-page .cat-search-wrap .tree {
      order: 2;
      max-width: 100%;
      flex-wrap: nowrap;
      overflow-x: auto;
      padding-right: 0;
      width: 100%;
      scrollbar-width: none;
      -ms-overflow-style: none; }
      .portfolio-listing-page .cat-search-wrap .tree::-webkit-scrollbar {
        display: none; }
      .portfolio-listing-page .cat-search-wrap .tree .link-blog-cat {
        white-space: nowrap; }
  .portfolio-listing-page .portfolio-list-section {
    padding: 0 8px; }
    .portfolio-listing-page .portfolio-list-section__heading {
      font-size: 28px; } }

@media all and (min-width: 1200px) {
  .portfolio-listing-page .cat-search-wrap .searchbtn-form #portfoliosearch:focus,
  .portfolio-listing-page .cat-search-wrap .searchbtn-form #portfoliosearch:focus-visible {
    outline: none;
    box-shadow: none; }
  .portfolio-listing-page .cat-search-wrap .searchbtn-form .input-group:focus-within {
    outline: none;
    box-shadow: none; }
  .portfolio-listing-page .cat-search-wrap .searchbtn-form .search-icon {
    outline: none; } }
.news-banner {
  display: flex;
  padding: 40px 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch; }
  .news-banner .news-banner-container {
    width: 100%; }
  .news-banner h1 {
    margin: 0;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; }
    .news-banner h1 .news-banner-blue {
      color: #2A82B6; }
    .news-banner h1 .news-banner-orange {
      color: #FE912A; }
    .news-banner h1 .news-banner-red {
      color: #FC5C62; }

@media all and (max-width: 1200px) {
  .news-banner {
    display: flex;
    padding: 20px 16px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch; }
    .news-banner h1 {
      font-size: 40px !important; } }
@media (min-width: 1200px) {
  .news-banner {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box; }

  .portfolio-listing-page .cat-search-wrap {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box; }
  .portfolio-listing-page .sub-category-wrap > .container,
  .portfolio-listing-page .sub-category-wrap > .container-fluid {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box; }
  .portfolio-listing-page .sub-category-wrap .sub-category-content {
    width: 100%; }
  .portfolio-listing-page .blog-content-page > .container-fluid > .blog-content {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box; }
  .portfolio-listing-page .portfolio-list-section {
    padding-left: 0;
    padding-right: 0; } }
/* Blog detail page  */
/* Hide element blog detail */
.blog-recent-sec,
.blog-banner-detail,
.posttitle-details,
.text-header-page,
.left-sidebar,
.right-sidebar,
.blog-detail.full-img {
  display: none; }

.blog-recent-sec,
.blog-banner-detail-wrap {
  display: none !important; }

.portfolio-detail-page {
  width: 100%; }
  .portfolio-detail-page .portfolio-detail-hero {
    display: flex;
    padding: 40px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch; }
  .portfolio-detail-page .portfolio-detail-title {
    margin: 0;
    color: #0e293e;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; }
  .portfolio-detail-page .portfolio-detail-category {
    display: flex; }
  .portfolio-detail-page .link-blog-cat {
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 4px;
    background: #2a82b6;
    color: #fff !important;
    text-align: center;
    font-family: 'Inter', 'Noto Sans Thai', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-decoration: none !important; }
    .portfolio-detail-page .link-blog-cat:hover {
      color: #fff !important; }
  .portfolio-detail-page .link-blog-cat[href*="sep-info"],
  .portfolio-detail-page .link-blog-cat[href*="SEP-INFO"] {
    background: #2a82b6; }
  .portfolio-detail-page .link-blog-cat[href*="sep-link"],
  .portfolio-detail-page .link-blog-cat[href*="SEP-LINK"] {
    background: #fe912a; }
  .portfolio-detail-page .link-blog-cat[href*="sep-ecom"],
  .portfolio-detail-page .link-blog-cat[href*="SEP-ECOM"] {
    background: #fc5c62; }
  .portfolio-detail-page .link-blog-cat[href*="sep-custom"],
  .portfolio-detail-page .link-blog-cat[href*="SEP-CUSTOM"] {
    background: var(--new2026-graduant-primary, linear-gradient(104deg, #15b7aa 20.11%, #2a82b6 60.2%)); }
  .portfolio-detail-page .portfolio-detail-short-desc {
    width: 957px;
    max-width: 100%;
    color: #707070;
    font-family: 'Inter', 'Noto Sans Thai', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; }
  .portfolio-detail-page .portfolio-detail-description {
    display: flex;
    padding: 40px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    color: #282828;
    font-family: 'Inter', 'Noto Sans Thai', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
    .portfolio-detail-page .portfolio-detail-description p {
      margin: 0;
      color: inherit;
      font: inherit;
      line-height: inherit; }
    .portfolio-detail-page .portfolio-detail-description img {
      max-width: 100%;
      height: auto; }

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

.main-title.blog-details {
  display: block;
  text-transform: inherit;
  margin-bottom: 20px;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; }
.main-title.categorybloglist, .main-title.blog-results {
  text-transform: none;
  color: #5c827d;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 20px; }

.blog-detail-header {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  max-width: 925px;
  margin: 0 auto; }
  .blog-detail-header p {
    margin-bottom: 20px; }
  .blog-detail-header .blog-details-date {
    color: #000;
    font-size: 1rem;
    margin-bottom: 20px; }
    .blog-detail-header .blog-details-date .authername {
      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; }

.portfolio-social {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 24px;
  padding-left: 0px;
  justify-content: center; }
  .portfolio-social li {
    margin: 0px !important; }

.blog-desc {
  margin-bottom: 40px;
  color: #000000; }
  .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: #000000;
    margin-bottom: 24px; }

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

/*  Related Blog */
.blogrelated-section {
  padding: 60px 0 60px 0; }
  .blogrelated-section .blog-slider {
    padding: 0px;
    margin-left: -12px;
    margin-right: -12px; }
    .blogrelated-section .blog-slider .slick-slide {
      padding-left: 12px;
      padding-right: 12px; }

.blogrelated-inner-sec {
  text-align: center; }
  .blogrelated-inner-sec .sub-title {
    display: inline-block;
    padding-bottom: 16px;
    border-bottom: 2px solid #6c757d;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    font-size: 32px;
    color: #5c827d;
    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: 12px;
      height: 12px;
      background: #E6E7E8;
      border-radius: 12px; }
      .blogrelated-inner-sec .slick-dots li.slick-active {
        background: #5c827d;
        border-radius: 20px; }

@media all and (max-width: 767px) {
  .portfolio-detail-page .portfolio-detail-hero {
    padding: 40px 16px; }
  .portfolio-detail-page .portfolio-detail-title {
    font-size: 32px; }
  .portfolio-detail-page .portfolio-detail-short-desc {
    width: 100%;
    font-size: 16px;
    line-height: 150%; }
  .portfolio-detail-page .portfolio-detail-description {
    padding: 20px 16px; }

  .blog-detail-header {
    padding-top: 30px; }

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

  .blog-desc {
    margin-bottom: 10px; }

  .blogrelated-section {
    padding: 30px 0 30px 0; }
    .blogrelated-section .blog-slider {
      margin-left: -8px;
      margin-right: -8px; }
      .blogrelated-section .blog-slider .slick-slide {
        padding-left: 8px;
        padding-right: 8px; }

  .blogrelated-inner-sec .sub-title {
    font-size: 24px;
    margin-bottom: 24px; } }
@media (min-width: 1200px) {
  .portfolio-detail-page {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
    .portfolio-detail-page .portfolio-detail-hero,
    .portfolio-detail-page .portfolio-detail-description {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box; }

  .blog-detail-header {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }

  .blogrelated-section {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; } }
body {
  font-size: 1rem; }

#blogsearch {
  border-bottom: none !important; }

/*  Hide Element  */
.breadcrumb, .main-title.blog,
.widget-blogcatagory, .widget-blogSearch,
.custom-overlay {
  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: #5c827d !important; }

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

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

.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: #5c827d; }
    .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: #5c827d; }

.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;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  width: 100%;
  padding: 60px 0;
  color: #2A82B6; }

@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%; } }
