@charset "utf-8";

/* CSS Document */

/* set up */
:root {
  --primarycolor: #349027;
  --secondarycolor: #8cc919;
  --primaryDarkText: #323d50;
  --secondaryDarkText: #2a2a2a;
  --primaryLightText: #fff;
  --secondaryLightText: #fff;
  --darkColor: #000;
  --lightColor: #fff;
  --primaryBoxShadown: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.text--primary {
  color: var(--primarycolor) !important;
}
.text--secondary {
  color: var(--secondarycolor) !important;
}
body {
  position: relative;
  font-family: var(--primaryFont);
  font-size: 14px;
  color: var(--primaryDarkText);
  background-color: var(--lightColor);
}
.form-control:focus,
.btn:focus {
  box-shadow: none;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: inherit;
  text-shadow: 0 0 1px currentColor;
}
section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 3rem 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--titleFont);
}
.stars-container {
  color: #f6cc5f;
  font-size: 13px;
  letter-spacing: 2px;
}
/* header */
header {
  position: static;
  top: -100px;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: var(--lightColor);
  color: var(--primaryDarkText);
  transition: all 0.3s;
  box-shadow: var(--primaryBoxShadown);
}
header .top-header {
  /* background-color: var(--primarycolor);
  color: inherit;
  color: var(--primaryLightText); */
  padding: 10px 0;
  border-bottom: 2px solid var(--secondarycolor);
  margin-bottom: 0.5rem;
}
header.sticky {
  position: sticky !important;
  top: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  background-color: var(--lightColor);
  color: var(--primaryDarkText);
}
header.sticky .main-header,
header.sticky .top-header {
  display: none;
}
header .navbar {
  background-color: transparent;
  padding: 0;
  color: inherit;
  padding: 0;
}
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 {
  padding: 11px 0;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  transition: none;
  color: inherit;
  text-transform: uppercase;
}
header .navbar .navbar-nav > .nav-item > .nav-link:hover {
  text-shadow: 0 0 1px currentColor;
}
header .navbar .navbar-nav {
  position: relative;
  flex-wrap: nowrap;
  gap: 30px;
}
header .navbar .navbar-toggler {
  color: var(--primarycolor);
  border-color: currentColor;
  border-radius: 0;
}

header .navbar .navbar-nav > .nav-item.has-sub {
  position: relative;
}
header .navbar .navbar-nav > .nav-item.has-sub .nav {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  padding: 5px 0;
  flex-direction: column;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: var(--lightColor);
  z-index: 2;
  min-width: 200px;
}
header .navbar .navbar-nav > .nav-item.has-sub .nav > .nav-item > .nav-link {
  color: var(--primaryDarkText);
  font-size: 15px;
  padding: 7px 15px;
  white-space: nowrap;
}
header .navbar .navbar-nav > .nav-item.has-sub:hover .nav {
  display: block;
}
header
  .navbar
  .navbar-nav
  > .nav-item.has-sub
  .nav
  > .nav-item
  > .nav-link:hover {
  color: var(--lightColor);
  background-color: var(--primarycolor);
}

.btn-group.btn-group-languages {
  color: var(--primarycolor);
}
.btn-group.btn-group-languages .btn.dropdown-toggle {
  border-radius: 0;
  background-color: var(--lightColor);
  box-shadow: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.btn-group.btn-group-languages img {
  height: 22px;
  /* width: 30px; */
  /* border-radius: 50%; */
  object-fit: cover;
}
.btn-group.btn-group-languages .btn.dropdown-toggle > img {
  /* box-shadow: 0 0 0px 1px var(--primarycolor); */
}
.btn-group.btn-group-languages .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
  min-width: auto;
}
.btn-group.btn-group-languages .dropdown-toggle::after {
  border-top-color: currentColor;
}
.btn-group.btn-group-languages .dropdown-item {
  text-align: end;
}
.btn-group.btn-group-languages .dropdown-item:hover {
  background-color: var(--primarycolor);
}
header .btn-hotline {
  --height: 50px;
  border: 0;
  background-color: var(--primarycolor);
  color: var(--lightColor);
  padding: 0 20px;
  border-radius: 3px;
  height: var(--height);
  line-height: var(--height);
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 0 4px hsla(0, 0%, 22%, 0.76);
}
header .btn-hotline:focus {
  box-shadow: 0 0 4px hsla(0, 0%, 22%, 0.76);
}
header .btn-hotline:hover {
  background-color: var(--secondarycolor);
}
header .btn-hotline > img {
  height: calc(100% - 8px);
  margin-right: 3px;
}
header .btn-hotline:hover {
  color: var(--lightColor);
}
header .form-search {
}
header .form-search form {
  position: relative;
}
header .form-search form .btn.btn-search {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
  border-radius: 0 4px 4px 0;
  font-size: 22px;
  background-color: var(--primarycolor);
  height: 100%;
  width: 95px;
  line-height: 50px;
  text-align: center;
  color: var(--primaryLightText);
}
header .form-search .form-control {
  width: 100%;
  border-radius: 4px;
  background-color: transparent;
  padding: 0;
  border: 2px solid var(--primarycolor);
  height: 50px;
  box-shadow: none;
  padding-right: 105px;
  padding-left: 15px;
  font-size: 14px;
  color: var(--primaryDarkText);
}
header .form-search .form-control::placeholder {
  color: #777;
  font-style: italic;
}
.top-header {
}
.top-header .nav {
  column-gap: 0.7rem;
  align-items: center;
  line-height: 1;
  row-gap: 5px;
}
.top-header .nav i {
  /* display: inline-block;
  width: 23px;
  line-height: 23px;
  height: 23px;
  background-color: var(--primarycolor);
  color: var(--secondarycolor);
  border-radius: 50%;
  text-align: center; */
  /* font-size: 1.2em; */
}
.top-header .nav a {
  display: block;
  line-height: 1;
}
.main-header {
  padding: 1rem 0;
}
.main-header .nav {
  column-gap: 20px;
}
.main-header .nav a {
  display: flex;
  align-items: center;
  line-height: 1;
  column-gap: 10px;
}
.main-header .nav a span {
  display: block;
  width: 100%;
  color: var(--primarycolor);
  line-height: 1;
  font-size: 0.98em;
}
.main-header .nav a strong {
  color: #ff1515;
  font-size: 1.29em;
  line-height: 1;
}
.main-nav {
  /* background-color: var(--primarycolor);
  color: var(--primaryLightText);
  border-top: 1px solid var(--primarycolor);
  border-bottom: 2px solid var(--secondarycolor); */
  padding: 1rem 0;
}
/* End header */

/* footer */
footer {
  position: relative;
  background-color: var(--primarycolor);
}
footer a {
  color: inherit;
}
footer .logo-f img {
  height: 100px;
}
footer .bg-footer {
  padding-top: 1.7rem;
  padding-bottom: 2rem;
  background-color: transparent;
  color: var(--primaryLightText);
  background-position: bottom center;
}
footer .chantrang {
  background-color: var(--lightColor);
  color: var(--primaryDarkText);
  padding: 5px 0;
}
footer .chantrang a {
  color: inherit;
}
footer .title-f {
  font-family: var(--primaryFont);
  font-weight: 500;
  position: relative;
  font-size: 18px;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  color: inherit;
}
footer .thong-tin p {
  margin-bottom: 0.5rem;
}
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);
}
/* End footer */

/* form-footer */
.form-footer {
}
.form-footer form {
  --height: 35px;
  box-shadow: 0 0 5px 1px hsla(0, 0%, 13%, 0.61);
}
.form-footer .form-control {
  height: var(--height);
  border-radius: 0;
  background-color: var(--lightColor);
  color: var(--primaryDarkText);
  border: 0;
  font-size: inherit;
}
.form-footer .form-control::placeholder {
  color: #c3c3c3;
}
.form-footer .btn.btn-submit {
  border: 0;
  border-radius: 0;
  background-color: var(--primarycolor);
  color: var(--primaryLightText);
  padding: 0 25px;
  height: var(--height);
  text-transform: uppercase;
  font-weight: bold;
}
/* End form-footer */

/* Slider */
.slider {
  padding: 0;
  margin-top: 1px;
}
.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 .slider-infomation {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  color: var(--primaryLightText);
  transform: translateY(-50%);
}
.slider .slider-container .slider-infomation .info .tieu-de {
  position: relative;
  z-index: 1;
  transition: all 1s;
  transition-delay: 0.2s;
  transform: translateX(-25%);
  opacity: 0;
  font-size: 42px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.slider .slider-container .slider-infomation .info .tieu-de::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  width: 15%;
  height: 3px;
  background-color: currentColor;
  margin: 0 auto;
}
.slider .slider-container .slider-infomation .info .noi-dung {
  transition: all 1s;
  transition-delay: 0.4s;
  transform: translateX(25%);
  opacity: 0;
  text-align: center;
}
.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 .slider-container .slider-infomation .info .btn {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  border: 1px solid;
  color: var(--primaryDarkText);
  font-size: 14px;
  padding-left: 5px;
  line-height: 1;
}
.slider .slider-container .slider-infomation .info .btn:hover {
  background-color: var(--primaryDarkText);
  color: var(--primaryLightText);
}
.slider .slider-container .slider-infomation .info .btn i {
  --size: 30px;
  display: inline-block;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  border-left: 1px solid;
}
.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: var(--primarycolor);
  padding: 0 20px;
  border: 0;
  box-shadow: none;
}

.slide-menu {
  position: relative;
  z-index: 1;
  padding-bottom: 154.5%;
}
.slide-menu .slide-menu-content {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
/* width */
.slide-menu .slide-menu-content::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.slide-menu .slide-menu-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.slide-menu .slide-menu-content::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.slide-menu .slide-menu-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.slide-menu .nav {
  flex-direction: column;
  background-color: var(--primarycolor);
  color: var(--primaryLightText);
  min-height: 100%;
}
.slide-menu .nav a {
  display: block;
  color: inherit;
  padding: 0.5rem 3rem;
  text-transform: uppercase;
  font-weight: bold;
  white-space: normal;
  font-size: 1rem;
}
.slide-menu .nav a:hover {
  background-color: var(--secondarycolor);
}
.slide-menu .nav a .icon {
  margin-right: 10px;
}
/* End Slider */

/* news-card */
.news-card {
}
.news-card .tieu-de {
  font-size: 1.4em;
  font-weight: bold;
  color: var(--primarycolor);
}
.news-card .date {
  color: #999;
  font-size: 0.8em;
  margin-bottom: 1px;
}

.news-card-2 {
  padding: 5px;
  border-radius: 0;
  background-color: var(--secondarycolor);
  padding-bottom: 0;
}
.news-card-2 .info {
  text-align: center;
  color: var(--primaryLightText);
  padding: 12px 0;
  font-size: 16px;
}
.news-card-2 .tieu-de {
  color: inherit;
  /* text-transform: uppercase; */
}

.news-card-3 {
}
.news-card-3 .tieu-de::before {
  content: "\f111";
  font-size: 5px;
  vertical-align: middle;
  font-family: FAS;
}
.news-card-3 .tieu-de {
  font-size: 1.2em;
}
.news-card-3 .tieu-de:hover {
  color: var(--primarycolor);
  text-decoration: underline;
}

.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 {
  background-color: var(--lightColor);
  padding: 10px;
  transition: none;
}
.product-card:hover {
  box-shadow: 0 0 7px #ff4d4db3;
}
.product-card .img-container {
  padding-bottom: 90%;
  transition: none;
}
.product-card .info {
  padding-top: 10px;
  text-align: center;
  font-size: 18px;
}
.product-card .gia {
  font-size: 0.95em;
}
.product-card .tieu-de {
  font-weight: bold;
  color: var(--primarycolor);
  text-transform: uppercase;
}
.product-card .btn.btn-readmore {
  margin-top: 5px;
  background-color: var(--secondarycolor);
  border-radius: 50px;
  padding: 0 10px;
  border: 0;
  color: var(--primaryLightText);
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  font-weight: 300;
  display: none;
}
.product-card:hover .btn.btn-readmore {
  display: inline-block;
}
.product-card:hover .img-container {
  padding-bottom: calc(90% - 28px - 5px);
}
/* End product-card */

/* picture-card */
.picture-card {
  background-color: var(--lightColor);
  padding: 0px;
  /* box-shadow: var(--primaryBoxShadown); */
}
.picture-card .number {
  color: var(--primarycolor);
  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;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 1;
  overflow: auto;
  padding: 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: var(--primarycolor);
}
.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 {
  border-bottom: 1px solid #cecece;
}
.side-menu .side-menu-content > .nav > .nav-item > .nav-link {
  display: block;
  padding: 7px 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: normal;
  color: var(--darkColor);
  border-top: 1px solid #cecece;
}
.side-menu .side-menu-content > .nav > .nav-item.has-sub .nav {
  flex-direction: column;
}
.side-menu .side-menu-content > .nav > .nav-item.has-sub > .nav-link {
  position: relative;
}
.side-menu .side-menu-content > .nav > .nav-item.has-sub > .nav-link::before {
  position: absolute;
  top: 9px;
  right: 4px;
  content: "\f0d7";
  font-family: FAS;
  font-size: 9px;
}
.side-menu
  .side-menu-content
  > .nav
  > .nav-item.has-sub
  > .nav-link:not(.collapsed):before {
  content: "\f0d8";
}
.side-menu
  .side-menu-content
  > .nav
  > .nav-item.has-sub
  .nav
  > .nav-item
  > .nav-link {
  color: var(--darkColor);
  padding: 0.5rem;
}
/* End side-menu */

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

.fixed-contact .nav {
  gap: 15px;
}
.fixed-contact .nav .icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
  border-radius: 50px;
  background-color: var(--primarycolor);
  padding: 8px;
  line-height: 1;
}
.fixed-contact .nav .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.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: var(--primarycolor);
  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;
}
/* 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 */

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

/* san-pham */
.san-pham {
  padding: 0;
}
.san-pham .bg-sanpham {
  padding: 2rem 0;
}
/* End san-pham */

/* tin-tuc */
.tin-tuc {
}
/* End tin-tuc */

/* danh-muc-san-pham */
.dropdown.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: var(--primarycolor);
  padding: 0;
}
.dropdown.danh-muc-san-pham .dropdown-toggle {
  width: 100%;
  background-color: var(--primarycolor);
  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: var(--primarycolor);
  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: var(--primarycolor);
  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: var(--primarycolor);
  text-decoration: underline;
}
/* End danh-muc-san-pham */

/* cam-ket */
.cam-ket {
}
.cam-ket-card {
}
.cam-ket-card .info {
  color: var(--secondarycolor);
}
.cam-ket-card.odd .info {
  color: var(--primarycolor);
}
.cam-ket-card .tieu-de {
  font-weight: bold;
  font-size: 18px;
  color: inherit;
}
.cam-ket-card .mo-ta {
  color: inherit;
}
/* end cam-ket */

/* .doi-tac */
.doi-tac {
  padding: 4rem 2rem;
}
.doi-tac .title {
  color: var(--primaryLightText);
}
/* End .doi-tac */

/* khac */
.khac {
  padding: 0;
}
.form-dang-ky {
  padding: 2rem 3rem;
}
.form-dang-ky .form-control {
  background-color: hsla(0, 0%, 22%, 0.81);
  color: var(--primaryLightText);
  border: 0;
  border-radius: 3px;
  padding: 10px 20px;
  box-shadow: inset 0 0 8px rgb(255 255 255 / 75%);
}
.form-dang-ky .form-control::placeholder {
  color: inherit;
}
.form-dang-ky .btn.btn-submit {
  background-color: var(--secondarycolor);
  border-radius: 50px;
  color: var(--primaryLightText);
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 25px;
}
.form-dang-ky .btn.btn-submit:hover {
  background-color: var(--primarycolor);
}
/* End khac */

/* category-home */
.category-home {
  padding-top: 0;
  padding-bottom: 1rem;
  margin-top: -95px;
  position: relative;
  z-index: 1;
}

.cate-card {
  position: relative;
  z-index: 1;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: var(--primaryBoxShadown);
}
.cate-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-image: url("../images/push-pin.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translate(30%, -40%);
}
.cate-card .img-container {
  overflow: hidden;
  border-radius: 7px;
}
.cate-card .info {
  padding-top: 10px;
  text-align: center;
}
.cate-card .info .tieu-de {
  display: block;
  text-transform: uppercase;
  color: var(--primarycolor);
  font-size: 16px;
}
/* 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 {
}
.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: var(--primarycolor);
}
/* End dang-ki-nhan-tin */

/* gioi-thieu */
.gioi-thieu {
  padding-bottom: 5rem;
}
.gioi-thieu .img-container {
  margin-top: 5rem;
}
.gioi-thieu .img-container::before {
  position: absolute;
  top: 40px;
  left: 40px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 6px solid var(--secondarycolor);
  z-index: -1;
}
.gioi-thieu .title {
  margin-bottom: 3rem;
}
.item-gioi-thieu {
  padding-left: 10px;
}
.item-gioi-thieu .info {
  min-height: 125px;
}
.item-gioi-thieu .number {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  row-gap: 16px;
}
.item-gioi-thieu .number::after {
  display: block;
  content: "";
  flex: 1 0 0%;
  width: 1px;
  background-color: var(--primarycolor);
}
.item-gioi-thieu .number .rec {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--primarycolor);
  text-align: center;
  color: var(--primaryLightText);
  font-weight: bold;
  font-size: 22px;
  transform: rotateZ(45deg);
  box-shadow: 3px 3px 0 #cad5b4;
}
.item-gioi-thieu .number .rec span {
  display: inline-block;
  line-height: 1;
  transform: rotateZ(-45deg);
}
/* End gioi-thieu */

/* cam-nhan-khach-hang */
.cam-nhan-khach-hang {
}
.item-cam-nhan {
  padding: 10px 5px;
  border-radius: 5px;
  box-shadow: var(--primaryBoxShadown);
  background-color: var(--lightColor);
  margin: 40px 0;
  font-family: var(--secondaryFont);
}
.item-cam-nhan .info {
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.item-cam-nhan .info .quote {
  text-align: end;
  margin-top: -35px;
  margin-bottom: 30px;
}
.item-cam-nhan .info .mo-ta {
  padding-left: 85px;
  padding-top: 0;
  margin-bottom: 35px;
}
.item-cam-nhan .info .img-container {
  position: absolute;
  bottom: 0;
  left: -5px;
  overflow: hidden;
  z-index: 1;
  border-radius: 50%;
  transform: translateX(-50%);
  width: 125px;
  height: 125px;
  padding: 0;
}
.item-cam-nhan .info .img-container img {
  position: static;
}
.item-cam-nhan .thong-tin {
  padding: 0 20px;
  padding-top: 20px;
  border-top: 1px solid var(--primarycolor);
  font-size: 18px;
  font-style: italic;
}
.item-cam-nhan .tieu-de {
  font-weight: bold;
}
/* 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-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: var(--primarycolor);
  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 {
}
/* 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: var(--primarycolor);
  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: var(--primarycolor);
}
.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 {
}
.numbers .bg-numbers {
  padding: 3rem 0;
  background-color: #e7e7dd;
}
.numbers .nav.nav-number .nav-item .info > .number {
  font-size: 64px;
}
/* End numbers */

/* hinh-anh */
.hinh-anh {
}
.hinh-anh-card {
  position: relative;
  z-index: 1;
}
.hinh-anh-card .info {
  position: static;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  /* transform: translateY(-50%); */
  width: calc(100%);
  height: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  background-color: hsla(113, 57%, 36%, 1);
  color: var(--primaryLightText);
  text-align: center;
  padding: 1rem;
}
.hinh-anh-card .info .tieu-de {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.hinh-anh-card .info .mo-ta {
  padding-top: 5px;
  transition: all 0.3s;
  height: auto;
  overflow: hidden;
}
.hinh-anh-card .info .mo-ta > p:last-child {
  margin-bottom: 0;
}
/* .hinh-anh-card:hover .info .mo-ta {
  height: auto;
} */
/* End hinh-anh */

/* video */
.video {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 0;
}
.video .title {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: -33px;
  font-size: 52px;
  text-transform: none;
  line-height: 1;
  margin: 0;
}
.video .btn-play {
  width: 90px;
  height: 90px;
  line-height: 83px;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--primaryDarkText);
  opacity: 0.62;
  color: #696767;
  border-radius: 50%;
  border: 2px solid;
  font-size: 24px;
  box-shadow: 0 0px 5px hsla(0, 1%, 41%, 0.57);
}
.video .btn-play:hover {
  opacity: 1;
}
.video .btn-play i {
  width: 60px;
  height: 60px;
  line-height: 55px;
  display: inline-block;
  border: 3px solid;
  border-radius: 50%;
}
.video .btn-play i::before {
  transform: translateX(2px);
  display: inline-block;
}
/* End video */

/* danh-muc-dich-vu */
.danh-muc-dich-vu {
  padding: 0;
}
.danh-muc-dich-vu > .bg-dich-vu .bg-border {
  padding: 3rem 0;
  border-top: 1px solid var(--darkColor);
  border-bottom: 1px solid var(--darkColor);
}
.danh-muc-dich-vu > .bg-dich-vu + .bg-dich-vu .bg-border {
  border-top: 0;
}
/* End danh-muc-dich-vu */

/* banner */
.banner {
  position: relative;
  z-index: 1;
  padding: 0;
}
.banner .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
  font-size: 22px;
}
.banner .thong-tin {
  position: relative;
  z-index: 1;
  font-family: var(--secondaryFont);
  padding: 2rem;
  margin-bottom: 1rem;
}
.banner .thong-tin::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100px;
  height: 100px;
  background-image: url("../images/quote-left.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
.banner .thong-tin::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100px;
  height: 100px;
  background-image: url("../images/quote-right.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
}
.banner .mo-ta {
  text-align: center;
  color: #ff1f1f;
  font-family: var(--thirdFont);
  margin-bottom: 1rem;
}
.banner .btn.btn-readmore {
  background-color: var(--lightColor);
  color: var(--primarycolor);
  border: 0;
  height: 54px;
  font-family: var(--thirdFont);
  line-height: 44px;
  font-size: 32px;
  padding: 0 50px;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.58);
}
/* End banner */

/* y-kien */
.y-kien {
}
.y-kien-card .img-container {
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.4s;
  transform: scale(0.5);
  opacity: 0.73;
}
.y-kien .swiper-slide-active .y-kien-card .img-container {
  transform: none;
  opacity: 1;
}
.y-kien-card .info {
  text-align: center;
  padding: 0 50px;
}
.y-kien-card .info .mo-ta::before {
  content: "\f10e";
  font-size: 1.2em;
  color: var(--primarycolor);
  font-family: FAS;
  transform: rotateY(180deg);
  display: inline-block;
}
.y-kien-card .info .mo-ta::after {
  content: "\f10d";
  font-size: 1.2em;
  color: var(--secondarycolor);
  font-family: FAS;
  transform: rotateY(180deg);
  display: inline-block;
}
/* End y-kien */

/* danh-muc-tin-tuc */
.danh-muc-tin-tuc {
  padding: 0;
}
.danh-muc-tin-tuc .single-danh-muc {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}
.danh-muc-tin-tuc .single-danh-muc .row-news {
  min-height: 400px;
}
.danh-muc-tin-tuc .single-danh-muc .bg-tin-tuc {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: inherit;
}
.danh-muc-tin-tuc .title {
  /* font-size: 54px; */
}
.danh-muc-tin-tuc .title.style-2 {
  padding-left: 9px;
  justify-content: center;
}
.danh-muc-tin-tuc .title.style-2::before {
  width: 45px;
  height: 45px;
}
.danh-muc-tin-tuc .title.style-2::after {
  width: 45px;
  height: 45px;
  margin-left: -38px;
}
.danh-muc-tin-tuc .title.style-2 > span {
  margin-left: -34px;
}
/* End danh-muc-tin-tuc */

/* san-phan-trang-chu */
.san-phan-trang-chu {
}

.san-phan-trang-chu .bg-san-pham {
  background-color: var(--primarycolor);
  padding: 1rem;
  border-radius: 4px;
}
.san-phan-trang-chu .bg-san-pham {
}
.san-phan-trang-chu .title-san-pham-trang-chu {
  z-index: 1;
  color: var(--primaryLightText);
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid;
}
.san-phan-trang-chu .title-san-pham-trang-chu > span {
  position: relative;
  background-color: var(--lightColor);
  color: #fb2628;
  font-weight: 500;
  line-height: 1;
  padding: 8px 10px;
  text-transform: uppercase;
  font-size: 24px;
}
.san-phan-trang-chu .title-san-pham-trang-chu > span::before {
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  z-index: 1;
  height: 100%;
  background-color: var(--lightColor);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 25px;
}
.san-phan-trang-chu .title-san-pham-trang-chu > a {
  font-size: 14px;
  font-weight: 300;
}
.san-phan-trang-chu .title-san-pham-trang-chu > a i {
  font-size: 0.8em;
}
/* End san-phan-trang-chu */

/* tai-nguyen */
.tai-nguyen {
}
.tai-nguyen-card {
  background-color: var(--primarycolor);
  color: var(--primaryLightText);
  padding: 1.5rem;
  border-radius: 7px;
  margin-bottom: 100px;
}
.tai-nguyen-card .info {
  text-align: center;
  margin-bottom: 1rem;
}
.tai-nguyen-card .tieu-de {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 22px;
  color: #000;
}
.tai-nguyen-card .mo-ta {
}
.tai-nguyen-card .img-border {
  background-color: var(--lightColor);
  border-radius: 50%;
  padding: 28px;
  border: 10px solid var(--primarycolor);
  margin-bottom: -120px;
  overflow: hidden;
}
/* End tai-nguyen */

/* linh-vuc */
.linh-vuc {
  margin-top: 3rem;
}
.linh-vuc .title {
  margin-bottom: -1.5rem;
}
.linh-vuc .swiper-wrapper {
  height: 420px;
}
.item-linh-vuc {
}
.item-linh-vuc .tieu-de {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 20px;
}
.item-linh-vuc .mo-ta {
  margin-bottom: 1.5rem;
}
.item-linh-vuc .info {
  padding: 2rem 0;
  padding-left: 35px;
}
.linh-vuc .swiper-pagination {
  position: static;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  transform: none;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.linh-vuc .swiper-pagination .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primarycolor);
  margin: 0;
  background-color: var(--lightColor);
  opacity: 1;
  border: 1px solid;
  width: 15px;
  height: 15px;
  border-radius: 0;
  outline: none;
  transform: rotateZ(45deg);
}
.linh-vuc .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  background-color: var(--primarycolor);
  margin: auto;
  opacity: 0;
  transition: all 0.3s;
}
.linh-vuc
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
/* End linh-vuc */

/* page */
.page {
}
.page .title {
  margin-bottom: 2rem;
}
.page .banner-container {
}
.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: var(--primarycolor);
}
.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: var(--primarycolor);
  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: var(--primarycolor);
  --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: var(--primarycolor);
}
.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: "\f178";
  padding: 0.7rem 0;
  margin-bottom: 2rem;
  background-color: var(--primarycolor);
  font-weight: normal;
  color: var(--lightColor);
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.2em;
}
.page .breadcrumb-container::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #161616;
  opacity: 0.58;
}
.page .breadcrumb-container .breadcrumb {
  margin-bottom: 0;
  justify-content: center;
}
.page .breadcrumb-container .title-breadcrumb {
  font-weight: bold;
  text-align: center;
}
.page .pagination-page {
  margin-top: 2rem;
  font-weight: normal;
  display: flex;
  justify-content: end;
  gap: 15px;
}
.page .pagination-page > *:last-child,
.page .pagination-page > *:first-child {
  display: none;
}
.page .breadcrumb-container .breadcrumb-item {
  display: flex;
  align-items: center;
}
.page .breadcrumb-container .breadcrumb-item.active {
  color: inherit;
}
.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: 16px;
  color: var(--secondaryDarkText);
}
.page .pagination-page > span,
.page .pagination-page > a:hover {
  color: var(--primarycolor);
  transform: scale(1.3);
}
.page .main-content {
}
.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 */
.bat-dong-san-detail-page {
}
.bat-dong-san-detail-page .bds-info-box {
}
.bat-dong-san-detail-page .bds-info-box {
  font-size: 15px;
}
.bat-dong-san-detail-page .bds-info-box .tieu-de {
  color: var(--primarycolor);
  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: var(--primarycolor);
}
.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: var(--primarycolor);
  color: var(--lightColor);
}
/* End bat-dong-san-detail-page */

/* bat-dong-san-page */
.bat-dong-san-page {
}
.bat-dong-san-page .main-content {
}
.bat-dong-san-page .main-content {
}
/* 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 {
}
.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: var(--primarycolor);
  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: var(--primarycolor);
  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 {
}
.gio-hang-page .page-cart {
  padding: 10px;
  background-color: var(--lightColor);
}
/* 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 */

/* lien-he-page */
.lien-he-page {
  padding-bottom: 0;
  padding-top: 2rem;
}
.lien-he-page .thong-tin {
}
.lien-he-page .title {
  margin-bottom: 1rem;
}
.lien-he-page form {
  padding: 1.5rem;
  color: var(--darkColor);
  box-shadow: var(--primaryBoxShadown);
  border-radius: 7px;
}
.lien-he-page form .title {
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: start;
  font-size: 24px;
  color: inherit;
}
.lien-he-page form .form-control {
  border-radius: 0;
  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-detail-page .bg-tin-tuc {
  padding: 3rem 0;
}
/* End tin-tuc-detail-page */

/* san-pham-detail-page */
.san-pham-detail-page {
  /* background-color: hsl(102, 90%, 97%); */
}
.san-pham-detail-page .bg-product {
  padding: 1.5rem;
  background-color: var(--lightColor);
}
.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 .product-name {
  font-size: 28px;
  margin-bottom: 0;
}
.san-pham-detail-page .product-detail-box .product-price {
  font-size: 26px;
  color: red;
  font-weight: 500;
}
.san-pham-detail-page .product-detail-box .product-price > .old {
  font-size: 0.8em;
  font-style: italic;
  text-decoration: line-through;
  color: #666;
}
.san-pham-detail-page .product-detail-box .product-price .currency {
  margin-left: 5px;
}
.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: 0;
  text-align: center;
  border: 1px solid var(--primarycolor);
  height: 40px;
  padding: 0 10px;
  line-height: 38px;
  font-weight: normal;
  box-shadow: none;
  color: var(--primarycolor);
}
.san-pham-detail-page .product-detail-box .product-btn-group .btn.btn-reverse {
  background-color: var(--primarycolor);
  color: var(--lightColor);
}
.san-pham-detail-page .product-detail-box .product-btn-group .btn:hover {
  background-color: var(--primarycolor);
  color: var(--lightColor);
}
.san-pham-detail-page
  .product-detail-box
  .product-btn-group
  .btn.btn-reverse:hover {
  background-color: var(--lightColor);
  color: var(--primarycolor);
}
.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 {
  font-size: 32px;
  margin-bottom: 1rem;
}
.san-pham-detail-page .product-detail-box .nav-tabs {
  border: 0;
  column-gap: 10px;
  row-gap: 5px;
}
.san-pham-detail-page .product-detail-box .nav-tabs .nav-link {
  margin: 0;
  background-color: transparent;
  color: var(--primaryDarkText);
  border: 1px solid var(--primarycolor);
  border-radius: 4px;
}
.san-pham-detail-page .product-detail-box .nav-tabs .nav-link.active,
.san-pham-detail-page .product-detail-box .nav-tabs .nav-link:hover {
  background-color: var(--primarycolor);
  color: var(--primaryLightText);
}
/* End san-pham-detail-page */

/* page-search */
.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: var(--primarycolor);
  border: 1px solid var(--primarycolor);
  color: var(--lightColor);
  border-radius: 3px;
  font-weight: normal;
}
.tag-box .nav > .nav-item > a:hover {
  color: var(--primarycolor);
  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;
}
/* End tag-box */

/* thanh-cong-page */
.thanh-cong-page {
  padding: 2rem 0;
}
.thanh-cong-page table {
  background-color: var(--lightColor);
}
/* End thanh-cong-page */

/* btn-to-top */
.btn.btn-to-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  width: 50px;
  height: 50px;
  line-height: 46px;
  background-color: var(--primarycolor);
  color: var(--lightColor);
  text-align: center;
  font-size: 24px;
  border-radius: 0;
  border: 1px solid var(--primarycolor);
  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;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.btn.btn-to-top.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.btn.btn-to-top:hover {
  background-color: var(--lightColor);
  color: var(--primarycolor);
}
/* 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 */
.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: var(--primarycolor);
}
/* 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 */

/* dropdown-danhmuc */
.dropdown-danhmuc {
  height: 100%;
  font-size: 16px;
}
.dropdown-danhmuc .dropdown-toggle {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: block;
  background-color: var(--lightColor);
  color: var(--primaryDarkText);
  text-transform: uppercase;
  font-size: inherit;
  text-align: start;
  padding: 5px 3rem;
}
.dropdown-danhmuc .dropdown-toggle > img {
  margin-top: -3px;
}
.dropdown-danhmuc .dropdown-toggle::after {
  display: none;
}
.dropdown-danhmuc .dropdown-menu {
  padding: 0;
  inset: unset !important;
  top: calc(100% + 3px) !important;
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background-color: var(--primarycolor);
  color: var(--primaryLightText);
  transform: none !important;
}
.dropdown-danhmuc .dropdown-menu .dropdown-item {
  color: inherit;
  padding: 0.5rem 3rem;
  text-transform: uppercase;
  font-weight: bold;
  white-space: normal;
}
.dropdown-danhmuc .dropdown-menu .dropdown-item img {
  margin-right: 10px;
}
.dropdown-danhmuc .dropdown-menu .dropdown-item:hover {
  background-color: var(--secondarycolor);
}
/* End dropdown-danhmuc */

/* select-languages */
.select-languages {
  background-color: transparent;
  color: inherit;
  border: 1px solid;
  padding: 3px 7px;
  outline: none;
}
.select-languages option {
  color: var(--primaryDarkText);
}
/* End select-languages */

/* swiper-button-group */
.swiper-button-group {
  --size: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  font-size: var(--size);
  color: var(--darkColor);
}
.swiper-button-group .nav {
  column-gap: 10px;
  width: auto;
}
.swiper-button-group .nav a {
  display: block;
  text-align: center;
  line-height: calc((var(--size) * 1.6) - 2px);
  width: calc(var(--size) * 1.6);
  height: calc(var(--size) * 1.6);
  border: 1px solid;
  color: var(--secondarycolor);
}
.swiper-button-group .nav .nav-item.swiper-pagination-bullet-active a {
  background-color: var(--secondarycolor);
  color: var(--primaryLightText);
}
.swiper-button-group .nav .nav-item {
  background: none;
  width: auto;
  height: auto;
  margin: 0;
  opacity: 1;
}
/* End swiper-button-group */

/* Utility */
.title {
  font-weight: 900;
  font-size: 30px;
  color: var(--primarycolor);
  margin-bottom: 3rem;
  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: 10px;
  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: var(--primarycolor);
  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;
}
.title.has-decoration {
  text-align: center;
}
.title.has-decoration > span {
  display: inline-block;
  background-image: url("../images/title-decoration.png");
  padding-top: 85px;
  width: 100%;
  /* height: 307px; */
  height: 230px;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.title.style-2 {
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding-left: 6px;
}
.title.style-2 > span {
  order: 99;
  margin-left: -25px;
  z-index: 1;
}
.title.style-2::before {
  flex: 0 0 auto;
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  background-color: #e4efd0;
  transform: rotateZ(45deg);
}
.title.style-2::after {
  flex: 0 0 auto;
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 2px solid #e4efd0;
  transform: rotateZ(45deg);
  margin-left: -24px;
}
.shopping-cart {
  position: relative;
  z-index: 1;
}
.shopping-cart .numcart {
  --size: 21px;
  font-size: 11px;
  transform: translate(40%, -30%);
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  border-radius: 50%;
  background-color: var(--primarycolor);
  color: var(--primaryLightText);
  z-index: 1;
}
.thong-tin p:last-child {
  margin-bottom: 0;
}
.logo img {
  height: 60px;
  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: contain;
}
.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: var(--primarycolor);
  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: var(--primarycolor);
}
.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: var(--primarycolor);
  color: var(--lightColor);
  border-radius: 3px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.share-box .nav a:hover {
  color: var(--primarycolor);
  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 */
input.number {
  -moz-appearance: textfield;
}
.bg-default {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gia {
  color: #f00;
  font-weight: 500;
}
.gia .currency {
  margin-left: 2px;
}
.gia .old {
  font-size: 0.8em;
  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;
}
input.hidden-arrow {
  -moz-appearance: textfield;
}
.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 {
  background-color: transparent;
  color: var(--secondarycolor);
  font-size: 14px;
  padding: 0 15px;
  border: 1px solid var(--secondarycolor);
  height: 38px;
  line-height: 36px;
  border-radius: 0;
  box-shadow: none;
  font-weight: 500;
}
.btn.btn-readmore i {
  font-size: 0.8em;
}
.btn.btn-readmore:hover {
  color: var(--primaryLightText);
  background-color: var(--secondarycolor);
}
/* End Utility */
.tintuc_thuvienphaply {
  margin-top: 35px;
  min-height: 200px;
  padding: 10px 0;
  padding-bottom: 20px;
  box-sizing: border-box;
  /* background: #349027; */
}
.tintuc-thuvienphaply-item {
  min-height: 200px;
  background: #fff;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); */
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.thuvien-phaply-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  position: relative;
  /* height: 100px; */
}
.thuvien-phaply-tieude h5 {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 5px 0;
}
/* ky thuat hiep sua  */
.hinh-tintuc {
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
  height: 260px;
}
.thuvien-phaply-img {
  height: 100%;
  width: 100%;
}
.thuvien-phaply-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* style menu thu vien phap ly  */
.thuvien-phaply-item {
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 0 0 87px 0 rgba(205, 221, 235, 0.61);
  overflow: hidden;
  background: #ffffff;
  min-height: 100%;
  position: relative;
}
.thuvien-item-img {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.thuvien-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.noidung-tintuc {
  padding: 10px 20px;
}
.date-tintuc {
  /* margin-top: 10px; */
  color: #c8c8c8;
}
.date-tintuc i {
  margin-right: 5px;
}
.tieude-tintuc {
  margin-top: 10px;
}
.tieude-tintuc h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0;
}
.mota-tintuc {
  margin: 10px 0;
  margin-bottom: 20px;
  font-size: 0.9rem !important;
}
.noidung-tintuc h4 a {
  color: #00a555;
  font-size: 1.1rem;
}
.thuvien-danhmuc {
  align-items: stretch;
}
.noidung-tintuc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.noidung-tintuc-bottom {
  position: absolute;
  bottom: 0;
}
.nentrang {
  width: 100%;
  height: 30px;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: -84px;
  left: -142px;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.thuvien-item-img:hover .nentrang {
  width: 262%;
  height: 131px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.3), transparent);
  position: absolute;
  bottom: 173px;
  left: 9px;
  transform: rotate(45deg);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.vudan-dienhinh .noidung-tintuc {
  padding: 10px 0;
}
