/*
Theme Name: Isuzu Theme
Theme URI: 
Author: Isuzu
Description: Theme for Isuzu website
Version: 1.0.24
License: GNU General Public License v2 or later
Text Domain: Isuzu
*/
.filter-product .clear-form {
    font-size: 14px!important;
    text-align: center!important;
}
.filter-product .clear-form a {
    color: #2e1615!important;
    display: inline-block!important;
    padding: 5px 10px!important;
    background: #eeeeef!important;
    border-radius: 25px!important;
}

#pengalaman-kerja .repeat {
	position: relative;
}

.delete-pengalaman {
	background: #eee;
	border-radius: 50%;
	border: none;
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 7px;
	font-size: 14px;
	line-height: 1;
}

.delete-pengalaman:hover {
	background: #f3f3f3;
}

.repeat:first-child .delete-pengalaman {
	display: none;
}

.outlet-map {
	position: relative;
}

.outlet-map .loader {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.outlet-map .loader .spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	z-index: 1;
}

.spinner {
	margin: 0 auto;
	width: 70px;
	height: 14px;
	text-align: center;
}

.spinner > div {
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.g-recaptcha.has-error > div {
	border: 1px solid #fd003a;
	border-radius: 4px;
}

.branch-promos {
	margin-top: 60px;
	margin-bottom: 80px;
}

@media (min-width: 576px) {
	.branch-promos .card-thumb {
		width: 90%;
		height: 75%;
		margin: 30px 0 30px 25px;
	}
}

.branch-promos h2 {
	text-align: center;
	color: #615a5a;
	font-size: 28px;
	margin-bottom: 20px;
}

.branch-promos .card {
	margin-top: 34px;
	border-radius: 30px;
	background-color: #f8f6f6;
}

.branch-promos .btn {
	font-weight: normal;
	padding: 14px 20px;
	margin-top: 10px;
}

.outlet-single .container {
	max-width: 1142px;
}

.single-page-title {
	margin-bottom: 70px;
}

.single-page-title h1 {
	font-size: 40px;
	text-align: center;
	font-weight: 600;
}

.single-page-subtitle {
	text-align: center;
	margin-top: 20px;
}

.outlet-layanan {
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	margin-bottom: 45px;
}

.outlet-layanan-inner {
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	padding-top: 12px;
	padding-bottom: 16px;
}

.outlet-layanan h2 {
	text-align: center;
	font-size: 23px;
	font-weight: 500;
}

.outlet-layanan p {
	text-align: center;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 300;
	color: #999;
}

.outlet-single-image {
	margin-bottom: 50px;
}

.outlet-single-image img {
	width: 100%;
	height: auto;
}

.outlet-single .outlet-info h3 {
	font-size: 20px;
	color: #666;
	margin-bottom: 5px;
}

.outlet-single .outlet-info {
	color: #666;
	margin-bottom: 30px;
}

.outlet-single .outlet-info p {
	line-height: 1.8;
	margin-bottom: 0;
}

.outlet-alamat {
	display: flex;
}

.outlet-direction {
	color: #ce181e;
	margin-left: 20px;
	font-weight: 600;
}

.outlet-direction svg {
	width: 24px;
	height: 24px;
	border: 2px solid #ce181e;
	border-radius: 50%;
	padding: 3px;
	vertical-align: middle;
	margin-right: 6px;
}

@media (min-width: 768px) {
	.outlet-btn {
		text-align: right;
	}
}

.outlet-btn .btn {
	width: 230px;
	padding: 16px 0;
	margin-bottom: 14px;
	display: inline-block;
	border-radius: 5px;
}

.outlet-btn .btn-contact {
	background-color: #fff;
	border: 2px solid rgba(238, 28, 37, 0.5);
}

.faq-page-image {
	margin-bottom: 30px;
}

.faq-page-image img {
	width: 100%;
	height: 718px;
	object-fit: cover;
}

.faq-page {
	margin-bottom: 80px;
}

.faq-content .container {
	max-width: 1545px;
}

.faq-content h2 {
	font-weight: 600;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 40px;
	margin-bottom: 20px;
}

.faq-page summary::-webkit-details-marker {
	display: none;
}

.faq-page summary {
	list-style: none;
	background-color: #f8f6f6;
	padding: 20px;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	padding-right: 50px;
}

.faq-page summary::after {
	/*content: "\e902";*/
	content: "\e911";
	font-family: "icomoon";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 600;
	transition: all 0.3s;
}

.faq-page details[open] > summary::after {
	transform: rotate(180deg) translateY(50%);
	transform-origin: center;
}

.faq-page details {
	margin-bottom: 15px;
}

.faq-page details > div {
	background-color: #f8f6f6;
	padding: 50px;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.4;
}

.faq-image {
	margin-right: 30px;
	width: 100%;
	margin-bottom: 20px;
}

.faq-answer p:last-child {
	margin-bottom: 0;
}

@media (min-width: 600px) {
	.faq-page details > div {
		display: flex;
		align-items: flex-start;
	}

	.faq-image {
		margin-bottom: 0;
		width: 32%;
		flex-shrink: 0;
	}
}

.faq-answer h4 {
	margin-top: 30px;
}

.faq-answer ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
}

.faq-answer ul li {
	display: flex;
	align-items: center;
	margin-left: 10px;
	margin-right: 10px;
	width: 30%;
}

.faq-answer ul img {
	margin-right: 20px;
}

.faq-answer ol {
	list-style: none;
	padding: 10px 14px;
	background: #fff;
	border-radius: 6px;
	max-width: 500px;
}

.faq-answer ol li {
	padding-left: 24px;
	background: url(assets/images/check.png) 0 6px no-repeat;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 16px;
}

.contact-branch {
	margin-top: 20px;
	margin-bottom: 40px;
}

.contact-branch p {
	line-height: 1.5;
}

.contact-branch h3 {
	margin-bottom: 20px;
}

.contact-branch h4 {
	margin-top: 40px;
	margin-bottom: 30px;
}

#konsultasi .konsultasi__inner .form-label {
	text-align: left !important;
}
/*#konsultasi .select2-selection__placeholder {
	float: left !important;
}*/

.form-input[disabled] {
	background-color: #fafafa;
}

.btn-otp[disabled] {
	opacity: 0.5;
}




.page-assets .assets-wrap .asset-item-box .column-action {
	display: block;
}

.page-assets .assets-wrap .asset-item-box .column-action .action-wrapper {
    align-self: flex-end;
    justify-content: flex-end;
	display: flex;
}

.page-assets .assets-wrap .asset-item-box .column-action .nopol-wrapper {
	margin-bottom: 20px;
    text-align: right;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #908F8F;
	margin-top: 2px;
}


@media (min-width: 1024px) {
	.page-assets .assets-wrap .asset-item-box {
	  display: grid;
	  grid-template-columns: minmax(auto) minmax(300px, 1fr) minmax(auto);
	  grid-gap: 34px;
	  align-items: stretch;
	  width: 100%;
	}
	
	.page-assets .assets-wrap .asset-item-box > [class*=column] {
	  padding: 27px;
	  height: 100%;
	  display: flex;
	  flex-direction: column;
	  justify-content: flex-start;
	}
	
	.page-assets .assets-wrap .asset-item-box .column-vehicle {
	  grid-column: 1;
		padding-right: 0;
	}
	
	.page-assets .assets-wrap .asset-item-box .column-info {
	  grid-column: 2;
		padding-left: 0;
		padding-right: 0;
		display: flex;
		flex-direction: column;
	}
	  .page-assets .assets-wrap .asset-item-box .column-info .activity{
		  margin-top: auto;
		  padding-top: 20px;
	  }
	
	.page-assets .assets-wrap .asset-item-box .column-action {
	  grid-column: 3;
		padding-left: 0;
		display: flex;
		flex-direction: column;
	}
	  .page-assets .assets-wrap .asset-item-box .column-action .action-wrapper{
		  margin-top: auto;
	  }
	
	.page-assets .assets-wrap .asset-item-box .column-activity {
	  display: none;
	}
	  
	  .page-assets .assets-wrap .asset-item-box>[class*=column]:not(:last-child) {
		  margin-right: 0;
	  }
  }

label[for="cb_syarat_ketentuan"],
label[for="cb_penawaran_terbaru"] {
	margin-bottom: 0;
}
