:root {
    --color-1: #0F4A5E;
    --color-2: #3C8F7D;
    --color-3: #308ACA;
    --color-4: #E14B4B;
    --color-5: #A9CEE9;
    --color-6: #689E96;
    --color-7: #E8B393;
    --color-8: #DC9A9A;
    --color-9: #EAF1F5;
    --color-10: #DFEDEB;
    --color-11: #F1EDE0;
    --color-12: #F6EFEF;
    --color-13: #1DAF91;
    --color-14: #6DBF6B;
    --color-15: #207166;
    --color-16: #E2F8E6;
    --color-17: #D9F1F9;
    --color-18: #E3E2E1;
    --shadow-1: rgba(0, 0, 0, 0.25);

}


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

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

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

.text-color13 {
    color: var(--color-13) !important
}

.text-color14 {
    color: var(--color-14) !important
}

.text-color15 {
    color: var(--color-15) !important
}

.text-gradient-1-2 {
    background: linear-gradient(82.81deg, var(--color-1) 34.22%, var(--color-2) 58.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

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

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

.font-34 {
    font-size: 34px !important
}
/* ------------ end text -------------------- */
/* ------------ background -------------------- */
.bg-color1 {
    background-color: var(--color-1) !important
}

.bg-color5 {
    background-color: var(--color-5) !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
}

.bg-color9 {
    background-color: var(--color-9) !important
}

.bg-color10 {
    background-color: var(--color-10) !important
}

.bg-color11 {
    background-color: var(--color-11) !important
}

.bg-color12 {
    background-color: var(--color-12) !important
}

.bg-color14 {
    background-color: var(--color-14) !important
}

.bg-color16 {
    background-color: var(--color-16) !important
}

.bg-color17 {
    background-color: var(--color-17) !important
}

.bg-color18 {
    background-color: var(--color-18) !important
}

.bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-gradient-13-14 {
    background: linear-gradient(272.16deg, var(--color-13) -48.54%, var(--color-14) 90.52%);
}

.bg-gradient-1-14 {
    background: linear-gradient(272.16deg, var(--color-1) -48.54%, var(--color-14) 90.52%);
}

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

.border-color5 {
    border: 1px solid var(--color-5) !important
}

.border-color6 {
    border: 1px solid var(--color-6) !important
}

.border-color7 {
    border: 1px solid var(--color-7) !important
}

.border-color8 {
    border: 1px solid var(--color-8) !important
}

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

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

.border-rd50px {
    border-radius: 50px !important
}

.border-color4-line {
    border-left: 3px solid var(--color-4);
    padding-left: 8px;
}

.border-color3-line {
    border-left: 3px solid var(--color-3);
    padding-left: 8px;
}

/* ------------ end background -------------------- */

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

.breadcrumbs .breadcrumb-blog h2 {
    color: var(--black-color) !important;
    font-size: var(--h6-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-plus-lg.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px
}

#carStyleModal .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--white-color);
    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;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    overflow-x: hidden !important;
}

/* ------------ end banner -------------------- */
/* ------------ other -------------------- */
.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-250px {
    max-width: 250px;
    width: 100%
}

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

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

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

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

.carddetailplan {
    min-height: 88.22px;
    height: 100%;
}

#img_motor1 {
    width: 100%;
    height: auto;
}

.imgblog {
    height: 80px;
    width: 80px;
}

#qa .accordion-button {
    font-weight: var(--font-weight-medium) !important;
}

/* ------------ screen -------------------- */
@media only screen and (max-width:1399px) {
    .imgblog {
        height: 70px;
        width: 70px;
    }
}

@media only screen and (max-width:1200px) {
    .colwhy1 {
        flex: 0 0 auto;
        width: 10% !important;
    }

    .colwhy2 {
        flex: 0 0 auto;
        width: 80% !important;
    }
}

@media only screen and (max-width:992px) {
    .container, .container-md, .container-sm {
        max-width: 860px !important
    }

    .colwhy1 {
        flex: 0 0 auto;
        width: 0% !important;
    }

    .colwhy2 {
        flex: 0 0 auto;
        width: 100% !important;
    }
}

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

    #banner-content {
        background-image: url(../images/motor/banner-content-plus-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
    }

    .imgblog {
        height: 59px;
        width: 59px;
    }

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

    .cardprepare {
        max-width: 500px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:698px) {
    .imgblog {
        height: 50px;
        width: 70px;
    }
}

@media only screen and (max-width:663px) {
    .colicon {
        flex: 0 0 auto;
        margin-left: auto;
        max-width: 500px;
        width: 100% !important;
        margin-right: auto;
    }

    .colicon .col-10 {
        flex: 0 0 auto;
        width: 70%;
    }

    .colicon .col-2 {
        flex: 0 0 auto;
        width: 30%;
    }

    .imgblog {
        height: 80px;
        width: 80px;
    }
}

@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)
    }

    .cardplan {
        max-width: 50%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@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:479px) {

    .cardplan {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .cardplan .card {
        max-width: 300px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:400px) {
    .imgblog {
        height: 65px;
        width: 65px;
    }

    .colicon .col-10 {
        flex: 0 0 auto;
        width: 75%;
    }

    .colicon .col-2 {
        flex: 0 0 auto;
        width: 25%;
    }

}