@charset "UTF-8";

:root {
  --main-color: #17A9E4;
  --hover-color: #58BB2A;
  --font-size: 14px;
  --font-size-sm: 13px;
  --margin-news: 10px;
  --margin-products: 10px;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype"), url("../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

input,
textarea,
button {
  outline: none;
  border: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

img:not([src]) {
  visibility: hidden;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img.img-responsive,
img.img-fluid {
  width: 100% !important;
  height: auto;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

*::-webkit-scrollbar-thumb:hover {
  background: #333;
}

b,
strong {
  font-family: Montserrat-Bold;
}

body {
  font-family: Montserrat-Regular;
  margin: 0;
  line-height: 1.5em;
  font-size: var(--font-size);
  color: #222222;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  body {
    font-size: var(--font-size-sm);
  }
}

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .wrapper {
    max-width: 570px;
  }
}

@media screen and (min-width: 767px) {
  .wrapper {
    max-width: 750px;
  }
}

@media screen and (min-width: 991px) {
  .wrapper {
    max-width: 1330px;
  }
}

/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

.wrap-clear:after {
  display: block;
  content: "";
  clear: both;
}

.full {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* Class chung để kích hoạt tính năng giới hạn dòng */
.text-truncate-multi {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  /* Tránh vỡ layout với các từ quá dài */
}

/* Giới hạn 2 dòng */
.line-2 {
  -webkit-line-clamp: 2;
}

/* Giới hạn 3 dòng */
.line-3 {
  -webkit-line-clamp: 3;
}

/* Giới hạn n dòng (ví dụ 1 dòng) */
.line-1 {
  -webkit-line-clamp: 1;
}

p.validator-feedback {
  margin-bottom: 0;
  margin-top: 8px;
  font-style: italic;
  color: var(--bs-danger);
}

.gradient-text-main {
  background: linear-gradient(90deg, #138C20, #58BB2A);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.gradient-text-second {
  background: linear-gradient(90deg, #1E80E9, #17A9E4);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.tags-title {
  transform: rotateZ(-90deg);
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  white-space: nowrap;
}

.tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tags-list a {
  height: 26px;
  line-height: 24px;
  position: relative;
  font-size: 14px;
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: var(--warning);
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  transition: 0.4s;
}

.tags-list a::before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent var(--warning) transparent transparent;
  border-style: solid;
  border-width: 12px 12px 14px 0;
  transition: 0.4s;
}

.tags-list a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}

.tags-list a:hover {
  background: var(--danger);
}

.tags-list a:hover::before {
  border-color: transparent var(--danger) transparent transparent;
}

@media screen and (max-width: 991px) {
  .tags-list a {
    margin-bottom: 5px;
  }
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.hidden {
  display: none;
}

.f-ui-container {
  --primary: #10c6a8;
  --primary-glow: #10c6a84D;
  /* 30% opacity */
  --glass-bg: rgba(255, 255, 255, 0.85);
  --glass-border: rgba(255, 255, 255, 0.4);
  --shadow-float: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
  --text-dark: #1e293b;
  --transition: 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  z-index: 990;
  pointer-events: none;
}

.f-ui-container * {
  box-sizing: border-box;
  pointer-events: auto;
}

.f-social-group {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.f-toggle-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px var(--primary-glow);
  transition: var(--transition);
  position: relative;
  z-index: 10;
}

.f-toggle-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px var(--primary-glow);
}

.f-toggle-btn:active {
  transform: scale(0.95);
}

.f-toggle-btn svg {
  width: 24px;
  height: 24px;
  position: absolute;
  transition: var(--transition);
}

.f-toggle-btn .icon-close {
  opacity: 0;
  transform: rotate(-90deg) scale(0.5);
}

.f-social-group.is-active .f-toggle-btn {
  background: #ff4757;
  box-shadow: 0 8px 25px rgba(255, 71, 87, 0.3);
}

.f-social-group.is-active .f-toggle-btn .icon-chat {
  opacity: 0;
  transform: rotate(90deg) scale(0.5);
}

.f-social-group.is-active .f-toggle-btn .icon-close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.f-social-menu {
  position: absolute;
  bottom: calc(100% + 16px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  padding: 14px;
  border-radius: 100px;
  box-shadow: var(--shadow-float);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.9);
  transition: var(--transition);
  transform-origin: bottom center;
}

.f-social-group.is-active .f-social-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.f-icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: var(--transition);
  position: relative;
}

.f-icon-btn svg {
  width: 20px;
  height: 20px;
  transition: var(--transition);
}

.f-icon-btn:hover {
  transform: translateY(-3px);
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: 0 8px 15px var(--primary-glow);
}

.f-fb:hover {
  background: #1877F2;
  border-color: #1877F2;
  box-shadow: 0 8px 15px rgba(24, 119, 242, 0.3);
}

.f-ig:hover {
  background: #E4405F;
  border-color: #E4405F;
  box-shadow: 0 8px 15px rgba(228, 64, 95, 0.3);
}

.f-yt:hover {
  background: #FF0000;
  border-color: #FF0000;
  box-shadow: 0 8px 15px rgba(255, 0, 0, 0.3);
}

.f-tiktok:hover {
  background: #000000;
  border-color: #000000;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.f-zalo:hover {
  background: #0068FF;
  border-color: #0068FF;
  box-shadow: 0 8px 15px rgba(0, 104, 255, 0.3);
}

.f-phone:hover {
  background: #00C853;
  border-color: #00C853;
  box-shadow: 0 8px 15px rgba(0, 200, 83, 0.3);
}

.f-icon-btn::before {
  content: attr(data-tooltip);
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background: var(--text-dark);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  pointer-events: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: var(--font-body, system-ui, sans-serif);
}

.f-icon-btn::after {
  content: "";
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent var(--text-dark);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  pointer-events: none;
}

.f-icon-btn:hover::before,
.f-icon-btn:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

.f-btt {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-float);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition);
}

.f-btt.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.f-btt:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.f-btt-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  transition: var(--transition);
}

.f-btt:hover .f-btt-icon {
  transform: translateY(-2px);
}

.f-btt-icon svg {
  width: 20px;
  height: 20px;
}

.f-progress-circle {
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.f-progress-circle circle {
  fill: none;
  stroke-width: 3;
}

.f-progress-circle .f-bg {
  stroke: rgba(0, 0, 0, 0.05);
}

.f-progress-circle .f-progress-line {
  stroke: var(--primary);
  stroke-linecap: round;
  stroke-dasharray: 138.2;
  stroke-dashoffset: 138.2;
  transition: stroke-dashoffset 0.1s linear;
}

@media screen and (max-width: 769px) {
  .f-ui-container {
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    right: 20px;
    gap: 12px;
  }

  .f-toggle-btn {
    width: 50px;
    height: 50px;
  }

  .f-toggle-btn svg {
    width: 20px;
    height: 20px;
  }

  .f-btt {
    width: 44px;
    height: 44px;
  }

  .f-btt-icon svg {
    width: 18px;
  }

  .f-progress-circle circle {
    stroke-width: 2.5;
    r: 19;
    cx: 22;
    cy: 22;
  }

  .f-progress-circle {
    width: 44px;
    height: 44px;
    viewBox: 0 0 44 44;
    left: 1px;
    top: -3px;
  }

  .f-progress-circle .f-progress {
    stroke-dasharray: 119.38;
    stroke-dashoffset: 119.38;
  }

  .f-icon-btn::before,
  .f-icon-btn::after {
    display: none;
  }
}

.title-article {
  margin-bottom: 25px;
}

.title-article h2 {
  font: 20px Montserrat-Bold;
  background: linear-gradient(90deg, #138C20, #58BB2A);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1.4;
  margin-bottom: 10px;
}

.title-article p {
  font-style: normal;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.title-article p i {
  margin-right: 5px;
  color: #17A9E4;
}

@media screen and (max-width: 991px) {
  .title-article h2 {
    font-size: 17px;
  }
}

.article iframe,
.article object {
  max-width: 100% !important;
}

.article table {
  max-width: 100% !important;
}

.article *:not(iframe):not(object):not(img) {
  max-width: 100% !important;
  height: auto !important;
}

.article blockquote {
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

@media screen and (max-width: 991px) {
  .article img {
    max-width: 100% !important;
    height: auto !important;
  }
}

.nav-article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  margin-top: 30px;
  background: #f3f4f6;
  border-radius: 50px;
  border: 1px solid #e5e7eb;
}

.nav-article .nav-article_left {
  max-width: calc(100% - 200px);
  color: #4b5563;
}

.nav-article .nav-article_left span {
  font-weight: 700;
  color: #1f2937;
}

.nav-article .nav-article_right {
  max-width: 200px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.nav-article .nav-article_right span {
  margin: 0 15px;
  color: #d1d5db;
}

.nav-article .nav-article_right a {
  font-weight: 600;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease;
}

.nav-article .nav-article_right a.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.nav-article .nav-article_right a svg {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  transition: transform 0.2s ease;
}

.nav-article .nav-article_right a:hover {
  color: #17A9E4;
}

.nav-article .nav-article_right a:hover .arrow-left {
  transform: translateX(-3px);
}

.nav-article .nav-article_right a:hover .arrow-right {
  transform: translateX(3px);
}

@media screen and (max-width: 991px) {
  .nav-article {
    flex-direction: column;
    border-radius: 16px;
    padding: 20px;
  }

  .nav-article .nav-article_left {
    max-width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}

.card-right-article {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid #f3f4f6;
  margin-bottom: 30px;
}

.card-right-article .card-right-article-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #e5e7eb;
}

.card-right-article .card-right-article-title h4 {
  font-size: 18px;
  font-weight: 800;
  color: #1f2937;
  position: relative;
  cursor: pointer;
  margin: 0;
}

.card-right-article .card-right-article-title h4 span {
  position: absolute;
  right: 0;
  top: 0;
  color: #9ca3af;
  transition: transform 0.3s ease;
}

.card-right-article .card-right-article-title h4:hover span {
  color: #17A9E4;
}

.card-right-article .card-right-article-list>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-right-article .card-right-article-list.card-lated-article-list {
  max-height: 315px;
  overflow-y: auto;
}

.card-right-article .card-right-article-list.card-lated-article-list>ul>li {
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
}

.card-right-article .card-right-article-list.card-lated-article-list>ul>li:first-child {
  padding-top: 0;
}

.card-right-article .card-right-article-list.card-lated-article-list>ul>li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.card-right-article .card-right-article-list.card-category-article-list {
  max-height: 415px;
  overflow-y: auto;
}

.card-sticky {
  position: sticky;
}

.category-article-group {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-article-group li {
  padding: 2px 0;
}

.category-article-group li a {
  display: block;
  padding: 8px 15px;
  border-radius: 50px;
  /* Dạng Pill */
  color: #4b5563;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.category-article-group li a:hover {
  background-color: #ecf8fd;
  color: #17A9E4;
  padding-left: 20px;
}

.category-article-group li.has-child {
  position: relative;
}

.category-article-group li.has-child.is-open>a {
  color: #17A9E4;
  background-color: #ecf8fd;
}

.category-article-group li.has-child.is-open>.toggle-icon {
  background-color: #17A9E4;
  color: #fff;
  border-color: #17A9E4;
  transform: rotate(180deg);
}

.category-article-group li.has-child .toggle-icon {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  color: #9ca3af;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-article-group li.has-child .toggle-icon:hover {
  color: #17A9E4;
  border-color: #17A9E4;
}

.category-article-group li ul {
  margin: 5px 0 5px 20px;
  padding: 0;
  list-style: none;
  border-left: 2px solid #d1eefa;
}

.category-article-group li ul>li {
  padding: 2px 0;
}

.category-article-group li ul>li a {
  font-size: 13px;
  padding: 6px 15px;
}

.wow {
  visibility: hidden;
}

.hover-scale img {
  transition: 0.4s;
}

.hover-scale:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}

.social-share {
  padding: 12px;
  background: #eee;
  border-radius: 10px;
}

.social-share .social-share_title {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.social-share .social-share_title svg {
  margin-bottom: 1px;
  margin-right: 8px;
}

.pagination-wrapper {
  margin: 1.5rem 0;
}

.pagination-wrapper .badge-info {
  background: #f1f5f9;
  padding: 6px 16px;
  border-radius: 20px;
  color: #64748b;
  font-weight: 500;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  display: inline-block;
}

.pagination-wrapper .badge-info strong {
  color: #3b82f6;
}

.pagination-wrapper .pagination {
  gap: 8px;
}

.pagination-wrapper .pagination .page-item .page-link {
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
  font-size: 13px;
  margin: 0;
}

.pagination-wrapper .pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(16, 198, 168, 0.25);
}

.pagination-wrapper .pagination .page-item.disabled .page-link {
  background: #f8fafc;
  color: #cbd5e1;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.pagination-wrapper .pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #59c3ee 0%, #17A9E4 100%);
  color: #ffffff;
  box-shadow: 0 6px 15px rgba(23, 169, 228, 0.35);
  transform: scale(1.05);
  z-index: 2;
}

.pagination-wrapper .pagination .page-item:not(.disabled):not(.active) .page-link:hover {
  background: linear-gradient(135deg, #FF416C 0%, #FF4B2B 100%);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(255, 65, 108, 0.4);
}

.section-breadcrumb {
  background: rgba(23, 169, 228, 0.05);
  padding: 10px 0;
  margin-bottom: 20px;
}

.section-breadcrumb .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: inherit;
  border-radius: 0;
}

.section-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\f105";
  font-family: "Font Awesome 7 Pro";
}

#footermap iframe {
  display: block;
  width: 100%;
  height: 450px;
}

.footerPowered {
  font-family: Montserrat-Medium;
  padding: 15px 0;
  border-top: 1px solid #f2f2f2;
}

.footerPowered__left strong {
  color: var(--hover-color);
}

.footerPowered__left strong a {
  color: var(--main-color);
}

.footerInfo_inner {
  padding: 40px 0;
  font-family: Montserrat-Medium;
}

.footerInfo__logo {
  flex: 0 0 28.0769230769%;
  -ms-flex: 0 0 28.0769230769%;
  max-width: 28.0769230769%;
}

@media screen and (max-width: 991px) {
  .footerInfo__logo {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

.footerInfo__article {
  flex: 0 0 31.5384615385%;
  -ms-flex: 0 0 31.5384615385%;
  max-width: 31.5384615385%;
  padding-right: 20px;
}

.footerInfo__article article.article p {
  padding: 5px 0;
}

@media screen and (max-width: 991px) {
  .footerInfo__article {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}

.footerInfo__terms {
  flex: 0 0 18.8461538462%;
  -ms-flex: 0 0 18.8461538462%;
  max-width: 18.8461538462%;
  padding-right: 20px;
}

.footerInfo__terms ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footerInfo__terms ul li {
  padding: 5px 0;
}

@media screen and (max-width: 991px) {
  .footerInfo__terms {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}

.footerInfo__fanpage {
  flex: 0 0 21.5384615385%;
  -ms-flex: 0 0 21.5384615385%;
  max-width: 21.5384615385%;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .footerInfo__fanpage {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.footerTitle {
  font: 18px Montserrat-Bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .footerTitle {
    font-size: 15px;
  }
}

.header-mobile {
  display: none;
  background-color: var(--main-color);
  padding: 5px 0;
}

@media screen and (max-width: 991px) {
  .header-mobile {
    display: block;
  }
}

.header-mobile .header-mobile_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-mobile .header-mobile_inner .header-mobile__search {
  flex: 0 0 calc(100% - 50px);
  -ms-flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
}

.header-mobile .header-mobile_inner .header-mobile__search form {
  display: flex;
}

.header-mobile .header-mobile_inner .header-mobile__search form button {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  padding: 0;
  background: transparent;
}

.header-mobile .header-mobile_inner .header-mobile__search form button svg {
  width: 28px;
  height: 28px;
}

.header-mobile .header-mobile_inner .header-mobile__search form input {
  width: calc(100% - 46px);
  max-width: calc(100% - 46px);
  margin-right: 10px;
  max-height: 36px;
}

.contact-top-mobile {
  display: none;
  padding: 7px 0;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f9;
}

@media screen and (max-width: 991px) {
  .contact-top-mobile {
    display: block;
  }
}

.contact-center-mobile {
  padding: 6px 0;
  display: none;
  background-color: #f9f9f9;
}

@media screen and (max-width: 991px) {
  .contact-center-mobile {
    display: block;
  }
}

.contact-center-mobile .contact-center-mobile_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-center-mobile .contact-center-mobile_inner .contact-center-mobile__logo img {
  max-height: 70px;
  max-width: 70px;
}

.contact-center-mobile .contact-center-mobile_inner .contact-center-mobile__link a {
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 6px 15px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
}

.contact-center-mobile .contact-center-mobile_inner .contact-center-mobile__link a:first-child {
  background-color: #da1c20;
  margin-right: 5px;
}

.contact-center-mobile .contact-center-mobile_inner .contact-center-mobile__link a:last-child {
  background-color: #3281f4;
}

.contact-center-mobile .contact-center-mobile_inner .contact-center-mobile__link a img {
  max-width: 18px;
  max-height: 18px;
  margin-right: 5px;
}

#header.sticky .header-pc,
#header.sticky .header-mobile {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  animation-name: fadeInDown;
  animation-duration: var(--animate-duration);
}

#header.sticky .header-pc {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .header-pc {
    display: none;
  }
}

.header-pc__left {
  flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  max-width: 90px;
}

.control-owl button {
  position: absolute;
  z-index: 2;
  top: calc(50% - 18px);
  padding: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.control-owl button.owl-prev {
  left: 0;
}

.control-owl button.owl-next {
  right: 0;
}

.dots-slideshow {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dots-slideshow .owl-dot {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}

.dots-slideshow .owl-dot div {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
}

.dots-slideshow .owl-dot.active {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.slideshow:hover .control-owl button {
  opacity: 1;
  visibility: visible;
}

.slideshow:hover .control-owl button.owl-prev {
  left: 20px;
}

.slideshow:hover .control-owl button.owl-next {
  right: 20px;
}

.slideshow-item-link {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.slideshow-item-info {
  position: absolute;
  max-width: 550px;
  z-index: 4;
  left: 20px;
  bottom: 20%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px;
  color: #fff;
  border-radius: 10px;
  border-bottom-right-radius: 150px;
  backdrop-filter: blur(22px);
}

.slideshow-item-info img {
  max-width: 24px;
  display: inline !important;
  margin-left: 7px;
}

.slideshow-item-info span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 40px;
}

.slideshow-item-info div {
  margin: 15px 0;
}

.slideshow-item-info h3 {
  font: 38px Montserrat-Bold;
}

.slideshow-item-info p {
  font: 16px Montserrat-SemiBold;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .slideshow-item-info {
    max-width: unset;
    left: 15px;
    right: 15px;
    padding: 20px;
    border-radius: 20px;
  }

  .slideshow-item-info p {
    font-size: 13px;
  }

  .slideshow-item-info h3 {
    font-size: 24px;
  }

  .slideshow-item-info span {
    padding: 7px 18px;
  }
}

/* mmenu */
body.menu-open {
  overflow: hidden;
}

.mmenu-hamburger {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
}

.mmenu-hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.mmenu-hamburger.is-active span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}

.mmenu-hamburger.is-active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}

.mmenu-hamburger.is-active span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}

.mmenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
  backdrop-filter: blur(2px);
}

.mmenu-overlay.active {
  display: block;
}

.mobile-mmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 360px;
  height: 100%;
  background: #fff;
  z-index: 999999;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  touch-action: pan-y;
  will-change: transform;
}

.mobile-mmenu.no-transition {
  transition: none !important;
}

.mobile-mmenu.active {
  transform: translateX(0);
}

.mobile-mmenu .mmenu-header {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.mobile-mmenu .mmenu-header .mmenu-logo img {
  height: 40px;
  width: auto;
}

.mobile-mmenu .mmenu-header h3 {
  flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  margin: 0;
}

.mobile-mmenu .mmenu-header .close-btn {
  font-size: 30px;
  border: none;
  background: none;
  cursor: pointer;
  line-height: 1;
}

.mobile-mmenu .mmenu-container {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}

.mobile-mmenu .mmenu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-mmenu .mmenu-container ul li+li {
  border-top: 1px solid #f5f5f5;
}

.mobile-mmenu .mmenu-container ul li a {
  display: block;
  padding: 12px 15px;
}

.mobile-mmenu .mmenu-container .mmenu-list,
.mobile-mmenu .mmenu-container .sub-mmenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: transform 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-mmenu .mmenu-container .mmenu-list.is-hidden,
.mobile-mmenu .mmenu-container .sub-mmenu.is-hidden {
  overflow-y: hidden;
}

.mobile-mmenu .mmenu-container .sub-mmenu {
  transform: translateX(100%);
  z-index: 2;
}

.mobile-mmenu .mmenu-container .sub-mmenu.is-active {
  transform: translateX(0);
}

.mobile-mmenu .mmenu-container .sub-mmenu .back-btn {
  padding: 12px 15px;
  background: #f9f9f9;
  cursor: pointer;
  font-weight: bold;
  color: #555;
}

.mobile-mmenu .mmenu-container .sub-mmenu .back-btn i {
  margin-right: 8px;
}

.mobile-mmenu .mmenu-container .mmenu-item {
  display: flex;
}

.mobile-mmenu .mmenu-container .mmenu-item>a {
  flex-grow: 1;
  max-width: calc(100% - 40px);
}

.mobile-mmenu .mmenu-container .mmenu-item .next-btn {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-left: 1px solid #f5f5f5;
  color: #999;
}

.mobile-mmenu .mmenu-footer {
  flex: 0 0 auto;
  padding: 15px;
  border-top: 1px solid #eee;
  background: #fff;
}

.mobile-mmenu .mmenu-footer .mmenu-footer-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 13px;
}

.mobile-mmenu .mmenu-footer .mmenu-footer-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.mobile-mmenu .mmenu-footer .mmenu-footer-item svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.mobile-mmenu .mmenu-footer .mmenu-footer-item a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.mega-menu {
  position: relative;
}

.mega-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu>ul {
  display: flex;
  -webkit-display: flex;
}

.mega-menu>ul>li.has-level1 {
  opacity: 0;
  visibility: hidden;
}

.mega-menu>ul>li.has-level1.loaded {
  opacity: 1;
  visibility: visible;
}

.mega-menu>ul>li.has-level1 .down_icon {
  -webkit-mask-image: url(data:image/webp;base64,UklGRnwAAABXRUJQVlA4TG8AAAAvH8AHEGDbtpEk9t/1fnfa6C6MYBrZtpP7fxepmUy0FIOjiaxQUOL77hpM2qaz226B7x/eL/SoPgbAgkStMWpoBqC9qJlb9AQ9FFzQ7T3lPol9ltqpe9+9tnhp89jqod3RjhC0z97Y/hs26+i/GAAA);
  width: 12px;
  height: 12px;
  background-color: #000;
  display: inline-block;
  position: relative;
  bottom: -1px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  margin-left: 5px;
}

.mega-menu>ul>li.has-level1:hover .drop-menu-level-1 {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  display: block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.mega-menu>ul>li>a {
  display: block;
  padding: 40px 15px;
  text-align: center;
  font: 14px Montserrat-SemiBold;
  text-transform: uppercase;
}

.mega-menu>ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.mega-menu>ul>li>a::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 0;
  background: linear-gradient(90deg, #138C20, #58BB2A);
  transition: 0.4s;
  border-radius: 5px 5px 0 0;
}

.mega-menu>ul>li>a:hover,
.mega-menu>ul>li>a.active {
  background: linear-gradient(90deg, #138C20, #58BB2A);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.mega-menu>ul>li>a:hover::after,
.mega-menu>ul>li>a.active::after {
  width: 100%;
  left: 0;
}

.mega-menu .drop-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  width: 250px;
  z-index: 1030;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  white-space: initial;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  text-align: left;
}

.mega-menu .drop-menu.drop-menu-level-1 {
  top: 100%;
  left: auto;
}

.mega-menu .drop-menu.drop-menu-level-child {
  top: 0;
  left: 100%;
  display: none;
}

.mega-menu .drop-menu>li {
  position: relative;
}

.mega-menu .drop-menu>li>a {
  padding: 6px 25px 6px 12px;
  display: block;
  position: relative;
  transition: all 0.2s;
  line-height: 25px;
}

.mega-menu .drop-menu>li>a>.down_icon {
  transform: rotate(-90deg) !important;
  position: absolute !important;
  right: 8px;
  top: calc(50% - 6px);
  transition: all 0.4s;
}

.mega-menu .drop-menu>li.has-level:hover>ul.drop-menu-level-child {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 0;
  margin-top: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.mega-menu .drop-menu li a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mega-menu .drop-menu li a:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #666;
}

#contactmap iframe {
  display: block;
  width: 100%;
  height: 710px;
}

.contact-block {
  margin-bottom: 25px;
}

.contact-block .contact-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .contact-block .contact-heading {
    font-size: 17px;
  }
}

.contact-submit-btn {
  color: #fff;
  background: var(--main-color);
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 40px;
}

.contact-info {
  display: flex;
}

.contact-info .contact-info-icon {
  flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  max-width: 36px;
}

.contact-info .contact-info-icon span {
  display: inline-block;
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  color: var(--main-color);
}

.contact-info .contact-info-text {
  flex: 0 0 calc(100% - 36px);
  -ms-flex: 0 0 calc(100% - 36px);
  max-width: calc(100% - 36px);
  padding-left: 14px;
  padding-top: 6px;
}

.contact-info .contact-info-text h4 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.section-partners {
  padding: 40px 0;
  background-color: #F5F5F5;
}

.section-partners h2 {
  font: 38px Montserrat-Bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .section-partners h2 {
    font-size: 24px;
    text-align: center;
  }
}

.partner-slick {
  margin: 0 -25px;
}

.partner-slick .slick-slide {
  padding: 0 25px;
}

@media screen and (max-width: 991px) {
  .partner-slick {
    margin: 0 -15px;
  }

  .partner-slick .slick-slide {
    padding: 0 15px;
  }
}

.section-news {
  padding: 40px 0;
}

.title-page {
  text-align: center;
  margin-bottom: 30px;
}

.title-page h2 {
  font: 38px Montserrat-Bold;
  margin-bottom: 10px;
}

.title-page p {
  font-size: 16px;
  color: #666666;
}

@media screen and (max-width: 991px) {
  .title-page h2 {
    font-size: 24px;
  }

  .title-page p {
    font-size: 13px;
  }
}

.news-slick {
  margin: 0 -10px;
}

.news-slick .slick-slide {
  padding: 0 10px;
}

.section-subcribes {
  background-color: #F5F5F5;
  position: relative;
}

.section-subcribes .wrapper {
  position: static;
}

.section-subcribes__left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(50% + 20px);
}

.section-subcribes__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .section-subcribes__left {
    display: none;
  }
}

.section-subcribes__right {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}

.section-subcribes__right .title-page {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .section-subcribes__right {
    padding-left: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }

  .section-subcribes__right .title-page {
    text-align: center;
  }
}

.subribes-form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  position: relative;
}

.subribes-form-row button {
  background: linear-gradient(90deg, #1E80E9, #17A9E4);
  color: #fff;
  font-family: Montserrat-Bold;
  border-radius: 40px;
  padding: 10px 25px;
  transition: 0.3s;
  display: inline-block;
  position: absolute;
  bottom: 40px;
  right: 20px;
  z-index: 2;
}

.subribes-form-row button:hover {
  background: linear-gradient(90deg, #138C20, #58BB2A);
}

@media screen and (max-width: 991px) {
  .subribes-form-row button {
    position: static;
    margin: 0 10px;
    width: 100%;
  }
}

.subribes-input-col {
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
}

.subribes-input-col::after {
  position: absolute;
  content: var(--icon);
  left: 30px;
  top: 14px;
  font-family: "Font Awesome 7 Pro";
  color: rgba(102, 102, 102, 0.6);
  font-size: 18px;
}

.subribes-input-col::before {
  position: absolute;
  content: "";
  background-color: rgba(153, 153, 153, 0.25);
  top: 10px;
  height: 30px;
  width: 1px;
  left: 62px;
}

.subribes-input-col.lg {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

.subribes-input-col.sm {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

.subribes-input-col input:not([type='hidden']) {
  height: 48px;
  padding-right: 15px;
  border-radius: 40px;
}

.subribes-input-col textarea {
  height: 126px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-radius: 30px;
}

.subribes-input-col input:not([type='hidden']),
.subribes-input-col textarea {
  width: 100%;
  border: 1px solid rgba(153, 153, 153, 0.25);
  background-color: #fff;
  padding-left: 60px;
}

.subribes-input-col input:not([type='hidden'])::placeholder,
.subribes-input-col textarea::placeholder {
  color: rgba(102, 102, 102, 0.6);
}

.section-why {
  padding: 30px 0;
  background: url(../images/bg-why.png) center center/cover no-repeat;
}

.sectin-why__left {
  flex: 0 0 46.1538461538%;
  -ms-flex: 0 0 46.1538461538%;
  max-width: 46.1538461538%;
}

@media screen and (max-width: 991px) {
  .sectin-why__left {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}

.sectin-why__right {
  flex: 0 0 49.2307692308%;
  -ms-flex: 0 0 49.2307692308%;
  max-width: 49.2307692308%;
}

@media screen and (max-width: 991px) {
  .sectin-why__right {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
}

.col-why {
  padding: 0 30px;
  margin-bottom: 30px;
}

.row-why {
  margin: 0 -30px;
}

.whyItem {
  text-align: center;
  cursor: pointer;
}

.whyItem h3 {
  font: 18px Montserrat-Bold;
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .whyItem h3 {
    font-size: 14px;
  }
}

.whyItem_icon {
  width: 148px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url(../images/bgvs01.png);
  padding: 46px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .whyItem_icon {
    max-width: 80%;
    width: 60%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .whyItem_icon img {
    width: 40%;
  }
}

.videoItem {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
  margin: 0 10px;
}

.videoItem span {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  z-index: 1;
}

.videoItem a {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .videoItem {
    margin: 0;
  }

  .videoItem span {
    width: 36px;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
  }
}

.video-slick {
  margin: 0 -10px;
}

.video-slick .slick-slide {
  padding: 0 10px;
}

@media screen and (min-width: 991px) {
  .video-slick {
    margin: 0;
  }

  .video-slick .slick-list {
    padding-top: 6% !important;
    padding-bottom: 6% !important;
  }

  .video-slick .slick-slide {
    padding: 0;
  }

  .video-slick .slick-slide.slick-active {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    transform: scale(1) translateY(0);
  }

  .video-slick .slick-slide.slick-active.active-0 {
    transform: translateY(-22%);
  }

  .video-slick .slick-slide.slick-active.active-1 {
    z-index: 10;
    transform: scale(1.3) translateY(0);
  }

  .video-slick .slick-slide.slick-active.active-1 .videoItem {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  }

  .video-slick .slick-slide.slick-active.active-2 {
    transform: translateY(22%);
  }
}

.section-videos {
  padding: 30px 0;
}

.section-process {
  padding: 40px 0;
  background: linear-gradient(to bottom, #F5F5F5, #FFFFFF);
}

.process-slick {
  margin: 0 -6px;
}

.process-slick .slick-slide {
  padding: 6px;
}

.processItem_text {
  margin-top: 15px;
}

.processItem {
  background-color: #fff;
  padding: 30px;
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
  position: relative;
  cursor: pointer;
}

.processItem h3 {
  font: 18px Montserrat-Bold;
  margin-bottom: 10px;
  color: var(--main-color);
}

.processItem span {
  position: absolute;
  display: inline-block;
  color: #D9D9D9;
  font: 60px Montserrat-ExtraBold;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 3;
  padding-right: 15px;
  padding-top: 10px;
  border-top-right-radius: 7px;
}

.processItem::after {
  position: absolute;
  content: "";
  border-top: 27.5px solid transparent;
  border-bottom: 27.5px solid transparent;
  border-left: 28px solid #ffffff;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
  left: 100%;
  top: 15px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .processItem {
    margin-bottom: 20px;
  }

  .processItem::after {
    display: none;
  }
}

.about__left {
  flex: 0 0 49.2307692308%;
  -ms-flex: 0 0 49.2307692308%;
  max-width: 49.2307692308%;
}

@media screen and (max-width: 991px) {
  .about__left {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.about__right {
  flex: 0 0 44.2307692308%;
  -ms-flex: 0 0 44.2307692308%;
  max-width: 44.2307692308%;
  padding-top: 50px;
}

.about__right>h2 {
  font: 38px Montserrat-Bold;
  margin: 10px 0;
  background: linear-gradient(90deg, #138C20, #58BB2A);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.about__right>h4 {
  font-size: 22px;
  color: #666666;
  position: relative;
  padding-left: 90px;
}

.about__right>h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  height: 8px;
  width: 75px;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--hover-color);
  transform: skewX(-45deg);
}

@media screen and (max-width: 991px) {
  .about__right {
    padding-top: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }

  .about__right h2 {
    font-size: 26px;
  }

  .about__right h4 {
    font-size: 14px;
    padding-left: 60px;
  }

  .about__right h4::before {
    width: 50px;
  }
}

.about-image {
  position: relative;
  aspect-ratio: 640/642;
  width: 100%;
}

.about-image_01 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 55.9375%;
}

.about-image_02 {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 55.9375%;
}

.section-about {
  padding: 40px 0;
  background: url(../images/bg-about.png) center center/cover no-repeat;
}

.about__hotline {
  margin: 20px 0;
  background: url(../images/icon-hotline.png) left center/48px 48px no-repeat;
  padding-left: 60px;
}

.about__hotline span {
  font-size: 15px;
}

.about__hotline p {
  font: 22px Montserrat-ExtraBold;
  background: linear-gradient(90deg, #138C20, #58BB2A);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media screen and (max-width: 991px) {
  .about__hotline {
    background-size: 38px 38px;
    padding-left: 45px;
  }

  .about__hotline span {
    font-size: 13px;
  }

  .about__hotline p {
    font-size: 15px;
  }
}

.about__more {
  background: linear-gradient(90deg, #1E80E9, #17A9E4);
  display: inline-block;
  color: #fff;
  font-family: Montserrat-Bold;
  padding: 10px 25px;
  transition: 0.4s;
  border-radius: 40px;
}

.about__more:hover {
  background: linear-gradient(90deg, #138C20, #58BB2A);
}

.serviceBox {
  position: relative;
  overflow: hidden;
}

.serviceBox::before {
  position: absolute;
  content: "";
  height: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(30, 128, 233, 0.8), transparent);
  transition: 0.4s;
}

.serviceBox>a {
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 991px) {
  .serviceBox:hover::before {
    height: 100%;
  }

  .serviceBox:hover .serviceBox_image img {
    transform: scale(1.1);
  }

  .serviceBox:hover .serviceBox_info {
    top: 0;
    aspect-ratio: 320/520;
    transform: rotateZ(0);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .serviceBox:hover .serviceBox_info {
    transform: translateY(0);
  }

  .serviceBox:hover .serviceBox_info span,
  .serviceBox:hover .serviceBox_info p {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

.serviceBox_image img {
  transition: 0.4s;
}

.serviceBox_info {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  top: 0;
  color: #fff;
  padding: 20px;
  transition: 0.5s;
  transform: translateY(calc(100% - 99px));
}

.serviceBox_info h3 {
  font: 28px Montserrat-Bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.serviceBox_info h3::after {
  position: absolute;
  content: "";
  width: 60px;
  left: 0;
  bottom: 0;
  height: 8px;
  border-bottom: 2px solid var(--main-color);
  border-top: 2px solid var(--hover-color);
  transform: skewX(-45deg);
}

.serviceBox_info span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(22px);
  padding: 7px 18px;
  border-radius: 40px;
  margin-top: 13px;
  max-width: max-content;
  transition-delay: 0.7s !important;
}

.serviceBox_info p,
.serviceBox_info span {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translateY(10px);
  transition-delay: 0.65s;
}

@media screen and (max-width: 991px) {
  .serviceBox_info {
    padding: 15px;
  }

  .serviceBox_info h3 {
    font-size: 16px;
  }
}

.section-builder-spec {
  padding: 35px 0;
  background: url(../images/bg-builder.png) center center/cover no-repeat;
}

.builder-spec-slick {
  margin: 0 -6px;
}

.builder-spec-slick .slick-slide {
  padding: 0 6px;
}

.section-builder {
  padding: 40px 0;
}

.row-builder {
  --bs-gutter-x: 20px;
}

.latedNews-box {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.latedNews-box:hover {
  background-color: #f9fafb;
}

.latedNews-box:hover .latedNews-box_photo span {
  transform: scale(1.05);
}

.latedNews-box:hover .latedNews-box_info h3 {
  color: #17A9E4;
}

.latedNews-box_photo {
  flex: 0 0 85px;
  -ms-flex: 0 0 85px;
  max-width: 85px;
  border-radius: 8px;
  overflow: hidden;
}

.latedNews-box_photo span {
  display: block;
  transition: transform 0.4s ease;
}

.latedNews-box_photo span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latedNews-box_info {
  flex: 0 0 calc(100% - 85px);
  -ms-flex: 0 0 calc(100% - 85px);
  max-width: calc(100% - 85px);
  padding-left: 10px;
  padding-right: 5px;
}

.latedNews-box_info h3 {
  font-size: 14px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 5px;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.latedNews-box_info p {
  color: #17A9E4;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.related-article {
  margin-top: 40px;
  margin-bottom: 30px;
}

.related-article h4 {
  font-weight: 800;
  font-size: 20px;
  color: #1f2937;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f3f4f6;
}

.related-article ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-article ul li {
  padding: 12px 0;
  border-bottom: 1px dashed #e5e7eb;
}

.related-article ul li:last-child {
  border-bottom: none;
}

.relatedNews-box {
  position: relative;
  transition: all 0.2s ease;
}

.relatedNews-box h3 {
  font-size: 15px;
  font-weight: 600;
  color: #4b5563;
  margin-bottom: 0;
  line-height: 1.5;
}

.relatedNews-box h3 i.fa-caret-right {
  color: #17A9E4;
  margin-right: 8px;
}

.relatedNews-box h3 span {
  font-size: 13px;
  color: #9ca3af;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.2s ease;
}

.relatedNews-box:hover {
  transform: translateX(5px);
}

.relatedNews-box:hover h3 {
  color: #17A9E4;
}

.relatedNews-box:hover h3 span {
  color: #17A9E4;
}

.row-news {
  margin: 0 calc(var(--margin-news) * -1);
}

.col-news {
  padding: 0 var(--margin-news);
  margin-bottom: calc(var(--margin-news) * 2);
}

.news-item-info {
  padding-top: 15px;
}

.news-item-info-name {
  font: 16px Montserrat-Bold;
  margin: 5px 0 10px 0;
  font-size: 15px;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .news-item-info-name {
    font-size: 14px;
  }
}

.news-item-info-date {
  font-family: Montserrat-Medium;
  color: #666;
}

.news-item-info-date i {
  color: var(--hover-color);
  margin-right: 5px;
}

.news-item {
  position: relative;
  padding-bottom: 14px;
}

.news-item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 40%;
  transition: 0.5s;
  background-color: #D9D9D9;
  border-radius: 5px;
}

.news-item:hover::after {
  width: 100%;
  background: linear-gradient(90deg, #1E80E9, #17A9E4);
}

.news-item:hover .news-item-info-more img {
  filter: invert(51%) sepia(99%) saturate(976%) hue-rotate(163deg) brightness(93%) contrast(92%);
}

.news-item:hover .news-item-info-name {
  color: var(--hover-color);
}

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

.news-item-link-full {
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 9;
}

.news-item-photo {
  overflow: hidden;
  border-radius: 10px;
}

.news-item-photo img {
  transition: 0.4s;
}

.news-item-info-more {
  text-align: right;
}

.news-item-info-more img {
  display: inline;
  margin-left: 5px;
  filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(93%) contrast(79%);
}

.builderBox {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
}

.builderBox>a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 9;
}

.builderBox_photo {
  border-radius: 10px;
  overflow: hidden;
}

.builderBox_info {
  padding: 15px;
  background: url(../images/right02.png) right 10px center/34px 34px no-repeat;
}

.builderBox_info h3 {
  font: 15px Montserrat-Bold;
  padding-right: 30px;
}

input.form-control:not([type=file]),
.form-control-plaintext:not(textarea),
.custom-select {
  height: 2.5rem;
}

.text-sm {
  font-size: var(--font-size);
}

@media screen and (max-width: 991px) {
  .text-sm {
    font-size: var(--font-size-sm);
  }
}

.alert {
  --bs-alert-padding-x: .75rem;
  --bs-alert-padding-y: .75rem;
}

.product-detail-gallery {
  margin-top: 10px;
  position: relative;
}

.product-detail-gallery .product-detail-gallery-owl_item {
  border-radius: 5px;
  border: 1px solid #eee;
  overflow: hidden;
  padding: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.product-detail-gallery .product-detail-gallery-owl_item.hover,
.product-detail-gallery .product-detail-gallery-owl_item:hover {
  border-color: #10b981;
  /* Dùng biến main-color */
}

.product-detail-gallery .product-detail-gallery-owl_item .mz-thumb {
  display: block;
}

.product-detail-gallery .product-detail-gallery-owl_item .mz-thumb img {
  padding-bottom: 0;
  border-bottom-width: 0;
}

.product-detail-gallery .control-product-detail-gallery-owl button {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  font-size: 16px;
  z-index: 2;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 50%;
  top: calc(50% - 15px);
  transition: 0.4s;
  opacity: 0.5;
}

.product-detail-gallery .control-product-detail-gallery-owl button.owl-prev {
  left: 10px;
}

.product-detail-gallery .control-product-detail-gallery-owl button.owl-next {
  right: 10px;
}

.product-detail-gallery .control-product-detail-gallery-owl button.disabled {
  display: none;
}

.product-detail-gallery:hover .control-product-detail-gallery-owl button {
  opacity: 1;
}

.product-detail-zoom {
  text-align: center;
}

.product-detail-zoom .MagicZoom#Zoom-1 {
  border-radius: 5px;
  border: 1px solid #eee;
  overflow: hidden;
  padding: 5px;
}

.product-detail-zoom .MagicZoom#Zoom-1,
.product-detail-zoom .mz-figure {
  display: inline-block;
}

.product-detail-info-name {
  font-size: 24px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .product-detail-info-name {
    font-size: 18px;
  }
}

.product-detail-info-line {
  padding-bottom: 15px;
  border-bottom: 1px dashed #e5e7eb;
  margin-bottom: 20px;
}

.product-detail-info-line p {
  color: #6b7280;
}

.product-detail-info-line p:not(:last-child) {
  margin-bottom: 6px;
}

.product-detail-info-line p span {
  font-weight: 600;
  color: #10b981;
}

.product-detail-price {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.product-detail-price strong {
  font-size: 26px;
  font-weight: 800;
  color: #ef4444;
}

.product-detail-price del {
  font-size: 16px;
  color: #9ca3af;
  text-decoration: line-through;
}

.product-detail-price span {
  color: #fff;
  background: #ef4444;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 3px 8px rgba(239, 68, 68, 0.25);
}

@media screen and (max-width: 991px) {
  .product-detail-price strong {
    font-size: 20px;
  }

  .product-detail-price del {
    font-size: 14px;
  }
}

.product-detail-order {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-detail-order li {
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .product-detail-order li {
    margin-bottom: 15px;
  }
}

.product-detail-order-item_btn {
  display: flex;
  gap: 15px;
}

.product-detail-order-item_btn .order-btn-add {
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 54px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.product-detail-order-item_btn .order-btn-add[data-action=add] {
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
  font-size: 15px;
  font-weight: 600;
  color: #10b981;
  background-color: #fff;
  border: 2px solid #10b981;
  box-shadow: 0 4px 10px rgba(16, 185, 129, 0.08);
}

.product-detail-order-item_btn .order-btn-add[data-action=add] i {
  margin-right: 8px;
  font-size: 18px;
}

.product-detail-order-item_btn .order-btn-add[data-action=add]:hover {
  background-color: #10b981;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(16, 185, 129, 0.25);
}

.product-detail-order-item_btn .order-btn-add[data-action=add]:active {
  transform: translateY(1px);
}

.product-detail-order-item_btn .order-btn-add[data-action=buy] {
  flex: 1;
  background: linear-gradient(135deg, #29ecac 0%, #10b981 100%);
  color: #fff;
  flex-direction: column;
  box-shadow: 0 6px 15px rgba(16, 185, 129, 0.35);
}

.product-detail-order-item_btn .order-btn-add[data-action=buy] .title-buy {
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-detail-order-item_btn .order-btn-add[data-action=buy] .sub-buy {
  font-size: 11px;
  opacity: 0.9;
  font-weight: 500;
}

.product-detail-order-item_btn .order-btn-add[data-action=buy]:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.45);
  filter: brightness(1.05);
}

.product-detail-order-item_btn .order-btn-add[data-action=buy]:active {
  transform: translateY(1px);
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.25);
}

@media screen and (max-width: 991px) {
  .product-detail-order-item_btn {
    flex-wrap: wrap;
    gap: 15px;
  }

  .product-detail-order-item_btn .order-btn-add[data-action=add],
  .product-detail-order-item_btn .order-btn-add[data-action=buy] {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.product-detail-order-item_quantity {
  display: inline-flex;
  align-items: center;
  background: #f3f4f6;
  padding: 6px 8px 6px 20px;
  border-radius: 50px;
  border: 1px solid #e5e7eb;
}

.product-detail-order-item_quantity label {
  font-weight: 600;
  color: #4b5563;
  font-size: 15px;
  margin-bottom: 0;
  margin-right: 15px;
}

.product-detail-order-item_quantity .product-detail-order-item__changeqty {
  display: flex;
  background: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  height: 38px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.product-detail-order-item_quantity .product-detail-order-item__changeqty input {
  width: 45px;
  border: none;
  border-left: 1px solid #f3f4f6;
  border-right: 1px solid #f3f4f6;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #10b981;
  outline: none;
  -moz-appearance: textfield;
}

.product-detail-order-item_quantity .product-detail-order-item__changeqty input::-webkit-outer-spin-button,
.product-detail-order-item_quantity .product-detail-order-item__changeqty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-detail-order-item_quantity .product-detail-order-item__changeqty button {
  width: 38px;
  border: none;
  background-color: transparent;
  color: #6b7280;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail-order-item_quantity .product-detail-order-item__changeqty button:hover {
  background-color: #e7f8f2;
  color: #10b981;
}

.product-detail-content #productdetailTab {
  background-color: #f3f4f6;
  padding: 6px;
  border-radius: 50px;
  display: inline-flex;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
  margin-bottom: 15px;
  border: 1px solid #e5e7eb;
}

.product-detail-content #productdetailTab .nav-item {
  margin-bottom: 0;
}

.product-detail-content #productdetailTab .nav-item .nav-link {
  margin-bottom: 0;
  color: #6b7280;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 28px;
  border: none;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: transparent;
}

.product-detail-content #productdetailTab .nav-item .nav-link:hover {
  color: #10b981;
}

.product-detail-content #productdetailTab .nav-item .nav-link.active {
  background: linear-gradient(135deg, #29ecac 0%, #10b981 100%);
  color: #ffffff;
  box-shadow: 0 6px 15px rgba(16, 185, 129, 0.35);
}

.product-detail-content #productdetailTabcontent {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
}

@media screen and (max-width: 991px) {
  .product-detail-content #productdetailTab .nav-item .nav-link {
    font-size: 14px;
    padding: 9px 20px;
  }

  .product-detail-content #productdetailTabcontent {
    padding: 0;
    border: none;
    box-shadow: none;
  }
}

.product-detail-images,
.product-detail-info,
.product-detail-content {
  margin-bottom: 35px;
}

.product-detail-attribute {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-detail-attribute li.product-detail-attribute-item {
  margin-bottom: 20px;
}

.product-detail-attribute li.product-detail-attribute-item .product-detail-attribute-item_label {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #333;
  font-weight: 600;
}

.product-detail-attribute li.product-detail-attribute-item .product-detail-attribute-item_label span {
  color: var(--main-color);
}

.product-detail-attribute li.product-detail-attribute-item .product-detail-attribute_select {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.product-detail-attribute li.product-detail-attribute-item .product-detail-attribute_select .product-detail-attribute_radio {
  display: inline-block;
  position: relative;
}

.product-detail-attribute li.product-detail-attribute-item .product-detail-attribute_select .product-detail-attribute_radio input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.product-detail-attribute li.product-detail-attribute-item .product-detail-attribute_select .product-detail-attribute_radio label {
  display: block;
  transition: all 0.3s ease-in-out;
}

.product-detail-attribute li.product-detail-attribute-item .product-detail-attribute_select .product-detail-attribute_radio.show-text label {
  border-radius: 6px;
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  background-color: #fff;
  user-select: none;
}

.product-detail-attribute li.product-detail-attribute-item .product-detail-attribute_select .product-detail-attribute_radio.show-text label:hover {
  color: var(--main-color, #000);
  border-color: var(--main-color, #000);
  background-color: rgba(0, 0, 0, 0.02);
}

.product-detail-attribute li.product-detail-attribute-item .product-detail-attribute_select .product-detail-attribute_radio.show-text input:checked~label {
  background-color: var(--main-color, #000);
  color: #fff;
  border-color: var(--main-color, #000);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product-detail-attribute li.product-detail-attribute-item .product-detail-attribute_select .product-detail-attribute_radio.show-text input:focus-visible~label {
  outline: 2px dashed #000;
  outline-offset: 3px;
}

.product-detail-attribute li.product-detail-attribute-item .product-detail-attribute_select .product-detail-attribute_radio.disabled label {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
  overflow: hidden;
}

.product-detail-attribute li.product-detail-attribute-item .product-detail-attribute_select .product-detail-attribute_radio.disabled label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 1.5px;
  background-color: #ff4d4f;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.product-detail-attribute li.product-detail-attribute-item .product-detail-attribute_select .product-detail-attribute_radio.show-color label {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--bg-color);
  cursor: pointer;
  user-select: none;
}

.product-detail-attribute li.product-detail-attribute-item .product-detail-attribute_select .product-detail-attribute_radio.show-color label:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-detail-attribute li.product-detail-attribute-item .product-detail-attribute_select .product-detail-attribute_radio.show-color input:checked~label {
  outline: 2px solid var(--main-color, #000);
  outline-offset: 2px;
  transform: scale(1.05);
}

.product-detail-attribute li.product-detail-attribute-item .product-detail-attribute_select .product-detail-attribute_radio.show-color input:focus-visible~label {
  outline: 2px dashed #000;
  outline-offset: 3px;
}

.row-products {
  margin: 0 calc(var(--margin-products) * -1);
}

.col-products {
  padding: 0 var(--margin-products);
  margin-bottom: calc(var(--margin-products) * 2);
}

.product-item {
  position: relative;
}

.product-item:hover .product-item-price-name {
  color: var(--hover-color);
}

.product-item:hover .product-item-photo img {
  transform: 1.05;
}

.product-item-link-full {
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 9;
}

.product-item-photo {
  overflow: hidden;
}

.product-item-photo img {
  transition: 0.4s;
}

.product-item-info {
  padding-top: 15px;
}

.product-item-price-name {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 15px;
  transition: 0.3s;
}

.product-item-price strong {
  color: #cc2c32;
  font-weight: 600;
  font-size: 15px;
}

.product-item-price del {
  color: #aaa;
  font-size: 13px;
}

.product-item-price span {
  background-color: #f00;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  border-radius: 10px;
  padding: 2px 7px;
}