.breadcrumb-shop .breadcrumb-list .breadcrumb {
  margin: 0; }

.layout-blogs .wrapper-contentBlogs .listBlogs-all-content {
  background: url("https://file.hstatic.net/1000001863/file/mask_group__2_.png") no-repeat center;
  background-size: cover;
  background-position: center; }
  .layout-blogs .wrapper-contentBlogs .listBlogs-all-content .bg-breadcrumb {
    fill: linear-gradient(341deg, var(--Pot-Pourri-50, #FEF6F2) 47.97%, var(--Peach-Schnapps-50, #FEF4F2) 113.34%); }
  .layout-blogs .wrapper-contentBlogs .listBlogs-all-content .list-article-all-content .article-loop-all .article-inner {
    position: relative; }
    .layout-blogs .wrapper-contentBlogs .listBlogs-all-content .list-article-all-content .article-loop-all .article-inner .article-image img {
      aspect-ratio: 1;
      object-fit: cover; }
    .layout-blogs .wrapper-contentBlogs .listBlogs-all-content .list-article-all-content .article-loop-all .article-inner .article-detail {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(0deg, rgba(0, 1, 2, 0.6) 0%, rgba(0, 1, 2, 0) 100%);
      padding: 100px 12px 12px 12px; }
      .layout-blogs .wrapper-contentBlogs .listBlogs-all-content .list-article-all-content .article-loop-all .article-inner .article-detail .article-title h3 {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        margin: 0 0 8px; }
        .layout-blogs .wrapper-contentBlogs .listBlogs-all-content .list-article-all-content .article-loop-all .article-inner .article-detail .article-title h3 a {
          white-space: initial;
          overflow: hidden;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #fff; }
      .layout-blogs .wrapper-contentBlogs .listBlogs-all-content .list-article-all-content .article-loop-all .article-inner .article-detail time {
        color: #fff; }
  .layout-blogs .wrapper-contentBlogs .listBlogs-all-content .list-article-all-content .list-article-all-flex {
    gap: 16px; }
    .layout-blogs .wrapper-contentBlogs .listBlogs-all-content .list-article-all-content .list-article-all-flex .article-loop-all {
      flex: 0 0 calc(100%/1.5);
      max-width: calc(100%/1.5); }
      @media (min-width: 992px) {
        .layout-blogs .wrapper-contentBlogs .listBlogs-all-content .list-article-all-content .list-article-all-flex .article-loop-all {
          flex: 0 0 calc(50% - 8px);
          max-width: calc(50% - 8px); } }

.layout-blogs .wrapper-contentBlogs .listBlogs-all-menu .d-flex-slick:not(.slick-initialized) .arc-menu-item {
  flex: 0 0 calc(100%/1.5);
  max-width: calc(100%/1.5); }
  @media (min-width: 992px) {
    .layout-blogs .wrapper-contentBlogs .listBlogs-all-menu .d-flex-slick:not(.slick-initialized) .arc-menu-item {
      flex: 0 0 calc(100%/4);
      max-width: calc(100%/4); } }

.layout-blogs .wrapper-contentBlogs .listBlogs-all-menu .all-menu-item .heading-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px; }
  .layout-blogs .wrapper-contentBlogs .listBlogs-all-menu .all-menu-item .heading-page h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700; }
  .layout-blogs .wrapper-contentBlogs .listBlogs-all-menu .all-menu-item .heading-page a {
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    display: flex;
    align-items: center; }
    .layout-blogs .wrapper-contentBlogs .listBlogs-all-menu .all-menu-item .heading-page a svg {
      margin-left: 8px; }

.layout-blogs .wrapper-contentBlogs .listBlogs-content .heading-page h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 28px; }

.section-blog-category .sectionHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px; }
  .section-blog-category .sectionHeading h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 700; }
  .section-blog-category .sectionHeading a {
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    display: flex;
    align-items: center; }
    .section-blog-category .sectionHeading a svg {
      margin-left: 8px; }

.section-blog-category .d-flex-slick:not(.slick-initialized) .pd-left--16 {
  flex: 0 0 calc(100%/1.5);
  max-width: calc(100%/1.5); }
  @media (min-width: 992px) {
    .section-blog-category .d-flex-slick:not(.slick-initialized) .pd-left--16 {
      flex: 0 0 calc(100%/4);
      max-width: calc(100%/4); } }

.section-blog-category .item-category {
  position: relative; }
  .section-blog-category .item-category .title-category {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 100px 10px 10px 10px;
    background: linear-gradient(0deg, rgba(0, 1, 2, 0.4) 0%, rgba(0, 1, 2, 0) 100%);
    z-index: 9; }
    .section-blog-category .item-category .title-category h4 {
      font-size: 18px;
      font-weight: 700; }
      .section-blog-category .item-category .title-category h4 a {
        color: #fff; }

.load-more-container .button {
  min-width: 200px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all 0.3s ease; }
  .load-more-container .button:hover {
    transform: translateY(-2px); }
  .load-more-container .button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none; }

.load-more-container .spinner-border-sm {
  width: 1rem;
  height: 1rem; }

/* ARTICLE */
.layout-article .article-breadcrumb {
  padding: 28px 0 8px; }

.layout-article .inforArticle-content .heading-article h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 8px; }

.layout-article .inforArticle-content .heading-article .article-post-meta time {
  color: #374151;
  margin-bottom: 8px;
  display: block; }

.layout-article .article-related .title-blog-related {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 28px; }

.layout-article .article-related .article-loop {
  margin-bottom: 16px; }
  .layout-article .article-related .article-loop .article-inner {
    display: flex;
    align-items: center;
    background-color: #fff; }
    @media (min-width: 992px) {
      .layout-article .article-related .article-loop .article-inner .article-image {
        flex: 0 0 110px;
        max-width: 110px; } }
    .layout-article .article-related .article-loop .article-inner .article-image img {
      aspect-ratio: 1;
      object-fit: cover; }
    .layout-article .article-related .article-loop .article-inner .article-detail {
      padding: 12px; }
      @media (min-width: 992px) {
        .layout-article .article-related .article-loop .article-inner .article-detail {
          flex: 0 0 calc(100% - 110px);
          max-width: calc(100% - 110px); } }
      .layout-article .article-related .article-loop .article-inner .article-detail .article-title h3 {
        font-weight: 700;
        font-size: 14px;
        margin: 0; }
        .layout-article .article-related .article-loop .article-inner .article-detail .article-title h3 a {
          white-space: initial;
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }

.product-loop .product-inner .proloop-detail .proloop--variant .list-color {
  padding-left: 0 !important; }

.table-of-contents {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  display: block;
  padding: 10px 24px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 auto 15px;
  width: 100%;
  max-width: 100%;
  display: table; }

.table-of-contents .table-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  padding: 0; }
  .table-of-contents .table-title .htitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px; }

.table-of-contents .table-title .toc_toggle a {
  color: var(--shop-color-main);
  padding: 0 1px;
  font-size: 0; }

.table-of-contents ul {
  font-size: 14px;
  list-style-type: disc;
  margin: 0 0 0 16px;
  display: none; }

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0; }

.table-of-contents ul li::marker {
  color: var(--shop-color-main); }

.table-of-contents ul li a {
  text-decoration: none;
  color: var(--shop-color-text); }

.table-of-contents > ul {
  padding-bottom: 10px; }

.table-of-contents > ul ul ul {
  display: none; }

.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
  color: var(--shop-color-hover); }

.table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-button .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 4px; }

.table-content-button .btn-icolist svg {
  width: 20px;
  height: 35px;
  vertical-align: initial; }

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #fff;
  border: 1px solid #E5E7EB;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-fixed .table-of-header {
  position: relative;
  padding: 10px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee; }

.table-content-fixed .table-of-header .hTitle {
  max-width: calc(100% - 50px);
  margin-left: 0;
  font-weight: 600;
  font-size: 14px; }

.table-content-fixed .table-of-header .hClose {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center; }

.table-content-fixed .table-of-header .hClose svg {
  width: 32px;
  height: 32px;
  width: 14px; }

.table-content-fixed .table-of-contents {
  border: 0;
  background: #ffffff;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

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

.table-content-fixed .table-of-contents ul {
  font-size: 13px;
  display: block; }

.table-content-button.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.table-content-fixed.active {
  transform: scale(1) translateY(-45%);
  -webkit-transform: scale(1) translateY(-45%);
  -moz-transform: scale(1) translateY(-45%);
  -ms-transform: scale(1) translateY(-45%);
  -o-transform: scale(1) translateY(-45%); }

/* Blog Store */
#blogStore {
  margin: 0px 0 75px 0; }

.statusStore {
  background: black;
  color: white;
  padding: 10px 0; }

.statusStore li {
  list-style: none;
  float: left;
  margin: 0 10%;
  line-height: 1.2;
  font-size: 16px; }

.statusStore li span {
  background: red;
  border-radius: 3px;
  font-size: 11px;
  padding: 3px;
  margin: 0 0 0 30px; }

.statusStore marquee {
  float: left;
  width: 100%; }

.sectionTitleStore {
  text-align: center;
  margin: 0 0 30px 0; }

.sectionTitleStore h1 {
  margin: 30px 0 10px 0;
  font-weight: normal; }

#footerBottom .innerInfoFooter ul {
  display: none; }

#footerBottom .innerInfoFooter li {
  float: left;
  width: 100%;
  margin: 0 0 5px 0; }

#footerBottom .innerInfoFooter li a {
  font-size: 13px; }

#section-info .contentPage {
  border-left: 1px solid #d7d7d7;
  padding: 0 0 0 30px;
  margin: 0 0 30px 0; }

#section-info .sidebar li .active {
  color: #e32124;
  position: relative;
  width: 100%;
  display: inline-block; }

#section-info .sidebar li .active:before {
  content: '';
  position: absolute;
  top: 0;
  right: -2px;
  width: 3px;
  height: 100%;
  background: #e32124;
  z-index: 4; }

#section-info .sidebar {
  margin-bottom: 0;
  margin-right: -30px; }

#section-info .sidebar li {
  margin: 0 0 10px 0; }

.storeIntro h4 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin: 30px 0 40px 0; }

.storeIntro {
  margin: 0 0 50px 0; }

.leftCollumStore {
  background: #f8f8f8;
  padding: 20px;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /*height: 535px;*/ }

.titleStorePage {
  font-size: 17px;
  margin: 15px 0;
  display: inline-block;
  cursor: pointer;
  font-weight: normal; }

.leftCollumStore select {
  float: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 40px;
  font-size: 14px;
  padding: 0 10px;
  outline: none;
  background: white url(//theme.hstatic.net/1000360430/1000512653/14/sort-down.png?v=1);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 94% 15px; }

.leftCollumStore select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

.resultStore {
  float: left;
  width: 100%;
  background: white;
  padding: 5px 15px;
  height: 300px;
  overflow: auto; }

.resultStore::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

.resultStore::-webkit-scrollbar {
  width: 6px;
  height: 0;
  background-color: #F5F5F5; }

.resultStore::-webkit-scrollbar-thumb {
  background-color: #000000; }

.districtStore img {
  width: 12px; }

.districtStore span {
  font-weight: bold !important;
  font-size: 13px; }

.addressStore {
  font-size: 13px;
  margin: 0 0 0 15px; }

.itemStore {
  float: left;
  width: 100%;
  margin: 0 0 10px 0; }

.addressStore > a > span {
  float: left;
  width: 100%;
  margin: 0 0 3px;
  cursor: pointer; }

.guideWay {
  text-decoration: underline;
  font-size: 11px; }

.dateOpen {
  background: #f40000;
  border-radius: 5px;
  color: white;
  font-size: 12px;
  padding: 1px 7px;
  margin: 0 0 0 15px; }

.resultStoreBig {
  margin: 20px 0 0 0;
  float: left;
  width: 100%; }

#map_embed {
  height: 535px;
  width: 100%;
  max-width: 100%; }

.leftCollumStore input {
  float: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 40px;
  font-size: 14px;
  padding: 0 10px;
  outline: none;
  background: white url(//file.hstatic.net/1000360430/file/search.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 95% 10px; }

.leftCollumStore input::-webkit-input-placeholder {
  color: black; }

.leftCollumStore input:-ms-input-placeholder {
  color: black; }

.leftCollumStore input::placeholder {
  color: black; }

.gropuSuggestSearch {
  float: left;
  width: 100%;
  position: relative; }

.suggestResult {
  position: absolute;
  top: 40px;
  z-index: 999;
  background: white;
  width: 100%; }

.suggestResult li {
  list-style: none; }

.eachTagFilter {
  display: none; }

.activeSelect {
  font-weight: bold; }

.backClickPage img {
  width: 13px;
  float: left;
  margin: 3px 7px 0 0; }

.backClickPage span {
  float: left;
  font-size: 13px; }

.resultStore.heightAuto {
  height: auto; }

.imgStore {
  margin: 15px 0 15px 15px; }

.largeproduct {
  /*height: auto !important;*/ }

.largeproduct .product-resize {
  height: auto !important; }

.largeproduct .image-resize {
  height: auto !important; }

.emptyDes {
  margin: 10px 0 0 0; }

.detailProduct form {
  margin: 0 0 15px 0; }

#resultSearchDesktop {
  position: absolute;
  z-index: 9999;
  background: white;
  width: 280px;
  padding: 10px;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: none;
  right: 0; }

.item-ult .thumbs {
  float: left;
  width: 20%; }

.item-ult .title {
  float: left;
  width: 80%;
  padding: 0 0 0 10px; }

.innerResultDesktop .item-ult {
  float: left;
  width: 100%;
  margin: 0 0 15px 0; }

.item-ult .title p {
  margin: 0; }

.titleASuggest {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden; }

.innerResultDesktop .resultsMore {
  border-top: 1px solid #f1f1f1; }

.viewDetail {
  font-size: 11px; }

.item-ult .title p.f-initial {
  font-size: 11px; }

.imgBottom p {
  margin: 0; }

.bottomBar {
  font-size: 13px;
  padding: 15px 0; }

.imgBottom {
  text-align: right; }

.imgBottom img {
  width: 100px; }

/* New Filter Style */
.titleFilter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }

.titleFilter > div {
  width: 150px; }

.groupFilterNew {
  float: left;
  padding: 10px 0;
  position: relative; }

.contentFilter > div {
  float: left;
  width: 140px; }

.contentFilter {
  border: 1px solid #f1f1f1;
  padding: 10px;
  position: absolute;
  z-index: 99;
  background: white;
  top: 41px;
  display: none; }

.groupFilterNew:hover .contentFilter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center; }

.fixHide {
  display: none; }

.firstTitleStorePage {
  padding-right: 15px;
  border-right: 1px solid;
  margin-right: 10px; }

.titleStorePage {
  font-weight: normal; }

.titleStorePage.active {
  font-weight: bold; }

.resultStoreBig .titleStorePage {
  font-weight: bold; }

.fixstyleMaps iframe {
  height: 535px;
  width: 100%;
  max-width: 100%; }

.fixstyleMaps p {
  margin: 0; }

.no-padding {
  padding: 0; }

#blogStore.marign-top-15 {
  margin-top: 15px; }

/* RESPONSIVE */
@media (max-width: 991px) {
  .layout-blogs .wrapper-contentBlogs .bg-breadcrumb {
    background-color: #F9FAFB;
    fill: none !important;
    padding: 12px 0 !important; }
  .layout-blogs .wrapper-contentBlogs .listBlogs-all-content .list-article-all-content {
    padding-top: 40px; }
    .layout-blogs .wrapper-contentBlogs .listBlogs-all-content .list-article-all-content .article-loop-all-first {
      margin-bottom: 8px; }
    .layout-blogs .wrapper-contentBlogs .listBlogs-all-content .list-article-all-content .article-loop-all .article-inner .article-detail {
      padding-left: 8px;
      padding-right: 8px; }
      .layout-blogs .wrapper-contentBlogs .listBlogs-all-content .list-article-all-content .article-loop-all .article-inner .article-detail .article-title h3 {
        font-size: 13px;
        line-height: 20px; }
    .layout-blogs .wrapper-contentBlogs .listBlogs-all-content .list-article-all-content .list-article-all-flex {
      gap: 8px;
      flex-wrap: nowrap !important;
      overflow: auto hidden; }
  .layout-blogs .wrapper-contentBlogs .listBlogs-all-menu .all-menu-item .heading-page {
    margin: 0 0 20px; }
    .layout-blogs .wrapper-contentBlogs .listBlogs-all-menu .all-menu-item .heading-page h2 {
      font-size: 20px; }
  .section-blog-category .sectionHeading {
    margin-bottom: 20px; }
    .section-blog-category .sectionHeading h3 {
      font-size: 20px; }
  .section-blog-category .item-category .title-category h4 {
    font-size: 13px; }
  /* ARTICLE */
  .breadcrumb-shop .breadcrumb-list .breadcrumb {
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0;
    overflow: hidden; }
    .breadcrumb-shop .breadcrumb-list .breadcrumb li:nth-child(3) strong {
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
  .layout-article .article-breadcrumb {
    padding: 12px 0 20px; }
  .layout-article .inforArticle-content .heading-article h1 {
    font-size: 20px; }
  .layout-article .article-related {
    padding-top: 40px; }
    .layout-article .article-related .title-blog-related {
      font-size: 20px;
      margin: 0 0 20px; }
    .layout-article .article-related .article-related-seemore {
      text-decoration: underline;
      display: flex; }
      .layout-article .article-related .article-related-seemore svg {
        margin-left: 8px; }
    .layout-article .article-related .list-blogs-related {
      margin-left: -8px; }
      .layout-article .article-related .list-blogs-related:not(.slick-initialized) {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden; }
        .layout-article .article-related .list-blogs-related:not(.slick-initialized) .article-loop {
          flex: 0 0 calc(100%/1.5);
          max-width: calc(100%/1.5); }
    .layout-article .article-related .article-loop {
      padding-left: 8px; }
      .layout-article .article-related .article-loop .article-inner {
        flex-direction: column;
        align-items: start; }
        .layout-article .article-related .article-loop .article-inner .article-detail .article-title h3 {
          margin-bottom: 8px;
          line-height: 20px;
          min-height: 40px; }
  .table-of-contents .table-title {
    font-size: 15px; } }
