@charset "utf-8";

/* CSS Document */

/* @import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&subset=vietnamese"); */

/* set up */

:root {
  --primarycolor: #000000;
  --primarycolor25: #00000040;
  --primarycolor50: #00000080;
  --primarycolor75: #000000bf;
  --primarycolorDarker: #1b5385;
  --secondarycolor: #e5d46c;
  --darkColor: #000;
  --lightColor: #fff;
  --linkColor: #000;
  --linkHoverColor: #000000;
  --navBackground: #323232;
  --navColor: #fff;
  --navActiveColor: #e5d46c;
  --navFocusColor: #e5d46c;
  --navShadown: none;
  --navDropdownBackground: #323232;
  --navDropdownColor: #fff;
  --navDropdownActiveColor: #e5d46c;
  --navDropdownFocusColor: #e5d46c;
  --titleDecorationColor: #ff0000;
  --topHeaderColor: #fff;
  --topHeaderBackground: #000000;
}

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

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

.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;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

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

.wrapper-loading img {
  width: auto;
  height: 15%;
}

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;
}
.fixed .logo img {
  height: 60px;
}
.title {
  color: var(--primarycolor);
  font-family: var(--titleFont);
  margin-bottom: 25px;
  margin-top: 20px;
  font-size: 2rem;
}

.title.has-bg {
  background-color: var(--primarycolor);
  color: var(--lightColor);
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}
.title-gia {
  color: var(--secondarycolor);
  font-size: 16px;
  font-weight: bold;
  font-family: Roboto;
}

.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 {
  position: relative;
  text-align: center;
  display: inline-block;
}

.title.has-line::after {
  content: "";
  width: 70%;
  height: 1px;
  display: block;
  position: absolute;
  right: 10%;
  bottom: -13px;
}

.title.has-line::before {
  content: "";
  width: 70%;
  height: 1px;
  display: block;
  position: absolute;
  left: 10%;
  bottom: -5px;
}

.title.has-line::before,
.title.has-line::after {
  background-color: currentColor;
}

.title.has-line.text--secondary::before,
.title.has-line.text--secondary::after {
  background-color: var(--primarycolor);
}

.title.has-decoration {
  position: relative;
  background-image: url("../images/title-decoration.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 125px;
  background-position: center left;
  color: var(--titleDecorationColor);
  font-weight: normal;
  margin-bottom: 40px;
  margin-top: 40px;
}

.title.has-decoration .icon-decoration {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 43px;
  width: 90px;
  height: 65%;
  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: 165px;
  bottom: 0;
  margin: auto 0;
  height: 100%;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  width: 46%;
}

.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;
}

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

.btn-readmore {
  color: var(--darkColor);
  padding: 0.2rem 1rem;
  font-family: var(--buttonFont);
  display: inline-block;
  font-size: 18px;
  background-color: #e5d46c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btn-readmore.shadow-light {
  box-shadow: 0 0 5px var(--lightColor);
  border: 1px solid var(--lightColor);
}

.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-readmore:hover {
  color: var(--lightColor);
  background: var(--primarycolor);
}

.btn.btn-dk {
  background-color: #002c63;
  color: var(--lightColor);
  box-shadow: 0 0 10px #859dfc73;
  padding: 5px 50px;
  border: 1px solid #000000;
  font-weight: bold;
}
.btn.btn-dk:hover {
  background-color: #f6ff00;
  color: #000000;
}

.well a {
  color: #000;
}

header {
  background-color: var(--lightColor);
  color: #c5c4c4;
  position: relative;
  padding: 0.5rem 0;
  z-index: 2;
  /* display: none; */
}

header .nav.mxh-header .nav-item a {
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-left: 3px;
}
header .holine {
  margin: 0;
  color: #ff0000;
  font-family: "RobotoBlack";
  font-size: 20px;
}
header .nav.mxh-header .nav-item a:hover {
  color: var(--navActiveColor);
}
.facebook-theme {
  background-color: #3b5998;
  color: #fff;
}
.youtube-theme {
  background-color: #ff0000;
  color: #fff;
}
.twitter-theme {
  background-color: #1da1f2;
  color: #fff;
}
.instagram-theme {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
  color: #fff;
}
header .img-decor {
  height: 140px;
  margin-bottom: -32px;
  margin-right: 5px;
}
header .phone-container > .row {
  --bs-gutter-x: 0.5rem;
}
header .phone-container p {
  margin-bottom: 0;
  font-family: Roboto;
  color: var(--darkColor);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

section {
  position: relative;
  padding-bottom: 1rem;
  padding-top: 1rem;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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--trans {
  color: transparent;
}

.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: 16px;
  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: -50px;
  background-color: transparent;
  padding: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: var(--breadcrumbFont);
}

.breadcrumb > li a {
  color: #868282;
}

.breadcrumb .breadcrumb-item.active span {
  color: var(--primarycolor);
  font-weight: bold;
}

/* End breadcrumb */

/* general */

.ten-cong-ty {
  color: var(--secondarycolor);
  text-transform: uppercase;
  text-align: center;
  font-family: var(--tencongtyFont);
  margin: 0;
  padding: 0;
  font-weight: bold;
  letter-spacing: -0.1rem;
  font-size: 2rem;
  margin-top: 0.6rem;
}

.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;
}

/* End general */

/* search-form */

.form-search {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 1;
  display: none;
  background-color: var(--lightColor);
  border-radius: 50px;
  box-shadow: 0 0 10px var(--primarycolor50);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.form-search.on-mobile {
  position: unset;
  display: block;
}

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

.form-search form {
  position: relative;
}

.form-search form .btn-search {
  position: absolute;
  top: 0;
  right: 2px;
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  height: 28px;
  font-size: 16px;
  bottom: 0;
  margin: auto 0;
  color: #bbbbbb;
}

.form-search form input {
  border-radius: 2px;
  outline: 0;
  height: 35px;
  width: 300px;
  border: 0;
  font-size: 16px;
  padding: 10px 15px;
  box-shadow: 0 0 5px #444;
}

.form-search form input::placeholder {
  font-style: italic;
  color: #bbb;
}

/* End search-form */

/* nav-custom */

.nav-custom {
  color: var(--navColor);
  background-color: var(--navBackground);
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: var(--navShadown);
  z-index: 2;
  box-shadow: 0 5px 4px #4444446e;
  /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1055; */
}

.nav-custom.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1055;
  box-shadow: 0 5px 4px #4444446e !important;
}

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

.nav-custom .navbar-nav > .nav-item {
  display: flex;
  align-items: center;
  position: relative;
}

.nav-custom .nav-item .nav-link,
.nav-custom .navbar-brand {
  font-family: var(--navFontPrimary);
  color: var(--navColor);
  font-size: 16px;
  padding: 5px 20px;
  margin: 0 10px;
  position: relative;
  text-transform: uppercase;
  /* border: 2px solid transparent; */
  /* border-radius: 30px; */
}
.fixed.nav-custom .nav-item .nav-link,
.fixed.nav-custom .navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav-custom .navbar-nav.justify-content-between .nav-item .nav-link,
.nav-custom .navbar-nav.justify-content-between .navbar-brand {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.nav-custom .navbar-brand {
  padding-left: 0 !important;
  margin-left: 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);
}
.nav-custom .navbar-nav > .nav-item > .nav-link::after,
.nav-custom .navbar-nav > .nav-item > .nav-link::after {
  transition: all 0.3s ease-in;
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--navActiveColor);
  bottom: 15px;
  left: 20px;
  display: none;
}

.fixed.nav-custom .navbar-nav > .nav-item > .nav-link::after,
.fixed.nav-custom .navbar-nav > .nav-item > .nav-link::after {
  bottom: 5px;
}
.nav-custom .navbar-nav > .nav-item > .nav-link.active::after,
.nav-custom .navbar-nav > .nav-item > .nav-link:hover::after {
  width: 50%;
}

.nav-custom .navbar-nav > .nav-item > .nav-link {
  margin: 0;
  position: relative;
}

/* .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;
} */

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

.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: 18rem;
  background-color: var(--navDropdownBackground);
  border-radius: 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(--navDropdownColor);
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.3s;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.nav-custom .dropdown-menu .nav-item .nav-link:hover {
  color: var(--navDropdownActiveColor);
  padding-left: 1rem;
  /* background-color: var(--navActiveColor); */
  border-color: var(--navDropdownActiveColor);
}

.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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* End nav-custom */

/* gio-hang-container */

.gio-hang-container {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 30px;
  background-image: url("../images/background-menu.gif");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: #e70200;
  flex-wrap: nowrap;
}

.gio-hang-container .bg-white {
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.gio-hang-container .gio-hang {
  display: inline-block;
  margin-right: 5px;
}

.gio-hang-container .line {
  border: 1px solid #e70200;
  width: 1px;
  height: 39px;
  display: inline-block;
  transform: rotateZ(7deg);
  position: absolute;
  top: 0;
  -webkit-transform: rotateZ(7deg);
  -moz-transform: rotateZ(7deg);
  -ms-transform: rotateZ(7deg);
  -o-transform: rotateZ(7deg);
}

.gio-hang-container .thanh-tien {
  display: inline-block;
  margin-left: 10px;
}

.gio-hang-container a {
  color: #e70200;
}

/* End gio-hang-container */

/* footer */

footer {
  color: var(--lightColor);
}
.bg-footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

footer .logo img {
  height: 80px;
}

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

footer a {
  color: inherit;
}

footer a:hover {
  text-decoration: underline;
  color: var(--lightColor);
}

footer .title-f {
  margin-top: 1.5rem;
  font-size: 20px;
  font-family: var(--titleFooterFont);
  margin-bottom: 0.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  display: inline-block;
}

footer .title-f.has-line {
  position: relative;
}

footer .title-f.has-line::after {
  content: "";
  display: block;
  height: 1px;
  width: 28px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: var(--lightColor);
}

footer .title-f.has-line::before {
  content: "";
  display: block;
  height: 1px;
  width: 55px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background-color: var(--lightColor);
  display: none;
}

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 {
  color: var(--darkColor);
  background-color: var(--lightColor);
  padding: 0.2rem 0;
  font-family: "RobotoLight";
  font-size: 16px;
  font-weight: bold;
}

footer .chantrang a {
  color: var(--darkColor);
}

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

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

footer ul li {
  margin-bottom: 15px;
  font-size: 16px;
}

footer .map iframe {
  height: 600px;
}

footer iframe {
  width: 100%;
}

footer .mxh-icon {
  display: inline-block;
  margin-top: -1rem;
  padding-left: 0;
}

footer .mxh-icon li {
  display: inline-block;
  margin-top: 1rem;
  margin-right: 2rem;
}

footer .mxh-icon li a {
  display: inline-block;
  font-size: 21px;
  width: 40px;
  height: 40px;
  border: 2px solid;
  text-align: center;
  transform: rotateZ(45deg);
  line-height: 1.8;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
}
footer .mxh-icon li a > * {
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
}

footer .mxh-icon i {
}

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;
}

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);
}

footer .col-img img {
  width: 100%;
  height: 75px;
  object-fit: cover;
  object-position: center;
  border: 2px solid var(--lightColor);
}

footer .ten-cong-ty {
  font-size: 18px;
  color: inherit;
  text-align: start;
  margin-top: 0;
  margin-bottom: 2rem;
  letter-spacing: normal;
  font-weight: normal;
}

/* 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;
}

.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(--primarycolor);
}

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

.info .date {
}

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

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

.chitiettin {
  color: var(--darkColor);
}

.info .ten-sp,
.info .ten-sp a,
.info .xuat-xu,
.info .date {
  color: #939597;
  margin: 0;
  font-size: 16px;
}

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

.gia {
  color: #ff1414;
  font-size: 16px;
}

.old {
  text-decoration: line-through;
  color: var(--darkColor);
}
.chi-tiet-san-pham .gia {
  font-size: 32px;
  font-family: "RobotoMedium";
}

.btn-mua {
  background-color: var(--primarycolor);
  color: var(--lightColor);
}

.btn-mua:hover {
  color: var(--secondarycolor);
}

.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 ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: flex;
  justify-content: start;
  padding-top: 10px;
  padding-bottom: 10px;
}

.san-pham ul li {
  display: inline-block;
}

.san-pham ul li a {
  padding: 10px 20px;
  text-transform: uppercase;
  color: #939597;
  font-size: 16px;
  border-left: 1px solid #939597;
}

.san-pham ul li a:hover {
  color: #000;
}

.san-pham ul li:first-child a {
  border: 0;
  padding-left: 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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.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;
  border: 4px double var(--lightColor);
}

.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%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-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: #bbb;
  font-style: italic;
}

.item-product-card .info .btn-addcart {
  background-color: var(--primarycolor);
  color: #0417d0;
  padding: 0rem 1.1rem;
  border: 6px double var(--primarycolor);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* End item-product-card */

/* dich-vu-chung-toi */

.tintuc-slick {
  margin-right: -3rem;
}
.slick-tintuc-2 {
  margin: 0 -15px;
}
.slick-tintuc-2 .tintuc-card {
  margin: 15px;
}

.tintuc-slick .tintuc-card {
  padding-top: 2rem;
  margin-right: 3rem;
}

.tintuc-card {
  background-color: var(--lightColor);
  border-radius: 13px;
}

.tintuc-card .img-container {
  position: relative;
  overflow: hidden;
  height: 270px;
  border-radius: 10px 10px 0 0;
}
.tintuc-card .info {
  border-radius: 0 0 10px 10px;
}

.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;
  top: -20px;
  right: -20px;
  background-image: url(../images/date-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 55px;
  width: 55px;
}

.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 {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.tintuc-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.tintuc-card:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  box-shadow: 0 0 5px #444;
}

.tintuc-card .info {
  background-color: #323232;
  padding: 10px;
}
.tintuc-card .info .date {
  color: #8d8d8d;
}
.tintuc-card .info .date .text--primary {
  color: var(--secondarycolor) !important;
  margin-right: 0.3rem;
}

.tintuc-card .info .date-container {
  background-color: var(--secondarycolor);
  color: var(--lightColor);
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  margin-top: -60px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.tintuc-card .info .date-container p {
  margin-bottom: 0;
  color: var(--lightColor);
  font-family: RobotoBlack;
  font-size: 16px;
}
.tintuc-card .info .date-container p.date {
  font-size: 32px;
}
.text-start .tintuc-card .info {
  text-align: start;
}

.tintuc-card .info .tieu-de {
  font-size: 18px;
  margin-bottom: 0.5rem;
  font-family: "RobotoBlack";
  color: var(--secondarycolor);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}

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

.tintuc-card .info .mo-ta {
  text-align: start;
  font-family: "RobotoLight";
  margin-bottom: 0.5rem;
  color: var(--lightColor);
  text-align: center;
}

.tintuc-card .info .btn-readmore {
  padding: 0.8rem 1rem;
}
.tintuc-card .info .readmore {
  display: block;
  color: #09ce2e;
}

.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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

/* 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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

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

/* Handle */

.nav.nav-tabs.nav-sec::-webkit-scrollbar-thumb {
  background: #0000005c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-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-2 {
  background-position: center top;
}

.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-family: "RobotoMedium";
  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;
  padding-bottom: 4rem;
}

.dich-vu .title {
  margin-bottom: 45px;
  margin-top: 40px;
}

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

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

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

.dichvu-slick .slick-dots li button:before {
  content: "\f111";
  font-family: "FAS";
  font-size: 22px;
  opacity: 1;
}

.dichvu-slick .slick-dots li.slick-active button:before {
  color: #ed1c24;
  opacity: 1;
}

.dich-vu-card .img-container {
  overflow: hidden;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-shadow: 0 0 5px var(--primarycolor);
}

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

.dich-vu-card .info .tieu-de {
  font-family: "RobotoBlack";
  font-size: 19px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  display: block;
}

.dich-vu-card .info .mo-ta {
  font-family: "RobotoThin";
  font-weight: bold;
  font-size: 15px;
}

/* End dich-vu */

/* tintuc-trangchu-card */

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

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

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

.slick-tintuc-trangchu .slick-next,
.slick-tintuc-trangchu .slick-prev {
  width: 50px;
  height: 50px;
  background-color: transparent;
}

.slick-tintuc-trangchu .slick-prev {
  left: -80px;
}

.slick-tintuc-trangchu .slick-next {
  right: -80px;
}

.slick-current .tintuc-trangchu-card a img {
  transform: scaleY(1.2);
  filter: none;
  box-shadow: 0 0 6px var(--primarycolor);
  border: 1px solid var(--primarycolor);
}

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

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

.slick-tintuc-trangchu {
  margin-top: 5rem;
}

.slick-tintuc-trangchu-ten a {
  font-size: 18px;
  color: #ff1800;
  font-family: "RobotoBlack";
  text-transform: uppercase;
}

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

/* End tintuc-trangchu-card */

/* 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: 16px;
}

/* End slick-dots vertical */

/* gioi-thieu */

.gioi-thieu {
  position: relative;
  background-position: center bottom;
  padding: 5rem 0;
}

.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 {
  height: 450px;
}

.gioi-thieu .img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gioi-thieu img.background {
  right: 0;
  top: 0;
}
.gioi-thieu .row-gioithieu {
  padding: 20px;
  border: 1px dashed #e1e1e1;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.gioi-thieu .row-camket .img-container {
  height: 120px;
  width: 120px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 0 5px var(--primarycolor);
}
.gioi-thieu .row-camket .img-container img {
  object-fit: contain;
  background-color: var(--primarycolor);
  border-radius: 50%;
  padding: 5px;
}
.slick-hinh-anh-gioi-thieu .slick-prev {
  z-index: 1;
  left: 0;
  width: 30px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
}
.slick-hinh-anh-gioi-thieu .slick-next {
  z-index: 1;
  right: 0;
  width: 30px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
}

.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: 40px;
  margin-top: 0;
}

.gioi-thieu .mo-ta {
  color: var(--darkColor);
}
.gioi-thieu .mo-ta h1,
.gioi-thieu .mo-ta h2,
.gioi-thieu .mo-ta h3,
.gioi-thieu .mo-ta h4,
.gioi-thieu .mo-ta h5,
.gioi-thieu .mo-ta h6 {
  font-family: "Roboto";
}

.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: 30px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: bold;
  color: var(--secondarycolor);
}

.gioi-thieu .info .mo-ta {
  margin-bottom: 0.5rem;
  font-weight: bold;
  height: 200px;
  overflow: auto;
}

.gioi-thieu .info .mo-ta::-webkit-scrollbar {
  width: 5px;
}

.gioi-thieu .info .mo-ta::-webkit-scrollbar-track {
  background: var(--primarycolor25);
  border-radius: 50px;
}

.gioi-thieu .info .mo-ta::-webkit-scrollbar-thumb {
  background: var(--primarycolor50);
  border-radius: 50px;
}

.gioi-thieu .info .mo-ta::-webkit-scrollbar-thumb:hover {
  background: var(--primarycolor);
}

/* End gioi-thieu */

/* 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 */

/* 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);
}

.form-lienhe .title {
  color: #fffc00;
}
.form-lienhe .form-control {
  border: 0;
  border-radius: 0;
  /* -moz-box-shadow: inset 0 0 5px #8d8c8c;
  -webkit-box-shadow: inset 0 0 5px #8d8c8c;
  box-shadow: inset 0 0 5px #8d8c8c; */
  color: var(--lightColor);
  background-color: #002c63;
}
.form-lienhe .form-control::placeholder {
  color: var(--lightColor);
  font-style: italic;
  font-family: "Robotothin";
}
.form-lienhe .row-lienhe {
  --bs-gutter-y: 1.5rem;
}
.form-lienhe label {
  margin-bottom: 0.2rem;
  color: var(--lightColor);
  font-style: italic;
}
/* 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: #323232;
  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 {
  font-family: "RobotoMedium";
  color: var(--secondarycolor);
  display: block;
  font-size: 16px;
}

.tintuc-lienquan-card .info .date {
  font-size: 16px;
  font-weight: bold;
  color: var(--lightColor);
}

/* End tintuc-lienquan-card */

/* banner */
.banner {
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .row-banner {
  background-color: #323232;
  color: var(--lightColor);
}
.banner .info {
  padding: 3rem;
}
.banner .info .mo-ta {
  font-size: 21px;
  margin-bottom: 1rem;
}
/* End banner */

/* 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: 2rem 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

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

.slick-doitac .img-container {
  height: 110px;
  margin-right: 15px;
  margin-left: 15px;
}
.slick-doitac .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slick-prev,
.slick-next {
  width: auto;
  height: auto;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  background-color: transparent;
  text-shadow: 0 0 10px #444;
}

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

.slick-doitac .slick-next {
}

/* 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 */
.san-pham-trang-chu {
  background-position: center top;
}

.row.row-sp {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.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 {
  top: 40%;
  right: -25px;
  background-image: url("../images/arrow-slick-right.png");
}

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

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

.sp-noibat {
  padding: 2rem 0;
  overflow: hidden;
}

.sp-card {
  border-radius: 13px;
  transition: all 0.3s linear;
}
.sp-card:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  box-shadow: 0 0 5px #444;
}

.sp-card a {
  display: block;
}

.sp-card .img-container {
  overflow: hidden;
  width: 100%;
  height: 350px;
  background-color: var(--lightColor);
  text-align: center;
}

.sp-card > .img-container > img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s;
}

.sp-card:hover > .img-container > img {
}

.sp-card .info {
  background-color: var(--primarycolor);
  color: var(--secondarycolor);
  position: relative;
}
.sp-card .span-dien-tich,
.sp-card .span-gia {
  position: absolute;
  top: -40px;
  background-color: var(--darkColor);
  color: var(--secondarycolor);
  text-align: center;
  padding: 5px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: bold;
}

.sp-card .span-dien-tich {
  right: 10px;
}
.sp-card .span-gia {
  left: 10px;
}
.sp-card .ten-sp {
  font-family: var(--titleFont);
  color: inherit;
  font-size: 16px;
  text-align: start;
  text-transform: uppercase;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: start;
}

.sp-card .ten-sp:hover {
  text-decoration: underline;
}
.sp-card .mo-ta {
  text-align: center;
}

.sp-card .btn-readmore {
  display: inline-block;
}

.sp-card .gia {
  display: block;
  text-align: center;
  font-weight: bold;
}

/* End sp-card */

/* youtube */

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

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

.youtube .play-button {
  width: 120px;
  height: 80px;
  background-color: #ff0000;
  z-index: 1;
  opacity: 1;
  border-radius: 20px;
  border: 5px solid #ff0000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.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 */

/* 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;
  font-family: "RobotoMedium";
  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-sec {
  background-position: center bottom;
  padding-top: 4rem;
  margin-top: -3rem;
}
.row.row-camket {
  --bs-gutter-y: 1.5rem;
}
.row.row-camket > * {
  text-align: center;
}
.camket {
  color: var(--lightColor);
  padding: 15px;
  font-family: SVNFranko;
  text-align: center;
  width: 250px;
  height: 250px;
  display: inline-block;
  box-shadow: 0 0 5px var(--primarycolor75);
  border-radius: 50%;
}
.camket > div {
  padding: 15px;
  height: 100%;
  width: 100%;
  border: 2px solid var(--primarycolor);
  box-shadow: 0 0 5px var(--primarycolor75);
  border-radius: 50%;
}
.camket .stt {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: var(--lightColor);
  box-shadow: inset 3px -3px 5px #bbb;
  color: var(--primarycolor);
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
}
.camket img {
  height: 60px;
  margin-bottom: 10px;
}
.camket p {
  color: var(--primarycolor);
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}
.camket .tieu-de {
  font-family: "RobotoMedium";
  margin-bottom: 10px;
}
.camket .mo-ta {
  font-family: "RobotoLight";
  font-size: 16px;
}
.camket p.link {
  color: #ff1a1a;
  font-family: var(--titleFont);
}

/* End camket */

/* dang-ki-tu-van */

.dang-ki-tu-van {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 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 */

/* slider */
.slider {
}

.slider img {
  width: 100%;
}
/* End slider */

/* 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 {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.ykien-card .img-container {
  justify-content: end;
  position: relative;
  padding-right: 2rem;
}

.ykien-card .img-container::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 100%;
  top: -15%;
  left: 0;
  border: 10px solid var(--primarycolor);
  z-index: -1;
}

.ykien-card .img-container img {
  height: 350px;
  width: 85%;
  object-fit: cover;
}

.ykien-card .info .mo-ta {
  text-align: start;
  color: var(--darkColor);
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: "RobotoLight";
}

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

/* 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 {
}

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

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

.slick-ykienkhachhang {
  margin-right: -10px;
  margin-left: -10px;
}
.slick-ykienkhachhang .ykien-card {
  margin-right: 10px;
  margin-left: 10px;
}

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

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

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

/* End ykienkhachhang */

/* gia-su-tai-nha */

.gia-su-tai-nha {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gia-su-tai-nha .mo-ta {
  color: var(--lightColor);
  background-color: var(--primarycolor);
  padding: 2rem 4rem;
  text-align: center;
  box-shadow: 25px 25px 0px rgb(68 68 68 / 36%);
}

.gia-su-tai-nha .tintuc-card .img-container {
  height: 220px;
}

.gia-su-tai-nha .tintuc-card .info .tieu-de {
  color: var(--primarycolorDarker);
}

/* End gia-su-tai-nha */

/* ds-lop-chua-giao */

.ds-lop-chua-giao {
}

.ds-lop-chua-giao ul.nav > li {
  font-size: 16px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.ds-lop-chua-giao ul.nav > li > i {
  font-size: 8px;
  margin-right: 5px;
}

/* End ds-lop-chua-giao */

/* hoc-thu */

.hoc-thu {
  background-color: var(--primarycolor);
  color: var(--lightColor);
}

/* End hoc-thu */

/* quytrinh */
.quytrinh {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-position: center bottom;
}
.quytrinh .dots-slick {
  text-align: center;
  margin: 2rem 0;
}
.quytrinh .dots-slick .single-dot {
  border: 1px solid transparent;
  padding: 0.5rem;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  transition: all 0.3s;
}
.quytrinh .dots-slick .single-dot span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  color: var(--lightColor);
  font-family: var(--titleFont);
  font-size: 50px;
  text-align: center;
  line-height: 68px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
}
.quytrinh .dots-slick .slick-current .single-dot {
  border-color: #000000;
}
.quytrinh .dots-slick .slick-current .single-dot span {
  background-color: #26b3de;
}
.quytrinh .thong-tin-slick .mo-ta {
  text-align: center;
  font-weight: bold;
}
/* End quytrinh */

/* content-card */
.single-cate .row-content {
  --bs-gutter-y: 1.5rem;
}
.content-card {
  transition: all 0.3s linear;
}
.content-card:hover {
  transform: translateY(-6px);
}
.content-card:hover .img-container {
  box-shadow: 0 0 5px #444;
}
.content-card .img-container {
  height: 220px;
  transition: all 0.3s linear;
}
.content-card .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-card .info {
  transform: translateY(-50%);
}
.content-card .info .tieu-de {
  display: block;
  background-color: var(--primarycolor);
  color: var(--secondarycolor);
  font-family: Roboto;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 10px;
  border-radius: 1px;
  box-shadow: -10px 10px 0 rgba(68, 68, 68, 0.1);
}
/* End content-card */

/* side-nav */
.side-nav {
}
.side-nav .side-nav-container {
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 0 0 5px #444;
}
.side-nav .side-nav-container .title-side-nav {
  font-family: var(--titleFont);
  color: var(--secondarycolor);
  background-color: var(--primarycolor);
  text-align: center;
  padding: 1rem 0.5rem;
  font-size: 26px;
}
.side-nav .side-nav-container .body-side-nav {
  padding: 1rem;
}
.side-nav .side-nav-container .body-side-nav .img-hotro {
  width: 100%;
}

.side-nav .side-nav-container .body-side-nav .hotro {
  color: var(--secondarycolor);
  font-family: Roboto;
  border-top: 1px dashed #ccc;
}

.side-nav .side-nav-container .body-side-nav .hotro p {
  font-size: 16px;
  margin-bottom: 5px;
}
.side-nav .side-nav-container .body-side-nav .hotro span {
  color: var(--darkColor);
}
.side-nav .side-nav-container .nav-tintuc .nav-link {
  text-transform: uppercase;
  color: var(--darkColor);
  padding: 0.5rem 0;
}
.side-nav .side-nav-container .nav-tintuc .nav-link:hover {
  text-decoration: underline;
}
.side-nav .side-nav-container .nav-tintuc .nav-link i {
  color: var(--secondarycolor);
  margin-right: 5px;
}
/* End side-nav */

/* top-header */
.top-header {
  background-color: var(--topHeaderBackground);
  color: var(--topHeaderColor);
  padding: 0.5rem 0;
}
.top-header .nav .nav-link {
  padding: 0;
  padding-right: 10px;
  color: inherit;
}
.top-header span {
  display: inline-block;
  margin-right: 5px;
}
.top-header .form-search form input {
  height: 25px;
}
.top-header .form-search form .btn-search {
  color: var(--darkColor);
}
/* End top-header */

/* camnhan */
.row.row-camnhan {
  --bs-gutter-x: 3rem;
}
.cam-nhan {
  padding: 5rem 0;
}
.camnhan {
}
.slick-hinh-anh-cam-nhan img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.camnhan .mo-ta::before {
  content: "\f10d";
  font-family: "FAS";
  display: block;
  font-size: 120px;
  color: var(--primarycolor);
}
.camnhan .mo-ta {
  margin-bottom: 3rem;
}
.camnhan .ten {
  margin-bottom: 0;
  font-family: RobotoMedium;
}
.camnhan .vi-tri {
  margin-bottom: 0;
  font-family: RobotoMedium;
}
.camnhan .img-gioi-tinh {
  height: 90px;
}

.slick-cam-nhan .slick-dots li button:before {
  content: "\f111";
  font-family: "FAS";
  opacity: 1;
  color: #4fccf9;
  font-size: 20px;
}
.slick-cam-nhan .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 1;
}
/* End camnhan */

/* form-datxe */

.form-datxe input,
.form-datxe button,
.form-datxe select {
  width: 100%;
}

.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(--darkColor);
}

.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);
}
.form-datxe {
  border: 3px solid var(--primarycolor);
  padding: 15px;
  padding-top: 0;
  font-size: 16px;
}
.form-datxe .title {
  text-align: center;
  transform: translateY(-65%);
  margin-top: 0;
  margin-bottom: 0;
}
.form-datxe .title span {
  background-color: var(--lightColor);
  display: inline-block;
  padding: 0 10px;
}
.form-datxe label {
  font-weight: bold;
}

/* End form-datxe */

/* side_nav_sp */
.row.row-sp-page {
  --bs-gutter-y: 1.5rem;
}
.row.row-sp-page .sp-card .img-container {
  height: 350px;
  border-radius: 10px 10px 0 0;
}
.row.row-sp-page .sp-card .info {
  border-radius: 0 0 10px 10px;
}
.side_nav_sp {
  box-shadow: 0 0 5px #444;
  border-radius: 5px 5px 0 0;
}
.side_nav_sp .side_header {
  padding: 10px 0;
  padding-left: 20px;
  font-size: 18px;
  background-color: var(--primarycolor);
  color: var(--lightColor);
  font-family: var(--titleFont);
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}
.side_nav_sp .side_body {
  padding-left: 23px;
  padding-right: 23px;
}
.side_nav_sp .nav_sp_c {
}
.side_nav_sp .nav_sp_c a {
  padding: 7px 0;
  display: block;
  font-family: Roboto;
}
.side_nav_sp .nav_sp_c a:hover {
}
.side_nav_sp .nav_sp_c .has-collapse {
  display: flex;
  justify-content: space-between;
}
.side_nav_sp .nav_sp_c .has-collapse button {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.side_nav_sp .nav_sp_c .has-collapse button:hover {
  color: var(--primarycolor);
}
.side_nav_sp .nav_sp_c .has-collapse .collapsed .icon-collapse::before {
  font-family: "FAS";
  content: "\2b";
}
.side_nav_sp .nav_sp_c .has-collapse .icon-collapse::before {
  font-family: "FAS";
  content: "\f068";
}
/* End side_nav_sp */

/* nav-sp */
.nav-sp {
  background-color: var(--primarycolor);
  color: var(--lightColor);
  padding: 0.5rem;
}
.nav-sp .pagination-page {
  margin-top: 0;
  display: flex;
  justify-content: end;
}
.nav-sp .pagination-page > span,
.nav-sp .pagination-page a {
  color: var(--lightColor);
  background-color: var(--primarycolor);
  margin-left: 3px;
}
.nav-sp .pagination-page a:hover,
.nav-sp .pagination-page > span {
  background-color: var(--lightColor);
  color: var(--primarycolor);
}
/* End nav-sp */

/* vi-sao */
.vi-sao {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.vi-sao img {
  width: 100%;
}
/* End vi-sao */

/* cate-card */
.cate-card {
  display: block;
  position: relative;
}
.slick-danh-muc-san-pham {
  margin: 0 -10px;
}
.slick-danh-muc-san-pham .cate-card {
  margin: 0 10px;
}
.slick-danh-muc-san-pham .slick-prev {
  font-size: 22px;
  color: var(--darkColor);
  left: 0;
  z-index: 1;
}
.slick-danh-muc-san-pham .slick-next {
  font-size: 22px;
  color: var(--darkColor);
  right: -3px;
  z-index: 1;
}
.cate-card .img-container {
  height: 250px;
  overflow: hidden;
}
.cate-card .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cate-card .tieu-de {
  margin-bottom: 0;
  color: var(--lightColor);
  text-align: center;
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: Roboto;
  text-shadow: 2px 0 10px #4d4d4da3, -2px 0 10px #4d4d4da3, 0 2px 10px #4d4d4da3,
    0 -2px 10px #4d4d4da3, 1px 1px #4d4d4da3, -1px -1px 10px #4d4d4da3,
    1px -1px 10px #4d4d4da3, -1px 1px 10px #4d4d4da3;
}
.cate-card.h-100 .img-container {
  height: 515px;
}
.danh-muc-san-pham {
  padding: 3rem 0;
}
.danh-muc-san-pham .title {
  margin-bottom: 60px;
}
/* End cate-card */

/* dich-vu-doat-giai */
.dich-vu-doat-giai {
}
.dich-vu-doat-giai .title {
  margin-bottom: 4rem;
}
.dich-vu-doat-giai .slick-img-dich-vu img {
  height: 255px;
}
/* End dich-vu-doat-giai */

/* content-slide */
.content-slide {
  text-align: center;
  color: var(--lightColor);
  background-color: var(--primarycolor50);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-slide .title-slide {
  font-family: "SVNGenica";
  margin-bottom: 1rem;
}
.content-slide .mo-ta {
  margin-bottom: 1rem;
}
/* End content-slide */

/* breadcrumb-container */
.breadcrumb-container {
  background-image: url("../images/bg-default.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0;
  color: var(--lightColor);
  margin-bottom: 2rem;
}
.breadcrumb-container .title {
  margin: 0;
  color: inherit;
  font-family: RobotoBlack;
  font-size: 38px;
}
.breadcrumb-container .breadcrumb {
  margin-top: 0;
  float: none;
  color: inherit;
}
.breadcrumb-container .breadcrumb-item + .breadcrumb-item::before {
  color: var(--lightColor);
}
.breadcrumb-container .breadcrumb > li a {
  color: var(--lightColor);
}
.breadcrumb-container .breadcrumb .breadcrumb-item.active span {
  color: var(--lightColor);
}
/* End breadcrumb-container */

/* ky-gui */
.row-ky-gui.row {
  --bs-gutter-x: 5rem;
}
.row-ky-gui.row .title {
  font-family: RobotoMedium;
}
.row-ky-gui.row .border-left {
  border-left: 1px solid #f1f1f1;
}
/* End ky-gui */

/* 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;
}

.tab-sp .nav-link {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "RobotoMedium";
}

.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;
  font-family: "svn";
}

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;
  font-family: "svn";
}

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

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-left: -5px;
}

.hinh-sp-nav .img-container {
  height: 100px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  box-shadow: 0 0 5px rgba(68, 68, 68, 0.5);
  text-align: center;
  cursor: pointer;
}
.hinh-sp-nav .slick-current .img-container {
  box-shadow: none;
  border: 1px solid var(--secondarycolor);
}
.hinh-sp-nav .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hinh-sp-nav .slick-prev {
  left: -5px;
  z-index: 1;
  font-size: 18px;
}
.hinh-sp-nav .slick-next {
  right: -10px;
  z-index: 1;
  font-size: 18px;
}

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

.hinh-sp-main a {
  padding: 5px;
  display: block;
}

.hinh-sp-main a img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  box-shadow: 0 0 5px #444;
}

.noi-dung {
  font-family: Roboto;
}

.map-lien-he iframe {
  width: 100%;
  height: 400px;
}

.mb15 {
  margin-bottom: 15px;
}

hr.dashed {
  background-color: transparent;
  border-top: 1px dashed currentColor;
}

/* End coppy any thing and paste here */












/* language change */
.custom-select {
  width: 75px;
  max-width: 100%;
  color: #000;
}

.select-button {
  width: 75px;
  background-color: #262626;
  color: #fff;
  border: 1px solid #262626;
  border-radius: 1rem;
  cursor: pointer;
  padding: 4px 12px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .4s;
}
.select-button:hover {
  background-color: var(--navBackground);
  color: var(--navActiveColor);
  border: 1px solid var(--navBackground);
}

.selected-value {
  text-align: left;
}

.select-dropdown {
  position: absolute;
  list-style: none;
  width: 75px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 4px;
  padding: 5px;
  margin-top: 10px;
  max-height: 200px;
  overflow-y: auto;
  transition: 0.5s ease;

  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}

.select-dropdown:focus-within {
  box-shadow: 0 10px 25px rgba(94, 108, 233, 0.6);
}

.select-dropdown li {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.select-dropdown li a {
  width: 100%;
  padding: 1px 5px;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
  text-transform: uppercase;
}

.select-dropdown::-webkit-scrollbar {
  width: 7px;
}
.select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

.select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.select-dropdown li:hover,
.select-dropdown input:checked ~ label {
  background-color: #f2f2f2;
}

.select-dropdown input:focus ~ label {
  background-color: #dfdfdf;
}

.select-dropdown input[type="radio"] {
  position: absolute;
  left: 0;
  opacity: 0;
}

/* interactivity */

.custom-select.active .arrow {
  transform: rotate(180deg);
}

.custom-select.active .select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
/* end language change */

.search-nav {
  background-color: #262626;
  border-radius: 1rem;
}
.search-nav:hover {
  background-color: var(--navBackground);
}