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

.sidebar-blog {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-bottom: 30px; }
  .sidebar-blog .sidebarblog-title {
    margin-bottom: 15px; }
    .sidebar-blog .sidebarblog-title .title-sidebar {
      font-size: 1rem;
      font-weight: 800;
      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: 15px; }
      .list-news-latest .item-article .post-content .title-article-side a {
        font-size: 15px;
        color: #000000; }
    .list-news-latest .item-article .post-content .date {
      font-size: 13px; }

#categories li {
  position: relative; }
  #categories li.active a {
    color: var(--colorshophover); }
  #categories li a {
    font-size: 15px;
    padding: 5px 0;
    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: none;
  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; }

/* article loop*/
.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; }
    @media (max-width: 767px) {
      .artile-item .blog-post-image a {
        height: 250px; } }
    .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 {
  margin-top: 15px; }
  .artile-item .blog-post-content .blog-publish {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px; }
    .artile-item .blog-post-content .blog-publish span {
      background: #fff;
      border-radius: 15px; }
    .artile-item .blog-post-content .blog-publish a {
      display: flex;
      align-items: center; }
      .artile-item .blog-post-content .blog-publish a i {
        margin-right: 5px; }
  .artile-item .blog-post-content .blog-title {
    font-size: 1rem;
    text-transform: capitalize;
    margin-bottom: 0; }
    .artile-item .blog-post-content .blog-title a {
      color: #000;
      font-weight: 600;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 1rem; }
  .artile-item .blog-post-content .blog-desc {
    color: #474343;
    margin-top: 5px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-size: 1rem;
    font-weight: 400; }

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

/* article loop*/
.artile-item-one .blog-post-image {
  position: relative;
  overflow: hidden;
  display: block; }
  .artile-item-one .blog-post-image a {
    display: block;
    position: relative;
    height: 0;
    padding-top: 66.667%;
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .artile-item-one .blog-post-image a {
        height: 250px; } }
    .artile-item-one .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-one .blog-post-image a img {
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 5px; }

.artile-item-one .blog-post-content {
  margin-bottom: 15px; }
  .artile-item-one .blog-post-content .blog-publish {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px; }
    .artile-item-one .blog-post-content .blog-publish span {
      background: #fff;
      border: 1px solid #e7e7e7;
      border-radius: 15px; }
    .artile-item-one .blog-post-content .blog-publish a {
      display: flex;
      align-items: center; }
      .artile-item-one .blog-post-content .blog-publish a i {
        margin-right: 5px; }
  .artile-item-one .blog-post-content .blog-title {
    font-size: 21px;
    text-transform: capitalize;
    margin-bottom: 0;
    min-height: 30px;
    border-bottom: 1px solid #ebebeb; }
    .artile-item-one .blog-post-content .blog-title a {
      color: #000;
      font-weight: 600;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 1rem; }
  .artile-item-one .blog-post-content .blog-desc {
    color: #474343;
    margin-top: 5px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-size: 1rem;
    font-weight: 400; }

.artile-item-two .blog-post-image {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
  width: 40%; }
  .artile-item-two .blog-post-image a {
    display: block;
    position: relative;
    height: 0;
    padding-top: 66.667%;
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .artile-item-two .blog-post-image a {
        height: 250px; } }
    .artile-item-two .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-two .blog-post-image a img {
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 5px; }

.artile-item-two .blog-post-content {
  width: 60%; }
  .artile-item-two .blog-post-content .blog-publish {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px; }
    .artile-item-two .blog-post-content .blog-publish span {
      background: #fff;
      border: 1px solid #e7e7e7;
      border-radius: 15px; }
    .artile-item-two .blog-post-content .blog-publish a {
      display: flex;
      align-items: center; }
      .artile-item-two .blog-post-content .blog-publish a i {
        margin-right: 5px; }
  .artile-item-two .blog-post-content .blog-title {
    font-size: 21px;
    text-transform: capitalize;
    margin-bottom: 0;
    min-height: 30px;
    border-bottom: 1px solid #ebebeb; }
    .artile-item-two .blog-post-content .blog-title a {
      color: #000;
      font-weight: 600;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 1rem; }
  .artile-item-two .blog-post-content .blog-desc {
    color: #474343;
    margin-top: 5px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-size: 1rem;
    font-weight: 400; }

.artile-item-two .blog-post {
  display: flex;
  gap: 15px;
  margin-bottom: 15px; }

#section-blog-2 .blog-order-3 {
  order: 1; }

#section-blog-2 .blog-order-0 {
  order: 0; }

.article-container .none-blog {
  display: none; }

#galary-new-new {
  margin-bottom: 25px; }

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

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

@media (max-width: 767px) {
  .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 0px !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: #000; }

.artile-item-two .blog-post-image {
  margin-bottom: 0px; }

.artile-item-one .blog-post-content {
  margin-top: 10px; }

.padding-0 {
  padding: 0px; }

.deadpool-img img {
  border-radius: 8px; }

.blog_dk-none {
  display: none; }

.blog_dk-block {
  display: block;
  margin-bottom: 15px; }

@media screen and (max-width: 1024px) {
  .artile-item-two .blog-post-image {
    width: 50%; }
  .artile-item-two .blog-post-content {
    width: 50%; }
  .blog-post-content .blog-title a {
    font-size: 1rem; } }

@media screen and (max-width: 768px) {
  .artile-item-two .blog-post {
    flex-direction: column;
    gap: 0px; }
  .blog_dk-none {
    display: block;
    margin: 15px 0; }
  .blog_dk-block {
    display: none; }
  .artile-item-one .blog-post-content {
    margin-top: 0px; }
  .artile-item-two .blog-post-image {
    width: 100%;
    margin-bottom: 0px; }
  .blog-post-content .blog-title {
    margin-top: 10px; }
  .artile-item-two .blog-post-content {
    width: 100%;
    margin-bottom: 15px; }
  .order-mb-1 {
    padding: 0px; } }

.btn-view {
  margin: 10px 0;
  background: #001F5D;
  border-radius: 5px;
  max-width: 100px;
  padding: 5px;
  text-align: center; }
  .btn-view .read-btn {
    color: white;
    color: white;
    font-size: 1rem;
    font-weight: bold; }

#article-template .content-page ul {
  padding-left: 40px;
  list-style-type: disc; }

.title-tag {
  padding: 5px;
  background: #001F5D;
  color: white;
  max-width: fit-content;
  border-radius: 8px;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 5px; }

.title-tag:not(:last-child) {
  margin-right: 10px; }

.tags-content {
  display: flex;
  flex-wrap: wrap; }

.btn-view-blog {
  text-align: center;
  margin: 20px 0; }

.top-title .title-section {
  justify-content: center; }

.section-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px; }

.btn-blog-all {
  padding: 10px 15px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  border: 1px solid;
  border-radius: 8px;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 20px; }

.btn-blog-all:hover {
  background: black;
  color: white; }

#owl-collection {
  padding-bottom: 20px; }

/* table of content */
.fixed-table {
  position: fixed;
  top: 30%;
  left: 10px;
  background: #f9f9f9;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: 1px solid #aaa;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  z-index: 3434; }
  .fixed-table.show {
    opacity: 1;
    visibility: visible; }
  .fixed-table.active {
    height: auto;
    width: auto; }
    .fixed-table.active .table-of-contents {
      transform: rotate3d(1, 1, 1, 0deg); }
  .fixed-table .table-of-contents {
    box-shadow: none;
    padding-top: 5px;
    position: fixed;
    left: 10px;
    top: 30%;
    max-width: 400px;
    transform: rotate3d(0, 1, 0, -90deg);
    transform-origin: 0 0 0;
    transition: all .3s;
    margin-right: 10px; }
    .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: none;
    float: left;
    border: none;
    z-index: 9;
    position: relative;
    background: none; }
  .fixed-table .close-table {
    position: absolute;
    right: 5px;
    top: 5px;
    background: none;
    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: normal;
  text-align: center;
  float: left;
  outline: none;
  cursor: pointer;
  padding-bottom: 15px;
  margin: 0px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold; }

#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-radius: 4px;
  box-shadow: 0 0px 10px #ccc;
  display: table;
  margin-bottom: 1em;
  padding: 10px;
  position: sticky;
  top: 104px;
  width: 100%;
  margin: 0;
  margin-bottom: 15px; }

.title-table {
  display: flex;
  justify-content: start;
  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: bold; }

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

#table-content-container > ul {
  height: 300px;
  overflow-y: auto;
  max-height: fit-content; }

/* Tùy chỉnh thanh cuộn dọc */
#table-content-container ul::-webkit-scrollbar {
  width: 10px;
  /* Độ rộng của thanh cuộn */ }

#table-content-container ul::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Màu của thanh trượt */
  border-radius: 5px;
  /* Bo góc của thanh trượt */ }

#table-content-container ul::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Màu khi hover lên thanh trượt */ }

#table-content-container ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Màu của track (phần nền phía sau thanh trượt) */ }

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

.blog-voucher {
  background: #D1F5FF; }

.blog-voucher p {
  margin-bottom: 0px;
  text-align: center; }

#article-template .blog-voucher {
  padding: 10px;
  border-radius: 8px;
  color: black;
  line-height: 25px; }

.wrap_blog_left_dmsp {
  margin: 20px 0; }

.phanhoi_container {
  position: relative; }

@media only screen and (min-width: 1024px) {
  #sl-product-thumb img {
    width: 100%;
    height: 100%; }
  .galary_title h2 {
    font-size: 76px;
    font-weight: 400; } }

@media only screen and (max-width: 1023px) {
  .bg-while-new {
    width: 100%; } }

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

#article-template p {
  font-size: 1rem;
  line-height: 26px; }

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

.blog-post {
  padding: 0 10px; }

@media screen and (max-width: 480px) {
  .article-two {
    order: 1; }
  .article-one {
    order: 2; } }

#article-template li {
  font-size: 1rem;
  line-height: 26px; }

#article-template .producty-list .combo-swatch:first-child {
  margin: 10px 0px; }

.phanhoi_container {
  position: relative; }

#article-template .producty-list {
  width: 100%; }

#article-template .producty-price-del {
  font-weight: 900;
  text-decoration: none;
  font-size: 1.25rem; }

#article-template .producty-details .swatch .swatch-element label {
  min-width: 45px;
  height: 45px;
  line-height: 45px; }

#article-template .producty-title .title-sale {
  color: #2f5acf;
  display: block;
  font-size: 13px;
  font-style: italic;
  letter-spacing: .03em;
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: 0px; }

#article-template .blog-voucher {
  padding: 10px;
  border-radius: 8px;
  color: black;
  line-height: 25px; }

#article-template .producty-list .producty-item {
  border: 2px solid #d6d6d6;
  border-radius: 16px;
  display: flex;
  gap: 1.5rem;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  margin-top: 10px; }

#article-template .producty-price-del {
  margin-bottom: 0px; }

#article-template .producty-list .producty-item {
  padding: 15px; }

#article-template .producty-title h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px; }

#article-template .producty-title .producty-name {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

#article-template .producty-list .producty-image img {
  max-width: 330px; }

#article-template .producty-title h3 {
  -webkit-line-clamp: 2; }

@media (max-width: 767px) {
  #article-template .producty-item__box {
    flex-direction: column; }
  #article-template .producty-list .producty-image img {
    width: 100%;
    max-width: 100%; }
  #article-template .producty-details .swatch .swatch-element label {
    min-width: 45px;
    height: 45px;
    line-height: 45px; }
  #article-template .combo-add-to-cart, #article-template .button-select {
    width: 200px !important;
    font-size: 14px; }
  #article-template .border-buynow-size-new {
    padding: 15px; }
  #article-template .combo-add-to-cart, #article-template .button-select {
    height: 35px;
    padding: 7px 15px;
    border-radius: 20px; } }
