#menu-hd {
  width: 100%;
}

.navbar-brand {
}

#nav-icon {
  text-align: center;
}

#nav-icon-1 {
}

#nav-fag {
  text-align: center;
}

#rat-number {
  column-gap: 10px;
  display: flex;
  align-items: center;
}

#ex-reviews {
  row-gap: 10px;
  column-gap: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
}

#hero-form {
  column-gap: 10px;
}

#from-fliter-1 {
  row-gap: 30px;
  column-gap: 30pc;
  font-family: 'Kanit';
}

#st1 {
  column-gap: 10px;
  display: flex;
}

#car-model-content1 {
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#car-model-content2 {
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a {
  text-decoration: none;
}

@media (min-width: 992px) {
  #bt-fliter {
    background: rgba(13,110,253,0);
    color: #0634fe;
    font-family: Inter, sans-serif;
    text-decoration: none;
    border-color: rgba(6,52,254,0);
    border-bottom-color: rgba(13,110,253,0);
    font-weight: bold;
    letter-spacing: inherit;
    line-height: 26px;
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  #bt-fliter {
    background: rgba(13,110,253,0);
    color: #0634fe;
    font-family: Inter, sans-serif;
    text-decoration: none;
    border-color: rgba(6,52,254,0);
    border-bottom-color: rgba(13,110,253,0);
    font-weight: bold;
    letter-spacing: inherit;
    line-height: 20px;
    font-size: 1em;
  }
}

#tab-option-car {
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
}

@media (min-width: 992px) {
  #tab-option-car {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (min-width: 300px) {
  #tab-option-car {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#col-fliter-n1 {
}

#col-fliter-n1 {
  border-radius: 5px;
  border: 1px solid #eef1f8;
  padding: 10px;
}

@media (min-width: 992px) {
  #tab-text {
    font-family: 'Kanit';
    font-size: 16px;
    color: var(--bs-body-color);
    border: none;
  }
}

@media (min-width: 300px) {
  #tab-text {
    font-family: 'Kanit';
    font-size: 16px;
    color: var(--bs-body-color);
    border: none;
  }
}

#tab-text {
  font-family: 'Kanit';
  font-size: 16px;
  color: var(--bs-body-color);
  border: none;
}

@media (min-width: 1200px) {
  #tab-text {
    font-family: 'Kanit';
    font-size: 20px;
    color: var(--bs-body-color);
    border: none;
  }
}

@media (min-width: 1400px) {
  #tab-text {
    font-family: 'Kanit';
    font-size: 22px;
    color: var(--bs-body-color);
    border: none;
  }
}

.head-fliter-n1 {
  font-size: 20px;
  font-family: 'Kanit';
}

.nav-tabs {
  --bs-nav-tabs-border-color: none;
}

.car-c1 {
  flex-direction: column;
  display: flex;
  align-items: center;
  margin-bottom: 25%;
  text-align: center;
}

.text-car-model-a1 {
  color: var(--bs-emphasis-color);
  text-align: center;
}

#tab-1 {
  font-family: 'Kanit';
  margin-top: 50px;
}

@media (min-width: 300px) {
  .sum-number-for-car {
    font-size: 12px;
    color: #777777;
  }
}

@media (min-width: 576px) {
  .sum-number-for-car {
    font-size: 14px;
    color: #777777;
  }
}

.car-card-a1 {
  border-radius: 20px;
  justify-content: center;
  align-content: center;
  border: solid 1px var(--bs-body-bg);
  text-decoration: none;
}

@media (min-width: 300px) {
  .car-model-a1-col {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 20px;
  }
}

@media (min-width: 992px) {
  .car-model-a1-col {
    grid-template-columns: repeat(6, 1fr);
    display: grid;
    gap: 1em;
    align-items: center;
    align-content: center;
  }
}

.car-card-a1 a {
  text-decoration: none;
  color: initial;
  border: 1px solid transparent;
}

.car-card-a1 a {
  text-decoration: none;
  color: initial;
  border: 1px solid transparent;
}

.car-card-a1 a:hover .text-car-model-a1, .car-card-a1 a:hover .sum-number-for-car, .car-card-a1 a:active .text-car-model-a1, .car-card-a1 a:active .sum-number-for-car {
  color: #0634fe;
}

.car-card-a1:hover {
  border-color: #0634fe;
}

.car-card-a1:active {
  border-color: #0634fe;
}
.car-card-a1.active {
  border-color: #0634fe;
}
.car-card-a1 img {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
}

.car-card-a1:hover img {
  transform: scale(1.1);
}

.tab-bt-a1 {
  align-items: center;
  align-content: center;
}

.rat-paice-p-m1 {
  font-size: 22px;
  text-align: center;
  font-family: Kanit, sans-serif;
  border: solid 1px grey;
  border-radius: 5px;
  padding: 5px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (min-width: 300px) {
  .text-car-model-a1 {
    font-size: 12px;
  }
}

@media (min-width: 576px) {
  .text-car-model-a1 {
    font-size: 14px;
  }
}

.text-header.tab2-a1 {
  font-size: 20px;
  font-family: Kanit, sans-serif;
  margin-bottom: 20px;
}

.nav-link {
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s ease;
}

.text-b2 {
  font-size: 26px;
  font-family: 'Kanit';
  font-weight: 600;
  text-align: center;
  margin-bottom: -5px;
  color: var(--bs-body-color);
}

.sum-number-for-car-b2 {
  font-size: 18px;
  font-family: 'Kanit';
  color: var(--bs-emphasis-color);
}

.car-card-b2 {
  width: 25%;
  padding: 10px;
  border-radius: 20px;
  height: 165px;
  margin: 5px;
  border: solid 1px #dddddd;
  text-decoration: none;
  align-items: center;
  align-content: center;
  text-align: center;
}

.tab2-col-b2 {
  width: 100%;
  display: flex;
}

@media (min-width: 992px) {
  #font-tab-p1 {
    width: 100%;
  }
}

@media (min-width: 300px) {
  #font-tab-p1 {
    width: 800px;
    height: 45px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /*scroll-behavior: smooth;*/
    overflow-y: hidden;
  }
}

@media (min-width: 992px) {
  #font-tab-p1 {
    width: 100%;
    height: 45px;
  }
}

@media (min-width: 1400px) {
  #font-tab-p1 {
    width: 100%;
  }
}

.fit-cover {
  object-fit: cover;
}

@media (min-width: 992px) {
  #car-types {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }
}

#car-types {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 7%;
  padding-left: 7%;
}

@media (min-width: 1200px) {
  #car-types {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 10%;
    padding-left: 10%;
  }
}

@media (min-width: 1400px) {
  #car-types {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 16%;
    padding-left: 16%;
  }
}

@media (min-width: 300px) {
  #h-n1 {
    font-size: 20px;
    font-family: 'Kanit';
  }
}

@media (min-width: 768px) {
  #h-n1 {
    font-size: 28px;
    font-family: 'Kanit';
  }
}

#cat-name-n1 {
  color: var(--bs-emphasis-color);
  font-family: Kanit, sans-serif;
  text-decoration: none;
  font-size: 16px;
}

@media (min-width: 300px) {
  #cat-name-n1 {
    color: var(--bs-emphasis-color);
    font-family: Kanit, sans-serif;
    text-decoration: none;
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  #cat-name-n1 {
    color: var(--bs-emphasis-color);
    font-family: Kanit, sans-serif;
    text-decoration: none;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  #nav-bar-text {
    font-family: Kanit, sans-serif;
    font-size: .75em;
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  #nav-bar-text {
    font-family: Kanit, sans-serif;
    font-size: .85em;
    font-weight: 600;
  }
}

@media (min-width: 1200px) {
  #nav-bar-text {
    font-family: Kanit, sans-serif;
    font-size: 1em;
    font-weight: 600;
  }
}

@media (min-width: 1400px) {
  #nav-bar-text {
    font-family: Kanit, sans-serif;
    font-size: 1em;
    font-weight: 600;
  }
}

#c2 {
  position: relative;
  right: -10px;
}

#c1 {
}

#d-01 {
  width: 100px;
}

#last-car-view {
  --bs-gutter-x: 3rem;
}

#car-view1 {
  flex: 1 0 0%;
}

#rat-num {
  align-content: space-around;
  align-items: center;
  height: 610px;
  width: 560px;
  align-content: center;
}

#rat-c1 {
  align-items: center;
}

#st2 {
  justify-content: end;
  align-items: center;
  display: flex;
}

#st1 {
  justify-content: start;
  align-items: center;
}

#his {
  background: #eef1f8;
  height: 65px;
  padding-right: 20px;
  padding-left: 20px;
  align-items: center;
  background: #eef1f8;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#head-fliter-t1 {
  font-size: 20px;
  font-family: Kanit, sans-serif;
  text-align: center;
  margin-bottom: 30px;
}

#rat-c1 {
  height: auto;
  border-radius: 5px;
  background: var(--bs-body-bg);
}

#hero-banner {
  height: 661px;
  background: url("../../assets/img/banner-roddee.webp") center / cover no-repeat;
  margin-top: 5px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media (min-width: 300px) {
  #hero-banner {
    height: 700px;
    background: url("../../assets/img/banner-roddee.webp") center / cover no-repeat;
    margin-top: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 135px;
  }
}

@media (min-width: 576px) {
  #hero-banner {
    height: 700px;
    background: url("../../assets/img/banner-roddee.webp") center / cover no-repeat;
    margin-top: 5px;
    width: 100%;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 992px) {
  #rat-c2 {
    align-items: center;
  }
}

@media (min-width: 300px) {
  #rat-c2 {
    align-items: center;
    margin-top: 50px;
  }
}

#nav-icon {
  font-size: 14px;
  font-family: Kanit, sans-serif;
  font-weight: 500;
}

#m-nav {
  font-family: Kanit, sans-serif;
}

.navbar {
  font-family: Kanit, sans-serif;
  height: 54px;
}

#nav-text {
  border-style: none;
  font-size: 0.8125rem;
  font-family: Kanit, sans-serif;
  color: #777777;
}

#nav-text:hover {
  color: #ca0800;
}

#nav-text:active {
  color: #ca0800;
}

#nav-bar-text:active {
  color: #0634fe;
}

#nav-bar-text:hover {
  color: #ca0800;
}

#nav-icon icon {
}

#cat-car-n1 {
  text-align: center;
}

.slider-product-item {
  text-align: center;
  width: 180px;
  margin: 5px;
}

.car.name {
  font-family: 'Kanit';
  font-size: 14px;
  border: none;
  line-height: 18px;
  margin-top: 10px;
}

img {
  object-position: center;
  object-fit: cover;
}

.product-card__image {
}

.slider-product-list {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.slider-product-list::-webkit-scrollbar {
  display: none;
}

#s-car-catagory {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

.slider-product {
  display: none;
}

@media (min-width: 300px) {
  .slider-product {
    display: block;
  }
}

@media (min-width: 992px) {
  .slider-product {
    /*display: none;*/
  }
}

.slider-product-item {
  transition: transform 0.3s ease;
}

.slider-product-item:hover {
  transform: scale(1.1);
}

.slider-product-item a {
  text-decoration: none;
}

#icon-n3 {
  margin-left: 10px;
}

@media (min-width: 300px) {
  #n-3 {
    font-size: 20px;
    font-family: 'Kanit';
  }
}

@media (min-width: 768px) {
  #n-3 {
    font-size: 28px;
    font-family: 'Kanit';
  }
}

@media (min-width: 576px) {
  #tag-1 {
    background-color: #0634fe;
    padding: 0px 10px;
    border-radius: 5px;
    color: #dddddd;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 11px;
  }
}

@media (min-width: 300px) {
  #tag-1 {
    background-color: #0634fe;
    padding: 0px 10px;
    border-radius: 5px;
    color: #dddddd;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 8px;
  }
}

@media (min-width: 576px) {
  #tag-1 {
    background-color: #0634fe;
    padding: 0px 10px;
    border-radius: 5px;
    color: #dddddd;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 10px;
  }
}

@media (min-width: 576px) {
  #tag-3 {
    background-color: #00000073;
    padding: 0px 10px;
    border-radius: 5px;
    color: #dddddd;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 11px;
  }
}

@media (min-width: 300px) {
  #tag-3 {
    background-color: #00000073;
    padding: 0px 5px;
    border-radius: 5px;
    color: #dddddd;
    font-weight: 300;
    font-size: 8px;
  }
}

@media (min-width: 576px) {
  #tag-2 {
    background-color: #226ABD;
    padding: 0px 10px;
    border-radius: 5px;
    color: #dddddd;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 11px;
    /*height: 20px;*/
  }
}

@media (min-width: 300px) {
  #tag-2 {
    background-color: #226ABD;
    padding: 0px 10px;
    border-radius: 5px;
    color: #dddddd;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 8px;
    /*height: 20px;*/
  }
}

@media (min-width: 576px) {
  #tag-2 {
    background-color: #226ABD;
    padding: 0px 10px;
    border-radius: 5px;
    color: #dddddd;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 10px;
    /*height: 20px;*/
  }
}

@media (min-width: 300px) {
  #tag-4 {
    background-color: rgba(0,0,0,0.45);
    padding: 0px 10px;
    border-radius: 5px;
    color: #dddddd;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 8px;
  }
}

@media (min-width: 768px) {
  #tag-4 {
    background-color: rgba(0,0,0,0.45);
    padding: 0px 10px;
    border-radius: 5px;
    color: #dddddd;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .hit-car-bg-1 {
    background: url("../../assets/img/car0001.webp") center / cover no-repeat;
    height: 200px;
  }
}

@media (min-width: 300px) {
  .hit-car-bg-1 {
    background: url("../../assets/img/car0001.webp") center / cover no-repeat;
    height: 130px;
  }
}

@media (min-width: 576px) {
  .hit-car-bg-1 {
    background: url("../../assets/img/car0001.webp") center / cover no-repeat;
    height: 190px;
  }
}

@media (min-width: 300px) {
  .d-span-tex-a {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 65px;
  }
}

@media (min-width: 576px) {
  .d-span-tex-a {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 125px;
  }
}

.div-text-span-b {
  display: flex;
  column-gap: 10px;
  width: 80%;
}

#live-car-icon1 {
  color: var(--bs-body-bg);
  background: rgba(0,0,0,0.55);
  border-radius: 100px;
  font-size: 20px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 11px;
  padding-bottom: 11px;
}

@media (min-width: 576px) {
  .d-span-tex-b {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    align-content: center;
  }
}

@media (min-width: 300px) {
  .d-span-tex-b {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    align-content: center;
  }
}

.div-text-span-c {
  display: flex;
  width: 20%;
  justify-content: end;
}

@media (min-width: 300px) {
  #tag-17 {
    background-color: #A2271E;
    padding: 2px 5px;
    border-radius: 5px;
    color: #dddddd;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 7px;
  }
}

@media (min-width: 576px) {
  #tag-17 {
    background-color: #A2271E;
    padding: 0px 10px;
    border-radius: 5px;
    color: #dddddd;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 9px;
  }
}

@media (min-width: 300px) {
  #tag-18 {
    background-color: #4F73D2;
    padding: 2px 5px;
    border-radius: 5px;
    color: #dddddd;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 7px;
  }
}

@media (min-width: 576px) {
  #tag-18 {
    background-color: #4F73D2;
    padding: 0px 10px;
    border-radius: 5px;
    color: #dddddd;
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 8px;
  }
}

@media (min-width: 300px) {
  .tag-hot {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 576px) {
  .tag-hot {
    display: flex;
    align-items: center;
  }
}

.tag-hot-a2 {
  font-size: 10px;
  color: #777777;
  align-items: end;
  width: 15%;
  font-family: 'Kanit';
}

@media (min-width: 300px) {
  .tag-hot-a1 {
    width: 100%;
    display: flex;
    column-gap: 3px;
  }
}

@media (min-width: 576px) {
  .tag-hot-a1 {
    width: 133%;
    display: flex;
    column-gap: 4px;
  }
}

.time-post-n1 {
  display: flex;
  justify-content: end;
  font-size: 8px;
  text-align: center;
}

@media (min-width: 300px) {
  .hit-car-h-text {
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 576px) {
  .hit-car-h-text {
    font-size: 16px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 768px) {
  .hit-car-h-text {
    font-size: 20px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.text-muted-font {
  font-family: 'Kanit';
}

@media (min-width: 300px) {
  .text-muted-foreground-1 {
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--bs-emphasis-color);
  }
}

@media (min-width: 768px) {
  .text-muted-foreground-1 {
    font-size: 16px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--bs-emphasis-color);
  }
}

@media (min-width: 300px) {
  .text-muted-foreground-2 {
    font-size: 12px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--bs-emphasis-color);
  }
}

@media (min-width: 768px) {
  .text-muted-foreground-2 {
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--bs-emphasis-color);
  }
}

.text-muted-foreground-3 {
  font-size: 11px;
}

.text-muted-font {
  padding: 0;
  margin-top: 10px;
  text-align: initial;
}

@media (min-width: 576px) {
  .foot-car-card {
    display: flex;
    font-family: 'Kanit';
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-top: 10px;
  }
}

@media (min-width: 300px) {
  .foot-car-card {
    font-family: 'Kanit';
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-top: 10px;
  }
}

@media (min-width: 300px) {
  .g-car-review {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
    column-gap: 3px;
    padding-left: 10px;
  }
}

@media (min-width: 576px) {
  .g-car-review {
    display: flex;
    width: 45%;
    align-items: center;
    justify-content: end;
    column-gap: 3px;
    padding-left: 10px;
  }
}

.m-text1 {
  font-size: 12px;
}

@media (min-width: 300px) {
  .m-text1 {
    font-size: 8px;
    margin-bottom: none;
  }
}

@media (min-width: 576px) {
  .m-text1 {
    font-size: 10px;
    margin-bottom: none;
  }
}

@media (min-width: 300px) {
  .m-text2 {
    font-size: 14px;
    font-weight: 600;
    margin-top: -5px;
  }
}

@media (min-width: 768px) {
  .m-text2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: -5px;
  }
}

@media (min-width: 1200px) {
  .m-text2 {
    font-size: 15px;
    font-weight: 600;
    margin-top: -5px;
  }
}

@media (min-width: 1400px) {
  .m-text2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: -5px;
  }
}

@media (min-width: 300px) {
  .c-d-1 {
    display: initial;
    width: 100%;
    flex-direction: column;
    padding-right: 0px;
  }
}

@media (min-width: 576px) {
  .c-d-1 {
    display: flex;
    width: 55%;
    flex-direction: column;
    padding-right: 10px;
  }
}

.num-1 {
}

@media (min-width: 300px) {
  .logo-sub-car {
    width: 20px;
    border-radius: 100px;
    border: 1px solid #777777;
  }
}

@media (min-width: 768px) {
  .logo-sub-car {
    width: 30px;
    border-radius: 100px;
    border: 1px solid #777777;
  }
}

@media (min-width: 1200px) {
  .logo-sub-car {
    width: 25px;
    border-radius: 100px;
    border: 1px solid #777777;
  }
}

@media (min-width: 1400px) {
  .logo-sub-car {
    width: 30px;
    border-radius: 100px;
    border: 1px solid #777777;
  }
}

.Excellent-2 {
  font-size: 12px;
  text-align: center;
  line-height: 11px;
  color: rgba(0,0,0,0.45098039215686275);
}

@media (min-width: 300px) {
  .Excellent-1 {
    font-size: 12px;
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  .Excellent-1 {
    font-size: 14px;
    font-weight: 600;
  }
}

.num-3 {
  display: inline-grid;
}

@media (min-width: 300px) {
  .ret-num {
    color: #dddddd;
    background-color: var(--bs-emphasis-color);
    padding: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 8px;
  }
}

@media (min-width: 768px) {
  .ret-num {
    color: #dddddd;
    background-color: var(--bs-emphasis-color);
    padding: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .ret-num {
    color: #dddddd;
    background-color: var(--bs-emphasis-color);
    padding: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

.bt-all-car-r1 {
}

#see-hit-car-all {
  border: 1px solid var(--bs-body-color);
  font-family: 'Kanit';
  text-align: center;
  height: auto;
}

.g-car-review-link {
  color: var(--bs-emphasis-color);
}

.g-car-review-link {
  font-size: 10px;
  text-align: center;
  line-height: 12px;
}

@media (min-width: 992px) {
  .car-cat-top-mobile {
    display: none;
  }
}

.car-cat-top-mobile {
}

.see-hit-car-all:hover .bt-all-car-r1 {
  transform: scale(1.1);
  color: #0634fe;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.see-hit-car-all:hover .bt-all-car-r1 svg, .see-hit-car-all:hover .bt-all-car-r1 p {
  color: #0634fe;
}

.see-hit-car-all:hover {
  transition: transform 0.3s ease, color 0.3s ease;
}

.dealer-image-car {
  width: 100%;
}

.dealer-car-image-n1 {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-top: -20px;
}

.dealer-image-box {
  display: flex;
  align-items: center!important;
}

.dealer-car-image-n1 {
  border: 1px solid var(--bs-secondary-bg);
}

.dealer-car-name {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dealer-review-col-2 {
  display: inline-grid;
  text-align: center;
  padding-left: 5px;
}

.time-car-dealer {
  font-size: 11px;
}

.adress-car-dealer {
  font-size: 15px;
  margin-bottom: 0px;
}

#dealer-car-hit- {
  font-family: 'Kanit';
}

.view-more-car {
  text-align: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
}

@media (min-width: 300px) {
  .g-car-review-link {
    color: #0634fe;
    font-size: 8px;
    margin-top: -5px;
  }
}

@media (min-width: 768px) {
  .g-car-review-link {
    color: #0634fe;
    font-size: 10px;
  }
}

@media (min-width: 300px) {
  .c-car-review-link {
    font-size: 8px;
    text-align: center;
    line-height: 12px;
    color: #0634fe;
    margin-top: -5px;
  }
}

@media (min-width: 992px) {
  .c-car-review-link {
    font-size: 11px;
    text-align: center;
    line-height: 12px;
    color: #0634fe;
  }
}

.text-muted-foreground-3 {
  color: var(--bs-emphasis-color);
}

.hit-car-h-text {
  color: var(--bs-emphasis-color);
}

@media (min-width: 300px) {
  .top-nav-a1 {
    border-style: none;
    height: 33px;
  }
}

@media (min-width: 992px) {
  .top-nav-a1 {
    border-style: none;
    height: 33px;
  }
}

.slider-product-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (min-width: 992px) {
  #s-car-catagory {
    /*display: block;*/
  }
}

@media (min-width: 300px) {
  #s-car-catagory {
    display: none;
  }
}

#s-car-catagory-2 {
  margin-top: 50px;
  margin-bottom: 50px;
  justify-content: center;
}

@media (min-width: 300px) {
  #s-car-catagory-2 {
    display: none;
  }
}

@media (min-width: 992px) {
  #s-car-catagory-2 {
    display: block;
  }
}

.c-col-card {
  padding-top: 30px;
}

.chack-car-a1 {
  width: 100%;
  height: auto;
}

#image-car-chack {
  width: 80%;
}

.car-x1 {
  width: 80%;
}

.under-c-white {
  background-color: #eef1f8;
}

#see-hit-car-all-1 {
  border: 1px solid var(--bs-body-bg);
  font-family: 'Kanit';
  text-align: center;
  height: auto;
}

.d-green-50 {
  background-color: #4EA394;
}

@media (min-width: 300px) {
  .ad-banner-a1 {
    background: linear-gradient(120deg, #4ea394 63%, rgba(78,163,148,0) 63%);
    color: #4ea394;
    display: block;
    height: 150px;
  }
}

@media (min-width: 992px) {
  .ad-banner-a1 {
    background: linear-gradient(120deg, #4ea394 63%, rgba(78,163,148,0) 63%);
    color: #4ea394;
    display: block;
    height: 265px;
  }
}

.nav-tabs {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  white-space: nowrap;
  overflow-y: hidden;
  display: flex;
}

.nav-tabs {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (min-width: 300px) {
  .tab-a-z1 {
    width: 100%;
    display: flex;
  }
}

@media (min-width: 992px) {
  .tab-a-z1 {
    width: 100%;
  }
}

.car-card-a1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.text-price-x1 {
  text-align: center;
  font-size: 1rem;
  color: #0634fe;
}

.legend-1 {
  border: 1px solid #0634fe;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 35px;
  text-align: center;
}

#hero-form-3 {
  column-gap: 10px;
}

#hero-form-4 {
  column-gap: 10px;
}

#hero-form-2 {
  column-gap: 10px;
}

#hero-form-1 {
  column-gap: 10px;
}

.hisorty-car-se1 {
  background: #eef1f8;
  height: 65px;
  padding-right: 20px;
  padding-left: 20px;
}

.row-star {
  align-items: center;
}

.text-price-x2 {
  text-align: center;
  font-size: 1rem;
  color: #000000;
}

.legend-2 {
  border: 1px solid #777777;
  border-radius: 5px;
  align-content: center;
  height: 35px;
  text-align: center;
}

@media (min-width: 300px) {
  .show-number-car {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #F7F7F5;
    height: 378px;
    align-content: center;
  }
}

@media (min-width: 768px) {
  .show-number-car {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #F7F7F5;
    height: 250px;
    align-content: center;
  }
}

@media (min-width: 992px) {
  .show-number-car {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #F7F7F5;
    height: 378px;
    align-content: center;
  }
}

.num-car-co {
  align-items: center;
  align-content: center;
  text-align: center;
  color: #2965B9;
}

@media (min-width: 768px) {
  .text-num-co {
    font-size: 30px;
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  .text-num-co {
    font-size: 42px;
    font-weight: 600;
  }
}

@media (min-width: 1400px) {
  .text-num-co {
    font-size: 56px;
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  .text-num-bo {
    font-size: 22px;
  }
}

@media (min-width: 1400px) {
  .text-num-bo {
    font-size: 26px;
  }
}

.car-c1 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.me-link {
  cursor: pointer;
}

@media (min-width: 300px) {
  .ad-text-center {
    font-size: 19px;
    color: #eef1f8;
    margin-bottom: -5px;
  }
}

@media (min-width: 992px) {
  .ad-text-center {
    font-size: 30px;
    color: #eef1f8;
  }
}

@media (min-width: 1400px) {
  .ad-text-center {
    font-size: 35px;
    color: #eef1f8;
  }
}

.add-navy {
  background-color: #083161;
}

.add-form {
  gap: 10px;
}

.bt-add-car-to-cutomer {
  color: #0634fe;
  background-color: #dddddd !important;
  border-radius: 50px;
  padding: 10px 35px;
}
.bt-add-car-to-cutomer:hover {
  color: #0634fe !important;
}
@media (min-width: 992px) {
  .Buying-Guide {
    padding: 25px 25px;
    border: 1px solid rgb(211,211,211);
    text-align: center;
  }
}

.Buying-Guide {
  padding: 15px 15px;
  border: 1px solid rgb(211,211,211);
  text-align: center;
}

@media (min-width: 1400px) {
  .head-icon-rdee {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .head-icon-rdee {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .head-icon-rdee {
    font-size: 16px;
    font-weight: 600;
  }
}

@media (min-width: 300px) {
  .head-icon-rdee {
    font-size: 16px;
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  .p-icon-rdee {
    font-size: 16px;
    color: #707070;
  }
}

@media (min-width: 768px) {
  .p-icon-rdee {
    font-size: 13px;
    color: #707070;
  }
}

@media (min-width: 576px) {
  .p-icon-rdee {
    font-size: 14px;
    color: #707070;
  }
}

@media (min-width: 300px) {
  .p-icon-rdee {
    font-size: 14px;
    color: #707070;
  }
}

.icon-rdee {
  width: 75px;
  margin: 30px;
}

.EXPERTREVIEW {
  color: #707070;
}

.c-shadow {
  box-shadow: 2px 2px 13px rgba(0,0,0,0.35);
}

.social-media-icon {
  text-align: center;
  color: #000000;
}

#social-media-icon-fa {
  width: 18px;
  font-size: 27px;
}

li {
  list-style-type: none;
}

ul {
  padding: 0px;
}

.social-media-icon-xs {
  justify-content: center;
  display: flex;
}

#so-icon {
  margin-top: -5px;
}

.bt-send-feedback {
  background-color: rgba(13,110,253,0);
  color: #0634fe;
}

@media (min-width: 992px) {
  .foot-div {
    width: 25%;
  }
}

.foot-div {
  width: 100%;
}

@media (min-width: 300px) {
  .bt-send-feedback {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .bt-send-feedback {
    width: 60%;
  }
}

@media (min-width: 300px) {
  .c-foot {
    display: block;
  }
}

@media (min-width: 576px) {
  .c-foot {
    display: flex;
  }
}

@media (min-width: 992px) {
  .bt-send-feedback {
    width: 75%;
  }
}

.adress-foot {
  font-size: 14px;
  color: #404040;
  margin-top: 20px;
}

@media (min-width: 300px) {
  .foot-logo-img {
    align-items: center;
    align-content: center;
    text-align: center;
  }
}

@media (min-width: 576px) {
  .foot-logo-img {
    align-items: center;
    align-content: center;
    text-align: start;
  }
}

.car-card-review-hit {
  padding-right: 0px;
  padding-left: 0px;
}

@media (min-width: 300px) {
  #n-1 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  #n-1 {
    font-size: 28px;
  }
}

@media (min-width: 300px) {
  #icon-n3-1 {
    color: var(--bs-body-bg);
    margin-left: 5px;
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 768px) {
  #icon-n3-1 {
    color: var(--bs-body-bg);
    margin-left: 10px;
    width: 25px;
    height: 25px;
  }
}

.star-ic01 {
  font-size: 8px;
}

@media (min-width: 300px) {
  #st-01-ad {
    width: 15px;
  }
}

@media (min-width: 1200px) {
  #st-01-ad {
    width: 25px;
  }
}

@media (min-width: 768px) {
  .rat-number-f1 {
    color: var(--bs-body-bg);
    font-size: 50px;
    text-shadow: 2px 2px 7px rgba(0,0,0,0.56);
  }
}

@media (min-width: 300px) {
  .rat-number-f1 {
    color: var(--bs-body-bg);
    font-size: 35px;
    text-shadow: 2px 2px 7px rgba(0,0,0,0.56);
  }
}

@media (min-width: 1200px) {
  .rat-number-f1 {
    color: var(--bs-body-bg);
    font-size: 50px;
    text-shadow: 2px 2px 7px rgba(0,0,0,0.56);
  }
}

@media (min-width: 576px) {
  .sc-cat-fliter {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .sc-cat-fliter {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .sc-cat-fliter {
    width: 100%;
  }
}

.Excellent-link {
  align-items: center !important;
  display: flex;
}

.banner-review-web-co {
  height: 455px;
  display: flex;
  align-items: center;
}

.bt-review-web {
  padding: 10px 20% !important;
}

.text-roddee-review {
  color: #0634fe;
  font-weight: 600;
  margin-bottom: -5px;
}

.review-card-num {
  background-color: #ffffff;
  margin-top: -100px;
  z-index: 99;
  border-radius: 10px;
  display: block;
  align-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 300px) {
  .ret-num-review {
    background-color: var(--bs-emphasis-color);
    padding: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #eef1f8;
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .ret-num-review {
    background-color: var(--bs-emphasis-color);
    padding: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #eef1f8;
    font-size: 40px;
  }
}

.star-ret-review-a1 {
  padding: 10px;
}

@media (min-width: 576px) {
  .sc-cat-fliter {
    padding: 30px;
    position: absolute;
    margin-top: 0px !important;
  }
}

@media (min-width: 300px) {
  .sc-cat-fliter {
    padding: 30px;
    position: absolute;
    /* margin-top: 200px !important; */
  }
}

@media (min-width: 768px) {
  .sc-cat-fliter {
    /* padding: 150px; */
  }
}

@media (min-width: 300px) {
  .news-head-a1 {
    font-size: 16px;
    color: var(--bs-emphasis-color);
  }
}

@media (min-width: 992px) {
  .news-head-a1 {
    font-size: 20px;
    color: var(--bs-emphasis-color);
  }
}

.news-content-a1 {
  font-size: 14px;
  color: #707070;
}

.exp-a1 {
  font-size: 14px;
}

.exp-a2 {
  margin-right: 5px;
  margin-left: 5px;
}

@media (min-width: 300px) {
  .text-header-main-a1 {
    font-size: 20px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-header-main-a1 {
    font-size: 28px;
    text-align: center;
  }
}

@media (min-width: 300px) {
  .tag-fliter-car {
    background: #226abd;
    color: var(--bs-body-bg);
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    border-radius: 5px;
  }
}

@media (min-width: 992px) {
  .tag-fliter-car {
    background: #226abd;
    color: var(--bs-body-bg);
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    border-radius: 5px;
  }
}

@media (min-width: 300px) {
  .con-add-banner {
    margin-top: 50px;
    margin-bottom: 50px;
    background: url("../../assets/img/car-roddee-banner-a1.webp") center / cover no-repeat;
    width: 90%;
  }
}

@media (min-width: 992px) {
  .con-add-banner {
    margin-top: 50px;
    margin-bottom: 50px;
    background: url("../../assets/img/car-roddee-banner-a1.webp") center / cover no-repeat;
    width: 80%;
  }
}

@media (min-width: 300px) {
  .col-social {
    padding: 20px;
    border: 1px solid rgb(211,211,211);
  }
}

@media (min-width: 992px) {
  .col-social {
    padding: 50px;
    border: 1px solid rgb(211,211,211);
  }
}

@media (min-width: 300px) {
  .button-add-car-de {
    background: #eef1f8;
    color: #4ea394;
    margin-top: 20px;
    border-style: none;
    width: 115px;
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .button-add-car-de {
    background: #eef1f8;
    color: #4ea394;
    margin-top: 20px;
    border-style: none;
    width: 180px;
  }
}

@media (min-width: 300px) {
  .ad-text-butom {
    color: var(--bs-secondary-bg);
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .ad-text-butom {
    color: var(--bs-secondary-bg);
    font-size: 20px;
  }
}

.dealer-review-col-b1 {
  padding: 0px;
  position: relative;
  overflow: hidden !important;
}

.i-avtra {
  border-radius: 100%;
}

.d-avtra-a1 {
  display: flex;
  width: 65%;
}

.ret-num-review-b2 {
  background-color: var(--bs-emphasis-color);
  padding: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #eef1f8;
  font-size: 10px;
}

.d-avtra-x2 {
  width: 50%;
}

#st-03-ad {
  width: 15px;
}

.dealer-review-col-b1 {
  padding-right: 15px;
}

.sp-tag-review {
  color: var(--bs-secondary-bg);
  background: #4f73d2;
  font-size: 10px;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 15px;
}

.d-avtra-rat {
  display: flex;
  justify-content: start;
  align-items: center;
}

.excellent-pa {
  display: flex;
  justify-content: end;
}

.star-ic-re {
  display: flex;
  justify-content: end;
  margin-top: -5px;
}

.ret-num-small {
  display: flex;
  justify-content: end;
}

.star-ic01 {
  text-align: center;
}

.rat-number-big {
  text-align: center;
}

.cover-ret {
  display: flex;
  justify-content: center;
  align-items: start;
}

.ro-reviee-customer {
  padding-left: 15px;
}

.bt-seve-review {
  width: 100%;
}

.rat-button {
  border-width: 1px;
  border-color: #989898;
  border-bottom-style: solid;
  font-size: 12px;
  padding: 3px 10px;
  background-color: rgba(13,110,253,0);
  color: #989898;
}

.btn.btn-primary.rat-button:hover, .btn.btn-primary.rat-button:active, .btn.btn-primary.rat-button:focus {
  border-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  background-color: var(--bs-btn-active-border-color);
}

@media (min-width: 300px) {
  .col-num-rat {
    gap: 10px;
    display: block;
    justify-content: end;
  }
}

@media (min-width: 992px) {
  .col-num-rat {
    gap: 5px;
    display: flex;
    justify-content: end;
    height: 27px;
  }
}

@media (min-width: 576px) {
  .col-num-rat {
    gap: 5px;
    display: flex;
    justify-content: end;
    height: 27px;
  }
}

#modal-review-web {
  padding: 50px;
}

.text-rat-shoe-footer {
}

.review-modle {
  padding: 10px;
}

.bt-login-canvas {
  width: 100%;
}

.label-form-text {
  font-size: 14px;
}

svg {
}

#login-icon {
  margin: 0px 10px;
  font-size: 25px;
}





/**---------- Start css BUS ----------**/


#head-newcar-t1 {
  font-size: 20px;
  font-family: 'Kanit';
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding-bottom: 5px;
}

.Head_Detail  {
  color: #777;
  font-size: 20px;
  font-family: 'Kanit';
  font-weight: 200;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

#Newcar-banner {
  height: 600px;
  margin-top: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  background: url(../../assets/img/new-car-back.webp);
  background-size: cover;
}


#Newcar-banner .sc-cat-fliter {
  padding: 30px;
  position: absolute;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  margin-left: 70px;
}

#Sec_Check {
  padding: 20px;
}

#Sec_Check  {
  font-size: 16px;
  text-align: center;
  color: #313C52;
}

#Sec_help {
  padding: 20px;
}

.Box_ShowHelp {
  background-color: #F6F6F6;
  padding: 70px 100px 70px 100px;
}

.Head_help {
  font-size: 20px;
  text-align: center;
  color: #101010;
}

.Detail_help p {
  font-size: 18px;
  text-align: center;
  color: #373737;
}

.Phone_help p {
  font-size: 24px;
  text-align: center;
  color: #373737;
}

.Phone_help span {
  font-size: 24px;
  text-align: center;
  color: #0634FE;
}




.swiper {
  max-width: 700px;
}

.swiper .card {
  width: 300px;
  text-align: center;
  box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.2);
}

.swiper .thumbnail {
  width: 100%;
  height: 180px;
}

.swiper .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* slider */
.slider {
  height: 400px;
}

/* slider-cards */
.slide-card {
  width: 300px;
  border: 1px solid #707070;
  border-radius: 10px;
}

/* slider-arrows */
.arrow {
  width: 40px;
  height: 40px;
}

/* disabled button */
.bg-disabled {
  background-color: #e5e3e7;
}

/* slider and slide transitions */
.slider-move-left {
  transform: translate(-320px, 0px);
  transition: all 0.5s ease;
}

.move-left {
  transform: translate(-320px, 0px);
  transition: all 0.5s ease;
}

.move-right {
  transform: translate(320px, 0px);
  transition: all 0.5s ease;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgb(248 249 250 / 0%) !important;
}

.text-dark {
  text-align: center;
}






.product-small-img img {
  height: 92px;
  margin-bottom: 3px;
  cursor: pointer;
  display: block;
  transform: scale(1);
  /* opacity: 0.6; */
  transition: all 0.5s ease;
  object-fit: contain;
}
.product-small-img img:hover{
  /* opacity: 1; */
  transform: scale(1.2);
  object-fit: contain;
}
.product-small-img {
  padding-left: 4px;
}
.product {
  position: relative;
  top: 50%;
  left: 58%;
  transform: translate(-57%, 0%);
  display: flex;
  height: 250px;
}
.img-container img {
  height: 283px;
  width: 100%;
  border-radius: 3px;
  object-fit: cover;
}
.img-container {
  position: relative;
}
.img-container i.fas {
  position: absolute;
  top: 51%;
  transform: translate(0%, -50%);
  font-size: 16px;
  width: 36px;
  height: 40px;
  border-radius: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
  background-color: #00000063;
}
.img-container .fa-chevron-left{
  left: 0;
}
.img-container .fa-chevron-right{
  right: 0;
}
@media (max-width: 768px){
  .product-small-img img {
      height: 45px;
  }
  .img-container img {
      height: 375px;
  }
}

.Box_listgallerycar .d-span-tex-a {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0px;
}

.Box_listgallerycar .d-span-tex-a {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  top: 35px;
  z-index: 5;
}


.Box_listgallerycar #tag-2 {
  background-color: #226ABD;
  padding: 0px 10px;
  border-radius: 5px;
  color: #dddddd;
  font-family: 'Kanit';
  font-weight: 300;
  font-size: 10px;
  /* height: 20px; */
  position: relative !important;
  left: -144px !important;
}

hr.new2 {
  border-top: 1px solid #716f6f;
}

.Box_listgallerycar .foot-car-card .c-d-1 {
  display: flex;
  width: 100% !important;
  flex-direction: column;
  padding-right: 10px;
  }

.Box_num p {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}

.Box_num span {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}

.text-head {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0px;
}

.text-map {
  font-size: 14px;
  color: #000000;
}

.text-headview {
  font-size: 14px;
  color: #3866B4;
  text-decoration: underline;
}

.Box_inshow {
  background-color: #ffffff;
  box-shadow: rgb(149 157 165 / 13%) 0px 8px 24px;
}

.Box_listgallerycar .g-car-review {
  float: right;
}












.form-select {
  width: 100%; /* Ensures the select element takes full width */
  height: 38px; /* Match the height of the input fields */
  font-family: 'Kanit', sans-serif; /* Ensure font consistency */
  font-size: 14px; /* Match font size */
  padding: 6px 12px; /* Adjust padding for better alignment */
  border: 1px solid #ced4da; /* Match border with the input */
  border-radius: 4px; /* Same border-radius as the inputs */
  box-shadow: none; /* Remove any unwanted shadow */
  background-color: #fff; /* Ensure background matches input fields */
}

/* If the Select2 wrapper introduces extra styles, ensure to override them */
.select2-container--default .select2-selection--single {
  height: 38px !important; /* Match select2 height to other inputs */
  border: 1px solid #ced4da; /* Match border */
  border-radius: 4px; /* Same border-radius as inputs */
  padding: 6px 12px;
  background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px; /* Vertical alignment of text */
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important; /* Ensure the arrow is vertically aligned */
}

/* To ensure that dropdown width is consistent */
.select2-dropdown {
  width: 100%;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #d9dde1;
  height: 38px !important; /* ปรับความสูงของ dropdown ให้เท่ากัน */
  padding: 6px 12px;
  position: relative;
  font-size: 16px;
  color: var(--bs-body-color);
  text-align: left; /* ชิดซ้าย */
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ปรับขนาดลูกศร */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}

/* จัดข้อความให้อยู่กลางแนวตั้ง */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px !important; /* ให้ตรงกับความสูงของ select */
  padding-left: 0px !important; /* ยกเลิก padding ด้านซ้าย */
  text-align: left; /* ชิดซ้าย */
  color: #757575 !important; /* สีของข้อความ */
}
.select2-container{
  width: 100%;
}
.pointer{
  cursor: pointer;
}
.btn-next{
  width: 1500px;
  height: 36px;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-btn-primary{
  width: 200px;
  height: 40px;
  padding: 8px 15px 8px 15px;
  gap: 10px;
  border-radius: 4px;
  background: var(--Secondary, rgba(6, 52, 254, 1));
}
.regions-css .select2-container--default .select2-selection--multiple{
  /* height: 38px !important;
  min-height: 38px !important; */
  display: flex;
  align-items: center;
}
.regions-css .select2-container--default .select2-selection--multiple .select2-search{
  display: flex;
  align-items: center;
}
.regions-css .select2-container .select2-selection--multiple{
  /* height: 38px !important;
  min-height: 38px !important; */
}
.regions-css .select2-container--default .select2-search--inline .select2-search__field{
  font-size: 14px;
  padding-left: 0px !important;
  font-family: 'Kanit';
  margin-left: 11px;
}
/* Change the text color of selected items in Select2 */
.regions-css .select2-selection__choice {
  color: #212529; /* Change this to the desired color */
}
.dealer-css .select2-container {
  padding: 10px !important;
}
.dealer-css .select2-container--default .select2-search--inline .select2-search__field {
  height: 25px;
}
.dealer-change-color .c-orange a , .dealer-change-color .c-orange button{
  color: rgba(255, 130, 11, 1) !important;
}
.dealer-change-color .c-orange .btn-outline-primary{
  border: 1px solid rgba(255, 130, 11, 1) !important;
  color: rgba(255, 130, 11, 1) !important;
}
.dealer-change-color .c-orange .btn-check:checked+.btn {
  background-color: rgba(255, 130, 11, 1);
  color: white !important;
}
.dealer-change-color .c-orange .form-check-input:checked {
  background-color: rgba(255, 130, 11, 1);
  border-color: rgba(255, 130, 11, 1);
}
.dealer-change-color .c-orange .a-orange{
  background-color: rgba(255, 130, 11, 1);
  color: white !important;
  border: none;
}