<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: DangHaiMG
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.mb-15 {
  margin-bottom: 15px;
}
.mt-5{
  margin-top: 40px;
}
/***************/
.z-11 {
  z-index: 11;
}
.z-0 {
  z-index: 0;
}
.absolute-footer{display: none;}
.section-bg-1{
  background-image: url("https://otodienvinfast.com.vn/wp-content/uploads/2024/11/home4-car-tab-bg.png");
  background-position: 0px 85%;
  background-repeat: no-repeat;
  background-size: auto;
}
/******/

table thead tr {
  background-color: var(--primary-color);
  color: #ffffff;
  text-align: left;
}
table thead tr th{
  text-align: center;
}
td:first-child, th:first-child {
  padding-left: 15px;
  font-weight: bold;
}
table th,
table td {
    padding: 12px 15px;
    border-right: 1px solid #ececec;
}
table tbody tr {
  border-bottom: 1px solid #dddddd;
}

table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}
table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}

/******************BUTTON****************/
.btn-dk {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  background-color: #000;
  padding: 8px 20px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.btn-dk span {
  position: relative;
  z-index: 1;
}
.btn-dk:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
.btn-dk:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
/************/
.btn-outline-white {
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 6px 20px !important;
}
.btn-outline-white span {
  font-size: 15px;
}
.btn-outline-white:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
/****************************/
.fs32 {
  font-size: 2rem;
}
.fw700 {
  font-weight: 700;
  padding-bottom: 15px;
}
/*******************************/
span.mau_xe_item_color {
border-radius: 5px;
}

/************************/
.title-bg{
  position: relative;
}
.home-tile::after {
  content: 'VINFAST NEWWAY';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
  width: 100%;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: rgba(0, 0, 0, 0.03);
  text-transform: uppercase;
  z-index: 0;
}
h2.home-tile {
  color: #010103;
  font-size: 44px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: -1.32px;
  margin: 0;
}

/****************************/
.tt-product {
  text-align: center;
  position: relative;
  white-space: nowrap;
  background-image: url(https://otodienvinfast.com.vn/wp-content/uploads/2024/11/bg-namecar-1.webp);
width: 100%;
height: 120px;
background-size: contain;
background-repeat: no-repeat;
}
.tt-product p{
position: absolute;
top: 50%;
transform: translateY(20%);
margin-left: -30px;
}
.tt-product__car {
font-size: 2rem;
font-weight: 800;
background: linear-gradient(135deg,#9a272a 0%,#ea2b30 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: rgba(0,0,0,0);
/* line-height: 110%; */
padding-right: 5px;
padding-left: 5px;
}

.tt-product__price {
font-size: 1.3rem;
line-height: 2rem;
}
.tt-product__price strong {
font-size: 2rem;
color: red;
}

/********************/
.tabbed-content ul{
  margin-bottom: 20px;
}
.tabbed-content ul li a span{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.32px;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 15px rgba(158,158,158,.13);
  text-align: center;
  padding: .5rem 1.6rem;
  display: block;
  color: #010103;
}
.tabbed-content ul li.active a span{
  background: linear-gradient(#ff4c30 0, #b20000 100%);
  color: #fff;
}


.box-text_scroll {
  height: 500px;
  overflow: scroll;
  background: #f7f9f9;
  /* border: 1px solid; */
}
@media only screen and (max-width: 48em) {

  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  h2.home-tile {
    color: #010103;
    font-size: 35px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: -1.32px;
}
  .home-tile::after {
    font-size: 45px;
}
.mt--1{
  margin-top: -10px;
}
.section-bg-1 {
/*   background-position: 0px 100%; */
	background: none;
}
}</pre></body></html>