@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");
/*@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;
}

.blog-banner:has(.text-overlay-blog-banner) {
  position: relative;
  width: 100%;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #E6E7E8;
  padding-top: 80px;
}
@media all and (max-width: 1200px) {
  .blog-banner:has(.text-overlay-blog-banner) {
    padding-top: 56px;
  }
}
.blog-banner:has(.text-overlay-blog-banner) .blog-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 0;
}
.blog-banner:has(.text-overlay-blog-banner) .blog-banner-img img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  display: block;
}
.blog-banner:has(.text-overlay-blog-banner) > .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.blog-banner:has(.text-overlay-blog-banner) .text-overlay-blog-banner {
  color: #333;
  text-align: center;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  width: 100%;
}
@media all and (max-width: 1199px) {
  .blog-banner:has(.text-overlay-blog-banner) > .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.main-title.blog, .main-title.categorybloglist, .main-title.blog-results {
  display: none;
}

.no-search-result {
  color: #D8D9DC;
}
.no-search-result .fal, .no-search-result .fa-search {
  color: #D8D9DC;
  font-weight: 500;
  font-size: 80px;
}
.no-search-result .no-search-result-title {
  color: #D8D9DC;
  text-align: center;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.blog-listing-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  margin: 0 0 16px;
}
.blog-listing-title--search, .blog-listing-title--tag {
  display: flex;
  width: 100%;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #000;
  text-align: center;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.blog-listing-title--category {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 24px 0;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media all and (max-width: 1200px) {
  .blog-listing-title--search,
  .blog-listing-title--tag {
    color: #000;
    text-align: center;
    font-family: "Be Vietnam Pro", google sans, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .blog-listing-title--category {
    font-size: 26px;
    padding: 24px 16px;
  }
}
.cat-search-wrap {
  padding: 24px 0;
  background: #E6E7E8;
}
.cat-search-wrap .container-fluid {
  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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}
.cat-search-wrap .cat-search-content {
  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;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 !important;
  gap: 40px;
}
.cat-search-wrap .searchbtn-form {
  flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  max-width: 360px;
  min-width: 280px;
}
.cat-search-wrap .searchbtn-form .input-group {
  position: relative;
  display: block;
  margin: 0;
}
.cat-search-wrap .searchbtn-form .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #C2C2C2;
  z-index: 2;
  pointer-events: none;
  line-height: 0;
}
.cat-search-wrap .searchbtn-form .search-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.cat-search-wrap .searchbtn-form .form-elements,
.cat-search-wrap .searchbtn-form #blogsearch {
  width: 100%;
  height: 44px;
  padding: 10px 16px 10px 44px;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  background: #FFF;
  color: #000;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cat-search-wrap .searchbtn-form .form-elements::placeholder,
.cat-search-wrap .searchbtn-form #blogsearch::placeholder {
  color: #909090;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  opacity: 1;
}
.cat-search-wrap .searchbtn-form .form-elements::-webkit-input-placeholder,
.cat-search-wrap .searchbtn-form #blogsearch::-webkit-input-placeholder {
  color: #909090;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.cat-search-wrap .searchbtn-form .form-elements::-moz-placeholder,
.cat-search-wrap .searchbtn-form #blogsearch::-moz-placeholder {
  color: #909090;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  opacity: 1;
}
.cat-search-wrap .searchbtn-form .form-elements:focus,
.cat-search-wrap .searchbtn-form #blogsearch:focus {
  outline: none;
  background: #FFF;
  border-color: #909090;
}
.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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  min-width: 0;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
}
.cat-search-wrap .tree::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.cat-search-wrap .tree:active {
  cursor: grabbing;
}
.cat-search-wrap .tree li {
  margin: 0;
  flex-shrink: 0;
}
.cat-search-wrap .tree .link-blog-cat {
  display: inline-block;
  padding: 8px 0;
  text-decoration: none;
  white-space: nowrap;
  color: #000 !important;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.cat-search-wrap .tree .link-blog-cat:hover {
  color: #FF751F !important;
}
.cat-search-wrap .tree .link-blog-cat.active {
  color: #FF751F !important;
}

.sub-category-wrap {
  padding: 24px 0;
  background: transparent;
}
.sub-category-wrap .sub-category-content {
  max-width: 1620px;
  margin: 0 auto;
  padding: 0;
}
.sub-category-wrap .sub-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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.sub-category-wrap .sub-tree .link-sub-cat {
  display: inline-block;
  padding: 8px 0;
  color: #000;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  white-space: nowrap;
}
.sub-category-wrap .sub-tree .link-sub-cat:hover, .sub-category-wrap .sub-tree .link-sub-cat.active {
  color: #FF751F;
}

.filter-list {
  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;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 24px 0;
  padding: 0;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.filter-list .shortby {
  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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 8px;
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.filter-list .shortby .grid-view.d-hide {
  display: block;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.filter-list .shortby .showfilter {
  border: none;
  margin-right: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.filter-list .shortby .showfilter .dropdown-menu {
  left: auto !important;
  right: 0 !important;
  top: 100% !important;
  transform: none !important;
  min-width: max-content;
  white-space: nowrap;
  max-width: calc(100vw - 32px);
}
.filter-list .shortby .showfilter .dropdown-toggle {
  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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.filter-list .shortby .showfilter .dropdown-toggle::after {
  display: none !important;
}
.filter-list .shortby .showfilter .dropdown-toggle .selectdd {
  color: #000;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.filter-list .shortby .showfilter .dropdown-toggle .sortby-dropdown-icon {
  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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #000;
  line-height: 0;
}
.filter-list .shortby .showfilter .dropdown-toggle .sortby-dropdown-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.filter-list .blog-nav-item {
  display: none;
}

.blog-content {
  margin-top: 0;
  clear: both;
  font-size: 1rem;
  max-width: 1620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
  overflow-x: visible;
  padding: 0 16px;
}
.blog-content > .row,
.blog-content > .blog-items {
  overflow: visible;
}
@media all and (max-width: 1200px) {
  .blog-content {
    padding: 0;
  }
}
.blog-content > .blog-items .link-blog-name,
.blog-content > .filter-list .link-blog-name {
  max-width: 100%;
  white-space: normal;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  color: #5c827d !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  margin-bottom: 0;
  text-align: left;
}
.blog-content > .blog-items .link-blog-name:hover, .blog-content > .blog-items .link-blog-name:active, .blog-content > .blog-items .link-blog-name.active,
.blog-content > .filter-list .link-blog-name:hover,
.blog-content > .filter-list .link-blog-name:active,
.blog-content > .filter-list .link-blog-name.active {
  color: rgb(70.8648648649, 100.1351351351, 96.2837837838) !important;
}

.blog-items {
  margin-bottom: 0;
}
.blog-items .blog-row .view {
  margin-right: 10px;
  color: #000000;
  font-size: 0.875rem;
}
.blog-items .blog-row .time {
  color: #000000;
  font-size: 0.875rem;
}
.blog-items .tab-content {
  padding: 0;
  border: none;
  background: none;
  margin: 0;
}
.blog-items .post-readmore {
  margin-bottom: 15px;
}

.blog-detail.row {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  align-content: flex-start;
  row-gap: 24px;
  column-gap: 24px;
  max-width: 1620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  min-width: 0;
  overflow-x: hidden;
  overflow-x: clip;
}
@media all and (max-width: 767px) {
  .blog-detail.row {
    row-gap: 16px;
    column-gap: 16px;
  }
}
.blog-detail.row > .blog-row {
  padding-left: 0;
  padding-right: 0;
}
.blog-detail > .blog-row {
  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;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  min-width: 0;
  box-sizing: border-box;
  flex: 0 0 calc((100% - 16px) / 2);
  max-width: calc((100% - 16px) / 2);
  margin-bottom: 0;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .blog-detail > .blog-row {
    flex: 0 0 calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
  }
}
@media all and (min-width: 1200px) {
  .blog-detail > .blog-row {
    flex: 0 0 calc((100% - 72px) / 4);
    max-width: calc((100% - 72px) / 4);
  }
}

.blog-detail.row {
  margin-bottom: 24px;
}

.blog-thumb {
  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;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  background: #fff;
  border: none;
  border-radius: 0;
  overflow: hidden;
  align-self: stretch;
}
.blog-thumb .blog-img {
  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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  align-self: stretch;
  width: min(100%, 387px);
  max-width: 387px;
  height: auto;
  aspect-ratio: 387/209;
  padding-top: 0 !important;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  background: #E6E7E8;
  flex-shrink: 0;
  box-sizing: border-box;
}
.blog-thumb .blog-img a {
  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;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-shrink: 0;
}
.blog-thumb .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-thumb .blog-img img[src*="loading.gif"], .blog-thumb .blog-img img[src$=".gif"] {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: auto !important;
  height: auto !important;
  max-width: 80px;
  max-height: 80px;
  margin: 0 !important;
  object-fit: contain;
  transform: translate(-50%, -50%) !important;
}
.blog-thumb .blog-content {
  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;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex: 1 1 auto;
  min-height: 0;
  align-self: stretch;
  gap: 16px;
  width: 100%;
  padding: 24px 0 0;
  margin: 0;
  box-sizing: border-box;
}
.blog-thumb .blog-card-head {
  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;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  margin: 0;
}
.blog-thumb .blog-card-head .category-wrap.blog-item-row {
  margin: 0 !important;
  padding: 0;
  height: auto !important;
  line-height: 1.5 !important;
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 4px 10px;
}
.blog-thumb .blog-card-head .category-wrap.blog-item-row .link-blog-cat {
  padding: 0 !important;
  margin: 0;
  border: none;
  position: static;
  display: inline;
  color: #FF751F !important;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.blog-thumb .blog-card-head .category-wrap.blog-item-row .link-blog-cat:after {
  display: none !important;
}
.blog-thumb .blog-card-head .category-wrap.blog-item-row .link-blog-cat {
  transition: color 0.2s ease;
}
.blog-thumb .blog-card-head .category-wrap.blog-item-row .link-blog-cat:hover {
  color: rgb(245.2, 94.1392857143, 0) !important;
}
.blog-thumb .blog-card-head .post-title {
  width: 100%;
  margin: 0;
}
.blog-thumb .blog-card-head .link-blog-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #000 !important;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  transition: color 0.2s ease;
  height: 100%;
}
.blog-thumb .post-short-description,
.blog-thumb .post-short-description.text-default {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #000;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height: auto;
  max-height: none;
  text-align: left !important;
}
.blog-thumb .blog-meta-row {
  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;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  align-self: stretch;
  gap: 4px;
  margin: 0;
  width: 100%;
}
.blog-thumb .blog-meta-row .blog-list-date {
  display: block;
  margin: 0;
  padding: 0;
  color: #707070;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.blog-thumb .blog-meta-row .post-author {
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  line-height: 1.5 !important;
  display: block !important;
  text-align: left !important;
}
.blog-thumb .blog-meta-row .post-author .authername {
  padding-left: 0;
}
.blog-thumb .blog-meta-row .post-author .link-author {
  color: #707070 !important;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: none;
}
.blog-thumb .blog-meta-row .post-author .link-author:hover {
  color: #486284 !important;
}
.blog-thumb .view-wraps {
  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;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0 !important;
  min-height: 24px;
  height: auto !important;
  line-height: normal !important;
  flex-shrink: 0;
}
.blog-thumb .view-wraps .view {
  display: none !important;
}
.blog-thumb .view-wraps .readmore-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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 24px;
}
.blog-thumb .view-wraps .readmore {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 2px;
  color: #FF751F !important;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.blog-thumb .view-wraps .readmore:hover, .blog-thumb .view-wraps .readmore:focus {
  color: rgb(245.2, 94.1392857143, 0) !important;
  text-decoration: none !important;
}
.blog-thumb .view-wraps .readmore .readmore-icon {
  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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #FF751F;
  transition: color 0.2s ease;
}
.blog-thumb .tag-wrap {
  display: none !important;
}
.blog-thumb:hover {
  box-shadow: none !important;
}
.blog-thumb:hover .post-title .link-blog-name,
.blog-thumb:hover .blog-card-head .link-blog-name {
  color: #FF751F !important;
}
.blog-thumb:hover .view-wraps .readmore {
  opacity: 1;
  pointer-events: auto;
}

.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 {
  color: #707070;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.post-author .authername .link-author {
  color: #486284;
}
.post-author .authername .link-author:hover {
  color: #486284 !important;
}

.blog-img,
.blog-imgs {
  transition: all 0.4s ease-in-out;
  position: relative !important;
}

.blog-img {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 387/209;
  padding-top: 0 !important;
  box-sizing: border-box;
}
.blog-img img[src*="loading.gif"],
.blog-img img[src$=".gif"] {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: auto !important;
  height: auto !important;
  max-width: 80px;
  max-height: 80px;
  margin: 0 !important;
  object-fit: contain;
  transform: translate(-50%, -50%) !important;
  z-index: 1;
}
.blog-img a.readmore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.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;
}

#loadMore,
.blog-content .ajax-load {
  margin: 24px 0 40px;
  text-align: center;
}
#loadMore .btn,
#loadMore .btn-outline-primary,
#loadMore .radius-20,
.blog-content .ajax-load .btn,
.blog-content .ajax-load .btn-outline-primary,
.blog-content .ajax-load .radius-20 {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 42px;
  padding: 0 32px;
  gap: 8px;
  border-radius: 0 !important;
  background: #000 !important;
  border: none !important;
  color: #FFF !important;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  box-shadow: none !important;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
#loadMore .btn:hover, #loadMore .btn:focus,
#loadMore .btn-outline-primary:hover,
#loadMore .btn-outline-primary:focus,
#loadMore .radius-20:hover,
#loadMore .radius-20:focus,
.blog-content .ajax-load .btn:hover,
.blog-content .ajax-load .btn:focus,
.blog-content .ajax-load .btn-outline-primary:hover,
.blog-content .ajax-load .btn-outline-primary:focus,
.blog-content .ajax-load .radius-20:hover,
.blog-content .ajax-load .radius-20:focus {
  background: #FF751F !important;
  border: none !important;
  color: #FFF !important;
  box-shadow: none !important;
}
#loadMore .btn:active,
#loadMore .btn-outline-primary:active,
#loadMore .radius-20:active,
.blog-content .ajax-load .btn:active,
.blog-content .ajax-load .btn-outline-primary:active,
.blog-content .ajax-load .radius-20:active {
  background: #E65800 !important;
  border: none !important;
  color: #FFF !important;
  box-shadow: none !important;
}

.blog-pagination {
  text-align: center;
  padding: 20px 0 40px;
}

@media all and (max-width: 1200px) {
  .cat-search-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;
    height: 176px;
    padding: 40px 16px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
  }
  .cat-search-wrap .container-fluid {
    flex: 1 0 0;
    min-height: 0;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .cat-search-wrap .cat-search-content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .cat-search-wrap .searchbtn-form {
    width: 100%;
    max-width: none;
    min-width: 0;
    order: -1;
  }
  .cat-search-wrap .tree {
    order: 1;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
    cursor: grab;
  }
  .cat-search-wrap .tree::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .cat-search-wrap .tree {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sub-category-wrap {
    padding: 24px 16px;
  }
  .sub-category-wrap .sub-tree {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
  }
  .sub-category-wrap .sub-tree::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .sub-category-wrap .sub-tree {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .filter-list {
    padding: 20px 16px;
    margin: 0;
    width: 100%;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  .blog-items.blog-detail.row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    row-gap: 16px;
    column-gap: 16px;
  }
}
@media all and (max-width: 1200px) and (max-width: 1200px) {
  .blog-items.blog-detail.row {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media all and (max-width: 1200px) {
  .blog-detail.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .blog-detail.row > [class*=col-],
  .blog-detail.row > .blog-row {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-detail > .blog-row {
    margin-bottom: 0;
  }
  .blog-thumb {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .blog-thumb .blog-content {
    padding-top: 24px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 16px;
  }
}
@media all and (max-width: 1200px) and (max-width: 767px) {
  .blog-detail > .blog-row {
    flex: 0 0 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }
}
/* 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 {
  display: none !important;
}

.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;
  text-align: center;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.main-title.categorybloglist, .main-title.blog-results {
  text-transform: none;
  color: #000;
  text-align: center;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 150%;
  margin-top: 20px;
}

@media all and (min-width: 1200px) {
  .container {
    max-width: 1620px;
    width: 100%;
  }
}
.blog-detail-header {
  padding-top: 80px;
  margin-bottom: 0;
  padding-bottom: 40px;
  background: #E6E7E8;
  text-align: center;
}
.blog-detail-header .blog-details-date {
  color: #fff;
  font-size: 16px;
}
.blog-detail-header .blog-details-date .authername {
  display: none;
}
.blog-detail-header .category-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: center;
  margin-bottom: 20px;
  gap: 10px;
}
.blog-detail-header .category-wrap .link-blog-cat {
  color: #FF751F;
  text-align: center;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.blog-detail-header .category-wrap .link-blog-cat:hover {
  color: #E65800 !important;
}
.blog-detail-header .authername {
  color: #9D9D9D;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
}
.blog-detail-header .blog-list-date {
  color: #9D9D9D;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
.blog-detail-header .tag-wrap .link-tag {
  border: 1px solid #FF751F;
  background: #FF751F;
  color: #FFF !important;
  border-radius: 6px;
  padding: 4px 12px;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.blog-detail-header .tag-wrap .link-tag:hover {
  background: #E65800 !important;
  border-color: #E65800 !important;
  color: #FFF !important;
}

.blog-detail-header-inner {
  min-height: 280px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.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 {
  color: #000;
  padding: 60px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.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: 0;
}

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

/*  Related Blog */
.blog-detail-section {
  margin-bottom: 60px;
}
.blog-detail-section-title {
  color: #000;
  text-align: center;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 40px;
}

.blog-detail-slider-wrap {
  overflow: hidden;
  width: 100%;
  touch-action: pan-x pinch-zoom;
}

.blog-detail-slider.MagicScroll {
  width: 100% !important;
  touch-action: pan-x pinch-zoom;
}
.blog-detail-slider.MagicScroll .mcs-item {
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  vertical-align: top;
  white-space: normal;
}
.blog-detail-slider.MagicScroll .mcs-item > li.item-box {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.blog-detail-slider.MagicScroll .blog-thumb {
  margin-bottom: 0;
}
.blog-detail-slider.MagicScroll .blog-thumb .blog-img {
  position: relative !important;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 387/209;
  padding-top: 0 !important;
  line-height: normal;
}
.blog-detail-slider.MagicScroll .blog-thumb .blog-img > a {
  position: relative !important;
  top: auto;
  left: auto;
  width: 100%;
  height: 100%;
}
.blog-detail-slider.MagicScroll .blog-thumb .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blogrelated-section {
  padding: 60px 0;
}

.blog-slider {
  padding: 0px;
  margin-left: -12px;
  margin-right: -12px;
}
.blog-slider .slick-slide {
  padding-left: 12px;
  padding-right: 12px;
}

.slider-title-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.slider-title-wrap .sub-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.slider-title-wrap .see_more {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.slider-title-wrap .see_more i {
  margin-left: 5px;
}

.blogrelated-inner-sec {
  padding: 30px 0 36px 0;
}
.blogrelated-inner-sec .sub-title {
  /*text-align: center;
  font-size: 32px;
  color: $black;
  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: 8px;
  height: 8px;
  background: #6c757d;
  border-radius: 10px;
}
.blogrelated-inner-sec .slick-dots li.slick-active {
  background: #5c827d;
}

@media all and (max-width: 767px) {
  .blog-detail-header {
    padding-top: 56px;
    padding-bottom: 20px;
  }
  .blog-desc {
    padding: 20px 0px 60px 0px;
  }
  .blog-detail-section {
    margin-bottom: 40px;
  }
  .blog-detail-section-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .blog-detail-slider.MagicScroll .mcs-item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .blog-detail-slider-wrap {
    overscroll-behavior-x: contain;
  }
  .blogrelated-section {
    padding: 40px 0;
  }
  .blogrelated-inner-sec {
    padding: 10px 0 6px 0;
  }
  .blogrelated-inner-sec .sub-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.link-blog-name {
  display: block;
  font-weight: bold;
  color: #5c827d;
}
.link-blog-name:hover, .link-blog-name:active, .link-blog-name.active {
  color: rgb(28.5945945946, 40.4054054054, 38.8513513514) !important;
}

.blog-thumb:hover {
  box-shadow: none !important;
}
.blog-thumb:hover .post-title .link-blog-name,
.blog-thumb:hover .blog-card-head .link-blog-name {
  color: #FF751F !important;
}

.link-blog-cat {
  display: block;
  color: #383D40;
}
.link-blog-cat:hover, .link-blog-cat:active, .link-blog-cat.active {
  color: black !important;
}

.link-blog-widget-cat {
  display: block;
  color: #5c827d;
}
.link-blog-widget-cat:hover, .link-blog-widget-cat:active, .link-blog-widget-cat.active {
  color: black !important;
}

.link-author {
  display: block;
  color: #5c827d;
}
.link-author:hover, .link-author:active, .link-author.active {
  color: rgb(28.5945945946, 40.4054054054, 38.8513513514) !important;
}

.link-sorting {
  display: block;
  color: #000000;
}
.link-sorting:hover, .link-sorting:active, .link-sorting.active {
  color: black !important;
}

.link-account-menu {
  display: block;
  color: #000000;
  font-size: 1rem;
}
.link-account-menu:hover, .link-account-menu:active, .link-account-menu.active {
  color: black !important;
}

.link-name-icon {
  display: block;
  color: #000000;
}
.link-name-icon:hover, .link-name-icon:active, .link-name-icon.active {
  color: black !important;
}

.link-order {
  display: block;
  color: #6c757d;
}
.link-order:hover, .link-order:active, .link-order.active {
  color: rgb(37.0815450644, 40.1716738197, 42.9184549356) !important;
}

.left-sidebar .widget:first-child {
  margin-top: 50px;
}

.blog-nav-item li i {
  vertical-align: baseline;
}
.blog-nav-item .active {
  color: #5c827d !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: #000000;
  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;
}

.blog-banner:not(:has(.text-overlay-blog-banner)):not(.blog-banner--detail):not(.banner-blog-detail) .blog-banner-img {
  position: relative;
  margin-bottom: 25px;
}
.blog-banner:not(:has(.text-overlay-blog-banner)):not(.blog-banner--detail):not(.banner-blog-detail) .blog-banner-img img {
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
}
.blog-banner:not(:has(.text-overlay-blog-banner)):not(.blog-banner--detail):not(.banner-blog-detail) .blog-banner-img .blog-caption {
  position: absolute;
  left: 30px;
  bottom: 20px;
}
.blog-banner:not(:has(.text-overlay-blog-banner)):not(.blog-banner--detail):not(.banner-blog-detail) .blog-banner-img .blog-caption a {
  color: #fff;
}
.blog-banner:not(:has(.text-overlay-blog-banner)):not(.blog-banner--detail):not(.banner-blog-detail) .blog-banner-img .blog-caption .banner-read-more {
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  border: 1px solid #fff;
  padding: 10px 10px;
  display: inline-block;
  line-height: 1;
}
.blog-banner:not(:has(.text-overlay-blog-banner)):not(.blog-banner--detail):not(.banner-blog-detail) .blog-banner-img .blog-caption .banner-read-more:hover {
  background: #5c827d;
  border-color: #5c827d;
}
.blog-banner:not(:has(.text-overlay-blog-banner)):not(.blog-banner--detail):not(.banner-blog-detail) .blog-banner-img .blog-caption .banner-read-more i {
  font-size: 0.875rem;
  margin-left: 5px;
}

#list_view .blog-row.line-default {
  padding: 7.5px 0;
}

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

.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: #000000;
  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: none;
}
.shortby .showfilter {
  border: none;
  margin-right: 0;
  padding: 0;
}
.shortby .showpage {
  padding: 10px 0px;
}
.shortby .dropdown-toggle:after {
  color: #5c827d;
}

.blog-content-wrap h2 {
  font-size: 1rem;
  color: #000000;
  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: #5c827d;
}
.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 {
  margin-bottom: 10px;
  /*&.tag-wrap {
  	margin-bottom: 5px;
  	margin-top: 5px;
  }*/
}
.blog-item-row .post-author {
  font-size: 0.875rem;
}
.blog-item-row .link-blog-cat {
  padding: 0;
  color: #5c827d;
  transition: all 0.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: #5c827d;
  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;
}

/* 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 */
.view-time .view {
  margin-right: 15px;
}

.slider-title-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 12px;
}
.slider-title-wrap .sub-title {
  color: #000;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0;
}
.slider-title-wrap .see_more {
  color: #000;
  font-family: "Be Vietnam Pro", google sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.slider-title-wrap .see_more:hover {
  color: #E65800 !important;
}
.slider-title-wrap .see_more i {
  margin-left: 2px;
  font-size: 12px;
  font-weight: 700;
}

.share-fb {
  text-align: center;
  color: #000;
}

.blog-desc {
  margin-top: 0;
}

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

.dropdown-toggle {
  padding-right: 0 !important;
}

/*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: 0.8;
}
.share-fb-wrap .share-fb + .share-fb {
  background: #55acee;
}
.share-fb-wrap .share-fb + .share-fb + .share-fb {
  background: #95D03A;
}

.ajax-load {
  margin-bottom: 15px;
}

.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: 1200px) {
  .left-sidebar {
    order: 2;
  }
}
