header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  transition: all 0.3s;
}
.navbar .nav-link {
  color: #fff;
  font-size: 14px;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  line-height: 20px;
}
.navbar .nav-link.call {
  background: #fff;
  color: #000;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar .nav-link i {
  font-size: 20px;
}
.full-banner {
  background: url(../themes/webauto/assets/images/full-banner.jpg) center no-repeat;
  background-size: cover;
  min-height: 500px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 80px 0;
  height: 100vh;
  max-height: 1080px;
}
.full-banner h1 {
  font-weight: bold;
  font-size: 46px;
}
.full-banner h3 {
  font-weight: bold;
  font-size: 36px;
}
.full-banner small {
  display: block;
}
p {
  font-size: 14px;
  line-height: 26px;
}
h2 {
  font-weight: bold;
  font-size: 30px;
}
h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.75);
}
.about {
  background: #F4F4F4;
}
.about .info {
  padding: 120px 0;
}
.about .info h2 {
  margin: 20px 0 10px;
}
.about .info h4 {
  margin-bottom: 20px;
}
.about ._bg {
  background: url(../themes/webauto/assets/images/about.jpg) center no-repeat;
  background-size: cover;
}
.bg-dark {
  background: #5f687c;
  background: linear-gradient(0deg, #5f687c 0%, #282f40 60%);
}
.title-light {
  font-weight: lighter;
  letter-spacing: 4px;
}
.cars {
  padding: 60px 0;
}
.cars .list .card {
  background: url(../themes/webauto/assets/images/creta-2.jpg) center no-repeat;
  background-size: cover !important;
  background-position: center !important;
  color: #fff;
  border: 0;
  height: 100%;
}
.cars .list .card p {
  line-height: 20px;
}
.cars .list .card .card-header {
  background: #1414149e;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 30px;
  border: 0;
  text-transform: uppercase;
}
.cars .list .card .card-body {
  min-height: 400px;
}
.cars .list .card .card-footer {
  padding: 30px;
  border: 0;
  background: #0f0101;
  background: linear-gradient(0deg, #0f0101bd 0%, rgba(255, 255, 255, 0) 100%);
}
.cars .list .card .card-footer .price {
  font-weight: bold;
  font-size: 20px;
}
.services {
  padding-top: 120px;
}
.services .infos {
  color: #fff;
  padding: 40px 0 20px;
}
.services .infos .item {
  text-align: center;
}
.services .infos .item img {
  max-height: 80px;
  margin-bottom: 20px;
}
.services .infos .item span {
  text-align: center;
  border: solid 1px #fff;
  padding: 5px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.services .infos .car {
  margin-top: -260px;
}
.services .infos .btn-light {
  padding: 10px 20px;
  border-radius: 20px;
  margin-top: 20px;
}
.services .infos .btn-light img {
  max-width: 30px;
  margin-left: 10px;
}
.news {
  padding: 60px 0 10px;
}
.news .list .item {
  height: 100%;
  background: #000;
}
.news .list .item img {
  height: 432px;
  object-fit: cover;
}
.news .list .item .info {
  background: #000;
  color: #fff;
  padding: 20px 15px 30px;
}
.news .list .item .info h2 {
  font-weight: 300;
  font-size: 22px;
}
.news .list .item .info p {
  line-height: 20px;
  margin: 0;
}
.newsletter {
  padding: 80px 0;
  background: #F4F4F4;
}
.newsletter p {
  margin: 0;
}
footer {
  background: #000;
  padding: 30px 0;
  color: #fff;
}
footer .navbar-nav {
  display: flex;
  flex-direction: row;
  margin-left: auto;
}
footer a {
  text-decoration: none;
}
footer .info {
  color: #777;
  line-height: 20px;
}
footer .logos {
  flex-wrap: wrap;
}
footer .logos img {
  margin-bottom: 10px;
}
.list-unstyled li {
  padding: 5px 0;
}
.list-unstyled a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}
.page-content {
  margin-top: 72px;
}
.page-content .car-datail-header {
  background: #9A6749;
  color: #fff;
}
.page-content .car-datail-header h1 {
  font-weight: bold;
}
.page-content .car-datail-header h3 {
  font-weight: bold;
  margin: 0;
}
.page-content .car-datail-header p {
  line-height: 20px;
}
.page-content .full-banner {
  height: 700px;
}
.page-content .about {
  background: #393753;
  color: #fff;
}
.page-content .about h4 {
  margin: 20px 0;
}
.page-content .data-car {
  padding: 80px 0;
}
.page-content .data-car .item h4 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 35px;
}
.page-content .data-car .item p {
  margin: 0 auto;
  line-height: 20px;
  max-width: 100px;
}
.page-content .breadcrumb {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.page-content .breadcrumb a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.page-content .breadcrumb .active {
  color: #fff;
}
.page-content .info-data {
  padding: 0 0 60px;
}
.page-content .info-data table tr td:first-child {
  font-weight: lighter;
}
.page-content .info-data table, .page-content .info-data th, .page-content .info-data td, .page-content .info-data tr {
  border: none !important;
}
.page-content .info-data table th {
  border-bottom: solid 1px #000;
  font-weight: 300;
}
.page-content .info-data .table {
  font-size: 12px;
}
.page-content .info-data .table thead {
  border-bottom: solid 1px;
  font-size: 20px;
  font-weight: 300;
}
.page-content .details {
  padding: 40px 0 120px;
  color: #fff;
}
.page-content .details h4 {
  margin-bottom: 20px;
}
.page-content .details p {
  margin: 0;
}
.page-content .details ._bg {
  min-height: 500px;
  background-size: cover !important;
  background-position: center !important;
}
.page-content.article .article-header {
  background: #4E4E4E;
}
.page-content.article .article-content {
  padding: 40px 0;
}
.page-content.article .article-content .date {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.page-content.article .article-content h1 {
  font-weight: bold;
  font-size: 40px;
}
.page-content.article .article-content h2 {
  font-weight: 400;
  font-size: 24px;
  margin: 20px 0;
}
.page-content .services .car {
  margin-bottom: -160px;
}
.page-content .services-content {
  background: #282F40;
  color: #fff;
  padding-top: 150px;
}
.page-content .services-content .services-text {
  padding: 80px 0;
  font-size: 14px;
}
.page-content .services-content .services-text p {
  font-weight: 600;
  font-size: 16px;
}
.page-content .services-content .services-text h3 {
  margin-bottom: 20px;
  font-size: 24px;
}
.page-content .services-content .services-text ul {
  margin-top: 20px;
  padding-left: 10px;
}
.page-content .services-content .services-text ul li {
  padding: 5px 0;
}
.filter .nav-link {
  color: #000;
  font-weight: 300;
  border-bottom: solid 1px;
  font-size: 14px;
  cursor: pointer;
}
.filter .nav-link.active {
  border-bottom: solid 3px;
}
.specifications .spec-group {
  margin-bottom: 20px;
}
.specifications .spec-group ._g {
  margin-bottom: 70px;
}
.specifications .spec-group h4 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  border-bottom: solid 1px #000;
}
.specifications .spec-group h5 {
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  margin: 0;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.specifications .spec-group p {
  padding: 0px 10px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-weight: 200;
}
.specifications p strong {
  font-weight: 500;
  width: 50%;
  text-align: right;
  display: block;
  font-size: 12px;
}
.side-menu {
  padding-top: 80px;
  width: 400px;
  background: #000;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  transition: all 0.3s;
}
.side-menu.show {
  right: 0;
}
.side-menu a {
  text-decoration: none;
}
