:root {
    --color-1: #0F4A5E;
    --color-2: #33B2A0;
    --color-3: #308ACA;
    --color-4: #E14B4B;
    --color-5: #6DBF6B;
    --color-6: #D9D9D9;
    --color-7: #EFF9FC;
    --color-8: #DDF2DF;
    --shadow-1: rgba(0, 0, 0, 0.25);
}

/* ------------ text -------------------- */
.text-color1 {
    color: var(--color-1) !important
}

.text-color2 {
    color: var(--color-2) !important
}

.text-color3 {
    color: var(--color-3) !important
}

.text-color4 {
    color: var(--color-4) !important
}

.text-color5 {
    color: var(--color-5) !important
}

.font-24 {
    font-size: 24px !important
}

.font-60 {
    font-size: 60px !important
}

/* ------------ end text -------------------- */

/* ------------ background -------------------- */
.bg-color1 {
    background-color: var(--color-1) !important
}

.bg-color6 {
    background-color: var(--color-6) !important
}

.bg-color7 {
    background-color: var(--color-7) !important
}

.bg-color8 {
    background-color: var(--color-8) !important
}
/* ------------ end background -------------------- */
/* ------------ border -------------------- */
.border-color1 {
    border: 1px solid var(--color-1) !important
}

.border-color-dashed-3 {
    border: 2px dashed var(--color-3) !important
}

.border-rd5px {
    border-radius: 5px !important
}

.border-gray {
    border: 1px solid #E0E0E0;
}

.border-rd10px {
    border-radius: 10px !important
}

.border-bottom-line2 {
    border: 1px dashed var(--color-1);
    position: relative;
    width: 100%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto
}

/* ------------ end border -------------------- */

/* ------------ banner -------------------- */
.breadcrumbs .breadcrumb-blog h1 {
    color: var(--color-1) !important;
    font-weight: 600
}

.breadcrumbs .breadcrumb-blog h2 {
    color: var(--color-2) !important;
    font-size: var(--h5-font-size)
}

.breadcrumbs .breadcrumb-blog {
    text-align: center;
    padding-top: 5px !important;
    padding-bottom: 20px !important
}

#banner-content {
    background-image: url(../images/motor/banner-content-act-lg.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px
}

/* ------------ end banner -------------------- */
/* ------------ other -------------------- */
.card-group {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 650px
}

.shadow1 {
    box-shadow: 0 4px 4px var(--shadow-1) !important
}

.mw-180px {
    max-width: 180px;
    width: 100%
}

.mw-200px {
    max-width: 200px;
    width: 100%
}

.mw-320px {
    max-width: 320px;
    width: 100%
}

.mw-500px {
    max-width: 500px;
    width: 100%
}

.mw-600px {
    max-width: 600px;
    width: 100%
}

.mw-800px {
    max-width: 800px;
    width: 100%
}

.mw-1120px {
    max-width: 1120px;
    width: 100%
}

.bi-handbag::before {
    content: "\f409"
}

#showPictureModal {
    z-index: 1060 !important;
}

#carStyleModal .btn-close, #showPictureModal .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: white;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: 1;
}

.bi-arrow-left-circle-fill::before {
    content: "\f129"
}

.bi-shield::before {
    content: "\f53f"
}

.bi-info-circle::before {
    content: "\f431"
}

.bi-cash::before {
    content: "\f247"
}

.imgdrive {
    position: absolute;
    bottom: 0;
    left: 41%;
    z-index: 9;
    max-width: 150px;
}

/* ------------ end other -------------------- */
/* ------------ screen -------------------- */

@media only screen and (max-width:768px) {

    #banner-content {
        background-image: url(../images/motor/banner-content-act-mb.webp);
        background-position: top 0 center;
        max-width: 750px !important;
        width: 100%;
        height: 220px !important;
        object-fit: contain;
        object-position: 50% 0;
        aspect-ratio: 4/3
    }

    .breadcrumbs .breadcrumb-blog h1 {
        padding-top: 50px
    }

    .doldrive2 {
        border-top: 1px solid var(--color-1);
    }

    .imgdrive {
        display: none;
    }
}

@media only screen and (max-width:698px) {
    .card-group {
        display: block
    }

    .row-contact {
        max-width: 350px;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto
    }

    .row-contact .col-11 {
        padding-left: 50px
    }
}

@media only screen and (max-width:576px) {
    .breadcrumbs .breadcrumb-blog h1 {
        font-size: var(--h4-font-size)
    }

    .breadcrumbs .breadcrumb-blog h2 {
        font-size: var(--h6-font-size)
    }

}

@media only screen and (max-width:575px) {
    #lineadd1 {
        display: block !important;
    }

    #lineadd2 {
        display: none;
    }

    #coldirect {
        border-left: none !important;
    }

    #directModal .mb-4 {
        margin-bottom: 0.5rem !important;
    }
}

@media only screen and (max-width:400px) {
    .row-contact .col-11 {
        flex: 0 0 auto;
        width: 90%
    }

    .row-contact .col-1 {
        flex: 0 0 auto;
        width: 5%
    }
}

@media only screen and (max-width:305px) {
    .row-contact .col-11 {
        padding-left: 10px
    }
}

@media only screen and (max-width:275px) {
    .row-contact .col-11 {
        flex: 0 0 auto;
        width: 85%
    }
}