.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
}

/* SPLASH SCREEN */
#splash {
    /* background: #000000 url(https://suzukimobilmalut.co.id/assets/img/bg-splash.jpg)no-repeat center bottom;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 130vh; */
}

.splash-img {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.42);
}

.grid-splash {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.5rem;
    padding-top: 1rem;
}

@media(max-width:768px) {
    .grid-splash {
        grid-template-columns: repeat(1, 1fr);
    }
}

.darker {
    /* background: linear-gradient(0deg, #343a4000, #343a4047), url(https://suzukimobilmalut.co.id/assets/img/bg-splash.jpg);
    position: relative;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed; */
    background:linear-gradient(0deg, rgba(36, 5, 23, 0.3), rgba(30, 5, 20, 0.3));

    position: relative;
}
.darker .img-parallax{
    width: 100%;
    height: 100%;
}

.darker .content-area{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 1;
}

.darker h1,
.darker h2 {
    margin: 0;
    color: #FFFFFF;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 600;
    text-align: center;
}

.darker h1>a>img {
    margin-top: 8.89%;
    width: 275px;
    height: auto;
    max-width: 100%;
}

.search-locator {
    margin-top: 25px;
}

.search-locator a.btn-dark {
    background: #000000;
    border: none;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 700;
    padding: 20px;
    border-radius: 12px !important;
}

.search-locator .card {
    height: 268px;
    padding: 10px 0;
    overflow-y: scroll;
    border-radius: 0 0 18px 18px !important;
}

.card-locator ul {
    padding: 0;
}

.card-locator ul li {
    list-style-type: none;
}

.card-locator ul li a {
    position: relative;
    display: block;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    padding: 23px 12px;
    color: #000000;
    border-bottom: 1px solid #BDBDBD;
}

.card-locator ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    background: url(https://suzukimobilmalut.co.id/assets/img/arrow-right.png)no-repeat center center;
}

.card-locator ul li a:hover:after {
    filter: invert(100%);
}

.card-locator ul li a>span {
    display: block;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0;
    text-align: left;
    color: #979797;
}

.card-locator ul li:last-child a {
    border: none;
}

.card-locator ul li a:hover {
    text-decoration: none;
    background: #000000;
    color: #FFFFFF;
}

.card.card-parent img {
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.card.card-parent .card-title {
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: bold;
}

.card.card-parent .card-text {
    font-size: .7rem;
}

.card.card-parent a {
    font-size: .7rem;
}

.card.card-child {
    margin-bottom: 30px;
}

.card.card.card-child .img-sm {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    object-position: center;
}

.card.card-child .card-title {
    font-size: .75rem;
    text-transform: uppercase;
}

.card.card-child .card-text {
    font-size: .7rem;
}

.card.card-child a {
    font-size: .7rem;
}

.grid-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.grid-card .card-item {
    width: 50%;
    position: relative;
    padding-right: 30px;
}


/* SPLASH SCREEN */
/* HEADER */
.navbar-light .navbar-toggler {
    color: transparent;
    border: none;
}

header {
    background: #FFFFFF;
    z-index: 2;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    filter: invert(0%); */
    background-image: none !important;
    background: url('https://suzukimobilmalut.co.id/assets/img/toggler-icon.svg') center/contain no-repeat !important;
    filter: invert(0%);
}

.navbar-nav .nav-link {
    color: #333333 !important;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
}

.navbar-nav .nav-link.active {
    color: #333333 !important;
    position: relative;
}

.navbar-nav .nav-link.active:after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://suzukimobilmalut.co.id/assets/img/line.png)no-repeat center center;
    filter: invert(100%);
}

/* HOME */
#home header {
    background: #000000;
    z-index: 2;
}

#home .navbar-toggler-icon {
    background: url('https://suzukimobilmalut.co.id/assets/img/toggler-icon.svg') center/contain no-repeat;
    filter: invert(0%);
}

#home .navbar-nav .nav-link {
    color: #FFFFFF !important;
}

#home .navbar-nav .nav-link.active {
    color: #FFFFFF !important;
    position: relative;
}

#home .navbar-nav .nav-link.active:after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://suzukimobilmalut.co.id/assets/img/line.png)no-repeat center center;
    filter: invert(0%);
}

/* HOME */
#side-menu .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.85) !important;
}

.top-bar h3, .top-bar p {
    float: left;
    font-size: 20px;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 0px;
}

.top-bar {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    background: #000000;
}

.top-bar ul {
    float: right;
    padding: 0;
    margin: 0;
}

.top-bar ul li {
    list-style-type: none;
    float: left;
    position: relative;
}

.top-bar ul li:last-child {
    margin-right: 30px;
}

.top-bar ul li a {
    color: #FFFFFF;
    padding: 14px 18px;
    display: block;
    border-right: 1px solid #ffffff;
}

.top-bar ul li:before {
    content: "";
    left: -20px;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url(https://suzukimobilmalut.co.id/assets/img/icon_top-bar_marker.png)no-repeat center center;
    position: absolute;
}

.top-bar ul li:last-child:before {
    display: none;
}

.top-bar ul li:last-child:after {
    content: "";
    right: -20px;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url(https://suzukimobilmalut.co.id/assets/img/icon_top-bar_down.png)no-repeat center center;
    position: absolute;
}

.top-bar ul li:last-child a {
    border: none;
}

.top-bar ul li a:hover {
    text-decoration: none;
}

@media all and (min-width: 992px) {
    .top-bar .dropdown {
        position: relative;
        display: inline-block;
    }

    .top-bar .dropdown-menu {
        margin-top: 0;
        background-color: #f9f9f9;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        z-index: 100;
        border-radius: 0;
        border: 0
    }

    .top-bar .dropdown-menu ul {
        padding: 0 !important;
        margin: 0 !important;
    }

    .top-bar .dropdown-menu ul li {
        display: block;
        width: 100%;
    }

    .top-bar .dropdown-menu ul li:before,
    .top-bar .dropdown-menu ul li:after {
        display: none;
    }

    .top-bar .dropdown-menu ul li a {
        color: #000000;
        padding: 5px 10px;
        display: block;
    }

    .top-bar .dropdown-menu ul li a:hover {
        color: #FFFFFF;
        background: #000000;
    }

    .top-bar .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* HEADER */
.top-area {
    position: relative;
    margin-top: 0;
}

.top-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 412px;
    /* background: url(https://suzukimobilmalut.co.id/assets/img/top-area_gradient.png)repeat-x top left; */
    /* z-index: 2; */
}

.top-area:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.34);
}

#hero {
    background: #000 url(https://suzukimobilmalut.co.id/assets/img/hero-angle.png)no-repeat center center;
    background-size: cover;
    height: 100vh;
}

#quick-button {
    padding: 70px 0;
}

#quick-button .container {
    max-width: 1015px;
}

#quick-button a {
    color: #333333;
    text-align: center;
}

#quick-button img {
    display: inline-block;
    margin-bottom: 5px;
}

#quick-button a:hover {
    text-decoration: none;
}

#quick-button .card {
    background: #FFFFFF;
    box-shadow: 0 15px 40px rgba(51, 51, 51, 0.1);
    padding: 26px;
    border-radius: 8px;
    border: none;
}

#quick-button p {
    text-align: center;
}

#quick-button h4 {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
}

#produk-pilihan {
    padding: 95px 0;
    background: url(https://suzukimobilmalut.co.id/assets/img/bg_produk-pilihan.png)no-repeat 75% 5%;
}

#produk-pilihan h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    color: #333333;
}

#produk-pilihan p {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    color: #666666;
}

.card-produk {
    background: #FFFFFF;
    box-shadow: 0 26px 40px rgba(51, 51, 51, 0.14);
    border-radius: 16px;
    border: none;
    padding: 20px 22px;
    min-height: 330px;
}

.card-produk img {
    width: 100%;
    height: auto;
}

.card-produk h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold !important;
    font-size: 12px !important;
    line-height: 15px;
    color: #333333;
    margin: 30px 0 17px;
}

.card-produk h6 {
    font-family: Montserrat;
    font-size: 8px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 10px;
    letter-spacing: 0;
    text-align: left;
    color: #333333;
    margin: 0;
}

.card-produk p {
    font-family: Montserrat !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 15px;
    letter-spacing: 0;
    text-align: left !important;
    color: #333333;
    margin: 10px 0 17px !important;
}

.card-produk a {
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0;
    text-align: left;
    color: #E11B22;
}

.card-produk-list {
    padding: 0;
    min-height: 370px !important;
    margin-bottom: 30px;
}

.card-produk-list span {
    padding: 20px 22px;
    position: relative;
}

.card-produk-list span:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -1px;
    height: 1px;
    background: rgba(189, 189, 189, 0.6);
}

.card-produk-list .btn-var {
    text-align: center;
    border-radius: 0 0 16px 16px;
    border: none;
    padding: 15px 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: rgba(51, 51, 51, 0.8);
    background: #FFFFFF;
}

.card-produk-list .btn-var:hover,
.card-produk-list .btn-var:focus {
    background: #E11B22;
    color: #FFFFFF;
}

ul.var-prod {
    padding: 0;
    margin: 0;
    width: 800px;
    max-width: 100%;
}

ul.var-prod li {
    list-style-type: none;
    border-bottom: 1px solid rgba(189, 189, 189, 0.6);
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    width: 100%;
}

ul.var-prod li a {
    color: rgba(51, 51, 51, 0.8);
    display: block;
    padding: 8px 10px;
}

ul.var-prod li a span {
    float: right;
}

ul.var-prod li a:hover {
    text-decoration: none;
    background: #E11B22 !important;
    color: #FFFFFF;
}

ul.var-prod li:last-child {
    border: none;
}

.popover {
    padding: 40px 24px 5px;
    color: #212529;
    background: #FFFFFF;
    box-shadow: 0 26px 40px rgba(51, 51, 51, 0.14);
    border-radius: 16px;
    border: none;
    max-width: 800px;
}

a.btn-more,
.btn-more {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    background: #000000 !important;
    border: none;
    padding: 13px 19px !important;
    box-shadow: 0 12px 24px rgba(51, 51, 51, 0.24);
    border-radius: 7px;
}

a:hover.btn-more {
    /* background: #E11B22 !important; */
    color: #FFFFFF;
}

#hubungi-sales {
    padding: 80px 0;
    background: #000000 url('https://suzukimobilmalut.co.id/assets/img/bg_hubungi-sales.png') no-repeat center center fixed;
    background-size: cover;
}

#hubungi-sales h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin: 0;
}

#hubungi-sales h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    margin: 0;
}

#hubungi-sales .card,
.card-sales {
    background: #FFFFFF;
    box-shadow: 0 26px 40px rgba(51, 51, 51, 0.14);
    border-radius: 16px;
    border: none;
    padding: 75px 65px 65px;
    margin-top: 50px;
}

#berita {
    padding: 120px 0;
}

#berita h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    color: #000000;
}

#berita p.desc {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

/* TABLE */
.table-product span {
    float: left;
    width: 40px;
    margin-right: 100px;
}

td.specs-title {
    width: 250px;
}

.table-product h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    color: #333333;
}

.table-product td {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 275.69%;
    color: #000000;
}

.table-sm td,
.table-sm th {
    padding: 0.1rem;
}

.nav-line {
    border-bottom: 1px solid #000000;
}

.nav-line a {
    color: #111111;
}

.nav-line .nav-link.active {
    color: #000000;
    font-weight: bold;
    background-color: #FFFFFF;
}

.nav-line .nav-link:hover {
    color: #E11B22;
    font-weight: bold;
    background-color: #FFFFFF;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F9F9F9;
}

/* TABLE */
/* FORM */
form label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: rgba(51, 51, 51, 0.8);
}

.form-control {
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 12px;
}

/* FORM */
#fitur {
    background: white;
}

.fitur-content {
    padding: 100px 60px;
    position: relative;
    z-index: 5;
}

.fitur-content h6 {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
}

.fitur-content h4 {
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
}

.fitur-content p {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.fitur-content p a {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    padding: 16px 45px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    margin-top: 40px;
    display: inline-block;
}

.fitur-content p a:hover {
    text-decoration: none;
    border: 1px solid #E11B22;
    background: #E11B22;
}

.fit {
    background-size: cover;
    position: relative;
    z-index: 2;
}

.fit-1 {
    background: url(https://suzukimobilmalut.co.id/assets/img/servis.png)no-repeat center center;
}

.fit-2 {
    background: url(https://suzukimobilmalut.co.id/assets/img/sales.png)no-repeat center center;
}

.fit-3 {
    background: url(https://suzukimobilmalut.co.id/assets/img/parts.png)no-repeat center center;
}

.fit-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

#dealer-locations {
    display: block;
    min-height: 200px;
}

#dealer-locations h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 18px 0;
}

#testimoni {
    background: #FFFFFF;
    padding: 80px 0;
}

#testimoni h3 {
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 60px;
}

#testimoni h4 {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1599999964237213px;
    text-align: left;
    margin: 0;
}

#testimoni h6 {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.14000000059604645px;
    text-align: left;
}

#testimoni .card {
    padding: 36px;
    border-radius: 12px;
}

#testimoni .card p {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2800000011920929px;
    text-align: left;
}

.star-rating ul {
    padding: 0;
    margin: 0;
}

.star-rating ul li {
    float: left;
    list-style-type: none;
    color: #EBA100;
}

.logo {
    width: 49px;
    height: auto;
}

.fab {
    position: fixed;
    background: #E11B22;
    padding: 12px 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    border-radius: 14px 0 0 14px;
    z-index: 99;
}

.fab .col {
    padding: 0;
}

.fab .col:last-child {
    border: none;
}

.iconic {
    width: 70px;
    padding-bottom: 14px;
    padding-top: 14px;
}

.fab .col:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #FFFFFF;
    margin-left: 10px;
}

.fab .col:last-child:after {
    display: none;
}

.iconic a {
    color: #FFFFFF;
}

.iconic a:hover {
    text-decoration: none;
}

.iconic p {
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    line-height: 8px;
}

.iconic p span {
    font-family: Roboto;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 10px;
}

/* CONTENT */
.content {
    padding: 0;
}

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 0;
    list-style: none;
    background: #FFFFFF url(https://suzukimobilmalut.co.id/assets/img/bg_breadcrumb.png)repeat-x top left;
    border-radius: 0;
    border-bottom: 1px solid rgba(151, 151, 151, 0.8);
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
}

.breadcrumb ul li {
    list-style-type: none;
    float: left;
}

.breadcrumb ul li a {
    display: block;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.6);
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #333333;
}

.breadcrumb ul li:last-child a {
    margin-right: 0;
    border: none;
    padding-right: 0;
}

.page-title {
    padding: 100px 0;
    background: #000 url(https://suzukimobilmalut.co.id/assets/img/bg_page.png)no-repeat center center;
    background-size: cover;
}

.page-title h2, .page-title h1, .page-title p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.page-title p.desc {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.title h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}

.title h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -1px;
    color: #333333;
    margin: 0;
}

.title h4 {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin: 11px 0 13px;
}

.page-content {
    padding: 80px 0 300px;
}

.page-content p {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}

.blockquote p {
    font-family: Playfair Display;
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
    line-height: 37px;
    color: #333333;
    padding-left: 25px;
    border-left: 3px solid #F8412E;
    margin: 34px 0;
}

.page-produk {
    padding: 80px 0 0px;
}

.card-calculator {
    background: #FFFFFF;
    box-shadow: 0 26px 40px rgba(51, 51, 51, 0.14);
    border-radius: 16px;
    border: none;
    padding: 25px 25px 42px;
}

.card-calculator p.desc {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 10px;
    color: rgba(51, 51, 51, 0.8);
    text-align: center;
}

.product-gallery {
    padding: 50px 0;
}

.product-gallery h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    /* identical to box height, or 100% */
    text-align: center;
    color: #333333;
}

.product-gallery p.desc {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    /* or 200% */
    text-align: center;
    color: #333333;
    margin: 0;
}

.product-gallery .btn-light {
    border-radius: 16px;
    color: #999999;
    background-color: #EBEBEB;
    border-color: #EBEBEB;
}

.product-gallery .btn-group>.product-gallery .btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #EBEBEB;
    border-color: #EBEBEB;
}

.price-list {
    padding: 50px 0 110px;
}

.price-list h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #333333;
}

.price-list p {
    text-align: center;
    margin: 0;
}

.price-list p.price,
.price-list p.type {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #333333;
}

.price-list p.desc {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #333333;
}

.btn-sim-kredit {
    background: #FFFFFF;
    padding: 20px 40px;
    border: none;
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.14);
    border-radius: 16px;
}

.btn-sim-kredit span {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-left: 20px;
}

.btn-sim-kredit:hover {
    background: #FFFFFF;
}

.bandingkan-produk {
    background: #F5F5F5;
    padding: 64px 0;
}

.bandingkan-produk h3 {
    text-align: center;
    margin-bottom: 56px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.bandingkan-produk p {
    text-align: center;
}

.bandingkan-produk p img {
    width: 100%;
    height: auto;
}

.bandingkan-produk .container {
    max-width: 800px;
}

.videoyoutube {
    position: relative;
    padding-bottom: 56.25%;
    /* Set based on the videos aspect ratio. If the aspect ratio is 16:9 set 
  the padding bottom to 56.25%. If the video aspect ration is 4:3, set padding-bottom to 75% */
    padding-top: 35px;
    /* Height of the youtube video header */
    height: 0;
    /* Not needed as the iframe derives the height from the padding bottom */
    overflow: hidden;
    /* hides if any of the video escapes outside the container */
}

.videoyoutube iframe {
    width: 100%;
    /* make sure video takes up 100% of the width */
    height: 100%;
    /* make sure video takes up 100% of the height */
    position: absolute;
    /* required because container has a height of 0 */
    left: 0;
    /* correct the positioning */
    top: 0;
    /* correct the positioning */
}

.mobile-grey {
    background: #ffffff;
}

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

.product-data {
    background: #FFFFFF;
    padding: 60px 0;
}

.product-data .card {
    background: #FFFFFF;
    box-shadow: 0 26px 40px rgba(51, 51, 51, 0.14);
    border-radius: 50px;
    border: none;
}

.product-data h3,
.product-data p.desc {
    text-align: center;
}

.product-data h3 {
    margin: 38px 0 17px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    color: #333333;
}

.product-desc h4,
.product-desc p {
    text-align: center;
}

.product-desc h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 24px;
}

.product-desc p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: flex-end;
    color: #333333;
}

.product-colour {
    padding: 20px;
}

.colour-switcher p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-align: center;
}

.colour-switcher p span {
    display: block;
}

.colour-switcher ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}

.colour-switcher ul li {
    float: left;
    margin-bottom: 7px;
    list-style-type: none;
    margin-right: 12px;
    margin-left: 6px;
}

.colour-switcher ul li:last-child {
    /* margin: 0; */
}

.colour-switcher ul li a {
    display: block;
    height: 26px;
    width: 26px;
    background: #9A9A9A;
    border-radius: 100px;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.colour-switcher ul li a:hover {
    background: #E11B22;
    border: 2px solid rgba(0, 0, 0, 0.9);
    box-shadow: 0 5px 10px rgba(51, 51, 51, 0.8);
}

.colour-switcher ul li a.light {
    border: 2px solid rgba(0, 0, 0, 0.9);
}

.colour-switcher ul li a.active {
    box-shadow: 0 5px 10px rgba(51, 51, 51, 0.8);
}

.stack-shadow {
    height: 100px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
    margin-top: 20px;
    background: url(https://suzukimobilmalut.co.id/assets/img/bg_stack-shadow_center.png)repeat-x left bottom;
}

.stack-shadow:before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 0;
    height: 118px;
    width: 118px;
    background: url(https://suzukimobilmalut.co.id/assets/img/bg_stack-shadow_left.png)no-repeat left bottom;
}

.stack-shadow:after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
    height: 118px;
    width: 118px;
    background: url(https://suzukimobilmalut.co.id/assets/img/bg_stack-shadow_right.png)no-repeat right bottom;
}

/* Horizontal line */
.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #FFFFFF;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}

#dataproduk.accordion>.card {
    border: none;
}

.main-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #333333;
    margin: 0;
}

.main-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 17px;
    text-align: center;
    color: #333333;
    margin: 0;
}

.main-title-sm {
    font-size: 18px;
    line-height: 18px;
}

.main-text-sm {
    font-size: 8px !important;
}

/* WIDGET */
.widget-sidebar {
    margin-bottom: 60px;
    float: left;
}

.widget {
    margin-bottom: 50px;
}

.widget ul {
    padding: 0;
    margin: 0
}

.widget ul li {
    list-style-type: none;
}

.widget h4 {
    margin-bottom: 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
}

.widget-post ul li {
    margin-left: -10px;
    margin-bottom: 15px;
}

.widget-post ul li h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.widget-post ul li p.postdate {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.5);
}

.widget-post ul li a {
    text-decoration: none;
    color: #080808
}

.widget-post ul li a.postdate {
    color: #080808;
}

.widget-tags ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.widget-tags ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.5);
    background: #ffffff;
}

/* WIDGET */
/* POST */
.query-post {
    padding: 0 20px 20px;
}

.query-post ul {
    margin: 0;
    padding: 0;
}

.query-post ul li {
    list-style-type: none;
    margin-bottom: 40px;
}

.query-post .featured-image {
    /* position: absolute; */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #dddddd;
    background-size: cover !important;
    overflow: hidden;
    border-radius: 10px;
}

.query-post p.postdate {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.query-post p.excerpt {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.5);
}

.query-post h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 20px;
}

.query-post .fig {
    /* height: 60vh; */
    margin-bottom: 20px;
}

.query-post .text {
    margin-left: -15px;
}

.query-post ul li a {
    text-decoration: none;
    color: #080808
}

.page-item .page-link,
.page-item.disabled .page-link {
    color: #333333;
    background-color: #F5F7FF;
    border-color: #ffffff;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333333;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-weight: bold;
}

.page-item.active .page-link,
.page-item .page-link:hover {
    z-index: 3;
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

/* POST */
.widget-related p.post-date {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #C4C4C4;
}

.widget-related h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.widget-related p.excerpt {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.7);
}

.widget-related p.read-more {
    text-decoration: underline;
}

.widget-related p:hover.read-more {
    color: #E11B22;
}

.meta {
    margin: 25px 0;
}

.meta .avatar {
    height: 40px;
    width: 40px;
    background: #dddddd;
    border-radius: 100px;
    float: left;
    margin-right: 15px;
    margin-top: -5px;
    background-size: cover !important;
}

.featured-image {
    background-size: cover !important;
}

.widget-related .fig,
.widget-related .featured-image {
    height: 250px;
}

.pad-full {
    padding: 0;
}

.alamat {
    margin-top: 20px;
    padding: 0;
}

.alamat h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.alamat p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}

.title-service {
    font-size: 18px;
    line-height: 24px;
}

ul.nav-service {
    padding: 0;
    margin: 0;
}

ul.nav-service li {
    list-style-type: none;
}

ul.nav-service li a {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #FFFFFF;
    box-shadow: 0 26px 40px rgba(51, 51, 51, 0.14);
    border-radius: 16px;
    display: block;
    width: 100%;
}

ul.nav-service li.active a,
ul.nav-service li a:hover {
    background: #333333;
}

ul.nav-service li.active a img,
ul.nav-service li a:hover img {
    filter: brightness(900%);
}

ul.nav-service li span p {
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    font-family: Montserrat;
    margin-top: 5px;
}

ul.nav-service li img {
    width: 100%;
    height: auto;
    padding: 20px;
}

.dataservis .collapsible-link::before,
.dataservis .collapsible-link::after {
    background: #111111;
}

.dataservis .card-header {
    border-bottom: 1px solid #dddddd !important;
}

/* MODALBOX */
.modal-suzuki {
    background: #FFFFFF;
    box-shadow: 0 26px 40px rgba(51, 51, 51, 0.14);
    border-radius: 16px;
    border: none;
}

.modal-suzuki .modal-header,
.modal-suzuki .modal-footer {
    border: none;
    position: relative
}

.modal-suzuki h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.modal-suzuki p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #BDBDBD;
    margin: 0;
}

.modal-suzuki p strong {
    color: #000000;
}

.smsCode {
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    border: none;
    border-bottom: solid 1px #111111;
    width: 100%;
    outline: none;
}

.modal-suzuki a.close {
    position: absolute;
    top: 0;
    right: 0;
    background: black;
    color: #ffffff;
    padding: 0 5px 4px;
    border-radius: 100px;
    z-index: 99;
    font-weight: normal;
    display: block;
    cursor: pointer;
    opacity: 1;
}

.modal-suzuki a.close span {
    margin-top: -4px;
    float: left;
    font-size: 30px;
}

.modal-suzuki label {
    font-size: 12px;
}

.modal-suzuki .table-product span {
    float: left;
    width: 40px;
    margin-right: 20px;
}

/* FOOTER */
#suzuki {
    color: rgb(255, 255, 255);
    background: #000000;
    padding: 63px 0 0;
}

#suzuki h4 {
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
}

a.logo-footer img {
    margin-bottom: 16px;
}

#suzuki p {
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
}

#suzuki ul {
    padding: 0;
}

#suzuki ul li {
    list-style-type: none;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0;
    text-align: left;
}

#suzuki ul li a {
    color: #ffffff;
}

#suzuki ul.social-badge li {
    float: left;
}

#suzuki ul.social-badge li.socmed {
    margin-right: 14px;
}

#suzuki ul.social-badge li.socmed a img {
    background: rgba(203, 203, 203, 0.23);
    padding: 20px;
    border-radius: 12px;
}

#suzuki ul.social-badge li.socmed a:hover img {
    background: red;
}

img.my-suzuki {
    margin-top: -10px;
}

.suzuki-info h6 {
    text-align: left;
}

.copyright {
    border-top: 1px solid #FFFFFF;
    text-align: center;
    padding: 16px 0;
    margin-top: 60px;
}

.copyright p {
    font-family: Montserrat;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
    text-align: center !important;
}

/* DATEPICKER */
.lightpick,
.ui-timepicker-wrapper {
    box-shadow: 0 26px 40px rgba(51, 51, 51, 0.14);
    border-radius: 6px;
}

.ui-timepicker-wrapper {
    width: 295px;
    height: 295px;
    max-height: 295px;
    border: 0;
    overflow: hidden;
}

.ui-timepicker-wrapper:before {
    content: "Chose a time";
    display: block;
    padding: 15px 20px;
    height: 20%;
    background-color: #E11B22;
    color: #fff;
    font-weight: 600;
}

.ui-timepicker-wrapper li {
    position: relative;
    padding: 5px 20px;
}

.ui-timepicker-wrapper li:hover,
.ui-timepicker-wrapper li:active {
    background-color: #ccc;
}

.ui-timepicker-wrapper ul {
    max-height: 80%;
    overflow-y: scroll;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
    background: none;
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped,
.lightpick__day.is-in-range,
.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover,
.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
    background-image: none;
    background-color: #E11B22;
    color: #fff;
}

.lightpick__previous-action,
.lightpick__next-action {
    font-family: 'Line Awesome Free';
}

.lightpick__previous-action:before {
    display: block;
    content: "\f104";
}

.lightpick__next-action:before {
    display: block;
    content: "\f105";
}

.lightpick__day {
    margin-bottom: 5px;
}

.lightpick__day.is-start-date.is-end-date.is-in-range {
    border-radius: 500% !important;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide .berita {
    min-height: 450px;
    position: relative;
    background-color: #f3f3f3;
    border-radius: 30px;
    overflow: hidden;
}

.swiper-slide .berita .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.swiper-slide .berita .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    line-height: 24px;
}

.swiper-slide .berita .caption a {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -10px;
    z-index: 199;
}

.swiper-pagination {
    pointer-events: all !important;
}

.swiper-pagination-bullet {
    margin: 0 8px;
    width: 10px;
    height: 10px;
    border-radius: 40px;
    cursor: pointer;
    background-color: #c4c4c4;
    outline: none !important;
}

.swiper-pagination-bullet-active {
    width: 10px;
    background-color: #333;
}

/* MEDIA QUERY */
@media screen and (max-width:991px) {

    #splash .darker:before,
    #splash .darker:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 300px;
    }

    #splash .darker:before {
        top: 0;
        background: rgb(0, 0, 0);
        background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
    }

    #splash .darker:after {
        bottom: 0;
        background: rgb(0, 0, 0);
        background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
    }

    .container {
        max-width: 100%;
    }

    .navbar-light {
        background-color: #000;
    }

    .breadcrumb ul {
        display: block;
        width: 100%;
        text-align: center;
    }

    .breadcrumb ul li {
        display: inline-block;
        float: none;
    }

    .navbar-nav .nav-link.active:after {
        display: none;
    }
}

@media screen and (max-width:767px) {
    #produk-pilihan h3 {
        font-size: 28px;
    }

    .fab {
        transform: none;
        width: 100%;
        border-radius: 0;
        top: auto;
        bottom: 0;
        text-align: center;
    }

    .fab .iconic {
        width: auto;
        border-right: 1px solid #fff;
    }

    .fab .iconic img {
        max-height: 30px;
        width: auto;
        margin-bottom: 5px;
    }

    .fab .col:after {
        display: none;
    }

    .fab .col:last-child .iconic {
        border-right: 0;
    }

    .suzuki-info h6 {
        text-align: center;
    }

    #quick-button .card {
        padding: 10px;
    }

    #quick-button h4 {
        font-size: 8px;
    }

    #quick-button img {
        margin-bottom: 3px;
    }

    .swiper-pagination-bullet {
        width: 14px;
    }

    .swiper-pagination-bullet-active {
        width: 35px;
    }

    .swiper-slide .berita {
        min-height: 327px;
        border-radius: 24px;
    }

    .swiper-slide .berita .caption {
        padding: 15px;
        line-height: 20px;
    }

    .swiper-slide .berita .caption a {
        font-size: 15px;
    }
}

@media screen and (max-width: 560px) {
    .swiper-slide .berita {
        min-height: 327px;
        border-radius: 24px;
    }

    .swiper-slide .berita .caption {
        padding: 15px;
        line-height: 20px;
    }

    .swiper-slide .berita .caption a {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    /* Show 4th slide on md if col-md-4 */
    .carousel-inner .active.col-md-4.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        /* change this with javascript in the future */
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) and (max-width: 768px) {

    /* Show 3rd slide on sm if col-sm-6 */
    .carousel-inner .active.col-sm-6.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -50%;
        /* change this with javascript in the future */
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
    }

    /* show 2 items */
    .carousel-inner .active+.carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be also positioned for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/* MD */
@media (min-width: 768px) {

    /* show 3rd of 3 item slide */
    .carousel-inner .active+.carousel-item+.carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    /* left or forward direction */
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* right or prev direction */
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/* LG */
@media (min-width: 991px) {

    /* show 4th item */
    .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
        transition: none;
    }

    /* Show 5th slide on lg if col-lg-3 */
    .carousel-inner .active.col-lg-3.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        /* change this with javascript in the future */
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}

@media (max-width: 420px) {
    .top-bar {
        display: none;
    }

    #suzuki p {
        font-size: 12px;
        line-height: 18px;
    }

    #suzuki ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .copyright {
        padding: 16px 20px;
    }

    .copyright p {
        font-size: 6px !important;
        color: #979797;
    }

    /* .fab {
        position: relative;
        width: 100%;
        border-radius: 0;
    } */
    .iconic {
        width: 100%;
    }

    .fab .col:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 50px;
        background: #FFFFFF;
        right: 0;
        top: 12px;
    }

    #hero {
        height: 70vh;
    }

    .top-area:after {
        display: none;
    }

    #quick-button .card {
        padding: 12px;
        min-height: 100px;
    }

    #quick-button h4 {
        font-size: 8px;
        line-height: 12px;
    }

    #quick-button .col-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    #produk-pilihan {
        padding: 25px 0;
        background: url(https://suzukimobilmalut.co.id/assets/img/bg_produk-pilihan.png)no-repeat 90% 0;
    }

    #produk-pilihan h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .card-produk h4 {
        font-size: 11px !important;
    }

    .card-produk a {
        font-size: 8px;
    }

    #hubungi-sales .card {
        padding: 50px 20px 30px;
    }

    #hubungi-sales h4,
    #hubungi-sales h3 {
        text-align: center;
    }

    #hubungi-sales h4 {
        font-size: 20px;
    }

    #hubungi-sales h3 {
        font-size: 32px;
    }

    #berita {
        padding: 42px 0 32px;
    }

    #berita h3 {
        font-size: 32px;
    }

    #berita p.desc {
        font-size: 14px;
    }

    #dealer-locations h3 {
        font-size: 20px;
    }

    #testimoni {
        background: #FFFFFF;
        padding: 40px 0;
    }

    #testimoni h3 {
        font-size: 18px;
    }

    .breadcrumb {
        margin-bottom: 0;
        border-bottom: 1px solid #333333;
    }

    .breadcrumb ul {
        margin: 0 auto;
    }

    .page-content {
        padding: 42px 0 24px;
    }

    .page-title {
        padding: 34px 0;
    }

    .page-title h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .page-title p.desc {
        font-size: 10px;
    }

    .title h6 {
        font-size: 10px;
    }

    .title h3 {
        font-size: 18px;
    }

    .title h4 {
        font-size: 16px;
    }

    .blockquote p {
        font-size: 18px;
        line-height: 24px;
    }

    .page-content p {
        line-height: 19px;
    }

    .popover {
        max-width: 100%;
    }

    .navbar-nav .nav-link.active:after {
        display: none;
    }

    #side-menu {
        padding: 0 0 20px;
    }

    #side-menu .navbar-nav .nav-link.active {
        background: #000000;
        color: #FFFFFF !important;
    }

    #side-menu .close {
        font-size: 42px;
        font-weight: 400;
        margin-right: 10px;
        color: #000000;
    }

    #side-menu .nav-link {
        padding: 12px 50px 12px 20px;
        text-align: right;
        text-transform: uppercase;
    }

    .contents ul {
        width: 100%;
        margin-top: 40px;
        display: inline-block;
    }

    .product-data .row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-data h3 {
        font-size: 24px;
    }

    .product-data p.desc {
        font-size: 14px;
    }

    .colour-switcher p {
        font-size: 14px;
    }

    .product-desc h4 {
        font-size: 18px;
    }

    .product-desc p {
        font-size: 16px;
    }

    .stack-shadow:before,
    .stack-shadow:after {
        background: url(https://suzukimobilmalut.co.id/assets/img/bg_stack-shadow_center.png)repeat-x left bottom;
    }

    .product-data .card {
        border-radius: 16px;
    }

    .mobile-grey {
        background: #f5f5f5 !important
    }

    #hubungi-sales .card,
    .card-sales {
        padding: 35px 25px 45px;
        margin-top: 0;
    }

    .query-post h2 {
        font-size: 14px;
        line-height: 20px;
    }

    .query-post p.post-date {
        font-size: 12px;
    }

    .query-post p.excerpt {
        font-size: 14px;
    }

    /* .query-post .fig {
        height: 25vh;
    } */

    /* .query-post .text {
        margin-left: 0px;
    } */

    .query-post .featured-image {
        border-radius: 2px;
    }

    .widget-related .fig,
    .widget-related .featured-image {
        height: 200px;
    }

    .alamat {
        margin-top: 20px;
        padding: 20px;
    }

    .main-title {
        font-size: 24px;
    }

    .swiper-slide .berita {
        min-height: 227px;
        border-radius: 24px;
    }

    .swiper-slide .berita .caption {
        padding: 10px;
        line-height: 14px;
    }

    .swiper-slide .berita .caption a {
        font-size: 10px;
    }
}

.testimonial-slider {
    overflow: hidden;
}

.slider-desktop .hero-img {
    height: 100vh;
}


/* ########################  MEDIA QUERY (END)   ######################## */