/* utm-essendine-caps */
@font-face {
  font-family: "utm-essendine-caps";
  src: url("fonts/utm-essendine-caps.ttf") format("truetype");
  font-display: swap;
}

/* 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;
}


:root {
  --yellow: #fee795 --menu-bg: linear-gradient(to right, var(--red), var(--red-dark));
  --burger: #FFF;
  --menu-bg: #ed1c41;
  --header: #7a0000;
  --vang: #f9d256;
}

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;
}

/* header mới */
header {
  background: var(--header);
  color: #f4dc7e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 50px;
  font-family: "Roboto", sans-serif;
}

.logo-main {
  width: 100%;
}

.logo-main img {
  width: 100%;
  height: auto;
}

header .info {
  display: none;
}

header .hotline {
  display: none;
}

/* BANNER */
.banner {
  background-image: url(../images/banner-deckstop.jpg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-height: 750px;
  text-align: center;
}

.tieude-chinh {
  width: 90%;
  margin: 0px auto;
  padding-top: 70px;
}

.banner img {
  width: 100%;
  height: auto;
}

.main-banner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.banner h2 {
  border: 0px solid;
  padding: 10px;
  margin: 10px 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'utm-avo-bold';
  letter-spacing: 1px;
  color: #7C501D;
  line-height: 29px;
  background: linear-gradient(90deg, #B57E10 0%, #E5C35C 22%, #F9DF7B 33%, #FFF3A6 52%, #F9DF7B 73%, #B57E10 100%);
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, #ffeb3b, #B57E10) 1;
}

.banner-quatang {
  width: 90%;
  margin: 0 auto;
}

.nutlienhe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 25px;
  background: linear-gradient(to right, #f4dc7e 0%, #ffcb15 100%);
  border-radius: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 30px auto;
}

.nutlienhe h3 {
  font-size: 1.1em;
  font-weight: 900;
  text-transform: uppercase;
  color: #7a4c00;
  margin: 0;
}

.nutlienhe i {
  font-size: 1.1em;
  color: #7a4c00;
  transition: transform 0.3s ease;
}

.banner p {
  color: #fff;
  font-size: 1.1em;
  width: 100%;
  margin: 15px auto;
  font-weight: none;
  font-family: 'utm-avo';
}

.banner span {
  display: inline-block;
  color: #fff;
  font-size: .7em;
  width: 90%;
  opacity: 0.9;
}

.noisao {
  width: 60%;
  margin: 20px auto;
}

.banner h4 {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  width: 100%;
  margin: 10px auto;
  font-family: 'utm-avo';
}

.banner h5 {
  font-size: 1em;
  margin: 10px;
  color: #ffda69;
}

/* shop */
.container.shop {
  background-image: url(../images/bg-be.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  min-height: 700px;
}

.title-collum {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.title-left,
.title-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.divider {
  display: none;
}

.title-collum h2 {
  font-size: 1.1em;
  color: var(--header);
  font-family: 'utm-avo-bold';
}

@keyframes shakeX {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  10% {
    transform: translate(-10px, -6px) rotate(-8deg) scale(1.05);
  }

  20% {
    transform: translate(10px, 6px) rotate(8deg) scale(1.1);
  }

  30% {
    transform: translate(-10px, 6px) rotate(-8deg) scale(1.05);
  }

  40% {
    transform: translate(10px, -6px) rotate(8deg) scale(1.1);
  }

  50% {
    transform: translate(-10px, -6px) rotate(-8deg) scale(1.05);
  }

  60% {
    transform: translate(10px, 6px) rotate(8deg) scale(1.1);
  }

  70% {
    transform: translate(-10px, -6px) rotate(-8deg) scale(1.05);
  }

  80% {
    transform: translate(10px, 6px) rotate(8deg) scale(1.1);
  }

  90% {
    transform: translate(-10px, -6px) rotate(-8deg) scale(1.05);
  }
}

.shake-x {
  animation: shakeX 1.2s ease-in-out infinite;
  transform-origin: center center;
  display: inline-block;
  will-change: transform;
}

.left-img,
.right-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible !important;
}

.left-img img,
.right-img img {
  max-width: 80%;
  height: auto;
}

/* mấy cái box */
.info-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  margin: 40px auto;
  max-width: 700px;

}

.info-box {
  background: #f9f4ef;
  border-radius: 12px;
  width: 85%;
  height: 200px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 30px;
}


.info-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.info-box i {
  font-size: 50px;
  color: #8B0000;
  margin-bottom: 10px;
}

.info-box span {
  font-size: .9em;
  line-height: 1.5;
  margin: 0;
  width: 80%;
  font-family: 'utm-avo-bold';
}

/* bộ sư tập */
.container.bosutap {
  background-image: url(../images/bg-quatang.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  min-height: 900px;
}

.title-bosutap {
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  margin: 80px 10px 30px 10px;
  font-weight: bold;
}

.title-bosutap h2 {
  font-size: 1.2em;
  color: #f4dc7e;
  line-height: 1.3;
}

.main-bosutap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.img-bosutap {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.img-bosutap img {
  width: 100%;
  height: auto;
}

.content-bst h3 {
  color: #fff;
  font-family: 'utm-avo-bold';
  text-align: center;
  font-size: 1.2em;
  line-height: 1.3;
  margin: 8px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.bst-phu {
  border: 1.8px solid #fbebad;
  border-radius: 20px;
  padding: 10px 25px;
  margin: 20px auto;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  width: 80%;
}

.bst-phu h4 {
  margin: 0;
  text-align: left;
  color: #ffe6ac;
  font-size: .7em;
}

.content-bst span {
  display: inline-block;
  margin: 15px;
  font-size: 0.85em;
  text-align: justify;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 30px;
}

/* giới thiệu */

.container.gioithieu-qua {
  background-image: url(../images/bg-be.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  min-height: 700px;
}

.container.gioithieu-qua .boundary {
  margin-top: 50px;
}

.title-gt h2 {
  margin: 5px;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  color: #7a0000;
  line-height: 1.5;
  font-size: 1.3em;
}

.gt-phu h3 {
  margin: 5px;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  color: #7a0000;
  line-height: 1.5;
  font-size: 1em;
}

/* gioithieu cpntent */
.card-phan-khuc {
  position: relative;
  background: #fffdf5;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  padding: 30px 20px 20px;
  max-width: 360px;
  margin: 70px auto;
  text-align: justify;
}

.title-phan-khuc {
  font-family: 'utm-avo-bold';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  color: #7a0000;
  font-size: .9em;
  white-space: nowrap;
  padding: 0 14px;
  line-height: 1.4;
}


.content-phan-khuc {
  font-size: .9em;
  line-height: 1.6;
}

.gt-img {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.gt-img img {
  width: 100%;
  height: 100%;
}

/* bộ đếm */
.khuyenmai-gioithieu {
  text-align: center;
  margin: 0 auto;
}

.khuyenmai-gioithieu h2 {
  font-size: 1.3em;
  font-family: 'Times New Roman', Times, serif;
  color: #7a0000;
  font-weight: bold;
  margin: 20px 40px;
  line-height: 1.2;
}

.khuyenmai-gioithieu h3 {
  font-size: 1.3em;
  font-family: 'Times New Roman', Times, serif;
  color: #7a0000;
  font-weight: bold;
  margin: 30px 30px;
  line-height: 1.2;
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0 60px 0;
}

.time-box {
  background: linear-gradient(180deg, #B57E10 0%, #B57E10 15%, #E5C35C 46%, #F9DF7B 61%, #FFF3A6 72%, #F9DF7B 84%, #B57E10 100%);
  border: 2px solid #714101;
  border-radius: 8px;
  width: 100px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #915E22 !important;
  font-family: "noto serif", sans-serif;
  position: relative;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25),
    inset 0 -3px 8px rgba(255, 255, 255, 0.6);
}

.time-box::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 8px;
  right: 8px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  filter: blur(1px);
}

.time-box .number {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.time-box .label {
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: 4px;
}

/* đặt hàng ngay */
.container.dathang {
  background-image: url(../images/title.jpg);
}

.container.dathang .boundary h2 {
  margin: 30px 8px;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 1em;
  color: #fff;
  line-height: 1.2em;
}

.btn-dathang {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.btn-dathang a {
  display: inline-block;
  background: linear-gradient(to right, #ffeb70 0%, #f4b000 90%);
  color: #7a4c00;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  font-size: .9em;
  transition: all 0.3s ease;
}

.btn-dathang a:hover {
  background: linear-gradient(180deg, #ffe267 0%, #f9c400 100%);
  transform: translateY(-2px);
}

/* san pham */
.container.sanpham {
  background-image: url(../images/backgroup.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.container.sanpham .boundary {
  margin-top: 50px;
  margin-bottom: 50px;
}

.title-sanpham {
  text-align: center;
  color: #333;
  font-size: 1.5em;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  margin: 10px;
}

.sanpham-title h2 {
  text-align: center;
  color: #7a0000;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 1.5em;
}

/* chitietsanphan  */
.sanpham-hinhanh {
  width: 90%;
  margin: auto;
}

.main-image {
  position: relative;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.main-image img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: inherit;
}

.gia-sanpham {
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: red;
  font-weight: bold;
  font-size: 1.2em;
}

.thumb-list {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

.thumb {
  width: 65px !important;
  height: 65px !important;
  border-radius: 8px;
  cursor: pointer;
  object-fit: cover !important;
  border: 2px solid transparent;
  transition: border 0.2s, transform 0.2s;
}

.thumb:hover {
  transform: scale(1.05);
}

.thumb.active {
  border-color: #d48b00;
}

.mota-sp {
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: .95em;
}

.mota-sp span {
  display: inline-block;
  line-height: 1.6;
  margin: 20px;
  margin-bottom: 20px;
}

#san_pham_slider .owl-item {
  display: flex;
  justify-content: center;
}

.san-pham-item {
  width: 100%;
  margin: 0 auto;
}

/* uu dai */
.uu-dai ul {
  width: 330px;
  padding: 20px 15px;
  background: #FFFFFF;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
  border-radius: 16px;
  margin: 0 auto;
}

.uu-dai ul li {
  list-style: none;
  margin-left: 0;
  background-size: 31px;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  font-size: .8em;
  color: #000;
  line-height: 2;
  font-weight: bold;
}

.uu-dai ul li:last-child {
  color: #f7c45d;
  background-size: 40px;
}

.banggia {
  display: flex;
  align-items: center;
  gap: 50px;
  background: linear-gradient(90deg, #B57E10 0%, #E5C35C 25%, #F9DF7B 45%, #FFF3A6 60%, #F9DF7B 80%, #B57E10 100%);
  border-radius: 8px;
  padding: 10px 15px;
  border: 1px solid #e5c35c;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 90%;
  margin: 30px auto;
}

.icon-giamgia {
  width: 40px;
  flex-shrink: 0;
}

.icon-giamgia img {
  width: 100%;
  height: auto;
  display: block;
}

.main-banggia {
  display: flex;
  flex-direction: column;
  font-family: "Arial", sans-serif;
  font-weight: bold;
}

.giamgia-text {
  color: #7a4d0b;
  font-size: .9em;
}

.gia-text {
  color: #c00;
  font-size: 1.1em;
  font-weight: bold;
}

/* dat mua */
.parent {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

#btn-datmua {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #a40808;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  padding: 10px 25px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}

#btn-datmua:hover {
  background-color: #c81010;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

#btn-datmua span {
  font-family: Arial, sans-serif;
  text-transform: none;
}

/* Vùng chứa dot */
#san_pham_slider .owl-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px !important;
}

#san_pham_slider .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e3b4b4;
  transition: all 0.3s ease;
}

#san_pham_slider .owl-dot.active {
  background-color: #7a0c0c;
  transform: scale(1.2);
}

/* chiết khẩu */
.container.bg-chietkhau {
  background-image: url(../images/chietkhau.jpg);
  background-repeat: no-repeat;
  height: auto;
}

.bg-chietkhau .boundary {
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.ck-content h2 {
  font-size: 1.3em;
  font-weight: 800;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  margin: 10px 0;
  text-transform: uppercase;
}

.ck-content span {
  font-size: .9em;
  color: #fff;
}

/* dich vu */
.title-dichvu {
  color: #7a0000;
  font-family: 'Times New Roman', Times, serif;
  margin: 50px 10px;
  text-align: center;
}

.title-dichvu h2 {
  font-size: 1.3em;
  color: #7a0000;
  line-height: 1.2;
}

.dichvu-items {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 350px;
  margin: 20px auto;
}

.dichvu-items .card-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.dichvu-items .card-content {
  padding: 14px 16px 18px;
}

.dichvu-items .card-title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.dichvu-items .card-title img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.dichvu-items .card-title h3 {
  font-size: 1em;
  font-weight: 600;
  color: #222;
  margin: 0;
  line-height: 1.4;
}

.dichvu-items p {
  font-size: .9em;
  color: #666;
  margin: 0;
  line-height: 1.5;
  text-align: left;
}

/* UY TÍN */
.container.uytin {
  background-image: url(../images/bg-be.jpg);
  width: 100%;
  height: auto;
}

.container.uytin .boundary {
  margin-top: 50px;
  margin-bottom: 50px;
}

.title-uytin h2 {
  text-align: center;
  font-size: 1.3em;
  font-family: 'Times New Roman', Times, serif;
  color: #7a0000;
  line-height: 1.3;
  margin: 5px;
}

.set-title h3 {
  background: linear-gradient(90deg, #B57E10 0%, #E5C35C 22%, #F9DF7B 33%, #FFF3A6 52%, #F9DF7B 73%, #B57E10 100%);
  border-radius: 10px;
  padding: 10px;
  border: 2px solid #ffeb3b;
  font-size: 1em;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
  line-height: 1.2;
  margin: 10px;
  color: #000;
}

.kenh-gt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 30px auto;
  box-sizing: border-box;
}

.kenh-items {
  width: 160px;
  height: auto;
  margin: 5px auto;
}

.kenh-items img {
  width: 100%;
  height: auto;
}

/* feedback */
#feedback_slider .feedback-items {
  display: flex;
  flex-direction: column;
  /* đổi từ hàng ngang sang cột dọc */
  align-items: center;
  text-align: justify;
  gap: 20px;
  border: 1px solid #f2d278;
  border-radius: 12px;
  padding: 20px 30px;
  background: #fff;
  box-sizing: border-box;
}

/* Nội dung text */
.feedback-content {
  max-width: 900px;
}

.feedback-content span {
  display: block;
  color: #555;
  line-height: 1.8;
  font-size: .9em;
  margin-bottom: 15px;
}

.feedback-content h2 {
  font-size: 1em;
  font-weight: 700;
  color: #333;
  margin-top: 20px;
  margin-bottom: 5px;
}

.feedback-content span:last-child {
  font-size: .8em;
  color: #666;
}

.img-feedback img {
  width: 50% !important;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #f2d278;
}

/* ====== OWL NAVIGATION ====== */
#feedback_slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

#feedback_slider .owl-nav button {
  background: #f2d278 !important;
  color: #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  pointer-events: all;
  transition: 0.3s;
  font-size: 16px !important;
}

#feedback_slider .owl-nav button:hover {
  background: #e4c35f !important;
}

#feedback_slider .owl-dots {
  display: none;
}

/* brand */
.title-brand {
  margin-top: 40px;
}

.title-brand h2 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.2em;
  color: #7a0000;
  text-align: center;
  line-height: 1.3;
  margin: 10px;
}

.content-brand ul {
  list-style: none;
  padding: 20px;
  text-align: justify;
  box-sizing: border-box;
  font-size: .9em;
}

.content-brand li {
  margin-bottom: 10px;
  line-height: 1.2;
}

.img-brand {
  width: 350px;
  height: auto;
  margin: 20px auto;
}

.img-brand img {
  width: 100%;
}

/* truyen thông */
.container.truyenthong {
  background-image: url(../images/bg-home.jpg);
  height: auto;
  background-position: center;
}

.truyenthong-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.truyenthong-items .logo {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid #f2d278;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin-bottom: 20px;
}

.truyenthong-items .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-truyenthong h2 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.3em;
  color: #7a0000;
  text-align: center;
}

/* form */
.container.form-mua {
  background-image: url(../images/bg-bst.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-img {
  width: 300px;
  height: auto;
  margin: 15px auto;
}

.form-img img {
  width: 100%;
  height: auto;
}

.title-form h2 {
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.3;
  margin: 5px;
}

/* form mua */
.form-dathang {
  width: 360px;
  margin: 20px auto;
}

.form-dathang form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-dathang input,
.form-dathang select,
.form-dathang textarea {
  width: 100%;
  padding: 15px 10px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 2px solid #f7c329;
}

.form-dathang .row {
  display: flex;
  gap: 10px;
}

.form-dathang select {
  flex: 2;
}

.form-dathang .row input {
  flex: 1;
}

.form-dathang textarea {
  height: 150px;
}

.btn-form {
  text-align: center;
  margin-top: 20px;
}

#btn-dathang2 {
  display: inline-block;
  background: linear-gradient(to right, #ffeb70 0%, #f4b000 90%);
  color: #7a4c00;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 30px;
  border: none;
  border-radius: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* về chung tôi */
.container.about {
  background-image: url(../images/vechungtoi.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
}

.title-about {
  margin-top: 50px;
  margin-bottom: 50px;
}

.title-about h2 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.2em;
  text-align: center;
  color: #7a0000;
  margin: 20px;
  line-height: 1.3;
}

.about-items {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
  max-width: 230px;
  margin: 20px auto;
}

.about-items .avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
}

.about-items .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.about-items .stars {
  color: #f6c23e;
  font-size: 20px;
  margin: 5px 0 10px;
}

.about-items .review {
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
}

.about-items .customer {
  font-size: 14px;
  color: #888;
}

.about-items .customer strong {
  color: #333;
  font-weight: 600;
}

/* footer */
.container.footer {
  background-color: #7a0000;
  color: #fff;
  padding: 50px 0 20px;
  font-family: "Roboto", sans-serif;
}

.footer .boundary {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  margin: 0 auto;
}

.footer-col {
  width: 90%;
}

.footer-logo {
  width: 320px;
  margin: 0 auto;
}

.footer h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #ffb400;
}

.footer p {
  line-height: 1.6;
  font-size: 15px;
  color: #ccc;
  text-align: justify;
}

.footer ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #ccc;
  text-align: justify;
}

.footer ul li strong {
  color: #fff;
}

.social-icons {
  margin-top: 15px;
}

.social-icons a {
  display: inline-block;
  margin: 0 8px;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #ffb400;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: justify;
}

.subscribe-form input {
  padding: 10px;
  width: 100%;
  max-width: 300px;
  border: none;
  border-radius: 5px;
  outline: none;
  text-align: justify;
}

.subscribe-form button {
  background-color: #ffb400;
  border: none;
  padding: 10px 20px;
  color: #111;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.subscribe-form button:hover {
  background-color: #fff;
}

.boct {
  margin-top: 15px;
  width: 160px;
}

.fanpage-img {
  width: 280px;
  border-radius: 8px;
  margin-top: 10px;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
  font-size: .8em;
  color: #aaa;
  opacity: 0.5;
}
/* Vị trí container: góc trái hoặc phải màn hình */
#order-notification-container {
  position: fixed;
  bottom: 100px;
  right: 10px; 
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  z-index: 9999;
}
.order-notification {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  animation: fadeIn 0.5s ease;
  font-family: "Arial", sans-serif;
}
.order-notification img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
.order-info strong {
  color: #333;
}
.order-info span {
  font-weight: 600;
  display: block;
  color: #000;
}
.order-info small {
  color: #888;
  font-size: 12px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeOut {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(20px); }
}

@media(min-width:768px) {
  .logo-main img {
    width: 60%;
    height: auto;
  }

  .title-collum {
    flex-direction: row;
    max-width: 1000px;
    margin-left: 10px;
  }

  .title-left,
  .title-right {
    flex-direction: row;
  }

  .divider {
    display: block;
  }

  .title-left,
  .title-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .divider {
    width: 3px;
    height: 100px;
    background-color: #eabb17;
    margin: 0 auto;
  }

  .title-collum h2 {
    font-size: 1.2em;
    line-height: 1.2;
  }

  .title-collum img {
    width: 100%;
  }

  /* box */
  .info-box {
    background: #f9f4ef;
    width: 75%;
    height: 280px;
    text-align: center;
    transition: 0.3s;
  }

  .info-box i {
    font-size: 70px;
    margin-bottom: 40px;
  }

  .info-box span {
    font-size: .95em;
    line-height: 1.2;
    width: 90%;
  }

  /* bst*/
  .container.bosutap {
    min-height: 700px;
  }

  .img-bosutap {
    display: none;
  }

  .bst-phu {
    width: 60%;
    margin-bottom: 40px;
  }

  .bst-phu h4 {
    text-align: center;
  }

  .content-bst span {
    display: block;
    max-width: 700px;
    margin: 0px auto;
    font-size: 1em;
    text-align: justify;
  }

  /* giới thiệu */

  .gioithieu-item {
    display: flex;
    gap: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .gt-img {
    width: 40%;
  }

  /* dathang */
  .container.dathang .boundary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .container.dathang h2 {
    margin: 0;
    display: inline-block;
  }

  .container.dathang .btn-dathang a {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    margin-left: -10px;
    text-decoration: none;
  }

  .content-phan-khuc {
    font-size: 1em;
  }

  .thumb {
    width: 100px;
    height: 100px;
  }

  .mota-sp {
    font-size: 1.1em;
    margin: 20px
  }

  .cum-tt-gia {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 20px auto;
    width: 100%;
  }


  .uu-dai ul li {
    font-size: .95em;
  }

  .banggia {
    gap: 30px;
  }

  .giamgia-text {
    font-size: 1em;
  }

  .gia-text {
    font-size: 1.2em;
  }

  .bg-chietkhau .boundary {
    flex-direction: row;
  }

  .ck-content {
    text-align: left;
    width: 65%;
  }

  /* dich vu */
  .main-dichvu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
  }

  /* uy tín */
  .set-title h3 {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .kenh-gt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 600px;
  }

  .truyenthong-items .logo {
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
  }

  .title-form {
    width: 360px;
    margin-left: auto;
    margin-right: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .title-form h2 {
    margin: 5px 0;
  }

  .form-dathang {
    width: 360px;
    margin-left: auto;
    margin-right: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* ve chung toi */
  .main-about {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 20px;
    max-width: 500px;
    margin: 70px auto;
  }

  /* footer*/
  .footer .boundary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 30px;
    justify-items: center;
    max-width: 800px;
    box-sizing: border-box;
  }

  .footer-col {
    margin: 0 auto;
  }

  .fanpage-img {
    width: 200px;
  }

  .footer ul {
    margin-left: 40px;
  }
}

@media(min-width:996px) {
  header {
    padding: 10px 0;
    height: 70px;
  }

  header .boundary {
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: 1000px;
  }

  .logo-main {
    flex: 1;
  }

  .info {
    flex: 2;
  }

  .hotline {
    flex: 0.7;
  }


  .logo-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-main img {
    height: 70px;
    width: 120%;
    object-fit: contain;
  }

  .info {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }

  .info .ship,
  .info .voucher {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .info .ship i,
  .info .voucher img {
    font-size: 35px;
    color: #f4dc7e;
    width: 45px;
  }

  .info p {
    font-weight: bold;
    margin: 0;
  }

  .info span {
    font-size: 1.1em;
    font-weight: 900;
    background: linear-gradient(to right, #f4dc7e 0%, #f4dc7e 70%, #ffcb15 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .hotline {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
  }

  .hotline a {
    display: inline-block;
    background: linear-gradient(to right, #ffeb70 0%, #f4b000 90%);
    color: #7a4c00;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    transition: all 0.3s ease;
  }

  .hotline a:hover {
    background: linear-gradient(180deg, #ffe267 0%, #f9c400 100%);
    transform: translateY(-2px);
  }

  /* banner */
  .banner {
    background-position: center !important;
    min-height: 700px;
  }

  .banner .main-banner {
    max-width: 600px;
    margin: 0;
    padding-left: 5px;
    text-align: center;
    box-sizing: border-box;
  }

  .banner img {
    width: 80% !important;
  }

  .banner h2 {
    max-width: 80%;
    margin: 10px auto;
  }

  /* shop */
  .info-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000px;
  }

  .info-box {
    width: 85%;
    height: 300px;
  }

  .divider {
    margin-left: 10px;
  }

  /* gioi htieu */
  .main-ct-gioithieu {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .gioithieu-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 450px;
  }

  .gt-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .gt-img img {
    max-width: 400px;
    height: auto;
  }

  /* san pham */
  .main-sanpham {
    display: flex;
    justify-content: center;
  }

  .sanpham-hinhanh {
    flex: 1.3;
    margin: 10px;
    margin-top: 35px;

  }

  .mota-content {
    flex: 1.5;
  }

  .mota-sp {
    font-size: 1em;
  }

  .mota-sp span {
    margin: 8px 20px;
  }

  .banggia {
    width: 80%
  }

  .uu-dai ul {
    width: 430px;
  }

  .cum-tt-gia {
    display: block;
  }

  .title-dichvu {
    margin: 50px 0 10px;
  }

  .main-dichvu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    max-width: 950px;
    margin: 0 auto;
    padding: 40px 20px;
  }

  #feedback_slider .feedback-items {
    display: flex;
    flex-direction: row;
    padding: 50px 40px;
    gap: 50px;
    margin: 10px;
  }

  .img-feedback {
    flex: 3;
  }

  .feedback-content {
    flex: 7;
  }

  /* brand */
  .main-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 20px;
    gap: 20px;
  }

  .img-brand {
    width: 600px;
  }

  .title-brand {
    margin-top: 60px;
  }

  .form-dathang {
    width: 430px;
  }

  .title-form {
    width: 450px;
  }

  .main-about {
    max-width: 800px;
  }

  .footer .boundary {
    margin: 0 auto;
  }
}

@media(min-width:1200px) {
  .divider {
    margin-left: 20px;
  }

  .title-collum {
    margin: 50px auto;
  }

  .title-bosutap h2 {
    font-size: 1.3em;
  }

  .main-bosutap {
    display: flex;
    flex-direction: row;
  }

  .img-bosutap {
    display: block;
    width: 40%;
    height: auto;
    margin-bottom: 0;
  }

  .content-bst {
    width: 60%;
    padding-right: 30px;
    padding-left: 20px;
    padding-bottom: 30px;
    box-sizing: border-box;
  }

  .banggia {
    width: 50%
  }

  .main-dichvu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1500px;
    gap: 10px;
    margin: 0 auto;
  }

  .dichvu-items {
    width: 280px;
  }

  .kenh-gt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: unset;
    margin: 30px 10px 30px 10px;
  }

  .set-title h3 {
    width: 50%;
  }

  .kenh-items {
    width: 180px;
  }

  .img-feedback img {
    width: 70% !important;
    margin: 0 auto;
  }

  .truyenthong-items {
    gap: 40px;
  }

  .truyenthong-items .logo {
    width: 150px;
    height: 150px;
    margin-top: 10px;
  }

  .form-dathang {
    width: 500px;
  }

  .title-form {
    width: 530px;
  }

  .main-about {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: unset;
  }

  .about-items {
    max-width: 200px;
  }

  .footer .boundary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 0 auto;
    justify-items: center;
    max-width: 1200px;
  }

}

@media(min-width:1500px) {
  .banner .main-banner {
    max-width: 800px;
    padding-left: 80px;
  }

  .banner p {
    font-size: 1.5em;
  }

  .banner span {
    font-size: 1em;
  }

  .banner-quatang img {
    margin-bottom: 10px;
  }

  .title-gt h2 {
    font-size: 2em;
  }

  .title-bosutap h2 {
    font-size: 2em;
  }

  .info-container {
    max-width: 1200px;
  }

  .container.dathang .boundary {
    justify-content: space-between;
  }

  .title-sanpham {
    font-size: 2em;
  }

  .main-dichvu {
    gap: 20px !important;
  }

  .dichvu-items {
    width: 300px;
  }

  .title-dichvu h2 {
    font-size: 2em;
  }

  .set-title h3 {
    width: 70%;
    font-size: 1.3em;
  }

  .title-uytin h2 {
    font-size: 2em
  }

  .title-brand h2 {
    font-size: 2em;
  }

  .main-brand {
    padding: 60px 20px;
    box-sizing: border-box;
  }

  .truyenthong-items .logo {
    width: 190px;
    height: 190px;
  }

  .form-dathang {
    width: 600px;
    margin-right: 0px;

  }

  .title-form h2 {
    font-size: 2em;
  }

  .form-img {
    width: 500px;
    height: auto;
    margin: 0px auto;
    margin-top: 40px;
  }

  .title-form {
    width: 630px;
    margin-right: 0px;
  }

  .title-truyenthong h2 {
    font-size: 2em;
  }

  .title-about h2 {
    font-size: 2em;
  }
}

@media(min-width:1800px) {
  .banner {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
  }


  .banner .main-banner {
    max-width: 900px;
  }

  .banner h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }

  .tieude-chinh {
    margin-bottom: 20px;
  }

  .banner p {
    font-size: 1.5em;
  }

  .banner-quatang img {
    margin-bottom: 20px;
  }

  .banner span {
    font-size: 1em;
  }

  .noisao {
    width: 70%;
  }

  .banner h4 {
    font-size: 1.5em;
  }

  .banner h5 {
    font-size: 1.5em;
  }

  .info-container {
    max-width: 1500px;
  }
}