@charset "UTF-8";
:root {
  --font-size:13px;
  --color--primary-oran: #1d7bd2;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* THANH CUỘN*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(29, 123, 210, 0.3411764706);
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:hover {
  background-color: #1d7bd2;
}

::selection {
  background-color: #3ea2ff;
  color: #fff;
}

::-moz-selection {
  background-color: #3ea2ff;
  color: #fff;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 14px;
}

body {
  font-size: var(--font-size) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
  line-height: normal;
}

.fontsizeIcon {
  font-size: 20px;
  color: #fff;
}

header {
  background-color: #1d7bd2;
  position: sticky;
  top: -56px;
  z-index: 999;
}

@media (max-width: 991.98px) {
  header {
    top: -4px;
  }
}
.logoImg {
  width: 200px;
}

.hd_topbarGps {
  padding: 6px 0;
}

.hd_topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 4px 0;
}

.topBar__imgLogo {
  cursor: pointer;
}

.logoImg {
  width: 200px;
}

@media (max-width: 576px) {
  .logoImg {
    width: 150px;
  }
}
.topBar-container__group {
  display: flex;
  align-items: center;
  gap: 15px;
}

.topBar-container__group-info {
  display: flex;
  flex-direction: column;
}

.topBar-container__group-name {
  color: #fff;
  text-decoration: none;
}
.topBar-container__group-name:hover {
  color: #fff;
  text-decoration: revert;
}

.topBar-container__DiaChiCuaHangLink {
  text-decoration: none;
  padding: 6px;
}
.topBar-container__DiaChiCuaHangLink:hover {
  background-color: rgba(255, 255, 255, 0.2509803922);
  border-radius: 10px;
}

.topBar-container__DiaChiCuaHang {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon_flasSale {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

.navbar-toggler {
  padding: 0;
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.hd_topbarUl__icon {
  object-fit: contain;
}

.hd_topbarUl__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hd_topbarUl__item {
  position: relative;
}
.hd_topbarUl__item:hover .hd_topbarUl__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hd_topbarUl__link {
  color: #fff;
  text-decoration: none;
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 10px;
}
.hd_topbarUl__link:hover {
  background-color: rgba(255, 255, 255, 0.226);
  color: #fff;
}

.hd_topbarUl__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transform: translateY(-10px);
  list-style: none;
  padding: 0.5rem 0;
  z-index: 100;
  border-radius: 4px;
}

.hd_topbarUl__submenu-link {
  color: #333;
  text-decoration: none;
  padding: 0.75rem 1rem;
  display: block;
  transition: background-color 0.3s;
  text-transform: uppercase;
}
.hd_topbarUl__submenu-link:hover {
  background-color: #f5f5f5;
  color: #1d7bd2;
  border-radius: 6px;
  margin: 0 1px;
}

@media (max-width: 991px) {
  .hd_topbarUl__icon {
    filter: brightness(0) saturate(100%);
    opacity: 0.5;
  }
}
.offcanvas {
  max-width: 80%;
}

.accordion-headerBtnMenu {
  display: flex;
  padding: 8px 20px;
  font-weight: 500;
  border: none;
  text-decoration: none;
  color: #212529;
  font-size: 1rem;
  align-items: center;
  gap: 6px;
}

.mobile-menu .accordion-item {
  border: none;
}
.mobile-menu .accordion-button {
  background-color: #fff;
  padding: 8px 20px;
  font-weight: 500;
  border: none;
}
.mobile-menu .accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: #1d7bd2;
}
.mobile-menu .accordion-button:focus {
  box-shadow: none;
}
.mobile-menu .accordion-button::after {
  margin-left: auto;
  background-size: 15px;
}
.mobile-menu .accordion-body {
  padding: 0;
}

.mobile-menu__link {
  display: block;
  padding: 0.75rem 1rem 0.75rem 3rem;
  color: #333;
  text-decoration: none;
}
.mobile-menu__link:hover {
  background-color: #f8f9fa;
  color: #1d7bd2;
}

.offcanvas-header {
  color: #fff;
}
.offcanvas-header .btn-close {
  font-size: 10px;
}

.offcanvas-headerLogo {
  width: 150px;
}

.bi-filter-leftMenu {
  color: #fff;
  font-size: 22px;
}

.accordionUl {
  gap: 6px;
}

.container_boxServices__ {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem;
}

.container_boxServices__-title {
  text-align: center;
  background: linear-gradient(45deg, #1d7bd2, #2196f3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.container_boxServices__-subtitle {
  text-align: center;
  color: #64748b;
  margin-bottom: 4rem;
  font-size: 16px;
}

.container_boxServices__-steps {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
  position: relative;
}

.container_boxServices__-step {
  background: rgba(255, 255, 255, 0.9);
  padding: 2.5rem;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(29, 123, 210, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.container_boxServices__-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1d7bd2, #2196f3);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.container_boxServices__-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(29, 123, 210, 0.15);
}
.container_boxServices__-step:hover::before {
  transform: scaleX(1);
}

.container_boxServices__-step-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #1d7bd2, #2196f3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
  position: relative;
  box-shadow: 0 5px 15px rgba(29, 123, 210, 0.3);
}
.container_boxServices__-step-icon::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border: 2px dashed #1d7bd2;
  border-radius: 50%;
  animation: spin 20s linear infinite;
}
.container_boxServices__-step-icon img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.container_boxServices__-step-title {
  color: #1d7bd2;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}

.container_boxServices__-step-description {
  color: #64748b;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

.container_boxServices__-step-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 48px;
  font-weight: 800;
  color: rgba(29, 123, 210, 0.1);
}

@media (min-width: 768px) {
  .container_boxServices__-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .container_boxServices__-steps {
    grid-template-columns: repeat(4, 1fr);
  }
  .container_boxServices__-step::after {
    content: "";
    position: absolute;
    top: 35px;
    right: -30px;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #1d7bd2, #2196f3);
    z-index: 1;
  }
  .container_boxServices__-step:last-child::after {
    display: none;
  }
}
.container__RepairServices {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 1rem;
}

.container__RepairServices-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Image section */
.container__RepairServices-imageBox {
  position: relative;
  flex: 1;
}
.container__RepairServices-imageBox::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: -1rem;
  bottom: -1rem;
  border: 4px solid #1d7bd2;
  z-index: 1;
  border-radius: 8px;
}

.container__RepairServices-image {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 8px;
  z-index: 2;
}

/* Content section */
.container__RepairServices-content {
  flex: 1;
}

.container__RepairServices-title {
  font-size: 30px;
  color: #1d7bd2;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.container__RepairServices-list {
  list-style: none;
  margin-bottom: 1.5rem;
}

.container__RepairServices-listItem {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #1d7bd2;
  margin-bottom: 0.75rem;
}

.container__RepairServices-checkIcon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.container__RepairServices-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.container__RepairServices-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.container__RepairServices-signature {
  font-family: cursive;
  color: #1d7bd2;
  font-size: 1.25rem;
}

.container__RepairServices-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #1d7bd2;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.container__RepairServices-button:hover {
  background-color: #1869b3;
}

/* Responsive design */
@media (min-width: 1024px) {
  .container__RepairServices-wrapper {
    flex-direction: row;
    align-items: center;
  }
  .container__RepairServices-title {
    font-size: 30px;
  }
}
.container__DichVuSuaChua {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.container__DichVuSuaChua-header {
  text-align: center;
  margin-bottom: 50px;
}

.container__DichVuSuaChua-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #333;
}
.container__DichVuSuaChua-title span {
  color: #1d7bd2;
}

.container__DichVuSuaChua-subtitle {
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.container__DichVuSuaChua-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 20px;
}

@media (max-width: 991.98px) {
  .container__DichVuSuaChua-grid {
    display: flex;
    gap: 30px;
    padding: 20px;
    overflow-x: auto;
  }
}
.container__DichVuSuaChua-gridGps {
  margin-top: 28px;
}

.container__DichVuSuaChuaImgTitle {
  gap: 10px;
  display: flex;
  align-items: center;
}
.container__DichVuSuaChuaImgTitle img {
  filter: brightness(0) saturate(100%);
  opacity: 0.5;
  width: 30px;
  height: 30px;
}

.container__DichVuSuaChua-card {
  background: white;
  min-width: 250px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.container__DichVuSuaChua-card:hover {
  transform: translateY(-5px);
}

.container__DichVuSuaChua-card__image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.container__DichVuSuaChua-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container__DichVuSuaChua-card__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #1d7bd2;
  padding: 10px;
  border-radius: 8px;
}
.container__DichVuSuaChua-card__icon .container__DichVuSuaChua-card__iconImg {
  width: 24px;
  height: 24px;
  fill: white;
}

.container__DichVuSuaChuatitle {
  font-size: 20px;
  color: #000000;
}

.container__DichVuSuaChua-card__content {
  padding: 20px;
}

.container__DichVuSuaChua-card__title {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.container__DichVuSuaChua-card__text {
  color: #666;
  font-size: 0.95rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .container__DichVuSuaChua-grid {
    grid-template-columns: 1fr;
  }
  .container__DichVuSuaChua-title {
    font-size: 2rem;
  }
}
.btnSearch::after, .btnSearch::before {
  vertical-align: 0.875em !important;
}

.support-btn {
  position: fixed;
  bottom: 50%;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  animation: support-btn__float 2s infinite;
  z-index: 999;
}

/* Biến thể nút tìm kiếm */
.support-btn--search {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon trong nút */
.support-btn__icon {
  font-size: 20px;
  color: #333;
  transition: color 0.3s ease;
}

/* Trạng thái active khi scroll */
.support-btn--active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  background: #1d7bd2;
  color: #fff;
}
.support-btn--active .support-btn__icon {
  color: #ffffff;
}

/* Hiệu ứng hover */
.support-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.support-btn__container {
  position: fixed;
  right: 20px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.support-btn__toggle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1d7bd2;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  animation: support-btn__pulse 2s infinite 0.6s;
  box-shadow: 0 4px 15px rgba(255, 106, 0, 0.3);
  transition: transform 0.3s ease;
  z-index: 1000;
}
.support-btn__toggle:hover {
  transform: scale(1.1);
}
.support-btn__toggle.active {
  transform: rotate(135deg);
}

.support-btn__items {
  position: absolute;
  bottom: 70px;
  right: 7px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(20px);
}
.support-btn__items.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.support-btn__item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  background: #1d7bd2;
}

.support-btn__icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.support-btn__text {
  font-size: 14px;
  font-weight: bold;
}

.support-btn__shine {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(45deg);
  left: -110%;
  top: -10%;
  transition: all 0.3s ease;
}

.support-btn__tooltip {
  position: absolute;
  right: 60px;
  background: #1d7bd2;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.support-btn__phone {
  animation: support-btn__pulse 2s infinite;
}

.support-btn__messenger {
  animation: support-btn__pulse 2s infinite 0.3s;
}

.support-btn__zalo {
  animation: support-btn__pulse 2s infinite 0.6s;
}

.support-btn__backtop {
  position: fixed;
  right: 20px;
  bottom: 9px;
  width: 55px;
  height: 55px;
  background: #1d7bd2;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 119, 255, 0.3);
}

.support-btn__backtop--visible {
  opacity: 1;
  visibility: visible;
  animation: support-btn__float 2s infinite;
}

.support-btn__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 119, 255, 0.3);
  color: #FFF;
}
.support-btn__item:hover .support-btn__shine {
  left: 110%;
}
.support-btn__item:hover .support-btn__tooltip {
  opacity: 1;
  visibility: visible;
}

.support-btn__backtop:hover {
  transform: translateY(-5px) scale(1.1);
  background: #1d7bd2;
}

@keyframes support-btn__pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 119, 255, 0.3);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 106, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 106, 0, 0);
  }
}
@keyframes support-btn__float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
/* Demo content styles - có thể xóa */
.support-btn__content {
  height: 200vh;
  padding: 20px;
  background: linear-gradient(135deg, #fff5f0, #fff);
}

.support-btn__section {
  margin: 20px 0;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .support-btn__container {
    bottom: 90px;
  }
  .support-btn__toggle {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .support-btn__item {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .support-btn__backtop {
    width: 50px;
    height: 50px;
  }
  .support-btn__tooltip {
    display: none;
  }
}
.container__QuyTrinhSuaChua {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem;
  position: relative;
}

.container__QuyTrinhSuaChua-title {
  text-align: center;
  color: #1d7bd2;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.container__QuyTrinhSuaChua-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 4rem;
  font-size: 16px;
  letter-spacing: 1px;
}

.container__QuyTrinhSuaChua-timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.container__QuyTrinhSuaChua-timeline::before {
  content: "";
  position: absolute;
  width: 6px;
  background: linear-gradient(180deg, #1d7bd2, #2196f3);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius: 20px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.container__QuyTrinhSuaChua-step {
  padding: 1.5rem;
  position: relative;
  width: calc(50% - 30px);
  margin: 2rem 0;
  background: #ecf0f3;
  border-radius: 20px;
  box-shadow: 8px 8px 16px rgba(174, 174, 192, 0.4), -8px -8px 16px rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.container__QuyTrinhSuaChua-step:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 12px 12px 20px rgba(174, 174, 192, 0.4), -12px -12px 20px rgba(255, 255, 255, 0.8);
}
.container__QuyTrinhSuaChua-step:nth-child(odd) {
  left: 0;
}
.container__QuyTrinhSuaChua-step:nth-child(even) {
  left: 50%;
  margin-left: 30px;
}

.container__QuyTrinhSuaChua-step-icon {
  width: 80px;
  height: 80px;
  background: #ecf0f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
  box-shadow: inset 4px 4px 6px rgba(174, 174, 192, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.7), -1px -1px 2px rgb(255, 255, 255), 1px 1px 2px rgba(174, 174, 192, 0.2);
}
.container__QuyTrinhSuaChua-step-icon img {
  width: 50px;
  height: 50px;
  filter: invert(39%) sepia(97%) saturate(1646%) hue-rotate(190deg) brightness(99%) contrast(87%);
}

.container__QuyTrinhSuaChua-step-content {
  padding: 1rem;
}

.container__QuyTrinhSuaChua-step-title {
  color: #1d7bd2;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}

.container__QuyTrinhSuaChua-step-description {
  color: #666;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

.container__QuyTrinhSuaChua-step::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #1d7bd2;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(29, 123, 210, 0.5);
}
.container__QuyTrinhSuaChua-step:nth-child(odd)::before {
  right: -45px;
}
.container__QuyTrinhSuaChua-step:nth-child(even)::before {
  left: -45px;
}

@media (max-width: 768px) {
  .container__QuyTrinhSuaChua-timeline::before {
    left: 31px;
  }
  .container__QuyTrinhSuaChua-step {
    width: calc(100% - 60px);
    margin-left: 60px;
  }
  .container__QuyTrinhSuaChua-step:nth-child(even) {
    left: 0;
    margin-left: 60px;
  }
  .container__QuyTrinhSuaChua-step::before {
    left: -45px !important;
  }
}
.ft_footer {
  background-color: #111827;
  color: #e5e7eb;
  font-family: "Segoe UI", system-ui, sans-serif;
  position: relative;
}

.ft_footer__main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 5rem 2rem;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 4rem;
}

/* Brand Section */
.ft_footer__brand-section {
  padding-right: 2rem;
}
.ft_footer__brand-section p {
  color: #9ca3af;
}

.ft_footer__logo {
  margin-bottom: 1.5rem;
  max-width: 180px;
  height: auto;
}

.ft_footer__slogan {
  color: #1d7bd2;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: -0.5px;
}

.ft_footer__social {
  display: flex;
  gap: 1rem;
  margin: 32px 0;
}

.ft_footer__social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(29, 123, 210, 0.1);
  color: #1d7bd2;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.ft_footer__social-link:hover {
  background-color: #1d7bd2;
  color: white;
  transform: translateY(-3px);
}

/* Content Section */
.ft_footer__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.ft_footer__title {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
}
.ft_footer__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 30px;
  height: 2px;
  background-color: #1d7bd2;
}

.ft_phuongThucThanhToan {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

/* Contact Info */
.ft_footer__info-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-style: normal;
}

.ft_footer__info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: #9ca3af;
}
.ft_footer__info-item i {
  color: #1d7bd2;
  font-size: 1.25rem;
  margin-top: 0.25rem;
}
.ft_footer__info-item a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s ease;
}
.ft_footer__info-item a:hover {
  color: #1d7bd2;
}

/* Navigation */
.ft_footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ft_footer__nav-list li {
  margin-bottom: 0.75rem;
}
.ft_footer__nav-list a {
  color: #9ca3af;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.ft_footer__nav-list a:hover {
  color: #1d7bd2;
  transform: translateX(5px);
}

/* Newsletter */
.ft_footer__newsletter-text {
  color: #9ca3af;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.ft_footer__input-group {
  position: relative;
}

.ft_footer__input {
  width: 100%;
  padding: 1rem 3.5rem 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.ft_footer__input:focus {
  outline: none;
  border-color: #1d7bd2;
  background-color: rgba(255, 255, 255, 0.1);
}

.ft_footer__submit {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #1d7bd2;
  cursor: pointer;
  padding: 0.5rem;
  transition: all 0.3s ease;
}
.ft_footer__submit:hover {
  color: white;
  transform: translateY(-50%) scale(1.1);
}

/* Bottom Section */
.ft_footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
}

.ft_footer__bottom-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ft_footer__copyright {
  color: #9ca3af;
}

.ft_footer__legal {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ft_footer__legal a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s ease;
}
.ft_footer__legal a:hover {
  color: #1d7bd2;
}

.ft_footer__separator {
  color: #4b5563;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .ft_footer__main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .ft_footer__brand-section {
    text-align: center;
    padding-right: 0;
  }
  .ft_footer__social {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .ft_footer__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .ft_footer__main {
    padding: 3rem 1.5rem;
  }
  .ft_footer__content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .ft_footer__bottom-container {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .ft_footer__main {
    padding: 2rem 1rem;
  }
  .ft_footer__title {
    font-size: 1.125rem;
  }
  .ft_footer__legal {
    flex-direction: column;
    gap: 0.5rem;
  }
  .ft_footer__separator {
    display: none;
  }
}
.container_VeSinhCamera {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 20px;
}

/* Elegant Header */
.container_VeSinhCamera__header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.container_VeSinhCamera__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.container_VeSinhCamera__title span {
  background: linear-gradient(120deg, #1d7bd2, #34a0e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container_VeSinhCamera__subtitle {
  color: #666;
  font-size: 1.1rem;
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Premium Navigation */
.container_VeSinhCamera__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.container_VeSinhCamera__filter {
  background: transparent;
  border: none;
  color: #555;
  padding: 12px 25px;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.container_VeSinhCamera__filter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #1d7bd2, #34a0e9);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
  border-radius: 15px;
}
.container_VeSinhCamera__filter:hover::before, .container_VeSinhCamera__filter.active::before {
  opacity: 1;
}
.container_VeSinhCamera__filter:hover, .container_VeSinhCamera__filter.active {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(29, 123, 210, 0.3);
}
.container_VeSinhCamera__filter:hover .container_VeSinhCamera__filter-imgI, .container_VeSinhCamera__filter.active .container_VeSinhCamera__filter-imgI {
  filter: invert(1);
}

.container_VeSinhCamera__filter-icon {
  font-size: 1.2rem;
}

.container_VeSinhCamera__filter-imgI {
  width: 24px;
  height: 24px;
}

/* Premium Gallery Grid */
.container_VeSinhCamera__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  padding: 20px 10px;
}

.container_VeSinhCamera__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
}
.container_VeSinhCamera__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.container_VeSinhCamera__item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.container_VeSinhCamera__item:hover::after {
  opacity: 1;
}

.container_VeSinhCamera__image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.container_VeSinhCamera__item:hover .container_VeSinhCamera__image {
  transform: scale(1.1);
}

.container_VeSinhCamera__item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.container_VeSinhCamera__item:hover .container_VeSinhCamera__item-info {
  transform: translateY(0);
}
.container_VeSinhCamera__item.hide {
  display: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .container_VeSinhCamera__title {
    font-size: 2rem;
  }
  .container_VeSinhCamera__gallery {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .container_VeSinhCamera {
    padding: 20px 15px;
  }
  .container_VeSinhCamera__nav {
    gap: 8px;
    padding: 8px;
  }
  .container_VeSinhCamera__filter {
    padding: 8px 15px;
    font-size: 0.85rem;
  }
  .container_VeSinhCamera__image {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .container_VeSinhCamera__title {
    font-size: 1.75rem;
  }
  .container_VeSinhCamera__subtitle {
    font-size: 0.9rem;
  }
  .container_VeSinhCamera__gallery {
    grid-template-columns: 1fr;
  }
}
.lienHe__gp {
  padding: 40px 0;
}

.contact-header {
  text-align: center;
  margin-bottom: 50px;
}
.contact-header h1 {
  color: #1d7bd2;
  font-size: 2.5em;
  margin-bottom: 15px;
}
.contact-header p {
  color: #666;
  font-size: 1.1em;
}

.contact-content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.map-container {
  flex: 1;
  min-width: 300px;
  height: 450px;
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-frame {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
}

.contact-info {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease;
}
.info-card:hover {
  transform: translateY(-5px);
}

.thongTinLienHe__map a {
  text-decoration: none;
  color: #000;
}
.thongTinLienHe__map a:hover {
  color: var(--color--primary-oran);
}

.info-card i {
  font-size: 24px;
  color: #1d7bd2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(29, 123, 210, 0.1);
  border-radius: 50%;
}
.info-card .social-linksIcon {
  background-color: rgba(0, 0, 0, 0);
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
}

.social-link {
  width: 40px;
  height: 40px;
  background: #ff6a00;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease;
}
.social-link:hover {
  transform: translateY(-3px);
  background: #e65f00;
}

.qr-code {
  text-align: center;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.qr-code h3 {
  color: #ff6a00;
  margin-bottom: 15px;
}
.qr-code img {
  width: 150px;
  height: 150px;
}

.info-card__title {
  font-weight: bold;
  display: flex;
  gap: 10px;
}

.info-card__link {
  display: flex;
  align-items: center;
  gap: 5px;
}

.info-card__linkBanDo {
  display: inline-block;
  white-space: nowrap;
  color: var(--color--primary-oran) !important;
}
.info-card__linkBanDo:hover {
  font-weight: 600;
}

.info-card__content {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.contact-infoLink {
  text-decoration: none;
  color: #000;
}
.contact-infoLink:hover {
  color: var(--color--primary-oran);
}

.social-linksIcon {
  background-color: #fff;
}

.info-cardPhone {
  display: grid;
}

@media (max-width: 768px) {
  .contact-content {
    flex-direction: column;
  }
  .map-container {
    height: 300px;
  }
  .contact-header h1 {
    padding: 0 10px;
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
.btnNutNoiBat {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  margin: 20px 20px;
  background: linear-gradient(90deg, #5696d1, #1d7bd2, #2196f3, #0d6efd, #86b7fe);
  background-size: 200% auto;
  color: white;
  border: none;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: shimmer 3s linear infinite, glow 2s ease-in-out infinite;
}

.btnNutNoiBat__shine {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: rotate(45deg);
  animation: shine 3s linear infinite;
}

.btnNutNoiBat:hover {
  transform: translateY(-2px) scale(1.05);
  animation: shimmer 2s linear infinite, glow 1s ease-in-out infinite;
}
.btnNutNoiBat:active {
  transform: translateY(0) scale(0.95);
}

.btnNutNoiBat__icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.btnNutNoiBat__text {
  font-weight: 500;
  font-size: 13px;
}

.btnNutNoiBat__container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
}
.btnNutNoiBat__container .btnNutNoiBatIcon {
  filter: invert(1);
  width: 20px;
  height: 20px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicatorsDot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-controlMuiTen {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #fff;
  border-radius: 50%;
  padding: 25px;
}
.carousel-controlMuiTen i {
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991.98px) {
  .carousel-controlMuiTen {
    padding: 20px;
  }
}
@media (max-width: 539.98px) {
  .carousel-controlMuiTen {
    padding: 15px;
    display: none;
  }
}
.listProduct__ {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.listProduct__ .product-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  white-space: nowrap;
}
.listProduct__ .product-container::-webkit-scrollbar {
  display: none;
}
.listProduct__ .product-wrapper {
  display: inline-flex;
  gap: 20px;
  padding: 10px;
}
.listProduct__ .product-item {
  position: relative;
  min-width: calc((100% - 100px) / 6);
  /* 6 items trên desktop lớn */
  padding: 10px 15px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
}
.listProduct__ .product-image {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 10px;
}

.product-title {
  display: contents !important;
}

.listProduct__ .product-title {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  margin: 0;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
}
.listProduct__ .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.listProduct__ .prev-btn {
  left: -10px;
}
.listProduct__ .next-btn {
  right: -10px;
}
.listProduct__ .nav-btn:hover {
  background: #f8f8f8;
  transform: translateY(-50%) scale(1.1);
}

/* Navigation buttons */
.product-container {
  cursor: grab;
  user-select: none;
}
.product-container.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
.product-container:active {
  cursor: grabbing;
}

/* Thêm transition cho nút điều hướng */
.nav-btn {
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Desktop nhỏ (992px - 1199px) */
@media (max-width: 1199px) {
  .listProduct__ {
    padding: 15px;
  }
  .listProduct__ .product-item {
    min-width: calc((100% - 80px) / 5);
    /* 5 items */
  }
}
/* Tablet lớn (768px - 991px) */
@media (max-width: 991px) {
  .listProduct__ .product-item {
    min-width: calc((100% - 60px) / 6);
    /* 4 items */
  }
  .listProduct__ .product-image {
    height: 130px;
  }
  .listProduct__ .product-title {
    font-size: 13px;
  }
}
/* Tablet nhỏ (576px - 767px) */
@media (max-width: 767px) {
  .listProduct__ {
    padding: 10px;
  }
  .listProduct__ .product-item {
    min-width: calc((100% - 40px) / 6);
    /* 3 items */
  }
  .listProduct__ .product-image {
    height: 120px;
  }
  .listProduct__ .nav-btn {
    width: 35px;
    height: 35px;
  }
}
/* Mobile (< 576px) */
@media (max-width: 575px) {
  .listProduct__ .product-wrapper {
    gap: 6px;
    padding: 5px;
  }
  .listProduct__ .product-item {
    min-width: calc((100% - 20px) / 5);
    /* 2 items */
    padding: 10px;
  }
  .listProduct__ .product-image {
    height: 100px;
  }
  .listProduct__ .product-title {
    font-size: 13px;
    height: 35px;
    -webkit-line-clamp: 2;
  }
  .listProduct__ .nav-btn {
    display: none;
    /* Ẩn nút điều hướng trên mobile */
  }
}
/* Mobile nhỏ (< 375px) */
@media (max-width: 374px) {
  .listProduct__ .product-item {
    min-width: calc(100% - 20px);
    /* 1 item */
  }
  .listProduct__ .product-image {
    height: 120px;
  }
  .listProduct__ .product-title {
    height: auto;
  }
}
/* Touch device optimization */
@media (hover: none) {
  .listProduct__ .product-container {
    -webkit-overflow-scrolling: touch;
  }
  .listProduct__ .product-item:hover {
    transform: none;
  }
  .listProduct__ .product-container::-webkit-scrollbar {
    height: 4px;
    display: block;
  }
  .listProduct__ .product-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
  .listProduct__ .product-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }
  .listProduct__ .product-container::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  /* Custom scrollbar for touch devices */
}
.product-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  background: white;
  padding: 15px;
  text-decoration: none;
}
.product-item::after {
  position: absolute;
  content: "";
  top: -7px;
  left: -4px;
  width: 48px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  object-fit: contain;
}

/* CSS cho hình ảnh */
.product-image {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.6s ease;
  display: block;
}

/* CSS cho tiêu đề */
.product-title {
  text-align: center;
  margin-top: 10px;
  padding: 10px 0;
  color: #333;
  font-weight: 600;
  transition: color 0.3s ease;
}

/* Hiệu ứng hover */
.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.product-item:hover .product-image {
  transform: scale(1.08);
}
.product-item:hover .product-title {
  color: var(--color--primary-oran);
}
.product-item::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
}
.product-item:hover {
  animation: pulse 1.5s infinite;
}
.product-item:hover::before {
  animation: shine 1.5s;
}

/* Hiệu ứng shine */
/* Hiệu ứng pulse */
/* Animations */
@keyframes shine {
  from {
    opacity: 1;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  to {
    opacity: 0;
    transform: rotate(45deg) translate(100%, 100%);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(29, 123, 210, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
/* Responsive */
@media (max-width: 768px) {
  .product-title {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=styles.css.map */
