/* utm-americana */
@font-face {
  font-family: "utm-americana";
  src: url("fonts/utm-americana.ttf") format("truetype");
  font-display: swap;
}

/* utm-erie-black */
@font-face {
  font-family: "utm-erie-black";
  src: url("fonts/utm-erie-black.ttf") format("truetype");
  font-display: swap;
}

/* utm-avo */
@font-face {
  font-family: "utm-avo";
  src: url("fonts/utm-avo.ttf") format("truetype");
  font-display: swap;
}

/* utm-avo-italic */
@font-face {
  font-family: "utm-avo-italic";
  src: url("fonts/utm-avo-italic.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
}

/* utm-avo-bold */
@font-face {
  font-family: "utm-avo-bold";
  src: url("fonts/utm-avo-bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

/* utm-avo-bold-italic */
@font-face {
  font-family: "utm-avo-bold-italic";
  src: url("fonts/utm-avo-bold-italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* magnesium */
@font-face {
  font-family: "utm-magnesium";
  src: url("fonts/utm-magnesium.ttf") format("truetype");
  font-display: swap;
}

/* sharnay*/
@font-face {
  font-family: "utm-sharnay";
  src: url("fonts/utm-sharnay.ttf") format("truetype");
  font-display: swap;
}

:root {
  --red: #8d1822;
  --red-dark: #590b18;
  --yellow: #fee795;
  --menu-bg: linear-gradient(to right, var(--red), var(--red-dark));
  --burger: #fff;
  --menu-bg: #ed1c41;
}

html,
body {
  font-family: "utm-avo", sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  scroll-behavior: smooth;
  height: auto;
}

.container .boundary {
  width: 100%;
  max-width: 1300px;
}

.table-overflow {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.form-message {
  background-color: var(--brown);
  color: #333;
  border-color: var(--brown);
  margin: 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--main-font);
  font-size: 16px;
  color: #2d3448;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16;
}

a {
  color: inherit;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
  /* tránh cuộn bằng touch trên mobile */
}

/* Header */
header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 15px;
  background-color: #333434;
  gap: 8px;
  font-size: 1.2em;
}

header i {
  color: #ed1c41;
  margin-right: 8px;
}

header span {
  color: #fff;
}

/* menu */
.main-menu {
  background: linear-gradient(180deg, #ea1b40, #ed1c41);
  color: #fff;
  height: 60px;
  font-family: "utm-magnesium";
  font-size: 1.4em;
  position: relative;
  left: 0;
  z-index: 1000;
  overflow: visible;
}

.main-menu .boundary {
  padding: 0;
  line-height: 60px;
  text-align: center;
}

.main-menu .hamburger {
  float: right;
  margin-top: -3px;
  margin-right: 10px;
}

.main-menu .main-menu-content {
  display: none;
}

.main-menu .mm-logo {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 22222;
  height: 130px;
  top: -35px;
}

.main-menu .mm-logo img {
  height: 100%;
  width: auto;
  position: relative;
  object-fit: contain;
}

.main-menu .mm-content {
  position: fixed;
  top: 85px;
  left: -100%;
  width: 100%;
  max-width: 900px;
  height: 100vh;
  z-index: 9999;
  background: var(--menu-bg);
  text-align: left;
  list-style-type: none;
  padding: 120px 0 0;
  margin: 0;
  font-size: 0.9em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.5s;
}

.main-menu .mm-content .mmc-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}

.main-menu .mm-content .mmc-logo img {
  width: 100%;
  height: auto;
}

.main-menu .mm-content.active {
  left: 0;
}

.main-menu .mm-background {
  content: "";
  background-color: rgb(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: none;
}

.main-menu .mm-background .icon-x {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1em;
  font-size: 1.5em;
  color: var(--yellow);
}

.main-menu .mm-content li {
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 40px;
  position: relative;
  font-size: 0.85em;
}

.main-menu .mm-content li.mmc-logo a {
  border-bottom: 0;
}

.main-menu .mm-content li a {
  display: block;
  border-bottom: 1px solid #ddd;
  line-height: 40px;
  padding: 5px;
  font-family: "utm-magnesium";
  font-size: 1.1em;
  position: relative;
}
.main-menu .mm-content li.active a.item {
  background-color: #f1f0f0 !important;
  color: #000;
}
.icon-x {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 10000;
}

.main-menu .mm-content li a::before {
  color: white;
  font-size: 0.8em;
  margin-right: 8px;
  vertical-align: middle;
}

.mm-content li .submenu {
  display: none;
  list-style-type: none;
  font-family: "utm-avo" !important;
  padding-left: 20px;
  border-top: 1px solid #fff2;
  overflow: hidden;
}

.mm-content li .submenu li a {
  display: block;
  border-bottom: 1px solid #fff2;
  padding: 8px 0;
  color: white;
  font-size: 0.95em;
}
#menu_content.mm-content li .submenu li.child-group a {
  padding-left: 30px;
  display: block;
  font-size: 0.85em;
}

.main-menu .mm-content li a::before {
  content: "♦";
  color: #fff;
  font-size: 0.8em;
  margin-right: 8px;
  vertical-align: middle;
  display: none;
}

.mm-content li.has-submenu > a {
  align-items: center;
  justify-content: space-between;
  overflow: visible;
  line-height: 1.5;
}

.mm-content li.has-submenu > a .arrow {
  float: right;
  transition: transform 0.3s;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}

.main-menu .mm-content li.anchor.stop a {
  pointer-events: none;
}

.main-menu .mm-content li i {
  line-height: 40px;
  font-size: 0.9em;
  margin-left: 5px;
  transition: all 0.5s;
}

.main-menu .mm-content li.active i {
  transform: unset;
}

.main-menu .mm-content li.active,
.main-menu .mm-content li:hover {
  color: var(--black) !important;
}

.main-menu .mm-content li .mmc-sub-items {
  height: auto;
  display: none;
  margin: 0;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}

.main-menu .mm-content li .mmc-sub-items li {
  padding: 0 0 0 20px;
  color: var(--text-color) !important;
}

.main-menu .mm-content li .mmc-sub-items li.parent {
  text-transform: uppercase;
  color: var(--black) !important;
  font-weight: bold;
}

.main-menu .mm-content li .mmc-sub-items li:hover a {
  color: var(--red);
}

.main-menu .mm-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ccc #000;
}

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner picture {
  display: block;
  width: 100%;
}

.banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* sản phẩm */

.title-container {
  margin-top: 60px;
  position: relative;
  margin-bottom: 50px;
  font-family: "utm-sharnay";
  text-align: left;
  margin-left: 10px;
}

.title-container img {
  width: 100px;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.title-container h3 {
  position: relative;
  z-index: 1;
  font-size: 1.8em;
  letter-spacing: 1px;
  color: #353535;
  font-weight: normal;
  font-style: italic;
  text-transform: capitalize;
  padding-left: 20px;
}

.title-container::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 55px;
  width: 85%;
  height: 3px;
  background-color: #f44336;
}

.container.san-pham {
  background: #f0f0f0;
}
.container.gioi-thieu {
  background: #e5f2ff;
}
.container.san-pham,
.container.tin-tuc,
.container.gioi-thieu {
  padding: 50px 0;
}

/* silder*/
#san_pham_slider {
  width: 100%;
  padding: 10px 0;
  max-width: 1200px;
  margin: auto;
}

.san-pham-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.tt-sanpham {
  text-align: center;
  padding: 10px;
}

.tt-sanpham .sp-image {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}

.tt-sanpham img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.tt-sanpham {
  color: #fff;
  text-align: center;
  border-radius: 15px;
  font-size: 0.8em;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-wrap: balance;
  margin: 10px auto 0;
  width: 90%;
}

.tt-sanpham .sp-title {
  background: #fcbc5a;
  color: #666;
  border-radius: 10px;
  height: 25%;
  width: 90%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 8px;
  line-height: 1.3;
  height: 40px;
}
.tt-sanpham:hover .sp-title {
  background-color: #ffff00;
}

.sanpham-decktop {
  display: none;
}

/* nút tron */
.owl-dots .owl-dot span {
  display: none;
}

.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #6b6969 !important;
  margin: 0 6px;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.owl-dots .owl-dot.active {
  background-color: #ee1d42 !important;
  transform: rotate(45deg) scale(1.3);
}

.owl-dots {
  text-align: center;
  margin-top: 10px;
}

/* giới thiệu */
.main-gioithieu {
  margin-left: 10px;
  text-align: left;
}

.logo-gioithieu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  text-align: center;
}

.logo-gioithieu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.title-gioithieu h2 {
  text-align: left;
  font-family: "utm-magnesium";
  color: #ee1d42;
}

.title-gioithieu h4 {
  text-align: left;
  font-family: "utm-avo-bold";
  color: #353535;
  font-size: 1em;
}

.gioithieu-content {
  text-align: left;
}

/* nút xem thêm */
.btn-xem-them {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #d2b338;
  color: #fff;
  font-size: 0.9em;
  font-family: "utm-avo", sans-serif;
  padding: 6px 20px 8px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 50px;
}

.btn-xem-them:hover {
  background-color: #cba50c;
}

.btn-xem-them .icon {
  font-size: 16px;
  margin-top: -2px;
}

.gioithieu-content {
  margin-bottom: 20px;
  line-height: 1.6;
}

.in-dam {
  font-family: "utm-avo-bold";
}

/* tin tức */

#tin_tuc_slider {
  width: 100%;
  padding: 30px 0;
  max-width: 1200px;
  margin: auto;
}

.tin-tuc-item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 10px;
}

.tt-tintuc {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 15px;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.tin-tuc-decktop {
  display: none;
}

/* ảnh */
.tt-tintuc .tt-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease, box-shadow 0.4s ease !important;
}

.tt-tintuc:hover .tt-image img {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* tiêu đề và nội dung */
.tintuc-title {
  padding: 15px 0;
}

.tintuc-web {
  display: block;
  font-family: "utm-avo-bold", sans-serif;
  font-size: 0.9em;
  color: #353535;
  line-height: 1.4;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.3s ease, transform 0.3s ease;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.tintuc-web:hover {
  color: #d2b338;
}

/* nội dung mô tả */
.noidung-tintuc {
  font-family: "utm-avo";
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
  color: #333;
  margin-top: 8px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.tt-tintuc:hover .tintuc-web,
.tt-tintuc .tintuc-web:hover {
  color: #ee1d42;
  transform: translateY(-2px);
  text-decoration: underline;
  cursor: pointer;
}

/* lien lac*/
.main-lienlac {
  padding: 20px 0;
}

.main-lienlac::after {
  content: "";
  display: block;
  width: 95%;
  height: 2px;
  margin-top: 40px;
  background-color: #f1f0f0;
  margin: 10px auto 0;
}

.main-lienlac .logo-footer {
  display: inline-block;
  margin: 0 auto 20px;
  width: 200px;
  height: auto;
}
.main-lienlac .logo-footer img {
  width: 100%;
  height: auto;
}

.title-lien-lac {
  text-align: left;
  margin-left: 10px;
}
.title-lien-lac p {
  color: #fff;
  font-size: 0.8em;
  line-height: 1.3em;
}

.title-lien-lac h2,
.title-lien-lac h6 {
  margin: 0;
  line-height: 1.3;
}

.title-lien-lac h2 {
  font-family: "utm-avo-bold";
  color: #d2b338;
  font-size: 1.2em;
}

.title-lien-lac h6 {
  margin-top: 5px;
  font-family: "utm-avo";
  color: #fff;
  font-size: 0.75em;
}

.info-lien-lac {
  margin-top: 30px;
  margin-bottom: 40px;
}

.info-lien-lac p {
  margin: 5px 0;
  font-size: 0.85em;
  font-family: "utm-avo";
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  color: #fff;
}

.info-lien-lac i {
  color: #fff;
  font-size: 1em;
  width: 20px;
  text-align: center;
}

/*footer*/
.container.lien-lac {
  background: #353535 url(../images/metalerfire-footer-bg.png) bottom right
    no-repeat;
  background-size: auto 50%;
  background-position: 120px 600px;
  padding: 20px;
}

.main-footer {
  position: relative;
  color: #fff;
  font-family: "utm-avo";
  padding-top: 1px;
  margin: 0;
  padding: 15px;
}

.footer-column {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
  margin-top: -40px;
}

.footer-title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #fff !important;
  text-transform: uppercase;
}

.footer-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.footer-list .footer-list-separator {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  margin: 10px 0;
}

.footer-list li {
  margin: 6px 0;
  font-size: 14px;
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #555;
  text-align: left;
  padding: 10px;
  font-size: 0.7em;
  color: #ccc;
  margin: 0;
}
.footer-bottom p {
  margin: 0;
}

.footer-list li a:hover {
  color: #ee1d42;
}

.footer-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  left: 50%;
  justify-content: right;
  align-items: right;
  pointer-events: none;
}

.footer-img img {
  opacity: 1;
  object-fit: contain;
  margin-right: -90px;
  margin-top: 90px;
}

/* Đảm bảo text nằm trên ảnh */
.main-footer > *:not(.footer-img) {
  position: relative;
  z-index: 1;
  width: 100%;
}

/* trang danh mục sảm phẩm */
.main-danhmuc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 10px;
}

.title-danhmuc {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-left: 10px;
}

.title-danhmuc h4 {
  color: #27aae1;
  font-family: "utm-avo-bold";
  display: inline-block;
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  font-size: 1.2em;
}

.title-danhmuc h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110%;
  height: 2px;
  background-color: #27aae1;
}

.danhmuc {
  max-width: 1300px;
}
.danhmuc-item {
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

.danhmuc-item a {
  display: block;
}
.danhmuc-item img {
  width: auto;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  overflow: unset;
}

.price-sp {
  font-weight: bold;
  margin-top: 10px;
  font-family: "utm-avo-bold";
}

.duong-dan {
  margin-left: 10px;
  margin-top: 30px;
  text-align: left;
}

.duong-dan a {
  color: #27aae1;
}

.danhmuc-tintuc-decktop {
  display: none;
}

.title-tintuc {
  font-family: "utm-avo-bold";
  font-size: 1.1em;
  margin-left: 10px;
}

.menu-danhmuc {
  display: none;
}

div.main-content .mc-title {
  color: #27aae1;
  font-family: "utm-avo-bold";
  display: inline-block;
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  font-size: 1.2em;
}
div.main-content .mc-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110%;
  height: 2px;
  background-color: #27aae1;
}

.breadcrumb {
  margin-top: 25px !important;
  font-size: 0.9em;
  width: 100% !important;
}
.breadcrumb li a {
  color: #4485b4;
}
.header-page {
  padding: 50px 0 15px 0;
  background-color: #f4f7fc;
}
.main-content.service-page ol.breadcrumb {
  position: unset !important;
  width: 100% !important;
}
div.main-content.service-page {
  background-color: transparent;
}
.header-page .boundary {
  max-width: 1300px;
  margin: auto;
  width: 96%;
}
/* chi tiết sản phẩm */
.chitiet-sanpham {
  padding: 0 0 40px 0;
}

.main-hinh-chitiet {
  background-color: #f0f0f0;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
}

.chitiet {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.hinhanh-chitiet {
  flex: 1;
  text-align: center;
}

.hinhanh-chitiet img {
  width: 100%;
  max-width: 300px;
  height: 300px;
  border: 1px solid #c8c8c8;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}

.hinhanh-phu {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.hinhanh-phu img.active {
  border: 2px solid #f00;
}

.hinhanh-phu img {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.infor-product {
  flex: 1;
}

.tieude-chitiet h4 {
  font-family: "utm-magnesium" !important;
  font-size: 1.3em;
}

.gia-sp h5 {
  color: #e91e63;
  margin-bottom: 15px;
  font-family: "utm-avo-bold";
  font-size: 1.5em;
}

.infor-product a {
  margin: 30px 0;
  background: #d2b43a;
  color: #fff;
  border: none;
  width: fit-content;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 8px;
  display: block;
}
.tieude-chitiet h1 {
  font-size: 1.6em;
  line-height: 1.3em;
  margin: 0;
}
.gia-sp .description,
.thongtin-chitiet .content-product {
  display: block;
  font-size: 0.95em;
  color: #333;
  margin-bottom: 12px;
  font-family: "utm-avo";
  text-align: justify;
  margin-top: 30px;
}
.content-product h1,
.content-product h2,
.content-product h3,
.content-product h4,
.content-product h5,
.content-product h6 {
  margin: 0;
}
.content-product h2 {
  font-size: 1.6em;
}
.content-product h3 {
  font-size: 1.4em;
}
.content-product h4,
.content-product h5,
.content-product h6 {
  font-size: 1.2;
}
/* Thong tin chi tiet*/

.thongtin-chitiet {
  width: 100%;
  margin: 0 auto;
  color: #000;
  line-height: 1.6;
  text-align: left;
}

.main-hinh-chitiet,
.thongtin-chitiet {
  padding: 20px;
  box-sizing: border-box;
}

.title-details {
  text-align: left;
}

.duongdan-chitiet-sp a {
  font-family: "utm-avo" !important;
}

.title-details h5 {
  font-size: 1.2em;
  color: #00a0e3;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.title-details h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #00a0e3;
}

/* Tiêu đề phụ */
.thongtin-chitiet h6 {
  font-size: 1em;
  margin-top: 25px;
  font-family: "utm-avo-bold";
  margin-bottom: 10px;
}

.thongtin-chitiet span {
  display: block;
  font-size: 0.95em;
  color: #333;
  margin-bottom: 12px;
  font-family: "utm-avo";
  text-align: justify;
}

.sp-tuongtu-item {
  width: 70%;
  text-align: center;
  margin: 10px auto;
}

.sp-tuongtu-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.5em;
  transition: transform 0.3s ease;
}

.sp-tuongtu-item img:hover {
  transform: scale(1.05);
}

.sp-tuongtu-name {
  font-size: 0.9em;
  color: #000;
  margin: 0.3em 0;
}

.sp-tuongtu-price {
  font-size: 1em;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.sp-tuongtu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  justify-items: center;
  padding: 1em;
}

#tuong_tu_slider .owl-prev,
#tuong_tu_slider .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3em;
  color: #bdbec0;
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s;
}

#tuong_tu_slider .owl-prev {
  left: 10px;
}

#tuong_tu_slider .owl-next {
  right: 10px;
}

/* bang thông số */
.specs-container {
  width: 100%;
  max-width: 700px;
  margin: 0;
  font-family: "utm-avo";
  color: #222;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.7em;
}

.specs-table thead th {
  text-align: left;
  padding: 12px 15px;
  font-family: "utm-avo-bold";
  border-bottom: 1px solid #ddd;
}

.specs-table tbody td {
  padding: 10px 15px;
  font-family: "utm-avo";
  border-bottom: 1px solid #eee;
}

.menu-danhmuc .submenu li.active a {
  color: #ffde00;
}
@media (min-width: 768px) {
  .chitiet {
    display: flex;
    flex-direction: row;
    gap: 50px;
  }

  #tuong_tu_slider .owl-nav {
    display: flex !important;
  }

  .specs-table {
    font-size: 0.9em;
  }
  #tin_tuc_product_slider {
    display: none;
  }
  .danhmuc-tintuc-decktop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .duong-dan {
    margin-left: 20px;
  }

  .tt-tintuc {
    padding: 0;
  }
  .container.lien-lac {
    background-size: auto 50%;
    background-position: right 700px;
    padding: 30px;
  }

  .title-container {
    font-size: 1em;
  }

  .title-container img {
    width: 150px;
    height: 150px;
  }

  .title-container::after {
    margin-left: 30px;
  }

  /* .tin-tuc-item {
    margin: 40px;
  } */

  .main-footer {
    text-align: left;
  }

  .tt-sanpham .sp-title {
    font-size: 1em;
    font-weight: bold;
    padding: 5px 10px;
    box-sizing: border-box;
  }

  .main-footer li {
    font-size: 0.8em;
  }
  .tintuc-title {
    font-size: 1.2em;
  }
  .main-container-lienlac {
    margin-top: 40px;
  }

  .info-lien-lac {
    margin-top: 50px;
    line-height: 1.5 !important;
  }

  .info-lien-lac i {
    margin-right: 10px;
  }

  .footer-column {
    margin: 0 !important;
  }
}

@media (min-width: 996px) {
  #tuong_tu_slider .owl-nav {
    display: flex !important;
  }

  .chitiet {
    gap: 10px;
    padding: 20px;
  }
  .container.danhmuc .boundary {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 30px;
    align-items: start;
    padding-top: 50px;
  }

  .danhmuc-thongtin {
    order: 1;
  }

  .danhmuc-sanpham {
    order: 2;
  }

  .danhmuc-tintuc-decktop {
    display: flex;
    flex-direction: column;
  }

  .title-danhmuc h4::after {
    width: 100%;
  }

  .menu-danhmuc {
    display: block;
  }

  .menu-danhmuc .submenu {
    background: var(--menu-bg);
    padding: 15px 20px;
    list-style: none;
  }

  /* Màu chữ và các item */
  .menu-danhmuc .submenu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 6px 0;
    font-family: "utm-avo";
    display: inline-block;
  }
  .menu-danhmuc .submenu li.child-group {
    padding-left: 25px;
  }
  .menu-danhmuc .submenu li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 6px 0;
  }

  .menu-danhmuc .submenu li::before {
    content: "◆";
    color: #fff;
    font-size: 10px;
    margin-right: 8px;
    flex-shrink: 0;
    line-height: 1;
  }

  .duong-dan {
    margin-left: 30px;
  }
  /* #san_pham_slider {
    display: none;
  }
  /* #tin_tuc_slider {
    display: none;
  } */
  .menu-danhmuc .submenu li a:hover {
    color: #ffde00;
  }
  .mm-content li.has-submenu:hover .submenu {
    display: block;
  }

  header {
    flex-direction: row-reverse;
  }

  .hamburger-box {
    display: none !important;
  }

  .main-menu {
    height: 60px;
    line-height: 60px;
  }

  .main-menu .mm-content {
    position: relative;
    overflow: unset;
    top: unset;
    left: unset;
    height: auto;
    max-width: unset;
    padding: 0;
    display: flex !important;
    flex-direction: row;
    font-size: 1rem;
    width: auto;
  }

  .main-menu .mm-content .icon-x,
  .main-menu .mm-content li a::before {
    display: none;
  }

  .main-menu .mm-content li a {
    display: inline-block;
    border: 0;
    padding: 0;
    line-height: 60px;
    padding: 0px 3px;
  }

  .mm-content li .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 10px;
    z-index: 999999;
    background: #fff;
    width: 300px;
    font-family: "utm-avo" !important;
    white-space: nowrap;
    height: auto;
    overflow: visible;
    padding: 0;
    box-shadow: 0 0 3px #333;
  }

  .mm-content li .submenu li a {
    line-height: 1.2em;
    color: #000;
    padding: 15px;
    border-bottom: 1px solid #ddd;
  }

  #san_pham_slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    row-gap: 40px;
  }

  .sanpham-decktop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 100px auto;
  }

  .tt-sanpham-decktop {
    width: 260px;
    text-align: center;
  }

  .sp-image-decktop {
    width: 100%;
    height: 200px;
  }

  .sp-image-decktop img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .sp-image-decktop img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

  .sp-title-decktop {
    margin-top: 20px;
    font-size: 1em;
    padding: 5px;
    font-family: "utm-avo-bold";
    color: #fff;
    background-color: #6b6969;
    height: 50px;
    width: 90%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .main-gioithieu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 70px;
    margin: 80px 100px;
  }

  .main-content-gioithieu {
    flex: 1;
    text-align: justify;
  }

  .logo-gioithieu {
    flex-shrink: 0;
  }

  .logo-gioithieu img {
    width: 350px;
    height: auto;
  }
  /* 
  #tin_tuc_slider {
    display: none;
  } */

  /* Tin tức */
  .tin-tuc-decktop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    gap: 30px;
    max-width: 1000px;
    margin: 70px auto;
  }

  .tt-tintuc-decktop {
    width: 45%;
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .tt-tintuc-decktop a {
    font-weight: bold;
  }

  .tt-tintuc-decktop:hover {
    transform: translateY(-5px);
  }

  .tt-image-decktop img {
    width: 90%;
    height: auto;
    display: block;
  }

  .tintuc-title-decktop {
    padding: 15px 0;
  }

  .tintuc-web-decktop {
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
    text-decoration: none;
  }

  .tintuc-web-decktop:hover {
    color: #c00;
  }

  .noidung-tintuc-decktop {
    font-size: 0.95em;
    color: #555;
    margin-top: 8px;
    text-align: justify;
  }

  .main-menu .mm-content li a:hover {
    background-color: #f1f0f0 !important;
    color: #000;
  }

  /* footer */
  .container.lien-lac {
    display: flex;
    padding-top: 50px;
    margin: 0 auto;
    background-size: auto 100%;
    background-position: right 50px;
  }

  .main-footer {
    display: flex;
  }

  .footer-column {
    display: flex;
    gap: 10px;
  }

  .main-lienlac {
    display: flex;
    gap: 10px;
  }

  .main-lienlac::after {
    display: none;
  }
  .info-lien-lac {
    margin-top: 50px;
    line-height: 1.5 !important;
  }

  .info-lien-lac i {
    margin-right: 5px;
  }
  .logo-footer {
    margin-right: 30px;
  }

  .logo-footer img {
    width: 100%;
  }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
  }

  .footer-bottom p {
    opacity: 0.5;
  }
}

@media (min-width: 1200px) {
  .main-danhmuc {
    grid-template-columns: repeat(3, 1fr);
  }
  #san_pham_slider {
    grid-template-columns: repeat(5, 1fr);
    row-gap: 50px;
    column-gap: 0;
  }
  .main-menu .mm-content {
    display: flex !important;
    flex-direction: row;
    gap: 30px;
  }

  .mm-content li .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    width: 380px;
    font-family: "utm-avo" !important;
    white-space: nowrap;
    height: auto;
    overflow: visible;
    font-size: 1.4em !important;
    border-bottom: 1px solid #ffffff33;
  }

  .mm-content li .submenu li a {
    font-family: "utm-avo" !important;
  }

  .main-menu .mm-content li.active a.item::after,
  .main-menu .mm-content li:hover a.item::after {
    content: "";
    position: absolute;
    top: 0; /* khoảng cách từ dưới a.item ra ngoài */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #333434; /* màu tam giác */
  }

  .title-container {
  }

  .container.lien-lac {
    display: flex;
    align-items: stretch;
    padding: 50px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (min-width: 1500px) {
  .container.san-pham,
  .container.tin-tuc,
  .container.gioi-thieu {
    padding: 100px 0;
  }

  .duong-dan {
    margin-left: 30px;
  }
  .main-menu .mm-logo img {
    width: 100%;
  }

  .main-menu .mm-content {
    display: flex !important;
    flex-direction: row;
    gap: 30px;
    padding-left: 50px;
  }

  .main-menu .mm-content li {
    font-size: 0.9em;
    padding: 0;
  }
  .main-menu .mm-content li a {
    padding: 0 10px;
  }
  .main-menu .mm-content li i {
    float: unset;
  }

  .mm-content li .submenu {
    width: 420px;
  }

  .title-container {
    font-size: 1.3em;
  }

  .title-container img {
    width: 150px;
    height: 150px;
  }

  .title-container::after {
    margin-left: 30px;
  }

  .main-gioithieu {
    margin: 80px 180px;
  }

  .tin-tuc-decktop {
    max-width: 1200px;
  }

  .tt-tintuc-decktop {
    width: 22%;
  }

  .container.lien-lac {
    justify-content: space-evenly;
    width: 100%;
    box-sizing: border-box;
    padding: 30px calc(50%-600px);
  }

  .logo-footer {
    width: 200px;
    height: 200px;
  }

  .logo-footer img {
    width: 100%;
  }

  .footer-column {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    gap: 10px;
  }

  .footer-column-1 {
    flex: 1;
    gap: 10px;
  }

  .main-footer {
    margin-left: -60px;
  }
}

@media (min-width: 1800px) {
  .duong-dan {
    margin-left: 150px;
  }
  .main-menu .mm-logo img {
    width: 100%;
  }

  .main-menu .mm-content li {
    font-size: 0.9em;
  }

  .main-gioithieu {
    margin: 80px 210px;
  }

  .sanpham-decktop {
    max-width: 1500px;
    margin-left: 80px;
    justify-content: left;
  }
}
