:root {
    --color1: #000000;
    --color2: #e00012;
}

body {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

ol, ul, menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

b, strong {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0;
}

p {
    margin: 0 0 10px;
}

img, input[type=img] {
    max-width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.clear, .clr {
    clear: both;
    float: none;
}

.mobile, .none {
    display: none;
}

.clear:after, .clear:before, .clr:after, .clr:before {
    content: " ";
    display: table;
    clear: both;
    visibility: hidden;
}

.border_primary {
    border-color: #000000 !important;
}

.border_subsidiary {
    border-color: #e00012 !important;
}

.color_primary {
    color: #000000 !important;
}

.color_subsidiary {
    color: #e00012 !important;
}

.background_primary {
    background: #000000 !important;
}

.background_subsidiary {
    background: #e00012 !important;
}

body * {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
}

.flex {
    display: flex;
}

.container {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.btnCTA {
    background: #78faae;
    color: var(--color1);
    display: flex;
    height: 40px;
    align-items: center;
    padding: 0 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
    font-weight: bold;
    font-size: 15px;
}

header {
    color: #fff;
    float: left;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 99999;
}

.header-top {
    background: var(--color1);
}

.header-top .container {
    position: relative;
    display: flex;
    justify-content: center;
}

    .header-top a.desktop {
        position: absolute;
        right: 0;
        top: 10px;
        color: #fff;
        border: 1px solid;
        line-height: 33px;
        text-transform: uppercase;
        padding: 0 15px;
        padding-top: 3px;
        font-weight: bold;
    }

header .logo img {
    display: flex;
    height: 15px;
    margin: 20px 0;
}

.header-bottom {
    background: rgba(0, 0, 0, .75);
    float: left;
    width: 100%;
}

#header-home .header-bottom {
    position: absolute;
}

header menu {
    display: flex;
    align-items: center;
    gap: 30px;
    float: left;
    height: 45px;
    font-size: 16px;
    justify-content: center;
    width: 100%;
}

header menu>li a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

footer {
    color: #fff;
    background: var(--color1);
    display: flex;
    flex-direction: column;
}

.footer-top {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.footer-top nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.footer-top nav li {
    display: block;
}

.footer-top li a {
    color: #bfc2c4;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

footer a {
    color: #fff;
}

.ftop {
    background: #777;
    padding: 30px 0;
}

.ftop>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftop p {
    float: left;
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 15px;
    margin: 0;
}

.ftop p b {
    font-size: 22px;
    margin-bottom: 10px;
}

.ftop a {
    background: var(--color2);
    padding: 7px 20px;
    border-radius: 10px;
}

.fnav {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
    gap: 50px;
}

.fnav>div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
}

.fnav>div span {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 18px;
}

.fnav>div svg {
    height: 18px;
    width: 18px;
}

.frow {
    display: flex;
    justify-content: space-between;
    margin:30px 0 20px;
}

.fcol {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 40%;
}

.fcol li:first-child {
    margin-bottom: 10px;
}

.fcol b {
    font-size: 20px;
}

.fcol:last-child li:last-child {
    display: flex;
    gap: 10px;
}

.fcol:last-child li a {
    display: flex;
    float: left;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.fcol li svg {
    width: 20px;
    height: 20px;
}

.fcol li svg * {
    fill: #fff;
    color: #fff;
}

.fmap iframe {
    width: 100%;
    height: 200px;
    margin-top: 5px;
}

footer .copyright {
    text-align: center;
    font-size: 14px;
    padding: 15px 0 10px;
    border-top: 1px solid rgb(245 245 245 / 25%);
    color: rgba(255, 255, 255, .5);
}

footer .copyright a {
    color: rgba(255, 255, 255, .5);
}

.module-slider {
    width: 100%;
    overflow: hidden;
}

.flex-direction-nav a {
    font-size: 0;
}

.page-tools {
    float: left;
    width: 100%;
    background: #222;
    padding: 30px 0;
}

.page-tools nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.page-tools nav a {
    width: 25%;
    color: #fff;
    text-align: center;
}

.page-tools nav a svg {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.page-tools nav a h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.section-heading {
    font-size: 24px;
    margin: 30px 0;
    color: var(--color1);
    font-weight: 500;
    text-transform: uppercase;
}

.home-cars {
    padding: 10px;
}

.cars-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.cars-grid-item {
    display: flex;
    width: calc(100%/3 - 20px/3);
    position: relative;
    overflow: hidden;
}

.cars-grid-item h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 2px black;
}

.cars-grid-item:hover img {
    scale: 1.1;
    transition: all .5s ease-out;
}

.car-tools {
    margin: 0;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    gap: 15px;
}

.car-tools a {
    background: #222;
    width: 70%;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
}

.car-tools a+a {
    background: transparent;
    color: var(--color2);
    border: 2px solid var(--color2);
    width: 35%;
    padding: 3px 10px;
}

.articles-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.home-about {
    position: relative;
    display: flex;
}

.brand-info {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 150px 0;
    font-size: 18px;
    background-size: cover;
    background-position: center;
}

.brand-info h2 {
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 30px;
}

.home-articles {
    background: var(--color1);
    display: flex;
}

.home-articles .section-heading {
    color: #fff;
}

.articles-grid a {
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.28);
    overflow: hidden;
    position: relative;
    width: calc(100%/3 - 20px);
    display: flex;
    flex-direction: column;
}

.home-articles .articles-grid a::before {
    content: "";
    opacity: 0.9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.85) 84%,rgba(0,0,0,.85));
    transition: opacity .3s ease;
    z-index: 2;
}

.articles-grid a img {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.articles-grid a h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 15px;
    color: var(--color1);
}

.home-articles .articles-grid a h3 {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 999;
}

.car-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0;
}

.car-grid li {
    padding: 10px;
    width: calc(100%/3 - 10px);
    background: rgba(5, 20, 31, .03);
    border: 1px solid rgba(34, 36, 38, .15);
    display: flex;
    flex-direction: column;
}

.car-grid li h3 {
    font-size: 22px;
    margin-top: 10px;
}

.car-grid li h3+p {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    margin: 5px 0;
}

.car-grid li nav {
    display: flex;
    justify-content: space-around;
    padding: 8px 0 5px;
    border: 1px solid #333;
    margin: 5px 0;
    background: #fff;
}

.car-grid li p b {
    display: block;
    font-size: 22px;
    margin: 10px 0;
    border-bottom: 1px solid rgba(34, 36, 38, .15);
    padding-bottom: 5px;
}

.car-grid li img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: contain;
}

.page-heading {
    display: flex;
    border-bottom: solid 3px #e5e5e5;
    padding: 10px 0;
    text-align: center;
    position: relative;
    margin-top: 10px;
}

.page-heading h1 {
    font-size: 30px;
    display: inline-block;
    position: relative;
    color: var(--color1);
}

.page-heading h1::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--color1);
    bottom: -13px;
    left: 0;
}

.car-heading h1, .article-detail>h1:first-child {
    font-size: 30px;
    margin: 30px 0 15px;
    color: var(--color1);
}

.article-detail>h1:first-child {
    text-align: center;
    border-bottom: 1px solid var(--color1);
    padding-bottom: 10px;
}

article table, article ul, article p, article h2, article h3, article h4, article h5 {
    margin-bottom: 15px;
}

article h2, article h3, article h4, article h5 {
    margin-bottom: 25px;
}

article li {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 5;
}

article img, article input[type=image] {
    height: auto;
}

.blogs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0;
}

.blogs li {
    width: calc(100%/3 - 10px);
}

.blogs li a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blogs li img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.blogs li h3 {
    font-size: 18px;
    color: var(--color1);
}

.blogs li p {
    font-size: 14px;
}

.price-board {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.price-board-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-board-item img {
    width: 320px;
    height: auto;
}

.price-board-item h2 {
    font-size: 22px;
    color: var(--color1);
}

.price-board-item ul {
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.price-board-item ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #aaa;
}

.price-board-item ul li:first-child {
    border-top: none;
}

.price-board h3 {
    font-size: 18px;
    color: #333;
}

.price-board tr {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.price-board td {
    padding: 10px 0;
}

#page-fee .row {
    margin: 15px 0;
}

#page-fee .notes {
    font-size: 18px;
}

#page-fee label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin: 25px 0 10px;
}

#page-fee .col-res label {
    margin-bottom: 20px;
}

#page-fee select, #page-fee input {
    height: 40px;
    border: 1px solid;
    border-color: #d7d7d7;
    border-bottom-color: #292929;
    box-shadow: 0 1px 0 0 #292929;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    font-family: unset;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px;
    text-align: right;
}

#page-fee button {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    background: var(--color1);
    border: 0;
    padding: 10px 20px;
    margin-bottom: 30px;
    cursor: pointer;
}

#page-fee p>span.right {
    letter-spacing: 0.5px;
}

.w49 {
    width: 49%;
}

#contact-vp {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 65vh;
}

#contact-vp iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#contact-vp .contact-info {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 350px;
    background: #fff;
    padding: 20px;
}

#contact-vp .contact-name {
    margin: 0 0 5px;
}

#contact-vp .contact-info ul li {
    list-style-type: circle;
    margin: 5px 0 5px 20px;
}

#contact-vp .contact-info>a {
    text-decoration: underline;
    margin: 5px 0 0;
    float: left;
}

#car-img {
    width: 100%;
}

.car-promotion .car-models {
    list-style: none;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 15px 0;
}

.car-promotion .promo {
    background: #eaeaea;
    padding: 10px;
    border-radius: 10px;
    margin: 0;
}

.car-model {
    display: flex;
    align-items: center;
}

.car-model p {
    margin: 0;
    font-weight: 500;
}

.car-model p b {
    color: var(--color2);
    font-weight: 500;
}

.car-highlight {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.car-promotion {
    width: 500px;
    float: left;
}

.car-promotion>* {
    margin-bottom: 10px;
}

.car-promotion ul {
    list-style: disc;
    margin-left: 30px;
}

.car-photos {
    float: right;
    width: 640px;
}

.car-photos .flex-control-thumbs {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    gap: 10px;
}

.car-btn {
    display: flex;
    gap: 20px;
    margin: 20px auto;
    max-width: 600px;
}

.car-btn a {
    width: 100%;
    background: var(--color1);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.car-btn a+a {
    color: var(--color2);
    background: #fff;
    border: 2px solid;
}

.car-btn span {
    font-size: 13px;
    display: block;
    text-transform: none;
}

.home-category-list {
    display: flex;
    width: 100%;
    margin: 50px 0;
    flex-direction: column;
}

.home-category-list>a {
    position: relative;
}

.home-category-list>a img {
    width: 100%;
    object-fit: cover;
}

.home-category-list>a>div {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 600px);
    color: #fff;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.home-category-list>a>div h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.home-category-list>a>div p {
    font-size: 20px;
}

.popup-info>img:first-child {
    filter: drop-shadow(2px 2px 6px black);
    margin: 5px 0;
}

article img, article input[type=image] {
    height: auto !important;
}
