@charset "utf-8";
@import url(../css/colors.css);
@import url(../css/fonts.css);
/* CSS Document */

/* set up */

body {
  font-family: var(--primaryFont), sans-serif;
  font-size: 14px;
  color: var(--darkColor);
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  background-position: center;
  background-size: contain;
}

.row.rowx-0 {
  --bs-gutter-x: 0;
}
.row.rowx-5 {
  --bs-gutter-x: 5px;
}
.row.rowx-10 {
  --bs-gutter-x: 10px;
}
.row.rowx-15 {
  --bs-gutter-x: 15px;
}
.row.rowy-5 {
  --bs-gutter-y: 5px;
}
.row.rowy-10 {
  --bs-gutter-y: 10px;
}
.row.rowy-15 {
  --bs-gutter-y: 15px;
}

.wrapper-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999999;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper-loading.done {
  opacity: 0;
  z-index: -1;
  transform: translateY(-150%);
}

.wrapper-loading img {
  width: auto;
  height: 15%;
  border-radius: 20px;
  padding: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--linkColor);
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  color: var(--linkHoverColor);
}

.lg-none {
  display: none;
}

.lg-block {
  display: block;
}

.logo img {
  height: 60px;
}

.title {
  color: var(--titleColor);
  font-family: var(--titleFont);
  margin-bottom: 25px;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: normal;
}
.noi-dung h1,
.noi-dung h2,
.noi-dung h3,
.noi-dung h4,
.noi-dung h5,
.noi-dung h6 {
  font-family: var(--titleFont);
  color: var(--secondarycolor);
}
.title.title-module {
  font-family: var(--titleFont2);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 28px;
  color: var(--primarycolor);
  font-weight: bold;
}
.title.has-logo {
  text-align: center;
}
.title.has-logo > span {
  position: relative;
  border-bottom: 2px solid currentColor;
  padding: 5px 0;
}
.title.has-logo > span::after {
  position: absolute;
  bottom: -11px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-image: url("../images/logo-title.png");
  background-color: var(--lightColor);
  border: 1px solid var(--primarycolor);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
}
.title.has-line-bottom {
  position: relative;
}
.title.has-line-bottom::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 180px;
  height: 1px;
  background-color: currentColor;
}
.title.has-line-top {
  position: relative;
}
.title.has-line-top::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 180px;
  height: 1px;
  background-color: currentColor;
}
.title-gia {
  color: var(--secondarycolor);
  font-size: 16px;
  font-weight: bold;
}

.title2 {
  font-family: var(--titleFont2);
  color: var(--darkColor);
  font-size: 20px;
  margin-bottom: 1.5rem;
}

.title.has-border {
  border-bottom: 1px solid var(--primarycolor);
}

.title.has-line {
  margin-bottom: 3rem;
}
.title.has-line > span {
  position: relative;
}

.title.has-line > span::after {
  content: "";
  width: 60%;
  height: 2px;
  display: block;
  background-color: currentColor;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: -10px;
}

.title.has-line::before {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  background-color: var(--secondarycolor);
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: -15px;
  display: none;
}

.title.has-decoration {
  position: relative;
  /* padding-top: 6rem; */
  background-image: url("../images/title-decoration.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 70px;
  background-position: center left;
  color: var(--titleDecorationColor);
  text-transform: uppercase;
  font-weight: normal;
  margin-left: -13px;
  margin-right: 0px;
}

.title.has-decoration .icon-decoration {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23px;
  width: 25px;
  height: 25px;
  margin: auto 0;
}

.title.has-decoration .readmore {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  height: 0px;
  color: var(--darkColor);
  text-transform: uppercase;
  margin: auto 0;
  font-size: 15px;
}

.title.has-decoration span {
  position: absolute;
  top: 0;
  left: 72px;
  bottom: 0;
  margin: auto 0;
  height: 28px;
  font-size: 28px;
}

.title.has-img-decoration {
  position: relative;
  margin-bottom: 75px;
}
.title.has-img-decoration::before {
  content: "";
  background-image: url("../images/img-decoration.png");
  background-position: center;
  position: absolute;
  width: 477px;
  height: 45px;
  bottom: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.title.text-decoration {
  text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff,
    1px 1px 2px #fff, -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff;
}
.title.rec-decoration {
  position: relative;
}
.title.rec-decoration::before {
  content: "";
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: var(--primarycolor);
  margin: -10px 0;
}
.title.rec-decoration > span {
  position: relative;
  display: inline-block;
}
.title.rec-decoration > span::after {
  position: absolute;
  bottom: -9px;
  left: -2px;
  content: "";
  width: calc(100% + 2px);
  height: 2px;
  background-color: var(--primarycolorDarker);
  display: block;
}
.title.rec-decoration > span::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -16px;
  width: 15px;
  height: 15px;
  background-color: var(--primarycolorDarker);
  z-index: -1;
}
.title.circle-decoration > span {
  border-bottom: 2px solid var(--primarycolorDarker);
  padding-bottom: 5px;
}
.title.circle-decoration .decoration {
  position: relative;
  color: var(--lightColor);
}
.title.circle-decoration .decoration::before {
  position: absolute;
  top: -10px;
  left: -16px;
  content: "";
  width: 78px;
  height: 78px;
  background-image: url("../images/circle-decoration.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.title.has-bg {
  color: var(--lightColor);
  background-color: var(--primarycolor);
  text-align: center;
  padding: 0.5rem 0;
  font-weight: 500;
}

.noi-dung {
  font-family: var(--primaryFont);
}

.btn-readmore {
  font-family: var(--buttonFont);
  display: inline-block;
  padding: 6px 15px;
  background-color: transparent;
  color: var(--darkColor);
  font-size: 14px;
  border: 1px solid var(--primarycolor);
}
.btn-readmore::before {
  /* content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/icon_buyer.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(1000%) grayscale(100%); */
}
.btn-readmore:hover:before {
  filter: none;
}
.btn-readmore:hover {
  color: var(--lightColor);
  background: var(--primarycolor);
}
.btn-readmore:focus {
  box-shadow: none;
}
.line {
  display: block;
  width: 1px;
  height: 12px;
  background-color: currentColor;
}
* > .line:last-child {
  display: none;
}
.btn-readmore.bg-white {
  background: var(--lightColor);
  color: var(--primarycolor);
  box-shadow: 1px 1px 3px #fff;
  font-weight: bold;
}

.btn-readmore-2 {
  font-family: var(--buttonFont2);
  color: #939393;
  font-size: 18px;
}

.btn-dk {
  background-color: var(--primarycolor);
  color: var(--lightColor);
  font-family: var(--buttonFont);
  font-weight: 500;
  border-radius: 0;
  font-size: 14px;
  padding: 0.5rem 1.3rem;
  text-transform: uppercase;
}
.btn-dk:hover {
  background-color: var(--primarycolor);
  color: var(--lightColor);
}

.well a {
  color: #000;
}

header {
  background-color: var(--primarycolor);
  color: var(--lightColor);
  font-weight: 400;
  position: relative;
  padding: 0;
  z-index: 2;
  padding: 0;
  margin-bottom: 0.5rem;
}
header a {
}
header a:hover {
  color: inherit;
}
.padding header {
}
header .title {
  font-size: 1.7rem;
  margin: 0;
}

header .nav .nav-item a {
  font-weight: 700;
}

header .mxh-header a {
  color: var(--primarycolor);
  padding-left: 0.5rem;
}

header .row-hotline {
  --bs-gutter-x: 0.5rem;
}

header .info-hotline {
  display: flex;
  gap: 5px;
}
header .info-hotline span {
  display: block;
}

header .info-hotline span.label-hotline {
  /* text-transform: uppercase; */
  font-size: 16px;
}

header .info-hotline span.hotline-info {
  color: var(--secondarycolor);
  font-size: 16px;
  font-weight: 500;
}
.radio-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primarycolor);
  padding: 2px;
  border-radius: 50px;
  gap: 1px;
  border: 1px solid var(--lightColor);
}
.radio-lang a {
  display: block;
  text-align: center;
  width: 50px;
  padding: 0 5px;
  border-radius: 50px;
  font-weight: 700;
  color: var(--lightColor);
  font-size: 16px;
}
.radio-lang a.active,
.radio-lang a:hover {
  color: var(--primarycolor);
  background-color: var(--lightColor);
}
.link-header {
  display: flex;
  align-items: center;
  gap: 5px;
  color: inherit;
}
.link-header img {
  height: 25px;
}
header .header-nav {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15px 100%);
  color: var(--lightColor);
  background: linear-gradient(
    90deg,
    rgba(56, 179, 75, 1) 0%,
    rgba(203, 236, 209, 1) 100%
  );
  padding: 0.3rem 2.5rem 0.3rem 1.5rem;
  margin-bottom: 1.2rem;
}
header,
section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section {
  overflow: hidden;
}
.top-header {
  padding: 0.2rem;
  color: var(--lightColor);
  background-color: var(--darkColor);
  position: relative;
  overflow: unset;
  font-weight: 300;
  font-size: 14px;
}
.top-header * {
  color: inherit;
  font-size: inherit;
}
.top-header::before {
  /* content: "";
  width: calc(33.3333333333% + 44px);
  height: calc(100% - 4px);
  position: absolute;
  bottom: 0;
  left: -44px;
  background-color: var(--lightColor);
  transform: skewX(55deg);
  -webkit-transform: skewX(55deg);
  -moz-transform: skewX(55deg);
  -ms-transform: skewX(55deg);
  -o-transform: skewX(55deg); */
}
section {
  position: relative;
  padding-bottom: 1rem;
  padding-top: 1rem;
  overflow: hidden;
}
section .title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 28px;
}

section .background {
  position: absolute;
  z-index: -1;
}

.thong-tin {
  font-family: var(--primaryFont);
}

.thong-tin > *:last-child {
  margin: 0;
}

.bg-primary {
  background-color: var(--primarycolor) !important;
}

.bg-secondary {
  background-color: var(--secondarycolor) !important;
}

.text--primary {
  color: var(--primarycolor) !important;
}

.text--secondary {
  color: var(--secondarycolor) !important;
}

.btn-cart {
  color: var(--secondarycolor);
  font-size: 2.8rem;
}

.hotline-label {
  margin: 0;
  font-size: 1.3rem;
  font-weight: bold;
}

.slogan {
  font-size: 18px;
  margin: 0;
}

.img-bo-cong-thuong {
  height: 40px;
}

.box-visited > span {
  padding: 0 0.5rem;
  border-right: 1px solid var(--lightColor);
}

.box-visited > span:last-child {
  border: 0;
}

.padding {
  /* padding-top: 110px; */
}

/* .padding .nav-custom {
  background-color: var(--primarycolor50);
} */

.price {
  color: var(--secondarycolor);
}

/* End set up */

/* pagination-page */

.pagination-page {
  margin-top: 1rem;
  text-align: center;
}

.pagination-page > span,
.pagination-page a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: var(--primarycolor);
  font-size: 16px;
  border: 1px solid;
  font-weight: bold;
}

.pagination-page a:first-child,
.pagination-page a:last-child {
  background-color: var(--lightColor);
  color: var(--primarycolor);
}

.pagination-page a:hover,
.pagination-page > span {
  color: var(--lightColor);
  background-color: var(--primarycolor);
}

.pagination-page a:hover {
  text-decoration: underline;
}

/* End pagination-page */

/* breadcrumb */

.breadcrumb {
  float: right;
  border-bottom: none;
  margin-top: -25px;
  background-color: transparent;
  padding: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: var(--breadcrumbFont);
}

.breadcrumb > li a {
  color: #7e8185;
  font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: inherit;
}
.breadcrumb .breadcrumb-item.active span {
  color: var(--primarycolor);
}

/* End breadcrumb */

/* general */

.ten-cong-ty {
  color: var(--secondarycolor);
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: var(--titleFont);
  font-size: 2rem;
  font-weight: 400;
}

.hotline {
  color: var(--secondarycolor);
  margin: 0;
}

.hotline span {
  font-weight: bold;
  font-size: 26.4px;
}

.email {
  color: var(--secondarycolor);
  margin: 0;
}

.bg-red {
  background-color: #e70200 !important;
}

.widget-container a {
  color: var(--secondarycolor);
  font-size: 1.1rem;
  margin-left: 0.5rem;
}

.btn.btn-lienhe {
  border: 2px solid var(--primarycolor);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-transform: uppercase;
  color: var(--primarycolor);
  font-size: 14px;
  font-family: var(--primaryFont);
  font-weight: 500;
}
.btn.btn-lienhe:hover {
  background-color: var(--primarycolor);
  color: var(--lightColor);
}

/* End general */

/* search-form */

.form-search {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  display: none;
  background-color: var(--lightColor);
  border-radius: 0;
  /* box-shadow: 0 0 5px var(--primarycolor75); */
  border: 0px solid;
  color: var(--primarycolor);
}

.form-search.on-mobile {
  position: unset;
  display: block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.form-search.on-mobile form input {
  width: 100%;
}

.nav-custom .form-search.on-mobile form input {
  width: 200px;
}
.form-search form {
  position: relative;
  padding: 0;
  background-color: var(--lightColor);
  border-radius: 50px;
}

.form-search form .btn-search {
  position: absolute;
  top: 0;
  right: 4px;
  background-color: var(--primarycolor);
  border: 0;
  outline: 0;
  box-shadow: none;
  height: 24px;
  font-size: 12px;
  bottom: 0;
  margin: auto 0;
  color: var(--lightColor);
  /* transform: rotateZ(90deg); */
  border-radius: 50%;
}

.form-search form input {
  outline: 0;
  height: 36px;
  width: 350px;
  border: 0;
  padding: 5px 10px;
  padding-right: 30px;
  border-radius: 0;
  font-size: 14px;
  color: inherit;
  font-weight: 400;
  border: 2px solid var(--primarycolor);
  color: var(--darkColor);
}

.form-search form input::placeholder {
  font-weight: 400;
  color: #363636;
}
.nav-custom .navbar-nav .form-search.on-mobile form input {
  width: 120px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nav-custom .navbar-nav .form-search.on-mobile form input:focus {
  width: 200px;
}

/* End search-form */

/* nav-custom */

.nav-custom {
  color: var(--navColor);
  background-color: var(--navBackground);
  padding-top: 1rem;
  padding-bottom: 1rem;
  /*position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1055;
  */
  position: sticky;
  top: -100%;
  transition: top 0.5s, padding 0.2s;
  -webkit-transition: top 0.5s, padding 0.2s;
  -moz-transition: top 0.5s, padding 0.2s;
  -ms-transition: top 0.5s, padding 0.2s;
  -o-transition: top 0.5s, padding 0.2s;
  z-index: 1055;
  box-shadow: 0 2px 5px #44444440;
}

.nav-custom .navbar-nav {
}
header .nav-container {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  text-align: end;
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.padding header .nav-container {
  /* padding-bottom: 0;
  background-color: var(--lightColor);
  box-shadow: 0 5px 5px #44444430; */
  filter: drop-shadow(0 5px 5px #44444430);
}
header .nav-container.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1056;
}
.nav-container.fixed {
  filter: drop-shadow(0 0 5px #444);
}
.nav-container.fixed .nav-custom {
  background-color: var(--lightColor);
}
.padding .nav-container.fixed .nav-custom {
  background-color: var(--primarycolor);
}
.padding .nav-container.fixed .nav-custom .nav-item .nav-link,
.padding .nav-container.fixed .nav-custom .navbar-brand {
  color: var(--lightColor);
}
header .nav-custom {
  /* position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  border-bottom: 2px solid var(--primarycolor); */
}
.nav-custom::before {
  /* content: "";
  background-color: var(--lightColor);
  width: calc(33.33333333% + 44px);
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  left: -44px;
  transform: skewX(325deg);
  -webkit-transform: skewX(325deg);
  -moz-transform: skewX(325deg);
  -ms-transform: skewX(325deg);
  -o-transform: skewX(325deg); */
}

.nav-custom.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1055;
  padding: 0;
}

.nav-custom .navbar-nav.justify-content-end > .nav-item:last-child > .nav-link {
  padding-right: 0;
}

.nav-custom .navbar-nav > .nav-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.5rem 0;
  gap: 20px;
}

.nav-custom .nav-item .nav-link,
.nav-custom .navbar-brand {
  font-family: var(--navFontPrimary);
  color: var(--navColor);
  /* background-color: var(--navActiveColor); */
  font-size: 16px;
  padding: 3px 10px;
  position: relative;
  /* border: 2px solid transparent; */
  /* border-radius: 30px; */
  white-space: nowrap;
}

.nav-custom .navbar-brand {
  padding: 0;
}

.nav-custom .navbar-nav > .nav-item > .nav-link.active,
.nav-custom .nav-item > .nav-link:hover,
.nav-custom .navbar-brand:hover {
  color: var(--navActiveColor);
  /* border-color: var(--lightColor); */
  /* background-color: transparent;
  color: var(--navActiveColor);
  padding: 0; */
}

.nav-custom .navbar-nav > .nav-item > .nav-link {
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  border-radius: 50px;
  text-transform: uppercase;
}
.nav-link.call_now {
  display: flex;
  align-items: center;
  --primarycolor: #ec2b05;
  color: var(--primarycolor) !important;
  gap: 0.2rem;
  background-color: var(--secondarycolor);
  border-radius: 50px;
  padding: 0.1rem 1rem 0.1rem 0.2rem !important;
  font-weight: 500 !important;
  margin: -1rem 0 !important;
}
.nav-custom .navbar-nav > .nav-item > .nav-link::after {
  position: absolute;
  content: "";
  background-color: var(--navColor);
  width: 2px;
  height: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: none;
}

.nav-custom .navbar-nav > .nav-item:last-child > .nav-link:after {
  display: none;
}

.nav-custom .navbar-nav.last-first-no-padding > .nav-item > .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.nav-custom .navbar-nav > .nav-item > .nav-link:focus {
  color: var(--navFocusColor);
}

.nav-custom .nav-item:last-child .nav-link {
  /* padding-right: 0; */
}

.nav-custom .dropdown-menu {
  /*position: relative;
  */
  top: 100%;
  left: 0;
  min-width: 20rem;
  background-color: var(--lightColor);
  border-radius: 0;
  padding: 0;
}

.nav-custom .dropdown3 > .dropdown-menu {
  right: unset;
  left: 100%;
  top: 0;
}

.nav-custom .dropdown-menu .nav-item .nav-link {
  width: 100%;
  background: unset;
  color: var(--navColor);
  transition: all 0.3s;
  padding: 8px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-transform: none;
  font-weight: 500;
  text-transform: none;
}

.nav-custom .dropdown-menu .nav-item .nav-link:hover {
  color: var(--lightColor);
  background-color: var(--primarycolor);
}

.nav-custom .sub-nav ul {
  display: none;
  position: absolute;
  min-width: 15rem;
  background-color: #fff;
  border: 1px solid #ccc;
}

.nav-custom .sub-nav:hover ul {
  display: block;
  top: 0;
  right: -110%;
  padding: 10px 0;
  border-radius: 5px;
}

/* End nav-custom */

/* gio-hang-container */
.gio-hang-container {
  position: relative;
  font-size: 22px;
}
.gio-hang-container .num-cart {
  display: block;
  position: absolute;
  bottom: 0;
  right: -7px;
  text-align: center;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: var(--lightColor);
  border: 1px solid;
  font-size: 10px;
  font-weight: 900;
}

/* End gio-hang-container */

/* footer */

footer {
}
footer > .bg-footer {
  /* --secondarycolor: #5b9bf3; */
  background-color: #000;
  color: var(--lightColor);
  /* border-top: 5px solid var(--secondarycolor); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 1rem;
  overflow: hidden;
  font-weight: 300;
}
footer > .chantrang {
  color: var(--lightColor);
  background-color: #000;
  padding: 0;
  font-family: var(--primaryFont);
  font-size: 13px;
  font-weight: 300;
  padding: 0.5rem 0;
}
.logo-footer {
}
.logo-footer img {
  height: 150px;
}
footer .row-footer {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

footer .logo img {
  height: 80px;
}

footer .ten-cong-ty {
  font-size: 3.2rem;
}

footer a {
  color: inherit;
  font-size: 13px;
}

footer a:hover {
  text-decoration: underline;
  color: inherit;
}

footer .title-f {
  margin-top: 1rem;
  font-size: 21px;
  font-family: var(--titleFooterFont);
  margin-bottom: 0.5rem;
  display: block;
  text-transform: uppercase;
  color: inherit;
  font-weight: 700;
}

footer .title-f span {
  display: inline-block;
  border-bottom: 2px solid;
}

footer .title-f a {
  font-size: inherit;
}
footer .title-f.has-line::after {
  content: "";
  display: block;
  height: 1px;
  width: 70%;
  background-color: var(--primarycolor);
  margin-top: 0.3rem;
}

footer .nav .nav-link {
  color: var(--lightColor);
  padding-top: 0;
  padding-bottom: 0;
}

footer .col-icon i {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 1px solid var(--lightColor);
  font-size: 20px;
  color: var(--darkColor);
  background-color: var(--lightColor);
  line-height: 1.6;
}

footer .chantrang a {
  color: inherit;
  font-size: inherit;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer ul.nav-hor {
  display: inline-block;
}

footer .map iframe {
  height: 200px;
  margin-bottom: -6px;
}

footer iframe {
  width: 100%;
}

.nav.mxh-icon {
  gap: 2rem;
}
.nav.mxh-icon li {
  margin: 0;
}
.nav.mxh-icon a {
  display: block;
  width: 25px;
  height: 25px;
  color: #000;
  background-color: var(--lightColor);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  border: 2px solid var(--lightColor);
  background-repeat: no-repeat;
  background-position: center;
}

.nav.mxh-icon a.no-fill {
  background-color: transparent;
  color: var(--lightColor);
}

footer .xemthem {
  font-style: italic;
  display: block;
}

footer .nav-f > li {
  display: inline;
}

footer .nav-f > li > a {
  padding: 0 0.5rem;
  border-right: 1px solid var(--lightColor);
}

footer .nav-f > li:last-child > a {
  border: 0;
  padding-right: 0;
}
footer .col-thongtin {
  font-size: 16px;
}
.row.row-thong-ke {
  --bs-gutter-x: 1px;
  --bs-gutter-y: 1px;
}

.row.row-thong-ke span {
  display: block;
  background-color: var(--lightColor);
  color: var(--primarycolor);
  padding: 10px 15px;
  font-weight: 500;
}
ul.lien-ket-nhanh .nav-link {
  display: inline-block;
  padding-left: 12px;
  color: var(--darkColor);
  padding-top: 0;
  padding-bottom: 0;
}

ul.lien-ket-nhanh .nav-link:hover {
  color: var(--linkHoverColor);
}
.email-dk-container {
  position: relative;
}
.email-dk-container .form-control {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  height: 45px;
  padding-right: 130px;
  padding-left: 25px;
}
.email-dk-container .form-control:focus {
  box-shadow: none;
}
.email-dk-container .form-control::placeholder {
  color: #c2c2c2;
  font-style: italic;
}
.email-dk-container .btn.btn-dk {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  height: calc(100% - 7px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  padding: 0 20px;
  margin: auto 0;
  line-height: 1;
}
#email-dk {
  border-radius: 0;
  outline: 0;
  background-color: transparent;
  border: 1px solid var(--lightColor);
  color: var(--lightColor);
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}
#email-dk:focus {
  outline: 0;
  box-shadow: 0;
}
#email-dk::placeholder {
  color: var(--lightColor);
  font-weight: 700;
}

.row-gioi-thieu-f {
  border-bottom: 1px solid var(--lightColor);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.row-gioi-thieu-f .col-logo {
}
/* End footer */

/* danh-muc-san-pham */

#danh-muc-san-pham {
  background-color: #ff5c4d;
}

#danh-muc-san-pham .title {
  color: #fff;
}

.danh-muc {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.danh-muc .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 5px;
}

.danh-muc .ten-danh-muc {
  width: 100%;
}

.danh-muc .ten-danh-muc a {
  text-transform: uppercase;
  color: #fff;
  font-family: var(--primaryFont);
  font-weight: bold;
  font-size: 16px;
}

.danh-muc .border-on-hover {
  margin-bottom: 10px;
  padding: 10px;
  border: 3px solid rgba(255, 255, 255, 0);
  width: 100%;
}

.danh-muc .border-on-hover:hover {
  border: 3px solid #fff;
  border-radius: 5px;
  width: 100%;
}

/* End danh-muc-san-pham */

/* sp-moi-card */

.sp-moi-card {
  padding-right: 10px;
}

.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-container-2 {
  padding-bottom: 100%;
  overflow: hidden;
  height: auto;
  display: block;
  position: relative;
}
.img-container-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-container-3 {
  padding-bottom: 66%;
  overflow: hidden;
  height: auto;
  display: block;
  position: relative;
}
.img-container-3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-container-3.is-video {
  padding-bottom: 56.25%;
  background-color: var(--darkColor);
}
.img-container-3.is-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/play-button.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.img-container-3.is-video img {
  object-fit: cover;
  opacity: 0.6;
}
.sp-moi-card .img-container {
  margin-bottom: 20px;
}

.sp-moi-card .img-container img {
  max-height: 250px;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
}

.info {
}

.info .tieu-de {
  font-family: var(--titleFont);
  color: var(--darkColor);
  font-size: 16px;
}

.info .mo-ta {
  font-family: var(--descriptionFont);
}

.info .date {
}

.info .date span {
  font-size: 14px;
  padding: 0 5px;
}

.ten-sp {
  color: var(--darkColor);
  font-weight: 500;
  font-family: var(--titleFont4);
}

.chitiettin {
  margin-top: 1rem;
  color: var(--darkColor);
}

.info .ten-sp,
.info .ten-sp a,
.info .xuat-xu,
.info .date {
  color: inherit;
  margin-bottom: 0.5rem;
  font-size: inherit;
}

.info .ten-sp a:hover {
  color: #ef0003;
  text-decoration: underline;
}

.gia {
  color: #f40000;
  font-size: 14px;
}

.old {
  text-decoration: line-through;
  color: var(--darkColor);
}
.ct-price {
  font-weight: bold;
  font-size: 20px;
}
.ct-price .gia {
  font-weight: inherit;
  font-size: inherit;
}
.ct-price .old {
  font-weight: 300;
  font-size: 80%;
  font-style: italic;
}

.btn.btn-mua {
  background-color: var(--secondarycolor);
  color: var(--lightColor);
  font-size: 24px;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  box-shadow: 0 4px 0 #d86c25;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  gap: 15px;
  align-items: center;
}

.btn.btn-mua:hover {
  background-color: hsl(36, 100%, 60%);
}
.btn.btn-mua:hover i {
  transform: translateX(10px);
}

.info .btn-xem-them {
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
}

.info .btn-xem-them:hover {
  color: #000;
}

/* End sp-moi-card */

/* dang-ky-khuyen-mai */

#dang-ky-khuyen-mai {
  background-color: #ff5c4d;
}

#dang-ky-khuyen-mai .col-left {
  color: #fff;
}

#dang-ky-khuyen-mai .title {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

/* End dang-ky-khuyen-mai */

/* sp-km-card */

.sp-km-double-card {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
}

.sp-km-card {
  width: 90%;
  text-align: center;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 3em;
}

.sp-km-card .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-km-card .img-container img {
  max-height: 120px;
}

/* End sp-km-card */

/* san-pham */

.san-pham {
}
.san-pham .title {
  margin-bottom: 4rem;
}

.san-pham .btn.btn-readmore {
  margin: 3rem 0;
}
/* End san-pham */

/* san-pham-card */

.san-pham-card {
  width: 95% !important;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #ccc;
  transition: all 0.3s;
}

.san-pham-card:hover {
  background-color: #b92010;
}

.san-pham-card:hover * {
  color: #fff !important;
}

.san-pham-card .img-container img {
  max-height: 150px;
}

/* End san-pham-card */

/* thong-tin-footer */

#thong-tin-footer {
  background-position: center bottom;
  background-size: cover;
}

#thong-tin-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#thong-tin-footer .title {
  font-family: var(--primaryFont);
}

#thong-tin-footer ul li {
  margin-bottom: 10px;
}

#thong-tin-footer ul li a {
  color: #939597;
}

/* thong-tin-footer */

/* btn-primary */

.btn--primary {
  color: var(--lightColor);
  background-color: var(--primarycolor);
  border-color: var(--primarycolor);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.btn--primary:hover {
  background-color: var(--lightColor);
  color: var(--primarycolor);
  border-color: var(--primarycolor);
}

.btn--primary:focus {
  color: var(--lightColor);
  background-color: var(--secondarycolor);
  border-color: var(--lightColor);
  box-shadow: 0 0 0 0.05rem var(--lightColor);
}

.nav-custom .dropdown-menu.menu-dm-sp {
  background-color: #ffffffe3;
  left: 50%;
  top: 115%;
  padding: 0;
  padding: 1rem 0;
  transform: translateX(-50%);
}

.nav-custom .dropdown-menu.menu-dm-sp .dropdown-item {
  color: var(--primarycolor);
  padding: 0.2rem 2.3rem;
}

.nav-custom .dropdown-menu.menu-dm-sp .dropdown-item:hover {
  background-color: var(--primarycolor);
  color: var(--secondarycolor);
}

/* End btn-primary */

/* tinlienquan */

.tinlienquan {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tinlienquan li a {
  color: #000;
  font-size: 16px;
}

.tinlienquan li a:hover {
  color: var(--linkHoverColor);
}

.btn.dropdown-toggle {
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-family: var(--primarycolor);
  border: 6px double;
  border-radius: 7px;
}

.btn.dropdown-toggle::after {
  content: unset;
}

/* End tinlienquan */

/* item-product-card */

.item-product-card {
  margin-bottom: 1rem;
  background-color: #f8f9fb;
  padding: 0.5rem;
}

.item-product-card .img-container {
  position: relative;
  overflow: hidden;
}

.item-product-card .img-container .bg-km {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 70px solid red;
  border-left: 70px solid transparent;
}

.item-product-card .img-container .phan-tram-km {
  position: absolute;
  color: var(--secondarycolor);
  top: 10px;
  right: 2px;
  font-weight: bold;
}

.item-product-card:hover img {
  transform: scale(1.2);
}

.item-product-card img {
  border-radius: 3px;
  box-shadow: 1px 1px 6px #000;
  height: 200px;
  width: 100%;
  transition: all 0.3s;
  object-fit: contain;
}

.item-product-card .info .mo-ta {
  margin-bottom: 0.5rem;
  color: var(--darkColor);
}

.item-product-card .info {
}

.item-product-card .info .ten-sp {
  color: var(--primarycolor);
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.item-product-card .info .ten-sp:hover {
  text-decoration: underline;
}

.gia {
  margin-bottom: 0.5rem;
}

.gia.old {
  text-decoration: line-through;
  margin-left: 1rem;
  color: var(--linkColor);
}

.item-product-card .info .btn-addcart {
  background-color: var(--primarycolor);
  color: var(--secondarycolor);
  padding: 0rem 1.1rem;
  border: 6px double var(--primarycolor);
  border-radius: 10px;
}

/* End item-product-card */

/* dich-vu-chung-toi */

.tintuc-slick {
  margin-right: -3rem;
}

.tintuc-slick .tintuc-card {
  padding-top: 2rem;
  margin-right: 3rem;
}
.slick-tintuc-2 {
  margin: 0 -10px;
}
.slick-tintuc-2 .tintuc-card {
  margin: 10px;
}
.tintuc-card {
  text-align: center;
  padding: 0;
}

.tintuc-card .img-container {
  position: relative;
  overflow: hidden;
  height: 270px;
  border: 2px solid var(--primarycolor);
}

.tintuc-card .img-container::after {
  /* position: absolute;
    content: "";
    width: 90%;
    height: 100%;
    z-index: -1;
    background-color: var(--primarycolor);
    border-radius: 5px;
    top: -8px;
    right: 0; */
}

.tintuc-card .img-container .date-container {
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #ffa95c;
  color: var(--darkColor);
  transform: skew(10deg);
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
}

.tintuc-card .img-container .date-container .date {
  display: block;
  background-color: var(--lightColor);
  transform: skew(40deg) translateX(-10px);
  -webkit-transform: skew(40deg) translateX(-10px);
  -moz-transform: skew(40deg) translateX(-10px);
  -ms-transform: skew(40deg) translateX(-10px);
  -o-transform: skew(40deg) translateX(-10px);
  border: 1px solid var(--primarycolor);
  border-right-color: #c74c3d;
}
.tintuc-card .img-container .date-container .date span {
  display: block;
  transform: skew(-45deg);
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  padding-left: 25px;
  padding-right: 15px;
}
.tintuc-card .img-container .date-container > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.tintuc-card .img-container .date-container > div > * {
  position: absolute;
  color: #f6ff00;
  font-weight: bold;
}

.tintuc-card .img-container .date-container > div > .date {
  top: 10px;
  left: 10px;
}

.tintuc-card .img-container .date-container > div > .month {
  bottom: 8px;
  right: 7px;
}

.tintuc-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.tintuc-card:hover img {
  transform: scale(1.2);
}

.tintuc-card .info {
  text-align: center;
  margin-top: 0.5rem;
  padding: 0 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.text-start .tintuc-card .info {
  text-align: start;
}

.tintuc-card .info .tieu-de {
  font-size: 15px;
  color: var(--darkColor);
  font-family: var(--primaryFont);
  font-weight: 500;
}

.tintuc-card .info .tieu-de:hover {
  text-decoration: underline;
}

.tintuc-card .info .mo-ta {
  margin-bottom: 0.5rem;
  text-align: start;
  padding: 0 0.5rem;
}

.tintuc-card .info .btn-readmore {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background: var(--primarycolor);
  padding: 7px 10px;
}
.tintuc-card .info .btn-readmore:hover {
}

.tintuc-card .btn--primary {
  font-family: var(--buttonFont2);
}

.tintuc-card.horiz .info {
}

.tintuc-card.horiz .thong-so {
  text-align: center;
  color: #6f6d6d;
}

.tintuc-card.horiz .info .tieu-de {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: var(--titleFont4);
  text-align: center;
  display: block;
}

.tintuc-card.horiz .info .mo-ta {
  margin-bottom: 0.5rem;
  text-align: center;
}

.tintuc-card.verti .info {
  margin-top: 5px;
  padding-left: 0;
  display: flex;
  align-items: center;
}

.tintuc-card.verti .info .tieu-de {
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.tintuc-card.verti .info .mo-ta {
  line-height: 1.2;
}

.tintuc-card.horiz .img-container {
  padding: 0.5rem 0;
}

.tintuc-card.verti .img-container {
  height: 130px;
}

.tintuc-card.horiz,
.tintuc-card.horiz .img-container img {
}

.tintuc-card.verti,
.tintuc-card.verti .img-container img {
}

/* End dich-vu-chung-toi */

/* tintuc-moi */

.tintuc-moi {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* End tintuc-moi */

/* sec-tintuc */

.sec-tintuc {
  padding: 3rem 0;
}

/* End sec-tintuc */

/* sec-nha-cung-cap */

.sec-nha-cung-cap img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  object-position: center center;
}

/* End sec-nha-cung-cap */

/* danh-muc-card */

.danh-muc-trang-chu {
  padding: 3rem 0;
  background-color: #f4f5f9;
}

.danh-muc-card {
  margin-right: 1rem;
}

.danh-muc-card .img-container {
  height: 200px;
}

.danh-muc-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.danh-muc-card .tieu-de {
  text-align: center;
  margin-bottom: 0;
  margin-top: -1rem;
}

.danh-muc-card .tieu-de a {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  color: var(--secondarycolor);
  background-color: var(--primarycolor);
  border-radius: 3px;
  box-shadow: 10px -5px 3px #0000008c;
}

/* End danh-muc-card */

/* nav-sec */

.nav.nav-tabs.nav-sec {
  border: 0;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: start;
  margin-bottom: 15px;
  white-space: nowrap;
  flex-wrap: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: block;
  text-align: center;
}

.nav.nav-tabs.nav-sec li {
  display: inline-block;
}

.nav.nav-tabs.nav-sec::-webkit-scrollbar {
  /* display: none; */
  height: 5px;
  border-radius: 5px;
}

.nav.nav-tabs.nav-sec::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 5px;
}

/* Handle */

.nav.nav-tabs.nav-sec::-webkit-scrollbar-thumb {
  background: #0000005c;
  border-radius: 5px;
}

/* Handle on hover */

.nav.nav-tabs.nav-sec::-webkit-scrollbar-thumb:hover {
  background: var(--primarycolor);
}

.nav-tabs.nav-sec .nav-link {
  border: 0;
  border-radius: 0;
  color: var(--linkColor);
  font-size: 1rem;
  text-transform: uppercase;
}

.nav-tabs.nav-sec .nav-link:hover {
  color: var(--primarycolor);
}

.nav-tabs.nav-sec .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--primarycolor);
}

.nav-sec-content.tab-content {
}

/* End nav-sec */

/* video-slick-main */

.video-slick-main iframe {
  width: 100%;
  height: 300px;
}

.video-slick iframe {
  width: 95%;
}

.video-slick {
  margin-right: -10px;
}

/* End video-slick-main */

/* tintuc-trangchu-card */

.tintuc-trangchu-card {
  margin-bottom: 19px;
  margin-top: 19px;
}

.tintuc-trangchu-card .img-container {
}

.tintuc-trangchu-card .img-container img {
  width: 100%;
  object-fit: cover;
  height: 93.3px;
  /* height: 100px; */
}

.tintuc-trangchu-card .tieu-de {
  font-size: 15px;
  color: var(--lightColor);
  text-transform: uppercase;
}

/* End tintuc-trangchu-card */

/* dich-vu-card-trang-chu */

.dich-vu-card-trang-chu {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.dich-vu-card-trang-chu .ten-dich-vu {
  color: #ff0000;
  font-family: var(--secondaryFont);
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.dich-vu-card-trang-chu .mo-ta {
  color: var(--darkColor);
}

.dich-vu-card-trang-chu .img-container img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: -20px 20px 0px rgb(68 68 68 / 71%);
}

.dich-vu-card-trang-chu .img-container {
  position: relative;
}

.dich-vu-card-trang-chu .img-container::before {
  position: absolute;
  top: -15%;
  left: -15%;
  content: "";
  width: 50%;
  height: 100%;
  border: 5px solid var(--primarycolor);
  background-color: #fff;
  z-index: -1;
}

/* End dich-vu-card-trang-chu */

/* dich-vu */

.dich-vu {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: unset;
  margin-bottom: 3rem;
}

.dich-vu .title {
  margin-top: 0;
  color: inherit;
}
.dich-vu .bg-dich-vu {
  background-color: #fd633f;
  color: var(--lightColor);
  padding-top: 2rem;
  padding-bottom: 10rem;
  box-shadow: 0 10px 0 rgba(68, 68, 68, 0.24);
}
.dich-vu .bg-dich-vu > .container {
  position: relative;
}
.dich-vu .bg-dich-vu > .container::before {
  content: "";
  position: absolute;
  width: 155px;
  height: 115px;
  border: 2px solid #fd633f;
  background-color: transparent;
  top: calc(100% + 9rem);
  left: 0;
}
.dich-vu .bg-dich-vu > .container::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 160px;
  border: 2px solid #fd633f;
  background-color: transparent;
  top: calc(100% + 9rem);
  left: -45px;
}
.dich-vu .prev-slick {
  margin-right: 5px;
}
.dich-vu .prev-slick,
.dich-vu .next-slick {
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 16px;
  background-color: var(--lightColor);
  color: #fd633f;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  line-height: 1.5;
}

.dichvu-slick {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: -9rem;
}

.dichvu-slick .tintuc-card {
  margin-right: 10px;
  margin-left: 10px;
}

.dichvu-slick .dich-vu-card {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 3px;
}

.dichvu-slick .slick-dots {
  display: inline-block;
  width: auto;
  top: 100px;
  right: 0;
  bottom: unset;
}
.dichvu-slick .slick-dots li {
  display: block;
  margin-bottom: 1rem;
}
.dichvu-slick .slick-dots li button:before {
  position: unset;
  content: "\f111";
  font-family: "FAR";
  font-size: 16px;
  opacity: 1;
  color: var(--primarycolor);
  transition: all 0.3s ease-in-out;
}

.dichvu-slick .slick-dots li.slick-active button:before {
  opacity: 1;
  font-family: "FAS";
}

.dich-vu-card {
  box-shadow: 0 0 5px hsla(0, 0%, 7%, 0.65);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.dich-vu-card .img-container {
  height: 200px;
}

.dich-vu-card .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dich-vu-card .info {
  padding: 20px 10px;
  background: var(--lightColor);
}
.dich-vu-card .info .tieu-de {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--darkColor);
  font-family: var(--primaryFont);
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.dich-vu-card .info .mo-ta {
  font-weight: bold;
  font-size: 15px;
}
.dich-vu > .container {
  position: relative;
}
.container-counter {
  position: absolute;
  color: var(--primarycolor);
  font-weight: bold;
  font-size: 24px;
  top: 0;
  right: 0;
}

/* End dich-vu */

/* tintuc-trangchu-card */

.tintuc-trangchu-card {
  margin-right: 1rem;
}

.tintuc-trangchu-card a {
  display: block;
  text-align: center;
  background-color: var(--lightColor);
}

.tintuc-trangchu-card a img {
  height: 250px;
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}

.slick-current .tintuc-trangchu-card a img {
  transform: scaleY(1.2);
  filter: none;
  box-shadow: 0 0 4px var(--darkColor);
}

.tintuc-trangchu-card a img {
  filter: opacity(40%);
}

.slick-tintuc-trangchu-ten {
  text-align: center;
  margin-top: 1rem;
}

.slick-tintuc-trangchu-ten a {
  font-size: 24px;
  color: var(--lightColor);
  text-transform: uppercase;
}

.slick-tintuc-trangchu-ten a:hover {
  text-decoration: underline;
}

/* End tintuc-trangchu-card */

/* vi-sao */

.vi-sao {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 888px;
  position: relative;
}

.vi-sao > .lydo-card {
  width: 28%;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  height: 92px;
}

.vi-sao > .lydo-card img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}

.vi-sao > .lydo-card .info .tieu-de {
  color: var(--lightColor);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.vi-sao > .lydo-card .info .mo-ta {
  font-size: 13px;
  overflow-x: auto;
  height: 60px;
}

.vi-sao > .lydo-card .info .mo-ta::-webkit-scrollbar {
  width: 2px;
  border-radius: 50px;
}

/* Track */

.vi-sao > .lydo-card .info .mo-ta::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.vi-sao > .lydo-card .info .mo-ta::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

.vi-sao > .lydo-card .info .mo-ta::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.vi-sao > .lydo-card .info {
  width: 56%;
  display: inline-block;
  color: var(--lightColor);
}

.vi-sao > .lydo-card:nth-child(even) {
  right: 0;
  text-align: start;
}

.vi-sao > .lydo-card:nth-child(even) .info {
  margin-left: 1rem;
}

.vi-sao > .lydo-card:nth-child(odd) {
  left: 0;
  text-align: end;
}

.vi-sao > .lydo-card:nth-child(odd) .info {
  margin-right: 1rem;
}

.vi-sao > .lydo-card:nth-child(2),
.vi-sao > .lydo-card:nth-child(1) {
  top: 228px;
}

.vi-sao > .lydo-card:nth-child(3),
.vi-sao > .lydo-card:nth-child(4) {
  top: 414px;
}

.vi-sao > .lydo-card:nth-child(5),
.vi-sao > .lydo-card:nth-child(6) {
  top: 594px;
}

/* End vi-sao */

/* slick-dots vertical */

.slick-dots.vertical {
  width: auto;
  bottom: unset;
  right: 5%;
  top: 15%;
}

.slick-dots.vertical li {
  display: block;
  margin-bottom: 5px;
}

.slick-dots.vertical li button:before {
  content: "\f111";
  font-family: "FAS";
  color: var(--primarycolor);
  font-size: 14px;
}

/* End slick-dots vertical */

/* gioi-thieu */

.gioi-thieu {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 2rem;
}
.gioi-thieu .row-gioithieu {
}
.gioi-thieu .col-gioithieu {
  position: relative;
}

.gioi-thieu .col-gioithieu .noidung-gioithieu {
  position: absolute;
  left: -5%;
  height: 100%;
  padding-right: 4rem;
}

.gioi-thieu .col-gioithieu .noidung-gioithieu .mo-ta {
  color: var(--lightColor);
  font-size: 16px;
}

.gioi-thieu .col-gioithieu .noidung-gioithieu .btn-readmore {
  border: 1px solid;
  padding: 0.3rem 1rem;
}

.gioi-thieu .img-container {
}

.gioi-thieu .img-container::after {
  content: " ";
  position: absolute;
  top: -15%;
  right: 0;
  /* background-image: url("../images/bg-anhgioithieu.png"); */
  background-color: rgba(39, 41, 116, 0.702);
  width: 90%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  display: none;
}

.gioi-thieu .img-container img {
}

.gioi-thieu .title {
  text-transform: uppercase;
  text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff,
    1px 1px 2px #fff, -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff;
  margin-bottom: 3rem;
}

.gioi-thieu .mo-ta {
  color: var(--darkColor);
}

.gioi-thieu .hinhanh-camket {
  display: flex;
  align-items: center;
  justify-content: start;
}

.gioi-thieu .hinhanh-camket img {
  margin-right: 3rem;
}

.gioi-thieu .info .tieu-de {
  display: block;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: bold;
}

.gioi-thieu .info .mo-ta {
  color: var(--darkColor);
  font-size: 16px;
}

.gioi-thieu .info {
  /* background-color: var(--primarycolor75);
  box-shadow: -10px 20px 0 var(--primarycolor50),
    -30px 40px 0 var(--primarycolor25); */
  margin-bottom: 20px;
  overflow: auto;
}
/* End gioi-thieu */

/* cam-ket-card */
.cam-ket-card {
  padding: 10px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 0 5px hsla(0, 1%, 55%, 0.65);
}
.cam-ket-card.margin {
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
}
.cam-ket-card .img-container {
  display: block;
  margin-bottom: 1rem;
  width: 80px;
  height: 80px;
}
.cam-ket-card .img-container img {
  background-color: #ed4949;
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cam-ket-card .mo-ta {
  margin-bottom: 0.5rem;
  color: #3c3a3a;
  font-size: 13px;
}
.cam-ket-card .ten {
  display: block;
  font-size: 20px;
  color: #3c3a3a;
}
/* End cam-ket-card */

/* slick-hinh-anh-footer */

.slick-hinh-anh-footer img {
  height: 290px;
  object-fit: cover;
}

/* End slick-hinh-anh-footer */

/* bai-viet-tin-tuc */

.bai-viet-tin-tuc img.background {
  bottom: 0;
  top: unset;
}

/* End bai-viet-tin-tuc */

/* tin-tuc-card-trang-chu */

.tin-tuc-card-trang-chu {
  border: 1px solid var(--primarycolor);
  border-radius: 5px;
  padding: 1rem 0;
  margin-bottom: 1rem;
  background-color: #fff;
  box-shadow: 0 0 3px var(--primarycolor);
}

.tin-tuc-card-trang-chu .date {
  border-bottom: 1px solid var(--primarycolor);
  position: relative;
}

.tin-tuc-card-trang-chu.even .date {
  padding-left: 40px;
  padding-right: 5px;
  margin-left: -55px;
}

.tin-tuc-card-trang-chu.odd .date {
  padding-left: 5px;
  padding-right: 40px;
  margin-right: -55px;
}

.tin-tuc-card-trang-chu .info .tieu-de {
  font-family: var(--titleFont3);
  margin-top: 2rem;
}

.tin-tuc-card-trang-chu .info .mo-ta {
  margin-bottom: 1rem;
  color: #000;
}

.tin-tuc-card-trang-chu.even {
  text-align: start;
}

.tin-tuc-card-trang-chu.odd {
  text-align: end;
}

/* End tin-tuc-card-trang-chu */

/* dat-xe */

.dat-xe img.background {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dat-xe .img-container img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  box-shadow: 0 0 10px #fff;
}

.dat-xe .tieu-de {
  text-transform: uppercase;
  font-weight: 1.5rem;
}

.dat-xe .tieu-de-2 {
  font-size: 1rem;
}

.dat-xe .tieu-de,
.dat-xe .tieu-de-2 {
  font-weight: bold;
  text-align: center;
  color: var(--secondarycolor);
}

/* End dat-xe */

/* form-datxe */

.form-datxe input,
.form-datxe button,
.form-datxe select {
  width: 100%;
  color: var(--primarycolor);
}

.form-datxe input:focus {
  border-color: var(--primarycolor);
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--primarycolor25);
}

.form-datxe input::placeholder {
  color: var(--primarycolor);
}

.form-datxe .row > * {
  margin-bottom: 1rem;
}

.form-datxe .btn-datxe {
  color: #000;
  background-color: var(--secondarycolor);
  text-transform: uppercase;
  font-weight: bold;
  font-family: var(--thirdFont);
}

.form-datxe .btn-datxe:hover {
  color: #fff;
  background-color: var(--primarycolor);
}

/* End form-datxe */

/* hanhtrinh-card */

.hanhtrinh-card .img-container {
  position: relative;
  overflow: hidden;
}

.hanhtrinh-card .img-container img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  filter: grayscale(20%);
  border-radius: 5px;
  transition: all 0.5s;
}

.hanhtrinh-card .img-container img:hover {
  transform: scale(1.3);
}

.hanhtrinh-card .img-container .info {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: var(--lightColor);
  font-size: 1.1rem;
}

.hanhtrinh-card .img-container .info p {
  margin-bottom: 0.2rem;
}

.hanhtrinh-card .img-container .info .tieu-de {
  font-family: var(--titleFont3);
}

/* End hanhtrinh-card */

/* form-lienhe */

.form-lienhe *::placeholder,
.form-lienhe {
  font-family: var(--formFont);
  font-style: italic;
  font-weight: normal;
}

.form-lienhe .form-control {
  font-weight: bold;
  border: 0;
}

/* End form-lienhe */

/* right-nav */

.right-nav {
  border: 3px solid var(--primarycolor);
  border-radius: 5px;
  padding: 0.5rem;
}

.right-nav .title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.right-nav .hotro .nav-link {
  display: inline-block;
  padding-left: 0;
}

/* End right-nav */

/* tintuc-lienquan-card */

.tintuc-lienquan-card {
  background-color: #f6f6f6;
  padding: 0.5rem;
}

.tintuc-lienquan-card .img-container {
  overflow: hidden;
}

.tintuc-lienquan-card .img-container img {
  height: 130px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.tintuc-lienquan-card:hover .img-container img {
  transform: scale(1.2);
}

.tintuc-lienquan-card .info {
  margin-top: 0;
}

.tintuc-lienquan-card .info .tieu-de-tin {
  color: var(--primarycolor);
  display: block;
  font-size: 16px;
}

.tintuc-lienquan-card .info .date {
  font-size: 14px;
  font-weight: bold;
}

/* End tintuc-lienquan-card */

/* banner-trangchu */

.banner-trangchu {
  position: relative;
}

.banner-trangchu img {
  width: 100%;
  object-fit: cover;
}

.banner-trangchu .content-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.banner-trangchu .title {
  color: #fcff00;
  margin-top: 0;
  text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000,
    1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000;
}

.banner-trangchu .nav-link {
  color: var(--lightColor);
}

.btn.btn-dangkituyendung {
  background: #fff000;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 2px 2px 0px rgb(251 240 0 / 63%),
    -1px 1px 0px rgb(251 240 0 / 63%);
  padding: 5px 1px;
}

/* End banner-trangchu */

/* trainghiem-card */

.trainghiem .background {
  height: 100%;
}

.trainghiem-card {
}

.trainghiem-card .img-container {
  position: relative;
  height: 250px;
  display: block;
  overflow: hidden;
}

.trainghiem-card .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.trainghiem-card:hover .img-container img {
  transform: scale(1.2);
}

.trainghiem-card .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--primarycolor75);
  padding: 0.3rem 1rem;
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.trainghiem-card .title-container a {
  display: inline-block;
  color: #fff;
  font-family: var(--titleFont3);
  font-weight: bold;
  font-size: 16px;
}

.trainghiem-card .title-container a:hover {
  text-decoration: underline;
}

.trainghiem-card .title-container .btn-dangkive {
  display: inline-block;
  padding: 1px 10px;
  background-color: var(--lightColor);
  font-weight: bold;
  height: 25px;
  white-space: nowrap;
}

.trainghiem-card .mo-ta {
  background-color: var(--darkColor);
  padding: 0.5rem 1rem;
  color: var(--lightColor);
  font-family: var(--descriptionFont);
  display: flex;
  align-items: center;
}

/* End trainghiem-card */

/* slick-doitac */

.doi-tac {
  padding: 1rem 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.doi-tac .mo-ta-title {
  text-align: center;
  margin-bottom: 3rem;
}

.slick-doitac {
  margin-right: -40px;
}

.slick-doitac img {
  height: 110px;
  width: 80%;
  object-fit: contain;
}
.slick-doitac .slick-dots li button:before {
  content: "\f111";
  font-family: "FAS";
  color: var(--primarycolor);
  font-size: 16px;
  opacity: 1;
}

.slick-doitac .slick-dots li.slick-active button:before {
  font-family: "FAR";
}
.slick-doitac .slick-dots {
  bottom: -60px;
}

.hinh-sp-nav .slick-prev,
.hinh-sp-nav .slick-next,
.slick-tintuc-trangchu .slick-prev,
.slick-tintuc-trangchu .slick-next,
.dichvu-slick .slick-prev,
.dichvu-slick .slick-next,
.slick-doitac .slick-prev,
.slick-doitac .slick-next {
  width: auto;
  height: auto;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  background-color: transparent;
}

.hinh-sp-nav .slick-prev,
.hinh-sp-nav .slick-next {
  color: var(--darkColor);
}

.slick-doitac .slick-next {
  right: 15px;
}

/* End slick-doitac */

/* sec-hinh-anh */

.sec-hinh-anh {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

.sec-hinh-anh a.img-container {
  overflow: hidden;
  border-radius: 5px;
}

.sec-hinh-anh a.img-container img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.sec-hinh-anh a img:hover {
  transform: scale(1.2);
}

.sec-hinh-anh .info {
  margin-top: 0.5rem;
}

.sec-hinh-anh .info .tieu-de {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.2rem;
  font-size: 16px;
}

.sec-hinh-anh .info .sl-hinh {
  display: block;
  color: #ff0a0a;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* End sec-hinh-anh */

/* sp-card */

.sanpham-slick {
  margin-right: -15px;
  margin-left: -15px;
}

.sanpham-slick .slick-prev,
.sanpham-slick .slick-next {
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  z-index: 1;
}

.sanpham-slick .slick-next {
  right: -38px;
  background-image: url("../images/arrow-slick-hover.png");
}

.sanpham-slick .slick-prev {
  left: -38px;
  background-image: url("../images/arrow-slick.png");
}

.sanpham-slick .sp-card {
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.sp-noibat {
  padding: 2rem 0;
  overflow: hidden;
}
.slick-danh-muc-trang-chu {
  margin: -5px -15px;
}
.slick-danh-muc-trang-chu .sp-card {
  margin: 5px 15px;
}
.row.row-sp {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}
.row-sp-index {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}
.sp-card {
  position: relative;
}

.sp-card .img-container-3 {
  padding-bottom: 69.291%;
  border: 1px solid var(--primarycolor);
}

.sp-card img {
  object-fit: contain;
}
.sp-card .ten-sp {
  position: absolute;
  bottom: 2px;
  left: -10px;
  background-color: var(--primarycolor);
  color: var(--secondarycolor);
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0.1rem 1rem;
}

.sp-card .ten-sp:hover {
}

.san-pham-trang-chu {
  background-position: center top;
  background-size: cover;
  padding-bottom: 3rem;
}

.sp-card-2 {
  background: var(--lightColor);
}
.sp-card-2 img {
  object-fit: cover;
}
.sp-card-2 .info {
}

.sp-card-2 .info .ten-sp {
  font-size: 16px;
  color: var(--darkColor);
  font-weight: 800;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sp-card-2 .info .ten-sp:hover {
  color: var(--primarycolor);
}
.sp-card-2 .info .mo-ta {
  font-weight: 800;
}
.sanpham-slick .sp-card-3 {
  margin: 0 15px;
}
.sanpham-slick .sp-card-3 .img-container {
  height: 250px;
}
.sanpham-slick .sp-card-3 .info .ten-sp {
  font-size: 14px;
}
.sanpham-slick .sp-card-3 img.img-quality {
  top: -30px;
  width: 40px;
}
.sp-card-3 {
  position: relative;
  border: 4px solid #ffcf5c;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.sp-card-3 img.img-quality {
  position: absolute;
  top: -40px;
  right: 10px;
}
.sp-card-3 .img-container {
  height: 350px;
  padding: 25px 0;
}
.sp-card-3 .img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sp-card-3 .info {
  background-color: #ffcf5c;
  padding: 10px;
}
.sp-card-3 .info .readmore {
  display: block;
  width: 75px;
  height: 75px;
  background-color: #fbb202;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 4px outset rgb(0 0 0 / 10%);
  position: relative;
  margin-left: -25px;
  margin-bottom: -25px;
  margin-top: -30px;
}
.sp-card-3 .info .readmore img {
  position: absolute;
  right: 14px;
  top: 14px;
}
.sp-card-3 .info .ten-sp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: var(--lightColor);
  text-align: end;
  font-family: var(--primaryFont);
  font-weight: 500;
  font-size: 16px;
}
.sp-card-3 .info .ten-sp:hover {
  color: var(--secondarycolor);
}
.sp-card-5 {
}
.sp-card-5 .img-container {
  padding-bottom: 64.03%;
}
.sp-card-5 img {
  object-fit: cover;
}
.sp-card-5 .info {
  color: var(--darkColor);
}
.sp-card-5 .info .tieu-de {
  color: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16px;
}
.sp-card-5 .info .tieu-de:hover {
  color: var(--primarycolor);
}
.sp-card-5 .info .mo-ta {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.sp-card-5 .info .mo-ta .readmore {
  display: flex;
  align-items: center;
  gap: 2px;
}
.sp-card-5 .info .mo-ta .readmore i {
  font-size: 7px;
}
.sp-card-5 .info .mo-ta .gia {
  margin-bottom: 0;
  color: #f40000;
  font-size: inherit;
}
.sp-card-6 {
  position: relative;
  overflow: hidden;
}
.sp-card-6 .img-container-3 {
  padding-bottom: 48.8%;
}
.sp-card-6 img {
  object-fit: cover;
}
.sp-card-6 .tieu-de {
  color: inherit;
  font-size: 16px;
}
.sp-card-6 .tieu-de:hover {
  text-decoration: underline;
}
.sp-card-6 .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--lightColor);
  padding: 0.3rem 1rem;
  background-color: var(--primarycolor75);
  font-size: 14px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
.sp-card-6:hover .info {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.sp-card-6 .info .gia {
  margin: 0;
  color: #f40000;
  font-size: inherit;
}
.sp-card-7 .img-container-2 {
  margin-bottom: 0.5rem;
}
.sp-card-7 img {
  object-fit: cover;
}
.sp-card-7 .info {
  color: var(--darkColor);
}
.sp-card-7 .tieu-de {
  color: inherit;
  font-size: 16px;
}
.sp-card-7 .mo-ta {
  display: flex;
  flex-direction: column;
}
.sp-card-7 .mo-ta .gia {
  font-size: inherit;
}
.sp-card-8 img {
  object-fit: cover;
}
.slick-sanpham-8 {
  margin: 0 -7.5px;
}
.slick-sanpham-8 .sp-card-8 {
  margin: 0 7.5px;
}
.sp-card-8 .img-container-3 {
  padding-bottom: 63.83%;
}
.sp-card-8 .tieu-de:hover {
  color: var(--primarycolor);
}
.row-sp-9 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1rem;
}
.slick-sp-9 {
  margin: 0 -1.5rem;
}
.slick-sp-9 .sp-card-9 {
  margin: 0 1.5rem;
}
.sp-card-9 img {
  object-fit: cover;
}
.sp-card-9 .info {
  position: relative;
  padding: 0.8rem 0;
}
.sp-card-9 .info::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 2px;
  background-color: var(--primarycolor);
}
.sp-card-9 .info .tieu-de {
  font-family: var(--primaryFont);
  color: var(--primarycolor);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
}
.slick-sp-10 {
  margin: 0 -1rem;
}
.slick-sp-10 .sp-card-10 {
  margin: 0 1rem;
}
.slick-sp-10 .slick-prev {
  left: -30px;
}
.slick-sp-10 .slick-next {
  right: -35px;
}
.sp-card-10 {
  --darkColor: #0d0d0d;
  text-align: center;
  padding: 0.5rem;
  padding-bottom: 0;
  border: 4px solid var(--primarycolor);
}
.sp-card-10 .img-container-3 {
  padding-bottom: 86.969%;
  border: 1px solid hsla(0, 0%, 29%, 0.18);
}
.sp-card-10 .img-container-3 img {
  padding: 3rem;
  transition: all 0.3s linear;
}
.sp-card-10 .img-container-3 img.img-slide {
  transform: translateX(100%);
}
.sp-card-10 .img-container-3:hover img {
  transition: all 0.3s linear;
}
.sp-card-10 .img-container-3:hover img:not(.img-slide) {
  transform: translateX(-100%);
}
.sp-card-10 .img-container-3:hover img.img-slide {
  transform: translateX(0);
}
.sp-card-10 .img-container-3 .badge {
  position: absolute;
  top: 3px;
  left: 3px;
  font-family: var(--thirdFont);
  color: #ff0061;
  background-color: #f8e9ef;
  border-radius: 3px;
  padding: 7px 15px;
  font-weight: normal;
  font-size: 14px;
}
.sp-card-10 .info {
  padding: 0.5rem 1rem;
}
.sp-card-10 .info .tieu-de {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.sp-card-10 .info .tieu-de:hover {
  color: var(--primarycolor);
}
.sp-card-10 .info .gia {
  font-size: 15px;
}
.sp-card-10 .info .stars {
  --darkColor: #7d7a7a;
  color: var(--darkColor);
  font-size: 10px;
  letter-spacing: -1.2px;
  margin-bottom: 0.5rem;
}
.sp-card-11 {
  border: 1px solid #e6e6e6;
  padding: 10px;
}
.sp-card-11 .info {
  padding: 10px 5px;
  text-align: center;
}
.sp-card-11 .info .tieu-de {
  font-weight: 500;
  font-size: 16px;
}
.btn.btn-addcart {
  --darkColor: #4e4e4e;
  border: 1px solid #000;
  color: var(--darkColor);
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 300;
}
.btn.btn-addcart:hover {
  background-color: var(--darkColor);
  color: var(--lightColor);
}
/* End sp-card */

/* youtube */

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 90px;
  background-color: transparent;
  z-index: 1;
  opacity: 1;
}

.youtube .play-button:before {
  content: "\f04b";
  font-family: "FAS";
  font-size: 80px;
  color: var(--lightColor);
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* End youtube */

/* catalog */
.catalog {
  padding: 10px;
}
/* End catalog */

/* dang-ki-ve-modal */

.dang-ki-ve-modal {
  color: var(--darkColor);
}

.dang-ki-ve-modal .title {
  font-size: 3rem;
}

.dang-ki-ve-modal form {
}

.dang-ki-ve-modal form .form-control:focus,
.dang-ki-ve-modal form .form-select:focus {
  border-color: var(--primarycolor25);
  box-shadow: 0 0 0 0.25rem var(--primarycolor25);
}

.dang-ki-ve-modal form input::placeholder {
  font-style: italic;
}

.dang-ki-ve-modal .modal-content {
  box-shadow: 0 0 6px var(--lightColor);
}

.dang-ki-ve-modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

.dang-ki-ve-modal .modal-header .btn-close {
  padding: 0;
  margin: 0 0 auto auto;
}

.dang-ki-ve-modal .modal-footer {
  border-top: 0;
  padding-top: 0;
}

.dang-ki-ve-modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}

/* End dang-ki-ve-modal */

/* form-nhantin */

.form-nhantin {
}

.form-nhantin button,
.form-nhantin input {
  width: 100%;
  height: 40px;
}

.form-nhantin input {
  border: 1px solid #bdbebf;
  border-radius: 5px;
  padding: 0 10px;
  box-shadow: 0 0 10px #bdbebf2c;
  outline: 0;
}

.form-nhantin input:focus {
  box-shadow: 0 0 10px #bdbebf;
}

.form-nhantin input::placeholder {
  font-style: italic;
}

.form-nhantin button {
  margin-left: 2px;
  outline: 0;
  border: 0;
  box-shadow: 0 0 3px rgba(76, 75, 75, 0.62);
  background: linear-gradient(
    0deg,
    rgba(39, 133, 240, 1) 0%,
    rgba(75, 156, 247, 1) 50%,
    rgba(116, 181, 255, 1) 100%
  );
  color: #f5f800;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.4s;
}

.form-nhantin button:hover {
  color: rgba(39, 133, 240, 1);
  background: transparent;
}

.form-col {
  margin-top: 2rem;
  border-top: 1px solid #929494;
  padding-top: 2rem;
}

.form-col span {
  font-style: italic;
}

/* End form-nhantin */

/* camket */

.camket {
  color: #fff;
  margin-top: -4rem;
  margin-bottom: 2rem;
}

.camket .camket-box {
  padding: 3rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -10px 10px 0 rgba(68, 68, 68, 0.37);
}

.camket .even .camket-box {
  background-color: var(--primarycolor);
}

.camket .odd .camket-box {
  background-color: var(--secondarycolor);
}

.camket .camket-box .noi-dung-container .tieu-de {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.camket .camket-box .noi-dung-container .noi-dung {
  font-size: 14px;
}

.camket .camket-box.first .noi-dung-container .noi-dung {
  color: #fcff00;
}

/* End camket */

/* dang-ki-tu-van */

.dang-ki-tu-van {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 615px;
  display: flex;
  align-items: center;
}

.dang-ki-tu-van .form-tuvan {
}

.form-tuvan .form-control {
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--lightColor);
  border-radius: 0;
  color: var(--lightColor);
}

.form-tuvan .form-control:-webkit-autofill {
  border-bottom: 2px solid var(--lightColor);
  -webkit-text-fill-color: var(--lightColor);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.form-tuvan .form-control::placeholder {
  font-style: italic;
  color: var(--lightColor);
}

.form-tuvan .form-control:focus {
  box-shadow: none;
}

/* End dang-ki-tu-van */

/* rate */

.rate-default-themes {
  font-size: 24px;
  color: #fff60e;
  text-shadow: 0 0 5px rgba(76, 75, 75, 0.53);
}

.rating-sp {
  font-size: 40px;
  margin-left: 2rem;
}

/* End rate */

/* cap-nhat-tin-tuc */

.cap-nhat-tin-tuc .title {
  color: #f6eead;
}

/* End cap-nhat-tin-tuc */

/* fake-slider */

.fake-slider {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

/* End fake-slider */

/* cham-ngon */

.cham-ngon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* End cham-ngon */

/* ykienkhachhang */

.ykienkhachhang {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

.ykienkhachhang .hinh_anh_di_kem {
  height: 450px;
  width: 100%;
  object-fit: cover;
}

.ykien-card .img-container img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.ykien-card .info .mo-ta {
  text-align: center;
  color: var(--primarycolor);
  font-style: italic;
  margin-bottom: 1rem;
}

.ykien-card .info .mo-ta > div {
  overflow-y: auto;
  max-height: 110px;
}

/* width */

.ykien-card .info .mo-ta > div::-webkit-scrollbar {
  width: 2px;
}

/* Track */

.ykien-card .info .mo-ta > div::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.ykien-card .info .mo-ta > div::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

.ykien-card .info .mo-ta > div::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ykien-card .info .mo-ta::before {
  font-family: "FAS";
  content: "\f10d";
  font-size: 50px;
  display: block;
  text-align: center;
}

.ykien-card .info .ten-tac-gia {
  text-align: center;
  color: var(--primarycolor);
  font-weight: bold;
}

.ykienkhachhang-row {
  box-shadow: 0 0 5px var(--darkColor);
}

.slick-ykienkhachhang {
  background-color: var(--lightColor);
  height: 100%;
  padding: 0 1rem;
  padding-top: 1rem;
}

.slick-ykienkhachhang .slick-dots {
  bottom: 15px;
  left: 0;
}

.slick-ykienkhachhang .slick-dots li button:before {
  content: "\f111";
  font-family: "FAR";
  font-size: 14px;
  color: var(--primarycolor);
  opacity: 1;
}

.slick-ykienkhachhang .slick-dots li.slick-active button:before {
  opacity: 1;
  font-family: "FAS";
}

/* End ykienkhachhang */

/* camket-item */
.row.row-camket-item {
  --bs-gutter-y: 1.5rem;
}
.cam-ket {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}
.cam-ket .title {
  margin-bottom: 2.5rem;
}
.camket-item {
  background-color: var(--lightColor);
  padding: 10px 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 0 5px rgba(77, 77, 77, 0.56);
}
.camket-item .img-container {
}
.camket-item img {
  max-height: 80pxs;
}
.camket-item .info .tieu-de {
  font-family: var(--primaryFont);
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 500;
}
/* End camket-item */
/* slider-decoration-container */

.slider-decoration-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-decoration-container > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider-decoration-container > div > img {
  position: absolute;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--primarycolor);
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-shadow: 0 0 5px rgba(68, 68, 68, 0.644);
}

.slider-decoration-container > div > img:nth-child(1) {
  width: 280px;
  height: 280px;
  left: 150px;
  bottom: 40px;
}

.slider-decoration-container > div > img:nth-child(2) {
  width: 250px;
  height: 250px;
  top: 200px;
  left: 510px;
}

.slider-decoration-container > div > img:nth-child(3) {
  width: 200px;
  height: 200px;
  right: 370px;
  bottom: 150px;
}

.slider-decoration-container > div > img:nth-child(4) {
  width: 150px;
  height: 150px;
  right: 130px;
  top: 150px;
}

/* End slider-decoration-container */

/* single-dichvu */
.single-dichvu {
  padding: 4rem 0;
}
.single-dichvu .img-container {
  display: block;
  text-align: end;
  position: relative;
}
.single-dichvu .img-container::after {
  content: "";
  position: absolute;
  width: 85%;
  height: 100%;
  left: 0;
  top: -50px;
  background-color: var(--primarycolor);
}
.single-dichvu img {
  width: 85%;
  height: 460px;
  object-fit: cover;
  z-index: 1;
  position: relative;
  display: inline-block;
  box-shadow: -20px 20px 0 #44444454;
}
.single-dichvu .info {
  max-height: 100%;
}
.single-dichvu .info .tieu-de {
  font-size: 24px;
  color: var(--darkColor);
  text-align: center;
  display: block;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.single-dichvu .info .mo-ta {
  margin-bottom: 2rem;
  max-height: 240px;
  display: flex;
  align-items: center;
  overflow: auto;
  flex-wrap: wrap;
}

/* width */

.single-dichvu .info .mo-ta::-webkit-scrollbar {
  width: 2px;
}

/* Track */

.single-dichvu .info .mo-ta::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.single-dichvu .info .mo-ta::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

.single-dichvu .info .mo-ta::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* End single-dichvu */

/* dang-ki-nhan-tin */
.dang-ki-nhan-tin {
  padding: 2rem 0;
}
.dang-ki-nhan-tin .title {
  font-size: 1.5rem;
  margin-top: 0;
}
.dang-ki-nhan-tin input.form-control {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--lightColor);
  color: var(--lightColor);
  padding: 0.375rem 2px;
}
.dang-ki-nhan-tin input.form-control:-webkit-autofill,
.dang-ki-nhan-tin input.form-control:-webkit-autofill:hover,
.dang-ki-nhan-tin input.form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--lightColor);
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}
.dang-ki-nhan-tin input.form-control:focus {
  box-shadow: none;
}
.dang-ki-nhan-tin input.form-control::placeholder {
  color: var(--lightColor);
}
.dang-ki-nhan-tin .btn.btn-readmore {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 5px 25px;
}
/* End dang-ki-nhan-tin */

/* dropdown-flag */
.dropdown-flag {
  padding: 2px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.dropdown-flag::after {
  content: "\f107";
  font-family: "FAS";
}
.dropdown-menu-flag {
  min-width: 8rem !important;
  padding: 5px 0 !important;
  left: unset !important;
  right: 0 !important;
  background-color: var(--lightColor) !important;
  z-index: 1056;
}
.dropdown-menu-flag img {
  height: 20px;
}
.dropdown-menu-flag li {
  display: block;
}
.dropdown-menu-flag li a {
  display: block;
  color: var(--primarycolor);
  padding: 6px 5px;
  font-size: 14px;
}
.dropdown-menu-flag li:hover a {
  background-color: var(--primarycolor);
  color: var(--lightColor);
}
.dropdown-flag .dropdown-toggle::after {
  content: unset;
}
.dropdown-flag .current-flag {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #959595;
}
.dropdown-flag .current-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* End dropdown-flag */

/* du-an-card */
.row-4r {
  --bs-gutter-x: 4rem;
}
.du-an-card {
  background-color: #fff5f5;
  color: #4d4d4d;
  padding: 20px 20px;
  margin-bottom: 1rem;
}
.du-an-card .number {
  font-size: 28px;
  font-family: var(--titleFont);
}
.du-an-card .ten {
  font-size: 24px;
  font-family: var(--primaryFont);
  font-weight: 300;
  text-transform: uppercase;
}
.du-an-card .mo-ta {
  font-size: 14px;
  font-family: var(--primaryFont);
  font-weight: 300;
}
.du-an .btn.btn-readmore {
  padding: 8px 25px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-transform: none;
}
/* End du-an-card */

/* side-nav */
.side-nav-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.side-nav {
}
.side-nav .side-nav-header {
  font-family: var(--titleFont);
  color: var(--lightColor);
  background-color: var(--primarycolor);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 10px 35px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.side-nav .side-nav-header::before {
  position: absolute;
  content: "";
  top: -13px;
  left: -4px;
  width: 50px;
  height: 50px;
  background-image: url(../images/pin.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
  transform: rotateZ(10deg);
}
.side-nav .side-nav-body {
  box-shadow: 0 0 5px hsla(0, 0%, 27%, 0.5);
  padding: 10px;
}
.side-nav .side-nav-body .form-group {
  margin-bottom: 7px;
}
.side-nav .side-nav-body .form-group label {
  cursor: pointer;
}
.side-nav .side-nav-body .form-group label:hover {
  color: var(--primarycolor);
}
.side-nav .side-nav-body .form-group a:hover {
  color: var(--primarycolor);
}
.side-nav .side-nav-body .form-group a:not(.submit-btn):before {
  font-family: "FAS";
  content: "\f068";
}
.side-nav .side-nav-body .form-group a.collapsed::before {
  font-family: "FAS";
  content: "\2b";
}
.side-nav .side-nav-footer {
}
.nav.nav-check {
  gap: 1rem;
}
.nav.nav-check .nav-item {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  gap: 5px;
}
.nav.nav-check .nav-item::before {
  content: "";
  background-image: url("../images/icon-click.png");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 34px;
  height: 34px;
}
.slick-banner-1 .img-container-3 {
  padding-bottom: 225.5%;
}
.slick-banner-1 img {
  object-fit: cover;
}
.slick-banner-1.slick-dotted.slick-slider {
  margin: 0;
}
.slick-banner-1 .slick-dots {
  bottom: 15px;
  opacity: 0;
}
.slick-banner-1:hover .slick-dots {
  opacity: 1;
}
.slick-banner-1 .slick-dots li button:before {
  color: var(--lightColor);
}
.slick-banner-1 .slick-dots li.slick-active button:before {
  opacity: 1;
}
/* End side-nav */

/* navbar-sp */
.navbar-sp {
  color: var(--lightColor);
  background-color: var(--primarycolor);
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.navbar-sp .pagination-page {
  margin: 0;
}
.navbar-sp > * {
  display: flex;
  align-items: center;
}
.navbar-sp .pagination-page > span,
.navbar-sp .pagination-page a {
  color: var(--lightColor);
  border: 0;
  background-color: transparent;
  width: 15px;
  font-weight: normal;
}

.navbar-sp .pagination-page > span {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.navbar-sp .pagination-page a:first-child,
.navbar-sp .pagination-page a:last-child {
  display: none;
}
/* End navbar-sp */
/* tab-sp */
.tab-sp {
  border-color: var(--primarycolor);
  border-width: 2px;
  gap: 5px;
}

.tab-sp .nav-link {
  color: var(--primarycolor);
  font-weight: 400;
  background-color: var(--lightColor);
  border-color: #dee2e6;
  border-bottom: 0;
  margin-bottom: 0;
  font-size: 15px;
}
.tab-sp .nav-link.active,
.tab-sp .nav-link:hover,
.tab-sp .nav-link:focus {
  border-color: var(--primarycolor);
  color: var(--lightColor);
  background-color: var(--primarycolor);
}
.tab-content-sp {
  border: 2px solid var(--primarycolor);
  padding: 1rem;
  border-top: 0;
}
.tab-content-sp .tab-sp.tab-sp-fixed {
  position: fixed;
  top: 60px;
  left: 45px;
  border-bottom: 0;
  border-radius: 0.25rem;
  z-index: 1;
}
.tab-content-sp .tab-sp.tab-sp-fixed .nav-link {
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
/* End tab-sp */

/* hoat-dong-card */
.hoat-dong {
  position: relative;
}
.hoat-dong::before {
  content: "";
  background-color: #fbfbfb;
  width: 100%;
  height: 120px;
  position: absolute;
  top: 130px;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
}
.slick-hoat-dong .slick-prev {
  left: -60px;
}
.slick-hoat-dong .slick-next {
  right: -60px;
}
.slick-hoat-dong {
  margin: -15px;
}
.slick-hoat-dong .hoat-dong-card {
  margin: 15px;
  padding: 30px 0;
}
.hoat-dong-card .img-container {
  height: 350px;
  text-align: end;
  display: block;
}
.hoat-dong-card .img-container img {
  display: inline-block;
  width: 95%;
  height: 100%;
  object-fit: cover;
  box-shadow: -15px 15px #ffae00, -30px 30px #ff8a00;
}
.hoat-dong-card .info .tieu-de {
  color: var(--darkColor);
  font-family: var(--primaryFont);
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.hoat-dong-card .info .mo-ta {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 100px;
}
/* End hoat-dong-card */

/* camket-card */
.cam-ket-1 {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cam-ket-1 .title {
  margin-bottom: 2rem;
}
.slick-camket {
  margin: 0 -1rem;
}
.slick-camket .camket-card {
  margin: 0 1rem;
}
.slick-camket .slick-dots {
  bottom: -40px;
}
.slick-camket .slick-dots li button:before {
  content: unset;
}
.slick-camket .slick-dots li {
  width: 15px;
  height: 15px;
}
.slick-camket .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #efe4ea;
  border-radius: 50%;
}
.slick-camket .slick-dots li.slick-active button {
  background-color: var(--primarycolor);
}
.camket-card {
  --primarycolor: #ffe5f7;
  background-color: var(--lightColor);
  color: var(--lightColor);
  text-align: center;
}
.camket-card .img-container {
  position: relative;
  display: inline-flex;
  height: 110px;
  width: 110px;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  background-color: var(--primarycolor);
  padding: 28px;
}
.camket-card .img-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid;
}
.camket-card .img-container img {
  object-fit: contain;
}
.camket-card .info {
  --darkColor: #000;
  color: var(--darkColor);
}
.camket-card .info .tieu-de {
  display: block;
  color: inherit;
  font-family: var(--primaryFont);
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.camket-card .info .noi-dung {
  color: inherit;
}
/* End camket-card */

/* gioi-thieu-1 */
.row.row-camket {
  --bs-gutter-y: 2rem;
}
.gioi-thieu-1 .title {
  font-size: 15px;
  margin-bottom: 0px;
}
.gioi-thieu-1 .img-container.img-gioi-thieu {
  height: 100%;
}
.gioi-thieu-1 .row-camket .img-container {
  height: 55px;
}
.gioi-thieu-1 .row-camket {
  text-transform: uppercase;
  font-size: 18px;
}
/* End gioi-thieu-1 */

/* tintuc-card-1 */
.slick-tintuc-1 {
  margin: 0 -0.75rem;
}
.slick-tintuc-1 .tintuc-card-1 {
  margin: 0 0.75rem;
}
.tintuc-card-1 {
}
.tintuc-card-1 .img-container-3 {
  padding-bottom: 87.937%;
}
.tintuc-card-1 .img-container-3 img {
  object-fit: cover;
}
.tintuc-card-1 .info {
  color: var(--primarycolor);
}
.tintuc-card-1 .info .tieu-de {
  display: block;
  margin-top: 0.3rem;
  color: inherit;
  font-family: var(--secondaryFont);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}
/* End tintuc-card-1 */

/* tintuc-card-3 */
.tintuc-card-3 {
  background-color: var(--primarycolor);
  color: #fff;
  padding: 0.5rem;
}
.tintuc-card-3 .img-container-3 {
  padding-bottom: 80.701%;
}
.tintuc-card-3 img {
  object-fit: cover;
}
.tintuc-card-3 .info {
  font-weight: 400;
}
.tintuc-card-3 .info .tieu-de {
  font-family: var(--primaryFont);
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
  color: #fcff00;
  text-transform: uppercase;
}
.tintuc-card-3 .info .tieu-de:hover {
  color: var(--lightColor);
}
.tintuc-card-3 .info .mo-ta {
  color: inherit;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
/* End tintuc-card-3 */

/* .gioi-thieu-2 */
.gioi-thieu-2 .title {
  font-size: 15px;
  margin-bottom: 0px;
}
.row-camket-3 .img-container img {
  object-fit: contain;
}
.gioi-thieu-2 .img-container.img-gioi-thieu {
  margin-left: -50px;
}
.gioi-thieu-2 .img-container:not(.img-gioi-thieu) {
  height: 80px;
}
.gioi-thieu-2 .tieu-de {
  text-transform: uppercase;
  font-size: 16px;
}
.gioi-thieu-2 .mo-ta {
  font-weight: 100;
}
/* end .gioi-thieu-2 */
/* slick-hinh-anh-1 */
.slick-hinh-anh-1 {
  padding: 4rem 0;
}
.slick-hinh-anh-1 .title {
  margin-top: 0;
}
.slick-hinh-anh-1 .slick {
  margin: 0 -15px;
}
.slick-hinh-anh-1 .slick .img-container {
  margin: 0 15px;
  height: 390px;
}
.slick-hinh-anh-1 .slick .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.slick-hinh-anh-1 .slick .slick-dots li {
  margin: 0;
}
.slick-hinh-anh-1 .slick .slick-dots li button::before {
  content: "\f111";
  font-family: "FAR";
  color: var(--secondarycolor);
  font-size: 18px;
  opacity: 1;
}
.slick-hinh-anh-1 .slick .slick-dots li.slick-active button::before {
  font-family: "FAS";
  opacity: 1;
}
/* end slick-hinh-anh-1 */
/* .tong-hop-1 */
.tong-hop-1 {
  background-color: var(--primarycolorDarker);
  padding: 2rem 0;
  background-attachment: fixed;
}
.tong-hop-1 .title {
  color: var(--lightColor);
  margin-top: 0;
  margin-bottom: 2rem;
}
.slick-doi-tac {
  margin: 0 -10px;
}
.slick-doi-tac .img-container {
  margin: 0 10px;
  height: 90px;
  background-color: var(--lightColor);
}
.slick-doi-tac .img-container img {
  object-fit: contain;
}
/* End .tong-hop-1 */

/* form-ho-tro */
.form-ho-tro {
  padding: 1rem;
  color: var(--lightColor);
}
.form-ho-tro .title {
  color: inherit;
  font-family: var(--thirdFont);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.form-ho-tro .form-control {
  border: 1px solid var(--lightColor);
  background-color: var(--lightColor);
  color: var(--primarycolor);
  border-radius: 0;
}
.form-ho-tro .form-select {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAIVBMVEUhQJqPnszI0ObHz+ZRabAqR57GzuX////z9fl8jsOXptCCkVAeAAAAAWJLR0QHFmGI6wAAAAd0SU1FB+YGFQ4EJy+2XVcAAAAqSURBVBjTY2AY1EDIhMVIAM4Lq5hRFgDnsaaXpyIpDUOSAkouHWingwAArtQFx/YqFBEAAAAASUVORK5CYII=");
  background-size: auto;
}
.form-ho-tro .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.form-ho-tro textarea.form-control {
  padding: 1.5rem 0.75rem;
  resize: none;
}
.form-ho-tro .form-control::placeholder {
  color: var(--primarycolor);
  font-family: var(--primaryFont);
  font-weight: 400;
  font-size: 14px;
}
/* End form-ho-tro */

/* tintuc-2 */
.tintuc-2 {
  padding: 2rem 0;
}
.tintuc-2 .title {
  margin-top: 0;
}
.tintuc-2 .slick {
  margin: -5px -15px;
}
.tintuc-2 .slick .tintuc-card-2 {
  margin: 5px 15px;
}
.tintuc-card-2 {
}
.tintuc-card-2 .img-container-3 {
  padding-bottom: 98.591%;
}
.tintuc-card-2 img {
  object-fit: cover;
}
.tintuc-card-2 .info {
  color: var(--primarycolor);
  padding: 0.6rem 0.8rem;
  box-shadow: 2px 2px 5px #44444473;
  transition: all 0.3s;
  font-size: 14px;
}
.tintuc-card-2:hover .info {
  color: var(--lightColor);
  background-color: var(--primarycolor);
}
.tintuc-card-2 .info .tieu-de {
  color: var(--darkColor);
  font-family: var(--secondaryFont);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: inherit;
}
.tintuc-card-2:hover .info .tieu-de {
  color: var(--lightColor);
}
.tintuc-card-2 .info .mo-ta {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: inherit;
  transition: inherit;
}
/* End tintuc-2 */
/* dang-ki-nhan-tin-1 */
.dang-ki-nhan-tin-1 {
  background-attachment: fixed;
  background-color: var(--primarycolorDarker);
  padding: 3rem 0;
}
.dang-ki-nhan-tin-1 .title {
  color: var(--lightColor);
  margin-top: 0;
}
/* End dang-ki-nhan-tin-1 */

/* cate-home */
.cate-home {
  background-color: #e6e7e9;
}
/* End cate-home */

/* cate-card-1 */
.cate-card-1 {
  text-align: center;
  color: var(--darkColor);
}
.cate-card-1 .img-container {
  height: 55px;
  margin-bottom: 0.5rem;
}
.cate-card-1 .img-container img {
  object-fit: contain;
}
.cate-card-1 .tieu-de {
  color: inherit;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
/* End cate-card-1 */

/* cate-card-2 */
.cate-card-2 {
  position: relative;
}
.cate-card-2 .img-container-3.style-1 {
  padding-bottom: 100%;
}
.cate-card-2 .img-container-3.style-2 {
  padding-bottom: calc(50% - var(--bs-gutter-x, 0) / 2);
}
.cate-card-2 .img-container-3.style-3 {
  padding-bottom: calc(25% - var(--bs-gutter-x, 0) / 2);
}
.cate-card-2 img {
  object-fit: cover;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.cate-card-2:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.cate-card-2 .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cate-card-2 .info .tieu-de {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  background-color: var(--primarycolor75);
  color: var(--lightColor);
  text-transform: uppercase;
  font-size: 20px;
  padding: 1rem 0.5rem;
}
.cate-card-2 .info .tieu-de::before {
  position: absolute;
  top: 0;
  left: -10%;
  content: "";
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.5004552846529237) 0%,
    rgba(255, 255, 255, 0.09709394011510852) 100%
  );
  width: 0;
  height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: skew(45deg);
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
}
.cate-card-2:hover .info .tieu-de::before {
  width: 140%;
}

/* End cate-card-2 */

/* banner-1 */
.banner-1 .slick-banner .img-container-3 {
  padding-bottom: 25.25%;
}
.banner-1 .slick-banner .img-container-3 img {
  object-fit: cover;
}
.banner-1 .slick-banner.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner-1 .slick-banner .slick-dots {
  bottom: 15px;
  opacity: 0;
}
.banner-1 .slick-banner:hover .slick-dots {
  opacity: 1;
}
.banner-1 .slick-banner .slick-dots li button:before {
  color: var(--lightColor);
  font-size: 12px;
}
.banner-1 .slick-banner .slick-dots li.slick-active button:before {
  opacity: 1;
}
/* End banner-1 */

/* vi-sao-card-1 */
.vi-sao-card-1 {
  padding-top: 3rem;
}
.vi-sao-card-1 .img-container-2 {
  background-color: var(--primarycolor);
  margin-bottom: 0.5rem;
  margin-top: -3rem;
}
.vi-sao-card-1 .info {
  text-align: center;
  background-color: #f1f3f2;
  padding: 0.5rem 0;
  padding-top: 0;
}
.vi-sao-card-1 .tieu-de {
  color: var(--primarycolor);
  font-size: 18px;
}
/* End vi-sao-card-1 */

/* .mega-menu */
.mega-menu {
  display: none;
  width: auto;
  max-width: calc(100% - 0.75rem);
  /* background-color: var(--lightColor); */
  color: var(--navColor);
  text-align: start;
  font-weight: 800;
  margin: 0 auto;
  border-radius: 4px;
  /* box-shadow: 0 0 5px #444; */
}
.mega-menu > .container-fluid {
  /* padding-top: 1rem;
  padding-bottom: 1rem; */
}
.mega-menu .title-mega-menu {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: inherit;
  color: var(--primarycolor);
  font-size: 14px;
  margin-top: 0.5rem;
}
.mega-menu .title-mega-menu a {
  color: inherit;
}
.mega-menu .nav .nav-item::before {
  content: "\f0da";
  font-family: "FAS";
  font-size: 8px;
}
.mega-menu .nav a {
  font-size: 13px;
}
.mega-menu .nav a:hover {
  color: var(--primarycolor);
}
.mega-menu .col-sm-2 {
  background-color: #fff;
  box-shadow: 4px 4px 4px #4443;
}
/* End .mega-menu */

/* button-share-group */
.tool-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem;
  border: 1px solid #ccc;
}
.btn.btn-print {
  color: var(--primarycolor);
  font-size: 15px;
  padding: 0;
}
.btn.btn-print:hover {
  text-decoration: underline;
}
.button-share-group {
  display: flex;
  gap: 5px;
}
.button-share-group .button-share {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: var(--primarycolor);
  color: var(--lightColor);
  text-align: center;
  line-height: 2.2;
  border-radius: 4px;
}
/* End button-share-group */

/* san-pham-detail */
.san-pham-detail {
}
.san-pham-detail .hinh-sp-nav .img-container-2 img {
  cursor: pointer;
}
.san-pham-detail .price-container {
  display: flex;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
}
.san-pham-detail .price-container > div {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 10px;
}
.san-pham-detail .price-container > .gia-thuong {
  border-right: 1px dashed #ccc;
}
.san-pham-detail .price-container > .gia-thuong strong {
  color: #bf8000;
  font-weight: 700;
  font-size: 22px;
}
.san-pham-detail .price-container > .gia-km strong {
  color: #f00;
  font-weight: 700;
  font-size: 22px;
}
.san-pham-detail .price-container > .gia-phantram {
  background-color: #f00;
  color: var(--lightColor);
  justify-content: center;
  position: relative;
  border-radius: 5px;
  font-size: 14px;
  margin-left: 10px;
}
.san-pham-detail .price-container > .gia-phantram::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 20px;
  left: -14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #f00;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.san-pham-detail .ct-detail .info {
  font-weight: normal;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 1rem;
}
/* End san-pham-detail */

/* slick-dich-vu */
.dich-vu-a {
}
.slick-dich-vu {
  margin: -1rem;
}
.slick-dich-vu .dich-vu-card-a {
  margin: 1rem;
}
.slick-dich-vu .dich-vu-card-a .img-container-3 {
  padding-bottom: 60.74%;
  overflow: visible;
  margin-bottom: 0.5rem;
}
.slick-dich-vu .dich-vu-card-a .img-container-3::before {
  position: absolute;
  content: "";
  background-color: var(--primarycolor);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotate(3deg);
}
.slick-dich-vu .dich-vu-card-a .img-container-3 img {
  object-fit: cover;
}
.slick-dich-vu .dich-vu-card-a .info {
  text-align: center;
}
.slick-dich-vu .dich-vu-card-a .info .tieu-de {
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--primaryFont);
  color: var(--primarycolor);
  font-size: 16px;
}
.slick-dich-vu .slick-arrow {
  z-index: 1;
}
.slick-dich-vu .slick-prev {
  left: 0;
}
.slick-dich-vu .slick-next {
  right: 0;
}
/* End slick-dich-vu */

/* form-dang-ki-xe */
.form-dang-ki-xe {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem;
  margin-top: 2rem;
  color: var(--lightColor);
  box-shadow: 0 0 5px #585757;
}

.form-dang-ki-xe .form-label {
  font-weight: 300;
  font-style: italic;
}
.form-dang-ki-xe .form-control {
  box-shadow: 0 0 5px inset hsla(0, 0%, 16%, 0.94);
  border: 0;
}
.form-dang-ki-xe .form-control:disabled,
.form-dang-ki-xe .form-control[readonly] {
  background-color: var(--lightColor);
}

.form-dang-ki-xe .row-form {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0.5rem;
}
.form-dang-ki-xe .btn-dang-ki {
  width: 100%;
  background-color: var(--primarycolor);
  color: #feef00;
  font-family: var(--titleFont);
  font-size: 24px;
  text-transform: uppercase;
  box-shadow: 4px 0 2px inset #ffffff5c, -4px 2px 3px inset #00000059,
    0px -2px 3px inset #00000059;
  border: 0;
}
/* End form-dang-ki-xe */

/* tab-sp-index */
.nav-tabs.tab-sp-index {
  border-bottom: 0;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.nav-tabs.tab-sp-index .nav-link {
  margin-bottom: 0;
  border-radius: 0;
  color: var(--secondarycolor);
  text-transform: uppercase;
  background-color: var(--primarycolor);
  border: 0;
}
.nav-tabs.tab-sp-index .nav-link:focus,
.nav-tabs.tab-sp-index .nav-link:hover {
}
/* End tab-sp-index */

/* lang-fixed */
.lang-fixed {
  position: fixed;
  top: 30px;
  right: -120px;
  z-index: 99999;
  transition: all 0.3s;
  cursor: pointer;
}
.lang-fixed:hover {
  right: 0;
}
.lang-fixed .input-group .input-group-text {
  background-color: var(--primarycolor);
  color: var(--lightColor);
  border: 1px solid var(--primarycolor);
}
.lang-fixed .form-select {
  border-color: var(--primarycolor);
}
.lang-fixed .form-select:focus {
  box-shadow: none;
}
/* End lang-fixed */

/* gioi-thieu-3 */
.gioi-thieu-3 {
  padding: 2px;
}

.gioi-thieu-3 > .container-fluid > .row .col-bg-1 {
  background-color: #d69f76;
  transform: skew(-31deg);
  margin: 0 -4.5rem;
  overflow: hidden;
  background-image: url("../images/bg-cafe.png");
  /* background-repeat: no-repeat; */
  background-size: 50%;
  background-position: 50% 100%;
}
.gioi-thieu-3 > .container-fluid > .row .col-bg-1 > div {
  /* padding-left: 10rem; */
  transform: skew(31deg);
}

.gioi-thieu-3 > .container-fluid > .row .col-bg-1 > div .mo-ta {
  color: var(--lightColor);
  background-color: var(--primarycolor);
  padding: 1rem 9rem 1rem 1rem;
  margin-right: -7rem;
}
.gioi-thieu-3 > .container-fluid > .row .col-bg-1 > div .mo-ta > p:last-child {
  margin-bottom: 0;
}
.gioi-thieu-3 > .container-fluid > .row .col-bg-2 {
  background-color: #000;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
}
/* End gioi-thieu-3 */

/* vi-sao-2 */
.vi-sao-2 {
  padding: 0;
  color: var(--primarycolor);
}

.vi-sao-2 .mo-ta {
  padding-left: 1rem;
}
.vi-sao-2 .col-bg-1 {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 200px;
}

.vi-sao-2 .col-bg-2 {
  padding: 1.5rem 0;
}
/* End vi-sao-2 */

/* gioi-thieu-4 */
.gioi-thieu-4 {
  padding: 0;
  overflow: visible;
}
.gioi-thieu-4 .box-gioi-thieu {
  position: relative;
  background-color: var(--primarycolor);
  color: var(--lightColor);
  padding: 1.5rem;
  margin-bottom: -2rem;
  z-index: 1;
}
.gioi-thieu-4 .box-gioi-thieu .title {
  position: absolute;
  bottom: 100%;
  left: 10px;
  background-color: var(--secondarycolor);
  color: var(--primarycolor);
  padding: 7px 25px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
.gioi-thieu-4 .box-gioi-thieu .mo-ta {
  font-size: 16px;
}
.gioi-thieu-4 .box-gioi-thieu .mo-ta > p:last-child {
  margin-bottom: 0;
}
.gioi-thieu-4 .bg-gioi-thieu {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.slick-bai-viet-gioi-thieu {
  margin: 0 -3rem;
}
.slick-bai-viet-gioi-thieu .bai-viet-gioi-thieu {
  margin: 0 3rem;
}
.bai-viet-gioi-thieu {
  position: relative;
  border: 0.9rem solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
  border-radius: 50px 0;
  transition: all 0.3s;
}
.bai-viet-gioi-thieu:hover {
  border-radius: 0 50px;
}
.bai-viet-gioi-thieu .info {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--primarycolor);
  color: var(--lightColor);
  width: 100%;
  text-align: center;
  padding: 0.5rem 0.3rem;
}

.bai-viet-gioi-thieu .info .tieu-de {
  color: inherit;
}
.bai-viet-gioi-thieu img {
  object-fit: cover;
}
/* End gioi-thieu-4 */

/* khac-2 */
.khac-2 .col-form {
  background-image: url("../images/bg-form.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.khac-2 .col-img .img-container-3 {
  padding-bottom: 59.464%;
}
.khac-2 .col-img .img-container-3 img {
  object-fit: cover;
}
/* End khac-2 */

/* khac-3 */
.khac-3 {
  background-color: #a5b3d6;
  color: var(--lightColor);
  padding: 2rem 0;
}
.khac-3 .title--e {
  color: inherit;
  filter: brightness(100);
}
.khac-3 .col-img .img-container-3 {
  padding-bottom: 59.821%;
}
.khac-3 .col-img .img-container-3 img {
  object-fit: cover;
}
.khac-3 .nav {
  height: 100%;
  justify-content: space-between;
  padding-left: 1rem;
}
.khac-3 .nav .nav-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--lightColor);
  padding-left: 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid;
}

.khac-3 .nav .nav-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: -30px;
  background-image: url("../images/tri-cir-le.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(44px * 0.6);
  height: calc(30px * 0.6);
  filter: brightness(100);
}
.khac-3 .nav .nav-item a {
  color: inherit;
  font-size: 16px;
}
.khac-3 .nav .nav-item a.ten {
  font-size: 24px;
  font-weight: 500;
}
/* End khac-3 */

/* .tin-tuc-3 */
.tin-tuc-3 {
}
.tin-tuc-3 .row-tintuc {
  margin-top: -6.5rem;
}
.tin-tuc-3 .col-right .slick-tintuc-1::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  left: calc(-0.25 * var(--bs-gutter-x));
  top: 0;
  background-color: var(--primarycolor);
}

/* End .tin-tuc-3 */

/* san-pham-3 */
.san-pham-3 {
}
.san-pham-3 .container-sanpham-3 {
  padding-bottom: 2rem;
}
.san-pham-3 .container-sanpham-3 .title {
  margin: 2rem 0;
}
.san-pham-3 .container-sanpham-3 img.banner {
  width: 100%;
}
/* End san-pham-3 */

/* slider */
.slider {
  padding: 0;
}
.slider .swiper-button-group {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  gap: 5px;
}
.slider .swiper-button-group > * {
  position: initial;
  top: initial;
  right: initial;
  left: initial;
  bottom: initial;
  width: auto;
  height: auto;
  width: 50px;
  height: 50px;
  background-color: hsla(240, 1%, 30%, 0.7);
  color: var(--lightColor);
}
.slider .swiper-button-group > *:hover {
  background-color: hsla(240, 1%, 30%, 1);
}
.slider .swiper-button-group .swiper-button-next::after {
  content: "\f105";
  font-family: "FAS";
  font-size: 20px;
}

.slider .swiper-button-group .swiper-button-prev::after {
  content: "\f104";
  font-family: "FAS";
  font-size: 20px;
}
/* End slider */

/* gioi-thieu-5 */
.gioi-thieu-5 {
  padding: 4rem 0;
}
.gioi-thieu-5 .info .mo-ta {
}
.gioi-thieu-5 .info .mo-ta h1,
.gioi-thieu-5 .info .mo-ta h2,
.gioi-thieu-5 .info .mo-ta h3,
.gioi-thieu-5 .info .mo-ta h4,
.gioi-thieu-5 .info .mo-ta h5,
.gioi-thieu-5 .info .mo-ta h6 {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.gioi-thieu-5 .img-container-3 {
  box-shadow: -20px 20px 2px rgba(0, 0, 0, 0.46);
}
.gioi-thieu-5 .info .tieu-de {
  color: var(--primarycolorDarker);
  font-weight: 500;
}
/* End gioi-thieu-5 */

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

/* tin-tuc-4 */
.tin-tuc-4 {
  padding: 3rem 0;
}
.tin-tuc-4 > * {
  z-index: 1;
  position: relative;
}
.tin-tuc-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.tin-tuc-4 .title {
  margin-bottom: 3rem;
  color: var(--primarycolor);
  font-weight: bold;
}
.tin-tuc-4 .card-tin-tuc {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.46);
  border-radius: 17px;
  overflow: hidden;
  display: block;
}
.tin-tuc-4 .card-tin-tuc .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.86);
  color: var(--primarycolor);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.tin-tuc-4 .card-tin-tuc .info .tieu-de {
  color: inherit;
  font-weight: 500;
  text-transform: none;
}
/* End tin-tuc-4 */

/* cate-home-3 */
.cate-home-3 {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.cate-home-3 .title {
  color: var(--primarycolor);
  margin-bottom: 4rem;
  font-weight: bold;
}
.cate-card-3 .polygon > * {
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
}
.cate-card-3 .polygon {
  transition: all 0.3s;
}
.cate-card-3 .polygon:hover {
  filter: drop-shadow(1px 1px 1px var(--primarycolor))
    drop-shadow(-1px -1px 1px var(--primarycolor));
}
.cate-card-3 .info {
  text-align: center;
}
.cate-card-3 .info .tieu-de {
  font-weight: 700;
  font-size: 17px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  display: inline-block;
}
/* End cate-home-3 */

/* khac-4 */
.khac-4 {
  margin: 3rem 0;
  padding: 5rem 0;
  color: var(--lightColor);
}
.khac-4 .title {
  color: inherit;
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
  margin: 0;
}
.khac-4 .title-description {
  font-weight: 500;
  margin-bottom: -1rem;
}
.khac-4 .readmore {
  color: inherit;
  font-size: 28px;
  font-weight: bold;
}
.khac-4 > .container {
  background-color: var(--primarycolor);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 350px;
  gap: 1rem;
}
/* End khac-4 */

/* coppy any thing and paste here */

.carousel-indicators {
  display: none;
}

.box-sl {
}

.box-sl label {
  float: left;
  margin-right: 0px;
  position: relative;
  top: 10px;
}

.box-sl .soluong {
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 0px;
  border: 1px solid #d8dad6;
  float: right;
  font-weight: bold;
}

.navbar-toggle {
  display: none;
}

.carousel-item img {
  height: 450px;
}

.slick-danh-muc-trang-chu {
  /* margin-left: 10px; */
}

.g-recaptcha {
  overflow: hidden;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-width: inherit;
}

section.intro__detail {
  padding: 40px 0;
}

section.intro__detail2 {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.intro__detail2__des1 {
  max-width: 768px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 5px;
  margin-left: auto;
  margin-bottom: 40px;
}

.intro__detail2__des2 {
  background: rgba(255, 255, 255, 0.5);
  padding: 15px;
  border-radius: 10px;
  margin-top: 80px;
}

section.nganh {
  padding: 20px 0;
}

.nganh__img {
  height: 200px;
  overflow: hidden;
}

.nganh__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nganh__info {
  text-align: center;
  color: var(--darkColor);
}

.nganh__info h1 {
  font-size: 20px;
  font-family: var(--titleFont);
  color: var(--primarycolor);
}

.nganh__info div {
}

.nganh__img:hover img {
  transition: 0.5s;
  transform: scale(1.05);
}

.time__video h1 {
  color: #fff;
  margin-bottom: 15px;
}

.time__video .noi-dung {
  color: #fff;
}

.news2__img {
  position: relative;
  display: block;
}

.news2__img img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.thong-tin-module {
}

.ngoai__item:hover {
  transform: translateY(-5px);
  box-shadow: #ccc 0 0 10px;
}

.ngoai__item {
  box-shadow: #ccc 0 0 5px;
  border-radius: 5px;
  margin: 30px 0;
  transition: 0.5s;
  padding: 15px;
  cursor: pointer;
}

.ngoai__img {
  text-align: center;
}

section.ngoai {
  padding: 20px 0;
}

.gia__img {
  text-align: center;
  border-radius: 50%;
}

.chungnhan__content {
  /* display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr); */
  margin-right: -48px;
}

.chungnhan__content .slick-next {
  right: 15px;
}

.chungnhan__content .slick-prev,
.chungnhan__content .slick-next {
  width: auto;
  height: auto;
  font-size: 30px;
  line-height: 1;
  color: #000;
  background-color: transparent;
  text-shadow: 0 0 10px #444;
}

.chungnhan__item {
  height: 160px;
  overflow: hidden;
  background: #fff;
}

.chungnhan__item img {
  width: 80%;
  height: 100%;
  border: 1px solid #ccc;
  object-fit: contain;
}

section.chungnhan {
  padding: 20px 0;
}

.chungnhan__item:hover img {
  transition: 0.5s;
  transform: scale(1.05);
}

section.dooitac {
  color: #fff;
  padding: 45px 0;
  background: #af1617;
}

.doitac__img {
}

.hinh-sp-nav {
  margin: -5px;
}

.hinh-sp-nav .img {
  margin: 5px;
}

.hinh-sp-main a {
  /* padding: 10px; */
  display: block;
}

.hinh-sp-main a img {
  object-fit: contain;
}

.noi-dung {
}

.map-lien-he iframe {
  width: 100%;
  height: 400px;
}
.slick-prev,
.slick-next {
  background-color: transparent;
  color: var(--darkColor);
  font-size: inherit;
  height: auto;
  width: auto;
  line-height: normal;
  z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: var(--darkColor);
  background: transparent;
}
.title--a {
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin: 2rem 0;
}
.title--a span {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #6e6e6e;
  font-size: 16px;
  z-index: 1;
  padding: 0 0.5rem;
}
.title--a span::before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 35%;
  top: 70%;
  left: 0;
  background-color: #fff600;
}
.title--a strong {
  position: relative;
  z-index: 1;
  display: block;
  font-family: var(--titleFont);
  color: var(--titleColor);
  font-size: 28px;
}
.bg-page {
  padding-bottom: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lienhe-sp {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 0.5rem;
}
.lienhe-sp .btn-add-to-cart {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  border-radius: 0;
}
.title--b {
  color: var(--titleColor);
  font-weight: 800;
  font-size: 40px;
  margin: 1rem 0;
}
.title--b > span {
  font-family: var(--titleFont);
  color: var(--lightColor);
  font-weight: normal;
}
.title--c {
  color: var(--titleColor);
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 1rem;
}
.title--c > span {
  display: block;
  font-family: var(--titleFont);
  font-weight: normal;
  padding-left: 2rem;
}
.title--d {
  background-color: var(--primarycolor);
  color: var(--lightColor);
  padding: 0.5rem 1rem;
  font-family: var(--titleFont);
  margin-bottom: 2rem;
}
.title--d.title-left {
  padding-left: 8rem;
  margin-left: -15rem;
}
.title--d.title-right {
  padding-right: 8rem;
  margin-right: -15rem;
}
.slick-doi-tac img {
  object-fit: cover;
}
.row-doi-tac {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}
.cam-nhan-card {
  padding-top: 6rem;
}
.cam-nhan-card .img-container-3 {
  border-radius: 50%;
  margin-top: -6rem;
  margin-bottom: 0.8rem;
  box-shadow: 10px 10px 0 var(--lightColor);
}
.cam-nhan-card .img-container-3 img {
  object-fit: cover;
}

.cam-nhan-card .ten {
  color: var(--primarycolor);
  font-weight: 800;
  font-size: 20px;
}
.cam-nhan-card .info {
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--lightColor);
  padding: 1rem 2rem;
  border-radius: 40px;
}
.title-sanpham {
  text-align: center;
  color: var(--titleColor);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.title-sanpham .parent {
  --titleColor: #9f0a0e;
  display: block;
  font-family: var(--titleFont);
  font-weight: normal;
  background-image: url("../images/decoration-product.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 1.2rem;
  margin-bottom: 0.2rem;
}
.san-pham-2 {
  background-color: #f1f3f2;
}
.title--e {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: var(--primarycolor);
  font-size: 26px;
  font-weight: 500;
  background-image: url("../images/tri-cir-le.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.title--e::after,
.title--e::before {
  position: absolute;
  bottom: 14px;
  content: "";
  width: 150px;
  height: 1px;
  background-color: currentColor;
}
.title--e::after {
  left: calc(50% + 30px);
}
.title--e::before {
  right: calc(50% + 30px);
}
/* End coppy any thing and paste here */
