/*
Theme Name: KiraApp RentCar Themes
Theme URI: http://kiraapp.vn/
Description: KiraApp RentCar Themes
Version: 2.0
Author: Kira Developers
Author URI: http://kiraapp.vn/
*/
.menu li ul li a:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 17px;
  background-position: -360px -50px;
  margin-right: 10px;
  vertical-align: sub;
  background-image: url(images/front/sprite.png);
}

td.tuyen-duong a {
  color: #00b43e;
}

.meta-post {
  margin: 20px 0;
}

.page-numbers {
  padding: 5px 10px;
  background: #0A82F6;
  font-size: 14px !important;
  font-family: 'Be Vietnam Pro' !important;
  display: inline-block !important;
  color: #fff !important;
}

.quatrang {
  text-align: center;
}

a.page-numbers {
  background: #9E9E9E;
  color: #fff;
}

a.page-numbers:hover {
  background: #0A82F6;
}

ol.breadcrumb {
  border-radius: 0;
  font-size: 14px;
  font-family: 'Be Vietnam Pro';
  background: none;
  margin: 15px 0;
  padding: 0;
}

ol.breadcrumb a {
  color: #007CDC;
}

ol.breadcrumb .fa {
  color: #007CDC;
}

h1.title {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}

.meta {
  font-family: 'Be Vietnam Pro';
  color: #3C70D6;
}

div#___plusone_0 {
  position: relative;
  top: 5px;
}

h3.related {
  font: 600 18px/24px 'Be Vietnam Pro', sans-serif;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: block;
}

.category h4,
.related-post h4 {
  margin-top: 10px;
  height: 40px;
  overflow: hidden;
}

.related-post h4 a,
.category h4 a {
  font: 500 14px/18px 'Be Vietnam Pro', sans-serif;
  color: #444;
  line-height: 19px;
}

ul,
li {
  list-style: none !important;
}

.category .detail {
  margin-bottom: 30px !important;
}

.img-post img {
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
}

a.datxe {
  margin-top: 15px;
  display: block;
  padding: 12px;
  background: #009BFD;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  border-radius: 4px;
  text-align: center;
  transition: background 0.2s;
}

a.datxe:hover {
  background: #007bbd;
}

.sup {
  margin-top: 15px;
  border-radius: 4px;
  background: #E3F2FD;
  padding: 15px;
  color: #0277BD;
  font-size: 14px;
  border: 1px solid #BBDEFB;
  text-align: center;
}

.sup strong {
  color: #01579B !important;
  font-size: 20px;
  display: block;
}

/* ===== SINGLE THUE XE STYLING (SIMPLIFIED) ===== */

.info-car {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.info-car ul {
  margin: 0;
  padding: 0;
}

.info-car ul li {
  padding: 10px 15px !important;
  border-bottom: 1px solid #eee !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-car ul li:last-child {
  border-bottom: none !important;
}

.info-car ul li span {
  font-weight: 700 !important;
  color: #009BFD !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-car ul li span i {
  color: #FF9A03;
  width: 18px;
}

.info-car ul li strong {
  color: #333;
  font-size: 14px;
}

.info-car ul li.price-item {
  background: #FFF9F0 !important;
  border: 1px solid #FF9A03 !important;
  margin: 10px;
  border-radius: 4px;
  padding: 15px !important;
}

.info-car ul li.price-item span.price {
  color: #E65100 !important;
}

.info-car ul li.price-item strong.price-value {
  color: #D84315;
  font-size: 18px;
  font-weight: 700;
}

.post-content {
  line-height: 1.6;
}

.post-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
  border: 1px solid #ddd;
}

.post-content table th,
.post-content table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

.post-content table tr:first-child,
.post-content table thead tr {
  background: #f8f9fa;
  color: #333;
}

.related-post {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid #eee;
}

.related-post .detail {
  border: 1px solid #eee;
  border-radius: 4px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.related-post .detail h3 a {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.related-post .detail p {
  padding: 0 10px;
  color: #e74c3c;
  font-weight: bold;
}

.related-post .detail a.book-now {
  margin: 10px !important;
  display: block;
  text-align: center;
  border: 1px solid #009BFD;
  color: #009BFD !important;
  border-radius: 4px;
  padding: 5px;
}

@media (max-width: 991px) {

  .content-lf,
  .content-rg {
    width: 100% !important;
    float: none !important;
  }

  .content-rg {
    margin-top: 30px;
  }
}