@font-face { font-family: "ToyotaType"; src: url("/fonts/ToyotaType/ToyotaType-Bold.ttf"); font-weight: bold; font-style: normal; } 
@font-face { font-family: "ToyotaType"; src: url("/fonts/ToyotaType/ToyotaType-BoldIt.ttf"); font-weight: bold; font-style: italic; } 
@font-face { font-family: "ToyotaType"; src: url("/fonts/ToyotaType/ToyotaType-Semibold.ttf"); font-weight: 400; font-style: normal; } 
@font-face { font-family: "ToyotaType"; src: url("/fonts/ToyotaType/ToyotaType-SemiboldIt.ttf"); font-weight: 400; font-style: italic; } 
@font-face { font-family: "ToyotaType"; /* src: url("/fonts/ToyotaType/ToyotaType-Book.ttf"); */
 /* src: url("/fonts/ToyotaType/ToyotaType-Light.ttf"); */
 src: url("/fonts/ToyotaType/ToyotaType-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } 
@font-face { font-family: "ToyotaType"; src: url("/fonts/ToyotaType/ToyotaType-RegularIt.ttf") format("truetype"); font-weight: normal; font-style: italic; } 
/* @font-face { font-family: "ToyotaType"; src: url("/fonts/ToyotaType/ToyotaType-Light.ttf") format("truetype"); font-weight: lighter; font-style: normal; } */

@font-face { font-display: swap; font-family: "ToyotaTypeLight"; src: url('../../fonts/ToyotaTypeLight/ToyotaType-Light.eot'); src: url('../../fonts/ToyotaTypeLight/ToyotaType-Light.eot') format('embedded-opentype'),
 url('../../fonts/ToyotaTypeLight/ToyotaType-Light.woff2') format('woff2'),
 url('../../fonts/ToyotaTypeLight/ToyotaType-Light.woff') format('woff'),
 url('../../fonts/ToyotaTypeLight/ToyotaType-Light.ttf') format('truetype'),
 url('../../fonts/ToyotaTypeLight/ToyotaType-Light.svg#RobotoLight') format('svg'); } 

/* font-family: "ToyotaType"; */

body { font-family: "ToyotaTypeLight"; font-size: 14px; font-weight: normal; } 
body a { text-decoration: none; color: inherit; } 
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 { line-height: normal; } 
#lang-change { /* margin: 0 1rem; */
 /* display: inline-block; background-image: url(/assets/images/flag_vi_en.png); background-repeat: no-repeat; background-size: auto 22px; */ } 
.menu-icon { display: inline-block; position: relative; width: 22px; height: 22px; padding: 0 !important; border-left: 1px solid #333; } 
.menu-icon.register { background: url(/assets/images/us-regis.svg) center no-repeat; background-size: contain; border: 0; } 
.menu-icon.search { background: url(/assets/images/search.png) center no-repeat; background-size: contain; } 
.menu-icon.vi { background: url(/assets/images/flag_en.png) center no-repeat; background-size: contain; } 
.menu-icon.en { background: url(/assets/images/flag_vi.png) center no-repeat; background-size: contain; } 
/* #lang-change.vi { background-position: 0; } 
#lang-change.en { background-position: 22px; } */
.red-theme .btn.tags { border-radius: 50px; padding: 0.9rem 1.6rem; font-weight: 600; /* margin-right: 24px; */ } 
.red-theme .navbar { padding: 1rem; background-color: #fff !important; -webkit-box-shadow: 0px 0px 9px 3px rgb(222 222 222 / 30%); -moz-box-shadow: 0px 0px 9px 3px rgba(222, 222, 222, 0.3); box-shadow: 0px 0px 9px 3px rgb(222 222 222 / 30%); } 
.red-theme .navbar-light .navbar-nav .nav-link { color: #000 !important; font-size: 1.25rem; font-weight: normal; } 

.red-theme .logo-top { color: #eb0a1e; } 
.red-theme .logo-top img { max-height: 24px; } 

.red-theme .nav-link { padding: 0.5rem 1.55rem !important; } 
.red-theme section { position: relative !important; } 
.red-theme .form-control { padding: 0.7rem 0.9rem; border-radius: 0; } 
.logo-top span { text-indent: -9999px; } 
.red-theme .red-theme { color: #eb0a1e; } 
.list-theme1 .card { border: none; } 

#top-news-hot .blockquote { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } 
#top-news-hot figure p { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; } 

.card-title { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: 18px; font-weight: 700; margin-bottom: 12px; } 

.card-title.podcast { line-height: 38px; } 
.card-title.podcast .icon { background: url(/assets/images/headphone-icon.png) center no-repeat; background-size: contain; width: 40px; height: 40px; display: inline-block; } 

.card-text { display: -webkit-box; /* max-width: 200px; */
 -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; color: #000; } 
.card-subtitle { color: #000; } 
.list-theme1 .card-img-wrap,
.list-theme2 .card-img-wrap { overflow: hidden; position: relative; } 
.list-theme1 .card-img-wrap:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; /* background: rgba(255, 255, 255, 0.3); */
 /* opacity: 0; transition: opacity 0.25s; */ } 
.list-theme1 .card-img-wrap img,
.list-theme2 .card-img-wrap img { transition: transform 0.25s; width: 100%; } 
.list-theme1 .card-img-wrap:hover img,
.list-theme2 .card-img-wrap:hover img { transform: scale(1.2); } 
.list-theme1 .card-img-wrap:hover:after { opacity: 1; } 
.list-theme1 .card-body { padding: 1rem 0 0 0; } 
.list-theme1 .card-body a { text-decoration: none; color: inherit; } 
.card .video-btn { background: url(/assets/images/icon-videoplay.png) no-repeat center center; background-size: cover; position: absolute; width: 60px; height: 60px; left: 50%; top: 38%; transform: translate(-50%, -50%); border: 0; z-index: 9; } 
.card .video-btn.image-btn { background: url(/assets/images/icon-viewimg.png) no-repeat center center; background-size: cover; } 
.card a { text-decoration: none; color: inherit; } 
.red-theme #line-end-page hr { height: 1.5rem; color: #eb0a1e; opacity: 1; margin: 0; } 
.red-theme footer,
.red-theme footer a { font-size: 0.8rem; color: #fff; } 
header { margin-top: 5.5rem; } 
.us-mntop-btn { padding-top: 0.7rem !important; } 
.us-mntop-btn a { padding: 0 1.6rem !important; color: #eb0a1e; } 

#top-news-hot h2,
#news-letter h2 { font-size: calc(1.3rem + 0.8vw); } 
h1.section-title,
h2.section-title { border-bottom: none; position: relative; font-weight: bold; text-transform: uppercase; } 
h1.section-title { font-size: calc(1.3rem + 0.8vw); } 
h2.section-title { font-size: calc(0.8rem + 0.8vw); } 

.section-title h1,
.section-title h2 { position: relative; font-weight: bold; text-transform: uppercase; display: inline-block; margin-bottom: 0 !important; padding: 0 1px; padding-bottom: var(--sep-distance, 10px); /* border-bottom: 1px solid #eb0a1e; */ } 
.section-title h1 { font-size: calc(1.3rem + 0.8vw); } 
.section-title h2 { font-size: calc(0.8rem + 0.8vw); } 
div.section-title { --block-head-bc: #000; border-bottom: 1px solid #000; text-align: left; letter-spacing: 0.02em; font-family: var(--h-font); color: var(--black-800); } 

.section-title .title-readmore { float: right; margin-top: 2px; padding: 0 3px; color: #000; font-size: 11px; text-transform: uppercase; line-height: 28px; text-decoration: none; } 
.list-theme2 .section-title { font-weight: bold; text-transform: uppercase; } 
.title-readmore:hover { color: #111; } 

#top-news-hot .section-title,
#library-news .section-title { } 
#library-news .section-title { color: #fff; } 
#library-news .text-muted { color: #eee !important; } 

/* Top news */
/* library news */
#library-news { background: #000; position: relative; } 
#library-news .card { background-color: transparent; border: none; color: #fff; } 

/* .owl-carousel-nav a { position: absolute; } */
/* .owl-carousel-nav .prev { background: url(/assets/images/carousel-control-prev-icon.svg) #c4c4c4
 no-repeat center center; border-radius: 50%; width: 2.8rem; height: 2.8rem; left: 4rem; top: 45%; } 
.owl-carousel-nav .next { background: url(/assets/images/carousel-control-next-icon.svg) #c4c4c4
 no-repeat center center; border-radius: 50%; width: 2.8rem; height: 2.8rem; right: 4rem; top: 45%; } */

.owl-carousel-nav.prev_next { margin: 0; padding: 0; } 
.owl-carousel-nav .prev { border-radius: 50%; background: rgba(216, 49, 45, 0.72); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; position: absolute; z-index: 2; left: -20px; top: 50%; transform: translateY(-50%); } 
.owl-carousel-nav .next { border-radius: 50%; background: rgba(216, 49, 45, 0.72); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; position: absolute; z-index: 2; right: -20px; top: 50%; transform: translateY(-50%); } 

.owl-carousel-nav .prev:hover,
.owl-carousel-nav .next:hover { color: #fff; text-decoration: none; outline: 0; opacity: 0.9; } 
.carousel-control-next,
.carousel-control-prev { width: 6%; } 
.carousel-item .carousel-text { display: -webkit-box; /* -webkit-line-clamp: 2; */
 -webkit-box-orient: vertical; overflow: hidden; } 
.card-cus1 .card-body { position: absolute; background: rgb(0 0 0 / 39%); bottom: 0; width: 100%; /* text-align: right; */
 padding: 0.6rem !important; /* font-size: 12px; */ } 
.card-cus1 .card-title { /* font-size: 0.7rem !important; */
 font-weight: 900 !important; color: #fff; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } 
.card-cus1 .card-subtitle { color: #fff !important; font-size: 0.7rem; } 
.card-cus1 .text-muted { color: #fff !important; } 
footer a { text-decoration: none; } 
footer .cty-name { font-size: 1.5rem; font-weight: 600; } 
footer .f1 { background-color: #000; } 
footer .f2 { background-color: #1d1d1d; } 

#btn-scroll-top { /* width: 130px; */
 padding: 10px 30px 10px 0; background: url(/assets/images/scoll-top.svg) no-repeat center right; text-decoration: none; color: #000; font-weight: 600; } 

/* Search box */
#search-box { position: fixed; background-color: #fff; padding-bottom: 1.5rem; width: 100%; top: 5.5rem; z-index: 999; display: none; } 
#search-box form { position: relative; } 
#search-box #keysearch { width: 100%; border: none; padding: 1rem; background-color: #eeeeee; border: none; } 

#search-box #keysearch:focus { outline: none; } 
#search-box #search-btn { position: absolute; right: 1rem; border: none; padding: 1rem; background: transparent; } 
#breadcrumb-box { background-color: #e1e1e1; } 
.breadcrumb { margin-bottom: 0; } 
.breadcrumb a { color: #888; text-decoration: none; } 
.breadcrumb-item.active { color: #000; } 
.news-title { font-weight: bold; } 
.news-title-info { list-style: none; color: #000; } 
.news-title-info li { display: inline; margin-right: 30px; } 
/* .news-title-info .text-muted { color: #000; } */
.news-pagination { background-color: #ccc; } 
.news-pagination a { text-decoration: none; color: #222; } 
.news-pagination .text-muted { color: #6a6b70 !important; font-weight: 700; } 
.news-pagination h4 { color: #28282f !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } 
.pagination { border-radius: 50%; } 
.pagination .prev { } 
.pagination .next { } 
.pagination .page-item:last-child .page-link { background: url(/assets/images/carousel-control-next-icon.svg) #c4c4c4
 no-repeat center center; border-radius: 50%; width: 2.3rem; height: 2.3rem; text-indent: -9999px; } 
.pagination .page-item:first-child .page-link { background: url(/assets/images/carousel-control-prev-icon.svg) #c4c4c4
 no-repeat center center; border-radius: 50%; width: 2.3rem; height: 2.3rem; text-indent: -9999px; } 
.pagination .page-link { color: #000; border-radius: 50%; border: 1px solid #ccc; line-height: 2.4; width: 2.3rem; height: 2.3rem; text-align: center; padding: 0; } 
.page-item.active .page-link { background-color: #ea0b1e; border-color: #c70313; } 
.pagination .page-item { margin: 2px; } 

.social-bar { background: rgba(256, 256, 256, 0.5); padding: 10px; margin-right: 3px; border-radius: 10px; text-align: center; box-shadow: 0px 0px 32px -7px rgb(175, 175, 175); width: 60px; position: fixed; right: 0; z-index: 999; } 
.social-bar img { width: 100%; } 
.social-bar h5 { color: #ea0b1e; font-size: 1rem; margin-bottom: 12px; } 

.social-bar ul { list-style: none; margin: 0; padding: 0; } 
.social-bar ul > li { margin: 8px 5px; opacity: 0.6; } 
.social-bar ul > li:hover { opacity: 1; } 

/* .modal.fade .modal-dialog { -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } */
.modal-body { position: relative; padding: 0px; } 
.close { padding: 0; background-color: transparent; border: 0; position: absolute; right: -30px; top: 0; z-index: 999; font-size: 2rem; font-weight: normal; color: #fff; opacity: 1; } 
.img-captions { position: relative; } 
.img-captions img { width: 100%; } 
.img-captions h2 { font-weight: bold; } 
.img-captions .captions { /* width: 300px; */
 position: absolute; bottom: 5%; right: 0%; color: #fff; } 

.img-captions .captions2 { /* width: 300px; */
 position: absolute; top: 3%; left: 3%; color: #fff; background: #00000085; padding: 15px; } 
.captions2 a:hover { color: #dddddd; } 
.blockquote-footer::before { content: "" !important; } 
.btn-outline-secondary { color: #000000; border-color: #000000; } 
.btn-danger { background-color: #ea0b1e; border-color: #ea0b1e; } 
.article-body { /* letter-spacing: 1px; */
 line-height: 1.6rem; } 
.article-body p { margin: 1rem auto; } 
.article-body p img { max-width: 100% !important; padding: 10px 0; } 
.article-body a { color: #0a58ca; } 
.article-body h2 { font-size: 150%; } 
.w-200 { width: 200px; } 
.w-120 { width: 120px; } 
.no-radius { border-radius: 0; } 

.cover-img { padding-left: 0; padding-right: 0; } 

@media (max-width: 767px){
 .red-theme .logo-top img { max-height: 18px; } 
 .img-captions h2 { font-weight: normal; } 
 .red-theme .btn.tags { padding: 0.1rem 0.3rem !important; font-weight: 400 !important; margin-right: 0px !important; } 
 }
@media (min-width: 1200px){
 #news-detail .container,
 #news-detail .container-lg,
 #news-detail .container-md,
 #news-detail .container-sm,
 #news-detail .container-xl { max-width: 1140px; } 
 }
#news-detail audio { height: 22px; margin: 0; padding: 0; line-height: 10px; margin-bottom: -5px; border: 1px solid #ccc; border-radius: 2px; } 
audio::-webkit-media-controls-panel { /* background-color: #eb0a1e; */ } 

#btn-scroll-top2 { position: fixed; text-indent: 9999px; bottom: 10rem; right: 5rem; width: 3rem; height: 3rem; margin-bottom: -5rem; background: url(/assets/images/icon-home.png) no-repeat center center; background-size: cover; display: inline-block; z-index: 999; } 

/* new ticket 6/3/2026 */
#contact-button { background: #f8f9fa; padding: 52px 0; } 

.contact-button { position: relative; } 

.contact-content h2 { font-size: 36px; font-weight: 700; color: #212529; line-height: normal; font-style: normal; margin-bottom: 10px; } 

.contact-content p { color: #6c757d; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; margin-bottom: 32px; } 

.btn-test-drive { display: inline-block; background: #d8312d; box-shadow: 0 4px 15px 0 rgba(216, 49, 45, 0.3); color: #fff; font-size: 16px; font-style: normal; font-weight: 700; line-height: 16px; padding: 12px 19px 16px 19px; text-decoration: none; transition: 1s all; border: 1px solid #d8312d; } 
.btn-test-drive:hover { background: transparent; color: #d8312d; transition: 1s all; } 


/* section car review */
#car-review { background: url(/assets/backgroud/section.png) center no-repeat; background-size: cover; } 
#car-review .section-title { color: #fff; } 
.car-review-item { position: relative; overflow: hidden; } 
.car-review-img a { position: relative; } 
.car-review-detail { position: absolute; width: 100%; height: 100%; z-index: 2; left: 0; top: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 16px; pointer-events: none; background: rgb(0 0 0 / 39%); } 
.car-review-detail-top { display: flex; align-items: center; } 
.car-review-detail-top .view { margin-bottom: 0; color: #CCC; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; margin-left: 10px; } 
.car-review-detail-center { border-radius: 52px; background: rgba(0, 0, 0, 0.52); backdrop-filter: blur(1px); text-align: center; width: 40px; height: 40px; margin: 0 auto; transition: opacity 0.2s ease; pointer-events: none; } 
.car-review-detail-center.is-playing { opacity: 0; } 
.car-review-detail-bottom .title { color: #FFF; font-size: 18px; font-style: normal; font-weight: 400; line-height: normal; margin-bottom: 5px; } 
.car-review-detail-bottom .summary { color: #CCC; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; margin-bottom: 0; overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } 

/* car review page detail */
#reels-review-car { position: relative; background: #fff; } 
body:has(#reels-review-car) #pancake-chat-plugin-root { display: none !important; } 
#reels-review-car .reels-wrapper { display: flex; align-items: center; height: 100vh; padding-top: 106px; padding-bottom: 24px; position: relative; overflow: hidden; gap: 52px; } 
#reels-review-car .nav-buttons { position: relative; display: flex; flex-direction: column; gap: 24px; } 
#reels-review-car .nav-buttons .btn-nav { background: #F5F5F5; border: none; border-radius: 50%; width: 56px; height: 56px; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 1; padding: 0; color: #201B1B; transition: 1s all; } 
#reels-review-car .nav-buttons .btn-nav:hover,#reels-review-car .nav-buttons .btn-nav.no-click { opacity: 0.5; } 
#reels-review-car .nav-buttons .btn-nav:nth-child(1) { padding-top: 2px; } 
#reels-review-car .nav-buttons .btn-nav:nth-child(2) { padding-top: 2px; } 
#reels-review-car .nav-buttons .btn-nav:hover { background: #e2e2e2; transition: 1s all; } 

#reels-review-car .reels-container { height: 100%; position: relative; flex: 1; display: flex; justify-content: end; overflow: hidden; } 
#reels-review-car .bottom-info .bottom-info-top { transition: all 1s cubic-bezier(0.8, 0, 0.5, 1); opacity: 1; visibility: visible; transform: translateY(0); } 
#reels-review-car .bottom-info.active .bottom-info-top { opacity: 0; visibility: visible; transform: translateY(10%); } 
#reels-review-car .reels-container .reels-container-items { max-width: 532px; margin: 0 auto; height: 100%; border-radius: 16px; overflow-y: scroll; scroll-snap-type: y mandatory; scroll-behavior: smooth; position: relative; aspect-ratio:9/16; transition: all 1s cubic-bezier(0.8, 0, 0.5, 1); } 
#reels-review-car .reels-container .reel-item { border-radius: 16px; width: 100%; height: 100%; scroll-snap-align: start; position: relative; } 
#reels-review-car .reel-item video { width: 100%; height: 100%; object-fit: contain; cursor: pointer; background: #000; } 
.reel-image { width: 100%; height: 100%; object-fit: cover; } 
#reels-review-car .reel-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.6) 100%); padding: 16px; } 

#reels-review-car .reels-container .reels-container-items::-webkit-scrollbar { display: none; } 
#reels-review-car .reels-container .reels-container-items { -ms-overflow-style: none; scrollbar-width: none; } 

#reels-review-car .reels-detail-container::-webkit-scrollbar { display: none; } 
#reels-review-car .reels-detail-container { -ms-overflow-style: none; scrollbar-width: none; } 

.reel-overlay .car-review-detail-top .view { margin-bottom: 0; color: #CCC; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; margin-left: 10px; } 
.reel-overlay .car-review-detail-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
#reels-review-car .bottom-info { position: absolute; bottom: 16px; left: 16px; right: 16px; } 
#reels-review-car .title { color: #FFF; font-size: 18px; font-style: normal; font-weight: 400; line-height: normal; margin-bottom: 5px; } 
#reels-review-car .summary { color: #CCC; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; margin-bottom: 24px; overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } 

#reels-review-car .action-buttons { position: absolute; bottom: 15%; right: 10px; display: flex; flex-direction: column; gap: 8px; pointer-events: auto; } 
#reels-review-car .action-btn { background: rgba(255, 255, 255, 0.24); border: none; border-radius: 50%; width: 46px; height: 46px; color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: 0.5s all; } 
#reels-review-car .action-btn:hover { background: rgba(0, 0, 0, 0.2); transition:0.5s all; } 
#reels-review-car .action-btn svg { width: 20px; } 

#reels-review-car .action-btn-like.liked { background: #d8312d; opacity: 0.8; } 
#reels-review-car .action-btn-view-detail { transition: all 1s cubic-bezier(0.8, 0, 0.5, 1); } 
#reels-review-car .action-btn-view-detail.active { transform: rotate(180deg); } 



#reels-review-car .progress-bar-container { width: 100%; height: 4px; background: rgba(255, 255, 255, 0.24); border-radius: 4px; } 
#reels-review-car .progress-bar { height: 100%; background: #D8312D; box-shadow: 2px 2px 8px -1px #D8312D; width: 0%; border-radius: 4px; } 

#reels-review-car .reels-container.detail-active .reels-container-items { margin: 0 auto; } 

.reels-detail-container { background: #fff; border-radius: 16px; border: 1px solid #E6E6E6; position: relative; overflow-y: auto; overflow-x: hidden; width: 603px; padding: 24px; flex-shrink: 0; margin-right: -603px; margin-left: 0; opacity: 0; visibility: hidden; transition: all 0.2s cubic-bezier(0.8, 0, 0.5, 1); } 
.reels-detail-container.show { margin-right: 0; opacity: 1; visibility: visible; transition: all 1s cubic-bezier(0.8, 0, 0.5, 1); } 


#close_detail_btn { position: absolute; right: 0px; top: 5px; background: none; border: none; } 

.reels-detail-top { display: flex; gap: 12px; position: relative; justify-content: space-between; margin-bottom: 12px; } 
.reels-detail-top #close_detail_btn { width: 32px; height: 32px; } 
.reels-detail-top #detail_title { color: #212529; font-size: 28px; font-style: normal; font-weight: 700; line-height: normal; margin-bottom: 0; width: calc(100% - 32px - 12px); text-transform: uppercase; } 
.reels-detail-center { position: relative; margin-bottom: 36px; } 
.reels-detail-center .reels-detail-center-1 { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; } 
.reels-detail-center a { color: #D8312D; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; } 
.reels-detail-center a span:nth-child(1) { color: #E6E6E6; padding-right: 5px; } 
.reels-detail-center a:hover { color: #212529; } 

#detail_content { color: #212529; font-size: 16px; font-style: normal; font-weight: 300; line-height: normal; } 
#reels-review-car .reels-detail-bottom { background: #F8F9FA; padding: 24px; } 
#reels-review-car .reels-detail-bottom .title { color: #212529; font-size: 28px; font-style: normal; font-weight: 700; line-height: normal; margin-bottom: 10px; } 
#reels-review-car .reels-detail-bottom .des { color: #6C757D; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; margin-bottom: 32px; } 
#reels-review-car .reels-detail-bottom #btn_lai_thu { background: #D8312D; box-shadow: 0 4px 15px 0 rgba(216, 49, 45, 0.30); display: flex; align-items: center; justify-content: center; transition: 1s all; border: 1px solid #D8312D; width: 156px; height: 46px; color: #FFF; font-size: 16px; font-style: normal; font-weight: 700; line-height: 16px; padding-bottom: 3px; } 
#reels-review-car .reels-detail-bottom #btn_lai_thu:hover { transition: 1s all; background: #fff; color: #D8312D; } 


/* Mặc định nút Mute (đang tắt tiếng) -> Hiện cái SVG số 2 (Loa gạch chéo), Ẩn cái SVG số 1 (Loa phát) */
#reels-review-car .action-btn-mute svg:nth-child(1) { display: none; } 
#reels-review-car .action-btn-mute svg:nth-child(2) { display: block; } 

/* Khi có class .is-unmuted (Bật tiếng) -> Đảo ngược lại */
#reels-review-car .action-btn-mute.is-unmuted svg:nth-child(1) { display: block; } 
#reels-review-car .action-btn-mute.is-unmuted svg:nth-child(2) { display: none; } 

/* Gellary */
.reel-gallery { display: flex; width: 100%; height: 100%; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth; -ms-overflow-style: none; scrollbar-width: none; } 
.reel-gallery::-webkit-scrollbar { display: none; } 
.reel-gallery .gallery-slide { flex: 0 0 100%; width: 100%; height: 100%; object-fit: contain; scroll-snap-align: center; cursor: pointer; background: #000; } 
.gallery-indicator { position: absolute; top: 20px; right: 20px; background: rgba(0, 0, 0, 0.5); color: white; padding: 6px 12px; border-radius: 20px; display: flex; align-items: center; gap: 6px; font-size: 14px; z-index: 10; pointer-events: none; } 
.gallery-indicator svg { width: 16px; height: 16px; } 
.reel-item.is-gallery .car-review-detail-center { display: none !important; } 
.gallery-dots { position: absolute; bottom: 24px; left: 0; width: 100%; display: flex; justify-content: center; gap: 8px; z-index: 10; } 
.gallery-dots .dot { width: 8px; height: 8px; background: rgba(255, 255, 255, 0.4); border-radius: 50%; cursor: pointer; transition: all 0.3s ease; } 
.gallery-dots .dot.active { background: #D8312D; transform: scale(1.2); } 


/* Footer */
.footer-menu-contain .box-footer-menu { margin-bottom: 52px; position: relative; padding-bottom: 52px; } 
.footer-menu-contain .box-footer-menu::before { content:""; position: absolute; z-index: 2; pointer-events: none; bottom: 0; width: 100%; height: 1px; background: #D9D9D9; } 
.footer-menu-contain .box-footer-menu .box-menu-contain { display: flex; justify-content: space-between; flex-wrap: wrap; } 
.footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item { width: calc(100% / 4); } 
.footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item:nth-child(5) { display: none; } 
.footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .menu-footer-title { font-weight: 400; font-size: 16px; line-height: 150%; color: #212529; text-transform: uppercase; margin-bottom: 16px; cursor: pointer; } 
.footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul { padding: 0; list-style: none; margin: 0; } 
.footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul li { margin-bottom: 8px; } 
.footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul li:last-child { margin-bottom: 0; } 
.footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul li .menu-link-item { font-size: 14px; line-height: 150%; color: #212529; text-decoration: none; position: relative; } 
.footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul li .menu-link-item::before { content: ""; position: absolute; width: 100%; height: 1px; background: currentColor; top: 100%; left: 0; pointer-events: none; transform-origin: 100% 50%; transform: scale3d(0, 1, 1); transition: transform 0.3s; } 
.footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul li:hover .menu-link-item::before { transform-origin: 0% 50%; transform: scale3d(1, 1, 1); } 
.footer-menu-box-top { display: flex; align-items: center; margin-bottom: 24px; } 
.footer-menu-box-top .footer-menu-title { margin-left: 16px; margin-bottom: 0; } 
.footer-menu-box-bottom { position: relative; display: flex; align-items: start; justify-content: space-between; flex-wrap: wrap; } 
.footer-menu-box-bottom-left { width: calc(41% - 10px); } 
.footer-menu-box-bottom-right { width: calc(59% - 10px); } 
.footer-menu-box-bottom-right-menu-footer { margin-bottom: 52px; } 
.footer-menu-box-bottom-right-bottom .copry-right-footer { position: relative; } 
.copry-right-footer-top { font-size: 14px; line-height: 150%; color: #212529; font-weight: 400; margin-bottom: 10px; } 
.copry-right-footer-top span.line { padding: 0 16px; } 
.copry-right-footer-top a { color: #212529 !important; font-size: 14px !important; position: relative; } 
.copry-right-footer-top a::before { content: ""; position: absolute; width: 100%; height: 1px; background: currentColor; top: 100%; left: 0; pointer-events: none; transform-origin: 100% 50%; transform: scale3d(0, 1, 1); transition: transform 0.3s; } 
.copry-right-footer-top a:hover::before { transform-origin: 0% 50%; transform: scale3d(1, 1, 1); } 
.copry-right-footer-bottom { font-size: 14px; line-height: 150%; color: #212529; font-weight: 400; margin-bottom: 0; } 
.footer-menu-contain .box-footer-contain { position: relative; } 
.footer-contain { color: #212529; } 
.footer-menu-title { font-weight: 400; font-size: 22px; line-height: 150%; color: #212529; margin-bottom: 24px; } 
.desktop-only { display: block; } 
.mobile-only { display: none; } 
.footer-menu-box-bottom-right-menu-footer .footer-content-item { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 8px; } 
.footer-menu-box-bottom-right-menu-footer .footer-content-item li a { position: relative; } 
.footer-menu-box-bottom-right-menu-footer .footer-content-item li a::before { content: ""; position: absolute; width: 100%; height: 1px; background: #212529; top: 100%; left: 0; pointer-events: none; transform-origin: 100% 50%; transform: scale3d(0, 1, 1); transition: transform 0.3s; } 
.footer-menu-box-bottom-right-menu-footer .footer-content-item li:hover a::before { transform-origin: 0% 50%; transform: scale3d(1, 1, 1); } 
.footer-content-item { list-style: none; padding: 0; margin: 0 0 52px 0; } 

/*Mobile footer*/
@media (max-width: 768px){
 .desktop-only { display: none; } 
 .mobile-only { display: block; } 
 .footer-content-item { list-style: none; padding: 0; margin: 0 0 15px 0; } 
 .footer-menu-box-bottom-right-menu-footer.mobile-only .footer-content-item { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin-bottom: 8px; } 
 .footer-menu-box-bottom-right-menu-footer.mobile-only .footer-content-item li a { position: relative; display: inline-block; max-width: 100%; } 
 .footer-menu-box-bottom-right-menu-footer.mobile-only .footer-content-item li a::before { content: ""; position: absolute; width: 100%; height: 1px; background: #3A3A3A; top: 100%; left: 0; pointer-events: none; transform-origin: 100% 50%; transform: scale3d(0, 1, 1); transition: transform 0.3s; } 
 .footer-menu-box-bottom-right-menu-footer.mobile-only .footer-content-item li:hover a::before { transform-origin: 0% 50%; transform: scale3d(1, 1, 1); } 
 .footer-menu-box-bottom-right-menu-footer.mobile-only .footer-content-item li a[href^="tel:"] { display: block; } 
 .footer-menu-box-bottom-right-menu-footer.mobile-only .footer-content-item li:has(a[href^="tel:"]) { grid-column: 1 / -1; } 
 }

.footer-content-item-top { display: flex; align-items: center; } 
.footer-menu-box-bottom-left .footer-content-item p { margin-bottom: 8px; } 
.footer-menu-box-bottom-left .footer-content-item .footer-content-item-top p:nth-child(1) { margin-right: 24px; margin-bottom: 0; } 
.footer-menu-box-bottom-left .footer-content-item .footer-content-item-top { margin-bottom: 8px; } 
.footer-content-item-top .footer-content-item:nth-child(1) { margin-right: 24px; } 
.footer-content-item li { margin-bottom: 8px; display: flex; align-items: center; white-space: nowrap; } 
.footer-content-item li:last-child,.footer-menu-box-bottom-left .footer-content-item p:last-child { margin-bottom: 0; } 
.footer-content-item li span,.footer-menu-box-bottom-left .footer-content-item p { font-size: 14px; line-height: 150%; color: #3A3A3A; font-weight: 400; } 
.footer-content-item li i { font-size: 20px; margin-right: 18px; color: #FFFFFF; } 
.footer-desciption { font-size: 12px; line-height: 17px; letter-spacing: 0.025em; color: #FFFFFF; margin-bottom: 24px; max-width: 246px; } 
.box-submit-info { font-size: 12px; } 
.box-submit-info .required-checkbox-group { display: flex; } 
.box-submit-info .input-and-button { display: flex; } 
.box-submit-info .footer-form-checkbox { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; } 
.box-submit-info .footer-form-checkbox.active { max-height: 140px; } 
.box-submit-info .custom-footer-input { height: 40px; width: 100%; max-width: 246px; margin-right: 12px; color: #FFFFFF; border: 1px solid #FFFFFF; background-color: #101010; } 
.box-submit-info .custom-footer-input:focus { outline: none; } 
.box-submit-info .custom-footer-button { height: 40px; width: 40px; background-color: #EB0A1E; outline: none; border: none; color: #FFFFFF; display: flex; align-items: center; justify-content: center; } 
.box-submit-info .custom-footer-button:disabled { opacity: 0.6; cursor: not-allowed; } 
.box-submit-info .custom-footer-button i { font-size: 21px; } 
.box-footer-contain .footer-contain .box-submit-info .footer-form-checkbox { margin-top: 20px !important; } 
.box-footer-contain .footer-contain .box-submit-info .required-checkbox-group { display: flex !important; align-items: flex-start !important; margin-bottom: 15px !important; gap: 12px !important; } 
.box-footer-contain .footer-contain .box-submit-info .required-checkbox-input { margin: 0 !important; flex-shrink: 0 !important; width: 16px !important; height: 16px !important; margin-top: 2px !important; } 
.box-footer-contain .footer-contain .box-submit-info .custom-footer-input--checkbox-label { color: white !important; font-size: 14px !important; line-height: 1.4 !important; cursor: pointer !important; margin: 0 !important; } 
.box-footer-contain .footer-contain .box-submit-info .custom-footer-input--checkbox-label a { color: #007bff !important; text-decoration: none !important; font-weight: 500 !important; } 
.box-footer-contain .footer-contain .box-submit-info .custom-footer-input--checkbox-label a:hover { color: #0056b3 !important; text-decoration: underline !important; } 
.box-social-footer { display: flex; align-items: center; margin-top: 24px; } 
.box-social-footer > a { display: inline-block; margin-right: 14px; } 
.box-social-footer > a:last-child { margin-right: 0; } 
 
 @media(min-width: 1081px){
 .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .menu-footer-title i { display: none; } 
 }
 
 @media(max-width: 1080px){
 .footer-menu-box-bottom-left, .footer-menu-box-bottom-right { width: 100%; } 
 .footer-menu-box-bottom-right { margin-top: 24px; } 
 .footer-menu-title { font-size: 22px; } 
 
 .footer-contain .footer-menu-box > div { margin-bottom: 24px; } 
 
 .footer-contain .footer-menu-box > div:last-child { margin-bottom: 0; } 
 
 .footer-content-item li span { font-size: 13px; line-height: 19px; } 
 
 .box-submit-info .custom-footer-input { max-width: unset; } 
 
 .copry-right-footer { flex-direction: column; justify-content: unset; align-items: unset; } 
 
 .footer-menu-title { margin-bottom: 18px; } 
 
 .footer-desciption { margin-bottom: 18px; } 
 
 .footer-menu-contain .box-footer-menu { padding-bottom: 40px; border: none; margin-bottom: 0; } 
 .footer-content-item { margin-bottom:20px; } 
 .footer-menu-box-bottom-right-menu-footer { margin-bottom: 40px; } 
 .footer-menu-contain .box-footer-menu::before { display: none; } 

 .footer-menu-contain .box-footer-menu .box-logo-footer { margin-bottom: 30px; } 
 
 .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item { width: 100%; } 
 
 .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .menu-footer-title { font-size: 12px; margin-bottom: 0; height: 47px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #EEEEEE; } 
 
 .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .menu-footer-title i { color: #EB0A1E; transition: transform .2s ease-in-out; } 
 
 .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .menu-footer-title.active i { transform: rotate(180deg); } 
 
 .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link { max-height: 0; height: auto; opacity: 0; z-index: -1; overflow: hidden; -webkit-transition: all .4s ease 0s; transition: all .4s ease 0s; } 
 
 .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link.active { max-height: 500px; opacity: 1; border-bottom: 1px solid #EEEEEE; } 
 
 .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul li { margin-bottom: 26px; } 
 .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul li:first-child { margin-top: 13px; } 
 .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul li:last-child { margin-bottom:13px; } 
 
 .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul li .menu-link-item { font-size: 12px; } 

 /* Mobile checkbox styling */
 .box-footer-contain .footer-contain .box-submit-info .required-checkbox-group { margin-bottom: 12px !important; gap: 10px !important; } 

 .box-footer-contain .footer-contain .box-submit-info .custom-footer-input--checkbox-label { font-size: 12px !important; line-height: 1.3 !important; } 

 .box-footer-contain .footer-contain .box-submit-info .required-checkbox-input { width: 14px !important; height: 14px !important; } 
 }
 

 @media (max-width:991px){
 .footer-menu-contain .box-footer-contact { display: flex; justify-content: space-between; align-items:flex-start; } 
 .footer-menu-contain .footer-img-certificate { width:180px; } 
 .box-social-footer { justify-content: center; } 
.footer-menu-box-bottom-right-menu-footer { margin-bottom: 30px; } 
 .copry-right-footer-top span.line { padding: 0 5px; } 
 footer .container.py-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } 
 }

 @media (max-width:600px){
 .copry-right-footer-top a:last-child { display: block; width: 100%; margin-top: 8px; } 
 .footer-content-item li { margin-bottom: 0; } 
 }
 @media (max-width:480px){
 .footer-menu-title { font-size: 20px; } 
 .footer-menu-box-bottom-left .footer-content-item .footer-content-item-top { flex-direction: column; align-items: start; } 
 .footer-menu-box-bottom-left .footer-content-item .footer-content-item-top p:nth-child(1) { margin-right: 0; margin-bottom: 8px; } 
 }


/* Làm mờ thanh cuộn bên trong cho đẹp */
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(.4, 0, .2, 1); transition-duration: .15s; } 
.delay-100 { animation-delay: .1s; } 
.duration-300 { animation-duration: .3s; } 
.ease-linear { transition-timing-function: linear; } 

@media (max-width: 1440px){
 #reels-review-car .reels-container { gap: 30px; } 
 #reels-review-car .reels-detail-bottom .title { font-size: 28px; } 
 #reels-review-car .reels-wrapper { gap: 35px; } 
 }
@media (max-width: 1366px){
 #reels-review-car .reels-detail-bottom .title,.reels-detail-top #detail_title { font-size: 24px; } 
 .red-theme .nav-link { padding: 0 0.5rem !important; } 
 #reels-review-car .reels-container { gap: 20px; } 
 #reels-review-car .reels-wrapper { gap: 50px; } 
 .reels-detail-container { width: 500px; } 
 }
@media (max-width: 1200px){
 #reels-review-car .reels-detail-bottom .title,.reels-detail-top #detail_title { font-size: 20px; } 
 .reels-detail-center { margin-bottom: 25px; } 
 #reels-review-car .reels-detail-bottom { padding: 20px; } 
 .reels-detail-container.show { padding: 20px !important; } 
 #reels-review-car .reels-wrapper { gap: 20px; } 
 .red-theme .navbar-light .navbar-nav .nav-link { font-size: 1rem; } 

 .reels-detail-container { width: 450px; } 
 }
@media (max-width: 991px){
 #reels-review-car .container { max-width: 100%; } 
 .reels-detail-container { overflow-y: auto; } 
 .reels-detail-container::-webkit-scrollbar { width: 4px; } 
.reels-detail-container::-webkit-scrollbar-thumb { background: transparent; border-radius: 4px; } 

.reels-wrapper { padding: 0; } 
#reels-review-car .reels-container .reels-container-items { border-radius: 6px; max-width: 100%; aspect-ratio: 1; max-width: 440px; } 
.reels-detail-container { position: absolute; z-index: 9999; left: 50%; bottom: 0px; width: 100%; height: 90%; padding: 24px !important; max-width: 440px !important; margin: 0 auto !important; transform: translate(-50%, 10%); border-radius: 6px; } 
.reels-detail-container.show { transform: translate(-50%, 0); } 
#reels-review-car .reels-container .reel-item { border-radius: 6px; } 
#reels-review-car .reel-item video { border-radius: 6px; } 

.red-theme .nav-link { padding: 0.5rem 1.55rem !important; } 
.red-theme .navbar-light .navbar-nav .nav-link { font-size: 1.25rem; } 
#reels-review-car .reels-wrapper { height: 100dvh; } 
 }
@media (max-width: 767px){
 #contact-button { padding: 40px 0; } 
.contact-content h2 { font-size: 32px; line-height: 1.2; } 
.contact-content p { margin-bottom: 25px; } 
#reels-review-car .reels-wrapper { gap: 0; } 

#news-letter { padding-top: 1.5rem !important; } 
#news-letter .row,#news-letter .col-md-6,#news-letter .col-md-8.col-sm-12,#registerletter .col-md-4.col-sm-12 { margin: 0!important; padding: 0 !important; } 
#registerletter { width: 100% !important; } 
#registerletter .col-md-4.col-sm-12 { margin-bottom: 1rem!important; } 
#registerletter .col-md-4.col-sm-12:nth-child(2) { margin-bottom: 0 !important; } 
#registerletter .input-group .btn { margin-left: -42px !important; } 
 }

@media (max-width: 600px){
 #reels-review-car .nav-buttons { display: none; } 
 #reels-review-car { background: #000; } 
 #reels-review-car .reel-item video, #reels-review-car .reels-container .reel-item,#reels-review-car .reels-container .reels-container-items,.reels-detail-container { border-radius: 0; } 
 #reels-review-car .reels-container .reels-container-items,.reels-detail-container { max-width: 100% !important; } 
 .reels-detail-container { border-radius: 8px 8px 0 0; } 
 #reels-review-car .container { padding: 0; } 
 #reels-review-car .reels-wrapper { padding-bottom: 0; } 

.owl-carousel-nav .prev { width: 30px; height: 30px; left: -15px; } 
.owl-carousel-nav .next { width: 30px; height: 30px; right: -15px; } 
.owl-carousel-nav .prev svg, .owl-carousel-nav .next svg { width: 18px; } 
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { padding-left: 20px; padding-right: 20px; } 
#top-news-hot .row { margin-left: -20px; margin-right: -20px; } 
#top-news-hot .row .col-md-6 { padding-left: 20px; padding-right: 20px; } 
footer .f1 { padding: 1.5rem 20px !important } 
footer .f2 { padding: 1.5rem 20px !important; } 
.car-review-item :where(a, img) { max-height: 420px; object-fit: cover; } 
 }
@media (max-width: 480px){
 .contact-content h2 { font-size: 28px; } 
 .contact-content p { font-size: 14px; } 
 .btn-test-drive { font-size: 14px; padding: 10px 15px 12px 15px; } 
 #contact-button { padding: 30px 0; } 
 }
