.price-range {
    padding-left: 0 !important
}

.car-address-wrapper {
    padding-left: 30px
}

.dealer-detail-icon img {
    width: 20px;
    margin-top: -9px
}

.section-header-custom {
    margin: 38px 0
}

.icon-left {
    padding-left: 0
}

.swiper-pagination-2 {
    text-align: center
}

.car-detail {
    margin-bottom: 40px
}

.tahun-mobil {
    padding: 0 15px;
    border-radius: 25px;
    box-shadow: 1px 1px 15px var(--otonesia-shadow-tint);
    color: #7e82a0
}

.tahun-mobil:hover {
    background-color: var(--otonesia-dark-green);
    color: #fff;
    text-decoration: none !important;
    transition: .2s
}

a {
    text-decoration: none !important
}

.tahun-mobil-wrapper {
    padding: 10px 10px 10px 0
}

.tahun-mobil-wrapper .active {
    background-color: var(--otonesia-dark-green);
    color: #fff
}

.spec-modal-wrapper {
    padding: 20px 0
}

.border-modal {
    border: 1px solid #ddd
}

.close-button-modal {
    color: var(--otonesia-yellow);
    font-size: 28px;
    position: absolute;
    top: 16px;
    right: 20px;
    cursor: pointer
}



#app {
    overflow-x: hidden
}

.item-action-btn:hover {
    text-decoration: none
}

.car-address-wrapper .item-action-btn {
    padding: 14px;
    font-size: 14px
}

.bottom-content {
    margin-top: 31px
}

.thumbnail {
    width: 85%;
    height: 92%;
    position: relative
}

.thumbnail .btn-play {
    position: absolute;
    bottom: 30%;
    left: 40%;
    width: 25%
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: url(../Images/Tools/nav-arrow.png);
    background-size: 100%;
    z-index: 1;
    cursor: pointer
}

.gallery-next {
    left: initial;
    right: 0;
    transform: translate(50%, -50%) rotate(180deg);
    transform-origin: center
}

.gallery-next-mobile {
    left: initial;
    right: 0;
    transform: translate(50%, -50%) rotate(180deg);
    transform-origin: center
}

.location-text {
    color: var(--otonesia-dark-green)
}

.location-wrapper {
    background-color: #d4eaeb;
    position: absolute;
    bottom: -12px;
    left: 18px;
    padding: 0 10px;
    border-radius: 10px
}

.car-phone,
.car-address {
    color: #595959
}

.car-phone {
    padding-bottom: 0 !important
}

.address-wrapper {
    margin-bottom: 10px;
    padding-left: 10px
}

.car-address {
    padding-left: 15px
}

.address-flex-custom {
    flex: 32%;
    max-width: 32%
}

.col-2 img {
    width: 20px;
    margin-top: -9px
}

.col-1 img {
    width: 12px
}

.wrapper-swiper-gallery {
    position: relative
}

.swiper-gallery {
    border-radius: 10px
}

.swiper-gallery-mobile {
    border-radius: 10px
}

.swiper-thumbs {
    margin-top: 19px
}

.swiper-thumbs .swiper-wrapper .swiper-slide {
    border-radius: 10px;
    overflow: hidden
}

.swiper-gallery .swiper-wrapper .swiper-slide,
.swiper-thumbs .swiper-wrapper .swiper-slide {
    position: relative;
    height: 0;
    padding-top: 74%;
    overflow: hidden
}

.swiper-thumbs .swiper-wrapper .swiper-slide {
    position: relative;
    height: 0;
    padding-top: 22%;
    overflow: hidden
}

.swiper-gallery .swiper-wrapper .swiper-slide .image-gallery {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    height: 100%
}

.swiper-thumbs .swiper-wrapper .swiper-slide .image-gallery {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    height: 100%
}

.banner-content img {
    align-self: start
}

.wrapper-banner-content .Center {
    text-align: center !important
}

.wrapper-banner-content .Left {
    margin-left: 48px !important
}

.wrapper-banner-content .Right {
    text-align: end !important;
    margin-left: -48px !important
}

.light .suv-header {
    color: var(--otonesia-light-cream) !important
}

.light .suv-subheader {
    color: var(--otonesia-light-orange) !important
}

.dark .suv-header {
    color: var(--otonesia-dark-green) !important
}

.dark .suv-subheader {
    color: var(--otonesia-dark-blue) !important
}

.banner-car {
    margin-right: 106px;
    visibility: hidden
}

.wrapper-banner-content {
    display: flex;
    color: var(--otonesia-white);
    justify-content: center
}

.wrapper-banner-content-text {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.wrapper-lihat {
    padding: 12px 0 0
}

.btn-lihat {
    padding: 25px 0
}

.section-filter {
    display: flex;
    justify-content: space-between;
    color: var(--otonesia-dark-grey)
}

.item-car-type {
    margin: 0 8px;
    cursor: pointer;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block
}

.item-car-type:nth-child(1) {
    margin: 0;
    margin-right: 8px
}

.--selected {
    text-decoration: underline
}

.list-car-type {
    padding-bottom: 22px
}

.wrapper-filter-form {
    margin: 32px 0
}

.wrapper-brand {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-row-gap: 50px;
    margin-bottom: 50px
}

.item-brand {
    text-align: center
}

.item-brand img {
    object-fit: contain;
    margin-bottom: 24px
}

.item-brand a {
    margin-bottom: 50px;
    color: var(--otonesia-dark-green)
}

.section-search {
    padding: 30px 60px 30px;
    margin: 32px 32px 0;
    z-index: 1;
    border-radius: 20px;
    border: none;
    box-shadow: 1px 1px 15px var(--otonesia-shadow-tint)
}

.section-search .section-header {
    margin: 0 0 24px
}

.wrapper-nav {
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    width: 100%;
    justify-content: space-between;
    display: flex
}

.banner-nav {
    width: 28px;
    height: 28px;
    cursor: pointer;
    box-shadow: 1px 1px 15px var(--otonesia-dark-blue);
    border-radius: 100px
}

.banner-nav.nav-left {
    transform: translateX(-50%)
}

.banner-nav.nav-right {
    transform: rotate(180deg) translateX(-50%)
}

.swiper-slide-2 a:hover .swiper-wrapper-banner-text {
    border-color: var(--otonesia-darker-green);
    background-color: var(--otonesia-darker-green);
    color: var(--otonesia-white);
    transition: .2s
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: var(--otonesia-yellow);
    opacity: 1
}

.swiper-wrapper-banner-text {
    position: absolute;
    top: 62%;
    background-color: var(--otonesia-dark-green);
    height: 45px;
    border-radius: 0 0 10px 10px
}

.swiper-text {
    text-align: center;
    color: #fff;
    padding: 11px 0
}

.swiper-pagination-bullet-active {
    background: var(--otonesia-dark-green);
    opacity: 1
}

.swiper-container-2 {
    position: initial
}

.wrapper-swiper-gallery-2 {
    position: relative
}

.swiper-gallery-2 {
    border-radius: 10px
}

.swiper-thumbs-2 {
    margin-top: 19px
}

.swiper-gallery-2 {
    border-radius: 10px
}

.swiper-slide-2 img {
    border-radius: 10px 10px 0 0
}

.gallery-nav-2 {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: url(../Images/Tools/nav-arrow.png);
    background-size: 100%;
    z-index: 1;
    cursor: pointer
}

.gallery-next-2 {
    left: initial;
    right: 0;
    transform: translate(50%, -50%) rotate(180deg);
    transform-origin: center
}

.swiper-gallery-2 .swiper-wrapper-2 .swiper-slide-2,
.swiper-thumbs-2 .swiper-wrapper-2 .swiper-slide-2 {
    position: relative;
    height: 0;
    padding-top: 30%;
    overflow: hidden
}

.swiper-thumbs-2 .swiper-wrapper-2 .swiper-slide-2 {
    position: relative;
    height: 0;
    padding-top: 22%;
    overflow: hidden
}

.swiper-gallery-2 .swiper-wrapper-2 .swiper-slide-2 .image-gallery-2 {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    max-height: 150px;
    object-fit: cover
}

.swiper-thumbs-2 .swiper-wrapper-2 .swiper-slide-2 .image-gallery-2 {
    position: absolute;
    top: 40%;
    transform: translateY(-50%)
}

@media screen and (max-width:991px) {
    .section-search {
        padding: 30px;
        margin: 15px 0 0;
        z-index: 0
    }
}

@media screen and (max-width:768px) {
    .btn-lihat {
        padding: 25px 0 38px 0
    }

    .wrapper-filter-form {
        margin: 40px 0 40px 0
    }

    .otonesia-select {
        padding: 6px 100px 6px 20px
    }

    #filter-pencarian {
        display: initial !important
    }

    .section-header-custom {
        margin: 20px 0 38px 0
    }

    .dealer-detail-icon {
        padding-left: 15px
    }

    .car-address-wrapper {
        padding-left: 15px
    }

    .car-address {
        padding-left: 30px
    }

    .icon-left {
        padding-left: 15px !important
    }

    .col-2 img {
        width: 15px;
        margin-top: -10px
    }

    .address-flex-custom {
        max-width: 32%;
        flex: 32%
    }

    .close-button-modal {
        color: var(--otonesia-yellow);
        font-size: 28px;
        position: relative;
        text-align: right;
        top: 0;
        right: 0;
        left: 100%;
        transform: translateX(-100%);
        cursor: pointer;
        display: inline-block
    }

    .car-address-wrapper .item-action-btn {
        padding: 6px;
        font-size: 14px
    }

    .btn-wrapper {
        margin-top: 32px;
        display: flex;
        padding: 0
    }

    .thumbnail {
        width: 100%;
        height: 100%
    }

    .row .car-address-wrapper {
        height: 100%
    }

    .gallery-nav {
        transform: translate(50%, -50%) scale(1.2)
    }

    .gallery-next {
        transform: translate(-50%, -50%) rotate(180deg) scale(1.2)
    }

    .gallery-next-mobile {
        transform: translate(-50%, -50%) rotate(180deg) scale(1.2)
    }

    .location-wrapper {
        left: 12px
    }

    .car-phone-wrapper .col-2,
    .car-address-wrapper .col-2 {
        padding-left: 5px;
        padding-right: 0
    }

    .car-phone {
        padding: 0 !important
    }

    .item-car-type {
        margin-bottom: 8px
    }

    .m-banner-car {
        width: 100%;
        max-width: 300px;
        visibility: hidden
    }

    .wrapper-banner-content {
        flex-direction: column;
        padding: 15px
    }

    .wrapper-lihat {
        padding: 0 0 13px
    }

    .brand-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-row-gap: 20px;
        margin-bottom: 20px
    }

    .item-brand img {
        width: 14vw;
        margin-bottom: 8px
    }

    .item-brand a {
        margin-bottom: 20px
    }

    .wrapper-filter-form {
        justify-content: center
    }

    .section-search {
        padding: 15px;
        margin: 15px 0 0;
        z-index: 0
    }

    .wrapper-search {
        flex-direction: column
    }

    .wrapper-search .otonesia-button {
        justify-content: center
    }

    .section-search .section-header {
        margin: 15px 0 30px
    }

    .banner-nav {
        width: 20px;
        height: 20px
    }

    .gallery-nav-2 {
        transform: translate(50%, -50%) scale(1.2)
    }

    .gallery-next-2 {
        transform: translate(-50%, -50%) rotate(180deg) scale(1.2)
    }

    .swiper-gallery-2 .swiper-wrapper-2 .swiper-slide-2,
    .swiper-thumbs-2 .swiper-wrapper-2 .swiper-slide-2 {
        position: relative;
        height: 0;
        padding-top: 90%;
        overflow: visible
    }

    .swiper-thumbs-2 .swiper-wrapper-2 .swiper-slide-2 {
        position: relative;
        height: 0;
        padding-top: 22%;
        overflow: visible
    }

    .gallery-next-2,
    .gallery-prev-2 {
        display: none
    }

    .price-range {
        padding-left: 15px !important
    }
}

@media screen and (max-width:590px) {
    .section-filter {
        flex-direction: column
    }

    .list-car-type {
        text-align: center;
        max-width: 320px;
        margin: 0 auto
    }
}

/* TABS */

.tabs {
    position: relative;
    margin: 1em 0;
}

.tabs .tabs-nav,
.tabs .tabs-content {
    margin: 0;
}

.tabs .tabs-nav {
    z-index: 10;
}

.tabs .tabs-content {
    z-index: 5;
}

.tabs-nav {
    margin: 1em 0;
    text-align: center;
}

.tabs-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs-nav ul li {
    flex: 0.1 0 auto;
    margin: 0;
}

.tabs-nav a {
    display: block;
    padding: 1em;
    border: none;
    text-decoration: none;
}

.tabs-content {
    margin: 1em 0;
    text-align: justify;
}

.tabs-content p {
    line-height: 1.2;
}

.tabs-content .tabs-panel {
    display: none;
}

.tabs-content .tabs-panel.active {
    display: block;
}

/** * Tabs Style: Line */

.style-line .tabs-nav ul li,
.tabs-nav.style-line ul li {
    margin-bottom: -1px;
}

.style-line .tabs-nav a,
.tabs-nav.style-line a {
    color: #aaa;
}

.style-line .tabs-nav a:hover,
.tabs-nav.style-line a:hover {
    color: #2196f3;
}

.style-line .tabs-nav ul li.active,
.tabs-nav.style-line ul li.active {
    border-bottom: 3px solid #2196f3;
}

.style-line .tabs-nav .active a,
.tabs-nav.style-line .active a {
    color: #303030;
}

.style-line .tabs-nav .active a:hover,
.tabs-nav.style-line .active a:hover {
    color: #2196f3;
}

.style-line .tabs-content {
    padding: 1em 2em;
}