:root {
  --font-base: "Open Sans";
  --cl-base: #505253;
  --cl-1: #174372;
  --cl-2: #3c3c3d;
  --cl-3: #6b6c6f;
  --cl-4: #10aadf;
  --cl-5: #1e439b;
  --cl-scrollbar: #174372;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anton SC";
  src: url("../fonts/AntonSC-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  font-family: var(--font-base);
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: var(--cl-base);
}
input,
button,
select,
textarea {
  font-family: var(--font-base);
  outline: none;
}
.custom-scroll::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background-color: #fff;
}
.custom-scroll::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}
.custom-scroll::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: var(--cl-scrollbar);
}
a,
i,
input[type="submit"],
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}
.s-content p {
  margin-bottom: 10px;
}
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto !important;
}
.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}
.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
}
.s-content table td {
  border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
  padding: 3px;
}
.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.c-img {
  position: relative;
  display: block;
}
.c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.scale-img {
  transition: all 0.5s;
  overflow: hidden;
}
.scale-img img {
  scale: 1.1;
  transition: all 0.5s;
}
.img__ {
  position: relative;
  overflow: hidden;
}
.img__:hover::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.img__::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.hv_img {
  display: block;
  position: relative;
  overflow: hidden;
}
.hv_img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hv_img:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img__contain img {
  width: 100%;
  height: auto;
  object-fit: contain;
  -o-object-fit: contain;
}
.img__h-full img {
  height: 100%;
  width: 100%;
}
.img__w-full img {
  width: 100%;
}
.img__center img {
  display: block;
  margin: 0 auto;
}
.swiper-banner-home .swiper-slide .item::before {
  content: "";
  background: rgba(23, 67, 114, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: min(80%, 700px);
  height: 100%;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, 40% 100%, 0% 100%);
}
.swiper-banner-home .swiper-slide .item::after {
  content: "";
  background: rgba(23, 67, 114, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: min(80%, 807px);
  height: 100%;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, 40% 100%, 0% 100%);
}
.swiper-banner-home .swiper-pagination-progressbar {
  background: #ffffff99;
  border-radius: 52px;
  overflow: hidden;
  height: 3px;
}
.swiper-banner-home
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.box-info-home .item .c-img::before {
  content: "";
  background: linear-gradient(
    -90deg,
    rgba(154, 164, 167, 0) 0%,
    rgba(154, 164, 167, 0.58) 17.14%,
    rgba(154, 164, 167, 0.87) 42.92%,
    #9aa4a7 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.box-info-home .item .c-img::after {
  background: linear-gradient(
    -90deg,
    rgba(23, 67, 114, 0) 0%,
    rgba(23, 67, 114, 0.58) 17.14%,
    rgba(23, 67, 114, 0.87) 42.92%,
    #174372 100%
  );
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
.box-info-home .item .c-img:hover:after {
  visibility: visible;
  opacity: 1;
}
.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#map iframe {
  width: 100%;
  height: 20.5125rem;
}
.menu-footer {
  color: #6b6c6f;
}
.swiper-core-value .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: -2;
}
.swiper-core-value .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(23, 67, 114, 0.8) 0%,
    rgba(23, 67, 114, 0.8) 100%
  );
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.swiper-core-value .item:hover::after {
  visibility: visible;
  opacity: 1;
}
.menu-footer ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.disabled-btn .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.form-contact form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  row-gap: 1rem;
}
.form-contact form .textarea-form {
  width: 100%;
  padding: 0 0.5rem;
}
.form-contact form .input-form {
  width: 50%;
  padding: 0 0.5rem;
}
.form-contact form input,
.form-contact form textarea {
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  padding: 0.75rem 1rem;
  width: 100%;
}
.form-contact form button {
  width: fit-content;
  margin: 0 auto;
  padding: 0.625rem 1.5rem;
  background: var(--cl-1);
  color: #fff;
  border: 1px solid var(--cl-1);
  font-weight: 600;
}
.form-contact form button:hover {
  background: #fff;
  color: var(--cl-1);
}
.bg-global {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.bg-global::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  background-image: url(../images/global.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -2;
  opacity: 0.3;
}
.child-span-blue span,
.child-span-blue a {
  color: var(--cl-1);
  font-weight: 700;
}
.item-pro .c-img img {
  max-height: 73%;
  object-fit: contain;
  -o-object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-sidebar-new ul li {
  margin-bottom: 1.5rem;
}
.menu-sidebar-new ul li a:hover {
  color: var(--cl-1);
}
.form-search-pro form {
  display: flex;
  padding: 0.5rem 1rem;
}
.form-search-pro form input {
  width: 100%;
}
.form-search-pro form input::placeholder {
  font-size: 1rem;
  color: #969696;
}
.form-search-pro form button {
  width: 1.5rem;
  margin-left: 0.5rem;
  flex-shrink: 0;
  font-size: 1.25rem;
}
label.checkbox-filter:has(input:checked) span.box {
  background: var(--cl-1);
}
label.checkbox-filter:has(input:checked) span {
  color: var(--cl-1);
}
.menu-cat-product li:has(> ul) a {
  width: calc(100% - 1.5rem);
  padding-right: 0.25rem;
}
.menu-cat-product ul.active {
  display: block !important;
}
.menu-cat-product span.btn.active i {
  transform: rotate(180deg);
}
body.no-scroll {
  overflow: hidden;
}
.swiper-list-pro .swiper-slide {
  transition: all 0.5s;
  scale: 1;
}
.swiper-list-pro .swiper-slide-next {
  scale: 1.1;
}
.swiper-menu-cat-product .swiper-slide-active span {
  color: #10aadf;
}
.module-cat-product .module-content.active {
  display: block;
}
.hotline-product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/image12.png");
  background-size: 98% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.hotline-product::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/image13.png");
  background-size: 110% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.form-get-quote form input,
.form-get-quote form textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.form-get-quote form button {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  padding: 0.625rem 1.5rem;
  background: var(--cl-1);
  color: #fff;
  border: 1px solid var(--cl-1);
}
.form-get-quote form button:hover {
  background: #fff;
  color: var(--cl-1);
}
.list-tags .tag {
  position: relative;
  margin-right: 14px;
}
.list-tags .tag::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 14px;
  height: 100%;
  background-image: url("../images/image14.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-image-single-pro .swiper-thumb .c-img img {
  max-height: 80%;
  object-fit: contain;
  -o-object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-image-single-pro .swiper-img .c-img img {
  max-height: 80%;
  object-fit: contain;
  -o-object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-image-single-pro .swiper-slide-thumb-active .c-img {
  border-color: var(--cl-1);
}
body {
  padding-top: var(--header-height);
}
header.fixed-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: #fff;
}
.modal-search {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.modal-search.active {
  visibility: visible;
  opacity: 1;
}
.modal-search form {
  transform: translateY(-3rem);
  transition: all 0.3s;
}
.modal-search.active form {
  transform: translateY(0);
}
.cs-scroll-menu::-webkit-scrollbar-track {
  background-color: #fff;
}
.cs-scroll-menu::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
  border-radius: 5px;
}
.cs-scroll-menu::-webkit-scrollbar-thumb {
  background: #6b6c6f;
}
.menu-grand ul li a .c-img img {
  max-height: 80%;
  object-fit: contain;
  -o-object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-grand.active,
.sub-menu.active {
  display: block;
}
.sub-menu li.active a {
  background: var(--cl-1);
  color: #fff;
}
.btn-filter label:has(input:checked) {
  background: rgba(23, 67, 114, 0.3);
}
.btn-filter label:has(input:checked) ~ ul {
  visibility: visible;
  opacity: 1;
}
.menu-lang ul {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(1rem);
}
.menu-lang ul li a {
  padding: 0.25rem 1rem;
  display: block;
  width: 100%;
}
.menu-lang ul li:hover a {
  background-color: var(--cl-1);
  color: #fff;
}
.menu-lang ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.menu-lang label:has(input:checked) ~ ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  color: #6b6c6f;
}

.breadcrumb li {
  word-break: break-all;
}

.breadcrumb li:not(:first-child)::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin: 0 0.5rem;
}

.breadcrumb li:last-child {
  color: var(--cl-1);
}

.form-search-pro {
  display: flex;
}

.form-search-pro input[type="text"] {
  width: 100%;
  padding: 0 0.5rem;
}

.form-search-pro button[type="submit"] {
  padding: 0.5rem;
  flex-shrink: 0;
}
div#toc_container {
  background: #e8e8e8;
  padding: 5px 15px !important;
  border: 1px solid #ccc;
  margin-bottom: 10px !important;
}
.show_or_hidden_toc {
  cursor: pointer;
}
.toc_heading {
  font-size: 1.1rem;
  font-weight: 700;
}
.toc_list {
  margin-left: 0;
  margin-top: 10px;
}
.toc_list li {
  position: relative;
  margin-bottom: 7px !important;
  padding-left: 0;
  list-style: none;
  font-weight: 400;
  font-size: 14px;
}
div#toc_container ul {
  padding-left: 15px !important;
  margin-bottom: 0 !important;
}
.toc-header {
  font-weight: bold;
}
.toc-header span.icon {
  margin-right: 10px;
}

.swiper-news-home
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: var(--cl-5);
}

.menu-footer a:hover {
  color: var(--cl-5);
  font-weight: 500;
}

.swiper-banner-home .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-banner-home .swiper-pagination-bullet-active {
  background: #fff;
}

.module-tabs .tab-content.active {
  display: block;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.pagination strong,
.pagination a {
  width: 2.5rem;
  text-align: center;
  border-radius: 5px;
  padding: 0.4rem 0;
  color: #6d6d6d;
}

.pagination strong:not(:first-child),
.pagination a:not(:last-child) {
  border: 0.5px solid #6d6d6d;
}

.pagination strong {
  cursor: not-allowed;
}

.pagination a:hover,
.pagination strong:not(:first-child) {
  background: var(--cl-1);
  color: #fff;
}

.menu-select-product.active ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media not all and (min-width: 1640px) {
}
@media not all and (min-width: 1480px) {
}
@media not all and (min-width: 1280px) {
  .menu-moblie ul {
    display: flex;
    flex-wrap: wrap;
  }
  .menu-moblie ul li {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
  }
  .menu-moblie ul ul li {
    border-bottom: none;
    border-top: 1px solid #e3e3e3;
  }
  .menu-moblie span.toggle-show-menu-item {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
  }
  .menu-moblie ul li a {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
  }
  .menu-moblie ul li:has(> ul) a {
    width: calc(100% - 3rem);
    padding-right: 0.5rem;
  }
  .menu-moblie ul ul li a {
    padding-left: 1.5rem;
  }
  .menu-moblie ul ul ul li a {
    padding-left: 2rem;
  }
  .menu-moblie span.toggle-show-menu-item.active i {
    transform: rotate(180deg);
  }
  .menu-moblie.active,
  .layout-over-mobile.active {
    transform: translateX(0);
  }
  .menu-moblie .menu ul ul {
    display: none;
  }
}
@media not all and (min-width: 1024px) {
  .sidebar-product {
    position: fixed;
    top: 0;
    left: 0;
    width: min(100%, 320px);
    height: 100%;
    z-index: 100;
    background: white;
    padding: 1rem 0.25rem;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  .custom-scroll {
    height: 100dvh;
    overflow-y: auto;
  }
  .sidebar-product.active {
    opacity: 1;
    transform: translateX(0);
  }
  .layout-sidebar-product {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 11;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .layout-sidebar-product.active {
    opacity: 1;
    visibility: visible;
  }
}
@media not all and (min-width: 768px) {
  .box-about-home .item:not(:first-child)::before {
    content: "";
    position: absolute;
    height: 1.6875rem;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(
      180deg,
      rgba(23, 67, 114, 0.08) 0%,
      rgba(23, 67, 114, 0) 101.89%
    );
  }
}
@media not all and (min-width: 576px) {
  .form-contact form .input-form {
    width: 100%;
  }
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .box-about-home .item:not(:first-child)::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1.6875rem;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(
      90deg,
      rgba(23, 67, 114, 0.08) 0%,
      rgba(23, 67, 114, 0) 101.89%
    );
  }
}
@media (min-width: 1024px) {
  .swiper-list-pro .swiper-slide-active,
  .swiper-list-pro .swiper-slide-next {
    margin-right: 2.5rem;
  }
  .kc_ {
    margin-top: 2rem;
  }
}
@media (min-width: 1280px) {
  .swiper-list-pro .swiper-slide-active,
  .swiper-list-pro .swiper-slide-next {
    margin-right: 2.25rem;
  }
  .menu-header > ul {
    display: flex;
    align-items: center;
    column-gap: 3.5rem;
  }
  .menu-header > ul > li {
    position: relative;
  }
  .menu-header > ul > li:hover > a {
    color: var(--cl-1);
  }
  .menu-header > ul li a {
    position: relative;
  }
  .menu-header > ul > li a::before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--cl-1);
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    border-radius: 5px;
    transition: all 0.3s;
    transform-origin: center;
    scale: 0;
  }
  .menu-header ul ul {
    position: absolute;
    top: 150%;
    left: 0;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    white-space: nowrap;
  }
  .menu-header > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  .menu-header > ul > li:hover > a::before {
    scale: 1;
  }
  .menu-header ul ul li a {
    padding: 0.5rem 1rem;
    display: block;
    width: 100%;
  }
  .menu-header ul ul li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .menu-header ul ul li:hover a {
    background: var(--cl-1);
    color: #fff;
  }
  .menu-pc.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .menu-pc.active .container {
    opacity: 1;
    transform: translateY(0);
  }
  .toggle-menu-pc {
    margin-left: 0.5rem;
    display: inline-block;
    cursor: pointer;
  }
  .toggle-menu-pc.active i {
    transform: rotate(180deg);
  }
}
@media (min-width: 1480px) {
  .kc_ {
    margin-top: 3rem;
  }
}
@media (min-width: 1640px) {
  .swiper-list-pro .swiper-slide-active,
  .swiper-list-pro .swiper-slide-next {
    margin-right: 2.5rem;
  }
}

.item-pro h3.grow a {
  font-size: 1rem;
}

.main_share a:hover {
  transform: scale(1.2);
  transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.list-icon {
  position: fixed;

  right: 1.25rem;

  bottom: 4.5rem;

  z-index: 99;

  display: flex;

  flex-direction: column;
}

.btn-icon[title="Zalo"] span {
  background: url(../images/zalo.png) no-repeat center center;

  background-size: 100% 100%;
}

.btn-icon[title="Hotline"] span {
  background: url(../images/call.png) no-repeat center center;

  background-size: 100% 100%;
}

.btn-icon {
  position: relative;
}

.btn-icon span {
  transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  width: 40px;

  height: 40px;

  z-index: 1;

  position: relative;

  display: block;

  margin-bottom: 24px;
}

.btn-icon::before {
  content: "";

  width: 50px;

  height: 50px;

  top: -5px;

  right: -5px;

  position: absolute;

  z-index: -1;

  background-color: transparent;

  border-radius: 100%;

  border-width: 2px;

  border-style: solid;

  opacity: 0.5;

  animation-iteration-count: infinite;

  animation-name: zoomIn;

  animation-duration: 1s;

  animation-fill-mode: both;
}

.btn-icon::after {
  content: "";

  width: 60px;

  height: 60px;

  top: -10px;

  right: -10px;

  position: absolute;

  z-index: -1;

  transition: all 0.2s ease-in-out;

  border-radius: 100%;

  border: 2px solid transparent;

  opacity: 0.75;

  animation-iteration-count: infinite;

  animation-name: pulse;

  animation-duration: 1s;

  animation-fill-mode: both;
}

.btn-icon[title="Zalo"]::after {
  background-color: rgba(17, 130, 252, 0.45);
}

.btn-icon[title="Instagram"]::after {
  background-color: #fde9de;
}

.btn-icon[title="Hotline"]::before {
  border-color: #158e45;
}

.btn-icon[title="Hotline"]::after {
  background-color: rgba(94, 255, 0, 0.452);
}
