/* test edit css */

@import url("https://fonts.googleapis.com/css2?family=Oswald&amp;display=swap");

html,
body {
    scroll-behavior: smooth;
    height: 100%;
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Titillium Web', sans-serif;
}

.black-shade {
    filter: brightness(50%);
}

.img-tlr-brr {
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

/* cek form-control*/
/* input[type="text"],
textarea.form-control,
input.custom-file-input.form-control,
select.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

input[type="text"]:focus,
textarea.form-control:focus,
input.custom-file-input.form-control:focus,
select.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ab0000;
    background: transparent;
} */
/* endcek form-control*/

.btn-custom-rounded {
    border-radius: 100px;
    padding: 11px 42px;
    font-weight: bold;
}

.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat Bold", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    letter-spacing: 0.05em;
    line-height: 40px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    right: -5px;
    top: 5px;
    width: 112px;
    height: 40px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #dedede;
    background-image: -webkit-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: -o-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: linear-gradient(to bottom, #ffffff 45%, #dedede 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdedede', GradientType=0);
}

.ribbon:before,
.ribbon:after {
    content: "";
    border-top: 3px solid #9e9e9e;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon:before {
    left: 0;
}

.ribbon:after {
    right: 0;
}

.ribbon.red {
    background-color: #bc1a3a;
    background-image: -webkit-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
    background-image: -o-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
    background-image: linear-gradient(to bottom, #a61733 45%, #bc1a3a 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa61733', endColorstr='#ffbc1a3a', GradientType=0);
}

.ribbon.red:before,
.ribbon.red:after {
    border-top: 3px solid #8f142c;
}

.ribbon.blue {
    background-color: #1a68bc;
    background-image: -webkit-linear-gradient(top, #1755a6 45%, #1a68bc 100%);
    background-image: -o-linear-gradient(top, #1755a6 45%, #1a68bc 100%);
    background-image: linear-gradient(to bottom, #1755a6 45%, #1a68bc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff1755a6', endColorstr='#ff1a68bc', GradientType=0);
}

.ribbon.blue:before,
.ribbon.blue:after {
    border-top: 3px solid #1f548c;
}
.homepage-nav {
    top: 40px;
    z-index: 100;
}

hr.divider-about {
    width: 50%;
    border: 2px solid white;
    background-color: white;
    border-radius: 5px;
}

p.about {
    line-height: 1.75rem;
}

/* Start Hero Image Starter Pack */

/* The hero image */
.hero-image {
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
}

.hero-text button:hover {
    background-color: #555;
    color: white;
}
/* End Hero Image Starter Pack */

.dark-red {
    background-color: #ab0000;
    color: white;
    font-weight: bold;
}

.nav-custom-tab .nav-item {
    color: #ab0000;
}

.nav-custom-tab .active {
    background-color: #ab0000 !important;
    color: white !important;
}

ul.syarat {
    list-style: none; /* Remove default bullets */
}

ul.syarat li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.text-red {
    color: #ab0000;
}

.text-app{
    color: #002C49;
}

.bg-red {
    background-color: #ab0000;
    color: white;
}

.btn-danger {
    background-color: #ab0000 !important;
    border: none;
}

.btn-danger:hover {
    background-color: #720000 !important;
}

.btn-outline-danger {
    color: #ab0000;
    border: 1px solid #ab0000 !important;
}

.btn-outline-danger:hover {
    background-color: #ab0000 !important;
}

.text-danger {
    color: #ab0000 !important;
}

.default-btn {
    padding: 10px 35px;
    text-decoration: none;
}

.dark-red:hover {
    background-color: #990404;
    color: white;
}

.stretched-link,
.stretched-link:hover {
    text-decoration: none;
    color: inherit !important;
}

.gambar {
    position: relative;
}

.jumbotron {
    min-height: 400px;
    /* Set a specific height */
    height: 50%;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.gray-container {
    background-color: #eee;
    border-radius: 10px;
}

.image-bodyandcat {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/hero/BodyAndCat.jpg");
}
.image-accessories {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/hero/BodyAndCat.jpg");
}

.image-career {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../../../www.piranhaphotography.com/blog/wp-content/uploads/2010/07/business-office-photographer-brochure-0087.html");
}

.image-banner-sales {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/banner.jpg");
}

.image-profile {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/mitsubishi-office.jpg");
}

.banner_dealer {
    background-size: 100%; 
    height: 100vh;
    background-color: white;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.red-gradient {
    background-color: #ab0000 !important;
    color: white !important;
}

.kategori {
    position: absolute;
    bottom: -16px;
    background-color: #ab0000;
    padding: 10px 30px;
    /* font-weight: bold; */
    color: white;
}

.wrapper {
    margin-top: 75px;
}

#topbar {
    background-color: white;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    /* color: rgba(255, 255, 255, 0.6); */
    color: black;
    z-index: 999;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#topbar .contact-info a {
    line-height: 1;
    /* color: rgba(255, 255, 255, 0.6); */
    color: black;
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    color: #fff;
}

#topbar .contact-info i {
    color: #cc1616;
    padding-right: 4px;
}

#topbar .contact-info i.icofont-phone {
    margin-left: 15px;
}

#topbar .social-links a {
    /* color: rgba(255, 255, 255, 0.5); */
    color: #ab0000;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    color: #ab0000;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

#hero-home {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url("../img/hero-bg.jpg") top center;
    background-size: cover;
    position: relative;
}

#hero-home:before {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.download-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    padding: 8px 24px 10px 46px;
    border-radius: 3px;
    transition: 0.5s;
    color: #fff;
    background: #ab0000;
    position: relative;
}

.download-btn:hover {
    background: #6d0000;
    color: white;
    text-decoration: none;
}

.download-btn i {
    font-size: 20px;
    position: absolute;
    left: 18px;
    top: 8.5px;
}

.download-btn + .download-btn {
    margin-left: 20px;
}

.dropdown {
    position: static !important;
}

.dropdown-menu {
    width: 100% !important;
    margin-top: -5px !important;
}

.nav-item > a {
    font-weight: bold !important;
}

.nav-img-product {
    width: 200px;
}

.carousel-img-product {
    width: 200px;
}

.card-link-product span {
    color: black;
}

.card-link-product:hover {
    text-decoration: none !important;
}

.tab-car {
    color: #ab0000 !important;
    cursor: pointer;
}

.tab-car.active {
    font-weight: bold;
    border-bottom: 3px solid #ab0000;
    background-color: transparent !important;
    color: #ab0000 !important;
    cursor: pointer;
}

.carousel-caption-mini {
    display: none;
}

.jumbotron {
    border-radius: 0 !important;
}


#detailInterior .jumbotron,
#detailPerforma .jumbotron,
#detailFiturKeselamatan .jumbotron {
    background-color: black !important;
    color: white !important;
}

.product-list-caption p,
.product-list-caption h5 {
    color: #000;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

@media only screen and (max-width: 540px) {
    .homepage-nav {
        top: 0;
    }
    .carousel-caption {
        display: none;
    }
    .carousel-caption-mini {
        display: inline-block;
    }
    hr.divider-about {
        width: 100%;
        border: 2px solid white;
        border-radius: 5px;
    }
}

#schedule-carousel .owl-item {
    width: 50% !important;
}

.footer-bs {
    background-color: #000;
    padding: 60px 40px;
    color: rgba(255, 255, 255, 1);
    /* margin-bottom: 20px; */
    /* border-bottom-right-radius: 6px;
border-top-left-radius: 0px;
border-bottom-left-radius: 6px; */
}
.footer-bs .footer-brand,
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
    padding: 10px 25px;
}
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
    border-color: transparent;
}
.footer-bs .footer-brand h2 {
    margin: 0px 0px 10px;
}
.footer-bs .footer-brand p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bs .footer-nav ul.pages {
    list-style: none;
    padding: 0px;
}
.footer-bs .footer-nav ul.pages li {
    padding: 5px 0px;
}
.footer-bs .footer-nav ul.pages a {
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    text-transform: uppercase;
}
.footer-bs .footer-nav ul.pages a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.footer-bs .footer-nav h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
    list-style: none;
    padding: 0px;
}
.footer-bs .footer-nav ul.list li {
    padding: 5px 0px;
}
.footer-bs .footer-nav ul.list a {
    color: rgba(255, 255, 255, 0.8);
}
.footer-bs .footer-nav ul.list a:hover {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.footer-bs .footer-social ul {
    list-style: none;
    padding: 0px;
}
.footer-bs .footer-social h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.footer-bs .footer-social li {
    padding: 5px 4px;
}
.footer-bs .footer-social a {
    color: rgba(255, 255, 255, 1);
}
.footer-bs .footer-social a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.footer-bs .footer-ns h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.footer-bs .footer-ns p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
    .footer-bs .footer-nav,
    .footer-bs .footer-social,
    .footer-bs .footer-ns {
        border-left: solid 1px rgba(255, 255, 255, 0.1);
    }
}

.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}

/* DEMO 1 ============================== */
.hover-1 img {
    width: 105%;
    position: absolute;
    top: 0;
    left: -5%;
    transition: all 0.3s;
}

.hover-1-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all 0.4s;
}

.hover-1 .hover-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
    transform: translateY(0.5rem);
    transition: all 0.4s;
    opacity: 0;
}

.hover-1:hover .hover-1-content {
    bottom: 2rem;
}

.hover-1:hover .hover-1-description {
    opacity: 1;
    transform: none;
}

.hover-1:hover img {
    left: 0;
}

.hover-1:hover .hover-overlay {
    opacity: 0;
}

.img-perusahaan {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.services-avatar {
    border: 0.3rem solid rgba(#fff, 0.3);
    /* margin-top: -3.5rem; */
    margin-bottom: 0.8rem;
    max-width: 10rem;
    /* border: 5px solid #ab0000; */
    /* border-radius: 50%; */
}

ul#garis > li.nav-item > a.active {
    font-weight: bold;
    color: red;
    border-bottom: 3px solid red;
}

ul#garis > li.nav-item > a {
    color: gray;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}
.owl-nav button.owl-next {
    right: 0;
}

#schedule-carousel .owl-nav button.owl-prev {
    display: none;
    left: 0;
}

#schedule-carousel .owl-nav button.owl-next {
    display: none;
    right: 0;
}

#price-carousel .owl-nav button.owl-prev {
    display: none;
    left: 0;
}

#price-carousel .owl-nav button.owl-next {
    display: none;
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}
.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: grey !important;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
    background-color: #ab0000 !important;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: rgb(129, 129, 129);
}

.facebook {
    background: #3b5998;
    color: white;
}

.side-widget {
    background: #002C49;
}

.side-widget p {
    padding: 0;
    margin: 0;
    color: white;
    font-size: 12px;
}

.side-widget:hover {
    text-decoration: none;
}

.side-widget br {
    padding: 0;
    margin: 0;
}

.twitter {
    background: #55acee;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

/* #detailProduct .carousel .carousel-item {
    height: 500px;
} */

#products .nav {
    border: none;
}

#top-nav li {
    border: none !important;
    font-size: 0.9rem;
}

label.error {
    color: red;
    /* background-color: #acf; */
 }

 .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.btn-app{
    background-color: #002C49;
}

.card-promos{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    padding: 14px 80px 18px 36px;
    cursor: pointer;
}
.card-promos:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.lds-dual-ring:after {
content: " ";
display: block;
width: 64px;
height: 64px;
margin: 8px;
border-radius: 50%;
border: 6px solid #fff;
border-color: #fff transparent #fff transparent;
animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}