:root {
  --bg-header-top: ##101010;
  --bg-footer: #ebebeb;
  --bg-copyright: #cf0000;
  --bg-body: #ffffff;
  --bg-menu: #ffffff;
  --bg-white: #ffffff;
  --bg-black: #000000;
  --bg-red: #cf0000;
  --bg-red2: #ee1d24;
  --color-red: #cf0000;
  --color-orange: #efab22;
  --color-body: #343a40;
  --color-brown: #92161e;
  --color-white: #ffffff;
  --color-black: #000000;
  --font-family: "RobotoCondensed";
  --font-be: "Be Vietnam Pro", sans-serif;
  --font-benne: "Benne", serif;
  --transition: all 0.3s;
  --color-gray: #8f9190;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: var(--bg-red) transparent;
}

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

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #4facfe, #00f2fe);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #43e97b, #38f9d7);
}

.font-bevn {
  font-family: var(--font-family);
}

body {
  font-family: var(--font-family);
  background-color: var(--bg-body);
  color: var(--color-body);
  font-size: 1rem;
  top: 0 !important;
  margin: 0 auto;
}

.container {
  max-width: 1270px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.grecaptcha-badge {
  display: none !important;
}

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

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

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

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

.maintenance {
  width: 100%;
  background-color: #ffcc00;
  color: #000;
  text-align: center;
  padding: 10px 0px;
  z-index: 10000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 0.85rem;
}

.header {
  position: relative;
  background: transparent;
}

.header__bottom {
  background-color: #101010;
  padding: 16px 0;
}
.header__bottom-text {
  font-family: var(--font-benne);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-white);
}
.header__bottom-logo {
  display: flex;
  justify-content: start;
  gap: 10px;
  align-items: center;
}
.header__bottom-logo a {
  max-height: 55px;
  display: block;
}
.header__bottom-search {
  flex: 1;
}
.header__bottom-flex {
  display: flex;
  justify-content: space-between;
  gap: 64px;
  align-items: center;
}
.header__bottom-form {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  overflow: hidden;
}
.header__bottom-form-left {
  flex: 1;
  display: flex;
  justify-content: start;
  background: var(--bg-white);
  position: relative;
}
.header__bottom-form-left::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 14px solid #101010;
  border-top: 14px solid transparent;
}
.header__bottom-form-btn1 {
  background: transparent;
  border: none;
  padding: 0px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header__bottom-form-btn1:before {
  content: "";
  height: 30px;
  width: 1px;
  background: var(--color-gray);
  position: absolute;
  top: calc(50% - 15px);
  right: -1px;
  z-index: 1;
}
.header__bottom-form-input {
  border: none;
  padding-left: 25px;
  padding-right: 15px;
  color: #141415;
  flex: 1;
}
.header__bottom-form-input:focus, .header__bottom-form-input:active {
  outline: none;
  box-shadow: none;
}
.header__bottom-form-right {
  width: 100%;
  max-width: 132px;
}
.header__bottom-form-btn2 {
  border-radius: 4px;
  background: var(--bg-red);
  height: 52px;
  width: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-red);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  position: relative;
}
.header__bottom-form-btn2::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-right: 14px solid #101010;
  border-top: 14px solid transparent;
}
.header__bottom-contact {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 4px;
}
.header__bottom-contact-left {
  width: 30px;
  background: var(--color-orange);
  height: 52px;
  border-radius: 4px;
}
.header__bottom-contact-left .icon {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.header__bottom-contact-left .icon svg {
  height: 14px;
}
.header__bottom-contact-left .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 6px solid #101010;
  border-right: 6px solid transparent;
}
.header__bottom-contact-left .icon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 6px solid #101010;
  border-right: 6px solid transparent;
}
.header__bottom-contact-left .icon__circle {
  display: inline-block;
  background: rgb(16, 16, 16);
  height: 12px;
  width: 12px;
  position: absolute;
  right: -8px;
  top: calc(50% - 7px);
  content: "";
  border-radius: 50%;
  z-index: 1;
}
.header__bottom-contact-right a {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: var(--bg-red);
  border-radius: 4px;
  font-size: 14px;
  color: var(--color-white);
  text-transform: uppercase;
  line-height: 52px;
  padding: 0px 20px;
  position: relative;
}
.header__bottom-contact-right a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid #101010;
  border-left: 6px solid transparent;
}
.header__bottom-contact-right a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 6px solid #101010;
  border-left: 6px solid transparent;
}
.header__bottom-contact-right .svg {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--color-white);
}
.header__bottom-contact-right .svg svg {
  height: 14px;
}

.mobile-menu,
.mobile-header,
.mobile-menu-overlay {
  display: none;
}

.menu {
  background-color: var(--bg-black);
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu__left {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu__right {
  width: 15%;
  display: flex;
  justify-content: end;
}

.menu__catalog {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 275px;
  position: relative;
}
.menu__catalog.is-open .menu__category, .menu__catalog.portal-open .menu__category {
  display: block;
}
.menu__catalog.is-open .bar__arrow, .menu__catalog.portal-open .bar__arrow {
  transform: rotate(180deg);
}
.menu__catalog-btn.is-active .bar__arrow {
  transform: rotate(180deg);
}
.menu__catalog-btn {
  border: none;
  cursor: pointer;
  background: var(--bg-red);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
  gap: 10px;
  position: relative;
}
.menu__catalog-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 16px solid var(--bg-black);
  border-top: 14px solid transparent;
}
.menu__catalog .bar__text {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-white);
}
.menu__catalog .bar__arrow {
  display: inline-flex;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--color-white);
  transition: transform 0.3s ease;
}
.menu__catalog .bar__arrow.rotated {
  transform: rotate(180deg);
}

.menu__list {
  flex: 1;
  display: flex;
  justify-content: end;
  align-items: center;
}
.menu__list .level-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 12px;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.flex-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu__right {
  display: flex;
  justify-content: end;
  align-items: center;
  cursor: pointer;
}
.menu__right-language {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}
.menu__right-language:hover {
  color: var(--color-orange);
}
.menu__right-btn {
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.level-1 > li {
  flex: 1;
  text-align: center;
  position: relative;
}
.level-1 > li > a.menu-item {
  display: block;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
  padding: 10px;
  white-space: nowrap;
}
.level-1 > li:hover > a.menu-item, .level-1 > li.active > a.menu-item {
  color: var(--color-orange);
}
.level-1 > li,
.level-1 .submenu li {
  position: relative;
}

.submenu {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  z-index: 999;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.submenu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  background: #fff;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.2s ease;
  text-align: left;
}
.submenu li a:hover {
  background: #f5f5f5;
}

.has-submenu:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.level-3,
.level-4,
.level-5 {
  top: 0;
  left: 100%;
}

.nav-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.menu__icon--user {
  position: relative;
  cursor: pointer;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  justify-content: center;
  align-items: center;
}
.menu__icon--user .avatar-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #ccc;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.menu__icon--user:hover .dropdown-user-menu {
  display: block;
}

.dropdown-user-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  min-width: 160px;
  display: none;
  z-index: 9999;
}
.dropdown-user-menu li {
  list-style: none;
}
.dropdown-user-menu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-size: 15px;
  font-weight: normal;
}
.dropdown-user-menu li a:hover {
  background-color: #f2f2f2;
}

.slider {
  position: relative;
  z-index: 1;
}
.slider .owl-dots {
  background: transparent;
}
.slider .owl-dots .owl-dot span {
  width: 36px;
  height: 3px;
  border-radius: 3px;
}
.slider .owl-dots .owl-dot.active span {
  background: #e60023;
}
.slider__item a img {
  display: block;
  width: 100%;
}
.slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  pointer-events: none;
  padding-left: 15px;
  padding-right: 15px;
}
.slider__btn {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.slider__btn:hover {
  background: #fff;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.slider__btn {
  border: 2px solid var(--color-white);
  background: transparent;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s, background 0.3s, box-shadow 0.3s;
  transform: translateX(20%);
}
.slider__btn i {
  font-size: 16px;
  color: var(--color-white);
}
.slider__btn.prev {
  left: 20px;
}
.slider__btn.next {
  right: 20px;
}
.slider__btn:hover {
  border-color: var(--bg-red2);
  background: var(--bg-red2);
  opacity: 1 !important;
}
.slider__btn:hover i {
  color: var(--color-white);
}
.slider:hover .slider__btn {
  opacity: 0.7;
  transform: translateX(0) !important;
}

.product-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-menu li {
  line-height: 1.2;
  margin-left: 20px;
}
.product-menu li a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.product-menu li a:hover {
  background: #f8f8f8;
  color: #c72323;
}

.slide img {
  padding: 20px 0px;
  width: 850px;
  height: 400px;
  border-radius: 4px;
  display: block;
}

.why__choice {
  padding: 0px 0px;
  background: var(--bg-black);
}
.why__choice-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: center;
  margin: 0 auto;
}
.why__choice-item {
  position: relative;
  overflow: hidden;
  width: 33.3333333333%;
  padding: 80px 25px 60px 25px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
.why__choice-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -200px;
  width: 350px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.65);
  transform: translateX(-50%);
  transition: bottom 0.25s ease-in-out, background-color 0.15s ease;
  z-index: 0;
  pointer-events: none;
}
.why__choice-item:nth-child(3n), .why__choice-item:last-child {
  border-right: none;
}
.why__choice-item:hover::after {
  bottom: 0;
  background-color: transparent;
  transition: bottom 0.25s ease-in-out, background-color 0.15s ease 0.18s;
}
.why__choice-item:hover h3 a {
  color: #e60023;
}
.why__choice-item:hover .thumb a {
  background: var(--bg-red);
}
.why__choice-item:hover .thumb a img {
  filter: brightness(0) invert(1);
}
.why__choice-item:hover p {
  color: var(--color-white);
}
.why__choice-item .thumb,
.why__choice-item h3,
.why__choice-item p {
  position: relative;
  z-index: 1;
}
.why__choice-item .thumb {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.why__choice-item .thumb a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  transition: var(--transition);
}
.why__choice-item .thumb img {
  object-fit: contain;
  flex: 1;
  width: 100%;
  height: 100%;
  max-width: 40px;
  max-height: 40px;
}
.why__choice-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.why__choice-item h3 a {
  color: var(--color-orange);
  text-decoration: none;
}
.why__choice-item p {
  font-size: 16px;
  color: var(--color-gray);
  line-height: 1.4;
  text-align: center;
}

.banner1 {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}

.news-container {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.news-video {
  flex: 1;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.news-list {
  width: 400px;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 20px;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.news-header h3 {
  color: #c72323;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.view-all {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}
.view-all i {
  margin-left: 5px;
  font-size: 12px;
}

.news-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.news-item:last-child {
  border-bottom: none;
}

.news-image {
  width: 120px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
}
.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-content {
  flex: 1;
}

.news-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 8px;
}

.news-category {
  color: #c72323;
  font-size: 13px;
}

.news-date {
  color: #666;
  font-size: 13px;
}

.news-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}

.news-desc {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 999;
}
.floating-contact a {
  width: 45px;
  height: 45px;
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  font-size: 20px;
}

.scroll-circle {
  position: fixed;
  right: 20px;
  bottom: 140px;
  width: 50px;
  height: 50px;
  z-index: 999;
  cursor: pointer;
}
.scroll-circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.scroll-circle .bg {
  fill: none;
  stroke: #e6e6e6;
  stroke-width: 5;
}
.scroll-circle .progress {
  fill: none;
  stroke: #007bff;
  stroke-width: 5;
  stroke-dasharray: 163.36;
  stroke-dashoffset: 163.36;
  transition: stroke-dashoffset 0.2s linear;
}

.scroll-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #007bff;
  font-size: 16px;
  pointer-events: none;
}

.contact-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 15px 0px;
  background: #fff;
}

.contact-btn {
  background: #ffd700;
  padding: 8px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
.contact-btn i {
  font-size: 16px;
}

.home__page .footer {
  border-top: none !important;
}

.footer {
  background-color: var(--bg-black);
  color: var(--color-white);
}
.footer__main {
  padding: 60px 0;
}
.footer__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--color-white);
  margin-bottom: 16px;
  font-family: var(--font-family);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr 300px 366px;
  gap: 30px;
}
.footer__text {
  color: var(--color-white);
  line-height: 1.6;
  font-size: 15px;
  font-weight: 400;
  word-break: break-word;
}
.footer__text img {
  max-width: 100%;
  width: auto;
}
.footer__text p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.footer__text ul {
  margin-left: 17px;
}
.footer__links {
  list-style: none;
  padding: 0;
}
.footer__links li {
  margin-bottom: 10px;
  display: flex;
  justify-content: start;
  gap: 6px;
  align-items: center;
}
.footer__links a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}
.footer__links a:hover {
  color: var(--color-red);
}
.footer__socials {
  display: flex;
  gap: 10px;
  margin-top: 24px;
  align-items: center;
}
.footer__socials a {
  color: #666;
  font-size: 16px;
}
.footer__socials-title {
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  color: var(--color-white);
  text-transform: uppercase;
}
.footer__socials-links {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.footer__socials-links a {
  display: inline-flex;
  border-radius: 50%;
  overflow: hidden;
}
.footer__socials-links a:hover img {
  opacity: 0.5;
}
.footer__socials-links img {
  transition: all 0.3s;
}
.footer__map {
  position: relative;
  min-height: 290px;
}
.footer__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer__copyright {
  padding: 15px 0;
  background: var(--bg-copyright);
  font-size: 15px;
}
.footer__copyright-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: var(--color-white);
  font-weight: 400;
}
.footer__copyright-author {
  text-decoration: none;
  color: var(--color-white);
  font-weight: 400;
}
.footer__copyright-author:hover {
  opacity: 0.8;
}
.footer__pricing {
  margin-top: 40px;
}
.footer__pricing-flex {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__pricing-item {
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--color-white);
  display: flex;
  gap: 16px;
  justify-content: start;
  align-items: center;
}
.footer__pricing-item:last-child {
  border-bottom: none;
}
.footer__pricing-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.footer__pricing-title {
  font-size: 16px;
  font-weight: 400;
}
.footer__pricing-text {
  font-size: 16px;
  font-weight: 400;
}
.footer__pricing-text a {
  text-decoration: none;
  color: var(--color-white);
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
}
.footer__pricing-text a:hover {
  color: var(--color-red);
  opacity: 0.7;
}

.btn-loading {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-loading span {
  display: none;
}
.btn-loading.is-loading {
  pointer-events: none;
  opacity: 0.7;
}
.btn-loading.is-loading span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent;
  animation: spinLoading 0.75s linear infinite;
}

@keyframes spinLoading {
  100% {
    transform: rotate(360deg);
  }
}
.notyf {
  padding: 15px;
  z-index: 9999999999 !important;
}
.notyf__message {
  white-space: nowrap;
}
.notyf__toast {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 12px 20px 12px;
  font-size: 14px;
  font-weight: 500;
  max-width: 100%;
}
.notyf__ripple {
  opacity: 0.12;
}
.notyf__wrapper {
  padding: 4px 8px;
}
.notyf__dismiss-btn {
  background: transparent;
  opacity: 1;
  cursor: pointer;
  height: 26px;
  width: 26px;
  border-radius: 4px !important;
}
.notyf__dismiss {
  height: 26px;
  width: 26px;
  border-radius: 4px !important;
}

.heading__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 36px;
}
.heading__title-left {
  flex: 1;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
.heading__title-right a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-red);
  padding: 8px 20px;
  border-radius: 4px;
  gap: 14px;
  color: var(--color-red);
  text-decoration: none;
  font-size: 14px;
  transition: var(--transition);
}
.heading__title-right a:hover {
  background: var(--bg-red);
  color: var(--color-white);
}
.heading__content h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: var(--color-black);
  margin-bottom: 6px;
}
.heading__content h2 span {
  color: var(--color-red);
}
.heading__content p {
  font-size: 16px;
  line-height: 20px;
  color: var(--color-gray);
}
.heading__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background: var(--bg-red);
  border-radius: 50%;
  color: var(--color-white);
  font-weight: 500;
  font-size: 20px;
  position: relative;
}
.heading__circle::before {
  content: "";
  background: #dedede;
  height: 1px;
  width: 100%;
  position: absolute;
  right: 100%;
  top: calc(50% - 1px);
  z-index: 1;
}

.partner {
  padding: 50px 0;
  background-color: var(--bg-black);
  position: relative;
}
.partner__wrapper {
  padding: 10px 0;
  position: relative;
}
.partner-item {
  text-align: center;
  transition: transform 0.3s ease;
}
.partner-item a {
  display: inline-block;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.partner-item img {
  max-width: 100%;
  height: auto;
  transition: transform 0.4s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  filter: grayscale(20%);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.partner-item:hover img {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  filter: grayscale(0%);
}

.product__hot {
  padding: 60px 0px;
  position: relative;
  background: #f8f8f8;
}
.product__hot-wrapper {
  position: relative;
}
.product__hot-empty {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
}
.product__hot-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.product__item {
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}
.product__item-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--bg-white);
}
.product__item-thumb img {
  transition: var(--transition);
  width: 100%;
  height: 100%;
}
.product__item-thumb a {
  display: block;
  overflow: hidden;
  line-height: 0;
}
.product__item:hover img {
  transform: scale(1.25);
}
.product__item:hover h3 a {
  color: var(--color-red);
}
.product__item-info {
  padding: 16px 0px;
}
.product__item-info h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  font-family: var(--font-be);
}
.product__item-info h3 a {
  color: #23232b;
  text-decoration: none;
  transition: color 0.3s ease;
}
.product__item-info p {
  margin: 0 0 12px 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.product__item-contact {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray);
  font-family: var(--font-be);
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.product__item-contact .price-old {
  color: #666;
  text-decoration: line-through;
}
.product__item-contact .price-new {
  color: var(--color-red);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-be);
}
.product__item-name {
  text-align: left;
}

.product__item-wrapper {
  position: relative;
  overflow: hidden;
}

.product__item .add-to-cart-btn {
  background: linear-gradient(45deg, #ff6b35, #ff8c42);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  transform: translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}
.product__item .add-to-cart-btn:hover {
  background: linear-gradient(45deg, #ff8c42, #ff6b35);
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}
.product__item .add-to-cart-btn i {
  font-size: 16px;
}

.product-category {
  padding: 60px 0;
}

.news__index {
  padding: 60px 0;
  background: var(--bg-white);
}

.news__owl {
  margin: 0px -20px;
}
.news__owl .owl-dots .owl-dot span {
  width: 36px;
  height: 3px;
  border-radius: 3px;
}
.news__owl .owl-dots .owl-dot.active span {
  background: #e60023;
}
.news__owl .owl-stage-outer {
  padding: 0px 20px;
}

.news__item-index {
  background: #fff;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.news__item-index:hover h3 a {
  color: #e60023;
}
.news__item-index:hover .thumb img {
  transform: scale(1.1);
}
.news__item-index:hover .btn-read-more {
  background: var(--bg-red);
  color: var(--color-white);
}
.news__item-index .thumb {
  position: relative;
}
.news__item-index .thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: var(--transition);
}
.news__item-index .thumb a {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.news__item-index .thumb__tag {
  background: var(--bg-red);
  padding: 8px 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: -20px;
  top: 20px;
  z-index: 2;
  color: var(--color-white);
}
.news__item-index .info {
  padding: 16px 0px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.news__item-index h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 28px;
}
.news__item-index h3 a {
  color: #23232b;
  text-decoration: none;
  transition: var(--transition);
}
.news__item-index h3 a:hover {
  color: var(--color-red);
}
.news__item-index p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: auto;
}
.news__item-time {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-gray);
  font-size: 16px;
  margin-bottom: 10px;
}
.news__item-time svg {
  max-height: 20px;
}
.news__item-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--color-gray);
}

.btn-read-more {
  display: inline-flex;
  max-width: 137px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: var(--transition);
  border-radius: 4px;
  padding: 8px 20px;
  border: 1px solid var(--color-red);
  color: var(--color-red);
}
.btn-read-more:hover {
  color: var(--color-white);
  background: var(--bg-red);
}

.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  left: -82%;
  width: 82%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  transition: left 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.mobile-menu.active {
  left: 0;
}
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid #ebebeb;
  background: rgb(16, 16, 16);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: var(--color-white);
  font-size: 18px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.mobile-menu .mobile-search {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #ebebeb;
}
.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-item:not(:first-child) {
  border-top: 1px solid #ebebeb;
}
.mobile-menu-item a {
  display: flex;
  align-items: center;
  padding: 15px;
  color: var(--text-color-black);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.mobile-menu-item i {
  margin-right: 6px;
  width: 16px;
  text-align: center;
  font-size: 14px;
}
.mobile-menu-item.active a {
  color: var(--text-color-red);
}
.mobile-menu-item .active-span {
  font-weight: 600;
}
.mobile-menu-toggle {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.mobile-menu-toggle span {
  display: inline-block;
  height: 2px;
  width: 27px;
  background: var(--bg-white);
}
.mobile-menu-footer {
  padding: 15px;
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  font-size: 14px;
}
.mobile-menu-footer .support-info {
  display: flex;
  justify-content: start;
  flex-direction: column;
  gap: 4px;
}
.mobile-menu-footer .support-info p {
  margin: 5px 0;
  color: #333;
}
.mobile-menu-footer .support-info a {
  color: #007bff;
  text-decoration: none;
}
.mobile-menu-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-logo {
  max-width: 155px;
  line-height: 0;
}
.mobile-logo img {
  max-width: 100%;
  height: auto;
}

.mobile-nav {
  padding-bottom: 10px;
  flex: 1;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mobile-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  border-top: 1px solid #ebebeb;
}
.mobile-social-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: var(--text-color-black);
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.mobile-social-link:hover {
  background-color: var(--background-blue);
  color: #fff;
}

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: rgb(16, 16, 16);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
  display: none;
}
.mobile-header-logo {
  max-width: 140px;
}
.mobile-header-logo img {
  max-width: 100%;
  height: auto;
}
.mobile-header-actions {
  display: flex;
}
.mobile-header-right {
  display: flex;
  justify-content: end;
  gap: 12px;
  align-items: center;
}
.mobile-header .mobile-search-btn {
  border: none;
  height: 27px;
  width: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0px;
  background: transparent;
  color: var(--color-white);
}

.mobile-search-toggle {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language__pc {
  display: flex;
  justify-content: end;
  gap: 6px;
  margin-right: 10px;
}
.language__pc--item img {
  width: auto;
  max-width: 24px;
}

.mobile-language-section {
  border-top: 1px solid #ddd;
  padding: 15px;
  margin-top: auto;
  background-color: #f8f9fa;
}
.mobile-language-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 550;
  color: var(--text-color-black);
}
.mobile-language-title i {
  margin-right: 6px;
  width: 16px;
  text-align: center;
  color: var(--text-color-blue);
  font-size: 14px;
}
.mobile-language-options {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.mobile-lang-btn {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  text-decoration: none;
  color: var(--text-color-black);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}
.mobile-lang-btn .flag-icon {
  width: 24px;
  height: 16px;
  margin-right: 12px;
  border-radius: 2px;
  object-fit: cover;
  border: 1px solid #ddd;
}
.mobile-lang-btn span {
  flex: 1;
  font-weight: 500;
}
.mobile-lang-btn.active {
  background-color: #fff3f3;
  border-color: var(--color-red);
  color: var(--color-red);
}

.mobile-has-submenu {
  position: relative;
}

.mobile-submenu-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  background-color: transparent;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.mobile-submenu-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
  margin-left: auto;
  color: #888;
}
.mobile-submenu-arrow.rotated {
  transform: rotate(180deg);
}
.mobile-submenu {
  max-height: 0;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 8px;
  padding: 0;
  transition: 0.2s all;
}
.mobile-submenu.active {
  max-height: 800px;
  padding: 4px 0;
}
.mobile-submenu-item {
  list-style: none;
}
.mobile-submenu-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}
.mobile-submenu-level-3 {
  background-color: #f9f9f9;
  padding-left: 10px;
}
.mobile-submenu-level-3 .mobile-submenu-item a {
  font-size: 14px;
}
.mobile-submenu-level-4 {
  background-color: #f9f9f9;
  padding-left: 20px;
}
.mobile-submenu-level-4 .mobile-submenu-item a {
  font-size: 14px;
}
.mobile-submenu-level-5 {
  background-color: #f9f9f9;
  padding-left: 30px;
}
.mobile-submenu-level-5 .mobile-submenu-item a {
  font-size: 14px;
}

.page__static--section {
  padding-top: 10px;
  padding-bottom: 30px;
}

.page__title {
  font-size: 28px;
  color: #e60023;
  position: relative;
  letter-spacing: 1px;
  text-align: center;
  margin: 16px 0;
}

.breadcrumb-nav {
  margin: 16px 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 8px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #333;
}

.breadcrumb-link {
  color: #333;
  text-decoration: none;
  padding: 0.3rem 0.5rem;
  border-radius: 4px;
  transition: color 0.2s ease-in-out;
}
.breadcrumb-link:hover {
  color: #e63946;
  background-color: transparent;
}

.breadcrumb-current {
  font-weight: bold;
  color: #333;
  padding: 0.3rem 0.5rem;
}

.breadcrumb-separator {
  margin: 0 0.5rem;
  color: #999;
}

.empty-state {
  text-align: center;
  padding-bottom: 60px;
  padding-top: 24px;
}

.empty-content i {
  font-size: 64px;
  color: #ddd;
  margin-bottom: 20px;
}
.empty-content h3 {
  color: #666;
  margin-bottom: 10px;
}
.empty-content p {
  color: #999;
  margin-bottom: 30px;
}
.empty-content a {
  color: #333;
}

.fixed-social {
  position: fixed;
  bottom: 4rem;
  right: 0.25rem;
  padding: 0.5rem;
  z-index: 1000;
}
.fixed-social .link-item {
  position: relative;
  margin-bottom: 0.625rem;
}
.fixed-social .link-item span {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0.625rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 0;
  font-size: 3.75rem;
  border: 3px solid var(--color-red);
  border-right: 0;
}
.fixed-social .social-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 0.625rem;
  background-color: var(--bg-red);
  border-radius: 50%;
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.fixed-social .social-button:hover {
  transform: scale(1.1);
}
.fixed-social .social-button img {
  width: 1.75rem;
  height: auto;
}

.social-button svg {
  width: 24px;
  height: 24px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(207, 0, 0, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(207, 0, 0, 0);
  }
  to {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(207, 0, 0, 0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(207, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1.05);
    -webkit-box-shadow: 0 0 0 10px rgba(207, 0, 0, 0);
  }
  to {
    -webkit-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(207, 0, 0, 0);
  }
}
.pulse-1 {
  animation: pulse 0.8s infinite;
}

.pulse-2 {
  animation: pulse 1.2s infinite 0.2s;
}

.pulse-3 {
  animation: pulse 1.5s infinite 0.4s;
}

.pulse-4 {
  animation: pulse 1.7s infinite 0.1s;
}

.link-item-phone {
  position: relative;
}

.phone-sub {
  position: absolute;
  right: calc(100% + 12px);
  min-width: 150px;
  max-width: 250px;
  background-color: rgb(207, 0, 0);
  border-radius: 6px;
  bottom: 0px;
  transform-origin: bottom right;
  transform: scale(0);
  transition: 0.3s all;
}
.phone-sub.open {
  transform: scale(1);
}

.phone-sub-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 5px;
  border-bottom: 1px solid #e3e3e3;
  color: #fff;
}
.phone-sub-item:last-child {
  border-bottom: 0px;
}
.phone-sub-item i {
  color: #fff;
  transform: rotate(90deg);
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.phone-sub-item .icon {
  color: var(--color-01);
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.phone-sub-item .icon svg {
  fill: var(--color-01);
}
.phone-sub-item:hover span:not(.icon) {
  opacity: 0.6;
}

.skiptranslate {
  display: none;
}

#google_language_translator {
  clear: both;
  width: auto !important;
  text-align: right;
  display: none;
}

.go__top {
  position: fixed;
  bottom: 15px;
  right: 12px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
  background: transparent;
}
.go__top.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.go__top::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  font-weight: 900;
  color: var(--color-orange);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}
.go__top-svg {
  fill: none;
}
.go__top-svg path {
  stroke: var(--color-brown);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

.content-center-v1 {
  font-size: 16px;
  line-height: 1.8;
  color: #3a3a3a;
  margin-bottom: 1rem;
}
.content-center-v1 img {
  height: auto;
  margin-bottom: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.content-center-v1 p {
  word-spacing: 1.5px;
  text-align: justify;
  margin-bottom: 1rem;
}
.content-center-v1 p img {
  margin-bottom: 0px;
}
.content-center-v1 a:hover {
  text-decoration: underline;
}
.content-center-v1 ul,
.content-center-v1 ol {
  margin-left: 17px;
  margin-bottom: 1rem;
}
.content-center-v1 ul:last-child,
.content-center-v1 ol:last-child {
  margin-bottom: 0;
}

.coppy_right {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
  display: inline-block;
}
.coppy_right:hover {
  color: #0800e6;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(1, 129, 248, 0.7);
  transform: translateY(-2px);
}

/** About **/
.about__index {
  background: var(--bg-white);
  padding: 80px 0;
  position: relative;
}
.about__slogan {
  font-size: 20px;
  font-weight: 500;
  color: #23232b;
  margin-bottom: 8px;
}
.about__name {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #23232b;
  margin-bottom: 16px;
}
.about__name span {
  color: var(--color-red);
  display: block;
}
.about__desc {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray);
}
.about__owl {
  margin-top: 32px;
}
.about__contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 32px;
}
.about__contact-thumb {
  position: relative;
  overflow: hidden;
}
.about__contact-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  transition: var(--transition);
}
.about__contact-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.about__contact-item:hover img {
  transform: scale(1.2);
}
.about__contact-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 20px;
  color: var(--color-white);
  gap: 16px;
}
.about__contact-info h3 {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
}
.about__contact-info p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .about__contact-info p {
    line-height: 15px;
  }
}
.about__contact-btn {
  background: var(--bg-red);
  border-radius: 4px;
  padding: 8px 20px;
  border: 1px solid var(--bg-red);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  height: 40px;
  max-width: 142px;
  cursor: pointer;
  text-decoration: none;
}
.about__contact-btn:hover {
  color: var(--color-white);
  background: var(--color-orange);
  border-color: var(--color-orange);
}
.about__left {
  width: 70%;
}
.about__bg {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
}
.about__bg-image {
  position: relative;
  z-index: 3;
}
.about__bg-image img {
  max-width: 100%;
  width: auto;
  height: 100%;
}
.about__bg-circle {
  position: absolute;
  right: 0px;
  top: 20%;
  z-index: 2;
  width: calc(100% + 200px);
}
.about__bg-circle::before {
  width: calc(100% - 56px);
  height: 1px;
  right: 0px;
  background: #e2e9ea;
  top: calc(50% - 1px);
  z-index: 2;
  content: "";
  position: absolute;
}
.about__bg-circle span {
  display: block;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
  background: var(--bg-red);
}

/** Banner **/
.section__banner {
  position: relative;
}
.section__banner-img img {
  width: 100%;
  display: block;
  height: auto;
}
.section__banner-info {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
}
.section__banner-subtitle {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}
.section__banner-title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
.section__banner-desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.section__banner-container {
  text-align: center;
  max-width: 630px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.section__banner-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__banner-btn a {
  display: flex;
  justify-content: center;
  height: 48px;
  width: 100%;
  max-width: 210px;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  background: var(--bg-red);
  border-radius: 4px;
  cursor: pointer;
  color: var(--color-white);
  text-transform: uppercase;
  transition: var(--transition);
}
.section__banner-btn a .svg {
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--color-white);
  justify-content: center;
  align-items: center;
  background: var(--bg-red);
}
.section__banner-btn a:hover {
  background: var(--bg-white);
  color: var(--color-red);
}
.section__banner-btn a:hover svg {
  border-color: var(--color-red);
}
.section__banner-arrow {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.section__banner-arrow-image {
  display: inline-flex;
  animation: arrowBounce 0.9s ease-in-out infinite;
  will-change: transform;
  cursor: pointer;
}
.section__banner-arrow-image img {
  display: block;
  width: auto;
  height: auto;
}

/** Menu category dropdown (popover) **/
.menu__category {
  width: 100%;
  max-width: 17.1875rem;
  max-height: 28.125rem;
  overflow-x: hidden;
  overflow-y: auto;
  border: 3px solid #acabab;
  border-radius: 8px;
  background: var(--bg-white);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
}
.menu__category[hidden] {
  display: none !important;
}
.menu__category[data-state=open] {
  display: block;
}
.menu__category-origin {
  display: flex;
  gap: 0;
  flex-direction: column;
  width: 100%;
  max-width: 17.1875rem;
  background: var(--bg-white);
}
.menu__category-origin--sub {
  display: none;
}
.menu__category-item {
  display: block;
  position: relative;
}
.menu__category-item:last-child {
  border-bottom: none;
}
.menu__category-item a {
  display: block;
  padding: 0.625rem 1.25rem;
  width: 100%;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: var(--color-black);
  text-decoration: none;
  transition: var(--transition);
}
.menu__category-item a:hover {
  background: var(--bg-red);
  color: var(--color-white);
  border-radius: 8px;
}

.menu__category-flyout {
  display: flex;
  flex-direction: column;
  min-width: 17.1875rem;
  max-width: 17.1875rem;
  max-height: 25rem;
  overflow-y: auto;
  border: 3px solid #acabab;
  border-radius: 8px;
  background: var(--bg-white);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
}
.menu__category-flyout .menu__category-item a {
  display: block;
  padding: 0.625rem 1.25rem;
  width: 100%;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: var(--color-black);
  text-decoration: none;
  transition: var(--transition);
}
.menu__category-flyout .menu__category-item a:hover {
  background: var(--bg-red);
  color: var(--color-white);
  border-radius: 8px;
}

.breadcrumb-main {
  display: none !important;
}

@keyframes arrowBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(18px);
  }
}
/** Video index **/
.video__index {
  position: relative;
}
.video__index-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9;
  padding-top: 60px;
}
.video__index-image {
  line-height: 0;
}
.video__index-image img {
  width: 100%;
}
.video__index-image-btn {
  position: absolute;
  left: 0px;
  top: 0px;
}
.video__index-actions {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 8;
  height: 100%;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video__index-btn {
  height: 56px;
  width: 56px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  border-radius: 50%;
}
.video__index-flex {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.video__index-title {
  font-size: 30px;
  line-height: 1.4;
  color: var(--color-white);
  font-weight: 700;
  max-width: 460px;
}
.video__index-content {
  max-width: 440px;
}
.video__index-content a {
  display: inline-flex;
  padding: 8px 20px;
  background: var(--bg-red);
  border-radius: 4px;
  gap: 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  transition: var(--transition);
  text-decoration: none;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
}
.video__index-content a:hover {
  background: var(--bg-white);
  color: var(--color-red);
}
.video__index-desc {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--color-white);
  margin-bottom: 24px;
}

@keyframes btn-pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.btn-pulse {
  position: relative;
}
.btn-pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  animation: btn-pulse-ring 1.4s ease-out infinite;
  will-change: transform, opacity;
}

@keyframes blink-ring {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  60% {
    transform: scale(2.2);
    opacity: 0;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.blink {
  position: relative;
}
.blink::before, .blink::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  animation: blink-ring 1s ease-out infinite;
  will-change: transform, opacity;
}
.blink::after {
  animation-delay: 0.5s;
}

/** Slogan **/
.slogan {
  background: var(--bg-white);
}
.slogan marquee {
  padding: 12px 0;
  font-weight: 500;
  display: block;
  line-height: 1;
}

/** Category home page **/
.product__category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.product__category-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.product__category-thumb::before, .product__category-thumb::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.8s ease-in-out;
  pointer-events: none;
}
.product__category-thumb::before {
  top: 0;
  left: 0;
  z-index: 1;
}
.product__category-thumb::after {
  bottom: 0;
  right: 0;
  z-index: 2;
}
.product__category-thumb img {
  display: block;
  width: 100%;
}
.product__category-item a {
  color: var(--bg-black);
  display: block;
  text-decoration: none;
  transition: var(--transition);
}
.product__category-item:hover .product__category-thumb::before, .product__category-item:hover .product__category-thumb::after {
  width: 100%;
  height: 100%;
}
.product__category-item:hover .product__category-info a {
  color: var(--color-red);
}
.product__category-info {
  padding: 10px 0;
  text-align: center;
}
.product__category-info h3 {
  font-size: 18px;
}
