.list-item-product {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}

.list-item-product.slick-slider {
  justify-content: flex-start;
}

.content-item-product {
  width: calc(25% - 20px);
  min-width: calc(25% - 20px);
  margin: 0;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  text-align: center;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.content-item-product--image {
  position: relative;
  padding-bottom: calc(128 / 225 * 100%);
  overflow: hidden;
}

@media (min-width: 767px) {
  .content-item-product {
    margin: 10px;
  }

  .content-item-product:hover {
    transform: scale(1.03);
  }
}

.content-item-product--image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.content-item-product--content {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background-color: #fff;
}
.list-prefer {
  text-align: left;
}

.item-prefer {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
}

.item-prefer:hover {
  color: #ea1d25;
}

.item-prefer::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 11.5px;
  height: 11.5px;
  background-image: url("./../images/prefer.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.home-product-banner {
  background-color: #f4f7f8;
  padding: 72px 0;
}

@media (max-width: 768px) {
  .home-product-banner {
    padding: 72px 0 32px;
  }
}

.flex-container {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.nav-tabs-type {
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: -30px;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-tabs-type li {
  width: calc(100% / 3);
  text-align: center;
}

.nav-tabs-type li a {
  padding: 8px;
  font-size: 18px;
  line-height: calc(24 / 18);
  display: block;
  border-radius: 5px;
  color: #333;
  transition: all 0.4s ease-in-out;
}

.nav-tabs-type li a.active {
  background-color: #fde6e8;
  color: #ea1d25;
}

.nav-tabs-type li a:hover {
  color: #ea1d25;
}

.nav-tabs-product {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .nav-tabs-product {
    border: none;
  }

  .nav-tabs-product .nav-item-product.slick-slide {
    min-width: 40vw;
  }

  .nav-tabs-product.slick-initialized {
    display: block;
    padding: 0 35px;
  }
}

.nav-link-product {
  padding: 17px 24px;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 16px;
  line-height: calc(22 / 16);
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}

.nav-link-product g,
.nav-link-product path,
.nav-link-product svg {
  fill: #c4c4c4;
  margin-right: 8px;
  transition: all 0.05s ease-in-out;
}

.nav-link-product.active {
  background-color: #fde6e8;
  color: #ea1d25;
}

.nav-link-product.active g,
.nav-link-product.active path,
.nav-link-product.active svg {
  fill: #ea1d25;
}

.product-banner-align {
  text-align: center;
}

.nav-link-product:hover {
  color: #ea1d25;
}

.nav-link-product:hover g,
.nav-link-product:hover path,
.nav-link-product:hover svg {
  fill: #ea1d25;
}

/* PRODUCT */
.product-slider-new {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 -38px;
}

.product-slider-new .product-it {
  width: 25%;
  padding: 76px 38px 0;
}

.product-slider-new .product-it:nth-child(1),
.product-slider-new .product-it:nth-child(2),
.product-slider-new .product-it:nth-child(3),
.product-slider-new .product-it:nth-child(4) {
  padding-top: 38px;
}

.product-slider-new .product-it .product-des h3 {
  font-size: 18px;
  min-height: unset;
  margin: 8px 0;
  font-weight: 500;
  color: #333;
}

.tab-content-gray {
  background-color: #f4f7f8;
}

.product-info {
  margin-bottom: 0;
}

.product-info .list-custom.style-list a.active {
  color: #212529;
}

.product-info .list-custom.style-list a.active:before {
  width: 100%;
}

.product-info .list-custom.style-list a {
  color: #999;
  font-size: 18px;
  line-height: calc(22 / 18);
  border-right: 0;
  position: relative;
  transition: color 0.3s ease-in-out;
  margin: 0 88px 0 0;
  padding: 0;
}

.product-info .list-custom.style-list a:hover {
  color: #212529;
}

.product-info .list-custom.style-list a:hover:before {
  width: 100%;
}

.product-info .list-custom.style-list a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  width: 0;
  height: 1px;
  background-color: #ea1d25;
  transition: width 0.3s ease-in-out;
}

.product-info .list-custom a {
  color: #212529;
  border-right: 1px solid #d4d4d4;
}

.product-info .list-custom a:last-child {
  border-right: none;
}

.brand-list {
  padding: 16px 0;
}

.style-list {
  padding: 16px 0;
}

.process-check {
  display: flex;
  width: 80%;
  flex-wrap: nowrap;
  margin: auto;
  justify-content: center;
  margin-bottom: 30px;
}

.process-check .nav-item {
  pointer-events: none;
}

.process-check-item {
  margin: auto;
  width: 24px;
  height: 24px;
  background-color: #ececec;
  border: 4px solid #f9f9f9;
  border-radius: 50%;
  position: relative;
  box-sizing: content-box;
}

.process-check-item:before {
  width: 8px;
  height: 8px;
  background-color: #fff;
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.process-check-item-box {
  margin: 0 75px !important;
  text-align: center;
  position: relative;
  padding: 0 0 26px 0 !important;
  color: #212529 !important;
  background: none !important;
  border: unset !important;
}

.nav-item:not(:last-child) .process-check-item-box::before {
  position: absolute;
  left: 100%;
  top: 16px;
  content: "";
  height: 2px;
  width: 150px;
  background-color: #ececec;
}

.process-check-item-box span {
  white-space: nowrap;
  margin-top: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: inherit;
}

.process-check-item-box.active {
  color: #ea1d25;
}

.process-check-item-box.active .process-check-item {
  background-color: #ea1d25;
  border: 4px solid #fce6ef;
}

.process-check-item-box.check .process-check-item {
  background-color: #212529;
}
.process-check-item-box.check .process-check-item::before {
  left: 7px;
  display: inline-block;
  transform: rotate(45deg) translate(-50%, -50%);
  height: 12px;
  width: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: unset;
  background: none;
}

.home-news .slick-track {
  min-width: 100%;
}

.list-item-product .slick-track,
.list-item-product .slick-list {
  min-width: 100%;
  display: flex;
  justify-content: center;
}

.list-item-product .slick-prev + .slick-list .slick-track {
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .list-prefer {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .item-prefer {
    display: inline-flex;
  }
}

.home-news {
  padding: 72px 0;
}

@media (max-width: 768px) {
  .home-news {
    padding-top: 30px;
  }
}

.home-background {
  margin-bottom: 28px;
  position: relative;
  padding-bottom: calc(600 / 1440 * 100%);
}

.home-background.is-play img {
  z-index: 1;
  visibility: hidden;
}

.home-background .bg-video:before {
  width: 0;
}
.modal-video .modal-dialog {
  max-width: 85%;
}
.modal-video .modal-header {
  padding: 0;
  border: none;
}

.modal-video .modal-body {
  padding: 0;
}

.modal-video .close {
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 2.5rem;
  color: #eb0a1e;
  opacity: 1;
}

@media (max-width: 768px) {
  .modal-video .modal-dialog {
    max-width: 100%;
  }
  .modal-video .close {
    top: -30px;
    right: 20px;
  }
}

.home-background .action-icon-play,
.single-banner2 .action-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("./../images/play-default.png");
  background-size: contain;
}

.single-banner2--content {
  padding: 50px;
  background: linear-gradient(
    110deg,
    rgba(233, 29, 38, 1) 0%,
    rgba(233, 29, 38, 1) 66%,
    rgba(167, 10, 71, 1) 92%,
    rgba(159, 0, 68, 1) 100%
  );
}

.single-banner2 .effect-img {
  overflow: hidden;
}

.single-banner2 .effect-img:hover img {
  transform: scale(1.1);
}
.single-banner2 .col-md-6 img {
  left: 0;
  position: absolute;
  transition: transform 0.5s ease-in-out;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
}

@media (min-width: 768px) {
  .single-banner2 .col-md-6:first-child {
    padding-right: 0;
  }
}

.single-banner2 .action-icon-play:hover,
.home-background .action-icon-play:hover {
  background-image: url("./../images/play-hover.png");
}

.home-background img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.6s ease-in-out;
}

.home-background:hover .bg-home-img {
  width: 105%;
  height: 105%;
}

@media (max-width: 768px) {
  .single-banner2 .col-md-6:last-child {
    padding-bottom: 56.25%;
    margin: 0 15px;
  }
}

.product-it .product-des p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #333;
}

.product-it .product-des p span {
  font-weight: 600;
}

.product-it .product-des p::after {
  display: none;
}

.box-step {
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
}

.cw-50 {
  width: 50%;
  padding: 0 20px;
}

.no-margin.item-inline {
  margin: 0;
}

.price-insurance {
  width: 100%;
  margin: 0;
}

.financial-solutions.item-inline {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.financial-solutions .title-form-custom {
  width: 100%;
  margin: 0;
}

.item-financial-solutions {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.item-title-solution {
  width: 100%;
}

.total-price-custom p {
  padding: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #000;
  justify-content: space-between;
}

.page-template-dutoan .total-price-custom p span {
  margin-left: 30px;
  font-size: 24px;
  line-height: 1;
}

.page-template-dutoan .total-price-custom p {
  width: auto;
  justify-content: unset;
  padding: 13px 20px;
  background-color: #fce6ef;
  display: inline-flex;
  border-radius: 8px;
  border: 1px solid #e0d7db;
  margin-bottom: 0;
}

.total-price-custom p span {
  font-size: 20px;
  margin: 0;
}

.cw-50 .bottom-item {
  margin-top: 0;
}

.item-inline.mt30 {
  margin-top: 30px;
}

.item-inline.cta-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 30px;
}
.item-inline.cta-action .sma-btn-next {
  margin: 0;
}

.bottom-item {
  margin-top: 15px;
  font-size: 14px;
}

.box-radio [type="radio"]:checked,
.box-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.box-radio [type="radio"]:checked + label,
.box-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  color: #212529;
}
.box-radio [type="radio"]:checked + label:before,
.box-radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 100%;
  background: #fff;
}
.box-radio [type="radio"]:checked + label:before {
  border: 1px solid #ea1d25;
}
.box-radio [type="radio"]:checked + label:after,
.box-radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ea1d25;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.box-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-list-flex .item-inline label,
.custom-list-flex .item-inline input,
.custom-list-flex .item-inline option,
.custom-list-flex .item-inline select {
  font-size: 14px;
}

.sma-btn-back {
  cursor: pointer;
  color: #333;
  border: 1px solid #999;
  background-color: #fff;
}
.title-car-result {
  font-size: 20px;
  margin-bottom: 8px;
}

.cal-product-feature-right {
  padding-top: 40px;
}

.box-warning-step {
  padding: 20px;
}

.box-warning-step-2 {
  font-size: 20px;
  font-weight: 600;
  padding: 25px 0 0;
  line-height: calc(26 / 20);
}

.list-plan {
  margin-top: 24px;
}

.item-list-plan {
  padding: 16px;
  border: 1px solid #d4d4d4;
  flex: 1;
}

.plan-item-select .item-list-plan {
  border: 1px solid #d4d4d4;
  display: flex;
}

.plan-item-select .item-plan--image {
  width: 40%;
  min-width: 40%;
}

.plan-item-select .item-plan--image div {
  position: relative;
  padding-bottom: calc(198 / 278 * 100%);
}

.plan-item-select .item-plan--image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  max-height: unset;
}

.plan-item-select .slogen-product {
  margin-bottom: 30px;
}

.plan-item-select .item-plan--content {
  width: 60%;
  min-width: 60%;
  padding-left: 20px;
}

.title-price-step {
  font-size: 14px;
}

.box-price-step2 {
  display: block;
  padding: 3px 15px;
  color: #c32026;
  border: 1px solid #ddd;
  background-color: #fce6ef;
  border-radius: 8px;
}

.box-price-step,
.box-price-step2 {
  text-align: center;
  border: 1px solid #e0d7db;
}

.action-step2 {
  border-top: 1px solid #d4d4d4;
}

.action-step2 span {
  border-radius: 2px;
}
.action-step2 span:first-child {
  background: #fff;
  color: #ea2d25;
  border: 1px solid #ea1d25;
}

.plan-item-related .item-list-plan {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.plan-item-related {
  margin-top: 30px;
}

.plan-item-related-title {
  font-size: 16px;
  line-height: calc(22 / 16);
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0;
}

.plan-item-related-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.plan-item-related-list .slick-next {
  right: 10px;
}
.plan-item-related-list .slick-prev {
  left: 12px;
}

.plan-item-related-list .plan-item {
  max-width: calc(100% / 3 - 24px);
  flex-wrap: wrap;
  margin: 12px;
  display: flex;
  height: auto;
}
.item-list-plan .box-ez-show {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.balloon-show-first {
  margin-top: auto;
  margin-right: 0;
}

.balloon-show-last {
  flex: unset;
}

.plan-item-related .action-step2 {
  display: flex;
  flex-direction: column-reverse;
}

.plan-item-related .action-step2 span {
  width: 100%;
  margin-bottom: 8px;
}

.plan-item-related .action-step2 span:first-child {
  margin-bottom: 0;
}

.item-plan--content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.plan-item-related .item-plan--content {
  text-align: center;
  padding-top: 20px;
}

.title-price-step {
  margin-top: auto;
}

.plan-item-related .ez-show-first {
  margin-right: 0;
}

.balloon-show-first select {
  width: 100%;
}

.font-weight-semi {
  font-weight: 600;
}

.plan-item-related-list .slick-track {
  display: flex;
}

.plan-item-related-list .slick-disabled {
  display: none !important;
}

.balloon-show-first select,
.balloon-show-first option {
  text-align: center;
  color: #000;
}

.reg-submit .sma-btn {
  min-width: unset;
  padding: 5px 20px !important;
  font-size: 14px !important;
}

.reg-submit .item-inline.cta-action {
  flex-wrap: wrap;
  position: relative;
}

.reg-submit .item-inline.cta-action .form-btn {
  margin-left: auto !important;
  color: #fff !important;
}

.reg-submit .ajax-loader {
  position: absolute;
  top: 100%;
}

.calculate-section-top-replay {
  width: 100%;
}

.page-title-link-custom {
  width: 100%;
}

.calculate-section-top-replay h3:before {
  display: none;
}

@media (max-width: 768px) {
  .nav-tabs-type li a {
    font-size: 14px;
  }

  .nav-tabs-type {
    min-width: 100%;
  }

  .nav-link-product {
    flex-direction: column;
    font-size: 14px;
  }

  .content-item-product {
    width: 100%;
    min-width: 100%;
  }

  .process-check-item-box {
    margin: 0 30px !important;
  }

  .nav-item:not(:last-child) .process-check-item-box::before {
    width: 80px;
  }

  .product-info p {
    font-size: 16px !important;
  }

  .product-info .list-custom.style-list a {
    margin-right: 24px;
    margin-bottom: 32px;
  }

  .product-slider-new {
    width: 100%;
    overflow: hidden;
    margin: 0;
  }

  .product-slider-new .product-it {
    width: 252px;
    padding: 12px;
  }

  .no-margin.item-inline {
    margin-top: 15px;
  }

  .plan-item-select .item-list-plan {
    flex-direction: column;
  }

  .plan-item-select .item-plan--image {
    width: 100%;
  }

  .plan-item-select .item-plan--content {
    width: 100%;
  }
}

.home-product-v2 {
  background-color: #f4f7f8;
}

.news-item-big {
  display: flex !important;
  align-items: center;
}

.section-title-update {
  color: #ea1d25;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.section-title-update:after {
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
}

.general-title .section-title {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
.general-title .section-title::after {
  display: none;
}

.general-title li {
  font-size: 16px;
}

.general-title {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 12px;
  justify-content: space-between;
}

.news-slider .slick-prev {
  left: -40px;
  background-image: url(../images/ar-left.png);
}

.news-slider .slick-prev:hover {
  background-image: url(../images/ar-left.png);
}

.news-slider .slick-next:hover {
  background-image: url(../images/ar-right.png);
}

.news-slider .slick-next {
  right: -40px;
  background-image: url(../images/ar-right.png);
}

@media (max-width: 768px) {
  .news-slider .slick-arrow {
    width: 24px !important;
    height: 24px !important;
    background-size: contain !important;
  }
  .general-title {
    flex-direction: column;
    align-items: center;
  }
}

.loading {
  pointer-events: none;
  position: relative;
  background-color: #f5a0a0;
}
.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 5px solid grey;
  border-top-color: black;
  animation: loading 2s linear infinite;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.bottom-item-new {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
  font-size: 14px;
}

.bottom-item-new > span {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
}

.modal-open .modal {
  z-index: 9999;
}

.action-step2 span.cta-disable {
  color: #fff;
}

.cta-action > p {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 30px;
}

.wpcf7-spinner {
  position: absolute;
}

.reg-slider-radio .slick-next {
  right: -28px;
}
.reg-slider-radio .slick-prev {
  left: -28px;
}

.product-it .product-feature img {
  width: auto;
}

.single-banner2 .bg-video:before {
  z-index: 0;
}

.box-flex p {
  display: flex;
  flex-direction: column;
}
/* bao hiem */
.action-baohiem {
  display: flex;
  gap: 17px;
}
.package-baohiem-item-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 28px;
}
.action-baohiem-v2 a {
  width: 100%;
  background-color: #eb0a1e !important;
  color: #fff !important;
  transform: scale(1);
  transition: 0.4s ease-in-out;
}
.action-baohiem-v2 a:hover {
  transform: scale(1.03);
}
.list-baohiem {
  display: flex;
  gap: 18px;
  justify-content: center;
}
.item-baohiem {
  border-radius: 8px;
  width: calc(100% / 3);
  border: 1px solid rgba(153, 153, 153, 0.5);
  padding: 18px;
  box-shadow: 0 0 10px rgba(193, 193, 193, 0.5);
  transform: scale(1);
  transition: 0.4s ease-in-out;
  background: #fff;
}
.item-baohiem--thumb {
  margin-bottom: 25px;
}
.item-baohiem--thumb img {
  width: 100%;
}

.item-baohiem:hover {
  transform: scale(1.05);
}
.action-baohiem a {
  border: 1px solid #e60021;
  border-radius: 6px;
  padding: 9px;
  text-transform: uppercase;
  color: #e60021;
  background-color: #fff;
  transition: 0.4s ease-in-out;
  text-align: center;
}
.item-baohiem-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 0px;
  line-height: calc(22 / 18);
  font-weight: 700;
}
.list-dess {
  margin-bottom: 25px;
}
.list-dess p {
  margin-bottom: 5px;
  position: relative;
  font-size: 14px;
  padding-left: 15px;
  text-align: left;
}
.list-dess p:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 11.5px;
  height: 11.5px;
  background-image: url("https://tfsvn.com.vn/wp-content/themes/toyota/assets/images/prefer.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.action-baohiem a:hover {
  background-color: #e60021;
  color: #fff;
}
.action-baohiem-order {
  width: 50%;
}
.action-baohiem a:hover {
  background-color: #e60021;
  color: #fff;
}
.action-baohiem-order {
  width: 50%;
}
.action-baohiem-detail {
  flex: 1;
}

.nav-tabs-baohiem {
  display: flex;
  align-items: unset;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.nav-tabs-baohiem .nav-item-product .nav-link-product {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 10px;
}
.nav-tabs-baohiem .nav-item-product .nav-link-product img {
    opacity: 0.5;
}
.nav-tabs-baohiem .nav-item-product .nav-link-product.active img {
    opacity: 1;
    filter: invert(25%) sepia(84%) saturate(6424%) hue-rotate(342deg) brightness(84%) contrast(120%);
}
.nav-tabs-baohiem .nav-item-product .nav-link-product:hover img {
    opacity: 1;
    filter: invert(25%) sepia(84%) saturate(6424%) hue-rotate(342deg) brightness(84%) contrast(120%);
}
.nav-tabs-baohiem .nav-item-product {
  width: 25%;
  max-width: 25%;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: inherit;
  font-family: "AvertaStdCY", Sans-serif;
  font-size: 16px;
  line-height: calc(18 / 16);
  font-weight: normal;
  color: #262626;
  border-radius: 0;
  outline: none !important;
}

@media (max-width: 992px) {
    .nav-tabs-baohiem {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .nav-tabs-baohiem .nav-item-product {
        width: calc(50% - 9px);
        max-width: calc(50% - 9px);
    }
    .list-baohiem {
        flex-wrap: wrap;
    }
    .item-baohiem {
        width: calc(50% - 9px);
    }

    .job-slider-content,
    .job-slider-content .slick-track,
    .job-slider-content .slick-slide {
        height: auto !important;
    }
}

@media (max-width: 600px) {
    .nav-tabs-baohiem .nav-item-product {
        width: 100%;
        max-width: 100%;
    }
    .item-baohiem {
        width: 100%;
    }
}