

.figure.tag {
	position: relative;
}
.figure.tag::before {
	position: absolute;
	top: 10%;
	display: block;
	color: white;
	padding: 0.5rem 1rem;
	font-weight: bold;
}
.figure.tag-featured::before {
	content: "Highlight";
	background: orange;
}
.figure.tag-sale::before {
	content: "Promo";
	background: red;
}
.figure.tag-out::before {
	content: "Sold Out";
	background: #e2e2e2;
	border: #ccc;
	color: #444;
	top: 42%;
	right: 0;
	left: 0;
	width: 30%;
	margin: 0 auto;
	text-align: center;
}
.figure-caption {
	line-height: 2em;
	padding-bottom: 5px;
	text-transform: none;
	font-size: 20px;
	margin: 10px;
	/*color: red;*/
	letter-spacing: -0.005em;
	word-spacing: 1px;
}

#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}

.lokasimaps .iframe {
	width: 120%;
	height: 600;
	display: block;
}
/* Smooth scroll */
:root {
	scroll-behavior: smooth;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Inter", system-ui;
	background-color: #fff;
	min-height: 75rem;
}

.menus {

  background: #283048; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #859398,
    #283048
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #859398,
    #283048
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.tengah {
    display: block;
    margin-left: 7rem;
    margin-right: 5rem;
}

.fitur {
    background-color: #ffc106;
}
.judul {
    text-align: center;
}

.card:hover {
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.text-menu {
    font-size: 12px;
    font-weight: 600;
}

.text-aktif {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.judul h4 {
    font-family: "Inter", system-ui;
	color: #2959ad;
	font-weight: bold;
}
.judul h5 {
    font-family: "Inter", system-ui;
	color: #2959ad;
	font-weight: bold;
}

/*btn tengah*/

.rumah-impain {
    background: rgb(26,48,77);
    background: linear-gradient(90deg, rgba(26,48,77,1) 45%, rgba(39,81,165,1) 100%);
    color: transparent;
    background-clip: text;
}

/* Swiper JS*/
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .swiper-slide:hover {
        cursor: pointer;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper-slide {
      width: 100%;
    }

    .swiper-slide:nth-child(2n) {
      width: 100%;
    }

    .swiper-slide:nth-child(3n) {
      width: 100%;
    }

    .autoplay-progress {
        position: absolute;
        right: 16px;
        bottom: 16px;
        z-index: 10;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: var(--swiper-theme-color);
      }

      .autoplay-progress svg {
        --progress: 0;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
        width: 100%;
        height: 100%;
        stroke-width: 4px;
        stroke: var(--swiper-theme-color);
        fill: none;
        stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
      }
/* button */
.btn-primary {
	color: #fff;
	background-color: #3c57fb;
	border-color: #3c57fb;
}

a {
	color: #3c57fb;
	text-decoration: none !important;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #3c57fb;
	border-color: #3c57fb;
}

.bg-light {
	background-color: #edeff1 !important;
}

.price {
    color: #f9b234;
}

/*Testimoni*/
.carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 1024px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: #0d6efd;
  border-radius: 50%;
  top: 50%;
  /*transform: translateY(-80%);*/
}

.testimonials {
	font-family: "Inter", system-ui;
	color: #2959ad;
	font-weight: bold;
}

/* navbar */
.mynavbar {
	display: flex;
	margin-left: 0px;
	justify-content: space-around;
	align-items: center;
	min-height: 10vh;
	padding: 5px 0;
	/*background-color: #1a304d;*/
    background: rgb(26,48,77);
    background: linear-gradient(90deg, rgba(26,48,77,1) 35%, rgba(39,81,165,1) 100%);
	transition: all 0.5s;
}
.scrolled .mynavbar {
	box-shadow: 0px 0 18px
		color-mix(in srgb, var(--default-color), transparent 85%);
}

.scrolled .mynavbar .topbar {
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.btn-cari {
    background: rgb(26,48,77);
    background: linear-gradient(90deg, rgba(26,48,77,1) 35%, rgba(39,81,165,1) 100%);
}

.logo {
	align-items: center;
	font-family: "Inter", system-ui;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
}

.logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #f9b234;
}

.logo a:hover {
	color: #2959ad;
	transition: all 0.5s;
}

.logo img {
	/* margin-right: 5px;
	width: 40px;
	height: 40px; */
}

.__logotext {
	/* display: flex;
	align-items: center;
	margin: 0; */
}

.mynavbar ul {
	display: flex;
	width: 40%;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}

.mynavbar ul li {
	list-style: none;
}

.mynavbar ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	color: #ffffff;
}

.mynavbar ul li a.active {
	color: #f9b234;
	font-weight: 600;
}

.mynavbar ul li a:hover {
	color: #2959ad;
	transition: all 0.5s;
	text-decoration: none;
}

.mobile-menu,
.mobile-menu .btn,
.mobile-menu .btn-icon {
	display: none;
	left: 0;
	top: 4.2rem;
	right: 0;
	bottom: 6;
}

.btn .btn-masuk {
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}

.btn .btn-masuk:hover {
	color: #d07d36;
	transition: all 0.5s;
}

.btn .btn-daftar {
	background: #fff; 
	padding: 8px 15px;
	color: black;
	margin: 0 10px;
	border-radius: 5px;
	font-weight: 600;
	text-decoration: none;
	text-transform: capitalize;
	/* border: 1px solid #f9b234; */
}

.btn .btn-daftar:hover {
	background-color: #2959ad;
	border: 1px solid #2959ad;
	transition: all 0.5s;
}

.btn .btn-light:hover {
	background-color: #2959ad;
	border: 1px solid #2959ad;
	transition: all 0.5s;
}

.fitur {
  display: flex;
  justify-content: center;
}


.btn .btn-kuning {
	/*background: #faa65e;*/
	padding: 8px 15px;
	/*color: #ffffff;*/
	margin: 0 10px;
	border-radius: 5px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #faa65e;
}

.btn .btn-kuning:hover {
	background-color: #d07d36;
	border: 1px solid #d07d36;
	transition: all 0.5s;
}

.mynavbar .btn-icon,
.mynavbar .btn-icon {
	display: none;
}

/* Hamburger Menu */
.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	height: 20px;
	position: relative;
}

.menu-toggle input {
	position: absolute;
	width: 40px;
	height: 28px;
	left: -5px;
	top: -3px;
	opacity: 0;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	width: 28px;
	height: 3px;
	background-color: #ffffff;
	border-radius: 3px;
	transition: all 0.5s;
}

/* hamburger menu animation */
.menu-toggle span:nth-child(2) {
	transform-origin: 0 0;
}

.menu-toggle span:nth-child(4) {
	transform-origin: 0 100%;
}

.menu-toggle input:checked ~ span:nth-child(2) {
	transform: rotate(45deg) translate(-1px, -1px);
}

.menu-toggle input:checked ~ span:nth-child(4) {
	transform: rotate(-45deg) translate(-1px, 0);
}

.menu-toggle input:checked ~ span:nth-child(3) {
	opacity: 0;
	transform: scale(0);
}

/* jumbotron */
.jumbotron {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 65vh;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/hero_image.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0;
	color: #ffffff;
	margin-bottom: 0;
	padding-bottom: 0;
	top: 10px;
}

.grow {
    	
}

.jumbotron h3 {
	display: flex;
	justify-content: center;
	font-family: "Inter", system-ui;
	font-size: 40px;
	margin-bottom: 15px;
    background-color: #ffc106;
    background-image: linear-gradient(62deg, #ffc106 0%, #ffdc83 100%);
    color: transparent;
    background-clip: text;
}

/* Simulasi Kredit*/
.tg {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #c0c0c0;
}
.tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
}
.tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
}
.tg .tg-z1a1 {
  font-weight: bold;
  background-color: #d01e49;
  color: #ffffff;
}
.tg .tg-0ord {
  text-align: right;
}
.tg .tg-4afi {
  font-weight: bold;
  background-color: #d01e49;
  color: #ffffff;
  vertical-align: top;
}
.tg .tg-lqy6 {
  text-align: right;
  vertical-align: top;
}
.tg .tg-yz1w {
  font-weight: bold;
  background-color: #d01e49;
  color: #ffffff;
  text-align: right;
}
.tg .tg-yw4l {
  vertical-align: top;
}

/* search */
.has-search {
	padding-bottom: 15px;
	justify-content: center;
}

.has-search .form-control {
	height: 50px;
	max-width: 750px;
}

.search-clue p {
	display: flex;
	justify-content: center;
	color: #ffffff;
	font-size: 16px;
}

.jumbotron .lead {
	display: flex;
	justify-content: center;
}

.input-group-append .btn {
	z-index: 1;
}

/* merk list */

/* feature list car */
.features,
.brands {
	padding: 30px 0;
}

.features h3,
.newcar h3,
.brands h3,
.article h3,
.similar-car h3 {
	font-family: "Inter", system-ui;
	color: #2959ad;
	font-weight: bold;
}

.features p,
.newcar p,
.brands p,
.article p,
.similar-car p {
	font-weight: 200;
	color: #b7b7b7;
}

.figure {
	box-shadow: 0px 0px 2px #a8a8a8;
}

.figure h5 {
	color: #171717;
}

.figure-img {
	position: relative;
	width: 100%;
}

.figure-img a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 8px;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.3s;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.figure-img:hover a {
	opacity: 1;
}

.figure-caption a {
	text-decoration: none;
	color: #2959ad;
}

.figure-caption a:hover {
	transition: all 0.5s;
	color: #f9b234;
}

.figure-caption .harga {
	font-size: 18px;
	color: #1e1e1e;
	font-weight: 600;
	margin-bottom: 8px;
}

.figure-caption .iklan-title {
	font-size: 16px;
	width: 100%;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.iklan-title a:hover {
    transition: all 0.5s;
	color: #2179ff;
}

.speks {
   style: none;
}

.lokasi-title {
	width: 100%;
	display: -webkit-box;
	color: text-primary;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.figure-caption small {
	color: #b7b7b7;
}

.newcar {
	margin: 40px 0;
}

.brands figure {
	display: flex;
	flex-direction: column;
}

.brands .figure-img {
	display: flex;
	justify-content: center;
}

.bg-black {
	background-color: #282828;
}

.footer {
	color: #ffffff;
}

.footer li {
	list-style: none;
}

.footer li a {
	text-decoration: none;
	list-style: none;
	color: #b7b7b7;
	font-size: 14px;
}

.footer li a:hover {
	color: #f9b234;
	transition: all 0.5s;
}

.footer .lead-address,
.footer .lead-email {
	font-size: 14px;
}

.footer .lead-email a {
	text-decoration: none;
	color: #b7b7b7;
}

.footer .lead-email a:hover {
	color: #f9b234;
}

.footer .phone p {
	margin-bottom: 0;
}

.see_all a {
	text-decoration: none;
	color: #2959ad;
	font-weight: 600;
}

.see_all a:hover {
	color: #ffffff;
	transition: all 0.5s;
}

.border-footer {
	border-top: 1px solid #3c3f41;
}

.footer .copyright a {
	color: #f9b234;
}

.footer .copyright a:hover {
	color: #b7b7b7;
	text-decoration: none;
}

/* mobil dijual column left*/
.box-reset {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ui-slider-horizontal {
	height: 0.8em;
	margin: 10px 8px 0 10px;
}

.filter {
	padding: 20px;
	box-shadow: 0px 0px 2px #a8a8a8;
	border-radius: 20px;
}

.filter .dropdown {
	cursor: pointer;
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e9ecee;
	padding: 10px;
}

.filter .dropdown {
	border-radius: 10px;
}

.filter .dropdown::after {
	display: inline-flex;
	justify-content: space-between;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

#collapseTahun {
	padding: 10px;
}

#collapseMerk {
	padding: 10px;
}

#collapseModel {
	padding: 10px;
}

.filter .list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	padding-top: 15px !important;
}

.filter .list-group {
	cursor: pointer;
	padding: 10px 15px;
	color: #404448;
	font-size: 14px;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0;
}

.filter label {
	margin-bottom: 0;
}

/* mobil dijual column right */

.transmisi,
.year,
.warna {
	padding: 2px 5px;
	background-color: #e6e6e6;
	border-radius: 5px;
	font-size: 12px;
	margin-right: 5px;
}

.car .card-notify-year {
	position: absolute;
	right: -10px;
	top: -20px;
	background: #ff4444;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	width: 50px;
	height: 50px;
	padding: 15px 0 0 0;
}

.car .card-detail-badge {
	background: #f2d900;
	text-align: center;
	border-radius: 30px 30px 30px 30px;
	color: #000;
	padding: 5px 10px;
	font-size: 14px;
}

.car .card:hover {
	background: #fff;
	box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
	border-radius: 4px;
	transition: all 0.3s ease;
}

.car .card-image-overlay {
	font-size: 20px;
}

.car .card-image-overlay span {
	display: inline-block;
}

.car .ad-btn {
	text-transform: uppercase;
	width: 150px;
	height: 40px;
	border-radius: 80px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	border: 3px solid #e6de08;
	display: block;
	text-decoration: none;
	margin: 20px auto 1px auto;
	color: #000;
	overflow: hidden;
	position: relative;
	background-color: #e6de08;
}

.car .ad-btn:hover {
	background-color: #e6de08;
	color: #1e1717;
	border: 2px solid #e6de08;
	background: transparent;
	transition: all 0.3s ease;
	box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
}

.car .ad-title h5 {
	font-size: 18px;
}

/* breadcrumb */
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #6c757d;
	content: ">";
}

.breadcrumb-item a {
	text-decoration: none;
}

/* single page */
.single-car .__title {
	font-size: 34px;
}

.single-car .harga {
	font-size: 30px;
}

/* image galerry */
.img-thumbnail {
	padding: 0;
}

.thumbnail {
	object-fit: cover;
	max-height: 60px;
	margin-right: 20px;
	margin-top: 10px;
	cursor: pointer;
	opacity: 0.5;
	border: none;
}

.thumbnail:hover {
	opacity: 1;
}

#slider {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	justify-content: space-between;
	min-height: 105px;
	border-radius: 15px;
}

#slider .active {
	opacity: 1;
	border-radius: 10px;
}

#slider::-webkit-scrollbar {
	width: 1px;
	height: 5px;
}

#slider::-webkit-scrollbar-thumb {
	background-color: #9e9e9e;
	border-radius: 100px;
}

#slider::-webkit-scrollbar-thumb:hover {
	background-color: #9e9e9e;
}

.car-specification {
	box-shadow: 0px 0px 2px #a8a8a8;
	margin-top: 9rem;
	padding: 20px;
	border-radius: 15px;
}

.car-specification ._title {
	font-family: "Inter", system-ui;
	font-weight: 200;
}

.pro-spek {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--neutral-20);
}

.prospek {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.material-symbols-rounded {
  display: block;
  width: 1em;
  height: 1em;
  overflow: hidden;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: auto;
  color: #303133;
}
.car-specification .list-group-item {
	display: flex;
	padding-top:3px;
	flex-direction: row;
	justify-content: space-between;
	font-size: 14px;
}

.kamartidur {
	width: 120px;
	tab-size: 4;
	line-height: 1rem;
	color: rgb(134, 141, 154);
}

.tab1 {
	tab-size: 4;
}

.developer-image {
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	margin-top: 5px;
	flex-direction: column;
	box-shadow: 0px 0px 2px #a8a8a8;
}

.developer-image .image {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.developer-image img {
	align-items: center;
	justify-content: center;
	width: 100px;
}

.info_penjual {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	padding: 25px;
	top: 50px;
	border-radius: 10px;
	box-shadow: 0px 0px 2px #a8a8a8;
}

.info_penjual .dealer {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.info_penjual .dealer .user_image {
	border: 5px solid #e6e6e6;
	border-radius: 50px;
}

.bottom-content {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
}

/* Spek  */
.spek {
	width: 100%;
	font-family: "Inter", system-ui;
}
.spek h5 {
	font-weight: bold;
	font-family: "Inter", system-ui;
	margin-bottom: 3px;
}
.spek p {
	font-family: "Inter", system-ui;
}

.spek .spek-detail {
	font-family: "Inter", system-ui;
	width: 100%;
	padding: 10px 20px;
	background-color: white;
	 border-radius: 10px;
	box-shadow: 0px 0px 2px #a8a8a8; 
}

/* Fasilitas  */
.fasilitas {
	font-family: "Inter", system-ui;
	width: 100%;
	margin-left: 50px;
}

.fasilitas h5 {
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 6px;
}

.fasilitas p {
	font-family: "Inter", system-ui;
}

.fasilitas .fasilitas-detail {
	width: 100%;
	 padding: 10px 20px; 
	background-color: white;
	 border-radius: 10px;
	box-shadow: 0px 0px 2px #a8a8a8; 
}

.ulel .p {
	text-transform: capitalize;
}
.ulel .i {
	color: #2959ad;
}

/* Deskripsi  */
.deskripsi {
	font-family: "Inter", system-ui;
	width: 100%;
}

.deskripsi h5 {
	font-family: "Inter", system-ui;
	font-weight: bold;
	margin-bottom: 10px;
}
.fasilitas p {
	font-family: "Inter", system-ui;
}

.deskripsi .deskripsi-detail {
	font-family: "Inter", system-ui;
	width: 100%;
	height: auto;
	background-color: white;
	 border-radius: 10px; 
	padding: 5px 20px;
	 box-shadow: 0px 0px 2px #a8a8a8; 
}

/* user description */
.user-description p {
	font-size: 16px;
	font-weight: 200;
	color: #868686;
	line-height: 28px;
}

/* similar car */
.similar-car {
	margin-top: 50px;
	margin-bottom: 50px;
}

.simulasi-kpr {
   	background-color: #fff;
	border-radius: 10px;
	display: flex;
	margin-top: 5px;
	flex-direction: column;
	box-shadow: 0px 0px 2px #a8a8a8; 
}

.simulasi-kpr .table {
        width: 100%;
    }

/* quote */
.quote-card {
	background: #fff;
	color: #222222;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(34, 34, 34, 0.3);
	position: relative;
	overflow: hidden;
}

.quote-card p {
	font-size: 15px;
	line-height: 1.2;
	margin: 0;
	max-width: 80%;
}

.quote-card cite {
	font-size: 14px;
	display: block;
	font-weight: 200;
	opacity: 0.8;
}

/* page article */
.mt-100 {
	margin-top: 100px;
}

.card {
	border-radius: 7px !important;
	border-color: #e1e7ec;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.card-img-tiles {
	display: block;
	border-bottom: 1px solid #e1e7ec;
}

.card-img-tiles > .inner {
	display: table;
	width: 100%;
}

.card-img-tiles .main-img,
.card-img-tiles .thumblist {
	display: table-cell;
	width: 65%;
	padding: 15px;
	vertical-align: middle;
}

.card-img-tiles .main-img > img:last-child,
.card-img-tiles .thumblist > img:last-child {
	margin-bottom: 0;
}

.card-img-tiles .main-img > img,
.card-img-tiles .thumblist > img {
	width: 100%;
	margin-bottom: 6px;
}

.right-search .custom-search-input {
	padding: 3px;
	border: solid 1px #e4e4e4;
	border-radius: 6px;
	background-color: #fff;
}

.right-search .custom-search-input input {
	border: 0;
	box-shadow: none;
}

.right-search .custom-search-input button {
	margin: 9px 0 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #666666;
	padding: 3px 0 0 3px;
}

.right-search .custom-search-input button:hover {
	border: 0;
	box-shadow: none;
}

.right-search .custom-search-input .glyphicon-search {
	font-size: 23px;
}

.right-search .custom-search-input .has-search {
	padding-bottom: 0;
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	padding-top: 15px !important;
}

.right-search .list-group {
	cursor: pointer;
	padding: 10px 15px;
	color: #404448;
	font-size: 14px;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0;
}

.single-page .post-detail {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.post-detail .post-by {
	align-items: center;
}

.post-detail .medsos .share-item {
	display: flex;
	list-style: none;
}

.share-item .circle {
	width: 40px;
	height: 40px;
	line-height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	background: #2959ad;
	color: #fff;
}

.post-detail .medsos li a:hover {
	color: #2959ad;
	background-color: #f4c23d;
	transition: all 0.5s;
}

/* dealer page */
.listing-dealer .card .card-body {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 2px solid #e6e6e6;
}

.listing-dealer .card-img-left {
	width: 150px;
	height: 150px;
	margin-right: 20px;
}

.list-group-item {
	border: none;
	padding: 0;
}

.r-item {
	width: 60%;
	text-align: right;
}

/*Tesimonial*/




/* Responsive Breakpoint */
/* Tablet */
@media screen and (max-width: 768px) {
	body {
		overflow-x: hidden;
	}

	.__titlecar {
		padding-top: 1rem;
	}

	.menu-toggle {
		display: flex;
	}
	
.meta-item {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-right: auto;
  color: #303133;
}

.ads {
    height: 100%;
    position: absolute;
}

#hubungi-kami {
   height: 100%; 
}
	/*.header {*/
	/*	justify-content: space-between;*/
	/*	padding: 0 15px;*/
	/*}*/
	

	
	/* Background Mobile menu*/
	.header ul {
		position: absolute;
		right: 0;
		height: 90vh;
		top: 10vh;
		width: 80%;
		justify-content: space-evenly;
		flex-direction: column;
		align-items: flex-start;
		background-color: #1a304d;
		transition: all 1s ease-out;
		opacity: 0;
		padding-left: 50px;
		z-index: -1;
	}

	.header .btn .btn-daftar,
	.header .btn .btn-masuk {
		display: none;
	}

	.header .btn-icon {
		display: none;
	}

	.header ul.slide {
		opacity: 1;
		transition: all 1s ease-in;
		z-index: 2;
	}

	.mobile-menu,
	.mobile-menu .btn,
	.mobile-menu .btn-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 3px 0;
		background-color: #f9b234;
	}

	.mobile-menu .btn .btn-daftar {
		cursor: pointer;
		border-radius: 4px;
		padding: 0.375rem 0.75rem;
		background-color: #181209;
	}

	.mobile-menu .btn a {
		color: #fff;
	}

	.mobile-menu .btn a:hover {
		color: #3c57fb;
		transition: all 0.5s;
	}

	.mobile-menu .btn-icon .btn-masuk {
		cursor: pointer;
		border-radius: 4px;
		background-color: #3c57fb;
		color: #ffffff;
		padding: 3px 10px;
	}

	.mobile-menu .btn-icon .btn-masuk:hover {
		cursor: pointer;
		border-radius: 4px;
		background-color: #727272;
		color: #ffffff;
		padding: 3px 10px;
		transition: all 0.5s;
	}

	.mobile-menu .btn .btn-dijual {
		cursor: pointer;
		border-radius: 4px;
		background-color: #ff4444;
		color: #ffffff;
		padding: 3px 10px;
	}

	.mobile-menu .btn .btn-dijual:hover {
		cursor: pointer;
		border-radius: 4px;
		background-color: #727272;
		color: #ffffff;
		padding: 3px 10px;
		transition: all 0.5s;
	}

	/* breadcrumbs */
	.breadcrumb {
		display: none;
		margin-top: 10em;
	}
	/* .brody {
		margin-top: 6em;
	} */
	/* single page */
	.single-car .__title {
		font-size: 28px;
	}

	.car-specification {
		margin-top: 0px;
		padding-top: 3rem;
	}

	.car-specification ._title {
		margin-top: 30px;
	}

	.detail-article .__title {
		font-size: 28px;
	}

	.detail-article .tags {
		margin-bottom: 30px;
	}

	.detail-article a {
		margin-bottom: 10px;
	}

	.bottom-content {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.spek {
		width: 100%;
		margin-bottom: 15px;
	}

	.fasilitas {
		width: 100%;
		margin-left: 0px;
		margin-right: 4px;
	}

	.deskripsi {
		padding-bottom: 20px;
	}
}

/* back to top */
#totop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	background-color: #e2ac74;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#totop:hover {
	cursor: pointer;
	background-color: #333;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #d6d6d6;
}

::-webkit-scrollbar-thumb:hover {
	background: #a9a9a9;
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.nama-pt {
	color: #e2ac74;
}
