@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.woff);
  font-display: swap;
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.col-30 {
  padding-left: 15px;
  padding-right: 15px;
}
.col-20 {
  padding-left: 10px;
  padding-right: 10px;
}
.row-23 {
  margin-left: -11.5px;
  margin-right: -11.5px;
}
.col-23 {
  padding-left: 11.5px;
  padding-right: 11.5px;
}
:root {
  --color-main: #2557ae;
  --color-social: #2557ae;
  --color-hover: #2557ae;
  --color-text: #2557ae;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
#dich-vu-noi-bat,
#sec-spl-laptop-gaming,
#tu-van-giai-phap {
  scroll-margin-top: 100px;
}
body {
  font-size: 14px;
  line-height: 1.5;
}
.max-width,
.wrap-content {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: auto;
}
.mw-700 {
  max-width: 700px;
}
img {
  max-width: 100%;
  display: inline-block;
}
img.lazy {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition:
    filter 0.4s,
    -webkit-filter 0.4s;
  transform: unset !important;
}
img:not(.initial) {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
img.error,
img.initial,
img.loaded {
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-filter: blur(0);
  filter: blur(0);
}
img:not([src]) {
  visibility: hidden;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.social-plugin {
  display: flex;
  margin-top: 10px;
}
.scale-img {
  overflow: hidden;
  display: block;
}
.scale-img img {
  transform: scale(1, 1);
}
.scale-img:hover > img {
  transform: scale(1.1, 1.1);
}
.hover_xemthem {
  transition: 0.4s;
}
.hover_xemthem:hover {
  letter-spacing: 2px;
}
.hover-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.p-relative {
  position: relative;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse-animation {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0;
  }
}
@keyframes border-animation {
  0% {
    transform: scale3d(0.6, 0.6, 0.6);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-frame .kenit-alo-circle-fill,
.carousel-comment-media .carousel-control a span,
.control-owl button,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.support-online .kenit-alo-circle-fill,
.transition {
  transition: 0.3s all;
}
.gutter-x-20 {
  --bs-gutter-x: 20px;
}
.gutter-x-5 {
  --bs-gutter-x: 5px;
}
.header {
  background: #4a90e2;
}
.flex-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-head {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  color: #fff;
}
.cart-head:hover {
  color: #fed402;
}
.cart-head i {
  font-size: 20px;
}
.cart-head .count-cart {
  position: absolute;
  z-index: 999;
  color: #fff;
  background: red;
  border-radius: 50%;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
}
.menu-head {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.menu-head a {
  color: #fff;
}
.menu-head a:hover {
  color: #fed402;
}
.line-head {
  background-color: #72b2fd;
  height: 32px;
  width: 1px;
}
.slideshow {
  position: relative;
}
.search {
  width: 50%;
  max-width: 400px;
  background: #fff;
  position: relative;
  border-radius: 10px;
}
.search input {
  width: calc(100% - 35px);
  font-size: 13px;
  color: #333;
  border-radius: 10px;
  border: none;
}
.search input:focus {
  border: none;
  box-shadow: none;
}
.search label {
  height: 35px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  background: red;
  color: #fff;
  border-radius: 10px;
  margin-right: 3px;
  padding: 5px 10px;
}
.search label i {
  font-weight: 700;
  color: #999;
}
.search p {
  width: 35px;
  height: 35px;
  cursor: pointer;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
}
.search p i {
  font-weight: 700;
  color: #999;
}
.box-search {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ds-item-search {
  width: calc(100% - 70px);
}
.ds-item-search a {
  font-size: 14px;
  color: #333;
}
.show-search {
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.box-search .price-product {
  width: 100%;
  margin: 0;
  text-align: left;
}
.box-search .price-product .price-new {
  color: red;
  font-size: 14px;
  font-weight: 700;
}
.box-search .price-product .price-old {
  color: #999;
  text-decoration-line: line-through;
}
.company {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.company p {
  margin-bottom: 5px;
  font-size: 13px;
}
.company p span {
  color: #007bff;
}
.head-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.head-menu img {
  max-width: 80px;
}
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  top: calc(50% - 22.5px);
}
.control-owl button {
  opacity: 0.5;
  top: 0;
  position: absolute;
  outline: 0;
  border: 2px solid #fff;
  padding: 0;
  margin: 0;
  display: block;
  cursor: pointer;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
  margin: 0;
  background-color: #00a3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.control-owl button:hover {
  opacity: 1;
}
.control-owl button.owl-prev {
  left: 20px;
}
.control-owl button.owl-next {
  right: 20px;
}
.item-partner {
  border: 1px solid #f1f1f1;
  display: block;
}
.box-photo-ct {
  border-radius: 20px;
  overflow: hidden;
}
.title-detail {
  position: relative;
  margin: 20px 0;
}
.title-detail h1 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
.title-main {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
.tt-week {
  font-size: 25px;
  text-align: center;
  margin: 20px 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.title-cat-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.title-cat-main span {
  display: block;
  color: #999;
  background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%);
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.title-cat-main span.active,
.title-cat-main span:hover {
  background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
  color: #000;
}
.grid-tintuc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}
.news {
  display: block;
  margin-bottom: 20px;
  display: block;
}
.pic-news {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}
.pic-news img {
  width: 100%;
}
a.views {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  border: solid 1px #ccc;
  padding: 7px 20px;
  border-radius: 20px;
  color: #000;
  font-size: 16px;
}
a.views:hover {
  border: solid 1px #fed402;
  color: #fed402;
}
.name-news {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 22px;
  max-height: 40px;
  -webkit-line-clamp: 2 !important;
  font-weight: 400;
}
a.name-news.name1 {
  font-size: 25px;
  line-height: 32px;
  max-height: 64px;
}
.name-news:hover {
  color: #fed402;
}
.time-news {
  color: #fed402;
  margin-bottom: 0;
  font-size: 12px;
  margin: 7px 0;
  font-style: italic;
  font-weight: 500;
}
.desc-news {
  color: #333;
  margin: 0;
}
.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}
.share b {
  display: block;
  margin-bottom: 5px;
}
.othernews b {
  margin-bottom: 10px;
}
.list-news-other {
  padding-left: 17px;
  list-style: square;
}
.list-news-other li {
  margin-bottom: 2px;
}
.list-news-other li a {
  text-transform: none;
  color: #333;
}
.list-news-other li a:hover {
  color: #fed402;
}
a.mucluc-dropdown-list_button:before {
  content: "\f03a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  background: #fff;
  color: #006acb !important;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ddd;
}
.meta-toc.fiedx {
  position: fixed;
  left: 5px;
  top: 200px;
  z-index: 111;
}
.meta-toc .mucluc-dropdown-list_button {
  display: none;
}
.meta-toc.fiedx .mucluc-dropdown-list_button {
  display: block;
}
.meta-toc:not(.fiedx) .box-readmore {
  display: block !important;
}
.box-readmore {
  padding: 10px;
  background-color: #f5f5f5;
  width: 100%;
  margin-top: 2px;
  border: 1px solid #ddd;
  font-size: 13px;
  margin-bottom: 10px;
}
.meta-toc.fiedx .box-readmore {
  width: 350px;
  display: none;
}
.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}
/* .box-readmore li ul > li:before {
  content: counters(item, ".") " ";
} */
.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0;
  padding-left: 0 !important;
  margin-top: 8px;
}
.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin: 0 0 5px 0;
}
/* .box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
} */
.box-readmore ul li a {
  color: #000 !important;
  cursor: pointer;
  font-size: 14px;
}
.box-readmore ul li li a {
  font-weight: 400;
}
.box-readmore ul li a:hover {
  color: #767676;
}
.info-partner {
  background: #f8f8f8;
  padding: 15px 0;
}
.side-banners {
  --side-banner-width: clamp(220px, 11vw, 250px);
  --side-banner-gap: clamp(16px, 1.6vw, 28px);
  --side-banner-top: 92px;
  --side-banner-safe: 16px;
  display: none;
}
@media (min-width: 1680px) {
  .side-banners {
    display: block;
    pointer-events: none;
  }
  .side-banner {
    position: fixed;
    /* top: var(--side-banner-top) !important; */
    top: 200px !important;
    width: var(--side-banner-width);
    max-height: calc(100vh - var(--side-banner-top) - 28px);
    z-index: 20;
    pointer-events: auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 46px rgba(5, 44, 72, 0.18);
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease;
  }
  .side-banner--left {
    left: max(
      var(--side-banner-safe),
      calc(
        (95vw - 1200px) / 2 - var(--side-banner-width) - var(--side-banner-gap)
      )
    );
  }
  .side-banner--right {
    right: max(
      var(--side-banner-safe),
      calc(
        (95vw - 1200px) / 2 - var(--side-banner-width) - var(--side-banner-gap)
      )
    );
  }
  a.side-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 54px rgba(5, 44, 72, 0.24);
  }
  .side-banner__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(100vh - var(--side-banner-top) - 28px);
    object-fit: contain;
  }
  .side-banner.is-before-footer {
    position: absolute;
    top: var(--side-banner-stop-top) !important;
  }
}
@media (min-width: 1800px) {
  .side-banners {
    --side-banner-width: 250px;
  }
  .side-banner--left {
    left: calc(
      (95vw - 1200px) / 2 - var(--side-banner-width) - var(--side-banner-gap)
    );
  }
  .side-banner--right {
    right: calc(
      (95vw - 1200px) / 2 - var(--side-banner-width) - var(--side-banner-gap)
    );
  }
}
.site-footer {
  background: #107940;
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  margin: 0;
  padding-top: clamp(48px, 10vw, 88px);
  box-sizing: border-box;
}
.site-footer__bg-photo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  background-color: #107940;
  background-image: var(--footer-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.08;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: min(420px, 40vw);
  height: min(420px, 40vw);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
  z-index: 1;
}
.site-footer::after {
  content: "";
  position: absolute;
  bottom: -35%;
  left: -8%;
  width: min(320px, 35vw);
  height: min(320px, 35vw);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  pointer-events: none;
  z-index: 1;
}
.footer-main {
  padding: 0 0 clamp(24px, 3vw, 32px);
  position: relative;
  z-index: 2;
}
.footer-card {
  --footer-card-r: clamp(20px, 3.8vw, 40px);
  --footer-card-pad-y: clamp(22px, 3vw, 38px);
  --footer-card-pad-x: clamp(14px, 2.8vw, 44px);
  background: #fff;
  border-radius: var(--footer-card-r);
  overflow: hidden;
  max-width: min(1040px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding: var(--footer-card-pad-y) var(--footer-card-pad-x) 0;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .footer-card {
    --footer-card-pad-x: clamp(40px, 5vw, 64px);
  }
}
.footer-grid {
  --footer-gap-1-2: 136px;
  --footer-gap-2-3: 144px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 24px;
  column-gap: clamp(16px, 3vw, 136px);
  align-items: start;
  padding-bottom: clamp(20px, 2.5vw, 32px);
}
.footer-col--info-stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (min-width: 992px) {
  .footer-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 0;
    row-gap: 0;
  }
  .footer-col--brand {
    flex: 0 0 333px;
    width: 333px;
    max-width: 333px;
    margin-right: var(--footer-gap-1-2);
  }
  .footer-col--info-stack {
    flex: 1 1 0;
    min-width: 0;
    margin-right: var(--footer-gap-2-3);
    gap: 40px;
  }
  .footer-col--services {
    flex: 1 1 0;
    min-width: 0;
  }
}
.footer-col__block--recruit {
  padding-top: 0;
}
@media (min-width: 992px) {
  .footer-col__block--recruit .footer-links li a {
    white-space: nowrap;
  }
}
.footer-col__title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 0.5px;
  margin-bottom: auto;
  padding-bottom: 0;
  border-bottom: none;
  display: inline-block;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  padding: 4px 0;
}
.footer-links li a,
.footer-links li .footer-link-text {
  font-size: 13px;
  color: #444;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links li .footer-link-text {
  cursor: default;
}
.footer-links li a:hover {
  color: var(--color-primary);
}
.footer-col--services .footer-links li {
  padding: 4px 0;
}
.footer-col--services .footer-links li a {
  font-size: 13px;
  line-height: 1.45;
}
.footer-brand__lead {
  width: 100%;
  max-width: 333px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .footer-brand__lead {
    gap: 12px;
  }
}
.footer-brand__lead .footer-logo {
  width: 100%;
  padding-left: clamp(16px, 5vw, 85px);
  padding-right: clamp(16px, 5vw, 85px);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.footer-brand__lead .footer-logo__link {
  padding: 2px 0 0;
}
.footer-brand__lead .footer-brand__name {
  width: 100%;
  text-align: center;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #107940;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .footer-brand__lead .footer-logo {
    padding-left: 64px;
    padding-right: 106px;
  }
  .footer-brand__lead .footer-brand__name,
  .footer-brand__meta {
    padding-left: 24px;
    box-sizing: border-box;
  }
  .footer-brand__lead .footer-brand__name {
    text-align: left;
    max-width: 333px;
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: 0.01em;
  }
}
.footer-brand__meta {
  width: 100%;
  max-width: 313px;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  box-sizing: border-box;
}
.footer-brand__meta .footer-contact {
  gap: 3px;
}
.footer-brand__meta .footer-static-html p {
  margin: 0 0 4px;
}
.footer-brand__meta .footer-static-html p:last-of-type {
  margin-bottom: 0;
}
.footer-brand__meta .footer-static-html {
  line-height: 1.3;
}
.footer-col--brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}
@media (min-width: 992px) {
  .footer-col--brand {
    align-items: stretch;
    text-align: left;
    align-self: start;
  }
  .footer-col--brand .footer-logo__img {
    width: 143px;
    height: 169px;
    max-width: 143px;
    max-height: 169px;
    object-fit: contain;
    object-position: center center;
  }
  .footer-brand__meta .footer-contact,
  .footer-brand__meta .footer-static-html {
    text-align: left;
    width: 100%;
    max-width: 313px;
    margin-left: 0;
    margin-right: 0;
    align-self: stretch;
  }
  .footer-brand__meta .footer-contact li {
    justify-content: flex-start;
    text-align: left;
    line-height: 1.25;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-brand__meta .footer-badges {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.footer-logo {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: visible;
  line-height: 0;
}
.footer-logo__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow: visible;
  padding: 2px 0 0;
}
.footer-logo__img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(280px, 100%);
  max-height: 168px;
  object-fit: contain;
  object-position: center center;
}
@media (max-width: 991px) {
  .footer-brand__meta .footer-contact,
  .footer-brand__meta .footer-static-html {
    text-align: center;
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
  }
  .footer-brand__meta .footer-badges {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-brand__meta .footer-badges {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 0;
  padding-top: 0;
  line-height: 0;
}
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer-contact li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: 13px;
  color: #444;
  text-align: center;
}
.footer-contact li i {
  display: none;
}
.footer-static-html {
  width: 100%;
  font-size: 13px;
  color: #444;
  line-height: 1.55;
}
.footer-static-html p {
  margin: 0 0 8px;
}
.footer-static-html a {
  color: #333;
  text-decoration: none;
}
.footer-static-html a:hover {
  color: var(--color-primary);
}
.footer-static-html ul.footer-contact {
  margin: 0;
}
.footer-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.footer-badge__img {
  max-height: 40px;
  width: auto;
}
.footer-badge__img--bct {
  max-height: 56px;
  width: auto;
  display: block;
}
@media (min-width: 992px) {
  .footer-brand__meta .footer-badge__img--bct {
    width: 137px;
    max-width: 137px;
    height: 45px;
    max-height: 45px;
    object-fit: contain;
  }
}
.footer-badge--bct {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.footer-card__bottom {
  border-top: 1px solid #e8e8e8;
  padding: 12px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom__copyright {
  font-size: 13px;
  color: #999;
}
.footer-bottom__social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: 0 0;
  border: 1px solid #c5c5c5;
  transition:
    background 0.2s,
    border-color 0.2s;
  overflow: visible;
}
.footer-social__link:hover {
  background: #f0f4f1;
  border-color: var(--color-primary);
}
.footer-social__icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
  filter: grayscale(1) brightness(0.92) contrast(1.05);
}
.footer-social__link:hover .footer-social__icon {
  filter: grayscale(0.3) brightness(0.96) contrast(1.05);
}
#hotline.btn-frame,
#social,
.btn-phone.btn-frame,
.toolbar,
.toolbar-custom {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.footer-col--brand .footer-static-html a[href*="m.me"],
.footer-col--brand .footer-static-html a[href*="messenger"],
.footer-col--brand .footer-static-html a[href*="zalo"] {
  display: none !important;
}
.footer-col--brand .footer-static-html a[href*="goo.gl/maps"],
.footer-col--brand .footer-static-html a[href*="google.com/maps"],
.footer-col--brand .footer-static-html a[href*="maps.google"] {
  display: none !important;
}
.footer-col--brand .footer-static-html img {
  display: none !important;
}
.footer-col--brand .footer-static-html a:has(> img) {
  display: none !important;
}
.footer-col--brand .footer-static-html div:has(> a > img),
.footer-col--brand .footer-static-html p:has(img) {
  display: none !important;
}
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 28px;
    column-gap: 24px;
  }
  .footer-col--brand,
  .footer-col--info-stack {
    margin-right: 0;
  }
  .footer-col--brand {
    grid-column: 1/-1;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-col__block--recruit .footer-links li a {
    white-space: normal;
  }
}
@media (max-width: 575px) {
  .footer-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
    column-gap: 0;
  }
  .footer-col--brand {
    grid-column: auto;
    max-width: none;
  }
  .footer-card {
    --footer-card-r: 16px;
    --footer-card-pad-y: 20px;
    --footer-card-pad-x: 16px;
    padding: var(--footer-card-pad-y) var(--footer-card-pad-x) 0;
  }
  .footer-card__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.site-footer .footer-card {
  width: 100%;
  max-width: none;
  border-radius: 16px !important;
  border: 1px solid #cae2d4 !important;
  box-shadow: 0 16px 38px rgba(10, 52, 33, 0.16) !important;
  padding: clamp(22px, 2.8vw, 34px) clamp(16px, 2.8vw, 36px) 0 !important;
  background: linear-gradient(
    155deg,
    #f5fcf8 0,
    #edf7f1 52%,
    #e6f2ea 100%
  ) !important;
  position: relative;
  overflow: visible;
}
.site-footer .wrap-content {
  width: 100%;
  max-width: none;
  padding-left: clamp(12px, 2.4vw, 46px);
  padding-right: clamp(12px, 2.4vw, 46px);
  box-sizing: border-box;
}
.site-footer .footer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 14% 8%,
      rgba(255, 255, 255, 0.65) 0,
      rgba(255, 255, 255, 0) 46%
    ),
    radial-gradient(
      circle at 90% 0,
      rgba(21, 144, 84, 0.09) 0,
      rgba(21, 144, 84, 0) 35%
    );
  pointer-events: none;
  z-index: 0;
}
.site-footer .footer-card__bottom,
.site-footer .footer-v2__bottom-grid,
.site-footer .footer-v2__midline,
.site-footer .footer-v2__top {
  position: relative;
  z-index: 1;
}
.site-footer .footer-v2__top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 1fr) minmax(
      0,
      0.95fr
    );
  gap: clamp(22px, 2.2vw, 34px) !important;
  align-items: stretch;
}
.site-footer .footer-v2__panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer .footer-v2__panel--guide {
  display: grid;
  gap: 12px;
  grid-template-rows: auto auto;
  align-content: start;
}
.site-footer .footer-v2__panel--brand .footer-brand__lead {
  max-width: none;
  gap: 14px;
  align-items: center;
  margin-bottom: 10px;
}
.site-footer .footer-v2__panel--brand .footer-brand__lead .footer-logo {
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
  line-height: 0;
}
.site-footer .footer-v2__panel--brand .footer-logo__img {
  width: 122px;
  max-width: 122px;
  max-height: 122px;
}
.site-footer .footer-v2__panel--brand .footer-brand__name {
  text-align: center;
  max-width: 290px;
  white-space: normal;
  text-wrap: balance;
  font-size: 11px !important;
  line-height: 1.45;
  margin-inline: auto;
  margin-bottom: 0;
}
.site-footer .footer-v2__panel--brand .footer-brand__meta {
  width: 435px;
  margin: 0 !important;
  padding: 0 !important;
  gap: 14px;
  align-items: center;
  margin-inline: auto;
}
.site-footer .footer-v2__panel--brand .footer-contact,
.site-footer .footer-v2__panel--brand .footer-static-html {
  text-align: center;
  max-width: 435px;
  margin-inline: auto;
}
.site-footer .footer-v2__panel--brand .footer-badges {
  justify-content: center;
  width: 100%;
  margin-top: 2px;
}
.site-footer .footer-v2__panel--brand .footer-static-html p {
  margin: 0 0 10px;
}
.site-footer .footer-v2__panel--brand .footer-static-html p:last-child {
  margin-bottom: 0;
}
.site-footer .footer-v2__hotline-box {
  background: #f1f7f3;
  border: 1px solid #d8e7de;
  border-radius: 10px;
  padding: 10px 12px;
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
  overflow: hidden;
}
.site-footer .footer-v2__hotline-box span {
  color: #4f7461;
  font-size: 12px;
  line-height: 1.45;
}
.site-footer .footer-v2__hotline-box a {
  color: #0f7b43 !important;
  font-size: clamp(17px, 1.05vw, 21px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.site-footer .footer-v2__social-title {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  color: #4c735f;
  font-weight: 700;
}
.site-footer .footer-v2__social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.site-footer .footer-v2__social-row .footer-social__link {
  border-color: #9ec7b2;
  background: #f3faf6 !important;
}
.site-footer .footer-v2__social-row .footer-social__icon {
  width: 16px;
  height: 16px;
  filter: grayscale(1) sepia(1) hue-rotate(75deg) saturate(420%)
    brightness(0.72) contrast(1.02);
}
.site-footer
  .footer-v2__social-row
  .footer-social__link:hover
  .footer-social__icon {
  filter: grayscale(1) sepia(1) hue-rotate(82deg) saturate(520%)
    brightness(0.62) contrast(1.05);
}
.site-footer .footer-v2__pay-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}
.site-footer .footer-v2__pay-item {
  border: 1px solid #c9ddd1;
  border-radius: 9px;
  padding: 4px 6px;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(1px);
  box-shadow: 0 2px 10px rgba(20, 91, 58, 0.06);
}
.site-footer .footer-v2__pay-item img {
  width: 100%;
  height: 34px;
  object-fit: contain;
  display: block;
}
.site-footer .footer-v2__midline {
  height: 1px;
  background: #d9e6df;
  margin-bottom: clamp(18px, 2.2vw, 24px);
}
.site-footer .footer-v2__bottom-grid {
  display: grid;
  grid-template-columns:
    minmax(150px, 0.72fr) minmax(280px, 1.28fr) minmax(260px, 1fr)
    minmax(260px, 1fr);
  gap: clamp(22px, 2.4vw, 42px);
  padding-bottom: 18px;
  align-items: start;
}
.site-footer .footer-col__block--feedback p,
.site-footer .footer-col__block--promo p {
  color: #547565;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 10px;
}
.site-footer .footer-v2__form {
  display: grid;
  gap: 10px;
}
.site-footer .footer-v2__form input {
  border: 1px solid #d1e3d8;
  border-radius: 9px;
  height: 40px;
  padding: 0 12px;
  color: #235c3e;
  font-size: 13px;
}
.site-footer .footer-v2__feedback-btn,
.site-footer .footer-v2__form button {
  border: 1px solid #0f7b43;
  border-radius: 9px;
  color: #fff !important;
  background: linear-gradient(135deg, #0f7b43, #149257);
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 16px;
  width: fit-content;
}
.site-footer .footer-v2__feedback-btn {
  text-decoration: none;
  min-width: 136px;
}
.site-footer .footer-col__title {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #0f6e3f !important;
  margin-bottom: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  line-height: 1.3;
}
.site-footer .footer-links li {
  padding: 4px 0;
  break-inside: avoid;
}
.site-footer .footer-links--columns {
  columns: 2 130px;
  column-gap: clamp(18px, 2vw, 34px);
}
.site-footer .footer-links--products {
  columns: 2 145px;
}
.site-footer .footer-links li a,
.site-footer .footer-links li .footer-link-text {
  font-size: 13px;
  color: #1e5f40 !important;
  line-height: 1.6 !important;
  display: inline-block;
}
.site-footer .footer-links li .footer-link-text {
  cursor: default;
}
.site-footer .footer-links li a:hover {
  color: #149257;
}
.site-footer .footer-brand__lead .footer-logo {
  padding-left: 0;
  padding-right: 0;
  justify-content: center !important;
}

.site-footer .footer-brand__lead .footer-brand__name {
  padding-left: 0;
  color: #0f7542;
  font-weight: 800;
  font-size: 14px !important;
  letter-spacing: 0.01em;
  line-height: 1.45;
}
.site-footer .footer-brand__meta {
  margin-top: 14px;
  max-width: 100%;
  gap: 8px;
}
.site-footer .footer-brand__meta .footer-contact,
.site-footer .footer-brand__meta .footer-static-html {
  font-size: 13px;
  line-height: 1.6;
  color: #295f43;
  margin: 0 !important;
}
.site-footer .footer-card__bottom {
  border-top: 1px solid #d9e6df;
  padding: 14px 0 16px !important;
  justify-content: center;
}
.site-footer .footer-bottom__copyright {
  color: #587968;
  font-size: 12px;
  line-height: 1.5;
}
.site-footer .footer-social__link {
  width: 36px;
  height: 36px;
  border-color: #cde0d5;
  background: #fff !important;
}
.site-footer .footer-social__link:hover {
  border-color: #0f7b43;
  background: #e8f6ee;
}
@media (max-width: 991px) {
  .site-footer .footer-v2__top {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer .footer-v2__panel--brand .footer-brand__lead,
  .site-footer .footer-v2__panel--brand .footer-brand__meta {
    align-items: center;
  }
  .site-footer .footer-v2__panel--brand .footer-badges,
  .site-footer .footer-v2__panel--brand .footer-brand__name,
  .site-footer .footer-v2__panel--brand .footer-contact,
  .site-footer .footer-v2__panel--brand .footer-static-html {
    text-align: center;
    justify-content: center;
  }
  .site-footer .footer-v2__bottom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-footer .footer-links--columns,
  .site-footer .footer-links--products {
    columns: 1;
  }
  .site-footer .footer-v2__hotline-box a {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .site-footer .wrap-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-footer .footer-card {
    border-radius: 18px;
    padding: 18px 14px 0 !important;
  }
  .site-footer .footer-v2__bottom-grid,
  .site-footer .footer-v2__top {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .site-footer .footer-v2__hotline-box a {
    font-size: 18px;
    white-space: normal;
  }
  .site-footer .footer-col__title {
    font-size: 14px;
    margin-bottom: 10px !important;
  }
  .site-footer .footer-v2__feedback-btn,
  .site-footer .footer-v2__form button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .site-footer .footer-v2__pay-grid {
    gap: 10px;
  }
}
.title-tags {
  position: relative;
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #777;
}
.title-tags:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  height: 3px;
  width: 30px;
}
.flex-tags {
  display: flex;
  gap: 5px;
}
.flex-tags a {
  color: #333;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  opacity: 0.8;
  padding: 2px 5px;
}
.flex-tags a:hover {
  background-color: red;
  border-color: red;
  color: #fff;
  opacity: 1;
}
.item-criteria a {
  display: flex;
  align-items: center;
  color: #333;
}
.item-criteria a .ds-criteria {
  width: calc(100% - 60px);
  margin-left: 10px;
}
.item-criteria a .ds-criteria h3 {
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: var(--color-main);
}
.item-criteria a .ds-criteria p {
  -webkit-line-clamp: 2;
  margin: 0;
}
.flex-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-about {
  width: 50%;
}
.meta-toc.fiedx {
  position: fixed;
  left: 5px;
  top: 200px;
  z-index: 111;
}
.photo-about {
  width: 48%;
}
.title-about {
  margin-bottom: 20px;
}
.title-about h3 {
  font-size: 30;
  color: #333;
  text-transform: uppercase;
}
.view-about {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  margin: 30px 0 20px;
  color: #333;
  text-align: center;
}
.view-about span {
  position: relative;
  z-index: 1;
}
.view-about span:hover {
  color: red;
}
.view-about span:after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c2d2a7;
  position: absolute;
  z-index: -1;
  left: 4%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.item-service {
  position: relative;
}
.item-service h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-size: 17px;
  margin: 0;
}
.flex-video {
  display: flex;
  justify-content: space-between;
}
.wr-video {
  width: 49%;
}
.wr-form {
  width: 49%;
}
.video-main {
  position: relative;
}
.list-video {
  margin-top: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.img-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #ff000066;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  background: #ffffffa8;
  font-size: 27px;
  cursor: pointer;
  transition: all 1s;
}
.item-video:hover span {
  transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
.item-video h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0;
  position: relative;
}
.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0;
}
.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: 0;
  order: 2;
}
.sort-select-main p:has(.check) {
  order: 1;
}
.sort a {
  color: #000;
  font-size: 14px;
  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;
}
.sort-select .sort-show::before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  height: 0;
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
}
.filter {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
  display: none;
}
.flex-product-main {
  display: flex;
  gap: 20px;
}
.flex-product-main .left-product {
  width: 250px;
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 5px;
}
.flex-product-main .right-product {
  width: calc(100% - 250px);
}
.wrap-product-sale {
  background-color: #ffa09e;
  border-radius: 10px;
  overflow: hidden;
}
.wr-search p {
  font-weight: 700;
  text-transform: uppercase;
}
.product {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  border: 1px solid #f1f1f1;
}
.product .pic-product {
  background: #fff;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px transparent;
}
.product:hover .pic-product {
  border: solid 1px #ccc;
}
.product .pic-product img {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.product .pic-product > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
}
.product .pic-product::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(
    116deg,
    rgba(255, 255, 255, 0) 24%,
    rgba(255, 255, 255, 0.62) 44%,
    rgba(255, 255, 255, 0) 64%
  );
  transform: translate3d(-130%, 0, 0);
  opacity: 0;
}
.product:hover .pic-product::after {
  opacity: 1 !important;
  transform: translate3d(132%, 0, 0) !important;
  transition:
    transform 0.92s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.2s ease;
}
.product:hover .pic-product img {
  filter: brightness(1.1) saturate(1.12) !important;
}
.first_img {
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  height: 100%;
}
.product:hover .first_img {
  transform: scale(0);
}
.second_img {
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  transition: all 0.5s ease;
  height: 100%;
}
.product:hover .second_img {
  right: 0;
  top: 0;
  transition: all 0.5s ease;
}
.product .name-product {
  margin-bottom: 5px;
  font-weight: 400;
}
.product .name-product a {
  font-size: 15px;
  color: #232323;
  font-weight: 500;
}
.product .name-product a:hover {
  color: #ff2e00;
}
.product .name-product .text-split {
  -webkit-line-clamp: 2;
}
.product .price-product {
  margin-bottom: 10px;
  color: #555;
}
.product .price-new {
  font-size: 16px;
  font-weight: 500;
  color: #ff2e00;
  display: inline-block;
  text-transform: uppercase;
}
.product .price-old {
  padding: 0 10px;
  font-size: 14px;
  text-decoration: line-through;
  display: block;
  color: #ff2e00;
  text-transform: uppercase;
}
.product .price-per {
  color: #ff2e00;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
}
.box-cat {
  text-align: center;
}
.box-cat h3 {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.box-cat:hover h3 {
  color: red;
}
.cart-product {
  margin: 5px 0 0 0;
}
.cart-product span {
  cursor: pointer;
  color: #fff;
  text-align: center;
  padding: 0 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
  font-weight: 700;
}
.cart-add {
  margin-left: 10px;
  background-color: #00a5d9;
  width: 155px;
}
.cart-add:hover {
  background-color: #fed402;
}
.cart-buy {
  background-color: #ff2e00;
  width: 93px;
  height: 33px;
}
.cart-buy:hover {
  background-color: #fed402;
}
.grid-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.grid-product > * {
  max-width: 100%;
  min-width: 0;
}
.grid-product .product .product-info {
  margin-top: 10px;
  color: #333;
}
.grid-product .product .product-info h3 {
  font-size: 17px;
  color: #333;
}
.grid-product .product .product-info .price span {
  color: red;
}
.grid-product .product .pic-product {
  border: 1px solid #ddd;
}
.grid-pro-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.grid-pro-detail .left-pro-detail {
  width: 50%;
}
.grid-pro-detail .pro-detail-main-photo {
  overflow: visible;
  max-width: 100%;
}
.grid-pro-detail .pro-detail-main-photo .MagicZoom {
  display: block;
  max-width: 100%;
}
.grid-pro-detail .right-pro-detail {
  width: 45%;
}
.detail-product {
  display: flex;
  justify-content: space-between;
}
.detail-product .left-pro-detail {
  width: 40%;
  border: 1px solid #ddd;
}
.detail-product .right-pro-detail {
  width: 57%;
}
.detail-product .right-pro-detail ul {
  list-style: none;
  padding: 0;
}
.detail-product .right-pro-detail ul li {
  margin-bottom: 20px;
}
.detail-product .right-pro-detail ul li .title-pro-detail {
  font-size: 18px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0;
}
.detail-product
  .right-pro-detail
  ul
  li
  .attr-content-pro-detail
  .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: red;
}
.tabs-pro-detail .tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
}
.nav-tabs li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: red;
}
.ul-actions {
  display: flex;
  justify-content: center;
  margin: 20px;
  gap: 15px;
  align-items: flex-start;
}
.ul-actions li,
.ul-actions > div {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80px;
  text-align: center;
}
.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover {
  border-color: #fd6e1d;
}
.ul-actions .box__tabr {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  min-height: 55px;
  padding: 4px;
  height: 60px;
  width: 80px;
}
.icon-action {
  background-image: url(../images/icon_chitiet@2x-min.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-size: 300px 180px;
}
.icon-dnb {
  background-position: 0 0;
  height: 28px;
  width: 28px;
}
.icon-tskt {
  background-position: -105px 0;
  height: 30px;
  width: 30px;
}
.icon-ttsp {
  background-position: -140px 0;
  height: 19px;
  width: 23px;
}
.ul-actions p {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px;
  white-space: normal;
  color: #000;
}
.modal-detail::-webkit-scrollbar {
  width: 10px;
}
.modal-detail::-webkit-scrollbar-thumb {
  width: 10px;
  background: #4d90e0;
  border-radius: 10px;
  height: 50px;
}
.modal-detail {
  position: fixed;
  z-index: 999;
  background: #000000c4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.content-modal-detail {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100vh;
}
.content-modal-detail .tabs {
  display: flex;
  cursor: pointer;
  padding: 0;
  list-style: none;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
}
.content-modal-detail .tabs li {
  padding: 20px 20px;
  margin-right: 5px;
  font-weight: 700;
  position: relative;
  border-bottom: 4px solid #fff;
}
.content-modal-detail .tabs li.active {
  color: #2d9cdb;
  border-bottom: 4px solid #2d9cdb;
}
.content-modal-detail .tab-content {
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.content-modal-detail .tab-content.active {
  display: block;
}
.close-tab {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10;
}
.btn-closemenu {
  position: fixed;
  top: 10px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  line-height: 21px;
  padding: 7px;
  text-align: right;
  width: 72px;
}
.btn-closemenu::before {
  transform: rotate(45deg);
}
.btn-closemenu::after {
  transform: rotate(-45deg);
}
.btn-closemenu::after,
.btn-closemenu::before {
  background-color: #333;
  content: "";
  left: 13px;
  height: 14px;
  position: absolute;
  top: 10px;
  width: 1px;
}
.cursor-pointer {
  cursor: pointer;
}
.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}
.contact-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact-text {
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
  border-radius: 50px;
  border: solid 1px #e8e8e8;
  padding: 30px 50px;
  color: #7b7b7b;
}
.box-frm {
  position: relative;
}
form.contact-form {
  box-shadow:
    5px 30px 40px rgba(0, 0, 0, 0.1),
    5px 30px 40px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 30px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 65px;
  background: #fff;
}
.contact-input input,
.contact-input textarea {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dotted #045b8a;
}
.btn-send {
  margin: auto;
  border-radius: 50px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 25px;
}
.breadCrumbs {
  padding: 10px 0;
  background: #ddd;
}
.breadCrumbs ol {
  margin: 0;
}
.breadCrumbs ol li a {
  color: #333;
}
.breadCrumbs ol li a:hover {
  color: red;
}
.paging-product {
  position: relative;
}
.pagination {
  margin: 20px 0;
}
.pagination li span {
  cursor: pointer;
}
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}
.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}
.btn-frame .zoomIn {
  animation-name: zoomIn;
}
.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame .pulse {
  animation-name: pulse;
}
.grid-properties {
  display: flex;
  gap: 10px;
}
.grid-properties span {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
}
.grid-properties span.active,
.grid-properties span:hover {
  border: 1px solid red;
  color: red;
}
.grid-properties span.active:after,
.grid-properties span:hover:after {
  content: "";
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
  bottom: 0;
  position: absolute;
  right: -0.9375rem;
}
.grid-properties span.outstock {
  pointer-events: none;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: 700;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}
.grecaptcha-badge {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  overflow: hidden;
}
[x-cloak] {
  display: none !important;
}
a.views_dm {
  width: 140px;
  height: 38px;
}
.effect_button {
  transform-style: preserve-3d;
  transform: translateZ(-25px);
  transition: transform 0.25s;
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.effect_button:after,
.effect_button:before {
  position: absolute;
  content: "xem thÃªm";
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: -1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
.effect_button:before {
  color: #fff;
  background: red;
  transform: rotateY(0) translateZ(25px);
}
.effect_button:after {
  color: red;
  transform: rotateX(90deg) translateZ(25px);
}
.effect_button:hover {
  transform: translateZ(-25px) rotateX(-90deg);
}
.grid-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.item-news {
  --tw-bg-opacity: 1;
  background-color: #f1f1f1;
  padding: 1rem;
  box-shadow: 0 0 5px rgb(0 0 0 / 19%);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
}
.item-news:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0 10px rgb(0 0 0 / 19%);
}
.item-news .ds-news {
  width: 100%;
}
.ds-news span {
  display: block;
  line-height: 25px;
  color: #999;
  font-size: 13px;
  margin: 10px 0 0;
  font-style: italic;
}
.ds-news h3 {
  font-size: 16px;
  margin: 0;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-line-clamp: 2 !important;
}
.ds-news .desc {
  color: #333;
}
.item-news:hover h3 {
  color: red;
}
.item-news-all a {
  display: flex;
  justify-content: space-between;
}
.item-news-all a .ds-news {
  width: calc(100% - 110px);
}
.item-news-all a .ds-news h3 {
  text-transform: capitalize;
  font-size: 15px;
}
.flex-news-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.news-left {
  width: 68%;
}
a.btn_link {
  position: relative;
  margin: 5px;
  height: 36px;
  width: 140px;
}
.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before {
  content: "facebook";
}
.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before,
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 217 / var(--tw-bg-opacity));
}
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
  content: "google map";
}
div.slick.in-page:not(.slick-initialized) {
  display: flex;
  gap: 10px;
  overflow: hidden;
  white-space: nowrap;
}
.attr-pro-detail {
  margin: auto;
  padding: 0;
}
.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #ff2e00;
}
.price-old-pro-detail {
  font-weight: 500;
  color: #666;
  text-decoration: line-through;
  padding-left: 10px;
}
.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover {
  color: #fff !important;
  background: #232323;
}
.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-right: 20px;
  font-weight: 500;
}
.quantity-pro-detail span {
  line-height: 40px;
  padding: 0;
  width: 30px;
  height: 40px;
  color: #000;
  cursor: pointer;
  font-size: 22px;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0;
}
.quantity-pro-detail input {
  height: 40px;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 20px;
  padding: 5px;
  font-weight: 700;
}
.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart-pro-detail a {
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 700;
}
.cart-pro-detail a.addnow {
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
}
.cart-pro-detail a.addnow:hover {
  background-color: red;
  color: #fff;
  border-color: red;
}
.cart-pro-detail a.buynow {
  background-color: #000;
}
.cart-pro-detail a.buynow:hover {
  background-color: red;
  color: #fff;
}
.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}
.swiper .swiper-wrapper {
  width: inherit;
  height: inherit;
}
.swiper.swiper-initialized .swiper-wrapper {
  margin: 0;
  width: 100%;
  height: 100%;
}
.swiper.swiper-initialized .swiper-slide {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.modal-title {
  font-size: 20px;
}
.loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.loading {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 5px solid #3498db;
  animation: spin 1s linear infinite;
}
.he-first {
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
.he-first:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, #fff, transparent);
  content: "";
}
.he-first.heigt-auto {
  max-height: unset;
}
.he-first.heigt-auto:before {
  display: none;
}
.grid-pro-detail .right-pro-detail .pro-desc-short {
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
  line-height: 1.6;
}
:root {
  --color-primary: #2e7d32;
  --color-primary-dark: #1b5e20;
  --header-top-bg: #006837;
  --header-top-color: #fff;
  --header-top-bar-h: 52px;
  --header-top-pad-y-start: 17px;
  --header-top-pad-y-end: 16px;
  --header-top-logo-to-address: 80px;
  --header-top-address-to-social: 278px;
  --header-top-social-label-to-icon: 16px;
  --header-top-icon-cluster-h: 19px;
  --header-top-address-icon-w: 14px;
  --header-top-address-icon-h: 18px;
  --font-header-top-social: "Neulis Sans", "Inter", system-ui, sans-serif;
  --header-main-bg: #fff;
  --header-main-height: 97px;
  --header-stack-h: calc(var(--header-top-bar-h) + var(--header-main-height));
  --header-logo-frame-w: 133px;
  --header-logo-frame-h: 134px;
  --header-logo-frame-pad-y: 12px;
  --header-logo-frame-pad-x: 20px;
  --header-logo-frame-gap: 10px;
  --header-logo-frame-radius: 20px;
  --header-logo-img-w: 93px;
  --header-logo-img-h: 110px;
  --header-logo-offset-top: 15px;
  --header-logo-to-nav-gap: 51px;
  --header-top-stack-h: calc(
    var(--header-top-pad-y-start) + var(--header-top-bar-h) +
      var(--header-top-pad-y-end)
  );
  --header-mob-sticky-row-h: 56px;
  --header-nav-search-gap: 68px;
  --header-nav-search-row-min-h: 48px;
  --header-search-w: 320px;
  --header-search-h: 48px;
  --header-search-pad-left: 24px;
  --header-search-pad-right: 97px;
  --header-search-inner-gap: 12px;
  --header-search-border: #d9d9d9;
  --header-search-placeholder: #898989;
  --header-sticky-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  --header-z: 100000;
}
:root {
  --header-main-h: 84px;
  --header-bottom-h: 60px;
  --header-logo-w: 118px;
  --header-logo-h: 76px;
  --header-logo-gap: 14px;
  --cat-panel-w: 282px;
}
.site-header {
  position: relative;
  z-index: var(--header-z);
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow: visible;
}
.header-top {
  background: var(--header-top-bg);
  color: var(--header-top-color);
  font-size: 14px;
  box-sizing: border-box;
  padding: var(--header-top-pad-y-start) 0 var(--header-top-pad-y-end);
  min-height: var(--header-top-bar-h);
  height: auto;
  max-height: none;
  display: flex;
  align-items: center;
  overflow: visible;
}
.header-top > .wrap-content {
  width: 100%;
}
.header-top__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  min-width: 0;
}
.header-top__logo-spacer {
  width: var(--header-logo-frame-w);
  flex-shrink: 0;
}
.header-top__address {
  margin-left: var(--header-top-logo-to-address);
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  min-width: 0;
  flex: 0 1 auto;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.header-top__address span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-top__address-mobile {
  display: none;
}
.header-top__address i {
  width: var(--header-top-address-icon-w);
  height: var(--header-top-address-icon-h);
  font-size: 14px;
  line-height: var(--header-top-address-icon-h);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: var(--header-top-address-to-social);
  gap: 0;
}
.header-top__social-label {
  margin-right: var(--header-top-social-label-to-icon);
  color: #fff;
  white-space: nowrap;
  font-family: var(--font-header-top-social);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.header-top__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: var(--header-top-icon-cluster-h);
  color: #fff;
  text-decoration: none;
  background: 0 0;
  overflow: visible;
  flex-shrink: 0;
}
.header-top__social-link + .header-top__social-link {
  margin-left: 10px;
}
.header-top__social-link:hover {
  color: #fff;
}
.header-top__social-link i {
  font-size: 16px;
  line-height: 1;
  height: var(--header-top-icon-cluster-h);
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.header-weather {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 38px;
  min-width: 220px;
  background: linear-gradient(
    135deg,
    rgba(14, 99, 52, 0.98),
    rgba(34, 168, 109, 0.96)
  );
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease;
  overflow: hidden;
  backdrop-filter: blur(8px);
}
.header-weather:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18);
}
.header-weather__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.header-weather__city {
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
.header-weather__date {
  font-size: 0.78rem;
  opacity: 0.9;
  letter-spacing: 0.01em;
}
.header-weather__divider {
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, 0.22);
  flex-shrink: 0;
}
.header-weather__status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.header-weather__icon-wrap {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  color: #fff;
  transition: background 0.28s ease;
}
.header-weather__icon-wrap i {
  font-size: 1rem;
}
.header-weather__temp {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}
@media (max-width: 991.98px) {
  .header-weather {
    min-width: auto;
    padding: 10px 14px;
    gap: 10px;
  }
  .header-weather__date {
    display: none;
  }
}
.header-top__address {
  margin-left: 0 !important;
}
.header-top__social {
  margin-left: auto !important;
}
.header-main {
  background: var(--header-main-bg);
  border-bottom: 1px solid #e8ede9;
  position: relative;
  overflow: visible;
}
.header-main .wrap-content {
  position: relative;
  overflow: visible;
}
.header-main__inner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: var(--header-main-h);
  gap: 14px;
  padding-left: calc(var(--header-logo-w) + var(--header-logo-gap));
}
.header-logo-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--header-logo-w);
  height: var(--header-logo-h);
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo__link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: var(--header-logo-w);
  height: var(--header-logo-h);
  background: #fff;
  border-radius: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  box-shadow: none;
  transition: none;
}
.header-logo__link .logo-img {
  display: block;
  max-width: 110px;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.header-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  flex: 0 1 600px;
  min-width: 0;
  width: min(600px, 100%);
  height: 48px;
  padding: 0 6px 0 18px;
  border: 1.5px solid var(--header-search-border);
  border-radius: 9999px;
  background: #fff;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.header-cart {
  margin-left: auto;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2b2b2b;
  user-select: none;
  pointer-events: none;
  flex-shrink: 0;
}
.header-cart__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #1f1f1f;
}
.header-cart__text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.header-cart__label {
  font-size: 14px;
  font-weight: 500;
}
.header-cart__count {
  font-size: 24px;
  font-weight: 700;
  color: #111;
}
.header-search:focus-within {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(0, 104, 55, 0.1);
  outline: 0;
}
.header-search__submit {
  flex-shrink: 0;
  border: none;
  background: var(--color-primary, #006837);
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition:
    background 0.2s ease,
    transform 0.15s ease;
}
.header-search__submit:focus,
.header-search__submit:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 104, 55, 0.25);
}
.header-search__submit:hover {
  background: #00542d;
  transform: scale(1.05);
}
.header-search__submit:active {
  transform: scale(0.95);
}
.header-search__submit i {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search__input {
  border: none;
  background: 0 0;
  padding: 0;
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
.header-search__input::placeholder {
  color: var(--header-search-placeholder);
  opacity: 1;
}
.header-search__input:active,
.header-search__input:focus,
.header-search__input:focus-visible {
  outline: 0;
  box-shadow: none;
  border: none;
}
.header-mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 50px;
  height: 50px;
  background: #f6faf7;
  border: 1px solid #e4e8e5;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px;
  flex-shrink: 0;
  overflow: visible;
}
.header-mobile-toggle .mobile-menu-bars {
  position: relative;
  width: 22px;
  height: 2px;
  background: #1f1f1f;
  border-radius: 2px;
  transition: background 0.22s ease 0.2s;
}
.header-mobile-toggle .mobile-menu-bars::after,
.header-mobile-toggle .mobile-menu-bars::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition:
    transform 0.2s ease-out,
    top 0.2s ease-out,
    opacity 0.2s ease-out;
}
.header-mobile-toggle .mobile-menu-bars::before {
  top: -7px;
}
.header-mobile-toggle .mobile-menu-bars::after {
  top: 7px;
}
.header-mobile-toggle.is-active .mobile-menu-bars {
  background: 0 0;
}
.header-mobile-toggle.is-active .mobile-menu-bars::before {
  top: 0;
  transform: rotate(45deg);
}
.header-mobile-toggle.is-active .mobile-menu-bars::after {
  top: 0;
  transform: rotate(-45deg);
}
.header-sticky-wrap {
  position: relative;
  z-index: calc(var(--header-z) - 1);
}
.header-sticky-wrap.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--header-z);
  box-shadow: var(--header-sticky-shadow);
}
.site-header {
  --_sticky-h: calc(var(--header-main-h) + var(--header-bottom-h));
}
.site-header.is-sticky {
  padding-bottom: var(--_sticky-h);
}
.site-header.is-sticky .header-top {
  max-height: 0;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    max-height 0.28s ease,
    opacity 0.22s ease,
    padding 0.22s ease,
    visibility 0.22s;
}
.header-bottom {
  background: var(--header-top-bg);
  min-height: var(--header-bottom-h);
}
.header-bottom__inner {
  display: flex;
  align-items: center;
  min-height: var(--header-bottom-h);
  padding: 6px 0;
  gap: 0;
  box-sizing: border-box;
}
.header-catalog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 48px;
  width: var(--cat-panel-w);
  min-width: var(--cat-panel-w);
  max-width: var(--cat-panel-w);
  padding: 0 24px;
  background: rgba(0, 0, 0, 0.16);
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: 0.01em;
  transition:
    background 0.2s ease,
    color 0.2s ease;
  box-sizing: border-box;
}
.header-catalog-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.header-catalog-btn i {
  font-size: 16px;
  flex-shrink: 0;
}
.header-nav {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.header-nav__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  min-height: 48px;
  width: 100%;
  justify-content: flex-start;
}
.header-nav__item {
  min-height: 48px;
  display: flex;
  align-items: center;
  position: relative;
}
.header-nav__link {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  letter-spacing: 0;
  transition:
    color 0.2s ease,
    background 0.2s ease;
  gap: 6px;
}
.header-nav__link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.header-nav__link.active {
  color: #fff;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.16);
}
.header-nav__caret {
  font-size: 11px;
  opacity: 0.9;
  transition: transform 0.2s ease;
}
.header-nav__item--has-dropdown:hover .header-nav__caret {
  transform: rotate(180deg);
}
.header-nav__item--has-dropdown.is-open .header-nav__caret {
  transform: rotate(180deg);
}
.header-nav__dropdown {
  position: fixed;
  top: 0;
  left: 0;
  width: 1200px;
  max-width: calc(100vw - 24px);
  background: #fff;
  border: 1px solid #e5e9e6;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
  padding: 0;
  z-index: calc(var(--header-z) + 5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
}
.header-nav__item--has-dropdown:hover .header-nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.header-nav__item--has-dropdown.is-open .header-nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.header-service-mega {
  display: grid;
  grid-template-columns: var(--cat-panel-w) minmax(0, 1fr);
  min-height: 380px;
  align-items: stretch;
  background: #f6faf5;
  border: 1px solid rgba(16, 120, 64, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 75, 35, 0.08);
  overflow: hidden;
}
.header-service-mega__left,
.header-service-mega__right {
  min-height: 100%;
}
.header-service-mega__left {
  border-right: 1px solid rgba(16, 120, 64, 0.12);
  background: #fff;
}
.header-service-mega__lv2 {
  list-style: none;
  margin: 0;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.header-service-mega__lv2 li + li {
  border-top: 1px solid #edf1ee;
}
.header-service-mega__lv2-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  text-decoration: none;
  color: #1f2a1f;
  font-size: 14px;
  font-weight: 600;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
  border-left: 4px solid transparent;
  background: 0 0;
}
.header-service-mega__lv2-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.header-service-mega__lv2-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3e8e61;
  flex-shrink: 0;
}
.header-service-mega__lv2-icon-img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}
.header-service-mega__lv2-icon i {
  font-size: 14px;
  line-height: 1;
}
.header-service-mega__lv2-link i {
  font-size: 12px;
  color: #9aa7a0;
}
.header-service-mega__lv2-link.is-active,
.header-service-mega__lv2-link:hover {
  background: #ebf5ef;
  color: #0d6a3b;
  border-left-color: #0c7a43;
}
.header-service-mega__lv2-link.is-active i,
.header-service-mega__lv2-link:hover i {
  color: #0d6a3b;
}
.header-service-mega__right {
  padding: 20px;
  background: #eff8ee;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.header-service-mega__panel {
  display: none;
  min-height: 100%;
  flex: 1;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(15, 75, 35, 0.08);
  padding: 24px;
}
.header-service-mega__panel.is-active {
  display: block;
  min-height: 100%;
}
.header-service-mega__panel-title {
  margin: 0 0 18px;
  color: #0d6a3b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.header-service-mega__lv3 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.header-service-mega__lv3 li {
  break-inside: avoid;
  margin: 0 0 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f7faf7;
  transition:
    background 0.18s ease,
    transform 0.18s ease;
}
.header-service-mega__lv3 li:hover {
  background: #e6f3ea;
  transform: translateX(2px);
}
.header-service-mega__lv3 a {
  color: #1f2a1f;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}
.header-service-mega__lv3 a:hover {
  color: #0d6a3b;
}
.header-service-mega__lv4 {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0 0 0 16px;
  border-left: 1px dashed rgba(16, 120, 64, 0.18);
}
.header-service-mega__lv4 li {
  margin-bottom: 8px;
}
.header-service-mega__lv4 li a {
  color: #4b5d50;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  display: block;
  transition: color 0.18s ease;
}
.header-service-mega__lv4 li a:hover {
  color: #0d6a3b;
}
.header-service-mega__lv3 li {
  position: relative;
  padding-right: 36px;
}
.header-service-mega__lv3-toggle {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: rgba(16, 120, 64, 0.08);
  color: #0d6a3b;
  cursor: pointer;
  transition:
    background 0.18s ease,
    transform 0.18s ease;
}
.header-service-mega__lv3-toggle:hover {
  background: rgba(16, 120, 64, 0.16);
  transform: translateY(-1px);
}
.header-service-mega__lv4 {
  display: none;
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0 0 0 16px;
  border-left: 1px dashed rgba(16, 120, 64, 0.18);
}
.header-service-mega__lv3 li.is-expanded > .header-service-mega__lv4 {
  display: block;
}
.header-service-mega__empty {
  margin: 0;
  font-size: 14px;
  color: #66746d;
}
.header-support-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: 0;
  padding: 0 16px 0 14px;
  min-height: 46px;
  border-radius: 999px;
  background: #fff;
  color: var(--header-top-bg);
  text-decoration: none;
  white-space: nowrap;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.header-support-btn:hover {
  background: #f0faf4;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  color: var(--color-primary-dark);
}
.header-support-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--header-top-bg);
  color: #fff;
  flex-shrink: 0;
}
.header-support-btn__icon i {
  font-size: 14px;
  line-height: 1;
}
.header-support-btn__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.header-support-btn__label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  color: #555;
  letter-spacing: 0;
}
.header-support-btn__number {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--header-top-bg);
  letter-spacing: 0.01em;
}
@media (max-width: 1199px) {
  .header-nav__link {
    padding: 0 12px;
    font-size: 13px;
  }
  .header-catalog-btn {
    padding: 0 24px;
    font-size: 13px;
  }
  .header-nav {
    margin-left: 24px;
  }
  .header-search {
    flex-basis: 620px;
    width: min(620px, 100%);
  }
  .header-service-mega__lv3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .header-nav {
    display: none;
  }
  .header-catalog-btn {
    display: none;
  }
  .header-support-btn {
    display: none;
  }
  .header-bottom {
    display: none;
  }
  .header-mobile-toggle {
    display: flex;
  }
  .header-cart {
    display: none;
  }
  .header-logo-wrap {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    order: 1;
    grid-column: 1;
    grid-row: 1;
  }
  .header-logo__link {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 0;
  }
  .header-logo__link .logo-img {
    max-width: 36px;
    max-height: 38px;
  }
  .header-main__inner {
    padding-left: 0;
    padding: 10px 14px;
    gap: 10px;
    height: auto;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    justify-content: stretch;
  }
  .header-weather {
    order: 2;
    flex: 0 0 auto;
    margin-left: 0;
    justify-self: end;
    grid-column: 2;
    grid-row: 1;
    max-width: 100%;
  }
  .header-mobile-toggle {
    order: 3;
    flex: 0 0 auto;
    margin-right: 0;
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }
  .header-search {
    order: 4;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 14px;
    grid-column: 2;
    grid-row: 2;
  }
  .header-search__input {
    min-width: 0;
    width: 100%;
  }
  .header-mobile-toggle,
  .header-search,
  .header-weather {
    max-width: 100%;
  }
  .site-header.is-sticky {
    --_sticky-h: var(--header-main-h);
  }
}
@media (max-width: 575px) {
  .header-top__address > span:not(.header-top__address-mobile) {
    display: none;
  }
  .header-top__address .header-top__address-mobile {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .header-top__social-label {
    display: none;
  }
  .header-search__input {
    min-width: 0;
  }
  .header-search__submit {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .header-search__submit i {
    font-size: 14px;
  }
}
.page-news-detail--du-an .du-an-detail-hero {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #e8ecef;
}
.page-news-detail--du-an .du-an-detail-hero__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(520px, 55vh);
  object-fit: cover;
}
.page-news-detail--du-an .title-detail h1 {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  line-height: 1.3;
  color: #1a1a1a;
}
.page-news-detail--du-an .news-left .content-main {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}
.news-detail-hero {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #e8ecef;
}
.news-detail-hero__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(480px, 50vh);
  object-fit: cover;
}
@media (max-width: 991.98px) {
  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  body {
    overflow-x: hidden;
  }
  .baonoidung,
  .content-main {
    overflow-wrap: anywhere;
    word-wrap: break-word;
  }

  .baonoidung iframe,
  .content-main iframe {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .max-width,
  .wrap-content {
    width: 100%;
    max-width: 100%;
    padding-left: max(12px, env(safe-area-inset-left, 0));
    padding-right: max(12px, env(safe-area-inset-right, 0));
    box-sizing: border-box;
  }
}
.header-catalog-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.header-catalog-dropdown {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 282px;
  background: #fff;
  border: 1px solid #e7e8e9;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
  z-index: calc(var(--header-z) + 10);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
  overflow: visible !important;
}
.header-catalog-wrap.is-open .header-catalog-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
body.home-page .header-catalog-dropdown,
body[data-site-com="home"] .header-catalog-dropdown,
body[data-site-com="trang-chu"] .header-catalog-dropdown {
  display: none !important;
  visibility: hidden !important;
}
.hcd-list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}
.hcd-item {
  position: static !important;
}
.hcd-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  color: #2f3a33;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    padding-left 0.15s ease;
  border-left: 3px solid transparent;
  position: relative;
}
.hcd-link:hover {
  background: #f5fcf7;
  color: var(--color-primary, #2e7d32);
  padding-left: 24px;
  border-left-color: var(--color-primary, #2e7d32);
}
.hcd-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-primary, #2e7d32);
  font-size: 14px;
}
.hcd-icon-img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.hcd-name {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hcd-arrow {
  font-size: 10px;
  color: #ccc;
  flex-shrink: 0;
  transition: color 0.15s ease;
}
.hcd-link:hover .hcd-arrow {
  color: var(--color-primary, #2e7d32);
}
.hcd-item--has-sub {
  position: relative;
}
.hcd-mega {
  position: absolute;
  top: 0 !important;
  left: 100% !important;
  width: min(760px, calc(100vw - 300px));
  min-width: 400px;
  background: linear-gradient(145deg, #fff 0, #eaf8f0 45%, #daf0e4 100%);
  border: 1px solid rgba(12, 122, 67, 0.2);
  border-radius: 0 12px 12px 0;
  box-shadow: 0 16px 40px rgba(10, 66, 38, 0.18);
  padding: 20px 22px;
  z-index: calc(var(--header-z) + 11);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(8px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
  max-height: 70vh;
  overflow-y: auto;
}
.hcd-item--has-sub:hover .hcd-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
.hcd-mega__head {
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(12, 122, 67, 0.18);
}
.hcd-mega__title {
  font-size: 18px;
  font-weight: 700;
  color: #0a2a17;
  text-decoration: none;
}
.hcd-mega__title:hover {
  color: #0c7a43;
}
.hcd-mega__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.hcd-mega__col {
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(12, 122, 67, 0.12);
}
.hcd-mega__col-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #0c6c3d;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.hcd-mega__col-title:hover {
  color: #095d33;
}
.hcd-mega__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}
.hcd-mega__links li {
  margin: 0;
  padding: 0;
}
.hcd-mega__links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2f3a33;
  font-size: 13px;
  text-decoration: none;
  transition:
    color 0.18s ease,
    transform 0.18s ease;
}
.hcd-mega__links a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5ca17e;
  flex-shrink: 0;
}
.hcd-mega__links a:hover {
  color: #0a6a3a;
  transform: translateX(3px);
}
@media (max-width: 1199px) {
  .hcd-mega__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hcd-mega {
    min-width: 320px;
  }
}
.floating-contacts {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}
.floating-contacts__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  pointer-events: auto;
  position: relative;
}
.floating-contacts__btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
.floating-contacts__label {
  position: absolute;
  right: 68px;
  background: #333;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}
.floating-contacts__label::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid #333;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.floating-contacts__btn:hover .floating-contacts__label {
  opacity: 1;
  visibility: visible;
}
.floating-contacts__btn--zalo {
  background: #0068ff;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}
.floating-contacts__btn--messenger {
  background: #0084ff;
}
.floating-contacts__btn--call {
  background: #006837;
  animation: pulse-call 2s infinite;
}
@keyframes pulse-call {
  0%,
  100% {
    box-shadow: 0 4px 12px rgba(0, 104, 55, 0.15);
  }
  50% {
    box-shadow: 0 4px 20px rgba(0, 104, 55, 0.4);
  }
}
@media (max-width: 767px) {
  .floating-contacts {
    bottom: 15px;
    right: 15px;
    gap: 10px;
  }
  .floating-contacts__btn {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .floating-contacts__btn--zalo {
    font-size: 12px;
  }
  .floating-contacts__label {
    display: none;
  }
}
.toc-list li.toc-item-hover {
  background-color: rgba(37, 87, 174, 0.08);
  border-left: 3px solid #2557ae;
  transition: all 0.2s ease;
}
.toc-list li {
  transition:
    background-color 0.2s ease,
    border-left 0.2s ease;
}
.news-right .toc-container {
  position: sticky;
  top: 20px;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  padding: 1rem;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  margin-bottom: 1rem;
}
.news-right .toc-container .title-main {
  position: sticky;
  top: 0;
  background: #fff;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
  z-index: 1;
}
.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.toc-list li {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.toc-list li a {
  color: #374151;
  text-decoration: none;
  font-size: 0.875rem;
  display: block;
  padding: 0.25rem 0;
  transition: color 0.2s ease;
}
.toc-list li a:hover {
  color: #2557ae;
}
.toc-list li.toc-item-hover a {
  color: #2557ae;
  background: rgba(37, 87, 174, 0.05);
  border-radius: 2px;
}
.toc-list li ul {
  padding-left: 1rem;
  margin-top: 0.25rem;
}
.toc-list li ul li {
  margin-bottom: 0.25rem;
}
.btn-toggle-other {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.btn-toggle-other:hover {
  background-color: #2557ae;
  color: #fff;
  border-color: #2557ae;
}
.other-news-content {
  transition: max-height 0.3s ease;
}
.btn-toggle-content {
  border-radius: 4px;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.btn-toggle-content:hover {
  background-color: #2557ae;
  color: #fff;
  border-color: #2557ae;
}
@keyframes floatInUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.floating-contacts {
  animation: fadeIn 0.5s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.floating-contacts__btn {
  animation: floatInUp 0.5s ease-out backwards;
}
.floating-contacts__btn--zalo {
  animation-delay: 0.1s;
}
.floating-contacts__btn--messenger {
  animation-delay: 0.2s;
}
.floating-contacts__btn--call {
  animation-delay: 0.3s;
}
.floating-contacts__btn {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.floating-contacts__btn:hover {
  transform: scale(1.15) translateY(-5px) rotate(3deg);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.floating-contacts__btn--zalo:hover {
  transform: scale(1.15) translateY(-5px) rotate(-3deg);
}
.floating-contacts__btn--messenger:hover {
  transform: scale(1.15) translateY(-5px) rotate(3deg);
}
.floating-contacts__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition:
    transform 0.6s ease-out,
    opacity 0.6s ease-out;
  pointer-events: none;
}
.floating-contacts__btn:active::after {
  transform: translate(-50%, -50%) scale(2);
  opacity: 1;
  transition:
    transform 0s,
    opacity 0s;
}
@keyframes pulse-call-enhanced {
  0%,
  100% {
    box-shadow:
      0 4px 15px rgba(0, 104, 55, 0.4),
      0 0 0 0 rgba(0, 104, 55, 0.3);
  }
  50% {
    box-shadow:
      0 4px 25px rgba(0, 104, 55, 0.6),
      0 0 0 10px rgba(0, 104, 55, 0);
  }
}
.floating-contacts__btn--call {
  animation: pulse-call-enhanced 2s infinite;
}
.floating-contacts__btn--call:hover {
  animation: bounce-call 0.6s ease infinite;
}
@keyframes bounce-call {
  0%,
  100% {
    transform: scale(1.15) translateY(0);
  }
  25% {
    transform: scale(1.15) translateY(-8px);
  }
  50% {
    transform: scale(1.15) translateY(-3px);
  }
  75% {
    transform: scale(1.15) translateY(-5px);
  }
}
.floating-contacts__btn i {
  transition: transform 0.3s ease;
}
.floating-contacts__btn--zalo:hover i {
  animation: shake-zalo 0.5s ease infinite;
}
.floating-contacts__btn--messenger:hover i {
  animation: shake-messenger 0.4s ease infinite;
}
@keyframes shake-zalo {
  0%,
  100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
}
@keyframes shake-messenger {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.floating-contacts__label {
  animation: slideInLeft 0.3s ease-out;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}
@media (max-width: 767px) {
  .floating-contacts__btn {
    animation: floatInUp 0.5s ease-out backwards;
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
  .floating-contacts__btn--zalo {
    font-size: 10px;
    animation-delay: 0.1s;
  }
  .floating-contacts__btn--messenger {
    animation-delay: 0.15s;
  }
  .floating-contacts__btn--call {
    animation-delay: 0.2s;
  }
}
.floating-contacts__btn .ripple-effect {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  transform: scale(0);
  animation: ripple-animation 0.6s ease-out;
  pointer-events: none;
  z-index: 1;
}
@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.floating-contacts__btn--call.attention-pulse {
  animation: attention-pulse 1s ease-in-out;
}
@keyframes attention-pulse {
  0%,
  100% {
    transform: scale(1.1);
    box-shadow:
      0 8px 25px rgba(0, 104, 55, 0.5),
      0 0 0 0 rgba(0, 104, 55, 0.4);
  }
  50% {
    transform: scale(1.2);
    box-shadow:
      0 12px 35px rgba(0, 104, 55, 0.7),
      0 0 0 15px rgba(0, 104, 55, 0);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3px);
  }
  75% {
    transform: translateX(3px);
  }
}
.floating-contacts__btn--zalo:hover i {
  animation: shake-horizontal 0.3s ease-in-out infinite;
}
.floating-contacts__btn--messenger::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  background: linear-gradient(45deg, #0084ff, #00d4ff, #0084ff);
  background-size: 400%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
  animation: gradient-rotate 3s ease infinite;
}
.floating-contacts__btn--messenger:hover::before {
  opacity: 0.6;
}
@keyframes gradient-rotate {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.floating-contacts__btn {
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.floating-contacts__btn:hover {
  transform: scale(1.15) translateY(-8px) rotate(5deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.floating-contacts__btn--zalo:hover {
  animation: bounce-rotate-left 0.6s ease-in-out infinite;
}
@keyframes bounce-rotate-left {
  0%,
  100% {
    transform: scale(1.15) translateY(-8px) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) translateY(-12px) rotate(-8deg);
  }
  50% {
    transform: scale(1.15) translateY(-5px) rotate(-2deg);
  }
  75% {
    transform: scale(1.15) translateY(-10px) rotate(-6deg);
  }
}
.floating-contacts__btn--messenger:hover {
  animation: bounce-rotate-right 0.5s ease-in-out infinite;
}
@keyframes bounce-rotate-right {
  0%,
  100% {
    transform: scale(1.15) translateY(-8px) rotate(5deg);
  }
  25% {
    transform: scale(1.15) translateY(-12px) rotate(8deg);
  }
  50% {
    transform: scale(1.15) translateY(-5px) rotate(2deg);
  }
  75% {
    transform: scale(1.15) translateY(-10px) rotate(6deg);
  }
}
.floating-contacts__btn--call:hover {
  animation: bounce-rotate-call 0.4s ease-in-out infinite;
}
@keyframes bounce-rotate-call {
  0%,
  100% {
    transform: scale(1.15) translateY(-8px) rotate(-3deg);
  }
  50% {
    transform: scale(1.15) translateY(-15px) rotate(3deg);
  }
}
.floating-contacts__btn--messenger:hover i,
.floating-contacts__btn--zalo:hover i {
  animation: none !important;
}
@keyframes float-bounce {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  25% {
    transform: translateY(-6px) rotate(0);
  }
  50% {
    transform: translateY(-3px) rotate(3deg);
  }
  75% {
    transform: translateY(-8px) rotate(0);
  }
}
.floating-contacts__btn {
  animation: float-bounce 3s ease-in-out infinite;
}
.floating-contacts__btn--zalo {
  animation-delay: 0s;
}
.floating-contacts__btn--messenger {
  animation-delay: 1s;
}
.floating-contacts__btn--call {
  animation-delay: 2s;
}
.floating-contacts__btn:hover {
  animation: float-bounce-hover 0.8s ease-in-out infinite;
  transform: scale(1.15);
}
@keyframes float-bounce-hover {
  0%,
  100% {
    transform: scale(1.15) translateY(-10px) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) translateY(-15px) rotate(0);
  }
  50% {
    transform: scale(1.15) translateY(-5px) rotate(5deg);
  }
  75% {
    transform: scale(1.15) translateY(-12px) rotate(0);
  }
}
.floating-contacts__btn {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.floating-contacts__btn:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.header-mobile-toggle {
  position: relative;
  z-index: 100001;
}
.header-left-fixwidth.open-sidebar-menu {
  z-index: 99999;
}
.opacity-menu.open-opacity {
  z-index: 99998;
}
.news-right {
  position: sticky !important;
  top: 145px !important;
  width: 30% !important;
  height: fit-content;
  align-self: flex-start !important;
  background: 0 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  z-index: 5;
}
.news-right .toc-container {
  width: 100%;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  background: #fff;
  border-radius: 14px;
}
.news-right .title-main {
  margin: 0 0 18px !important;
  padding-bottom: 12px;
  border-bottom: 2px solid #0d3b78;
}
.news-right .title-main span {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  color: #111827;
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
}
.news-right .box-readmore,
.news-right .toc-list,
.news-right .toc-scroll {
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: 0 0 !important;
}
.news-right .toc-list,
.news-right .toc-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-right .toc-list > li {
  margin: 0 0 8px;
}
.news-right .toc-list a {
  display: block;
  position: relative;
  padding: 0px 5px;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.55;
  text-decoration: none;
  font-family: Inter, system-ui, sans-serif;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}
.news-right .toc-list a:hover {
  color: #0d6efd;
  background: rgba(13, 110, 253, 0.04);
  border-left-color: rgba(13, 110, 253, 0.35);
}
.news-right .toc-list a.active,
.news-right .toc-list li.is-active > a,
.news-right .toc-list li.is-current-parent > a {
  color: #0d6efd !important;
  font-weight: 700 !important;
  border-left-color: #0d6efd;
  background: 0 0 !important;
}
.news-right .toc-list ul {
  display: none;
  margin: 6px 0 8px 16px;
  padding-left: 12px;
}
.news-right .toc-list li.is-active > ul,
.news-right .toc-list li.is-current-parent > ul {
  display: block;
}
.news-right .toc-list ul a {
  font-size: 15px;
  color: #4b5563;
  padding: 6px 0 6px 12px;
}
@media (max-width: 991px) {
  .news-right {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    margin-top: 25px;
  }
}
.news-related {
  margin-top: 50px;
}
.news-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.related-item {
  display: block;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
  text-decoration: none;
}
.related-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
.related-item__img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.related-item__content {
  padding: 18px;
}
.related-item__content h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #111827;
  font-weight: 700;
  margin-bottom: 10px;
}
.related-item__content p {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0;
}
@media (max-width: 991px) {
  .news-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .news-related-grid {
    grid-template-columns: 1fr;
  }
}
.page-gp-services {
  padding: 50px 0;
  background: #f7f8fa;
}
.gp-card {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  transition: 0.25s ease;
}
.gp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
}
.gp-card__img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.gp-card__body {
  padding: 18px;
}
.gp-card__body h3 {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
  color: #111827;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.gp-card__body p {
  font-size: 15px;
  line-height: 1.65;
  color: #4b5563;
  margin: 0;
}
@media (max-width: 767px) {
  .gp-card__img img {
    height: 210px;
  }
}
.news-related .title-main span {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  color: #111827;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}
/* =========================
   BRAND SECTION
========================= */

.psp-brands {
  padding: 30px 0 22px;
  position: relative;
}

.psp-brands__head {
  margin-bottom: 18px;
}

.psp-brands__title {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  color: #111827;
  text-transform: uppercase;
  position: relative;
  padding-left: 14px;
  letter-spacing: 0.5px;
}

.psp-brands__title::before {
  content: "";
  width: 4px;
  height: 18px;
  border-radius: 999px;
  background: #0b7a3b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* =========================
   BRAND LIST
========================= */

.psp-toolbar-brands {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

/* =========================
   BRAND ITEM
========================= */

.psp-toolbar-brand {
  position: relative;

  width: 118px;
  height: 68px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 10px 14px;

  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);

  border: 1px solid #e7e7e7;
  border-radius: 18px;

  overflow: hidden;
  isolation: isolate;

  text-decoration: none;

  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);

  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease,
    background-color 0.3s ease;
}

/* glow nhẹ */

.psp-toolbar-brand::after {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: inherit;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.45),
    rgba(255, 255, 255, 0)
  );

  pointer-events: none;

  z-index: 1;
}

/* shine tự động */

.psp-toolbar-brand::before {
  content: "";

  position: absolute;

  top: -140%;
  left: -120%;

  width: 34%;
  height: 360%;

  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0) 65%,
    transparent 100%
  );

  transform: rotate(22deg);

  filter: blur(5px);

  opacity: 0;

  pointer-events: none;

  z-index: 2;

  animation: pspBrandAutoShine 4.5s ease-in-out infinite;
}

/* delay */

.psp-toolbar-brand:nth-child(2)::before {
  animation-delay: 0.7s;
}

.psp-toolbar-brand:nth-child(3)::before {
  animation-delay: 1.4s;
}

.psp-toolbar-brand:nth-child(4)::before {
  animation-delay: 2.1s;
}

.psp-toolbar-brand:nth-child(5)::before {
  animation-delay: 2.8s;
}

.psp-toolbar-brand:nth-child(6)::before {
  animation-delay: 3.5s;
}

/* hover */

.psp-toolbar-brand:hover,
.psp-toolbar-brand.active {
  border-color: #0b7a3b;

  background: #fff;

  transform: translateY(-3px);

  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

/* content */

.psp-toolbar-brand img,
.psp-toolbar-brand span {
  position: relative;
  z-index: 3;
}

.psp-toolbar-brand img {
  max-width: 100%;
  max-height: 38px;
  object-fit: contain;
}

.psp-toolbar-brand span {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  text-align: center;
}

/* =========================
   ANIMATION
========================= */

@keyframes pspBrandAutoShine {
  0% {
    left: -120%;
    opacity: 0;
  }

  12% {
    opacity: 0.9;
  }

  42% {
    opacity: 0.9;
  }

  100% {
    left: 170%;
    opacity: 0;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .psp-toolbar-brands {
    gap: 10px;
  }

  .psp-toolbar-brand {
    width: 88px;
    height: 54px;
    border-radius: 12px;
  }

  .psp-toolbar-brand img {
    max-height: 28px;
  }

  .psp-toolbar-brand span {
    font-size: 12px;
  }
}
.sec-spl__cats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.sec-spl__cat-btn {
  position: relative;

  min-width: 110px;
  height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 8px 16px;

  background: #fff;

  border: 1px solid #e7e7e7;
  border-radius: 14px;

  cursor: pointer;

  overflow: hidden;

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease,
    background-color 0.25s ease;

  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.sec-spl__cat-btn:hover,
.sec-spl__cat-btn.active {
  border-color: #0b7a3b;

  background: #fff;

  transform: translateY(-2px);

  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.sec-spl__cat-btn img {
  max-width: 92px;
  max-height: 30px;
  object-fit: contain;
  display: block;
}

.sec-spl__cat-btn span {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
}

/* mobile */

@media (max-width: 767px) {
  .sec-spl__cats {
    gap: 8px;
  }

  .sec-spl__cat-btn {
    min-width: 82px;
    height: 44px;
    padding: 6px 12px;
    border-radius: 10px;
  }

  .sec-spl__cat-btn img {
    max-width: 70px;
    max-height: 22px;
  }

  .sec-spl__cat-btn span {
    font-size: 12px;
  }
}
.doi-tac-modern-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}
.tin-tuc-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}
/* //////////// */

body.home-page #headerCatalogWrap.home-catalog-control {
  position: relative !important;
  overflow: visible !important;
  z-index: 999999 !important;
}

body.home-page #headerCatalogWrap.home-catalog-control #headerCatalogDropdown {
  display: block !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 282px !important;
  background: #fff !important;
  border-radius: 0 0 16px 16px !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) !important;
  transition: 0.22s ease !important;
  z-index: 999999 !important;
}

body.home-page
  #headerCatalogWrap.home-catalog-control.catalog-hover-active:hover
  #headerCatalogDropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

/* ===== Featured product only ===== */
.sec-featured-product {
  padding: 50px 0;
  background: #fff;
}

.sec-featured-product__main-head {
  margin-bottom: 28px;
  text-align: center;
}

.sec-featured-product__main-head h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  color: #166534;
}

.sec-featured-product__group {
  margin-top: 34px;
}

.sec-featured-product__group-head {
  margin-bottom: 20px;
  border-bottom: 1px solid #d9e5dd;
}

.sec-featured-product__group-head h3 {
  display: inline-block;
  margin: 0;
  padding-bottom: 10px;
  color: #087333;
  font-size: 26px;
  font-weight: 800;
}

.sec-featured-product__item {
  display: flex;
}

.sec-featured-product .prod-card {
  width: 100%;
  height: 100%;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  transition: 0.25s ease;
}

.sec-featured-product .prod-card__img {
  position: relative;
  height: 250px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
.sec-featured-product .prod-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

.sec-featured-product .prod-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.sec-featured-product .prod-card__name {
  min-height: 46px;
  color: #111827;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sec-featured-product .prod-card__tags {
  min-height: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sec-featured-product .prod-card__tag {
  padding: 4px 8px;
  border-radius: 6px;
  background: #eafaf0;
  color: #087333;
  font-size: 11px;
  font-weight: 700;
}

.sec-featured-product .prod-card__price {
  min-height: 32px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.sec-featured-product .prod-card__price-sale {
  color: #ef2b2d;
  font-size: 18px;
  font-weight: 800;
}

.sec-featured-product .prod-card__price-old {
  color: #9ca3af;
  font-size: 13px;
  text-decoration: line-through;
}

.sec-featured-product .prod-card__btn {
  height: 44px;
  border-radius: 10px;
  background: #15803d;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.sec-featured-product .prod-badge {
  position: absolute;
  top: 10px;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.sec-featured-product .prod-badge--new {
  left: 10px;
  background: #126fd3;
}

.sec-featured-product .prod-badge--sale {
  right: 10px;
  background: #ef3535;
}

.sec-featured-product .is-hidden {
  display: none !important;
}

@media (max-width: 575px) {
  .sec-featured-product .prod-card {
    min-height: 370px;
  }

  .sec-featured-product .prod-card__img {
    height: 165px;
  }

  .sec-featured-product .prod-card__name {
    font-size: 13px;
    min-height: 40px;
  }

  .sec-featured-product .prod-card__price-sale {
    font-size: 15px;
  }

  .sec-featured-product .prod-card__btn {
    height: 40px;
    font-size: 12px;
  }
}
.sec-featured-product__group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9e5dd;
}

.sec-featured-product__group-head h3 {
  margin: 0;
  color: #087333;
  font-size: 26px;
  font-weight: 800;
}

.sec-featured-product__more {
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f3f7f4;
  border: 1px solid #d8e7dc;
  color: #087333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.25s ease;
}

.sec-featured-product__more:hover {
  background: #15803d;
  border-color: #15803d;
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 575px) {
  .sec-featured-product__group-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sec-featured-product__group-head h3 {
    font-size: 20px;
  }

  .sec-featured-product__more {
    height: 36px;
    padding: 0 14px;
    font-size: 13px;
  }
}
.doi-tac-post-card {
  height: 100%;
}

.doi-tac-post-card__link {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #e5efe8;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  transition: 0.25s ease;
}

.doi-tac-post-card__link:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.14);
}

.doi-tac-post-card__img {
  height: 190px;
  background: #f8fafc;
}

.doi-tac-post-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doi-tac-post-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.doi-tac-post-card__body h3 {
  min-height: 46px;
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.doi-tac-post-card__body p {
  margin: 0 0 16px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.doi-tac-post-card__btn {
  margin-top: auto;
  color: #087333;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.doi-tac-more-wrap {
  margin-top: 28px;
  text-align: center;
}

.doi-tac-more-btn {
  height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: #15803d;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-slideshow {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.hero-simple-slide,
.hero-simple-slide__link {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-simple-slide__img {
  width: 100%;
  aspect-ratio: 868 / 344;
  object-fit: cover;
  display: block;
}

.hero-slideshow .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.9s ease !important;
}

.hero-slideshow .swiper-slide-active {
  opacity: 1 !important;
}

.hero-slideshow__pagination {
  bottom: 14px !important;
}

.hero-slideshow__pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
}

.hero-slideshow__pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 999px;
  background: #15803d;
}
/* ===== Hero slider arrows ===== */
.hero-slideshow__prev,
.hero-slideshow__next {
  width: 46px !important;
  height: 46px !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
  transition: 0.25s ease;
}

.hero-slideshow__prev::after,
.hero-slideshow__next::after {
  font-size: 16px !important;
  font-weight: 800;
  color: #0f172a;
}

.hero-slideshow__prev:hover::after,
.hero-slideshow__next:hover::after {
  color: #fff;
}

/* vị trí */
.hero-slideshow__prev {
  left: 16px !important;
}

.hero-slideshow__next {
  right: 16px !important;
}

/* mobile */
@media (max-width: 767px) {
  .hero-slideshow__prev,
  .hero-slideshow__next {
    width: 38px !important;
    height: 38px !important;
  }

  .hero-slideshow__prev::after,
  .hero-slideshow__next::after {
    font-size: 13px !important;
  }
}
.hero-slideshow {
  position: relative;
}

.hero-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
  cursor: pointer;
  transition: 0.25s ease;
}

.hero-slider-arrow--prev {
  left: 16px;
}

.hero-slider-arrow--next {
  right: 16px;
}

.hero-slider-arrow:hover {
  background: #15803d;
  color: #fff;
}

.hero-slider-arrow i {
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 767px) {
  .hero-slider-arrow {
    width: 36px;
    height: 36px;
  }

  .hero-slider-arrow--prev {
    left: 10px;
  }

  .hero-slider-arrow--next {
    right: 10px;
  }
}
/* ===== Hero slider arrows hidden until hover ===== */
/* ===== Hero Slider Arrow ===== */
.hero-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 20;

  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;

  color: rgba(255, 255, 255, 0.88);

  cursor: pointer;

  opacity: 0;
  visibility: hidden;

  transition:
    opacity 0.28s ease,
    visibility 0.28s ease,
    transform 0.28s ease,
    color 0.25s ease;
}

/* Icon */
.hero-slider-arrow i {
  font-size: 24px;
  line-height: 1;

  text-shadow:
    0 4px 14px rgba(0, 0, 0, 0.45),
    0 2px 6px rgba(0, 0, 0, 0.28);

  transition:
    transform 0.25s ease,
    color 0.25s ease,
    text-shadow 0.25s ease;
}

/* Hover slider mới hiện */
.hero-slideshow:hover .hero-slider-arrow {
  opacity: 1;
  visibility: visible;
}

/* Prev */
.hero-slider-arrow--prev {
  left: 18px;
  transform: translate(-12px, -50%);
}

/* Next */
.hero-slider-arrow--next {
  right: 18px;
  transform: translate(12px, -50%);
}

/* Hover slider => trượt icon ra */
.hero-slideshow:hover .hero-slider-arrow--prev {
  transform: translate(0, -50%);
}

.hero-slideshow:hover .hero-slider-arrow--next {
  transform: translate(0, -50%);
}

/* Hover nút */
.hero-slider-arrow:hover {
  color: #fff;
}

/* Hover icon */
.hero-slider-arrow:hover i {
  transform: scale(1.22);
  text-shadow:
    0 8px 20px rgba(0, 0, 0, 0.55),
    0 0 18px rgba(255, 255, 255, 0.22);
}

/* Prev hover riêng */
.hero-slider-arrow--prev:hover i {
  transform: translateX(-3px) scale(1.18);
}

/* Next hover riêng */
.hero-slider-arrow--next:hover i {
  transform: translateX(3px) scale(1.18);
}

/* Mobile */
@media (max-width: 767px) {
  .hero-slider-arrow {
    display: none !important;
  }
}
.sec-du-an__swiper {
  position: relative;
}

.sec-du-an__arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  width: 52px;
  height: 52px;
  border: 0;
  background: transparent;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;

  opacity: 1 !important;
  visibility: visible !important;
}

.sec-du-an__arrow--prev {
  left: 24px;
}

.sec-du-an__arrow--next {
  right: 24px;
}

.sec-du-an__arrow i {
  font-size: 34px;
  line-height: 1;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.65);
  transition: 0.25s ease;
}

.sec-du-an__arrow:hover i {
  transform: scale(1.2);
}
/* ===== TABLE SOFT UI ===== */
/* reset bootstrap table border */
.baonoidung table,
.baonoidung tbody,
.baonoidung thead,
.baonoidung tfoot,
.baonoidung tr,
.baonoidung td,
.baonoidung th {
  border: none !important;
}

/* table */
.baonoidung {
  overflow-x: auto;
}
/* custom border */
.baonoidung table td,
.baonoidung table th {
  padding: 12px 16px;
  border: 1px solid #e5e7eb !important;
  vertical-align: middle;
  line-height: 1.6;
}
.sec-dich-vu__more_all {
  text-align: center;
}
.sec-dich-vu__more {
  height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: #15803d;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.page-static-detail--gioi-thieu .news-right {
  display: none;
}

.page-static-detail--gioi-thieu .news-left {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
