/* Fonts */
 
@font-face {
  font-family: "SN Samsung Sharp Sans";
  src: url("../fonts/SNSamsungSharpSans-Medium.woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SN Samsung Sharp Sans";
  src: url("../fonts/iCielSamsungSharpSans-Bold.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} 

canvas {
  display: block;
  vertical-align: middle;
}
:root {
  --color-main: #C91F2A;
  --color-2: #EE771B;
  --color-3:  linear-gradient(90deg, #C91F2A 51.41%, #EE771B 100%);;
  --color-text: #111;
  --font-main: "SN Samsung Sharp Sans", sans-serif;
}

body {
  font-family: var(--font-main);
  font-size: 15px;
  color: #111;
  top: 0 !important;
  position: relative;
  margin: auto;
  background: #f3f3f3;
}

[x-cloak] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
}

::-webkit-scrollbar-thumb {
  background: var(--color-main);
}

img {
  max-width: 100%;
  height: auto !important;
  vertical-align: top;
  display: inline-block;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}
.slide-wrap {
  position: relative;
}
.slide-wrap .wrap-main-k{ padding-left:290px; padding-top:10px}
.splide__slide a img{ border-radius:5px;}
.top-slide{ margin-bottom:10px}
.bottom-slide  img{ border-radius:5px;}

#particles-js {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 9;
  top: 0;
  height: 100%;
}
/*chia ko deu*/
.thanhtoan_btn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: var(--color-main);
    font-size: 11px !important;
    font-weight: 600;
    border: none;
    padding: 3px 10px;color: #ffffff !important;
}
.flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flexnowidth {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex_odd_even {
  flex-direction: row-reverse;
}

.flexwrap {
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.justifyflex {
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.bottomflex {
  -webkit-box-align: end;
  -webkit-flex-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  align-items: end;
}

.topflex {
  -webkit-box-align: start;
  -webkit-flex-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
}

.rightflex {
  justify-content: flex-end;
  -webkit-box-pack: right;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: right;
}

.leftflex {
  justify-content: flex-start;
  -webkit-box-pack: left;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: left;
}

.centerflex {
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.topbottomflex {
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*chia deu*/
/**/
.grid_10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}

.grid_6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.grid_5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.grid_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.grid_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.paddingg_100 {
  grid-gap: 100px;
}

.paddingg_80 {
  grid-gap: 80px;
}

.paddingg_60 {
  grid-gap: 60px;
}

.paddingg_45 {
  grid-gap: 45px;
}

.paddingg_40 {
  grid-gap: 40px;
}

.paddingg_35 {
  grid-gap: 35px;
}

.paddingg_31 {
  grid-gap: 31px;
}

.paddingg_30 {
  grid-gap: 30px;
}

.paddingg_25 {
  grid-gap: 25px;
}

.paddingg_20 {
  grid-gap: 20px;
}

.paddingg_15 {
  grid-gap: 15px;
}

.paddingg_18 {
  grid-gap: 18px;
}

.paddingg_10 {
  grid-gap: 10px;
}

.paddingg_5 {
  grid-gap: 5px;
}

@media (max-width: 991px) {
  .grid_3_md {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid_2_md {
    grid-template-columns: repeat(2, 1fr);
  }

.paddingg_10px_md {
  grid-gap: 10px;
}
  .paddingg_40_md {
    grid-gap: 40px;
  }
}

@media (max-width: 600px) {
  .grid_2_xs {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid_1_xs {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid_1_sm {
    grid-template-columns: repeat(1, 1fr);
  }

  .paddingg_0_xs {
    grid-gap: 0;
  }

  .paddingg_10_xs {
    grid-gap: 10px;
  }
}

.info-main {
  padding: 30px 0px;
}

.h-card,
.hidden-seo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  transition: all 0.3s;
}

.scale-img:hover img.w-100 {
  transform: scale(1.2, 1.2);
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.webkit-line-clamp-1 {
  -webkit-line-clamp: 1;
}

.webkit-line-clamp-2 {
  -webkit-line-clamp: 2;
}

.transition {
  transition: 0.3s all;
}

.p-relative {
  position: relative;
}

.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.pagination li a,
.pagination li span {
  cursor: pointer;
  border-radius: 5px !important;
  border: 1px solid #cacaca;
  background: #ffff;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4d4d4d;

  padding: 5px;
}

.pagination li a:hover {
  color: var(--color-main);
  border-color: var(--color-main);
}

.pagination .page-item.active .page-link {
  background: #069e34;
  border-color: #069e34;
  color: #fff;
}

.wrap-main {
  max-width: 1320px;
  padding: 0 10px;
  margin: 30px auto;
}

.wrap-main-k {
  max-width: 1320px;
  padding: 0 10px;
  margin: 0px auto;
}

.wrap-content {
  max-width: 1320px;
  padding: 0 10px;
  margin: 0 auto;
}

.spacer {
  margin: clamp(30px, calc(60 / 1200 * 100vw), 60px) 0;
}

.title-main-product h2 {
  margin-bottom: 40px;
  font-family: "Anton";
  font-size: 44px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #fff3b0, #f2d36b, #caa43b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #e0c15a;
  text-align: center;
}

.title-bottom {
  border-bottom: 1px solid #0051c6;
  margin-bottom: 20px;
}

.tt-bt {
  display: flex;
  align-items: end;
  gap: 20px;
}

.tt-bt h2 {
  color: #333;
  font-size: 26px;
  text-transform: uppercase;
  margin: 0px;
  font-family: "Anton";
  line-height: 1;
  margin-bottom: 10px;
  cursor: pointer;
}

.tt-bt h2.active {
  color: #0051c6;
  font-size: 44px;
  text-transform: uppercase;
}

.title-bottom span {
  font-size: 18px;
  color: #069e34;
  text-transform: uppercase;
}

.title-detail {
  margin-bottom: 20px;
}

.title-detail h1 {
  font-size: clamp(22px, calc(30 / 1200 * 100vw), 30px);
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 0;
}

.search-popup {
  position: relative;
}

.search-popup .icon-search {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.search-popup .icon-search.active {
  background: #fff;
  color: var(--color-main);
  border: solid 1px var(--color-main);
}

.search-popup .search-grid {
  position: absolute;
  top: 50px;
  right: 0;
  width: 0;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-main);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  display: flex;
  align-items: center;
}

.search-popup .search-grid p {
  width: 35px;
  height: 35px;
  cursor: pointer;
  outline: 0;
  border: none;
  margin: 0;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-main);
}

.search-popup .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 35px;
  outline: 0;
  border: none;
  color: #000;
  font-size: 14px;
}

.search-popup .search-grid input::placeholder {
  color: #ccc;
}

.product-list {
  position: relative;
  overflow: hidden;
}

.product-list a:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #00000074;
}

.ds-list {
  position: absolute;
  z-index: 99;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.ds-list h3 {
  font-size: 32px;
  color: #fff;
  font-family: Arsenal-B;
}

.product-item {
  position: relative;
}

.product-item a {
  display: block;
  position: relative;
}

.product-item__pic {
  background: #eee;
  overflow: hidden;
}

.product-item__cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.product-item__btn--addnow {
  background: #1a5236;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: Arsenal-B;
  width: 120px;
}

.product-item__btn--addnow:hover {
  background: #bc5207;
}

.product-item__btn--buynow {
  background: #d09741;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: Arsenal-B;
  width: 120px;
}

.product-item__btn--buynow:hover {
  background: #ce8a22;
}

.product-item__info {
  text-align: center;
  margin-top: 10px;
  color: #333;
}

.product-item__name {
  -webkit-line-clamp: 1;
  font-size: 18px;
  transition: 0.2s ease-in-out;
  margin-bottom: 5px;
  color: #9f0406;
  text-transform: uppercase;
 
}

.product-item a:hover .product-item__name {
  color: var(--color-main);
}

.contact-product {
  background: #fce26c;
  width: 145px;
  margin: 0px auto;
  line-height: 43px;
  border-radius: 30px;
  color: #f6cc5a;
}

.contact-product:hover {
  background: #069e34;
}

.contact-product i {
  background: linear-gradient(to bottom, #fff3b0, #f2d36b, #caa43b);
  color: #0051c6;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.contact-product span {
  color: #9f0406;
  text-transform: uppercase;
 
}

.product-item__price--new {
  font-size: clamp(14px, calc(15 / 1200 * 100vw), 15px);
  font-weight: 700;
  color: var(--color-main);
}

.product-item__price--old {
  margin: 0 8px;
  font-size: clamp(12px, calc(13 / 1200 * 100vw), 13px);
  color: #6c757d;
  text-decoration: line-through;
}

.product-item__price--per {
  position: absolute;
  align-items: center;
  right: 20px;
  color: #fff;
  background: #d09741;

  font-family: Arsenal-B;
  padding: 3px 10px;
  width: 50px;
  height: 35px;
  clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}

.splide.procategory:not(.is-overflow) .splide__list {
  justify-content: center;
}

.notify-phone {
  animation: notifyPhone 1s infinite ease-in-out;
}

@keyframes notifyPhone {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

.category-nav {
  margin-bottom: 30px;
}

.category-nav__item {
  font-size: clamp(14px, calc(16 / 1200 * 100vw), 16px);
  text-transform: uppercase;
  color: inherit;
  display: inline-block;
  vertical-align: top;
  padding-block: 7px;
  padding-inline: clamp(10px, calc(20 / 1200 * 100vw), 20px);
  transition: 0.2s;
  border: 1px solid #195138;
  background-color: #fff;
  border-radius: 40px;
  color: #195138;
  font-size: 16px;
}

.category-nav__item.active {
  background: #195138;
  color: #fff;
}

.main-widget {
  position: fixed;
  right: 14px;
  bottom: 20px;
  z-index: 99;
  top: auto !important;
}

.main-widge .img svg {
  width: 100%;
  height: 100%;
}

.main-widget .img {
  width: 25px;
  height: 25px;
}

.main-icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-bottom: 5px;
}

.main-icon p {
  font-size: 10px;
  color: #fff;
  margin: 0;
}

.out-circle {
  overflow: hidden;
  padding: 17px;
  border-radius: 100%;
  background: var(--color-main);
  width: 60px;
  height: 60px;
}

.main-icon {
  line-height: 0;
  color: #fff;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.main-icon i {
  width: 26px;
  height: 26px;
  transform: translateX(2px);
}

.ser-icon {
  display: inline-flex;
  position: absolute;
  font-size: 18px;
  top: 0;
  left: 0;
  padding: 10%;
  background: #fff;
  max-width: 100%;
  overflow: hidden;
  border-radius: 100%;
  color: var(--color-main);
  width: 70%;
  height: 70%;
  margin: 15%;
  transition: 0.2s all;
}

.unsee {
  opacity: 0;
  transform: scale(0);
}

.process {
  display: inline-flex;
  transform: translateX(0);
  transition: 0.15s linear transform;
  line-height: 0;
}

.ser-icon .item {
  margin-right: 40px;
  width: 30px;
  height: 30px;
  color: var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ser-icon .item svg {
  width: 25px;
  height: 25px;
  color: var(--color-main);
}

.ser-icon i:nth-child(2n) {
  color: #000;
}

.def-content {
  position: absolute;
  bottom: 62px;
  right: 0;
  background: #fff;
  border-radius: 8px;
  transition: 0.2s all;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 300px;
  z-index: 1;
}

.def-content:before {
  position: absolute;
  bottom: -8px;
  right: 22px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  content: "";
}

.def-content .def-header {
  background: var(--color-main);
  padding: 10px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}

.def-content .def-header .close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  left: initial;
  padding: 0;
  margin: 0;
  border: 0 none;
  background: 0 0;
  line-height: 1;
  width: 26px;
  height: 26px;
  cursor: pointer;
  color: #fff;
  background: var(--color-main);
  border-radius: 50%;
  text-align: center;
}

.def-content .item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  transition: 0.3s linear all;
}

.def-content .item > a .img {
  flex-grow: 0;
  flex: none;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff !important;
}

.def-content .item > a .img svg {
  height: 20px;
  width: 20px;
}

.def-content .item > a .detail {
  flex-grow: 1;
  line-height: normal;
}

.def-content .item > a .detail .arcu-item-title {
  font-weight: 700;
  font-size: 15px;
  display: block;
  line-height: normal;
  color: #000;
}

.def-content .item > a .detail .arcu-item-subtitle {
  color: #787878;
}

.def-content .item.phone > a .img {
  background: #4eb625;
}

.def-content .item.mess > a .img {
  background: #31adff;
}

.def-content .item.zalo > a .img {
  background: #0165f8;
}

.def-content .item.map > a .img {
  background: #d94234;
}

.def-content .item:last-child {
  margin-bottom: 0;
}

.main-widget .close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 25px;
  top: 0;
  padding: 10px;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: var(--color-main);
  border-radius: 100%;
  transition: 0.2s all;
  transform: rotate(0);
  cursor: pointer;
}

.main-widget .close-icon svg {
  width: 25px;
  height: 25px;
}

.close-icon.unsee {
  transform: rotate(180deg);
}

.pregan {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--color-main);
  z-index: -2;
  border-radius: 100%;
  opacity: 0.6;
  animation: zoomzoom 3s linear 0.2s infinite;
}

.pregan:nth-child(1) {
  animation-delay: 0.5s;
}

.main-widget .item svg {
  fill: var(--color-main);
}

.def-content .item svg {
  fill: #fff;
}

.def-content .item:hover {
  background: #f1f1f1;
}

@keyframes zoomzoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1.2);
  }
}

.scroll {
  cursor: pointer;
}

.scrollToTop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 98;
  top: auto;
  width: 40px;
  height: 40px;
  display: flex;
  background: 0 0;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-20px);
  background-color: color-mix(in srgb, var(--color-main) 10%, #fff);
  border-radius: 7px;
  cursor: pointer;
}

.scrollToTop svg {
  width: 100%;
  height: 100%;
  transform: rotate(270deg);
}

.scrollToTop svg path {
  stroke: var(--color-main);
}

.scrollToTop:hover {
  background: var(--color-main);
}

.scrollToTop:hover svg path {
  stroke: color-mix(in srgb, var(--color-main) 10%, #fff);
}

.splide__arrow {
  background: color-mix(in srgb, var(--color-main) 10%, #fff) !important;
  opacity: 1 !important;
  border-radius: 5px !important;
  transition: 0.2s;
  width: 35px !important;
  height: 35px !important;
}

.splide__arrow--prev {
  left: -30px;
}

.splide__arrow--next {
  right: -30px;
}

.splide__arrow svg {
  fill: var(--color-main) !important;
  width: 24px;
  height: 24px;
  transition: 0.2s;
}

.splide__arrow:hover {
  background: var(--color-main) !important;
}

.splide__arrow:hover svg {
  fill: color-mix(in srgb, var(--color-main) 10%, #fff) !important;
}

#footer-map {
  overflow: hidden;
  border-radius: 20px;
}

#footer-map iframe {
  display: block;
  width: 100%;
  height: 400px;
}

.form-group input,
.form-group textarea {
  width: 100%;

  transition: 0.1s ease;
  resize: vertical;
  background: #fff !important;
  box-shadow: none !important;
  border-radius: 5px;
  border: 1px solid #cacaca;
}

.form-group.novalidate input,
.form-group.novalidate textarea {
  border: 1px solid #e2e2e2 !important;
}

.form-group input {
  height: 50px;
}

.form-group input.date-picker {
  padding-right: 35px;
}

.form-group input:hover,
.form-group textarea:hover {
  border-color: #7799d0 !important;
}

.form-group label,
.form-group-select > label {
  position: absolute;
  left: 12px;
  top: 12px;

  color: #777;
  transition: 0.1s ease;
  pointer-events: none;
  background-color: transparent;
  margin: 0;
  line-height: 1.5;
}

.form-group > span {
  position: absolute;
  right: 12px;
  top: 12px;
  transition: 0.1s ease;
  pointer-events: none;
  display: inline-block;
  max-width: 20px;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--main-color);
  outline: 0;
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label,
.form-group-select > label {
  top: -10px;
  font-size: 12px;
  background: #fff;
  padding: 0 5px;
  left: 8px;
  transform: none;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  content: attr(title);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.modal {
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.7);
}

.modal-header {
  border-bottom: 1px solid #d1d5db;
  background: rgba(249, 250, 251, 0.6);
}

.modal-title {
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #111827;
}

.modal-footer {
  border-top: 1px solid #d1d5db;
  background: rgba(249, 250, 251, 0.6);
}

.modal-btn--close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;

  color: #fff;
  background: red;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
}

.invalid-feedback {
  font-size: 13px;
}

.invalid-feedback svg {
  width: 20px;
}

.form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.form-btn--submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  color: #fff;
  border-radius: 40px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 17px;
  font-family: Arsenal-B;
}

.breadCrumbs {
  background: color-mix(in srgb, var(--color-main) 10%, #fff);
  margin-bottom: 30px;
}

.breadcrumb {
  gap: 10px;
  padding: 10px 0 !important;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.breadcrumb li a {
  flex: 1 1 0%;
  color: #666;
  transition: 0.2s;
}

.breadcrumb li a:hover {
  color: var(--color-main);
}

.breadcrumb li.active a {
  font-weight: 500;
  color: var(--color-main);
}

.breadcrumb li svg {
  width: 7px;
  color: #666;
  margin-top: 2px;
}

.box-toc {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 2rem;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.box-toc__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background: #f8fafc;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  user-select: none;
}

.box-toc__header:hover {
  background: #f1f5f9;
}

.box-toc__title {
  font-size: 16px;
  color: var(--color-text);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.box-toc__title i {
  font-size: 20px;
}

.box-toc__toggle-icon {
  color: #64748b;
}

.box-toc__body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.28s ease,
    opacity 0.2s ease;
}

.box-toc--open .box-toc__body {
  max-height: 1000px;
  opacity: 1;
  border-top: 1px solid #e2e8f0;
}

.box-toc--open .box-toc__toggle-icon {
  transform: rotate(180deg);
}

.box-toc__list {
  list-style: none;
  padding: 12px 0;
  margin: 0;
  transform: translateY(-6px);
  transition: transform 0.28s ease;
}

.box-toc--open .box-toc__list {
  transform: translateY(0);
}

.box-toc__item {
  margin: 0;
  position: relative;
}

.box-toc__link {
  display: block;
  padding: 8px 20px;
  color: #64748b;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.5;
  border-left: 3px solid transparent;
}

.box-toc__link:hover {
  color: var(--color-main) !important;
  background: #eff6ff !important;
}

.box-toc__link--active {
  color: var(--color-main);
  font-weight: 600;
  background: #eff6ff;
  border-left-color: var(--color-main);
}

.box-toc__item--h2 .box-toc__link {
  padding-left: 10px;
  font-weight: 600;
  color: #334155;
  font-size: 15px;
}

.box-toc__item--h3 .box-toc__link {
  padding-left: 20px;
  font-size: 14px;
}

.box-toc__item--h4 .box-toc__link {
  padding-left: 30px;

  font-style: italic;
}

.news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 20px;
  align-items: start;
}

.news-detail-main {
  min-width: 0;
}

.news-detail-title h1 {
  margin: 0;
  color: #333;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}

.news-detail-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 8px 0 16px;
  color: #888;
}

.news-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.news-detail-main .box-toc {
  margin: 0 0 18px;
  border: 0;
  border-radius: 0;
  background: #e4ffe8;
  box-shadow: none;
}

.news-detail-main .box-toc__header {
  justify-content: space-between;
  padding: 10px 16px;
  background: #e4ffe8;
  border: 0;
}

.news-detail-main .box-toc__title {
  width: 100%;
  color: #111;
  font-size: 15px;
  text-transform: none;
  cursor: pointer;
}

.news-detail-main .box-toc__title i {
  order: 2;
  margin-left: auto;
  padding: 7px;
  color: #fff;
  background: #238000;
  font-size: 18px;
}

.news-detail-main .box-toc__toggle-icon {
  display: inline-flex;
  cursor: pointer;
}

.news-detail-main .box-toc__body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.news-detail-main .box-toc--open .box-toc__body {
  max-height: 1000px;
  opacity: 1;
  border-top: 0;
}

.news-detail-main .box-toc__list {
  padding: 0 16px 16px 30px;
  list-style: disc;
}

.news-detail-main .box-toc__link,
.news-detail-main .box-toc__item--h2 .box-toc__link,
.news-detail-main .box-toc__item--h3 .box-toc__link,
.news-detail-main .box-toc__item--h4 .box-toc__link {
  padding: 6px 0;
  border-left: 0;
  color: #222;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}

.news-detail-main .box-toc__link:hover,
.news-detail-main .box-toc__link--active {
  color: #238000 !important;
  background: transparent !important;
}

.news-detail-sidebar {
  display: grid;
  gap: 30px;
}

.news-side-box {
  padding: 20px 14px;
  border: 1px solid #d8dee5;
  background: #fff;
}

.news-side-title {
  padding-bottom: 12px;
  border-bottom: 1px dashed #ddd;
  margin: 0 0 14px;
  color: var(--color-main);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.news-side-category {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-side-category__item {
  position: relative;
  border-bottom: 1px dashed #ececec;
}

.news-side-category__item:last-child {
  border-bottom: 0;
}

.news-side-category a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
  padding: 8px 34px 8px 0;
  color: #333;
  font-size: 15px;
  line-height: 1.35;
}

.news-side-category a:hover {
  color: #238000;
}

.news-side-toggle {
  position: absolute;
  top: 4px;
  right: 0;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 6px;
  background: #f6f6f6;
  color: #666;

  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.news-side-toggle:hover {
  background: #fce26c;
  color: #8f0305;
}

.news-side-toggle i {
  transition: transform 0.2s ease;
}

.news-side-category__item.is-open > .news-side-toggle i {
  transform: rotate(45deg);
}

.news-side-children {
  display: none;
  margin: 0;
  padding: 0 0 6px 14px;
  list-style: none;
}

.news-side-children .news-side-category__item {
  border-bottom: 0;
}

.news-side-children a {
  min-height: 34px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.news-side-children .news-side-children {
  padding-left: 12px;
}

.news-side-children .news-side-children a {
}

.news-side-item {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #ececec;
  color: #111;
}

.news-side-photo {
  display: block;
  overflow: hidden;
  background: #f4f4f4;
  aspect-ratio: 120 / 80;
}

.news-side-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.news-side-item:hover .news-side-photo img {
  transform: scale(1.06);
}

.news-side-info {
  min-width: 0;
}

.news-side-name {
  color: #111;
  font-size: 17px;
  font-weight: 700;
}

.news-side-item:hover .news-side-name {
  color: #238000;
}

.news-side-date {
  display: block;
  margin-top: 6px;
  color: #999;

  font-style: italic;
}

.news-detail-share {
  margin-top: 20px;
}

.content-main {
  line-height: 26px;
}

.content-main h1 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}

.content-main h2 {
  margin: 20px 0;
  font-size: 19px;
}

.content-main h3 {
  margin: 15px 0 20px;
  font-size: 17px;
}

.content-main h4 {
  margin: 10px 0 20px;
  font-size: 15px;
}

.content-main table {
  width: 100%;
  margin: 10px 0 20px;
  font-size: 13px;
}

.content-main table th {
  background: #444;
  color: #fff;
  text-align: center;
  padding: 12px 7px;
}

.content-main table tr td {
  padding: 10px 7px;
}

.content-main tr:nth-child(even) {
  background: #f4f4f4;
}

.content-main tr:nth-child(odd) {
  background: #fff;
}

/* .content-main ol,
.content-main ul {
    list-style-type: disc;
    margin: 10px 0
} */

.content-main ol li,
.content-main ul li {
  margin-bottom: 10px;
}

.content-main a {
  color: #05f;
  font-weight: 700;
  display: contents;
}

.content-main iframe {
  width: 100% !important;
  display: block;
  margin: 10px auto 20px;
}

.content-main tr:nth-child(even) {
  background-color: #f2f2f2;
}

.content-main tr:hover {
  background-color: #ddd;
}

.content-main th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--color-main);
  color: #fff;
}

.content-main td,
.content-main th {
  border: 1px solid #ddd;
  padding: 8px;
}

.content-main figcaption {
  text-align: center;
}

.content-main a img {
  max-width: 100%;
  height: auto !important;
}

.content-main blockquote {
  border-left: solid 3px #ccc;
  padding-left: 20px;
  margin-left: 20px;
  font-style: italic;
}

.skeleton-item {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.skeleton-box {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  border-radius: 4px;
}

.skeleton-img {
  width: 100%;
  margin-bottom: 10px;
}

.skeleton-title {
  height: 20px;
  width: 80%;
  margin-bottom: 8px;
}

.skeleton-price {
  height: 20px;
  width: 50%;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

.sidebox-group {
  position: sticky;
  top: 60px;
  border: 1px solid #dee2e6;
  border-radius: clamp(5px, calc(10 / 1200 * 100vw), 10px);
  padding: clamp(10px, calc(15 / 1200 * 100vw), 15px);
}

.sidebox-group__header {
  display: flex;
  font-size: clamp(15px, calc(16 / 1200 * 100vw), 16px);
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  padding: 0 0 8px;
  border-bottom: 0.5px dashed #ebe0e0;
  margin-bottom: 10px;
}

.sidebox-group__icon {
  font-size: 22px;
}

.sidebox-group__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebox-group__item {
  position: relative;
}

.sidebox-group__link {
  color: #252a2b;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  transition: 0.3s;
  padding: 5px 0;
}

.sidebox-group__item--has-child > .sidebox-group__link {
  padding-right: 30px;
}

.sidebox-group__link--active,
.sidebox-group__link:hover {
  color: var(--color-main) !important;
}

.sidebox-group__toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
  display: none;
}

.sidebox-group__item--has-child .sidebox-group__toggle {
  display: block;
}

.sidebox-group__toggle:hover {
  border: 1px solid #e7e7e7;
}

.sidebox-group__toggle::after,
.sidebox-group__toggle::before {
  background: rgba(9, 9, 9, 0.6);
  content: "";
  display: block;
  position: absolute;
  margin-right: 7px;
  top: 50%;
  right: 0;
  transition: all 0.25s linear;
}

.sidebox-group__toggle::before {
  width: 9px;
  height: 1px;
  transform: translateY(-50%);
}

.sidebox-group__toggle::after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform: translateY(-50%) scale(1, 1);
}

.sidebox-group__item.opened
  > .sidebox-group__link
  .sidebox-group__toggle::after {
  transform: translateY(-50%) scale(1, 0);
}

.sidebox-group__sublist {
  margin: 0;
  padding-left: 10px;
  list-style: none;
  display: none;
}

.prodetail {
  display: block;
  width: 100%;
}

/* 
.prodetail__header {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 15px
} */

.prodetail__gallery {
  position: relative;
}

.prodetail__info {
  position: relative;
}

.prodetail__thumb {
  margin-bottom: 10px;
  border: solid 1px #eee;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.prodetail__nav .splide__slide {
  opacity: 0.6;
  transition: opacity 0.3s;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
}

.prodetail__nav .splide__slide.is-active {
  opacity: 1;
  border: solid 1px var(--color-main) !important;
  overflow: hidden;
}

.prodetail__title {
  font-size: clamp(20px, calc(25 / 1200 * 100vw), 25px);
  /* font-family: Arsenal-B; */
  margin-bottom: 10px;
}

.prodetail__option {
  margin: 15px 0;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.prodetail__option li span {
  color: var(--color-main);
}

.prodetail__social {
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.prodetail__social-title {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.prodetail__price {
  margin: 15px 0;
  font-size: clamp(14px, calc(15 / 1200 * 100vw), 15px);
}

.prodetail__price-new {
  font-size: clamp(18px, calc(24 / 1200 * 100vw), 24px);
  /* font-family: Arsenal-B; */
  color: #d0021b;
}

.prodetail__price-old {
  text-decoration: line-through;
  color: #888;
  margin: 0 10px;
}

.prodetail__price-discount {
  background: #d0021b;
  color: #fff;
  padding: 2px 3px;
  border-radius: 5px;
  font-size: 11px;
  position: relative;
}

.prodetail__price-discount::before {
  content: "";
  border-right: 6px solid #d0021b;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translate(0, -50%);
}

.prodetail__qty-group {
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.prodetail__qty-group label {
  margin-right: 15px;
  font-family: var(--font-main);color: #555;
}

.prodetail__qty-control {
  display: flex;
  align-items: center;
  border: 1px solid #dadada;
  border-radius: 4px;
  overflow: hidden;
}

.prodetail__qty-btn {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #f3f3f3;
  transition: 0.2s;
}

.prodetail__qty-btn:hover {
  background: #eee;
}

.prodetail__qty-btn svg {
  width: 14px;
  height: 14px;
}

.prodetail__qty-input {
  width: 60px;
  height: 35px;
  border: none;
  text-align: center;
  outline: 0;
  -moz-appearance: textfield;
  border-left: solid 1px #dadada;
  border-right: solid 1px #dadada;
}

.prodetail__qty-input::-webkit-inner-spin-button,
.prodetail__qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.prodetail__desc {
  margin: 20px 0;
}

.prodetail__actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 20px 0;
}

.prodetail__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-block: clamp(7px, calc(10 / 1200 * 100vw), 10px);
  border: solid 1px #333;
  border-radius: 4px;
  font-size: clamp(14px, calc(15 / 1200 * 100vw), 15px);
  transition: all 0.3s;
  text-decoration: none;
  min-height: 45px;
  cursor: pointer;
}

.prodetail__btn:hover {
  color: #fff !important;
  background: color-mix(in srgb, var(--color-main) 70%, #000) !important;
}

.prodetail__btn--add {
  color: #d0021b;
  background: #fff;
  border-color: #d0021b;
}

.prodetail__btn--buy {
  color: #fff;
  background: #d0021b;
  border-color: #d0021b;
}

.prodetail__btn--hotline {
  color: #fff !important;
  background: var(--color-main);
  border-color: var(--color-main);
}

.prodetail__btn--zalo {
  color: #fff !important;
  background: #0068ff;
  border-color: #0068ff;
  padding: 5px 10px;
  text-align: left;
  justify-content: flex-start;
}

.prodetail__btn-text {
  font-weight: 500;
  text-transform: uppercase;
}

.prodetail__btn-subtext {
  display: block;

  font-weight: 300;
  text-transform: none;
}

.prodetail__tab-header {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}

.prodetail__tab-header li {
  padding: 10px 0;
  font-size: clamp(14px, calc(18 / 1200 * 100vw), 18px);
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s;
}

.prodetail__tab-header li:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-main);
  transition: width 0.3s;
}

.prodetail__tab-header li.active {
  color: var(--color-main);
}

.prodetail__tab-header li.active:after {
  width: 100%;
}

.prodetail__tab-body {
  display: none;
}

.prodetail__tab-body[x-show] {
  display: block;
}

.prodetail__related {
  margin-top: 40px;
}

.prodetail__related-title h2 {
  font-size: clamp(18px, calc(24 / 1200 * 100vw), 24px);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-left: 4px solid var(--color-main);
  padding-left: 10px;
}

.prodetail__related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 15px;
}

.prodetail__attribute {
  margin-bottom: 20px;
}

.prodetail__attribute-label {
  display: block;
  font-size: clamp(14px, calc(16 / 1200 * 100vw), 16px);
  margin-bottom: 10px;
}

.prodetail__attribute-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.prodetail__attribute-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 5px 12px;
  border: 1px solid #dadada;
  background: #fff;
  color: #111;
  font-size: clamp(12px, 1.5vw, 14px);
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}

.prodetail__attribute-btn:hover {
  border-color: var(--color-main);
}

.prodetail__attribute-btn.active {
  border-color: var(--color-main);
  color: var(--color-main);
}

.prodetail__attribute-check {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 1;
  width: 20px;
  height: 20px;
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  color: #fff;
  background-color: var(--color-main);
}

.prodetail__attribute-btn.active .prodetail__attribute-check {
  display: flex;
}

.info-contact {
  background: url(../images/bg_contact.webp) no-repeat;
  background-size: cover;
}

.newsletter-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ds-contact {
  width: 43%;
  color: #fff;
  text-align: center;
}

.ds-contact h2 {
  text-transform: uppercase;
  font-family: SVN-Neutraface-2;
  font-size: 48px;
}

.ds-contact p {
  font-size: 22px;
}

.company {
  margin-top: 20px;
}

.hotline-setting {
  background: #1a5236;
  padding: 10px 0px;
  border-radius: 30px;
  width: 320px;
  max-width: 100%;
  margin: 0px auto;
  border: 1px solid #ffffffbc;
}

.hotline-setting i {
  font-size: 20px;
}

.hotline-setting span {
  font-size: 18px;
}

.wr-letter {
  width: 54%;
  background: #000;
  padding: 30px;
  padding: 40px 30px;
}

.title-letter {
  color: #fff;
  text-align: center;
}

.title-letter span {
  text-transform: uppercase;
  font-size: 48px;
  font-family: SVN-Neutraface-2;
  -webkit-text-stroke: 1px #ffffffa1;
  color: #ffffff00;
}

.title-letter h2 {
  position: relative;
  z-index: 999;
  text-transform: uppercase;
  font-size: 32px;
  font-family: Arsenal-B;
  margin-top: -16px;
  box-shadow: 0px -10px 30px #000;
  background: #00000078;
}

.contact-flex {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 20px;
  align-items: center;
}

.contact-map {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
}

.contact-form {
  margin-top: 20px;
  /* background: #f5f5f5; */
  /* padding: 15px; */
  /* border: 1px solid #ddd; */
  border-radius: 10px;
}

.contact-input {
  margin-bottom: 10px;
}

.contact-input input,
.contact-input textarea {
  border-radius: 7px;
  border: 1px solid #e1e1e1;
  text-indent: 0;
  color: #000;

  min-height: 40px;
}

/* Sort */
.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0px;
  position: relative;
}

.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;

  padding: 6px 10px 6px 8px;
  margin: 0px;
}

.sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
  position: absolute;
  padding: 0 7px;
  top: 30px;
  right: 0;
  width: 160px;
  z-index: 2;
}

.sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  margin: 0px;
  order: 2;
}

.sort-select-main p:has(.check) {
  order: 1;
}

.sort a {
  color: #000;

  line-height: 17px;
  padding: 11px 3px;
  display: block;
  cursor: pointer;
}

.sort a.check i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
  vertical-align: middle;
}

.sort a.check i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -4px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.sort-select .sort-show {
  padding-right: 12px;
  position: relative;
}

.title-main {
  text-align: center;
  margin-bottom: 20px;

  h1,
  h2 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
    color: var(--color-main);
    text-transform: uppercase;
    font-weight: 700;
  }

  span {
    font-size: 18px;
    color: #069e34;
    text-transform: uppercase;
  }

  p {
    margin: 10px 0px 0px;
  }
}

/* Splide layout */
.newsnb .splide__track {
  overflow: hidden;
}

.newsnb .splide__list {
  align-items: stretch;
}

.newsnb .splide__slide {
  height: auto;
}

/* News item */
.news-item {
  width: 100%;
  height: 100%;
}

.news-item > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(109, 2, 1, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(49, 15, 8, 0.08);
  color: inherit;
  text-decoration: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.news-item > a:hover {
  border-color: rgba(109, 2, 1, 0.22);
  box-shadow: 0 16px 34px rgba(49, 15, 8, 0.13);
}

.news-item__pic {
  width: 100%;
  aspect-ratio: 400 / 300;
  overflow: hidden;
  background: #f7f2e6;
}

.news-item__pic .scale-img,
.news-item__pic .img-item-news {
  width: 100%;
  height: 100%;
}

.news-item__pic img,
.news-item__pic picture,
.news-item__pic .w-100 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.news-item__info {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.news-item__info::before {
  display: none;
}

.news-item__name {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.45;
  color: #2f2f2f;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.news-item__desc {
  color: #444;
}

.news-item__next {
  position: relative;
  display: inline-flex;
  width: fit-content;
  min-width: 120px;
  margin: 18px 0 0;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #6d0201;
  font-family: "Arsenal-B", Arial, sans-serif;

  line-height: 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.news-item__next::before {
  display: none;
}

.news-item__next::after {
  display: none;
}

.news-item__next span {
  display: inline-block;
  margin-left: 8px;
  color: #fce26c;
  font-size: 18px;
  line-height: 1;
}

.news-item > a:hover .news-item__pic img {
  transform: scale(1.05);
}

.news-item__pic img {
  transition: transform 0.35s ease;
}

.news-item > a:hover .news-item__name {
  color: #6d0201;
}

.news-item > a:hover .news-item__next {
  background: #9f0406;
}

/* Product list page filter sidebar and layout */
.product-layout {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.left-product {
  width: 280px;
  flex: 0 0 auto;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  /* padding: 20px; */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  align-self: start;
}
.left-product .bean-nav__category.not-index{position: relative;padding: 0;top: -1px;}
.left-product .bean-nav__category.not-index .menu_lvl.menu_lvl2{opacity: 1 !important;visibility: visible !important;position: relative;}
.right-product {
  flex: 1 1 auto;
  min-width: 0;
}

.sidebar-filter__title {
  font-size: 18px;
 
  font-weight: 700;
  color: #9f0406;
  border-bottom: 2px solid #9f0406;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}

.sidebar-filter__mobile-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.sidebar-filter__mobile-header strong {
  font-size: 18px;
  color: #333;
}

.filter-close-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-group {
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
}

.filter-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.filter-group__title {
  font-size: 15px;
 
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.filter-group__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.filter-item {
  display: flex;
  align-items: center;
}

.filter-item__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #555;
  cursor: pointer;
  width: 100%;
  user-select: none;
}

.filter-item__label input {
  width: 18px;
  height: 18px;
  accent-color: #9f0406;
  cursor: pointer;
  flex-shrink: 0;
}

.filter-item__label span {
  transition:
    color 0.2s ease,
    font-weight 0.2s ease;
}

.filter-item__label input:checked + span {
  color: #9f0406;
  font-weight: 700;
}

.filter-mobile-btn-wrap {
  display: none;
  margin-bottom: 20px;
}

.filter-mobile-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #9f0406;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
 
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(159, 4, 6, 0.2);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.filter-mobile-btn:hover {
  background: #850305;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .product-layout {
    flex-direction: column;
    gap: 20px;
  }

  .left-product {
    position: fixed;
    left: -320px;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 9999;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .left-product.show {
    left: 0;
  }

  .sidebar-filter__mobile-header {
    display: flex;
  }

  .filter-mobile-btn-wrap {
    display: block;
  }
}

.prodetail {
  padding: 15px 0 15px;
}

.prodetail__header {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: start;
  justify-content: space-between;
}

.prodetail__gallery,
.prodetail__info {
  width: 38%;
}

.prodetail__thumb {
  margin-bottom: 16px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
}

.prodetail__thumb .splide__slide a {
  display: block;
  aspect-ratio: 1 / 1;
  background: #f7f7f7;
}

.prodetail__thumb img,
.product_nav_placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prodetail__nav .splide__slide {
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
}

.prodetail__nav .splide__slide.is-active {
  border-color: #9f0406 !important;
}

.product_nav_placeholder {
  aspect-ratio: 1 / 1;
  background: #f7f7f7;
}

.prodetail__info {
  padding: 32px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.prodetail__title {
  margin: 0 0 16px;
  color: #8f0305;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.25;
}

.prodetail__option {
  gap: 8px 12px;
  margin: 0 0 16px;
  color: #666;
}

.prodetail__option li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.prodetail__option li.line {
  color: #d7d7d7;
}

.prodetail__option label {
  margin: 0;
  color: #555;
}

.prodetail__option li span {
  color: #8f0305;
  font-weight: 700;
}

.prodetail__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 16px 0 24px;
}

.prodetail__price-new {
  color: #8f0305;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
}

.prodetail__price-old {
  margin: 0;
  color: #8a8a8a;
  font-size: 16px;
  text-decoration: line-through;
}

.prodetail__price-discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  background: #0c8f3b;

  font-weight: 700;
}

.prodetail__price-discount::before {
  display: none;
}

.prodetail__desc {
  margin: 0 0 24px;
  padding: 16px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  color: #555;
  background: #fafafa;
  line-height: 1.65;
}

.prodetail__actions {
  gap: 12px;
  margin: 24px 0;
}

.prodetail__btn {
  min-height: 48px;
  padding: 10px 16px;
  border-radius: 8px;
  border-width: 1px;
  font-weight: 700;
  box-shadow: none;
}

.prodetail__btn:hover {
  transform: translateY(-1px);
}

.prodetail__btn svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

.prodetail__btn--hotline {
  background: #8f0305;
  border-color: #8f0305;
}

.prodetail__btn--add {
  color: #8f0305;
  background: #fff;
  border-color: rgba(143, 3, 5, 0.28);
}

.prodetail__btn--buy {
  color: #8f0305;
  background: #fce26c;
  border-color: #fce26c;
}

.prodetail__btn--zalo {
  justify-content: center;
  background: #0068ff;
  border-color: #0068ff;
}

.prodetail__attribute {
  margin-bottom: 24px;
}

.prodetail__attribute-label,
.prodetail__qty-group label {
  color: #2b2b2b;
 
}

.prodetail__attribute-list {
  gap: 8px;
}

.prodetail__attribute-btn:hover {
  border-color: #8f0305;
}

.prodetail__attribute-btn.active {
  color: #8f0305;
  border-color: #8f0305;
  background: #fff4d0;
}

.prodetail__attribute-check {
  background: #8f0305;
}

.prodetail__qty-group {
  gap: 16px;
  margin: 24px 0;
}

.prodetail__qty-group label {
  margin: 0;
}

.prodetail__qty-control {
  border-color: #e6e6e6;
  border-radius: 8px;
}

.prodetail__qty-btn,
.prodetail__qty-input {
  width: 42px;
  height: 40px;
}

.prodetail__qty-btn {
  background: #fafafa;
}

.prodetail__qty-btn:hover {
  color: #8f0305;
  background: #fff4d0;
}

.prodetail__social {
  align-items: center;
  gap: 12px;
  margin: 24px 0 0;
  padding-top: 16px;
  border-top: 1px solid #ececec;
}

.prodetail__social-title {
  color: #555;
  font-weight: 700;
}

.prodetail__tabs {
  margin-top: 0;
  padding: 24px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.prodetail__tab-header {
  gap: 24px;
  margin-bottom: 24px;
  border-color: rgba(143, 3, 5, 0.16);
}

.prodetail__tab-header li {
  color: #444;
  font-weight: 700;
}

.prodetail__tab-header li.active {
  color: #8f0305;
}

.prodetail__tab-header li:after {
  background: #8f0305;
}

.prodetail__detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
  margin-top: 32px;
}

.prodetail__content-wrap {
  position: relative;
  max-height: 360px;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.prodetail__content-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 84%);
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.prodetail__content-wrap.is-expanded {
  max-height: none;
}

.prodetail__content-wrap.is-expanded::after {
  opacity: 0;
}

.prodetail__content-action {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.prodetail__content-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 132px;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(143, 3, 5, 0.2);
  border-radius: 999px;
  color: #8f0305;
  background: #fff4d0;
  font-weight: 700;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.prodetail__content-toggle:hover {
  color: #fff;
  border-color: #8f0305;
  background: #8f0305;
}

.prodetail__content-toggle i {
  font-size: 11px;
  transition: transform 0.2s ease;
}

.prodetail__content-toggle i.is-active {
  transform: rotate(180deg);
}
 

.prodetail__hot {
  padding: 24px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.prodetail__hot-title {
  margin: 0 0 14px;
  color: #8f0305;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.prodetail__hot-list {
  display: grid;
  gap: 12px;
}

.prodetail-hot-slider {
  height: 478px;
}

.prodetail-hot-slider .splide__track {
  height: 100%;
}

.prodetail__hot-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  color: #222;
}

.prodetail__hot-photo {
  display: block;
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 6px;
  background: #fff;
  aspect-ratio: 1;
}

.prodetail__hot-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.prodetail__hot-item:hover .prodetail__hot-photo img {
  transform: scale(1.06);
}

.prodetail__hot-info {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
}

.prodetail__hot-name {
  color: #222;

  font-weight: 700;
  line-height: 1.35;
}

.prodetail__hot-item:hover .prodetail__hot-name {
  color: #8f0305;
}

.prodetail__hot-price {
  color: #8f0305;

  font-weight: 700;
}
.banner-in{ border-radius: 10px; overflow: hidden;}
.prodetail_article{padding: 5px;background: #fff;border: 1px solid #ccc;border-radius: 10px;position:sticky;top: 60px;max-width: 300px;}
.prodetail_article .box-article{margin-bottom: 10px;border-bottom: 1px solid #ccc;}
.prodetail_article .box-article:last-child{margin-bottom: 0px;border-bottom: none;}
.prodetail_article .bd-article{ padding: 5px;}
.prodetail_article .images-article {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;}
.prodetail_article .ds-article h3{font-size: 14px;line-height: unset;}
.prodetail_article .ds-article span{ font-size: 13px;}
/* album */
.album-item a {
  margin-bottom: 10px;
}

.album-item h3 {
  margin: 0px;
}

.album-item h3 a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.album-item h3 a:hover {
  color: red;
}

/* Social */
.info-social {
  padding: 40px 0px;
  background: #9f0406;
}

.title-dl {
  text-align: center;
}

.title-dl h2 {
  color: #f0914b;
  text-transform: uppercase;
  font-family: "Anton";
  font-size: 40px;
  box-shadow: none;
}

.menu-feature-section {
  width: 100%;
  padding: 0;
  background: #ffffff;
}

.menu-feature-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.menu-card {
  width: 100%;
  text-align: center;
}

.menu-card__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.menu-card__title {
  margin: 20px 0 8px;
  font-family: "BT Beau Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: #9f0406;
  text-align: center;
  text-transform: uppercase;
}

.menu-card__desc {
  max-width: 380px;
  margin: 0 auto;
  font-family: "BT Beau Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  text-align: center;
}

.menu-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 144px;
  min-height: 43px;
  margin-top: 14px;
  padding: 10px 30px;
  border-radius: 43px;
  background: #fce26c;
  font-family: "BT Beau Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #9f0406;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

.menu-card__button:hover {
  background: #ffc233;
  transform: translateY(-2px);
}

.social-section {
  width: 100%;
}

.social-section__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.social-section__title {
  margin: 0;
  font-family: "Anton", Arial, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.1;
  color: #fce26c;
  text-align: center;
  text-transform: uppercase;
}

.social-section__subtitle {
  margin: 24px 0 0;
  font-family: "BT Beau Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.social-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  margin: 22px auto 0;
}

.social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.social-item__title {
  margin: 0 0 16px;
  font-family: "BT Beau Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
}

.social-item__icon-link {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.social-item__icon-link:hover {
  transform: translateY(-4px);
  opacity: 0.9;
}

.social-item__icon {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.social-item__icon--tiktok {
  object-fit: cover;
}

.social-item__icon--youtube {
  object-fit: cover;
}

.social-item__button {
  margin: 20px auto 20px;
  padding: 10px;
  display: block;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fce26c;

  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

.social-item__button h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: #9f0406;
}

.social-item__button:hover {
  background: #ffc233;
  transform: translateY(-3px);
}

.social-item__arrow {
  width: 14px;
  height: 8px;
  display: block;
  background-image: url("../images/down_link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0px auto;
  cursor: pointer;
}

.social-item__arrow--up {
  margin-top: 13px;
}

.social-item__arrow--down {
  margin-top: 8px;
  transform: rotate(180deg);
}

.name-link a {
  display: none;
}

.name-link a:first-child {
  display: block;
}

.social-item__button.active {
  display: block;
}

.title-main--left {
  text-align: left;
}

.title-main--left h2,
.title-main--left p {
  text-align: left;
}

.newsnb--vertical {
  flex: 1;
  min-height: 0;
  padding: 2px;
}

.newsnb--vertical .splide__track {
  height: var(--home-news-panel-height) !important;
}

.home-news-card {
  padding: 10px;
  border: 1px solid rgba(109, 2, 1, 0.08);
  border-radius: 8px;
  background: #fff;
}

.home-news-card.news-side-item {
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-bottom: 0;
}

.home-news-card .news-side-photo {
  border-radius: 8px;
}

/* Ajax product popup */
#popup-sp .modal-dialog {
  max-width: 760px;
}

#popup-sp .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

#popup-sp .modal-header {
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(159, 4, 6, 0.12);
  background: #fff8f1;
}

#popup-sp .modal-title {
  margin: 0;
  color: #9f0406;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

#popup-sp .close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #9f0406;
  font-size: 24px;
  line-height: 1;
  opacity: 1;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

#popup-sp .close:hover {
  background: #6f0204;
  transform: rotate(90deg);
}

#popup-sp .modal-body {
  padding: 10px;
}

.product-de {
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.pic-product-de {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #f7f1ea;
}

.pic-product-de .img {
  display: block;
  aspect-ratio: 1 / 1;
}

.pic-product-de img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.pic-product-de:hover img {
  transform: scale(1.05);
}

.pic-product-de .price-per {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  background: #069e34;
  font-size: 13px;
  font-weight: 700;
}

.desc-product-de {
  min-width: 0;
}

.name-product-de {
  margin: 0;
  color: #9f0406;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.name-product-de a {
  color: inherit;
}

.name-product-de a:hover {
  color: #069e34;
}

.cart_detail_bottom {
  gap: 14px;
  margin-top: 24px;
}

.attr-content-pro-detail {
  flex: 0 0 auto;
}

.quantity-pro-detail {
  display: inline-flex;
  align-items: center;
  height: 52px;
  overflow: hidden;
  border: 1px solid rgba(159, 4, 6, 0.24);
  border-radius: 999px;
  background: #fff;
}

.quantity-minus-pro-detail,
.quantity-plus-pro-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 100%;
  color: #9f0406;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.quantity-minus-pro-detail:hover,
.quantity-plus-pro-detail:hover {
  color: #fff;
  background: #9f0406;
}

.qty-pro {
  width: 46px;
  height: 100%;
  border: 0;
  color: #222;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.addnow {
  flex: 1 1 auto;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: #9f0406;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
  /* display: inline; */
}

.addnow:hover {
  color: #fff;
  background: #069e34;
  transform: translateY(-1px);
}

.addnow .price-product {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.addnow .price-new,
.addnow .price-new p {
  margin: 0;
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 575px) {
  #popup-sp .modal-dialog {
    margin: 12px;
  }

  #popup-sp .modal-body {
    padding: 16px;
  }

  .product-de {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .name-product-de {
    font-size: 20px;
  }

  .cart_detail_bottom {
    flex-direction: column;
  }

  .quantity-pro-detail,
  .addnow {
    width: 100%;
  }

  .addnow {
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 16px;
    padding: 12px 16px;
  }
}

/* Single widget process icon visibility fix */
.main-widget .img svg,
.ser-icon .item svg,
.process .item svg {
  display: block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  opacity: 1;
  visibility: visible;
}

.ser-icon {
  opacity: 1;
}

.ser-icon.unsee {
  opacity: 0;
}

.process .item {
  flex: 0 0 30px;
}


/* Criteria article */
.bg_article {
  padding: 0;
  /* background: #fff; */
}

.all_article {
  position: relative;
  z-index: 2;
  height: 90px;
  padding: 0 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.22);
  border-radius: 5px;background: #fff;
}

.criteria-swiper {
  width: 100%;
  height: 90px;
  /* overflow: visible; */
}

.criteria-swiper .swiper-wrapper {
  /* align-items: center; */
}

.criteria-swiper .swiper-slide {
  height: 90px;
  display: flex;
  align-items: center;
}

.box-article {
  width: 100%;
  /* height: 90px; */
  display: flex;
  align-items: center;
}

.bd-article {
  position: relative;
  width: 100%;
  /* min-height: 70px; */
  padding: 16px 28px 16px 30px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  /* box-shadow: 0 4px 9px rgba(0, 0, 0, 0.22); */
}

.criteria-swiper .swiper-slide:first-child .bd-article {
  border-radius: 0 0 0 4px;
}

.criteria-swiper .swiper-slide:last-child .bd-article {
  border-radius: 0 0 4px 0;
}

.criteria-swiper .swiper-slide:not(:last-child) .bd-article::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 1px;
  height: 50px;
  background: #e9e9e9;
}

.images-article {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.images-article img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.ds-article {
  min-width: 0;
  flex: 1 1 auto;
}

.ds-article h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.name-article {
  display: block;
  color: #000;
}

.name-article:hover {
  color: #ed1c24;
}

.ds-article span {
  display: block;
  color: #000;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  -webkit-line-clamp: 1;
}


/* Product flash sale tabs */
.product-figma-section {
  padding: 28px 38px !important;
  background: url(../images/bg_pro.png) no-repeat;
  /* min-height: 726px; */
  border-radius: 14px;
  /* overflow: hidden; */
}

.product-figma-wrap {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  /* padding: 0 25px; */
}

.product-figma-wrap::before {
  content: "";
  white-space: pre;
  position: absolute;
  top: -24px;
  left: 20px;
  z-index: 3;
  width: 103px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 18px;
  border-radius: 0 0 28px 28px;
  color: #fff;
  background: url(../images/b_tab_sp.png) no-repeat;
  font-size: 17px;
  line-height: 0.92;
  font-weight: 700;
  text-align: center;
  background-size: 100% 100%;
  /* box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18); */
}

.product-figma-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-left: 105px;
  padding-bottom: 14px;
}
.product-figma-head:before{
  content:'';
  position:absolute;
  right: 0px;
  bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  width:91.5%;
}

.product-figma-title {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.product-figma-tab {
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.88;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.product-figma-tab.active,
.product-figma-tab:hover {
  color: yellow;
  opacity: 1;
}

.product-figma-line {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.55);
}

.product-figma-more {
  flex: 0 0 auto;
  min-width: 124px;
  min-height: 36px;
  padding: 9px 28px 9px 24px;
  border-radius: 999px;
  color: #111;
  background: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  text-align: center;
  top: 35px;
}

.product-figma-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #df0010;
  transform: translateY(-50%);
}

.product-figma-more:hover {
  color: #df0010;
}

.product-figma-desc {
  margin: 11px 0 26px;
  padding-left: 105px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}
 

.product-figma-swiper {
  position: relative;
  padding: 0 0 5px;
  overflow: visible;
}

.product-figma-swiper .swiper-wrapper {
  align-items: flex-start;
  height: auto !important;
}

.product-figma-swiper .swiper-slide {
  height: auto !important;
  align-self: flex-start;
}
 .menu-product-card {
 
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

 .menu-product-card__link {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 10px 18px 0;
  color: #111;
}

 .menu-product-card__photo {
  position: relative;
  width: 100%;
  /* height: 300px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: visible; */
  background: #fff;
}

 .image-pro1 {
  width: 100%;
  height: 100%;
}

 .menu-product-card__photo img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

 .menu-product-card__body {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  padding: 13px 0 0;
}

 .menu-product-card__name {
  /* min-height: 46px; */
  margin: 0 0 10px;
  color: #111;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  text-transform: none;
  -webkit-line-clamp: 2;
}

 .menu-product-card__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
}

 .menu-product-card__price-new {
  color: #ed0014;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
}

 .menu-product-card__price-old {
  color: #9c9c9c;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: line-through;
}

 .menu-product-card__discount {
  position: absolute;
  top: 0;
  right: -8px;
  z-index: 2;
  min-width: 40px;
  height: 58px;
  padding-top: 20px;
  color: #fff;
  background: url(../images/icon_sale.png) no-repeat;
  background-size: 100% 100%;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

 .menu-product-card__save {
  min-height: 28px;
  margin-top: 0;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 4px;
  color: #244f8e;
  background: #eeeeee;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  width: 100%;
}

 .menu-product-card__save i {
  flex: 0 0 auto;
  color: #244f8e;
  font-size: 14px; position:relative; top:-2px;
}

 .menu-product-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
  gap: 5px;
  padding: 12px 18px 14px;
}

 .menu-product-card__btn {
  min-width: 0;
  min-height: 50px;
  padding: 0 12px;
  border: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

 .menu-product-card__btn:hover {
  color: #fff;
  transform: translateY(-1px);
}

 .menu-product-card__btn--buy {
  background: #cf1728;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

 .menu-product-card__btn--buy:hover {
  background: #b90f20;
}

 .menu-product-card__btn--cart {
  background: #f47512;
  font-size: 23px;
}

 .menu-product-card__btn--cart:hover {
  background: #dd6204;
}
.menu-product-card__btn--cart i{ font-size:0px}
.product-figma-prev,
.product-figma-next {
  position: absolute;
  top: calc(50% - 32px);
  z-index: 5;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}

.product-figma-prev {
  left: -18px;
}

.product-figma-next {
  right: -18px;
}

.product-figma-prev::before,
.product-figma-next::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #111;
  border-left: 1px solid #111;
}

.product-figma-prev::before {
  transform: rotate(-45deg);
  margin-left: 4px;
}

.product-figma-next::before {
  transform: rotate(135deg);
  margin-right: 4px;
}

.product-figma-pagination {
  position: relative;
  left: 50% !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 4;
  width: auto !important;
  min-height: 30px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  background: #fff;
  transform: translateX(-50%);
  margin-top: 30px;
}

.product-figma-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  border: 1px solid #777;
  background: transparent;
  opacity: 1;
}

.product-figma-pagination .swiper-pagination-bullet-active {
  border-color: #f37021;
  background: #f37021;
}


.swiper-wrapper,.splide__list {
  align-items: flex-start;
  height: auto !important;
}
 
/* bg */
.bg_bgsize {
    background-size: 100% 100%;
    padding: 1px 0px;
}



/* Brand figma */
.brand-figma-section {
  padding: 0 0 1px;
  /* background: #fff; */
}

.brand-figma-wrap {
  
  overflow: hidden;

}

.brand-figma-head {
  min-height: 55px;
  margin: 0;
  padding: 0 14px 0 30px;border-radius:10px 10px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(90deg, #c81726 0%, #d51d24 52%, #f47b18 100%);
}

.brand-figma-title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-figma-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.brand-figma-title h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-figma-more {
  position: relative;
  flex: 0 0 auto;
  padding-right: 14px;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}

.brand-figma-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  transform: translateY(-50%);
}

.brand-figma-more:hover {
  color: #fff;
  opacity: 0.82;
}

.all_brand{
  padding: 27px 27px 56px;
  background: #fff;
  border-radius: 0 0 5px 5px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  margin-bottom: 8px;
}

.brand-figma-swiper .swiper-wrapper {
  align-items: flex-start;
  height: auto !important;
}
 
.brand-figma-item {
  width: 100%; 
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.brand-figma-item:hover {
  border-color: #f47b18;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.09); 
}

.brand-figma-item img {
  width: 100%;
  max-width: 166px;
  max-height: 80px;
  height: auto !important;
  object-fit: contain;
}

.brand-figma-pagination {
  position: relative;
  left: 50% !important;
  bottom: 26px !important;
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transform: translateX(-50%);
  margin-top: 10px;
}

.brand-figma-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 1px;
  margin: 0 !important;
  border-radius: 0;
  background: #dfdfdf;
  opacity: 1;
}

.brand-figma-pagination .swiper-pagination-bullet-active {
  height: 2px;
  background: #f47b18;
}


/* Custom swiper height fix */
.product-figma-swiper.swiper,
.brand-figma-swiper.swiper,
.video-figma-swiper.swiper {
  height: auto !important;
}

.product-figma-swiper .swiper-wrapper,
.brand-figma-swiper .swiper-wrapper,
.video-figma-swiper .swiper-wrapper {
  height: auto !important;
  align-items: flex-start;
}

.product-figma-swiper .swiper-slide,
.brand-figma-swiper .swiper-slide,
.video-figma-swiper .swiper-slide {
  height: auto !important;
  align-self: flex-start;
}


/* Product list figma */
.product-list-figma-section {
  padding: 0 0 40px;
  /* background: #fff; */
}

.product-list-figma-section + .product-list-figma-section {
  padding-top: 20px;
}

.product-list-figma-banner-wrap,
.product-list-figma-content {
  max-width: 1320px;
}

.product-list-figma-banner {
  height: 220px;
  overflow: hidden;
  border-radius: 0;
}

.product-list-figma-banner img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.product-list-figma-content {
  /* padding-top: 60px; */
}

.product-list-figma-head {
  position: relative;
  min-height: 60px;
  margin: 0 0 30px;
  display: flex;
  align-items: flex-start;
  /* gap: 18px; */
  /* border-bottom: 3px solid #c91f2a; */
}

.product-list-figma-label {
  position: relative;
  z-index: 2;
  min-width: 289px;
  height: 60px;
  padding: 0 24px 0 92px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #c91f2a 0%, #c91f2a 70%, #ee771b 100%);
  clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 100%, 0 100%);
}

.product-list-figma-icon {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ee771b;
}

.product-list-figma-icon img {
  width: 24px;
  height: 24px !important;
  object-fit: contain;
}

.product-list-figma-title-text {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-list-figma-decor {
  position: relative;
  flex: 1 1 auto;
  min-width: 80px;
  height: 50px;
  margin-top: 10px;
  overflow: hidden;
  background: url(../images/a_titlespcap1.png) no-repeat;
  /* width: calc(100% + 20px); */
  margin-left: -20px;
}
 
.product-list-figma-more {
  flex: 0 0 auto;
  margin-top: 19px;
  padding-right: 13px;
  position: relative;
  color: #424242;
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
  white-space: nowrap;
  position: absolute;
  right: 20px;
  color: #424242;
font-family: "SN Samsung Sharp Sans";
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 230.769% */
}
 
.product-list-figma-more:hover {
  color: #c91f2a;
}

.product-list-figma-tabs {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* .product-list-figma-result {
  min-height: 975px;
} */

.product-list-figma-result .home-product-ajax-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
}
 
.product-list-figma-result .pagination {
  margin-top: 30px;
  gap: 5px;
}
.product-list-figma-result .page-item:first-child .page-link,.product-list-figma-result .page-item:last-child .page-link{font-size:28px;padding-bottom: 9px;}

.product-list-figma-result .pagination li a,
.product-list-figma-result .pagination li span {
  min-width: 35px;
  height: 35px;
  border-radius: 0 !important;
  border-color: #dbdbdb;
  color: #686868;
  background: transparent;
  font-size: 13px;
  line-height: 25px;
}

.product-list-figma-result .pagination .page-item.active .page-link,.product-list-figma-result .pagination .page-item:hover .page-link {
  background: #c91f2a;
  border-color: #c91f2a;
  color: #fff;
}

.product-list-figma-ads {
  max-width: 1320px;
  padding: 0 10px;
  margin: 60px auto 0;
}

.product-list-figma-ads .swiper-slide a {
  display: block;
  height: 260px;
  overflow: hidden;
}

.product-list-figma-ads img {
  width: 100%;
  /* height: 100% !important; */
  /* object-fit: cover; */
}

/* News figma */
.news-figma-section {
  /* padding: 1px 0 40px; */
  /* background: #fff; */
}

.news-figma-wrap {
  /* max-width: 1320px; */
  /* min-height: 580px; */
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: minmax(0, 873px) minmax(320px, 397px);
  gap: 25px;
  align-items: start;
}

.news-figma-panel {
  position: relative;
  min-height: 580px;
  padding: 20px 10px 24px;
  border-radius: 10px;
  background: #fff;
}

.news-figma-title {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d9d9d9;
}

.news-figma-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 179px;
  height: 3px;
  background: #eb1c24;
}

.news-figma-title h2 {
  margin: 0;
  color: #1e1e1e;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-figma-featured {
  width: 459px;
}

.news-figma-featured .news-shadow {
  height: auto;
  background: transparent;
  box-shadow: none;
}

.news-figma-featured .news-shadow-article {
  display: block;
}

.news-figma-featured .news-shadow-image {
  width: 459px;
  height: 319px;
  margin-bottom: 12px;
  overflow: hidden;
}

.news-figma-featured .news-shadow-image a,
.news-figma-featured .news-shadow-image picture,
.news-figma-featured .news-shadow-image img {
  width: 100%;
  height: 100% !important;
  display: block;
}

.news-figma-featured .news-shadow-image img {
  object-fit: cover;
}

.news-figma-featured .news-shadow-info {
  padding: 0;
  color: #383838;
}

.news-figma-featured .date-news {
  display: none;
}

.news-figma-featured .right-news-name {
  display: block;
}

.news-figma-featured .news-shadow-name {
  margin: 0 0 9px;
}

.news-figma-featured .news-shadow-name a {
  color: #383838;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-line-clamp: 1;
}

.news-figma-featured-date,
.news-figma-side-list .date-news-lrn {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #818181;
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
}

.news-figma-featured-date svg,
.news-figma-side-list .date-news-lrn svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: #de0009;
}

.news-figma-featured .news-shadow-info > .text-split {
  min-height: 47px;
  margin: 0 0 4px;
  color: #383838;
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
  -webkit-line-clamp: 2;
}

.news-figma-more {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  color: #2c2c2c;
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
}

.news-figma-featured .news-figma-more {
  float: right;
  /* width: 118px; */
  overflow: hidden;
  /* color: transparent; */
  margin-top: 10px;
}

.news-figma-side-list .news-figma-more {
  margin-left: auto;
}

.news-figma-more span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #de0009;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
}

.news-figma-more:hover {
  color: #de0009;
}

.news-figma-featured .news-figma-more:hover {
  color: transparent;
}

.news-figma-side-list {
  position: absolute;
  top: 80px;
  right: 10px;
  width: 383px;
  height: 471px;
  overflow: hidden;
}

.news-figma-vertical,
.news-figma-vertical .swiper-wrapper,
.news-figma-vertical .swiper-slide,
.news-figma-vertical .item {
  height: auto !important;
}

.news-figma-side-list .news-shadow {
  min-height: 151px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  background: transparent;
  box-shadow: none;
}

.news-figma-side-list .news-shadow-article {
  display: grid;
  grid-template-columns: 147px minmax(0, 1fr);
  gap: 16px;
}

.news-figma-side-list .news-shadow-image {
  width: 147px;
  height: 140px;
  overflow: hidden;
}

.news-figma-side-list .news-shadow-image a,
.news-figma-side-list .news-shadow-image picture,
.news-figma-side-list .news-shadow-image img {
  width: 100%;
  height: 100% !important;
  display: block;
}

.news-figma-side-list .news-shadow-image img {
  object-fit: cover;
}

.news-figma-side-list .news-shadow-info {
  min-width: 0;
  padding: 4px 0 0;
}

.news-figma-side-list .news-shadow-name {
  margin: 0 0 1px;
}

.news-figma-side-list .news-shadow-name a {
  color: #383838;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  -webkit-line-clamp: 1;
}

.news-figma-side-list .news-shadow-info > .text-split {
  margin-bottom: 7px;
  color: #000;
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
  -webkit-line-clamp: 2;
}

.news-figma-side-list .date-news-lrn {
  margin-bottom: 2px;
}

.news-figma-quote {
  /* min-height: 570px; */
  padding: 28px 15px 15px;
  border: 5px solid #e32430;
  border-radius: 10px;
  background: #c91f2a;
  box-shadow: inset 6px 6px 6px 1px #aa1620;
  color: #fff;
}

.news-figma-quote-title {
  position: relative;
  min-height: 72px;
  padding-left: 43px;
  margin-bottom: 18px;
  color: #fff;
}

.news-figma-quote-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background: url('../images/icon_dknt.png') center/contain no-repeat;
}

.news-figma-quote-title h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.news-figma-quote-title p {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}

.news-figma-form {
  /* min-height: 448px; */
  padding: 30px 20px 27px;
  border-radius: 10px;
  background: #fff;
}

.news-figma-form-grid {
  display: block !important;
}

.news-figma-field {
  position: relative;
  margin-bottom: 10px;
}

.news-figma-field .dknt-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.news-figma-field .form-control {
  width: 100%;
  height: 50px;
  padding: 0 42px 0 15px;
  border: 0;
  border-radius: 0;
  background-color: #f6f6f6;
  color: #383838;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  box-shadow: none;
}

.news-figma-field .form-control::placeholder {
  color: #383838;
  opacity: 1;
}

.news-figma-field::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 17px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.news-figma-field--name::after {
  background-image: url('../images/dk1.png');
}

.news-figma-field--phone::after {
  background-image: url('../images/dk2.png');
}

.news-figma-field--email::after {
  background-image: url('../images/dk3.png');
}

.news-figma-field--content .form-control {
  height: 145px !important;
  padding-top: 18px;
  resize: none;
}

.news-figma-form .cf-turnstile {
  display: none;
}

.news-figma-submit-wrap {
  margin-top: 10px !important;
}

.news-figma-submit-wrap .btn {
  width: 100%;
  height: 50px;
  padding: 10px 50px !important;
  border: 0;
  border-radius: 0;
  background: #ee771b;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700 !important;
  text-transform: none;
}

.news-figma-submit-wrap .btn:hover {
  background: #d86410;
}

/* Footer figma */
.footer-figma-section {
  min-height: 622px;
  padding: 0 !important;
  background: #fff !important;
  color: #1f1f1f;
  overflow: hidden;
}

.footer-figma-wrap {
  position: relative;
  width: min(1300px, calc(100% - 24px));
  max-width: 1300px;
  min-height: 622px;
  margin: 0 auto;
  padding: 0 !important;
}

.footer-figma-top {
  display: grid;
  grid-template-columns: 420px 220px 245px 327px;
  column-gap: 35px;
  align-items: start;
  padding: 55px 0 120px;
}

.footer-figma-col {
  min-width: 0;
}

.footer-figma-store {
  padding-left: 0;
}

.footer-figma-logo {
  display: block;
  width: 334px;
  height: 209px;
  margin: 0 0 -7px;
  overflow: hidden;
}

.footer-figma-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-figma-contact {
  max-width: 405px;
  margin-top: -7px;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
}

.footer-figma-contact p,
.footer-figma-contact div {
  position: relative;
  margin: 0; 
  line-height: 45px;
} 

.footer-figma-contact a,
.footer-figma-contact strong,
.footer-figma-contact span[style*="color"] {
  color: #de0009 !important;
}

.footer-figma-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.footer-figma-social span {
  margin-right: 4px;
  color: #1f1f1f;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  white-space: nowrap;
}

.footer-figma-social li {
  margin: 0;
  padding: 0;
}

.footer-figma-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* background: #c91f2a; */
  transition: background .2s ease, transform .2s ease;
}

.footer-figma-social-link:hover {
  background: #de0009;
  transform: translateY(-2px);
}

.footer-figma-social-link img {
  width: 50px;
  height: 24px;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
}

.footer-figma-title,
.footer-figma-fb-title h2 {
  margin: 0 0 9px;
  color: #de0009;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-figma-list {
  list-style: disc !important;
  padding-left: 20px !important;
}

.footer-figma-list li {
  margin: 0;
  padding: 0;
  color: #212121;
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
}

.footer-figma-list a {
  color: #212121;
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  text-decoration: none;
}

.footer-figma-list a:hover {
  color: #de0009;
}

.footer-figma-time {
  position: relative;
  min-height: 60px;
  margin-top: 11px;
  padding-left: 51px;
}

.footer-figma-time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 46px;
  height: 46px;
  /* border: 2px dashed #de0009; */
  /* border-radius: 50%; */
  background: url(../images/gio_lv.png) no-repeat;
}
 
.footer-figma-time span {
  display: block;
  margin: 0;
  color: #2d2d2d;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-figma-time p {
  margin: 0;
  color: #2d2d2d;
  font-size: 13px;
  line-height: 35px;
  font-weight: 500;
}

.footer-figma-fb-title p {
  position: relative;
  width: 298px;
  margin: 15px 0 12px !important;
  padding-left: 19px;
  color: #282828;
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
}

.footer-figma-fb-title p::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #282828;
}

.footer-figma-fanpage {
  width: 327px;
  height: 225px;
  overflow: hidden;
  border-radius: 10px;
  background: #111;
}

.footer-figma-fanpage iframe,
.footer-figma-fanpage span,
.footer-figma-fanpage div {
  max-width: 100% !important;
}

.footer-figma-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 60px;
  margin-left: -50vw;
  background: linear-gradient(90deg, #d71920 0%, #d71920 58%, #f37021 100%);
}

.footer-figma-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1300px, calc(100% - 24px));
  height: 60px;
  margin: 0 auto;
  color: #fff;
}

.footer-figma-copyright {
  color: #fff;
  font-size: 13px;
  line-height: 35px;
  font-weight: 500;
  white-space: nowrap;
}

.footer-figma-copyright b {
  color: #fff;
  font-weight: 700;
}

.footer-figma-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #fff;
  font-size: 13px;
  line-height: 35px;
  font-weight: 500;
  white-space: nowrap;
}

.footer-figma-stats span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
}

.footer-figma-stats span + span::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 12px;
  width: 1px;
  height: 11px;
  background: #fff;
}
/* brand */
.brand{ text-align:center;}
.pic-brand{border: 1px solid #ccc;border-radius: 10px;background: #fff;margin-bottom: 10px;}
.name-brand a{ font-size: 15px; font-weight: 700; color: #000; }
.name-brand a:hover{ color:red;}
/* Cart Fix */
.cart-fixed { position: fixed; right: 20px; bottom: 520px; z-index: 10; background: var(--color-main); width: 50px; height: 50px; text-align: center; color: #fff !important; border-radius: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.cart-fixed i { font-size: 20px; }
.cart-fixed span { position: absolute; top: 0px; right: -5px; color: #ffffff; width: 25px; height: 25px; background: var(--color-main); text-align: center; line-height: 25px; font-size: 11px; border-radius: 100%; }
@media only screen and (max-width: 991px) {.cart-fixed{bottom: 320px !important;}}