@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: #ff1f80;
  --primarycolor25: rgba(39, 42, 116, 0.25);
  --primarycolor50: rgba(39, 42, 116, 0.5);
  --primarycolor75: rgba(39, 42, 116, 0.75);
  --primarycolorDarker: #ff1f80;
  --secondarycolor: #000;
  --darkColor: #000;
  --lightColor: #fff;
  --linkColor: #000;
  --linkHoverColor: inherit;
  --navBackground: #ff1f80;
  --navColor: #fff;
  --navActiveColor: #ff1f80;
  --navFocusColor: #ff1f80;
  --titleDecorationColor: #f5fe00;
}

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

.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%;
  background-color: var(--primarycolor);
  border-radius: 20px;
  padding: 10px;
}

.catchuoi2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

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

.title-main {
  margin-bottom: 2rem;
}

.title-main h2 {
  font-size: 4rem;
  text-transform: uppercase;
}

.title-main2 {
  margin-bottom: 2rem;
}

.title-main2 h2 {
  color: #fff;
  text-align: center;
  font-size: 4rem;
  text-transform: uppercase;
}

.lg-none {
  display: none;
}

.lg-block {
  display: block;
}

.logo img {
  height: auto;
  width: 295px;
}

.title {
  color: var(--primarycolor);
  font-family: var(--titleFont);
  margin-bottom: 25px;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.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;
  margin-bottom: 50px;
  color: var(--darkColor);
}

.title.has-line::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--primarycolor);
  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; */
}

.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.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(--lightColor);
  padding: 0.7rem 1.5rem;
  text-transform: uppercase;
  font-family: var(--buttonFont);
  display: inline-block;
  font-size: 16px;
  border: 1px solid;
  background-color: var(--primarycolor);
}

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

.btn-dk {
  background-color: var(--primarycolor);
  color: var(--secondarycolor);
  text-transform: uppercase;
}

.well a {
  color: #000;
}

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

header .nav .nav-item a {
  padding: 0 1rem;
  border-right: 1px solid;
  color: #7f7f7f;
  font-weight: bold;
}

header .nav .nav-item:last-child a {
  padding-right: 0;
  border-right: 0;
}

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

.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mxh {
  display: flex;
  width: 295px;
  justify-content: end;
  margin-bottom: 0px;
}

.mxh li a img {
  height: 20px;
}

.mxh li {
  margin: 0 2px;
}

section {
  position: relative;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

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: 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-container {
}

.breadcrumb {
  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(--lightColor);
  text-transform: uppercase;
  text-align: center;
  font-family: var(--primaryFont);
  margin: 0;
  padding: 0;
  font-weight: bold;
  letter-spacing: -0.1rem;
  font-size: 1.6rem;
  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: 35px;
  right: 35px;
  z-index: 1;
  display: none;
  padding: 0.3rem;
  background-color: var(--lightColor);
  border-radius: 5px;
  box-shadow: 0 0 5px var(--primarycolor75);
  border: 1px solid var(--primarycolor50);
}

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

.form-search form input {
  border-radius: 5px;
  outline: 0;
  height: 35px;
  width: 300px;
  border: 1px solid var(--primarycolor);
  font-size: 16px;
  padding: 5px 10px;
}

.form-search form input::placeholder {
  font-style: italic;
  color: var(--primarycolor);
}

/* End search-form */

/* nav-custom */

.nav-custom {
  color: var(--navColor);
  background-color: var(--navBackground);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  box-shadow: 1px 1px 6px #858585;
  /* 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;
}

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

.nav-custom .nav-item .nav-link,
.nav-custom .navbar-brand {
  font-family: var(--navFontPrimary);
  color: var(--navColor);
  font-size: 16px;
  padding: 3px 10px;
  margin: 0 10px;
  position: relative;
  text-transform: uppercase;
  /* border: 2px solid transparent; */
  /* border-radius: 30px; */
}

.nav-custom .navbar-brand {
  padding-left: 0 !important;
  margin-left: 0;
}

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

.nav-custom .navbar-nav > .nav-item > .nav-link {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  text-align: center;
}

.nav-custom .navbar-nav > .nav-item > .nav-link > span {
  padding: 3px 30px;
}

.nav-custom .navbar-nav > .nav-item > .nav-link::after {
  position: absolute;
  content: "";
  background-color: var(--navColor);
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.nav-custom .navbar-nav > .nav-item:first-child > .nav-link {
  padding: 0;
  /* text-align: start; */
}

.nav-custom .navbar-nav > .nav-item:last-child > .nav-link {
  padding: 0;
  /* text-align: end; */
}

.nav-custom .navbar-nav > .nav-item:last-child > .nav-link > span {
}

.nav-custom .navbar-nav > .nav-item:first-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: 25rem;
  background-color: var(--primarycolor);
}

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

.nav-custom .dropdown-menu .nav-item .nav-link {
  background: unset;
  color: var(--navColor);
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.3s;
  border-left: 4px solid transparent;
}

.nav-custom .dropdown-menu .nav-item .nav-link:hover {
  color: var(--navActiveColor);
  padding-left: 2rem;
  background-color: var(--navColor);
  border-color: var(--navBackground);
  border: 0;
}

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

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

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

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

/* End gio-hang-container */

/* footer */

footer {
  background-color: #000;
  color: #fff;
  border-radius: 0 90px 0 0;
}

footer .logo img {
  height: 80px;
}

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

footer a {
  color: var(--lightColor);
}

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

footer .title-f {
  font-size: 1.3rem;
  font-family: var(--titleFooterFont);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  display: block;
  color: #fff;
}

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: #fff;
  background-color: #000;
  padding: 0.3rem 0;
  font-size: 14px;
  border-top: 1px solid #ccc;
}

footer .chantrang a {
  color: #fff;
}

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

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-bottom: 0;
  padding-left: 0;
}

footer .mxh-icon li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.2rem;
}

footer .mxh-icon li a {
  display: inline-block;
}

footer .mxh-icon i {
  font-size: 16px;
}

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

/* 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 {
  padding-bottom: 66%;
  overflow: hidden;
  height: auto;
  display: block;
  position: relative;
}
.img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.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 {
  text-align: center;
}

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

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

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

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

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

.gia {
  color: var(--primarycolor);
  font-size: 16px;
}

.old {
  text-decoration: line-through;
  color: var(--darkColor);
}

.btn-mua {
  background-color: var(--primarycolor);
  color: var(--lightColor);
  padding: 3px 5px;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  border: 1px solid;
}

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

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

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

.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;
  font-size: 24px;
}

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

.tintuc-card {
  border: 2px solid var(--primarycolor);
  border-radius: 5px;
  overflow: hidden;
  padding: 0.5rem;
  box-shadow: 0 0 4px var(--primarycolor50);
}

.tintuc-card .date {
  text-align: center;
}

.tintuc-card .img-container {
  position: relative;
  overflow: hidden;
  height: 270px;
}

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

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

.tintuc-card .info .tieu-de {
  font-size: 20px;
  display: block;
  margin-bottom: 0.5rem;
  font-family: var(--titleFont);
  color: var(--primarycolor);
  text-align: start;
}

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

.tintuc-card .info .btn-readmore {
  padding: 0.8rem 1rem;
}

.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);
  border-color: var(--primarycolor) var(--primarycolor) var(--lightColor);
}

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

.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);
  font-family: "RobotoBlack";
  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;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.gioi-thieu .img-container img {
  box-shadow: 25px 25px 0px rgb(68 68 68 / 78%);
  width: 90%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}

.gioi-thieu img.background {
  right: 0;
  top: 0;
}

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

.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(--primarycolor);
  margin-bottom: 2.5rem;
  font-weight: bold;
}

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

/* 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 {
  font-family: "RobotoMedium";
  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%;
  height: 400px;
  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-family: "RobotoMedium";
  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: 2rem 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

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

.slick-doitac img {
  height: 110px;
  width: 80%;
  object-fit: cover;
}

.cate-slick .slick-prev,
.cate-slick .slick-next,
.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;
}

.cate-slick .slick-prev,
.cate-slick .slick-next {
  top: 40%;
}

.cate-slick .slick-prev,
.cate-slick .slick-next,
.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 .cate-card,
.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 {
}

.sp-card a {
  display: block;
}

.sp-card .img-container {
  overflow: hidden;
  width: 100%;
  height: 280px;
}

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

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

.sp-card .ten-sp {
  font-family: var(--primaryFont);
  color: var(--primarycolor);
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
  padding: 0.3rem 0;
}

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

.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: 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;
  border-radius: 50%;
  border: 5px solid #fff;
}

.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 {
  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);
  font-family: "RobotoThin";
}

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

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

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

/* cate-sp */

.cate-sp {
}

.cate-sp .img-container {
  margin-bottom: 1rem;
}

.cate-sp .img-container img {
  height: 200px;
}

.cate-sp .tieu-de {
  font-family: var(--titleFont);
  font-size: 24px;
  display: block;
  text-align: center;
}

.cate-sp .tieu-de i {
  font-size: 40px;
  vertical-align: bottom;
  margin-left: 1rem;
}

.cate-sp .tieu-de:hover {
  color: var(--primarycolor);
  text-decoration: underline;
}

/* End cate-sp */

/* cate-card */

.cate {
  padding: 3rem 0;
  background-color: var(--primarycolor);
}

.cate .title-main h2 {
  color: #fff;
}

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

.cate-card {
  background-color: #fff;
  padding: 4px;
  height: 100%;
}

.cate-card .img-container {
  /* border: 1px solid var(--darkColor); */
  padding-bottom: 110%;
}

.cate-card .tieu-de {
  display: -webkit-box;
  font-family: var(--titleFont2);
  font-size: 2.5rem;
  color: #fff;
  padding: 0 10px;
  background-color: var(--primarycolor);
}

.cate-card .tags {
  font-family: var(--titleFont2);
  background-color: var(--primarycolor);
  color: var(--lightColor);
  text-align: center;
  padding: 3px 5px;
  width: 100%;
}

/* End cate-card */

/* thong-bao-list */

.thong-bao {
  padding: 4rem 0;
}

.nav.thong-bao-list {
  font-size: 18px;
}

.nav.thong-bao-list .nav-item {
  margin-bottom: 1rem;
}

.nav.thong-bao-list .nav-item i {
  margin: 0 1rem;
}

.nav.thong-bao-list .nav-item a {
  color: var(--primarycolor);
}

.nav.thong-bao-list .nav-item a:hover {
  text-decoration: underline;
}

/* End thong-bao-list */

/* ket-noi */

.ket-noi {
  background-color: #fff7f7;
  padding: 2rem 0;
}

.ket-noi ul.nav > .nav-item {
  margin-left: 10px;
}

.ket-noi ul.nav > .nav-item > a {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #727272;
  color: var(--lightColor);
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  line-height: 2;
  background-size: contain;
  background-position: center;
}

/* End ket-noi */

/* single-cate */

.single-cate {
  color: var(--primarycolor);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid;
}

.single-cate:hover {
  background-color: var(--primarycolor);
  color: var(--lightColor);
}

.single-cate:hover a {
  color: var(--lightColor);
}

.single-cate a {
  display: block;
  color: var(--primarycolor);
  font-family: var(--titleFont);
  font-size: 18px;
}

.single-cate i {
  font-size: 18px;
}

/* End single-cate */

/* single-banner */

.single-banner {
  position: relative;
}

.single-banner .content {
  position: absolute;
  max-width: 400px;
  height: auto;
  color: var(--primarycolor);
  bottom: 30px;
  right: 30px;
  padding: 1rem;
  font-size: 24px;
  font-family: var(--titleFont);
  /* background-color: rgba(255, 255, 255, 0.9);
    border: 5px solid var(--primarycolor); */
  text-shadow:
    2px 0 0 #fff,
    -2px 0 0 #fff,
    0 2px 0 #fff,
    0 -2px 0 #fff,
    1px 1px #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff;
}

/* End single-banner */

/* tabs-thongtin */

.tabs-thongtin {
  margin-bottom: 1rem;
  border-color: var(--primarycolor);
}

.tabs-thongtin .nav-link {
  font-family: var(--titleFont);
  font-size: 18px;
  color: var(--darkColor);
}

.tabs-thongtin .nav-link:focus,
.tabs-thongtin .nav-link:hover {
  border-color: var(--primarycolor) var(--primarycolor) var(--lightColor);
}

/* End tabs-thongtin */

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

.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-right: -10px;
}

.hinh-sp-nav .slick-prev {
  left: -8px;
  z-index: 1;
}

.hinh-sp-nav .slick-next {
  right: 0px;
}

.hinh-sp-nav .img-container {
  height: 120px;
  padding-right: 10px;
}

.hinh-sp-nav .img-container img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  border: 1px solid var(--primarycolor);
  border-radius: 3px;
  cursor: pointer;
}
.nd_hotro {
  text-align: left;
  color: #fff;
}

.nd_hotro a {
  color: #fff;
}

.hinh-sp-main {
  margin-right: -10px;
  margin-left: -10px;
}

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

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

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

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

.col-thongtin {
  font-size: 16px;
}

.col-thongtin .title {
  font-size: 1.7rem;
}

.col-thongtin .mo-ta {
  max-height: 140px;
  overflow: auto;
}

/* width */

.col-thongtin .mo-ta::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.col-thongtin .mo-ta::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.col-thongtin .mo-ta::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

.col-thongtin .mo-ta::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.border-bottom-dashed-primary {
  border-bottom: 1px dashed var(--primarycolor);
  margin-bottom: 0.5rem;
}

.row_price {
  justify-content: flex-end;
  color: red;
  font-size: 1.4rem;
}
/* End coppy any thing and paste here */

.cat,
.castle,
.princess {
  z-index: 1;
  margin-bottom: -40px;
  position: relative;
}

.cat {
  width: 285px;
}

.castle {
  width: 345px;
}

.princess {
  width: 650px;
}

.character {
  position: absolute;
  bottom: 0;
}

.aboutus {
  position: relative;
}

#about__gradient,
#brandconcept__gradient,#brandconcept2__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -1;
}

.aboutus__arrow,
.topics__arrow {
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.aboutus__arrow2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  transform: rotate(180deg);
}

.cate__arrow {
  position: absolute;
  top: -42px;
  right: 0;
  width: 42px;
  height: 42px;
}

.xemthem {
  color: #fff;
  font-size: 2.5rem;
  text-decoration: underline;
}

.xemthem:hover {
  color: #fff;
}

section.topics {
  overflow: hidden;
  position: relative;
}

.topics__banner {
  position: absolute;
  top: 0;
  right: -8%;
  height: 100%;
}

.topics__item .img-container {
  padding-bottom: 100%;
}

.topics__img {
}

.arrow {
  border: 1px solid var(--primarycolor);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 2px;
  color: var(--primarycolor);
}

.movie__item {
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
}

.movie__item:nth-child(2n) {
  float: right;
}

.movie__item:nth-child(2) {
  margin-top: 45px;
}

.movie {
  background-color: #301735;
}

.movie .title-main h2 {
  text-align: right;
  color: #fff;
}

.movie__item h3 {
  color: #fff;
}

.movie__video {
  position: relative;
}

.movie__video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: red;
  font-size: 60px;
}

.bannerIndex .xemthem {
  color: #000;
}

.bannerIndex__title {
  font-size: 3rem;
}

.bannerIndex__img img {
  height: 270px;
}

.bannerIndex {
  background: url(../images/online_bg.png);
  background-size: cover;
}

.sanpham__item {
  border: 0.5px solid var(--primarycolor);
  padding: 5px;
  background-color: #fff;
}

.sanpham__item .img-container {
  padding-bottom: 110%;
}

.sanpham__item .tieu-de {
  color: #fff;
  font-size: 20px;
}

.sanpham__inner {
  background-color: var(--primarycolor);
  padding: 10px;
  position: relative;
  border-radius: 0 0 30px 0;
}

.brandconcept {
}

.brandconcept .aboutus__title {
  font-size: 6rem;
  color: var(--primarycolor);
  text-transform: uppercase;
  margin-top: -80px;
}

.brandconcept .aboutus__castle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 60%;
}

.brandconcept__left {
  position: relative;
  padding-bottom: 10%;
}

.brandconcept .aboutus__light {
  margin-top: -430px;
}

.profile {
  background-color: var(--primarycolor);
}

.swiperMain1 {
}

.swiperMain1__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/profile_union.png") center;
  background-size: 100% 100%;
  z-index: 999;
  pointer-events: none;
}

.swiperMain1__box {
  position: relative;
  width: 80%;
  margin: auto;
}

.swiperThumb__box {
  width: 50%;
  margin: auto;
}

.swiperMain2 {
  text-align: center;
  color: #fff;
}

.profileSwiper3__title {
  font-size: 3rem;
}

.profileSwiper3__desc {
  font-size: 1.5rem;
}

.swiperThumb .swiper-slide {
  border: 1px solid #fff;
  opacity: 0.5;
  border-radius: 50px 50px 0 0;
}

.swiperThumb .swiper-slide-thumb-active {
  opacity: 1;
}

.swiperMovie .swiper-slide {
  opacity: 0.5;
  transform: scale(0.8);
  transition: 0.2s;
}

.swiperMovie .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.movieconcept {
}

.movieconcept__video {
  position: relative;
}

.movieconcept__video .img-container {
  padding-bottom: 110%;
}

.movieconcept__video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  color: red;
}

.movieconcept__item h3 {
  color: #fff;
  background-color: var(--primarycolor);
  width: 90%;
  font-size: 18px;
  border-radius: 15px 0 15px 15px;
  position: relative;
  padding: 20px 0;
}

.movieconcept__item h3:after {
  content: "";
  display: block;
  background: url(../images/menu_figure.svg);
  width: 40px;
  height: 40px;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 999;
}

.movieconcept__title {
  display: none;
}

.swiper-slide-active .movieconcept__title{
  display: block;
}

.contentbottom {
  overflow: hidden;
}

.content-detail {
  color: var(--primarycolor);
}