@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap");
.transition {
  -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-banner {
  position: relative;
  margin-bottom: 60px; }
  .blog-banner img {
    width: 100%;
    object-fit: cover; }
  .blog-banner h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    padding: 10px 16px;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 46px;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif; }

.main-title.blog {
  display: none; }

.blog-thumb {
  margin-bottom: 24px; }
  .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;
    min-height: 140px; }
    @media all and (min-width: 1200px) {
      .blog-thumb .blog-img {
        min-height: 200px; } }
    .blog-thumb .blog-img img[src$='.gif'] {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .blog-thumb .blog-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px; }
  .blog-thumb .post-title {
    margin-bottom: 0px; }

.blog-content {
  clear: both;
  font-size: 1rem; }
  .blog-content .link-blog-name {
    white-space: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: #292F36;
    font-weight: 700;
    height: 48px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    .blog-content .link-blog-name:hover, .blog-content .link-blog-name:active, .blog-content .link-blog-name.active {
      color: #10692D; }
  .blog-content .post-short-description {
    font-size: 0.875rem;
    line-height: 1.5;
    height: 63px;
    color: #909090;
    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; }

.post-author {
  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; }
  .post-author .authername {
    padding-left: 5px;
    color: #094677;
    font-size: 0.875rem; }
    .post-author .authername:hover, .post-author .authername:active, .post-author .authername.active {
      color: black !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 .view {
  margin-right: 10px;
  color: #292F36;
  font-size: 0.875rem; }
.blog-detail .blog-row .time {
  color: #292F36;
  font-size: 0.875rem; }
.blog-detail .post-author {
  font-size: 0.875rem; }
.blog-detail .post-readmore {
  margin-bottom: 15px; }
.blog-detail .readmore {
  font-size: 0.875rem;
  color: #094677; }
.blog-detail .blog-list-date {
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  color: #707070; }

.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 #10692D;
    border-radius: 50%;
    cursor: pointer;
    z-index: 8; }
    .blog-img .spinIcon i {
      color: #10692D;
      line-height: 35px; }
  .blog-img .pinIn {
    background: #10692D;
    border-color: #fff; }
    .blog-img .pinIn i {
      color: #fff; }

.blog-list-date {
  font-size: 0.875rem;
  color: #292F36; }

#loadMore {
  margin-bottom: 60px;
  text-align: center; }

.loadmore-link {
  color: #10692D;
  text-decoration: underline;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline; }
  .loadmore-link:hover {
    text-decoration: none; }

/*  Blog detail page  */
.blog-content-wrap {
  padding-top: 54.5px; }

.blog-detail.full-img {
  margin-bottom: 48px; }
  .blog-detail.full-img img {
    width: 100%;
    border-radius: 10px; }

.blog-detail-date-social-wrap {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center; }
  .blog-detail-date-social-wrap li:not(:last-child) {
    margin-right: 24px; }
  .blog-detail-date-social-wrap li a, .blog-detail-date-social-wrap li .tinyLink {
    padding: 0;
    line-height: 1;
    font-size: 1.5rem; }

.main-title.blog-details {
  border-bottom: 1px solid #A0D0E4;
  display: block;
  text-transform: none;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  color: #10692D;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; }

.blog-social {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0px; }
  .blog-social li:not(:last-child) {
    margin-right: 16px; }

.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;
  margin-bottom: 56px; }

.blog-desc {
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  color: #292F36; }
  .blog-desc .form-group {
    margin-bottom: 0;
    padding-bottom: 16px; }
    .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: #292F36; }

.blogrelated-section .sub-title {
  color: #10692D;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 40px 0; }

@media all and (max-width: 767px) {
  .blog-banner {
    margin-bottom: 40px; }

  .blog-thumb {
    margin-bottom: 16px; }
    .blog-thumb .blog-content {
      padding: 24px 12px; }

  .blog-items.row {
    margin-left: -8px;
    margin-right: -8px; }
    .blog-items.row [class*="col-"] {
      padding-left: 8px;
      padding-right: 8px; }

  #loadMore {
    margin-bottom: 40px; }

  /* Blog detail page  */
  .main-title.blog {
    font-size: 30px; }

  .blog-content-wrap {
    padding-top: 60px; }

  .blog-desc-wrap {
    padding-bottom: 0px; }

  .main-title.blog-details {
    font-size: 38px; }

  .blog-detail-date-social-wrap {
    margin-bottom: 60px; }

  .blog-detail.full-img {
    margin-bottom: 24px; }

  .blog-desc {
    margin-bottom: 8px; }
    .blog-desc .order2 {
      order: inherit; }
    .blog-desc .form-group {
      padding-bottom: 8px; }
      .blog-desc .form-group .form-group {
        padding-bottom: 16px; }
      .blog-desc .form-group .row {
        margin-left: -8px;
        margin-right: -8px; }
        .blog-desc .form-group .row [class*="col-"] {
          padding-left: 8px;
          padding-right: 8px; }
        .blog-desc .form-group .row .col-md-5 {
          padding-bottom: 32px; }
      .blog-desc .form-group .col-md-5 + .col-md-7 {
        margin-top: 8px; }

  .blog-detail.row {
    margin-left: -8px;
    margin-right: -8px; } }
body .content {
  font-family: "Kanit", sans-serif; }

/*  Hide Element  */
.breadcrumb,
.widget-blogcatagory,
.widget-blogSearch,
.filter-list {
  display: none; }

.blog-thumb .blog-list-date, .blog-thumb .post-author, .blog-thumb .tag-wrap,
.blog-thumb .category-wrap, .blog-thumb .view-wraps {
  display: none; }

.blogrelated-section,
.blog-banner-detail,
.posttitle-details,
.text-header-page {
  display: none; }

/**/
@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: #094677 !important; }

.tree, .tree-sub {
  list-style: none;
  margin: 0;
  padding: 0; }

.blogcatagory-widget .link-blog-cat {
  display: block;
  padding: 6px 12px 6px 0;
  border-bottom: 1px solid #fff;
  transition: all 0.5s;
  color: #292F36;
  font-size: 1rem; }
  .blogcatagory-widget .link-blog-cat:hover, .blogcatagory-widget .link-blog-cat:active, .blogcatagory-widget .link-blog-cat.active {
    color: black !important; }
    .blogcatagory-widget .link-blog-cat:hover .arrows, .blogcatagory-widget .link-blog-cat:active .arrows, .blogcatagory-widget .link-blog-cat.active .arrows {
      opacity: 1; }
.blogcatagory-widget .arrows {
  opacity: 0;
  animation: all 0.5s; }

.widget {
  margin-bottom: 15px;
  margin-top: 30px; }
  .widget .text-large {
    margin-bottom: 10px;
    font-size: 1rem;
    text-transform: uppercase; }
  .widget .custom-line .blog-list-item {
    margin-top: 15px; }
  .widget.widget-blogcatagory {
    margin-top: 15px; }
  .widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.date-time {
  font-size: 0.75rem;
  color: #6c757d;
  line-height: 24px; }

#list_view .blog-row.line-default {
  padding: 7.5px 0; }

.product-img-slider .slick-arrow {
  background-color: #10692D; }

.tree-sub .link-blog-cat {
  padding-left: 30px; }

.tree-sub1 .link-blog-cat {
  padding-left: 45px; }

.tree-sub2 .link-blog-cat {
  padding-left: 60px; }

.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;
  padding: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #292F36;
  font-size: 1rem; }
  .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 {
    border: 1px solid #CECECE;
    margin-right: 10px;
    padding: 8px 0px 8px 10px; }
  .shortby .showpage {
    padding: 10px 0px; }
  .shortby .dropdown-toggle:after {
    color: #094677; }

.blog-content-wrap h2 {
  font-size: 1rem;
  color: #292F36;
  margin: 15px 0;
  font-weight: bold; }

.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: #094677; }
    .tag-wrap .link-tag:hover, .tag-wrap .link-tag:active, .tag-wrap .link-tag.active {
      color: black !important; }

.category-wrap, .view-wraps, .post-author {
  line-height: 16px;
  height: 22px;
  display: block; }

.blog-item-row .link-blog-cat {
  padding: 0;
  color: #094677;
  transition: all .5s ease-in;
  position: relative;
  font-weight: 500;
  font-size: 0.875rem;
  display: inline-block; }
  .blog-item-row .link-blog-cat:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0px;
    position: absolute;
    background: #094677;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 100%; }
  .blog-item-row .link-blog-cat:hover, .blog-item-row .link-blog-cat:active, .blog-item-row .link-blog-cat.active {
    color: black !important; }
    .blog-item-row .link-blog-cat:hover:after, .blog-item-row .link-blog-cat:active:after, .blog-item-row .link-blog-cat.active:after {
      background: black !important; }
  .blog-item-row .link-blog-cat:not(:last-child) {
    margin-right: 10px; }

.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: #10692D; }

.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 */
.view-time .view {
  margin-right: 15px; }

.share-fb {
  text-align: center;
  color: #383D40; }

.blog-desc {
  margin-top: 15px; }

.share-fb-wrap {
  display: flex;
  margin: 15px 0 25px 0;
  border-top: 1px solid #CECECE;
  padding: 20px 0;
  border-bottom: 1px solid #CECECE;
  align-items: center; }

/*updated css*/
.share-fb-wrap h3 {
  font-size: 0.875rem;
  padding-right: 40px;
  margin-bottom: 0; }
.share-fb-wrap .share-fb {
  background: #3B5998;
  color: #fff;
  margin: 0 15px 0px 0;
  height: 20px;
  padding: 0 6px;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  line-height: 20px; }
  .share-fb-wrap .share-fb i {
    float: left;
    margin-right: 10px;
    line-height: 20px; }
  .share-fb-wrap .share-fb:hover {
    opacity: .8; }
  .share-fb-wrap .share-fb + .share-fb {
    background: #55acee; }
  .share-fb-wrap .share-fb + .share-fb + .share-fb {
    background: #95D03A; }

.slick-dots button {
  display: none !important; }

.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; }

@media all and (max-width: 767px) {
  .left-sidebar {
    order: 2; } }
