body, html {
    scroll-behavior: unset !important;
    opacity: 0;
  }
  
  .wrapper-content {
    max-width: 950px;
    margin: auto;
  }
  
  #bao_duong {
    margin-bottom: 25px;
    margin-top: 60px;
  }
  
  .icon_bd {
    position: relative;
    padding-left: 30px;
  }
  
  .icon_bd:not(:last-child) {
    margin-bottom: 5px;
  }
  
  .icon_bd:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
    background: url(https://storage.googleapis.com/vinfast-data-01/settings_bao_duong_1626859667.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  
  #bao_duong .img:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 1px;
    border-bottom: 1px #2C72C6 solid;
    z-index: -1;
  }
  
  #bao_duong .img:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    height: 1px;
    border-bottom: 1px #2C72C6 solid;
    z-index: -1;
  }
  
  #bao_duong .swiper-slide:first-child .img:after {
    display: none;
  }
  
  #bao_duong .swiper-slide:last-child .img:before {
    display: none;
  }
  
  #bao_duong .img {
    position: relative;
  }
  
  #bao_duong .icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2C72C6;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: 0.3s;
    background: #fff;
  }
  
  #bao_duong .swiper-slide {
    cursor: pointer;
  }
  
  #bao_duong .swiper-slide .icon img {
    transition: 0.3s;
  }
  
  #bao_duong .step {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
  }
  
  #bao_duong h2.title {
    font-size: 16px;
    text-align: center;
  }
  
  #bao_duong .swiper-slide.active .icon img {
    filter: brightness(0) invert(1);
  }
  
  #bao_duong .swiper-slide.active .icon {
    background: #2C72C6;
  }
  
  #tab-content {
    position: relative;
    display: flex;
  }
  
  #tab-content .tab-panel {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
  }
  
  #tab-content .tab-panel.active {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  
  #tab-content .tab-panel .img {
    text-align: center;
    position: relative;
    width: 100%;
    text-align: center;
  }
  
  #tab-content .tab-panel .img img {
    max-width: 750px;
    width: 100%;
  }
  
  #tab-content .tab-panel .desc {
    font-style: normal;
    font-size: 13px;
    line-height: 1.7;
    color: #1F2125;
    white-space: break-spaces;
    margin-top: 30px;
    font-weight: 500;
  }
  
  #tab-content .tab-panel .img:after {
    background: url(https://storage.googleapis.com/vinfast-data-01/bg_xe_may_slide.webp);
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
  }
  
  h2.title_bao_duong {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #1F2125;
    padding-left: 30px;
    border-left: 3px solid #1464F4;
    margin: 0 0 30px;
  }
  
  .accordion_bao_duong .card {
    margin-bottom: 10px;
  }
  
  .accordion_bao_duong .card-header {
    padding: 0;
    display: flex;
    align-items: center;
    background: #fff;
    border: none;
  }
  
  .accordion_bao_duong .card h5 {
    width: 100%;
  }
  
  .accordion_bao_duong .card h5 button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    height: 50px;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DBE1E3;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #1F2125;
    transition: 0.3s;
    text-decoration: none !important;
  }
  
  .accordion_bao_duong .card h5 button img {
    padding-right: 20px;
    transition: 0.3s;
  }
  
  .accordion_bao_duong .card h5 button[aria-expanded="true"] {
    background: #1464F4;
    border: 1px solid #1464F4;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
  }
  
  .accordion_bao_duong .card h5 button[aria-expanded="true"] img {
    filter: brightness(0) invert(1);
  }
  
  .accordion_bao_duong .card h5 button i {
    transition: 0.3s;
  }
  
  .accordion_bao_duong .card h5 button[aria-expanded="true"] i {
    transform: rotate(180deg);
  }
  
  .accordion_bao_duong .card {
    border: none;
  }
  
  .accordion_bao_duong .card-body {
    border: 1px solid #2C72C6;
    border-radius: 0px 0px 3px 3px;
    padding: 30px;
    font-size: 16px;
  }
  
  .accordion_bao_duong .card-body p {
    color: #1F2125;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
  }
  
  .accordion_bao_duong .card-body table {
    width: 100% !important;
  }
  
  .accordion_bao_duong .card-body table td {
    padding: 10px 20px;
    border-color: #DBE1E3;
  }
  
  .accordion_bao_duong .card-body ul {
    margin: 0;
    padding-left: 20px;
  }
  
  .danh_muc {
    margin-bottom: 60px;
  }
  
  .danh_muc .accordion_bao_duong .card h5 button img {
    display: none;
  }
  .path-tai-lieu-tham-khao .huongdan_dichvu {
    display: none;
   }
  .path-tai-lieu-xe-may-dien .tai_lieu {
    margin-bottom: 50px;
  }
  
  #block-baoduongtailieu .owner-manuals {
    margin: 60px 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .path-tai-lieu-xe-may-dien .owner-manuals {
   display: none;
  }
  .owner-manuals a {
    /* margin: 0 auto; */
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    align-items: center;
    background: #1464F4;
    border-radius: 3px;
    z-index: 1;
    width: 300px;
    height: 40px;
    display: flex;
    position: relative;
    justify-content: center;
  }
  
  .owner-manuals a::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #fff;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-duration: .5s;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease-out;
  }
  
  .owner-manuals a:hover {
    color: #1464F4;
  }
  
  .owner-manuals-right {
    color: #1464F4 !important;
    background: #FFFFFF !important;
    margin-left: 44px;
    border: 1px solid #1464F4 !important;
    border-radius: 4px;
  }
  .owner-manuals a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.45, 1.64, .47, .66);
    transition-timing-function: cubic-bezier(.45, 1.64, .47, .66);
  }
  
  .tai_lieu .col-md-6 {
    margin-bottom: 10px;
  }
  
  .tai_lieu button.btn-heading {
    background: #FFFFFF;
    border: 1px solid #DBE1E3;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #1F2125;
    transition: 0.3s;
    outline: none;
  }
  
  .tai_lieu button.btn-heading i {
    transition: 0.3s;
  }
  
  .tai_lieu button.btn-heading[aria-expanded="true"] {
    background: #1464F4;
    border: 1px solid #1464F4;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
  }
  
  .tai_lieu button.btn-heading[aria-expanded="true"] i {
    transform: rotate(180deg);
  }
  
  .tai_lieu .card-body {
    border: 1px solid #1464F4;
    border-radius: 0px 0px 3px 3px;
    padding: 30px;
  }
  .spare-parts-pricing-policy {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1F2125;
  }
  .spare-parts-pricing-policy a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #1F2125;
  }
  .tai_lieu .item-doc a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #1F2125;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .tai_lieu .item-doc:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #DBE1E3 solid;
  }
  
  .vinfast_contact_service_booking {
    margin: 60px 0 70px;
  }
  
  .card-body .table_wrapper {
    width: 100%;
    overflow-x: auto;
  }
  @media (max-width: 767px) {
    #block-baoduongtailieu .owner-manuals {
      flex-direction: column;
      margin: 60px 35px;
      justify-content: unset;
    }
    .owner-manuals a {
      width: 100%;
    }
    .owner-manuals .owner-manuals-right {
      margin-left: 0;
      margin-top: 24px;
    }
  }
  @media (max-width: 480px) {
    .accordion_bao_duong .card h5 button {
      padding: 10px 15px;
      height: auto;
    }
  
    .accordion_bao_duong .card h5 button span {
      display: flex;
      justify-content: flex-start;
      text-align: left;
      padding-right: 10px;
    }
  
    .accordion_bao_duong .card-body {
      padding: 15px;
    }
  
  }