/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2023 VINADES.,JSC. All rights reserved
 * @License: Not free read more http://nukeviet.vn/vi/store/modules/nvtools/
 * @Createdate Sat, 07 Oct 2023 08:36:20 GMT
 */
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.upload-list {
  position: relative
}
.upload-list .image-container--upload {
    position: relative;
    justify-content: center;

    align-items: center;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.text-gray {
    color: #626262 !important;
}
.upload-list .image-container--upload span {
    margin-left: 11px;
}
.text-blue {
    color: #1a4bb7 !important;
}
.h-100 {
    height: 100%!important;
}
.position-absolute {
    position: absolute!important;
}
.upload-list .image-container--upload input {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.upload-list .image-box {
    flex-shrink: 0;
    overflow: hidden;
    padding-top: 75%;
    position: relative;
}
.upload-list .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover
}
.upload-list .icon-close {
    position: absolute;
    top: 6px;
    right: 12px;
}
.cusor-pointer {
    cursor: pointer;
}
.upload-list .icon-expand-outline {
    position: absolute;
    bottom: 36px;
    right: 12px;
}
.position-relative {
    position: relative!important;
}
.upload-list .image-container .wrap-des {
    background: #ddd;
    padding: 5px 10px;
    margin-top: 3px;
    border-radius: 4px;
    overflow: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.upload-list .image-container .wrap-des .cover-text {
    margin: 0 10px;
}
.text-desc {
    font-size: 12px;
    font-weight: 400;
    color: #626262;
}
.font-bold {
    font-weight: 600 !important;
}
#filter .input-box-p[type=radio]:checked+label, #modal-brand .input-box-p[type=radio]:checked+label {
    border: 2px solid #2070E8;
}
.showroom-grid .des{
    height: 45px !important;
    overflow: hidden;
}
.item_dong_xe_nho{
    cursor: pointer; 
    border-radius: 25px;
    padding: 10px 0px;

}
.cau_gioi_thieu_hang_xe{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.box_tro_ve_hang_xe{
    margin-top: 10px;
    color: #2070E8;
    font-size: 15px;
    cursor: pointer;
}
.lis-dong-xe{
    display: flex;
    overflow-x: auto;
    max-width: 100%;

}
.lis-dong-xe a{
    white-space: nowrap;
    width: auto;
    text-align: left;
    padding: 5px;
    display: block;
    line-height: 5px;
}
.description-detail h2{
    color: #000;
}
.thay_h3{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.img_tac_gia{
    border-radius: 100px;
    height: 100px;
    width: 100px;
    object-fit: cover;
}




.wrap_product{
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    background: #FFF;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
    padding: 15px;
    align-items: center;
}
.wrap_product .product_left{
    flex: 1;
}
.wrap_product .product_right{
    flex: 2;
}




.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-yellow {
    background: #fdd922;
    border: 1px solid #e0bc27;
    padding: 0 15px;
    line-height: 33px;
    color: #fff;
}
.action_btn{
    padding: 15px 20px 5px 20px;
    display: flex;
    justify-content: space-between;
}
.action_btn > a{
    height: 35px !important;
}
.product_right_body{

}
























.review-section {
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.user-review, .write-review {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.user-review h3, .write-review h3 {
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.review-header {
    display: flex;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 8px;
    color: #555;
}

.review-stars {
    color: #f39c12;
    margin-left: auto;
}

.review-title {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
    color: #0073e6;
}

.review-content {
    font-size: 14px;
    color: #333;
}

.write-review h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.write-review .login {
    font-size: 13px;
    font-weight: bold;
    color: #0073e6;
}

.write-review form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.write-review label {
    font-weight: bold;
    font-size: 14px;
}

.write-review input, 
.write-review textarea {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    width: 100%;
}

.write-review textarea {
    height: 100px;
    resize: vertical;
}

.write-review .stars {
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
}

.btn_danh_gia{
    display: inline-block;
    color: #fff !important;
    width: 200px;
    background: #0073e6;
}

.dealer-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  max-width: 100%;
  font-family: Arial, sans-serif;
}

.dealer-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.btn-phone {
  background-color: #4a73ff; /* xanh dương */
}

.btn-zalo {
  background-color: #4a73ff;
}

.dealer-location {
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}







.car-list {
  width: 400px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.car-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}

.car-item img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
}

.car-info h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.car-info .price {
  margin: 3px 0 0;
  color: red;
  font-weight: bold;
  font-size: 14px;
}

