@charset "utf-8";

/* CSS Document */

/* set up */
:root {
  --primarycolor: #00bfff;
  --secondarycolor: #e0b252;
  --primaryDarkText: #000;
  --secondaryDarkText: #333;
  --primaryLightText: #fff;
  --secondaryLightText: #333333a6;
  --darkColor: #000;
  --lightColor: #fff;
  --linkColor: var(--darkColor);
  --linkHoverColor: var(--secondarycolor);
}
body {
  position: relative;
  font-family: var(--primaryFont);
  font-size: 14px;
  color: var(--darkColor);
}
a {
  color: var(--linkColor);
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: var(--linkHoverColor);
}
section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--titleFont);
}
.container {
  max-width: 1222px;
  --bs-gutter-x: 15px;
}
.stars-container {
  color: #eabe12;
  font-size: 16px;
  letter-spacing: -2px;
}
.stars-container > span {
  color: #777;
  letter-spacing: normal;
  margin-left: 7px;
}
/* header */
header {
  font-size: 16px;
  position: static;
  top: -100px;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: transparent;
  color: var(--primaryLightText);
  transition: all 0.3s;
  margin-bottom: 40px;
}
header .container-fluid {
  width: 95%;
  max-width: 100%;
}
header.sticky {
  position: sticky;
  top: 0;
  box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
  background-color: var(--lightColor);
}
header .main-header {
  padding: 15px 0;
}
header.sticky .main-header {
  display: none;
}
header .navbar {
  background-color: #6c3428;
  padding: 0;
  color: var(--primaryLightText);
  padding: 0;
}
header.sticky .navbar {
  background-color: var(--lightColor);
  color: var(--primaryDarkText);
}
header .navbar .logo {
  opacity: 0;
  transition: none;
}
header.sticky .navbar .logo {
  opacity: 1;
}
header .navbar .logo img {
  height: 39px;
}
header .navbar > .container-fluid,
header .navbar > .container {
  display: block;
}
header .navbar .navbar-brand {
  display: inline-block;
  padding: 0;
  margin: 0;
  /* filter: brightness(0) invert(1); */
}
header .navbar .navbar-collapse,
header .navbar .navbar-nav {
  gap: 0px;
}
header .navbar .navbar-nav > .nav-item > .nav-link {
  display: block;
  line-height: 1;
  color: inherit;
  padding: 0;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  transition: none;
  text-transform: uppercase;
}
header .navbar .navbar-nav > .nav-item + .nav-item > .nav-link {
  padding-left: var(--gap);
  margin-left: var(--gap);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
header.sticky .navbar .navbar-nav > .nav-item + .nav-item > .nav-link {
  border-color: rgba(0, 0, 0, 0.105);
}
header .navbar .navbar-nav > .nav-item {
  padding: 18.5px 0;
}
header .navbar .navbar-nav > .nav-item:hover > .nav-link,
header .navbar .navbar-nav > .nav-item > .nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
header.sticky .navbar .navbar-nav > .nav-item:hover > .nav-link,
header.sticky .navbar .navbar-nav > .nav-item > .nav-link:hover {
  color: rgba(0, 0, 0, 0.8);
}
header .navbar .navbar-nav {
  position: relative;
  flex-wrap: nowrap;
  --gap: 10px;
}
header .navbar .navbar-toggler {
  color: var(--primaryDarkText);
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}

header .navbar .navbar-nav > .nav-item.has-sub {
  position: relative;
}
header .navbar .navbar-nav > .nav-item.has-sub > .nav-link::after {
  content: "\f078";
  font-family: FAS;
  font-size: 7px;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: -2px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
header.sticky .navbar .navbar-nav > .nav-item.has-sub > .nav-link::after {
  color: rgba(0, 0, 0, 0.6);
}
header .navbar .navbar-nav > .nav-item.has-sub > .nav {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding: 20px 0;
  flex-direction: row;
  flex-wrap: nowrap;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: var(--lightColor);
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: all 0.2s;
}
header .navbar .navbar-nav > .nav-item.has-sub:hover > .nav {
  opacity: 1;
  transform: none;
  visibility: visible;
}
header .navbar .navbar-nav > .nav-item + .nav-item.has-sub > .nav {
  left: var(--gap);
}
header .navbar .navbar-nav > .nav-item.has-sub .nav .nav-link {
  color: #6c3428;
  font-size: 16px;
  padding: 7px 30px;
  white-space: nowrap;
}
header .navbar .navbar-nav > .nav-item.has-sub .nav .nav-link::before {
  content: "\f111";
  font-family: FAS;
  font-size: 5px;
  vertical-align: middle;
  color: #333;
  margin-right: 5px;
}
header .navbar .navbar-nav > .nav-item.has-sub .nav-item.has-sub > .nav {
  flex-direction: column;
}
header
  .navbar
  .navbar-nav
  > .nav-item.has-sub
  .nav-item.has-sub
  > .nav-link::before {
  content: unset;
}
header .navbar .navbar-nav > .nav-item.has-sub .nav-item.has-sub > .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primaryDarkText);
  padding: 10px 30px;
  font-size: 17px;
}

header .btn-group.btn-group-languages .btn.dropdown-toggle {
  border-radius: 0;
  background-color: var(--lightColor);
  box-shadow: none;
  padding: 0;
  background-color: transparent;
}
header .btn-group.btn-group-languages img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  object-fit: cover;
}
header .btn-group.btn-group-languages .btn.dropdown-toggle > img {
  box-shadow: 0 0 0px 3px #ffffff;
}
header .btn-group.btn-group-languages .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
  min-width: auto;
}
header .btn-group.btn-group-languages .dropdown-toggle::after {
  border-top-color: var(--primaryLightText);
}
header .btn-group.btn-group-languages .dropdown-item {
  text-align: end;
}
header .btn-group.btn-group-languages .dropdown-item:hover {
  background-color: #6c3428;
}
header .btn-hotline {
  --height: 48px;
  border: 2px solid #e9e9e9;
  background-color: var(--lightColor);
  color: var(--secondaryDarkText);
  padding: 0 28px;
  border-radius: 50px;
  height: var(--height);
  line-height: calc(var(--height) - 4px);
  font-size: 20px;
  font-weight: 600;
  box-shadow: none;
  font-size: 14px;
}
header .btn-hotline:hover {
  background-color: #e9e9e9;
}
header .nav.nav-header {
  column-gap: 0.5rem;
}
header .nav.nav-header > .nav-item > a {
  --size: 30px;
  display: block;
  text-align: center;
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  background-color: #6c3428;
  color: var(--primaryLightText);
  border-radius: 50px;
  font-size: 13px;
}
header .form-search form {
  position: relative;
  z-index: 1;
  display: flex;
  --height: 46px;
}
header .form-search form .btn.btn-search {
  padding: 0;
  border: 0;
  border-radius: 0 50px 50px 0;
  font-size: 23px;
  background-color: #e6d185;
  height: var(--height);
  width: 50px;
  line-height: 53px;
  text-align: center;
  flex: 0 0 auto;
}
header .form-search .form-control {
  flex: 0 0 auto;
  width: 452px;
  border-radius: 50px 0 0 50px;
  background-color: var(--lightColor);
  padding: 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-right: 0;
  height: var(--height);
  box-shadow: none;
  padding-left: 15px;
  font-size: 14px;
  color: var(--primaryDarkText);
  font-weight: normal;
}
header .form-search .form-control:focus {
  border-color: rgba(0, 0, 0, 0.15);
}
header .form-search .form-control:placeholder {
  color: inherit;
}
header .navbar .row-tools {
  font-size: 22px;
}
header .navbar .row-tools a {
  color: inherit;
}
header .navbar .row-tools a.shopping-cart {
  position: relative;
  z-index: 1;
}
header .navbar .row-tools a.shopping-cart > .numcart {
  position: absolute;
  top: -4px;
  right: -7px;
  width: 15px;
  height: 15px;
  background-color: #22173f;
  color: var(--primaryLightText);
  text-align: center;
  border-radius: 50px;
  line-height: 15px;
  font-size: 9px;
}
header .navbar .row-tools a:hover {
  color: rgba(255, 255, 255, 0.8);
}
header.sticky .navbar .row-tools a:hover {
  color: rgba(0, 0, 0, 0.8);
}
/* End header */

/* footer */
footer {
  position: relative;
  font-size: 17px;
}
footer a {
  color: inherit;
}
footer .logo-f img {
  height: 100px;
}
footer .bg-footer {
  padding-top: 40px;
  background-color: #6c3428;
  color: var(--primaryLightText);
  background-position: bottom center;
  background-size: contain;
}
footer .chantrang {
  font-size: 16px;
  background-color: var(--darkColor);
  color: var(--primaryLightText);
  padding: 8px 0;
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 500;
}
footer .chantrang a {
  color: #de9f17;
}
footer .title-f {
  font-family: var(--primaryFont);
  font-weight: 600;
  position: relative;
  color: #ecc777;
  font-size: 20px;
  margin-top: 1.3rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  /* text-align: center; */
}
/* footer .title-f::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 90px;
  height: 2px;
  background-color: var(--lightColor);
} */
footer .thong-tin p {
  margin-bottom: 20px;
  line-height: 1.4;
}
footer .logo img {
  height: 110px;
}
footer .nav.nav-mxh {
  gap: 10px;
}
footer .nav.nav-mxh > .nav-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
footer .nav.nav-mxh a {
  flex: 0 0 auto;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: var(--secondaryDarkText);
  background-color: var(--lightColor);
  border-radius: 50%;
}
footer .nav.nav-mxh a:hover {
  color: var(--lightColor);
  background-color: var(--secondaryDarkText);
}
footer form .form-control {
  border-radius: 3px 0 0 3px;
  background-color: var(--lightColor);
  color: var(--lightColor);
  border: 0;
  box-shadow: none;
}
footer form .form-control:focus {
  color: var(--secondaryDarkText);
  box-shadow: none;
}
footer form .form-control::placeholder {
  color: var(--secondaryDarkText);
}
footer form .btn.btn-submit {
  width: 100%;
  background-color: var(--secondaryDarkText);
  color: var(--primaryLightText);
  border-radius: 0 3px 3px 0;
  border: 0;
}
footer form .btn.btn-submit:hover {
  color: var(--primaryLightText);
  background-color: #6c3428;
}
footer .thong-ke strong {
  font-family: var(--secondaryFont);
  font-weight: bold;
  color: #aff53c;
}
footer .logo-f {
  text-align: center;
  margin-bottom: 10px;
}
footer .logo-f img {
  height: 90px;
}
/* End footer */

/* Slider */
.slider {
  padding: 0;
}
.slider .swiper-horizontal > .swiper-pagination-bullets,
.slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.slider .swiper-pagination-custom,
.slider .swiper-pagination-fraction {
  bottom: 30px;
}
.slider .slider-container {
  position: relative;
}
.slider .slider-container .img-container {
  background-color: var(--darkColor);
}
.slider .slider-container .slider-infomation {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  z-index: 1;
  color: var(--primaryLightText);
}
.slider .slider-container .slider-infomation .info .tieu-de {
  transition: all 1s;
  transition-delay: 0.2s;
  transform: translateX(-25%);
  opacity: 0;
}
.slider .slider-container .slider-infomation .info .noi-dung {
  font-size: 40px;
  transition: all 1s;
  transition-delay: 0.4s;
  transform: translateX(25%);
  opacity: 0;
}
.slider .slider-container .slider-infomation .info .mo-ta {
  transition: all 1s;
  transition-delay: 0.6s;
  transform: translateX(-25%);
  opacity: 0;
}
.slider
  .swiper-slide-active
  .slider-container
  .slider-infomation
  .info
  .noi-dung,
.slider
  .swiper-slide-active
  .slider-container
  .slider-infomation
  .info
  .tieu-de,
.slider .swiper-slide-active .slider-container .slider-infomation .info .mo-ta {
  transform: none;
  opacity: 1;
}
.slider .form-container {
  position: absolute;
  top: 25%;
  right: 0;
  width: 100%;
  z-index: 1;
}
.slider .form-container form {
  background-color: #ff5345;
  color: var(--primaryLightText);
  padding: 5rem 1rem;
}
.slider .form-container form .form-group {
  position: relative;
}
.slider .form-container form .form-group label {
  position: absolute;
  bottom: 5px;
  left: 0px;
  color: var(--primaryLightText);
  padding: 2px 10px;
  transition: all 0.1s;
  pointer-events: none;
  user-select: none;
  cursor: none;
}
.slider .form-container form .form-group .form-control {
  border-radius: 0;
  box-shadow: none;
  background-color: #ff786d;
  color: var(--lightColor);
  border: 0;
  border-bottom: 3px solid;
  padding: 1.2rem 1rem;
}
.slider .form-container form .form-group > .form-control:valid + label,
.slider .form-container form .form-group > .form-control:focus + label {
  bottom: calc(100% - 15px);
  left: 10px;
  background-color: #ff786d;
  font-size: 13px;
}
.slider .form-container form .btn.btn-submit {
  background-color: var(--lightColor);
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  color: #6c3428;
  padding: 0 20px;
  border: 0;
  box-shadow: none;
}
/* End Slider */

/* news-card */
.news-card {
  position: relative;
  z-index: 1;
}
.news-card .cate {
  display: block;
  text-align: center;
  margin-bottom: -25px;
}
.news-card .cate > a {
  display: inline-block;
  transform: translateY(-50%);
  background-color: #6c3428;
  color: var(--primaryLightText);
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  padding: 0 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.news-card .cate > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.news-card .date {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--lightColor);
  color: var(--secondaryDarkText);
  text-align: center;
  font-size: 14px;
  padding: 7px 12px;
  font-weight: 500;
}
.news-card .date > span {
  display: block;
  line-height: 1.2;
}
.news-card .date > span:first-child {
  font-size: 22px;
}
.news-card .img-container {
  overflow: hidden;
}
.news-card .info {
  padding: 25px;
  text-align: center;
  font-size: 17px;
  box-shadow: 0 0 4px rgb(0 0 0 / 12%);
}
.news-card:hover .info {
  box-shadow: 0 0 9px rgb(0 0 0 / 20%);
}
.news-card .info .tieu-de {
  display: inline-block;
  color: #6c3428;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.news-card .info .tool-box {
  margin: 8px 0;
  color: #bbb;
  font-weight: normal;
  font-size: 14px;
}
.news-card .info .tool-box a {
  color: inherit;
}
.news-card .info .tool-box a:hover {
  color: #777;
}
.news-card .info .tool-box a.comment {
  position: relative;
  z-index: 1;
}
.news-card .info .tool-box a.comment > span {
  position: absolute;
  top: -6px;
  right: -8px;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 9px;
  border-radius: 50px;
  background-color: #bbb;
  color: var(--primaryLightText);
}
.news-card .info .readmore {
  color: #6c3428;
  display: inline-block;
  margin-top: 20px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
.news-card .img-container {
  background-color: var(--darkColor);
  overflow: hidden;
}
.news-card .img-container img {
  transition: all 1s;
}
.news-card .img-container:hover img {
  transform: scale(1.15);
  opacity: 0.6;
}
.news-card .order-0 .date {
  left: auto;
  right: 10px;
}
.news-card.style-2 .info {
  padding: 45px;
}
.news-card-2 .img-container {
  overflow: hidden;
  border-radius: 5px;
}
.news-card-2 .info .tieu-de {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--secondarycolor);
}

.news-card-3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}
.news-card-3 .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}
.news-card-3 .info .tieu-de {
  font-weight: bold;
  color: var(--secondarycolor);
  display: inline-block;
  font-size: 16px;
}
.news-card-4 {
  border: 1px solid var(--secondaryLightText);
  padding: 0.7rem;
}
.news-card-4 .info .tieu-de {
  display: inline-block;
  color: var(--secondaryDarkText);
  font-weight: bold;
  font-size: 16px;
}
.news-card-4 .img-container {
  overflow: hidden;
  border-radius: 5px;
}
.news-card-4 .date {
  text-align: center;
}
.news-card-4 .date > span {
  display: block;
}
.news-card-4 .date > span.day {
  font-size: 42px;
  font-weight: bold;
  color: var(--secondarycolor);
  margin-bottom: 10px;
  line-height: 1;
}
.news-card-4 .date > span.month {
  background-color: var(--darkColor);
  color: var(--primaryLightText);
  padding: 5px 0;
}
/* End news-card */

/* product-card */
.product-card {
  position: relative;
  z-index: 1;
  background-color: var(--lightColor);
}
.product-card .percent {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 15px;
  background-color: #6c3428;
  color: var(--primaryLightText);
  border-radius: 0;
  line-height: 1;
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 600;
}
.product-card .img-border {
  background: rgb(194, 139, 90);
  background: linear-gradient(
    125deg,
    rgba(194, 139, 90, 1) 0%,
    rgba(241, 206, 145, 1) 98%
  );
  padding: 2px;
  overflow: hidden;
  border-radius: 7px;
}
.product-card .img-container {
  overflow: hidden;
  border-radius: 7px;
}
.product-card .img-container .img-hover {
  opacity: 0;
  transition: opacity 0.3s, transform 2s;
}
.product-card .img-container:hover .img-hover {
  opacity: 1;
  transform: scale(1.15);
}
.product-card .info {
  text-align: center;
  font-size: 17px;
  margin-bottom: 10px;
}
.product-card .info .tieu-de {
  display: inline-block;
  color: var(--secondaryDarkText);
  font-weight: bold;
  font-size: 17px;
  margin-top: 7px;
  margin-bottom: 5px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 60px;
}
.product-card .info .tieu-de:hover {
  color: #333333a6;
}
.product-card .info .stars-container {
  margin-bottom: 5px;
}
.product-card .info .gia {
  color: #6c3428;
  font-weight: 600;
}
.product-card .info .gia .old {
  font-weight: 400;
  font-style: normal;
  color: #bbb;
}
.product-card .btn.btn-addcart {
  overflow: hidden;
  position: relative;
  z-index: 1;
  --size: 36px;
  padding: 0 calc(var(--size) / 2);
  border: 0;
  background-color: #6c3428;
  color: var(--primaryLightText);
  height: var(--size);
  line-height: var(--size);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  box-shadow: none;
}
.product-card .btn.btn-addcart:hover {
  background-color: var(--secondarycolor);
}
.product-card .btn.btn-addcart > span {
  display: block;
  transition: all 0.3s;
  line-height: inherit;
}
.product-card .btn.btn-addcart > span:last-child {
  font-size: 22px;
  line-height: calc(var(--size) - 5px);
}
.product-card .btn.btn-addcart:hover > span {
  transform: translateY(-100%);
}

.row-border {
  padding-top: 1px;
  padding-left: 1px;
}
.row-border .product-card {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.105);
  margin-left: -1px;
  margin-top: -1px;
}
.row-border .product-card .percent {
  left: 14px;
  top: 38px;
}
/* End product-card */

/* picture-card */
.picture-card {
  background-color: var(--lightColor);
  padding: 0px;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
}
.picture-card .number {
  color: #6c3428;
  font-size: 72px;
  font-family: var(--titleFont);
  font-weight: bold;
  line-height: 1.2;
}
.picture-card .info {
  text-align: center;
  padding: 0;
  font-size: 13px;
}
.picture-card .info .tieu-de {
  font-family: var(--titleFont);
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1.2;
}
.picture-card .info .mo-ta {
  padding: 15px 50px;
  text-align: center;
}

.picture-card-2 {
  transition: all 0.3s ease;
}
.swiper-hinh-anh .swiper-slide-active {
  position: relative;
  z-index: 1;
}
.swiper-slide-active .picture-card-2 {
  transform: scale(1.1);
  position: relative;
  z-index: 99;
}
.picture-card-2 .img-container {
  background-color: var(--darkColor);
  outline: 0;
  box-shadow: none;
}
.picture-card-2 .img-container img {
  opacity: 0.66;
}
.swiper-slide-active .picture-card-2 .img-container img {
  opacity: 1;
}
/* End picture-card */

/* side-menu */
.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.side-menu.active {
  opacity: 1;
  visibility: visible;
}
.side-menu .side-menu-content {
  /* width: 260px; */
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  position: relative;
  z-index: 1;
  overflow: auto;
  padding: 25px 15px;
  transition: all 0.3s ease;
  transform: translateX(100%);
}
.side-menu .side-menu-content > .close-btn {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 16px;
  color: #6c3428;
}
.side-menu.active .side-menu-content {
  transform: translateY(0);
}
.side-menu .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.side-menu .side-menu-content > .nav.nav-menu > .nav-item {
  display: block;
  padding: 3px;
  font-weight: normal;
  width: 25%;
  overflow: hidden;
  flex: 0 0 auto;
}
.side-menu .side-menu-content > .nav.nav-menu > .nav-item > .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
  color: #6c3428;
  border: 1px solid #4a90e2;
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
  height: 60px;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgb(0 0 0 / 9%);
  font-size: 14px;
}
.side-menu .side-menu-content > .nav.nav-menu > .nav-item.has-sub .nav {
  flex-direction: column;
}
.side-menu .side-menu-content > .nav.nav-menu > .nav-item.has-sub > .nav-link {
  position: relative;
}
.side-menu
  .side-menu-content
  > .nav.nav-menu
  > .nav-item.has-sub
  > .nav-link::before {
  display: none;
  position: absolute;
  top: 9px;
  right: 4px;
  content: "\f0d7";
  font-family: FAS;
  font-size: 9px;
}
.side-menu
  .side-menu-content
  > .nav.nav-menu
  > .nav-item.has-sub
  > .nav-link:not(.collapsed):before {
  content: "\f0d8";
}
.side-menu
  .side-menu-content
  > .nav.nav-menu
  > .nav-item.has-sub
  .nav
  > .nav-item
  > .nav-link {
  color: var(--darkColor);
  padding: 0.5rem;
}
.side-menu.active .side-menu-content .form-search {
  --height: 40px;
  border: 1px solid #cdcdcd;
  background-color: var(--lightColor);
}
.side-menu.active .side-menu-content .form-search .form-control {
  border: 0;
  border-radius: 0;
  padding: 0;
  height: var(--height);
  line-height: var(--height);
  box-shadow: none;
  padding-left: 15px;
  font-size: 14px;
}
.side-menu.active .side-menu-content .form-search .btn.btn-search {
  padding: 0 10px;
  height: var(--height);
  line-height: calc(var(--height) + 6px);
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.side-menu .side-menu-content .nav.nav-tintuc {
  flex-direction: column;
  row-gap: 7px;
}
.side-menu .side-menu-content .nav.nav-tintuc > .nav-item::before {
  content: "\f111";
  font-family: FAS;
  font-size: 5px;
  vertical-align: middle;
  margin-right: 1px;
  color: #6c3428;
}
.side-menu .side-menu-content .nav.nav-tintuc > .nav-item > a {
  color: #6c3428;
  font-weight: 500;
}
/* End side-menu */

/* fixed-contact */
.fixed-contact {
  position: fixed;
  bottom: 12%;
  right: 10px;
  z-index: 99;
}

.fixed-contact .nav {
  gap: 15px;
}
.fixed-contact .nav .icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
}

.fixed-contact .nav .icon > svg,
.fixed-contact .nav .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* padding: 8px; */
}
.fixed-contact .nav .icon .icon-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% + 20px);
  height: 26px;
  margin: auto 0;
  line-height: 26px;
  font-size: 12px;
  color: var(--lightColor);
  background-color: #6c3428;
  border-radius: 50px 0 0 50px;
  padding: 0 20px;
  /* min-width: 200px; */
  text-align: end;
  white-space: nowrap;
  transition: all 0.2s ease-in;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
}
.fixed-contact .nav .icon .icon-content::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 0;
  margin: auto 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 15px solid var(--primarycolor);
}
.fixed-contact .nav .icon:hover .icon-content {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.fixed-contact .nav-item a img {
  height: 40px;
  border-radius: 50%;
}
/* end fixed-contact */

/* .swiper */
.swiper {
  padding: var(--bs-gutter-y, 0) var(--bs-gutter-x, 0);
  margin: calc(var(--bs-gutter-y, 0) * -1) calc(var(--bs-gutter-x, 0) * -1);
}
.swiper .swiper-button-next {
  transition: all 0.25s ease;
  opacity: 0;
  transform: translateX(20px);
  right: 15px;
}
.swiper .swiper-button-prev {
  transition: all 0.25s ease;
  opacity: 0;
  transform: translateX(-20px);
  left: 15px;
}
.swiper:hover .swiper-button-next {
  transform: none;
  opacity: 1;
}
.swiper:hover .swiper-button-prev {
  transform: none;
  opacity: 1;
}
/* .swiper */

/* categories-home */
.categories-home {
  padding: 2rem 0;
}
/* End categories-home */

/* san-pham */
.san-pham .bg-sanpham {
  padding-bottom: 25px;
}
.san-pham .banner-sanpham {
  display: block;
  margin-bottom: 25px;
}
.san-pham .banner-sanpham img {
  width: 100%;
}
.san-pham ul.nav {
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.105);
  column-gap: 30px;
  margin-bottom: 20px;
  row-gap: 5px;
}
.san-pham ul.nav > .nav-item > a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #22173f;
  text-transform: uppercase;
  margin-bottom: -2px;
}
.san-pham ul.nav > .nav-item.active > a {
  font-size: 22px;
  padding: 4.5px 0;
  border-bottom: 2px solid #83b735;
  font-weight: bold;
}
/* End san-pham */

/* tin-tuc */
.tin-tuc {
  padding-bottom: 3rem;
  --swiper-navigation-color: var(--secondaryDarkText);
  --swiper-navigation-size: 32px;
}
.tin-tuc .swiper-button-next {
  right: -30px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(20px);
}
.tin-tuc .swiper-button-prev {
  left: -30px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-20px);
}
.tin-tuc:hover .swiper-button-next,
.tin-tuc:hover .swiper-button-prev {
  opacity: 1;
  transform: none;
}

.tin-tuc-btn {
  display: table;
  margin: 2rem auto;
  color: #6c3428;
  border: 1px solid;
}
/* End tin-tuc */

/* danh-muc-san-pham */
.dropdown.danh-muc-san-pham .dropdown-menu {
  top: calc(100% + 0.5rem);
  width: 100%;
  box-shadow: none;
  margin-top: 0;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  color: #6c3428;
  padding: 0;
}
.dropdown.danh-muc-san-pham .dropdown-toggle {
  width: 100%;
  background-color: #6c3428;
  color: var(--lightColor);
  text-align: center;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  box-shadow: none;
}
.dropdown.danh-muc-san-pham .dropdown-toggle i {
  padding-right: 5px;
}
.dropdown.danh-muc-san-pham .dropdown-toggle::after {
  content: unset;
}
.dropdown.danh-muc-san-pham .dropdown-menu .dropdown-item {
  color: inherit;
  padding: 12px 25px;
  white-space: nowrap;
  background-color: var(--lightColor);
  margin-bottom: 5px;
  color: var(--darkColor);
  font-size: 14px;
  text-transform: uppercase;
}
.dropdown.danh-muc-san-pham .dropdown-menu > li:last-child > .dropdown-item {
  margin-bottom: 0;
}
.dropdown.danh-muc-san-pham .dropdown-menu > li:hover > .dropdown-item,
.dropdown.danh-muc-san-pham .dropdown-menu .dropdown-item:hover {
  background-color: #6c3428;
  color: var(--lightColor);
}
.dropdown.danh-muc-san-pham .dropdown-menu > li.has-sub > .dropdown-item {
  position: relative;
}
.dropdown.danh-muc-san-pham
  .dropdown-menu
  > li.has-sub
  > .dropdown-item::before {
  position: absolute;
  bottom: 13px;
  right: 16px;
  content: "\f054";
  font-family: FAS;
  font-size: 12px;
  color: inherit;
}
.dropdown.danh-muc-san-pham > .dropdown-menu > li.has-sub > .dropdown-menu {
  top: 0;
  left: 100%;
  width: 300%;
  background: var(--lightColor);
  height: 100%;
  overflow: auto;
}
/* width */
.dropdown.danh-muc-san-pham
  > .dropdown-menu
  > li.has-sub
  > .dropdown-menu::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.dropdown.danh-muc-san-pham
  > .dropdown-menu
  > li.has-sub
  > .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.dropdown.danh-muc-san-pham
  > .dropdown-menu
  > li.has-sub
  > .dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--primarycolor);
}

/* Handle on hover */
.dropdown.danh-muc-san-pham
  > .dropdown-menu
  > li.has-sub
  > .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.dropdown.danh-muc-san-pham > .dropdown-menu > li.has-sub .nav-link-title {
  font-size: 15px;
  color: var(--darkColor);
  padding-top: 5px;
  padding-bottom: 5px;
}
.dropdown.danh-muc-san-pham
  > .dropdown-menu
  > li.has-sub
  .nav-link-title:hover {
  color: #6c3428;
  text-decoration: underline;
}
.dropdown.danh-muc-san-pham .dropdown-menu > li.has-sub:hover > .dropdown-menu {
  display: flex;
}
.dropdown.danh-muc-san-pham
  > .dropdown-menu
  > li.has-sub
  > .dropdown-menu
  .nav {
  padding-left: 5px;
}
.dropdown.danh-muc-san-pham
  > .dropdown-menu
  > li.has-sub
  > .dropdown-menu
  .nav
  > .nav-item
  > .nav-link {
  color: #4d4d4d;
  font-size: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.dropdown.danh-muc-san-pham
  > .dropdown-menu
  > li.has-sub
  > .dropdown-menu
  .nav
  > .nav-item
  > .nav-link:hover {
  color: #6c3428;
  text-decoration: underline;
}
/* End danh-muc-san-pham */

/* cam-ket */
.cam-ket {
  padding-top: 1rem;
}
.cam-ket .title {
  font-weight: normal;
  font-family: var(--thirdFont);
  font-size: 78px;
  color: #6c3428;
  text-transform: none;
  line-height: 1.2;
  margin-bottom: 15px;
}
.cam-ket-card {
  text-align: center;
}
.cam-ket-card .img-container {
  display: inline-block;
  padding: 0;
}
.cam-ket-card .img-container img {
  position: static;
  width: 69px;
  height: 69px;
}
.cam-ket-card .info {
  font-size: 17px;
}
/* end cam-ket */

/* .doi-tac */
/* End .doi-tac */

/* khac */
.khac {
  padding: 3rem 0;
}
.khac .khac-item-1 {
  padding: 1rem 0;
}
.khac .khac-item-1 .khac-content {
  margin-left: -50px;
}
.khac .khac-item-1 img {
  width: 100%;
}
.khac .khac-item-1 .info .tieu-de {
  display: block;
  font-family: var(--secondaryFont);
  color: #6c3428;
  font-size: 50px;
}
.khac .khac-item-2 {
  position: relative;
  height: 100%;
}
.khac .khac-item-2 .khac-content {
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  background-color: var(--lightColor);
  padding: 3rem;
  text-align: center;
}
.khac .khac-item-2 .khac-content .tieu-de {
  font-family: var(--secondaryFont);
  color: #6c3428;
  font-size: 29px;
  text-decoration: underline;
  margin-top: 10px;
}
/* End khac */

/* category-home */
.category-home {
  position: relative;
  padding: 5rem 0;
  z-index: 1;
  background-color: var(--lightColor);
  min-height: 500px;
}

.category-home .swiper-container {
  position: absolute;
  top: 5rem;
  right: 0;
  width: 100%;
}
.category-home .info-gioi-thieu .title {
  text-align: start;
  font-family: var(--secondaryFont);
}
.category-home .info-gioi-thieu .title > span:before {
  width: 110%;
}
.category-home .info-gioi-thieu .mo-ta {
  color: #606060;
  margin-bottom: 2rem;
}
.category-home::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  height: 100%;
  content: "";
  background-color: hwb(204 40% 0% / 0.24);
  z-index: -1;
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
}

.category-home .swiper-container .swiper-cate {
  --swiper-navigation-size: 15px;
  --swiper-navigation-color: #6c3428;
}
.category-home .swiper-container .swiper-button-prev,
.category-home .swiper-container .swiper-button-next {
  background-color: var(--lightColor);
  box-shadow: 0 0 3px #0322b7;
  width: 24px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  top: 43%;
}
.category-home .swiper-container .swiper-button-prev {
  left: 5px;
}
.category-home .swiper-container .swiper-button-next {
  right: 25px;
}

.cate-card {
  overflow: hidden;
  border-radius: 4px;
}
.cate-card .info {
  background-color: #023dc0;
  text-align: center;
  color: var(--lightColor);
  padding: 10px 10px;
}
.cate-card .info .tieu-de {
  color: inherit;
}
.category-home .info-gioi-thieu {
  position: relative;
  z-index: 1;
}
/* End category-home */

/* dang-ki-nhan-tin */
.dang-ki-nhan-tin {
  background-color: var(--primaryDarkText);
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: var(--lightColor);
}
.dang-ki-nhan-tin .title {
  color: inherit;
  font-weight: bold;
  margin-bottom: 1rem;
}
.dang-ki-nhan-tin .thong-tin {
  margin-bottom: 2rem;
}
.dang-ki-nhan-tin form .form-control {
  border: 0;
  box-shadow: none;
  padding: 0;
  height: 100%;
  min-height: 52px;
  color: inherit;
  font-size: inherit;
  background-color: rgba(255, 255, 255, 0.54);
  border-radius: 0;
  padding-left: 10px;
  padding-top: 25px;
  border-bottom: 4px solid;
  font-size: 16px;
  transition: all 0.1s;
}
.dang-ki-nhan-tin form .form-control:focus,
.dang-ki-nhan-tin form .form-control:valid {
  padding-top: 0;
}
.dang-ki-nhan-tin form .form-control::placeholder {
  color: currentColor;
}
.dang-ki-nhan-tin form .btn.btn-submit {
  padding: 0;
  border: 0;
  background-color: #ff5548;
  color: var(--primaryLightText);
  border-radius: 0;
  width: 140px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: inherit;
  font-size: 16px;
  text-transform: uppercase;
}
.dang-ki-nhan-tin form .btn.btn-submit:hover {
  background-color: #6c3428;
}
/* End dang-ki-nhan-tin */

/* gioi-thieu */
.gioi-thieu {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.gioi-thieu .bg-gioi-thieu {
  background-image: url("../images/bg-gioi-thieu.png");
  background-size: 55%;
  background-position: bottom center;
}
.gioi-thieu .info-box {
  padding-left: 1rem;
  padding-right: 1.5rem;
}
.gioi-thieu .info-box .title {
  text-align: start;
  margin-bottom: 1rem;
  margin-top: 0.7rem;
}
.gioi-thieu .info-box .thong-tin {
  margin-bottom: 1rem;
  line-height: 2;
  color: var(--secondaryDarkText);
}
.gioi-thieu .info-box a.readmore {
  color: #6c3428;
}
.gioi-thieu .info-box a.readmore:hover {
  color: var(--secondarycolor);
}
.gioi-thieu .bg-slide-gioi-thieu {
  margin-top: -100px;
  z-index: 1;
}
.item-gioi-thieu {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 7px;
  transition: all 0.5s;
  box-shadow: 0px -5px 0px 14px #fff;
}
.item-gioi-thieu .info {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--primaryLightText);
  text-align: center;
  row-gap: 0.5rem;
  transition: all 0.5s;
}
.item-gioi-thieu .info .tieu-de {
  display: block;
  font-weight: bold;
  color: var(--secondarycolor);
  font-size: 16px;
  width: 100%;
  transition: all 0.5s;
}
.item-gioi-thieu .info img.icon {
  height: 55px;
  transition: all 0.5s;
}
.item-gioi-thieu .info .mo-ta {
  transition: all 0.5s;
}
.item-gioi-thieu:not(:hover) .info {
  height: auto;
  transition: all 0.5s;
  padding: 0 10px;
}
.item-gioi-thieu:not(:hover) .info .mo-ta,
.item-gioi-thieu:not(:hover) .info img.icon {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  transition: all 0.5s;
}
.item-gioi-thieu:not(:hover) .info .tieu-de {
  text-align: start;
  transition: all 0.5s;
}
.item-gioi-thieu:not(:hover) {
  align-items: start;
  box-shadow: none;
}
/* End gioi-thieu */

/* cam-nhan-khach-hang */
.cam-nhan-khach-hang {
  padding: 3rem 0;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cam-nhan-khach-hang .item-cam-nhan .info {
  text-align: center;
  color: var(--secondarycolor);
}
.cam-nhan-khach-hang .item-cam-nhan .info .mo-ta {
  font-size: 46px;
  font-family: var(--titleFont);
  line-height: 1.2;
  margin-bottom: 2rem;
}
.cam-nhan-khach-hang .item-cam-nhan .info .tieu-de {
  font-size: 22px;
  font-weight: 500;
}
/* End cam-nhan-khach-hang */

/* dang-ki-khac */
.dang-ki-khac {
  padding: 3rem 0;
}
.dang-ki-khac .btn.btn-readmore {
  border-radius: 4px;
  height: 75px;
  line-height: 75px;
  font-family: var(--titleFont);
  font-size: 32px;
  width: 100%;
}
.dang-ki-khac .btn.btn-readmore:hover {
  --backgroundColor: var(--secondarycolor);
  --textColor: var(--lightColor);
}
.modal-dang-ki .modal-content {
  border-radius: 0;
}
.modal-dang-ki .modal-content .modal-body {
  position: relative;
  padding: 4rem 1rem;
}
.modal-dang-ki .modal-content .modal-body .btn-close {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-dang-ki .modal-content .modal-body .title {
  margin-bottom: 1.5rem;
}
.modal-dang-ki form .form-control {
  border-radius: 0;
  box-shadow: none;
}
/* End dang-ki-khac */

/* khac-2 */
.khac-2 {
  padding: 3rem 0;
}
.khac-2 .title {
  margin-bottom: 1.5rem;
}
/* End khac-2 */

/* khac-3 */
.khac-3 {
  padding: 3rem 0;
}
.khac-3 .iframe-container {
  padding: 0;
  height: 100%;
  min-height: 400px;
}
/* End khac-3 */

/* khac-4 */
.khac-4 {
  padding: 3rem 0;
}
.khac-4 .info .thong-tin {
  border-left: 5px solid var(--primarycolor);
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
.khac-4 .info .btn.btn-readmore {
  border-radius: 0;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.khac-4 .info .btn.btn-play-video {
  --primaryDarkText: #565656;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 20px;
  text-transform: uppercase;
  gap: 10px;
  color: var(--primaryDarkText);
}
.khac-4 .info .btn.btn-play-video > i {
  flex: 0 0 auto;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #6c3428;
  color: var(--primaryLightText);
  border-radius: 50%;
}
/* End khac-4 */

/* ly-do */
.ly-do {
  padding: 3rem 0;
}
.ly-do .img-main {
  position: relative;
}
.ly-do .img-main .hotline {
  display: block;
  position: absolute;
  bottom: 40px;
  right: 20px;
  background-color: #ff6c60;
  color: var(--lightColor);
  padding: 5px 20px;
}
.ly-do .img-main .hotline > span {
  display: block;
}
.ly-do .img-main .hotline > strong {
  display: block;
  font-size: 24px;
}
.ly-do .info-box {
  padding-left: 3rem;
}
.ly-do .list-item .item-li-do .info {
  --primaryDarkText: #060606;
  color: var(--primaryDarkText);
}
.ly-do .list-item .item-li-do .info .tieu-de {
  display: block;
  font-size: 18px;
}
.ly-do .list-item .item-li-do .info .mo-ta {
  font-size: 13px;
}
/* End ly-do */

/* khac-5 */
.khac-5 {
  padding: 3rem 0;
}
.khac-5 .btn.btn-readmore:hover {
  --backgroundColor: var(--secondarycolor);
  --textColor: var(--primaryLightText);
}
.khac-5 .progress-container {
  margin: 1rem 0;
  padding-top: 1rem;
  border-top: 1px solid #efefef;
}
.khac-5 .progress-container .progress-bar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  background-color: #ff6c60;
  font-size: 15px;
}
.khac-5 .progress-container .progress {
  border-radius: 0;
  height: 50px;
  background-color: #f2f2f2;
}
/* End khac-5 */

/* our-team */
.our-team {
  padding: 3rem 0;
  --swiper-navigation-size: 22px;
  --swiper-navigation-color: var(--primaryDarkText);
}
.our-team .swiper-button-next,
.our-team .swiper-button-prev {
  top: 60%;
}
.our-team .item-our-team {
  transition: all 0.3s;
}
.our-team .item-our-team .img-border {
  overflow: hidden;
  border-radius: 50%;
  padding: 10px;
  border: 2px dashed var(--primarycolor);
}
.our-team .item-our-team {
  position: relative;
}
.our-team .item-our-team .img-border img {
  border-radius: 50%;
}
.our-team .item-our-team .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.our-team .item-our-team .info .tieu-de {
  font-family: var(--titleFont);
  font-weight: bold;
  text-shadow: none;
}
.our-team :not(.swiper-slide-active) > .item-our-team {
  transform: scale(0.8);
}
.our-team :not(.swiper-slide-active) > .item-our-team .info {
  opacity: 0;
  transform: translateY(-50%) scale(0.8);
}
.our-team :not(.swiper-slide-active) > .item-our-team .img-border {
  border-color: transparent;
}
.our-team :not(.swiper-slide-active) > .item-our-team img {
  filter: grayscale(1);
}
/* End our-team */

/* dich-vu */
.dich-vu {
  padding: 3rem 0;
}
.dich-vu .btn.btn-readmore:hover {
  --backgroundColor: var(--secondarycolor);
  --textColor: var(--primaryLightText);
}
.dich-vu .swiper-button-next,
.dich-vu .swiper-button-prev {
  font-size: 20px;
  background-color: #6c3428;
  color: var(--primaryLightText);
  top: 42%;
}
.dich-vu .swiper-button-next::after {
  content: "\f138";
  font-family: FAS;
  font-size: inherit;
}
.dich-vu .swiper-button-next {
  right: -45px;
}
.dich-vu .swiper-button-prev::after {
  content: "\f137";
  font-family: FAS;
  font-size: inherit;
}
.dich-vu .swiper-button-prev {
  left: -45px;
}
/* End dich-vu */

/* quy-trinh */
.quy-trinh {
  padding: 3rem 0;
}
.quy-trinh .title-container {
  position: absolute;
  top: 0;
  left: 15%;
  bottom: 0;
  margin: auto 0;
  height: 80%;
  width: 40%;
  background-image: url("../images/bg-quy-trinh.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 4%;
  padding-right: 12%;
}
.quy-trinh .title-container .info {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
  padding: 0 50px;
  color: #1d1d1d;
}
.quy-trinh .title-container .info img.icon {
  height: 80px;
}
.quy-trinh .title-container .info .tieu-de {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  margin: 10px 0;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px dashed;
}
.quy-trinh .list-quy-trinh {
  display: flex;
  flex-direction: column;
  margin-left: 41.66666%;
  row-gap: 80px;
}
.quy-trinh .list-quy-trinh .item-quy-trinh {
  position: relative;
  background-color: #feeded;
  flex: 0 0 auto;
  width: 350px;
  padding: 10px;
  border-radius: 50px 0 0 50px;
  z-index: 1;
}
.quy-trinh .list-quy-trinh .item-quy-trinh::after {
  content: "";
  position: absolute;
  top: 0;
  left: 99%;
  width: 40px;
  height: 100%;
  background-color: #feeded;
  z-index: -1;
  clip-path: polygon(10% 0, 100% 50%, 10% 100%, 0 100%, 0 0);
}
.quy-trinh .list-quy-trinh > .item-quy-trinh:nth-child(2),
.quy-trinh .list-quy-trinh > .item-quy-trinh:nth-child(3) {
  margin-left: 20%;
}
.quy-trinh .list-quy-trinh > .item-quy-trinh:nth-child(4) {
  margin-left: 7%;
}
.quy-trinh .list-quy-trinh .item-quy-trinh .info {
  position: relative;
  padding: 10px 50px 10px 0;
}
.quy-trinh .list-quy-trinh .item-quy-trinh .info .number {
  position: absolute;
  top: -30px;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 31px;
  border: 2px solid;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #6c3428;
  background-color: #feeded;
}
.quy-trinh .list-quy-trinh .item-quy-trinh .info .tieu-de {
  font-weight: bold;
  text-shadow: none;
  font-size: 18px;
}
.quy-trinh .list-quy-trinh .item-quy-trinh .info .noi-dung {
  font-size: 16px;
}
.quy-trinh .list-quy-trinh .item-quy-trinh .col-auto {
  width: 100px;
}
.quy-trinh .list-quy-trinh .item-quy-trinh .img-container {
  overflow: hidden;
  border-radius: 50%;
  background-color: #6c3428;
}
.quy-trinh .list-quy-trinh .item-quy-trinh .img-container img {
  padding: 10px;
}
/* End quy-trinh */

/* form-dang-ki */
.form-dang-ki {
  padding: 4rem 0;
  background-color: #e7e7dd;
}
.form-dang-ki form {
  background-color: var(--lightColor);
  padding: 2rem 5rem;
  border-radius: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}
.form-dang-ki form .title-form {
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
}
.form-dang-ki form .title-form-description {
  text-align: center;
  margin-bottom: 1rem;
}
.form-dang-ki form .btn.btn-submit {
  border: 1px solid;
  border-radius: 10px;
  padding: 0 20px;
  height: 32px;
  line-height: 30px;
  box-shadow: none;
}
.form-dang-ki form .btn.btn-submit:hover {
  background-color: var(--primaryDarkText);
  color: var(--primaryLightText);
}
.form-dang-ki form .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid;
  padding: 0;
  box-shadow: none;
  padding-bottom: 5px;
  font-size: 14px;
}
/* End form-dang-ki */

/* numbers */
.numbers .bg-numbers {
  padding: 3rem 0;
  background-color: #e7e7dd;
}
.numbers .nav.nav-number .nav-item .info > .number {
  font-size: 64px;
}
/* End numbers */

/* hinh-anh */
.swiper.swiper-hinh-anh {
  --swiper-navigation-color: var(--secondaryDarkText);
  --swiper-navigation-size: 24px;
}
/* End hinh-anh */

/* thuong-hieu */
.thuong-hieu {
  padding: 3rem 0;
}
.thuong-hieu .title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.105);
}
.thuong-hieu .title > span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  margin-bottom: -2px;
}
.thuong-hieu-card .img-border {
  border: 2px solid var(--darkColor);
}
.thuong-hieu-card .info {
  text-align: center;
  padding: 10px 0;
}
.thuong-hieu-card .info .tieu-de {
  color: #22173f;
  font-size: 18px;
  font-weight: 600;
}
.thuong-hieu-card .info .tieu-de:hover {
  color: var(--secondarycolor);
}
.thuong-hieu-card-2 {
  padding: 15px;
  border: 1px solid #ededed;
  margin-left: -1px;
  margin-top: -1px;
}
.thuong-hieu-card-2 .img-border {
  box-shadow: 1px 1px 2px rgb(0 0 0 / 12%);
}
.thuong-hieu-card-2 .img-container {
  overflow: hidden;
}
.thuong-hieu-card-2 .img-container img {
  transition: all 0.5s;
}
.thuong-hieu-card-2:hover .img-container img {
  transform: scale(1.1);
}
.thuong-hieu-card-2 .info {
  text-align: center;
  padding: 10px 0;
}
.thuong-hieu-card-2 .info .tieu-de {
  color: var(--secondaryDarkText);
  font-weight: 600;
  font-size: 18px;
}
/* End thuong-hieu */
.thanh-toan-page .title {
  text-align: start;
  margin-bottom: 0;
}
.thanh-toan-page form {
  font-size: 17px;
}
.thanh-toan-page form .form-control {
  border-color: rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.thanh-toan-page form .form-control:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.15);
}
.thanh-toan-page form label sup {
  color: #e01020;
  font-size: 16px;
  top: -0.2em;
}
.thanh-toan-page .check-out-box {
  min-height: 100%;
  padding: 40px;
  background-color: #f7f7f7;
}
.thanh-toan-page .check-out-box .title {
  text-align: center;
  margin-bottom: 20px;
}
.thanh-toan-page .check-out-box .check-out-details {
  background-color: var(--lightColor);
  padding: 5px 15px;
  font-size: 16px;
}
.thanh-toan-page .check-out-box .check-out-details .single-row {
  border-bottom: 2px solid rgba(0, 0, 0, 0.075);
}
.thanh-toan-page .check-out-box .check-out-details .text {
  display: inline-block;
  padding: 15px 10px;
}
.thanh-toan-page .check-out-box .check-out-details .single-row.row-gia {
  font-size: 18px;
  border: 0;
}
.thanh-toan-page
  .check-out-box
  .check-out-details
  .single-row.row-gia
  .text-price {
  font-size: 22px;
}

.thanh-toan-page .check-out-box .btn.btn-submit {
  text-align: center;
  width: 100%;
  background-color: #6c3428;
  color: var(--primaryLightText);
  margin-top: 40px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 28px;
  font-size: 14px;
}
.thanh-toan-page .check-out-box .btn.btn-submit:hover {
  background-color: var(--secondarycolor);
}
.thanh-toan-page .hinh-thuc-thanh-toan-container {
  margin-top: 20px;
  font-size: 17px;
}
.thanh-toan-page .hinh-thuc-thanh-toan-container .single-input > .thong-tin {
  position: relative;
  z-index: 1;
  background-color: var(--lightColor);
  margin-top: 0;
  padding: 0;
  filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 5%));
  transition: height 0.3s, margin-top 0.3s, opacity 0.3s;
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.thanh-toan-page
  .hinh-thuc-thanh-toan-container
  .single-input
  > .thong-tin::before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--lightColor);
}
.thanh-toan-page .hinh-thuc-thanh-toan-container .single-input + .single-input {
  margin-top: 15px;
}
.thanh-toan-page
  .hinh-thuc-thanh-toan-container
  .single-input
  > input:checked
  ~ .thong-tin {
  opacity: 1;
  height: auto;
  visibility: visible;
  margin-top: 15px;
  padding: 15px;
}
/* page */
.page .banner-container .banner-info {
  position: relative;
  z-index: 1;
  padding: 4rem 2rem;
  background-image: url("../images/bg-bds.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.page .banner-container .banner-info::after {
  content: "";
  position: absolute;
  bottom: 3rem;
  left: 0;
  height: 80%;
  width: 2px;
  background-color: #6c3428;
}
.page .banner-container .banner-info::before {
  position: absolute;
  left: -5px;
  bottom: calc(80% + 3rem + 15px);
  content: "";
  width: 14px;
  height: 10px;
  background-image: url("../images/triangle-bottom.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.page .banner-container.style-2 .banner-info::before,
.page .banner-container.style-2 .banner-info::after {
  display: none;
}
.page .banner-container .banner-info .tieu-de {
  color: #6c3428;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.page .banner-container .banner-info .thong-tin {
  margin-bottom: 1rem;
}
.page .banner-container .banner-info .btn.btn-readmore:hover {
  --backgroundcolor: #6c3428;
  --textColor: var(--primaryLightText);
}
.page .banner-container.style-2 .banner-info .info .thong-tin {
  position: relative;
  z-index: 1;
  padding-left: 2rem;
  border-left: 2px solid var(--primarycolor);
}
.page .banner-container.style-2 .banner-info .info .thong-tin::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #6c3428;
}
.page
  .banner-container.style-2
  .banner-info
  .info
  .thong-tin
  .btn.btn-readmore {
  transform: translateY(50%);
  margin-left: 30px;
}
.page .breadcrumb-container {
  position: relative;
  z-index: 1;
  --bs-breadcrumb-divider: "/";
  padding: 0;
  margin-bottom: 1rem;
  background-color: transparent;
  font-weight: normal;
  color: #777;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.2em;
  font-size: 17px;
}
.page .breadcrumb-container .breadcrumb {
  margin-bottom: 0;
}
.page .breadcrumb-container .title-breadcrumb {
  font-weight: bold;
  text-align: center;
}
.page .pagination-page {
  margin-top: 2rem;
  font-weight: normal;
  display: flex;
  justify-content: center;
  gap: 0;
}
.page .breadcrumb-container .breadcrumb-item {
  display: flex;
  align-items: center;
}
.page .breadcrumb-container .breadcrumb-item.active {
  color: var(--secondaryDarkText);
  font-weight: 600;
}
.page .breadcrumb-container .breadcrumb-item span,
.page .breadcrumb-container .breadcrumb-item a {
  color: inherit;
}
.page .breadcrumb-container .breadcrumb-item + .breadcrumb-item::before {
  font-family: "FAS";
  font-size: 0.8em;
  color: inherit;
}

.page .pagination-page > a,
.page .pagination-page > span {
  display: block;
  font-size: 15px;
  color: var(--secondaryDarkText);
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-weight: 600;
}
.page .pagination-page > a:hover {
  background-color: #f1f1f1;
}
.page .pagination-page > span {
  background-color: #6c3428;
  color: var(--primaryLightText);
}
.page .title-nav {
  margin-bottom: 2rem;
}
.page .title-nav .title {
  text-transform: uppercase;
}
.page .title-nav .title-nav-description {
  color: var(--secondaryDarkText);
}
.page .title-nav .nav.nav-tabs {
  column-gap: 1.5rem;
  row-gap: 5px;
  border: 0;
}
.page .title-nav .nav.nav-tabs > .nav-item > .nav-link {
  margin: 0;
  border: 0;
  padding: 0;
  color: var(--secondaryDarkText);
  font-size: 15px;
}
.page .title-nav .nav.nav-tabs > .nav-item > .nav-link:hover,
.page .title-nav .nav.nav-tabs > .nav-item > .nav-link.active {
  color: var(--primaryDarkText);
}
/* End page */

.bat-dong-san-detail-page .bds-info-box {
  font-size: 15px;
}
.bat-dong-san-detail-page .bds-info-box .tieu-de {
  color: #6c3428;
  font-size: 28px;
  font-weight: normal;
}
.bat-dong-san-detail-page .bds-info-box .info-item {
  margin-bottom: 5px;
}
.bat-dong-san-detail-page .bds-info-box .info-item img {
  height: 15px;
}
.bat-dong-san-detail-page .bds-info-box .info-item .gia {
  font-size: 24px;
  color: #6c3428;
}
.bat-dong-san-detail-page .bds-info-box .btn-group .btn {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  background-color: #6c3428;
  color: var(--lightColor);
}
/* End bat-dong-san-detail-page */

/* bat-dong-san-page */
/* End bat-dong-san-page */

/* tuyen-dung-page */
.page.tuyen-dung-page .banner-container .banner-info {
  background-color: #e7e7dd;
  background-image: url("../images/bg-tuyen-dung.png");
  background-position: top right;
  background-size: 80%;
}
/* End tuyen-dung-page */

/* gioi-thieu-page */
.gioi-thieu-page .baiviet-1 {
  padding: 3rem 0;
}
.gioi-thieu-page .baiviet-2 {
  background-color: var(--darkColor);
  padding: 3rem 0;
  color: var(--lightColor);
}
.gioi-thieu-page .baiviet-2 .title {
  color: inherit;
}
.gioi-thieu-page .baiviet-2 .item-bai-viet-2 {
  border: 2px solid;
  padding: 3rem 1rem;
}
.gioi-thieu-page .baiviet-2 .item-bai-viet-2 .info {
  margin-top: 1rem;
  text-align: center;
}
.gioi-thieu-page .baiviet-2 .item-bai-viet-2 .info .tieu-de {
  text-transform: uppercase;
  font-size: 18px;
}
.gioi-thieu-page .baiviet-2 .item-bai-viet-2 .img-container {
  padding: 0;
  text-align: center;
}
.gioi-thieu-page .baiviet-2 .item-bai-viet-2 .img-container img {
  position: static;
  height: 60px;
}

.gioi-thieu-page .gia-tri {
  padding: 3rem 0;
}
.gioi-thieu-page .gia-tri .images-gia-tri {
  /* padding: var(--bs-gutter-x) var(--bs-gutter-y); */
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  position: relative;
}
.gioi-thieu-page .gia-tri .images-gia-tri > .title-gia-tri {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 45%;
  margin: auto;
  background-color: var(--lightColor);
  border-radius: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: bold;
  color: #6c3428;
  text-transform: uppercase;
  text-align: center;
}
.gioi-thieu-page .gia-tri .images-gia-tri .img-container {
  z-index: 1;
}
.gioi-thieu-page .gia-tri .images-gia-tri .img-container.order-0 {
  background-color: #ff857b;
  border-top-left-radius: 100%;
}
.gioi-thieu-page .gia-tri .images-gia-tri .img-container.order-1 {
  background-color: #ff4536;
  border-top-right-radius: 100%;
}
.gioi-thieu-page .gia-tri .images-gia-tri .img-container.order-2 {
  background-color: #ff4536;
  border-bottom-left-radius: 100%;
}
.gioi-thieu-page .gia-tri .images-gia-tri .img-container.order-3 {
  background-color: #ff857b;
  border-bottom-right-radius: 100%;
}
.gioi-thieu-page .gia-tri .images-gia-tri .row {
  --bs-gutter-x: inherit;
  --bs-gutter-y: inherit;
}
.gioi-thieu-page .gia-tri .images-gia-tri .img-container img {
  height: 60px;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gioi-thieu-page .gia-tri .images-gia-tri .item-gia-tri {
  position: relative;
  z-index: 1;
}
.gioi-thieu-page .gia-tri .images-gia-tri .item-gia-tri .info {
  position: absolute;
  top: 0;
  right: 100%;
  text-align: center;
  width: 220px;
}
.gioi-thieu-page .gia-tri .images-gia-tri .item-gia-tri .info > span {
  position: relative;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  font-size: 28px;
  padding: 7px 10px;
  line-height: 1.2;
}
.gioi-thieu-page .gia-tri .images-gia-tri .item-gia-tri .info > span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #6c3428;
  transform: translate(-50%, 50%);
}
.gioi-thieu-page .gia-tri .images-gia-tri .item-gia-tri .info > span::after {
  position: absolute;
  bottom: -161%;
  left: 84%;
  content: "";
  width: 200px;
  height: 1px;
  background-color: #e5e5e5;
  transform: rotate(50deg);
}
.gioi-thieu-page .gia-tri .images-gia-tri .item-gia-tri.order-1 .info {
  right: auto;
  left: 100%;
}
.gioi-thieu-page
  .gia-tri
  .images-gia-tri
  .item-gia-tri.order-1
  .info
  > span::after {
  transform: rotate(-50deg);
  right: 84%;
  left: auto;
}
.gioi-thieu-page
  .gia-tri
  .images-gia-tri
  .item-gia-tri.order-1
  .info
  > span::before {
  left: auto;
  right: 0;
  transform: translate(50%, 50%);
}
.gioi-thieu-page .gia-tri .images-gia-tri .item-gia-tri.order-2 .info {
  top: auto;
  bottom: 0;
}
.gioi-thieu-page
  .gia-tri
  .images-gia-tri
  .item-gia-tri.order-2
  .info
  > span::after {
  transform: rotate(-50deg);
  bottom: 161%;
}
.gioi-thieu-page .gia-tri .images-gia-tri .item-gia-tri.order-3 .info {
  right: auto;
  left: 100%;
  top: auto;
  bottom: 0;
}
.gioi-thieu-page
  .gia-tri
  .images-gia-tri
  .item-gia-tri.order-3
  .info
  > span::before {
  left: auto;
  right: 0;
  transform: translate(50%, 50%);
}
.gioi-thieu-page
  .gia-tri
  .images-gia-tri
  .item-gia-tri.order-3
  .info
  > span::after {
  bottom: 94%;
  left: auto;
  right: 84%;
}

.gioi-thieu-page .su-menh .bg {
  background-image: url("../images/su-menh.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  min-height: 350px;
  background-position: left;
}
.gioi-thieu-page .tam-nhin .bg {
  background-image: url("../images/tam-nhin.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  min-height: 350px;
  background-position: right;
}
.gioi-thieu-page .tam-nhin .info,
.gioi-thieu-page .su-menh .info {
  margin-left: 46%;
  padding-top: 11%;
  max-width: 20%;
}
.gioi-thieu-page .tam-nhin .info .tieu-de,
.gioi-thieu-page .su-menh .info .tieu-de {
  color: var(--primaryLightText);
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.gioi-thieu-page .tam-nhin .info .thong-tin,
.gioi-thieu-page .su-menh .info .thong-tin {
  padding-left: 20px;
}
.gioi-thieu-page .tam-nhin .info {
  margin-left: 32%;
  padding-top: 7.6%;
}
/* End gioi-thieu-page */

/* gio-hang-page */
.gio-hang-page {
  padding-bottom: 2rem;
}

.gio-hang-page .sumary-box {
  padding: 25px;
  border: 3px solid rgba(0, 0, 0, 0.075);
  font-size: 17px;
}
.gio-hang-page .sumary-box .title-sumary-box {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.gio-hang-page .sumary-box .single-row {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}
.gio-hang-page .sumary-box .btn.btn-sumary {
  width: 100%;
  background-color: #6c3428;
  color: var(--primaryLightText);
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 20px;
}
.gio-hang-page .sumary-box .btn.btn-sumary:hover {
  background-color: var(--secondarycolor);
}
.gio-hang-page .sumary-box .gia {
  color: #777;
  font-weight: normal;
}
.gio-hang-page .sumary-box .gia strong {
  color: var(--primaryDarkText);
  font-weight: 600;
}
.gio-hang-page .table.table-sumary {
  font-size: 14px;
  vertical-align: middle;
  border-color: rgba(0, 0, 0, 0.075);
  overflow: auto;
}
.gio-hang-page .table.table-sumary th {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
.gio-hang-page .table.table-sumary > :not(caption) > * > * {
  border-bottom-width: 2px;
}
.gio-hang-page .table.table-sumary .gia {
  color: #777;
  font-weight: normal;
}
.gio-hang-page .table.table-sumary .gia strong {
  color: var(--primaryDarkText);
  font-size: 1.1em;
}
.gio-hang-page .table.table-sumary .quantity-group {
  --height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gio-hang-page .table.table-sumary .quantity-group > * {
  flex: 0 0 auto;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  height: var(--height);
  line-height: var(--height);
}
.gio-hang-page .table.table-sumary .quantity-group button {
  width: 20px;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.gio-hang-page .table.table-sumary .quantity-group > button:first-child {
  border-right: 0;
  border-radius: 6px 0 0 6px;
}
.gio-hang-page .table.table-sumary .quantity-group > button:last-child {
  border-left: 0;
  border-radius: 0 6px 6px 0;
}
.gio-hang-page .table.table-sumary .quantity-group input {
  width: 30px;
  text-align: center;
  border-top: 1px solid #fce6b7;
  border-bottom: 1px solid #fce6b7;
}
.gio-hang-page .table.table-sumary > :not(caption) > * > * {
  padding: 15px 10px;
}
/* End gio-hang-page */

/* thanh-cong-page */
/* .thanh-cong-page {
  font-weight: normal;
}
.thanh-cong-page .title {
  font-family: inherit;
  font-weight: normal;
  font-size: 28px;
}
.thanh-cong-page .infomation-box {
  padding: 1rem;
  padding-top: 0;
  border: 2px solid var(--primarycolor);
  font-size: 13px;
  color: var(--darkColor);
}
.thanh-cong-page .infomation-box .title {
  font-size: 18px;
  margin-bottom: 0.8rem;
  margin-top: -12px;
  font-weight: bold;
  line-height: 1.2;
}
.thanh-cong-page .infomation-box .title > span {
  display: inline-block;
  background-color: var(--lightColor);
  padding: 0 7px;
}
.thanh-cong-page .infomation-box p {
  margin-bottom: 0.3rem;
}
.thanh-cong-page .expired-countdown {
  font-size: 18px;
}
.thanh-cong-page .expired-countdown .value {
  font-weight: bold;
} */
/* End thanh-cong-page */

/* thanh-cong-page */

.thanh-cong-page {
  padding-top: 0;
  padding-bottom: 3rem;
}
.thanh-cong-page .success-messages {
  margin-bottom: 30px;
  padding: 3%;
  width: 100%;
  color: #7a9c59;
  border: 2px dashed;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
}
.thanh-cong-page .thong-tin-don-hang .thong-tin {
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.105);
  font-size: 17px;
  color: #777;
  padding-right: 20px;
  padding-left: 20px;
}
.thanh-cong-page .thong-tin-don-hang .thong-tin > * {
  display: block;
}
.thanh-cong-page .thong-tin-don-hang .thong-tin > strong {
  color: var(--primaryDarkText);
  margin-top: 12px;
}
.thanh-cong-page .thong-tin-chuyen-khoan,
.thanh-cong-page .thong-tin-hoa-don {
  margin-top: 40px;
  font-size: 17px;
}
.thanh-cong-page .thong-tin-hoa-don .title {
  text-align: start;
  margin-bottom: 20px;
}
.thanh-cong-page .thong-tin-hoa-don .text {
  display: inline-block;
  padding: 15px 10px;
}
.thanh-cong-page .thong-tin-hoa-don .text.gia {
  color: #777;
  font-weight: 300;
}
.thanh-cong-page .thong-tin-hoa-don .single-row {
  border-bottom: 2px solid rgba(0, 0, 0, 0.075);
}
.thanh-cong-page .thong-tin-hoa-don .single-row.last-row strong.text {
  font-size: 20px;
  text-transform: uppercase;
}
.thanh-cong-page .thong-tin-hoa-don .single-row > .row {
  align-items: center;
}
/* End thanh-cong-page */

/* lien-he-page */
.lien-he-page .thong-tin {
  margin-bottom: 3rem;
}
.lien-he-page form {
  padding: 1.5rem;
  color: var(--darkColor);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
}
.lien-he-page form .title {
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: start;
  font-size: 18px;
  color: inherit;
}
.lien-he-page form .form-control {
  border-radius: 3px;
  box-shadow: none;
}
.lien-he-page form .btn.btn-submit {
  border-radius: 0;
}
.lien-he-page form .form-control:focus {
  border-color: var(--darkColor);
}
/* End lien-he-page */

/* tin-tuc-detail-page */
.tin-tuc-page .news-side-nav,
.tin-tuc-detail-page .news-side-nav {
  flex-direction: column;
}
.tin-tuc-page .news-side-nav .form-tu-van .title-form,
.tin-tuc-detail-page .news-side-nav .form-tu-van .title-form {
  text-align: center;
}
.tin-tuc-page .news-side-nav .form-tu-van .title-form > span,
.tin-tuc-detail-page .news-side-nav .form-tu-van .title-form > span {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fb004a;
  color: var(--primaryLightText);
  font-size: 18px;
  padding: 7px 25px;
  margin-bottom: 20px;
}
.tin-tuc-page .news-side-nav .form-tu-van form,
.tin-tuc-detail-page .news-side-nav .form-tu-van form {
  display: block;
  padding: 4px;
  padding-bottom: 30px;
  border: 6px groove salmon;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 17px;
  color: #242424;
}
.tin-tuc-page .news-side-nav .form-tu-van .form-control,
.tin-tuc-detail-page .news-side-nav .form-tu-van .form-control {
  box-shadow: none;
  resize: none;
  font-size: 14px;
}
.tin-tuc-page .news-side-nav .form-tu-van label,
.tin-tuc-detail-page .news-side-nav .form-tu-van label {
  display: block;
  text-align: center;
}
.tin-tuc-page .news-side-nav .form-tu-van label .required,
.tin-tuc-detail-page .news-side-nav .form-tu-van label .required {
  color: red;
}
.tin-tuc-page .news-side-nav .form-tu-van .btn.btn-submit,
.tin-tuc-detail-page .news-side-nav .form-tu-van .btn.btn-submit {
  background-color: #f3f3f3;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 20px;
  font-size: 13px;
  box-shadow: none;
}
/* End tin-tuc-detail-page */

/* san-pham-detail-page */
.san-pham-detail-page {
  padding-bottom: 2rem;
}
.san-pham-detail-page .bg-product {
  padding: 1.5rem;
  background-color: var(--lightColor);
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.san-pham-detail-page .swiper-sp-hinh-anh-nav .img-container {
  border: 1px solid transparent;
}
.san-pham-detail-page .swiper-sp-hinh-anh-nav img {
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.san-pham-detail-page .swiper-sp-hinh-anh-nav img:hover,
.san-pham-detail-page .swiper-sp-hinh-anh-nav .swiper-slide-thumb-active img {
  opacity: 1;
}
.san-pham-detail-page
  .swiper-sp-hinh-anh-nav
  .swiper-slide-thumb-active
  .img-container:hover,
.san-pham-detail-page .swiper-sp-hinh-anh-nav .img-container:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
.san-pham-detail-page .swiper-sp-hinh-anh img {
  cursor: zoom-in;
}
.san-pham-detail-page .product-detail-box {
  padding-top: 10px;
}
.san-pham-detail-page .product-detail-box .product-name {
  font-size: 20px;
  margin-bottom: 0;
}
.san-pham-detail-page .product-detail-box .product-price {
  font-size: 26px;
  color: #22173f;
  font-weight: normal;
}
.san-pham-detail-page .product-detail-box .product-price > .old {
  font-size: 0.8em;
  text-decoration: line-through;
  color: var(--secondaryLightText);
}
.san-pham-detail-page .product-detail-box .product-price .currency {
  margin-left: 5px;
}
.san-pham-detail-page .product-detail-box .product-brand {
  box-shadow: 0 0 2px rgb(0 0 0 / 12%);
}
.san-pham-detail-page .product-detail-box .label-flex {
  font-weight: bold;
  color: var(--darkColor);
  font-size: 22px;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
  margin-bottom: 0.7rem;
}
.san-pham-detail-page .product-detail-box .label-flex::after {
  content: "";
  flex: 1 0 0;
  height: 1px;
  background-color: currentColor;
}
.san-pham-detail-page .product-detail-box .product-btn-group .btn {
  width: 100%;
  border-radius: 4px;
  text-align: center;
  height: 59px;
  padding: 0 20px;
  line-height: 59px;
  font-weight: bold;
  box-shadow: none;
  text-transform: uppercase;
  color: var(--primaryLightText);
  font-size: 18px;
  background-color: #6c3428;
  /* background: #fd6e1d;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#fd6e1d),
    to(#f59000)
  );
  background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
  background: -moz-linear-gradient(top, #f59000, #fd6e1d);
  background: -ms-linear-gradient(top, #f59000, #fd6e1d);
  background: -o-linear-gradient(top, #f59000, #fd6e1d); */
}
.san-pham-detail-page .product-detail-box .product-btn-group .btn:hover {
  background-color: var(--secondarycolor);
  /* background: #f59000;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#f59000),
    to(#fd6e1d)
  );
  background: -webkit-linear-gradient(top, #fd6e1d, #f59000);
  background: -moz-linear-gradient(top, #fd6e1d, #f59000);
  background: -ms-linear-gradient(top, #fd6e1d, #f59000);
  background: -o-linear-gradient(top, #fd6e1d, #f59000); */
}
.san-pham-detail-page
  .product-detail-box
  .product-btn-group
  .btn.btn-reverse:hover {
  background-color: var(--lightColor);
  color: #6c3428;
}
.san-pham-detail-page .product-detail-box .select-properties span {
  font-weight: 500;
}
.san-pham-detail-page .product-detail-box .select-properties .form-select {
  border-radius: 0;
  border: 1px solid #808080;
  box-shadow: none;
  font-size: 14px;
}
.san-pham-detail-page .title {
  text-align: start;
}
.san-pham-detail-page .box-chi-tiet .title {
  position: relative;
  z-index: 1;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.san-pham-detail-page .box-chi-tiet .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: currentColor;
}
.san-pham-detail-page .box-chi-tiet .nav.nav-tabs {
  justify-content: center;
  margin-bottom: 30px;
  border: 0;
  column-gap: 10px;
  row-gap: 5px;
}
.san-pham-detail-page .box-chi-tiet .nav.nav-tabs .nav-link {
  border-radius: 0;
  color: #333;
  padding: 10px 0;
  padding-top: 30px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  border-top: 3px solid transparent;
  margin: 0;
  font-size: 16px;
}
.san-pham-detail-page .box-chi-tiet .nav.nav-tabs .nav-link.active {
  border-color: #23173d;
}
.san-pham-detail-page .nav.product-side-nav {
  flex-direction: column;
  row-gap: 30px;
}
.san-pham-detail-page .nav.product-side-nav > .nav-item {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}
.san-pham-detail-page .nav.product-side-nav > .nav-item:last-child {
  border: 0;
}
.san-pham-detail-page .nav.product-side-nav .form-sdt {
  background-color: #fff6a9;
  border-radius: 8px;
  padding: 5px 5px 10px;
  margin-top: 10px;
}
.san-pham-detail-page .nav.product-side-nav .form-sdt strong {
  font-size: 12px;
  display: block;
  text-align: center;
}
.san-pham-detail-page .nav.product-side-nav .form-sdt .form-control {
  border-radius: 0;
  padding: 0;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  background-color: transparent;
  box-shadow: none;
  font-size: 12px;
}
.san-pham-detail-page .nav.product-side-nav .form-sdt .btn.btn-submit {
  padding: 0 6px;
  height: 30px;
  line-height: 30px;
  border: 0;
  box-shadow: none;
  background-color: #ff3414;
  font-weight: 500;
  font-size: 14px;
  border-radius: 0 5px 5px 0;
  color: var(--primaryLightText);
  text-transform: uppercase;
}
.san-pham-detail-page .nav.product-side-nav .title-nav {
  background-color: #6c3428;
  color: var(--primaryLightText);
  padding: 11px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.san-pham-detail-page .nav.product-side-nav .nav.nav-cam-ket {
  flex-direction: column;
  row-gap: 15px;
  background-color: #fff8eb;
  padding: 16px 11px;
  border-radius: 8px;
  font-size: 15px;
}
.san-pham-detail-page .nav.product-side-nav .nav.nav-cam-ket > .nav-item img {
  width: 100%;
}
.san-pham-detail-page .nav.product-side-nav .small-product {
  border: 1px solid #ddd;
  padding: 15px 5px;
}
.san-pham-detail-page .nav.product-side-nav .small-product .info .tieu-de {
  margin-bottom: 5px;
}
.san-pham-detail-page .nav.product-side-nav .small-product .info .gia {
  font-weight: normal;
  color: var(--secondarycolor);
  font-size: 16px;
}
.san-pham-detail-page .nav.product-side-nav .small-product .btn.btn-cart {
  background: #181f49;
  font-size: 18px;
  padding: 24px 40px;
  border-radius: 10px;
  color: #fff;
  margin: 0 auto;
  display: block;
  font-weight: 400;
  width: 100%;
  text-transform: uppercase;
  box-shadow: none;
}
.san-pham-detail-page .nav.product-side-nav .small-product .btn.btn-cart:hover {
  background-color: #243070;
}
.san-pham-detail-page .nav.product-side-nav .small-product .hotline {
  display: block;
  text-align: center;
  font-size: 18px;
}
.san-pham-detail-page .nav.product-side-nav .small-product .thong-tin {
  padding: 0 15px;
}
.san-pham-detail-page .nav.product-side-nav .small-product .thong-tin ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: none;
}
/* End san-pham-detail-page */

/* page-search */
/* End page-search */

/* side-nav */
.side-nav {
  padding: 0.8rem;
  border: 1px solid #ebebeb;
}
.side-nav .side-nav-header .title {
  display: flex;
  align-items: center;
  font-size: 21px;
  text-align: start;
  margin-bottom: 0.5rem;
  gap: 8px;
}
.side-nav .side-nav-header .title::after {
  content: "";
  background-color: currentColor;
  height: 2px;
  flex: 1 0 0;
}
.side-nav .side-nav-body {
  color: #030303;
}
.side-nav .side-nav-body p {
  margin-bottom: 0.5rem;
  font-weight: normal;
}
/* End side-nav */

/* tag-box */
.tag-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.tag-box .nav {
  gap: 5px;
}
.tag-box .nav > .nav-item > a {
  display: block;
  padding: 5px 10px;
  background-color: #6c3428;
  border: 1px solid var(--primarycolor);
  color: var(--lightColor);
  border-radius: 3px;
  font-weight: normal;
}
.tag-box .nav > .nav-item > a:hover {
  color: #6c3428;
  background-color: var(--lightColor);
}
.tag-box .nav > .nav-item > a::before {
  content: "\f111";
  font-family: FAS;
  display: inline-block;
  padding-right: 7px;
  font-size: 5px;
  vertical-align: middle;
}

.thong-tin img{
  width: 100% !important;
}
/* End tag-box */

/* btn-to-top */
.btn.btn-to-top {
  position: fixed;
  bottom: 25px;
  right: 10px;
  z-index: 99;
  width: 50px;
  height: 50px;
  line-height: 54px;
  background-color: var(--lightColor);
  box-shadow: 0 0 5px rgb(0 0 0 / 17%);
  color: var(--lightColor);
  text-align: center;
  font-size: 18px;
  border-radius: 50px;
  border: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  color: var(--primaryDarkText);
}
.btn.btn-to-top.active {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.btn.btn-to-top:hover {
  background-color: var(--lightColor);
  color: #6c3428;
}
/* End btn-to-top */

/* san-pham-page */
.san-pham-page .form-select {
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 6px #4446;
}
/* End san-pham-page */

/* tin-tuc-page */
/* End tin-tuc-page */

/* step-card */
.step-card {
  background-color: #f2efe2;
}
.step-card .info {
  padding: 30px;
  font-size: 16px;
  line-height: 2;
}
.step-card .info .tieu-de {
  font-size: 18px;
  margin-bottom: 10px;
}
.step-card .info .mo-ta {
  color: #6c3428;
}
/* End step-card */

/* input-quantity */
.input-quantity {
  --inputHeight: 38px;
  display: flex;
  align-items: center;
  color: #121212bf;
  border: 0.1rem solid #12121214;
  font-size: 18px;
}
.input-quantity input {
  height: var(--inputHeight);
  width: 50px;
  text-align: center;
  border: 0;
  padding: 0;
  line-height: var(--inputHeight);
  color: inherit;
  font-size: inherit;
  box-shadow: none;
  outline: none;
}
.input-quantity .btn {
  padding: 0;
  border: 0;
  height: var(--inputHeight);
  line-height: var(--inputHeight);
  width: var(--inputHeight);
  color: inherit;
  font-size: inherit;
  box-shadow: none;
}
.input-quantity .btn:hover {
  color: var(--darkColor);
}
/* End input-quantity */

/* theme */
.facebook-theme {
  background-color: #365493 !important;
}
.youtube-theme {
  background-color: #cb2027 !important;
}
/* End theme */

/* search-container */
.search-container {
  position: relative;
  z-index: 99;
}
.search-container .form-search {
  position: absolute;
  right: 0;
  z-index: 99;
  top: calc(100% + 8px);
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.2s;
  visibility: hidden;
}
.search-container .form-search.show {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.search-container .form-search form {
  --height: 36px;
  border: 1px solid #e6e6e6;
}
header .form-search form .btn.btn-search {
  line-height: 53px;
  font-size: 21px;
}
.search-container .form-search .form-control {
  width: 300px;
  border-radius: 0;
  border: 0;
}
.search-container .form-search .btn.btn-search {
  border-radius: 0;
  background-color: #333;
  color: var(--primaryLightText);
  line-height: 44px;
}
/* End search-container */

/* Utility */
.title {
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  color: #6c3428;
  margin-bottom: 2.5rem;
  font-family: var(--titleFont);
  box-shadow: none;
  text-transform: uppercase;
}
.title > .second-title {
  display: block;
  font-weight: normal;
  font-size: 0.6em;
  margin-bottom: 10px;
}
.title > .thong-tin {
  margin-top: 13px;
  color: var(--primaryDarkText);
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
}
.title.has-line > span {
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.title.has-line > span::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 120px;
  height: 2px;
  background-color: #6c3428;
  z-index: -1;
}
.title.has-line > span::after {
  position: absolute;
  content: "";
  bottom: -14px;
  left: 50%;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 10px;
  background-image: url("../images/triangle.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.title-description {
  text-align: center;
  font-size: inherit;
  color: inherit;
  margin-bottom: 2rem;
}
.thong-tin p:last-child {
  margin-bottom: 0;
}
.logo img {
  height: 68px;
  transition: all 0.2s ease-out;
}
.img-container {
  position: relative;
  display: block;
  padding-bottom: 100%;
}
.img-container > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-container.video {
  background-color: var(--darkColor);
  padding-bottom: 56.25%;
}
.img-container.video > img {
  opacity: 0.67;
  object-fit: cover;
}
.img-container.video::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-size: auto;
  background-image: url("../images/play-buttton.png");
  background-repeat: no-repeat;
  background-position: center;
}
.btn.btn-gradient {
  position: relative;
  border: 0;
  border-radius: 0;
  background-color: #262613;
  color: var(--lightColor);
  font-family: var(--secondaryFont);
  font-weight: normal;
  padding: 11px 30px;
  font-size: 14px;
}
.btn.btn-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 100%;
  background-color: #aa3e03;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: var(--lightColor);
}
.btn.btn-gradient:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
.btn.btn-gradient > span {
  position: relative;
  z-index: 1;
}
.ten-cong-ty {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: var(--tenCongTyFont);
  color: var(--darkColor);
  font-size: 22px;
  transition: all 0.3s;
  white-space: nowrap;
  line-height: 1;
  box-shadow: none;
}
.iframe-container {
  position: relative;
  padding-bottom: 100%;
}
.iframe-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.webkit-box {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: var(--line-clamp, 3);
  overflow: hidden !important;
}
.btn.btn--primary {
  background-color: #6c3428;
  color: var(--lightColor);
  box-shadow: none;
  font-weight: normal;
  font-size: inherit;
  border: 1px solid var(--primarycolor);
}
.btn.btn--primary:hover {
  background-color: var(--lightColor);
  color: #6c3428;
}
.share-box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.share-box .nav {
  gap: 5px;
}
.share-box .nav a {
  display: block;
  border: 1px solid var(--primarycolor);
  background-color: #6c3428;
  color: var(--lightColor);
  border-radius: 3px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.share-box .nav a:hover {
  color: #6c3428;
  background-color: var(--lightColor);
}
/* Chrome, Safari, Edge, Opera */
input.number::-webkit-outer-spin-button,
input.number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.bg-default {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gia {
  color: #f00;
  font-weight: 500;
}
/* .gia .currency {
  margin-left: 3px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
} */
.currency {
  margin-left: 3px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.gia .old {
  font-size: 0.9em;
  font-style: italic;
  color: #666;
  text-decoration: line-through;
}
input.hidden-arrow::-webkit-outer-spin-button,
input.hidden-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nav.nav-number {
  row-gap: 1rem;
}
.nav.nav-number .nav-item .info {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  align-items: center;
}
.nav.nav-number .nav-item .info > * {
  flex: 0 0 auto;
}
.nav.nav-number .nav-item .info > .number {
  font-size: 78px;
  padding-right: 10px;
  line-height: 1;
}
.nav.nav-number .nav-item .info > .tieu-de {
  flex: 1 0 0;
  padding-left: 10px;
  border-left: 2px solid var(--primarycolor);
  line-height: 1.2;
}
.nav.nav-number .nav-item .info > .mo-ta {
  width: 100%;
  color: #a1a49f;
}
.btn.btn-readmore {
  --backgroundColor: var(--lightColor);
  --textColor: var(--secondaryDarkText);
  background-color: var(--backgroundColor);
  color: var(--textColor);
  font-size: 13px;
  padding: 0 25px;
  border: 2px solid #e9e9e9;
  height: 46px;
  line-height: 42px;
  border-radius: 5px;
  box-shadow: none;
  font-weight: 700;
  text-transform: uppercase;
}
.btn.btn-readmore i {
  font-size: 0.8em;
}
.btn.btn-readmore:hover {
  border-color: #dcdcdc;
}
.hotline-fix {
  display: block;
  position: fixed;
  bottom: 5px;
  right: 70px;
  z-index: 999;
  background-color: #407bbe;
  color: var(--primaryLightText);
  border-radius: 50px;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  font-weight: 400;
  font-size: 15px;
}
.nav.mxh-fixed {
  position: fixed;
  flex-direction: column;
  left: 13px;
  bottom: 50px;
  z-index: 999;
  text-align: center;
  padding: 15px 5px;
  border: 1px solid #f2f2f2;
  background-color: var(--lightColor);
  border-radius: 5px;
  gap: 13px;
}
.nav.mxh-fixed > .nav-item > a {
  display: block;
  color: #515151;
}
.nav.mxh-fixed > .nav-item > a > i {
  font-size: 36px;
  color: #257cba;
}
.nav.mxh-fixed > .nav-item > a > img {
  height: 36px;
}
.nav.mxh-fixed > .nav-item > a > span {
  display: block;
  font-weight: bold;
  font-size: 9px;
}
/* End Utility */
