@charset "UTF-8";
#categories > ul > li > a {
  font-weight: 600; }

.sidebar-blog {
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #fff; }

.sidebar-blog:last-child {
  margin: 0; }

.sidebar-blog .sidebarblog-title {
  margin-bottom: 15px; }

.sidebar-blog .sidebarblog-title .title-sidebar {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px; }

.sidebar-blog .sidebarblog-title .title-sidebar span {
  display: none; }

.list-news-latest .item-article {
  margin-bottom: 10px;
  width: 100%;
  flex: 0 0 100%; }

.list-news-latest .item-article .post-image {
  width: 25%; }

.list-news-latest .item-article .post-content {
  padding-left: 15px;
  width: 75%; }

.list-news-latest .item-article .post-content .title-article-side {
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 14px; }

.list-news-latest .item-article .post-content .title-article-side a {
  font-size: 15px;
  color: var(--colorshop);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.list-news-latest .item-article .post-content .date {
  font-size: 13px; }

.list-news-latest .item-article .post-content .price {
  font-size: 13px;
  color: #e70303;
  font-weight: 700; }

#categories li {
  position: relative; }

#categories li a {
  font-size: 15px;
  padding-bottom: 5px;
  display: block; }

#categories li > ul {
  display: none;
  padding-left: 15px; }

#categories li > ul li a {
  font-size: 14px; }

.cl-open-sb {
  font-size: 0;
  background: 0 0;
  border: none;
  position: absolute;
  right: 0;
  width: 31px;
  height: 31px;
  top: 0;
  z-index: 999; }

.cl-open-sb.plus-menu:after {
  content: "+";
  font-size: 20px;
  font-weight: 500; }

.cl-open-sb.minus-menu:after {
  content: "–";
  font-size: 20px;
  font-weight: 500; }

.artile-item .blog-post-image {
  position: relative;
  overflow: hidden;
  display: block; }

.artile-item .blog-post-image a {
  display: block;
  transition: opacity .7s ease,-webkit-transform .7s ease;
  transition: transform .7s ease,opacity .7s ease;
  transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: flex;
  height: 220px; }

@media (max-width: 767px) {
  .artile-item .blog-post-image a {
    height: 200px; } }

.artile-item .blog-post-image a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity .7s ease;
  z-index: 99; }

.artile-item .blog-post-image a img {
  object-fit: cover;
  height: 100%; }

.artile-item .blog-post-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  width: 96%;
  margin: 0 auto;
  margin-top: -30px;
  position: relative;
  padding: 10px 15px;
  box-shadow: 0 4px 8px -2px #ccc;
  margin-bottom: 10px; }

.artile-item .blog-post-content .blog-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px; }

.artile-item .blog-post-content .blog-title-row .blog-title {
  flex: 1;
  min-width: 0; }

.artile-item .blog-post-content .blog-title-row .blog-date {
  flex-shrink: 0;
  font-size: 12px;
  color: #888;
  white-space: nowrap;
  padding-top: 2px; }

.artile-item .blog-post-content .blog-title {
  font-size: 16px;
  padding-top: 0;
  text-transform: capitalize;
  margin: 0;
  min-height: 45px; }

.artile-item .blog-post-content .blog-title a {
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.artile-item .blog-post-content .artible-loop-footer {
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid #ddd;
  margin-top: 8px;
  font-size: 13px; }

.artile-item .blog-post-content .artible-loop-footer .date-time i {
  margin-right: 5px; }

.artile-item .blog-post-content .blog-desc {
  color: #474343;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box; }

.artile-item:hover .blog-post-image a {
  -webkit-transform: scale(1.03);
  transform: scale(1.03); }

.artile-item:hover .blog-post-image a:before {
  opacity: 1; }

.blog-content {
  margin-bottom: 25px; }

.list-article-content {
  margin-left: -15px; }

.list-article-content .artile-item {
  padding-left: 15px;
  margin-bottom: 15px;
  flex: 0 0 calc(100% / 3);
  width: calc(100% / 3); }

@media (max-width: 767px) {
  .list-article-content {
    margin-left: -10px; }
  .list-article-content .artile-item {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 10px; }
  .list-article-content .artile-item:last-child {
    margin-bottom: 0; } }

.item-tag {
  margin: 0 10px 10px 0 !important; }

.item-tag a {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 5px 10px !important;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize; }

.item-tag:hover a {
  color: #fff;
  background: var(--colorshophover); }

.fixed-table {
  position: fixed;
  top: 30%;
  left: 10px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  background: #f9f9f9;
  z-index: 3434; }

.fixed-table.show {
  opacity: 1;
  visibility: visible; }

.fixed-table.active .btn-fixed-table-content {
  border: none; }

.fixed-table.active .table-of-contents {
  -ms-transition-delay: 0.1s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.1s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.fixed-table .table-of-contents {
  box-shadow: none;
  padding-top: 5px;
  position: fixed;
  left: 10px;
  top: 30%;
  width: 400px;
  max-width: calc(100% - 20px);
  transform-origin: 0 0 0;
  margin-right: 10px;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  z-index: 10;
  transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #aaa; }

.fixed-table .table-of-contents .title-table .title-table {
  margin-bottom: 5px; }

.fixed-table .table-of-contents .toc_toggle {
  display: none; }

.fixed-table .btn-fixed-table-content {
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: 0;
  float: left;
  border: 1px solid #aaa;
  z-index: 99;
  position: relative;
  border-radius: 3px;
  transition: all .3s ease;
  background: 0 0; }

.fixed-table .close-table {
  position: absolute;
  right: 5px;
  top: 5px;
  background: 0 0;
  font-size: 0;
  border: none;
  width: 26px;
  height: 26px; }

.fixed-table .close-table img {
  width: 15px;
  height: 15px; }

#blog-wrapper .article-sidebar .blog-sb-title h3 {
  width: 100%;
  display: block;
  font-weight: 400;
  text-align: center;
  float: left;
  outline: 0;
  cursor: pointer;
  padding-bottom: 15px;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700; }

#blog-wrapper .article-sidebar .harticle-item .harticle-title, .related-articles .harticle-item .harticle-title {
  font-weight: 600;
  margin: 10px 0;
  text-align: center; }

#blog-wrapper .article-sidebar .harticle-item .article-info, .related-articles .harticle-item .article-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }

#blog-wrapper .article-sidebar .harticle-item, .related-articles .harticle-item {
  margin-bottom: 25px; }

.table-of-contents {
  background: #f9f9f9;
  border: 1px solid #cacaca;
  border-radius: 4px;
  box-shadow: 0 0 10px #ccc;
  display: table;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
  width: auto;
  margin: 0;
  margin-bottom: 15px; }

.title-table {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  align-items: center; }

.title-table .title-table {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 0; }

.title-table .toc_toggle {
  font-size: 14px;
  margin-left: 5px; }

.title-table .toc_toggle a {
  font-size: 13px;
  color: #158ed4;
  font-weight: 700; }

#table-content-container ul {
  padding-left: 15px;
  list-style: none;
  counter-reset: item;
  margin: 0;
  margin-top: 5px; }

#table-content-container ul li {
  list-style: none;
  margin-bottom: 5px !important; }

.table-of-contents ul {
  list-style-type: none; }

.table-of-contents > ul {
  counter-reset: listStyle; }

.table-of-contents > ul > li {
  counter-increment: listStyle; }

.table-of-contents > ul > li li {
  counter-increment: nav1;
  counter-reset: nav2; }

.table-of-contents > ul > li li li {
  counter-increment: nav2;
  counter-reset: nav3; }

.table-of-contents > ul > li li li li {
  counter-increment: nav3;
  counter-reset: nav4; }

.table-of-contents > ul > li li li li li {
  counter-increment: nav4;
  counter-reset: nav5; }

.table-of-contents > ul > li li li li li li {
  counter-increment: nav5;
  counter-reset: nav6; }

.table-of-contents > ul > li::before {
  content: counter(listStyle) ". ";
  text-transform: uppercase; }

.table-of-contents > ul > li li::before {
  content: counter(listStyle) "." counter(nav1) " - "; }

.table-of-contents > ul > li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) " - "; }

.table-of-contents > ul > li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) " - "; }

.table-of-contents > ul > li li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) " - "; }

.table-of-contents > ul > li li li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "." counter(nav5) " - "; }

.table-of-contents > ul > li li li li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "." counter(nav5) "." counter(nav6) " - "; }

.table-of-contents li a {
  color: #158ed4; }

@media (max-width: 767px) {
  .wrap_blog_left_dmsp:not(.owl-loaded) {
    width: calc(100% + 10px) !important;
    margin-left: -10px; }
  .wrap_blog_left_dmsp:not(.owl-loaded) > .item {
    padding-left: 10px; } }

.wrap_blog_left_dmsp {
  margin-left: -15px; }

.wrap_blog_left_dmsp:not(.slick-initialized) .item-slick {
  flex: 0 0 25%;
  width: 25%; }

@media (max-width: 992px) {
  .wrap_blog_left_dmsp:not(.slick-initialized) .item-slick {
    flex: 0 0 33.33333%;
    width: 33.33333%; } }

@media (max-width: 767px) {
  .wrap_blog_left_dmsp:not(.slick-initialized) .item-slick {
    flex: 0 0 50%;
    width: 50%; } }

.wrap_blog_left_dmsp .item-slick {
  padding-left: 15px; }

@media (max-width: 767px) {
  .wrap_blog_left_dmsp {
    margin-left: -10px; }
  .wrap_blog_left_dmsp .item-slick {
    padding-left: 10px; } }

#table-content-container .close-table {
  display: none; }

.arrow-slick-greey .slick-callback .slick-arrow .arrow-custom > div {
  background-color: #ccc; }

.artile-item .blog-post-image {
  position: relative;
  overflow: hidden;
  display: block; }

.artile-item .blog-post-image a {
  display: block;
  transition: opacity .7s ease,-webkit-transform .7s ease;
  transition: transform .7s ease,opacity .7s ease;
  transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: flex;
  height: 175px; }

@media (max-width: 767px) {
  .artile-item .blog-post-image a {
    height: 200px; } }

.artile-item .blog-post-image a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity .7s ease;
  z-index: 99; }

.artile-item .blog-post-image a img {
  object-fit: cover;
  height: 100%; }

.artile-item .blog-post-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  width: 96%;
  margin: 0 auto;
  margin-top: -20px;
  position: relative;
  padding: 10px 15px;
  box-shadow: 0 4px 8px -2px #ccc;
  margin-bottom: 10px; }

.artile-item .blog-post-content .blog-title {
  font-size: 16px;
  padding-top: 0;
  text-transform: capitalize;
  margin: 0;
  min-height: 45px; }

.artile-item .blog-post-content .blog-title a {
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.artile-item .blog-post-content .artible-loop-footer {
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid #ddd;
  margin-top: 8px;
  font-size: 13px; }

.artile-item .blog-post-content .artible-loop-footer .date-time i {
  margin-right: 5px; }

.artile-item .blog-post-content .blog-desc {
  color: #474343;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box; }

#owl-blog-wanda .artile-item {
  padding-left: 15px; }

@media only screen and (max-width: 767px) {
  #owl-blog-wanda .artile-item {
    padding-left: 10px; } }

.artile-item:hover .blog-post-image a {
  -webkit-transform: scale(1.03);
  transform: scale(1.03); }

.artile-item:hover .blog-post-image a:before {
  opacity: 1; }

.om-news {
  background: #fff;
  padding: 20px 0 60px;
  color: #1a1a1a; }

.om-news .container {
  max-width: 1240px; }

.om-news a {
  text-decoration: none; }

.om-breadcrumb {
  font-size: 13px;
  color: #7a7a7a;
  padding: 12px 0 20px; }

.om-breadcrumb a {
  color: #7a7a7a; }

.om-breadcrumb a:hover {
  color: #d62828; }

.om-breadcrumb .om-bc-sep {
  margin: 0 8px;
  color: #ccc; }

.om-breadcrumb .om-bc-current {
  color: #1a1a1a;
  font-weight: 600; }

.om-page-head {
  margin: 0 0 28px;
  padding-bottom: 20px;
  border-bottom: 3px solid #1a1a1a;
  position: relative; }

.om-page-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 80px;
  height: 3px;
  background: #d62828; }

.om-page-title {
  font-family: Lora,Georgia,serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 6px;
  letter-spacing: -.5px;
  color: #1a1a1a;
  line-height: 1.2; }

.om-page-sub {
  color: #666;
  font-size: 14px;
  margin: 0; }

@media (max-width: 767px) {
  .om-page-title {
    font-size: 26px; } }

.om-cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #d62828;
  text-transform: uppercase;
  margin-bottom: 6px;
  transition: color .15s; }

.om-cat:hover {
  color: #a01d1d; }

.om-cat--xs {
  font-size: 10px;
  letter-spacing: .8px;
  margin-bottom: 4px; }

.om-time {
  color: #999;
  font-size: 12px;
  letter-spacing: .5px; }

.om-featured {
  margin-bottom: 40px; }

.om-featured-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px; }

.om-featured-heading {
  font-family: Lora,Georgia,serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #1a1a1a; }

.om-featured-arrows {
  display: flex;
  gap: 8px; }

.om-featured-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s; }

.om-featured-btn:hover {
  border-color: #d62828;
  color: #d62828;
  background: #fff5f5; }

.om-featured-btn:active {
  transform: scale(0.95); }

.om-featured-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 1fr);
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #d62828 #eee;
  cursor: grab;
  user-select: none; }

.om-featured-scroller.is-grabbing {
  cursor: grabbing; }

.om-featured-scroller::-webkit-scrollbar {
  height: 6px; }

.om-featured-scroller::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px; }

.om-featured-scroller::-webkit-scrollbar-thumb {
  background: #d62828;
  border-radius: 3px; }

.om-featured-card {
  scroll-snap-align: start;
  background: #fff;
  overflow: hidden; }

.om-featured-media {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #f4f4f4;
  margin-bottom: 12px; }

.om-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease; }

.om-featured-card:hover .om-featured-media img {
  transform: scale(1.04); }

.om-featured-body {
  padding: 0 2px; }

.om-featured-title {
  font-family: Mulish,-apple-system,sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  margin: 4px 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.om-featured-title a {
  color: #1a1a1a; }

.om-featured-title a:hover {
  color: #d62828; }

@media (min-width: 992px) {
  .om-featured-scroller {
    grid-auto-columns: minmax(280px, 1fr); } }

@media (max-width: 767px) {
  .om-featured-scroller {
    grid-auto-columns: 78%;
    gap: 12px; }
  .om-featured-title {
    font-size: 15px; } }

.om-body {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start; }

.om-body .om-main {
  order: 1; }

.om-body .om-side {
  order: 2; }

@media (max-width: 991px) {
  .om-body {
    grid-template-columns: 1fr;
    gap: 30px; }
  .om-body .om-main {
    order: 1; }
  .om-body .om-side {
    order: 2; } }

.om-section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px; }

.om-section-title {
  font-family: Mulish,sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1a1a1a;
  margin: 0;
  padding-left: 12px;
  position: relative; }

.om-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 4px;
  background: #d62828; }

.om-section-line {
  flex: 1;
  height: 1px;
  background: #e5e5e5; }

.om-main .list-article-content {
  display: flex;
  flex-direction: column;
  margin: 0; }

.om-main .list-article-content .artile-item {
  flex: 0 0 auto;
  width: 100%;
  padding: 0;
  margin: 0; }

.om-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
  align-items: start; }

.om-row:first-child {
  padding-top: 0; }

.om-row:last-child {
  border-bottom: none; }

.om-row-media {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 5/3;
  background: #f4f4f4;
  height: auto !important; }

.om-row-media img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform .5s ease; }

.om-row:hover .om-row-media img {
  transform: scale(1.05); }

.om-row-body {
  background: 0 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  box-shadow: none !important; }

.om-row-title {
  font-family: Mulish,sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  margin: 4px 0 8px !important;
  min-height: 0 !important;
  text-align: left !important;
  text-transform: none; }

.om-row-title a {
  color: #1a1a1a !important;
  font-weight: 800 !important;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .15s; }

.om-row-title a:hover {
  color: #d62828 !important; }

.om-row-excerpt {
  color: #555 !important;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 10px !important;
  text-align: left !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.om-row-meta {
  display: flex;
  align-items: center;
  gap: 8px; }

@media (max-width: 767px) {
  .om-row {
    grid-template-columns: 130px 1fr;
    gap: 14px;
    padding: 16px 0; }
  .om-row-title {
    font-size: 15px; }
  .om-row-excerpt {
    -webkit-line-clamp: 2;
    font-size: 13px; } }

.om-side .om-side-block {
  background: #fff;
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ececec; }

.om-side .om-side-block:last-child {
  border-bottom: none; }

.om-side .om-side-head {
  margin-bottom: 14px; }

.om-side .om-side-title {
  font-family: Mulish,sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1a1a1a;
  margin: 0;
  padding-left: 12px;
  position: relative; }

.om-side .om-side-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
  background: #d62828; }

.om-side-list .om-side-item {
  display: grid !important;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0 !important;
  align-items: start;
  width: 100%; }

.om-side-list .om-side-item:last-child {
  border-bottom: none; }

.om-side-thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 3/2;
  background: #f4f4f4;
  width: 90px !important;
  flex: none !important; }

.om-side-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease; }

.om-side-item:hover .om-side-thumb img {
  transform: scale(1.05); }

.om-side-body {
  padding: 0 !important;
  width: 100% !important; }

.om-side-item-title {
  margin: 2px 0 4px !important;
  line-height: 1.35 !important;
  font-size: 13px !important; }

.om-side-item-title a {
  font-family: Mulish, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .15s; }

.om-side-item-title a:hover {
  color: #d62828 !important; }

.om-price {
  color: #d62828 !important;
  font-weight: 800;
  font-size: 13px; }

.om-cate-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.om-cate-list > li {
  border-bottom: 1px solid #f0f0f0; }

.om-cate-list > li:last-child {
  border-bottom: none; }

.om-cate-list > li > a {
  display: block;
  padding: 10px 0 !important;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600; }

.om-cate-list > li.active > a, .om-cate-list > li > a:hover {
  color: #d62828; }

.om-tag-cloud {
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none; }

.om-tag-cloud .item-tag {
  margin: 0 !important; }

.om-tag-cloud .item-tag a {
  padding: 5px 10px !important;
  padding-left: 10px !important;
  font-size: 12px;
  background: #f5f5f5;
  border: 1px solid #ececec !important;
  color: #555;
  border-radius: 3px !important;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  transition: all .15s; }

.om-tag-cloud .item-tag:hover a {
  background: #d62828;
  color: #fff;
  border-color: #d62828 !important; }

.om-empty {
  padding: 40px 0;
  color: #999;
  text-align: center; }

.om-news .heading-page {
  display: none; }

.om-news #pagination {
  margin: 32px 0 0; }

.om-news #pagination .js-center {
  justify-content: center;
  gap: 4px; }

.om-news #pagination .next, .om-news #pagination .page-node, .om-news #pagination .prev {
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #1a1a1a;
  font-weight: 700;
  padding: 0 10px;
  border-radius: 3px;
  transition: all .15s;
  text-decoration: none;
  font-size: 14px; }

.om-news #pagination .next:hover, .om-news #pagination .page-node:hover, .om-news #pagination .prev:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a; }

.om-news #pagination .page-node.current {
  background: #d62828;
  color: #fff;
  border-color: #d62828; }

.om-row .blog-post-image a, .om-row .blog-post-image a:before {
  background: 0 0 !important;
  height: auto !important;
  display: block !important; }

.article-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 9999;
  background: 0 0;
  pointer-events: none; }

.article-progress-inner {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #d62828 0, #f43f5e 100%);
  transition: width .1s linear; }

.article-magazine {
  background: #fff;
  color: #1a1a1a;
  padding: 20px 0 40px; }

.article-magazine .container {
  max-width: 1240px; }

.article-magazine-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 48px;
  align-items: start; }

@media (max-width: 991px) {
  .article-magazine-grid {
    grid-template-columns: 1fr;
    gap: 30px; } }

.article-magazine-main {
  min-width: 0;
  max-width: 760px;
  margin: 0 auto;
  width: 100%; }

.article-magazine-side {
  position: sticky;
  top: 100px; }

.article-magazine-side.is-sidebar-expanded {
  position: static; }

@media (max-width: 991px) {
  .article-magazine-side {
    position: static;
    top: auto; } }

.article-hero {
  margin-bottom: 28px; }

.article-hero .article-cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #d62828;
  text-transform: uppercase;
  margin-bottom: 12px; }

.article-hero .article-cat:hover {
  color: #a01d1d; }

.article-hero .article-title {
  font-family: Lora,Georgia,serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 12px;
  color: #1a1a1a;
  letter-spacing: -.5px; }

@media (max-width: 767px) {
  .article-hero .article-title {
    font-size: 28px; } }

.article-hero .article-dek {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 14px;
  font-weight: 400; }

@media (max-width: 767px) {
  .article-hero .article-dek {
    font-size: 16px; } }

.article-hero .article-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px; }

.article-hero .article-meta .article-meta-dot {
  color: #ccc; }

.article-hero .article-meta .article-time {
  color: #1a1a1a;
  font-weight: 600; }

.article-hero .article-hero-media {
  margin: 0 0 8px;
  background: #f4f4f4;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 4px; }

.article-hero .article-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.article-share {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px; }

.article-share .article-share-label {
  font-size: 11px;
  letter-spacing: 3px;
  color: #999;
  text-transform: uppercase;
  margin-right: 8px; }

.article-share .article-share-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 8px; }

.article-share .article-share-list a, .article-share .article-share-list button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #1a1a1a;
  cursor: pointer;
  transition: all .15s;
  padding: 0; }

.article-share .article-share-list a:hover, .article-share .article-share-list button:hover {
  background: #d62828;
  color: #fff;
  border-color: #d62828; }

.article-share .article-share-copy.is-copied {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff; }

@media (min-width: 1380px) {
  .article-share {
    position: fixed;
    left: calc(50vw - 680px);
    top: 40%;
    z-index: 500;
    flex-direction: column;
    margin: 0; }
  .article-share .article-share-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 0 0 8px 0; }
  .article-share .article-share-list {
    flex-direction: column; } }

@media (max-width: 767px) {
  .article-share {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    padding: 8px 12px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
    flex-direction: row;
    justify-content: center;
    margin: 0;
    z-index: 1000; }
  .article-share .article-share-label {
    display: none; }
  .article-magazine {
    padding-bottom: 80px; } }

.article-body {
  font-family: Mulish,-apple-system,sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #222; }

.article-body p {
  margin: 0 0 18px; }

.article-body a {
  color: #d62828;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px; }

.article-body a:hover {
  color: #a01d1d; }

.article-body h2 {
  font-family: Lora,Georgia,serif;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin: 40px 0 16px;
  scroll-margin-top: 90px;
  position: relative;
  padding-left: 14px; }

.article-body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 4px;
  background: #d62828; }

.article-body h3 {
  font-family: Mulish,sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin: 30px 0 12px;
  color: #1a1a1a;
  scroll-margin-top: 90px; }

.article-body h4 {
  font-size: 17px;
  font-weight: 800;
  margin: 24px 0 10px; }

.article-body ol, .article-body ul {
  margin: 0 0 18px;
  padding-left: 24px; }

.article-body li {
  margin-bottom: 6px; }

.article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 20px 0;
  display: block; }

.article-body figure {
  margin: 24px 0; }

.article-body figure figcaption {
  font-size: 13px;
  color: #666;
  text-align: center;
  margin-top: 8px;
  font-style: italic; }

.article-body blockquote {
  margin: 24px 0;
  padding: 12px 20px;
  border-left: 4px solid #d62828;
  background: #fafafa;
  font-style: italic;
  color: #333; }

.article-body blockquote p:last-child {
  margin-bottom: 0; }

.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px; }

.article-body td, .article-body th {
  padding: 10px 12px;
  border: 1px solid #eee;
  text-align: left; }

.article-body th {
  background: #fafafa;
  font-weight: 700; }

.article-body code {
  background: #f3f3f0;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: .92em; }

.article-body pre {
  background: #0f172a;
  color: #e5e7eb;
  padding: 16px;
  border-radius: 6px;
  overflow-x: auto;
  margin: 20px 0;
  font-size: 14px; }

.article-body pre code {
  background: 0 0;
  color: inherit;
  padding: 0; }

.article-body iframe {
  max-width: 100%;
  margin: 20px 0; }

.article-body .article-tags {
  margin: 32px 0 0;
  padding-top: 20px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px; }

.article-body .article-tags .article-tags-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #999;
  text-transform: uppercase;
  margin-right: 4px; }

.article-body .article-tags-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

.article-body .article-tags-list a {
  display: inline-block;
  padding: 4px 10px;
  background: #f5f5f5;
  border: 1px solid #ececec;
  color: #555;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none; }

.article-body .article-tags-list a:hover {
  background: #d62828;
  color: #fff;
  border-color: #d62828; }

.article-toc {
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 20px; }

.article-toc-title {
  font-family: Mulish,sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 14px;
  padding-left: 10px;
  position: relative; }

.article-toc-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 3px;
  background: #d62828; }

.article-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: toc;
  max-height: 60vh;
  overflow-y: auto; }

.article-toc-list::-webkit-scrollbar {
  width: 4px; }

.article-toc-list::-webkit-scrollbar-thumb {
  background: #d62828;
  border-radius: 2px; }

.article-toc-item {
  margin-bottom: 8px;
  line-height: 1.4; }

.article-toc-item a {
  display: block;
  padding: 4px 8px;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: all .15s; }

.article-toc-item a:hover {
  color: #1a1a1a; }

.article-toc-item a.is-active {
  color: #d62828;
  border-left-color: #d62828;
  background: #fff;
  font-weight: 700; }

.article-toc-level-3 a {
  padding-left: 20px;
  font-size: 12px; }

.om-inline-products {
  margin: 32px 0;
  padding: 20px 20px 20px 24px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 6px;
  position: relative; }

.om-inline-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap; }

.om-inline-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #d62828;
  text-transform: uppercase; }

.om-inline-title {
  font-family: Lora,Georgia,serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #1a1a1a; }

.article-body .om-inline-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0; }

.om-inline-more {
  margin-left: auto;
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none; }

.om-inline-more:hover {
  color: #d62828; }

.om-inline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px; }

.om-inline-card {
  color: inherit;
  text-decoration: none;
  display: block; }

.om-inline-card-media {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px; }

.om-inline-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease; }

.om-inline-card:hover .om-inline-card-media img {
  transform: scale(1.05); }

.om-inline-card-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  margin: 8px 0 4px;
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.om-inline-card:hover .om-inline-card-title {
  color: #d62828; }

.om-inline-card-price {
  font-size: 13px;
  color: #d62828;
  font-weight: 800; }

@media (max-width: 767px) {
  .om-inline-grid {
    grid-template-columns: repeat(2, 1fr); }
  .om-inline-title {
    font-size: 18px; } }

.article-inline-slot {
  display: contents; }

.article-rp {
  margin: 40px 0; }

.article-rp-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap; }

.article-rp-title {
  font-family: Lora,Georgia,serif;
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 4px 0 0; }

.article-rp-more {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none; }

.article-rp-more:hover {
  color: #d62828; }

.article-rp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px; }

.article-rp-card {
  color: inherit;
  text-decoration: none;
  display: block; }

.article-rp-media {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f8f8f8;
  border-radius: 4px; }

.article-rp-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease; }

.article-rp-card:hover .article-rp-media img {
  transform: scale(1.05); }

.article-rp-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
  margin: 10px 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.article-rp-card:hover .article-rp-name {
  color: #d62828; }

.article-rp-price {
  font-size: 14px;
  color: #d62828;
  font-weight: 800; }

@media (max-width: 767px) {
  .article-rp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px; }
  .article-rp-title {
    font-size: 20px; } }

.article-magazine-side .article-related {
  margin: 0;
  padding-top: 0;
  border-top: none;
  position: relative; }

.article-magazine-side .article-related-head {
  margin-bottom: 16px; }

.article-magazine-side .article-related-title {
  font-size: 18px;
  padding-left: 12px; }

.article-magazine-side .article-related-title::before {
  top: 4px;
  bottom: 4px;
  width: 3px; }

.article-magazine-side .article-related-grid {
  grid-template-columns: 1fr;
  gap: 16px;
  max-height: calc(100vh - 220px);
  overflow: hidden;
  transition: max-height .4s ease; }

.article-magazine-side .article-related.is-expanded .article-related-grid {
  max-height: none;
  overflow: visible; }

.article-magazine-side .article-related-card {
  display: flex;
  gap: 12px;
  align-items: flex-start; }

.article-magazine-side .article-related-media {
  width: 100px;
  min-width: 100px;
  aspect-ratio: 16/10;
  border-radius: 4px; }

.article-magazine-side .article-related-body {
  padding-top: 0; }

.article-magazine-side .article-related-name {
  font-size: 13px;
  margin: 2px 0 4px; }

.article-magazine-side .article-related-name a {
  -webkit-line-clamp: 2; }

.article-magazine-side .om-time {
  font-size: 11px; }

.article-magazine-side .article-related-more {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 10px 0 4px;
  background: linear-gradient(to bottom, transparent 0, #fff 40%);
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: #d62828;
  text-align: center;
  position: relative;
  transition: background .3s; }

.article-magazine-side .article-related-more:hover {
  color: #a01d1d; }

.article-magazine-side .article-related-more .arrow-down {
  display: inline-block;
  transition: transform .3s;
  font-size: 12px; }

.article-magazine-side .article-related.is-expanded .article-related-more {
  background: 0 0;
  padding-top: 8px; }

.article-magazine-side .article-related.is-expanded .article-related-more .arrow-down {
  transform: rotate(180deg); }

.article-related {
  margin: 48px 0 0;
  padding-top: 32px;
  border-top: 1px solid #eee; }

.article-related-head {
  margin-bottom: 20px; }

.article-related-title {
  font-family: Lora,Georgia,serif;
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  padding-left: 14px;
  position: relative; }

.article-related-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  background: #d62828; }

.article-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }

.article-related-media {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 4px; }

.article-related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease; }

.article-related-card:hover .article-related-media img {
  transform: scale(1.05); }

.article-related-body {
  padding-top: 12px; }

.article-related-body .om-cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #d62828;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-decoration: none; }

.article-related-name {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  margin: 4px 0 8px;
  font-family: Mulish,sans-serif; }

.article-related-name a {
  color: #1a1a1a;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.article-related-name a:hover {
  color: #d62828; }

.article-related .om-time {
  color: #999;
  font-size: 12px; }

@media (max-width: 767px) {
  .article-related-grid {
    grid-template-columns: 1fr;
    gap: 16px; }
  .article-related-title {
    font-size: 20px; } }

.article-pn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 40px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.article-pn-item {
  display: block;
  padding: 14px 16px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 4px;
  text-decoration: none;
  transition: all .15s;
  min-height: 80px; }

.article-pn-item:hover {
  background: #fff;
  border-color: #d62828; }

.article-pn-empty {
  visibility: hidden; }

.article-pn-next {
  text-align: right; }

.article-pn-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #d62828;
  text-transform: uppercase;
  margin-bottom: 6px; }

.article-pn-title {
  display: block;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

@media (max-width: 767px) {
  .article-pn {
    grid-template-columns: 1fr; }
  .article-pn-next {
    text-align: left; }
  .article-pn-empty {
    display: none; } }

.article-comments {
  margin: 40px 0 0;
  padding-top: 32px;
  border-top: 1px solid #eee; }

.article-comments-title {
  font-family: Lora,Georgia,serif;
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px;
  padding-left: 14px;
  position: relative; }

.article-comments-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  background: #d62828; }

.article-readtime {
  color: #666; }

.om-load-more {
  display: block;
  width: 100%;
  padding: 14px 0;
  margin: 24px 0 0;
  background: #fff;
  border: 2px solid #d62828;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  color: #d62828;
  cursor: pointer;
  transition: all .2s;
  text-align: center; }

.om-load-more:hover {
  background: #d62828;
  color: #fff; }

.om-load-more:disabled {
  opacity: .6;
  cursor: default;
  border-color: #ccc;
  color: #999;
  background: #f5f5f5; }
