/* Hãng xe */
.slider-progress {
  flex: 1;
  height: 4px;
  background: #eee;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  width: 90%;
}
.slider-progress .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background: #d93830;
  transition: width 0.4s;
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.hangxe-img {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  margin: 10px 0px;
}
.slick_hangxe .slick-slide {
  margin: 10px 10px;
}
/* sản phẩm */
.title-main-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 45px 0px;
}
.title-main-product div {
  width: 100%;
  position: relative;
}
.title-main-product div::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 36px;
  right: 0px;
  width: calc(100% - 36px);
  height: 2px;
  transform: translateY(-50%);
  background: #d93830;
  z-index: -1;
}
.title-main-product div::before {
  position: absolute;
  content: "";
  background: url(../images/vector-title-left.png) no-repeat;
  background-size: 100% 100%;
  width: 36px;
  height: 16px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.title-main-product span {
  font-size: 32px;
  font-family: "FSMagistralBold";
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 32px;
}
.title-main-product a.btn-lienhe div {
  margin: 0px;
  float: right;
}
.title-main-product a.btn-lienhe::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  background: #d93830;
  z-index: -1;
}

.wrap-category-product {
  background: url(../images/bgr_category_product.png) no-repeat;
  background-size: 100% 100%;
}
.grid-product {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0px;
}
.slider-controls .slick-prev {
  left: 5px;
}
.slider-controls .slick-next {
  right: 5px;
}
.slider-controls .slick-prev,
.slider-controls .slick-next {
  border: none;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.box-main-product .slick-prev:before,
.box-main-product .slick-next:before {
  content: none;
}
.slider-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  width: 8%;
  height: 50px;
}
.thanh {
  margin-top: 20px;
}
.box-main-product {
  position: relative;
}
.product-item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 10px;
  border-radius: 5px;
}
.group-star {
  text-align: center;
}
.group-star i {
  color: #efc82b;
}
.product-name {
  font-size: 16px;
  text-transform: capitalize;
  margin: 10px 0px;
  color: #333333;
  line-height: 23px;
}
.product-info {
  padding: 20px;
  text-align: center;
}
.price-product span:first-child {
  color: #898989;
}
.price-product span:last-child {
  color: #d93830;
  font-size: 18px;
  font-family: "SVN-PoppinsMedium";
  text-transform: uppercase;
}
/* banner quảng cáo*/
.box-main-banner-quangcao {
  display: flex;
  gap: 40px;
}
.box-main-banner-quangcao .scale-img {
  border-radius: 5px;
}
/* tiêu chí */
.tieuchi-item {
  text-align: center;
  position: relative;
}
.tieuchi-item::after {
  position: absolute;
  content: "";
  height: 110px;
  width: 1px;
  background: #d9d9d9;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.tieuchi-img {
  width: 58px;
  height: 58px;
  background: #fae8e8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: 0.7s;
}
.tieuchi-name {
  font-size: 16px;
  font-family: "SVN-PoppinsMedium";
  text-transform: uppercase;
  margin: 20px 0px 10px 0px;
}
.tieuchi-desc {
  color: #898989;
}
.tieuchi-item:hover .tieuchi-img {
  transform: rotateY(180deg);
  transition: 0.7s;
}

/* Dịch vụ */
.dichvu-item {
  position: relative;
}
.dichvu-item:hover .dichvu-info {
  bottom: 0px;
  transition: 0.7s;
}
.dichvu-info {
  position: absolute;
  bottom: -90px;
  left: 0px;
  right: 0px;
  padding: 20px;
  color: white;
  background-image: linear-gradient(
    to top,
    rgba(217, 56, 48, 0.8),
    rgba(217, 56, 48, 0)
  );
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.7s;
}
.dichvu-name {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "SVN-PoppinsMedium";
  margin-bottom: 30px;
}
.dichvu-desc {
  margin: 0px;
}
a.btn-lienhe {
  position: relative;
}
a.btn-lienhe::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: #d0d0d0;
  z-index: -1;
}
a.btn-lienhe div {
  color: white;
  font-family: "SVN-PoppinsMedium";
  font-size: 16px;
  background: #d93830;
  border-radius: 1212px;
  width: fit-content;
  margin: 35px auto 0px;
  padding: 13px 60px;
}
/* đăng ký */
.bgr-newsletter {
  background: url(../images/bgr_newsletter.png) no-repeat;
  background-size: 100% 100%;
  padding: 40px 0px;
}

.title-newsletter {
  margin-bottom: 30px;
  z-index: 10;
  position: relative;
}
.title-newsletter h2 {
  font-size: 12px;
  margin-bottom: 10px;
  font-family: "gilroy-bold";
  text-transform: uppercase;
  color: #cd1a1a;
  width: fit-content;
  padding: 10px 18px;
  background: #fae8e8;
  border-radius: 5px;
}

.title-newsletter h3 {
  font-size: 32px;
  font-family: "avo-bold";
  color: #333333;
  text-transform: uppercase;
}
.title-newsletter p.slogan {
  font-size: 16px;
  color: #898989;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: "gilroy-semibold";
}
.group-newsletter {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.input-col-group {
  display: flex;
  gap: 17px;
}
.input-group,
.input-group1,
.input-group2,
.input-group3 {
  position: relative;
  width: 100%;
  border-radius: 5px;
}
.input-group input,
.input-group1 input,
.input-group2 input,
.input-group3 input {
  width: 100%;
  height: 70px;
  padding: 10px 60px 10px 25px;
  background: transparent;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  color: #898989;
  border-radius: 5px;
}
.input-group textarea {
  width: 100%;
  height: 160px;
  padding: 10px 25px 10px 25px;
  background: transparent;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  color: #898989;
  font-style: normal;
  border-radius: 5px;
}
.input-group textarea.input::placeholder {
  color: #898989;
  font-style: normal;
}
.input-group input::placeholder,
.input-group1 input::placeholder,
.input-group2 input::placeholder,
.input-group3 input::placeholder {
  color: #898989;
}
.input-group::before {
  position: absolute;
  content: "";
  background: url(../images/chat.png) no-repeat;
  width: 18px;
  height: 18px;
  right: 20px;
  top: 20px;
}
.input-group1::before {
  position: absolute;
  content: "";
  background: url(../images/icon-user.png) no-repeat;
  width: 16px;
  height: 16px;
  right: 20px;
  top: calc(50% - 16px / 2);
}
.input-group2::before {
  position: absolute;
  content: "";
  background: url(../images/icon-call.png) no-repeat;
  width: 17px;
  height: 17px;
  right: 20px;
  top: calc(50% - 17px / 2);
}
.input-group3::before {
  position: absolute;
  content: "";
  background: url(../images/icon-mail.png) no-repeat;
  width: 20px;
  height: 16px;
  right: 20px;
  top: calc(50% - 16px / 2);
}
.input-group-btn {
  position: relative;
  background: #d93830;
  text-align: center;
  height: 70px;
  border-radius: 1212px;
  width: 35%;
  margin: auto;
}
.input-group-btn input[type="submit"] {
  background: #d93830;
  border-radius: 1212px;
  color: white;
  display: inline-block;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  height: 70px;
  border: none;
  font-family: "SVN-ProductSansBold";
  width: 100%;
  margin: auto;
  padding: 10px 0px;
}
.input-group-btn input[type="submit"]:hover {
  background: #ffcb0d;
}
.input-group-btn i {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  left: 80%;
  top: 50%;
  transform: translate(-65%, -50%);
  pointer-events: none;
  color: white;
}
/* kiến thức */
.wrap-kienthuc {
  background: #fafafa;
}
.kienthuc-item {
  border-radius: 5px;
  overflow: hidden;
  margin: 1px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 5px 0px;
  margin: 5px;
}
.kienthuc-info {
  padding: 20px;
  background: white;
}
.kienthuc-name {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 17px;
  font-family: "SVN-ProductSans";
}

.kienthuc-time {
  color: #898989;
  border-top: none;
  margin: 0px;
  display: flex;
  gap: 5px;
  font-family: "SVN-ProductSansBold";
}
.kienthuc-about {
  border-top: 1px dashed #d9d9d9;
  margin-top: 35px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kienthuc-about p {
  background: url(../images/lock-users.png) no-repeat left;
  padding-left: 25px;
  color: #898989;
  font-weight: 600;
  font-family: "SVN-ProductSansBold";
  margin: 0px;
}
.kienthuc-about div {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.7s;
}
.kienthuc-about div:hover {
  transition: 0.7s;
  background: #d93830;
}
.kienthuc-about div i {
  color: #898989;
  font-size: 18px;
  transition: 0.7s;
}
.kienthuc-about div:hover i {
  color: #efc82b;
  transition: 0.7s;
}
/* hệ thống chi nhánh */
.item_hethong {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.7s;
  cursor: pointer;
}
.item_hethong:hover {
  background: #d9d9d9;
  transition: 0.7s;
}
.name_hethong {
  font-size: 20px;
  font-family: "SVN-ProductSansBold";
  text-transform: uppercase;
  margin-bottom: 12px;
}
.item_hethong.active {
  background: #d93830;
  transition: 0.7s;
}
.item_hethong.active .name_hethong {
  color: white;
  transition: 0.7s;
}
.item_hethong.active .content_hethong {
  color: white;
  transition: 0.7s;
}
.item_hethong.active .btn_map {
  border: 1px solid white;
  background: white;
  transition: 0.7s;
}
.btn_map {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #d93830;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px !important;
}
.btn_map a {
  color: #d93830;
  text-align: center;
  font-family: "SVN-ProductSansBold";
  text-transform: uppercase;
}
.map {
  width: 100%;
  height: 100%;
}
.map iframe {
  width: 100%;
  height: 100%;
}
.list_hethong_wrapper {
  height: 545px;
  overflow-y: auto;
  padding-right: 25px;
}
.list_hethong_wrapper::-webkit-scrollbar {
  background: #fff;
  width: 3px;
  height: 10px;
  border-radius: 5px;
}
.list_hethong_wrapper::-webkit-scrollbar-thumb {
  background: #d93830;
}
/* ẩn gg dịch */
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

body > .skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}
.footer_map_tab {
  width: 100%;
  height: 385px;
  clear: both;
  position: relative;
  margin-top: 0;
}
.wrap_map {
  width: 100%;
  position: absolute;
  text-align: right;
}
.map_items {
  border: 1px #000;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: black;
  line-height: 2;
  min-width: 150px;
  border-radius: 10px;
}
.map_items.active {
  background: #e5322d;
  color: white;
}
.map_frame {
  width: 100%;
  height: 100%;
}
.map_frame iframe {
  width: 100%;
  height: 100%;
}
.pagination-home {
  margin: 20px 0px;
}
