﻿html,
      body {
        box-sizing: border-box;
      }

      body {
        background: #eee;
        font-family: 'Work Sans', sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
        overflow-x:hidden;
      }

      .bg-section {
        background: url('../img/banner-desktop.webp') no-repeat center center;
        background-size: cover;
        background-blend-mode: darken;
        background-color: rgba(2, 18, 243, 0.5);
        z-index: 1;
      }

      .bg-exhibition {
        background: url('../img/exhibition-desktop.jpg') no-repeat center center;
        background-size: cover;
        opacity: 1;
        background-blend-mode: darken;
        background-color: rgba(32,32,32, 0.5);
      }

      .exhibition-color {
        color: #fff;
      }

      .bg-blue {
        opacity: 1;
        background-color: rgb(17 24 39);
      }

      .bg-transparent {
        background-color: transparent !important;
      }

      @media (min-width: 768px) {
        .bg-web {
          padding-top:0rem !important;
          padding-bottom:0rem !important;
        }
      }

      .bg-web {
        padding-top:2rem;
        padding-bottom:2rem;
      }

      .play-video {
        width: 100%;
        height: auto;
      }

      .h-full {
        min-height: 100vh;
      }

      .footer-li {
        list-style-type: none !important;
      }

      @media (min-width: 1280px) {
        .play-video {
          width: 82.5%;
          height: 500px;
          display: flex;
        }
      }

      .body {
        height: 200px;
        text-transform: uppercase;
        text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4);
        font-family: "Josefin Sans", sans-serif;
        font-size: 80px;
        font-weight: 700;
        color: #fff;
      }

      @font-face {
        font-family: Conthrax Sb;
        src: url('../font/conthrax-sb.ttf');
      }

      @font-face {
        font-family: Audiowide Regular;
        src: url('../font/Audiowide-Regular.ttf');
      }

      @font-face {
        font-family: segoesc;
        src: url('../font/segoesc.ttf');
      }

      @font-face {
        font-family: expansiva;
        src: url('../font/Expansiva.otf');
      }

      .sub-scroll-model li, 
      .sub-scroll-layanan li,
      .sub-scroll-info li {
        padding: 0;
        margin: 0;
        list-style-type: none;
      }

      a {
        text-decoration: none !important;
      }

      .cp {
        cursor: pointer;
      }

      .chery-red {
        color:rgb(192, 11, 32) !important;
      }

      .button-padding {
        padding: 2.5rem 2.5rem;
      }

      .mt-top-header {
        margin-top: 120px;
      }

      .mt-20 {
        margin-top: 5rem;
      }

      .mt-5-half {
        margin-top: 5.5rem;
      }

      .mr-1 {
        margin-right: .25rem;
      }

      .mr-2 {
        margin-right: .5rem;
      }

      .mr-4 {
        margin-right: 1rem;
      }

      .mr-10 {
        margin-right: 2.5rem;
      }

      .ml-4 {
        margin-left: 1rem;
      }

      .mx-auto {
        margin-left: auto;
        margin-right: auto;
      }

      .mt-up-6 {
        margin-top: -6px;
      }

      .mt-up-8 {
        margin-top: -8px;
      }

      .mt-up-10 {
        margin-top: -10px;
      }

      .mt-up-25 {
        margin-top: -25px;
      }

      .mt-up-50 {
        margin-top: -50px;
      }

      .mt-up-65 {
        margin-top: -65px;
      }

      .p-0 {
        padding: 0 !important;
      }

      .pl-0 {
        padding-left: 0 !important;
      }

      .p-10 {
        padding: 2.5rem;
      }

      .pt-24 {
        padding-top: 6rem; 
      }

      .pr-1 {
        padding-right: .25rem;
      }

      .pr-2 {
        padding-right: .5rem;
      }

      .pr-3 {
        padding-right: .75rem;
      }

      .pr-5 {
        padding-right: 1.25rem;
      }

      .pr-10 {
        padding-right: 2.5rem;
      }

      .bg-black {
        background-color: #000;
      }

      /* Header navbar CSS */
      .nav {
        display: block;
      }

      .bottom-nav a{
        font-family: 'Work Sans', sans-serif; 
        position: fixed;       
        bottom: 2.5vh;
        text-decoration: none;
        font-size: 16px;
        width: 150px;
        align-items:center;
        z-index:10000;
        font-weight: 500;
        left: 87.5vw;
      }

      .whatsapp-icon {
        height: 150px;
      }

      .whatsapp-container:before {
        content:'';
        position: absolute;
        top:62%;
        left: 43%;
        width: 0;
        height: 0;
        border-bottom: solid 10px #00913c;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
      }

      .whatsapp-container {
        margin-top: 10px;
        width: 100px;
        border-radius: 5px;
        background-color: #00913c;
        color: #fff;
      }

      /* .bottom-nav #whatsapp {
        color: #000;
      } */

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

      .text-right {
        text-align: right;
      }

      .align-center {
        align-self:center;
      }

      .centered-p {
        margin: 0;
      }

      .centered {
        align-items: center !important;
        justify-content: center !important;
      }

      .right {
        justify-content: right !important;
      }

      .uppercase {
        text-transform: uppercase;
      }

      .relative {
        position: relative;
      }

      .absolute {
        position: absolute;
      }

      .block {
        display: block;
      }

      .w-full {
        width: 100%;
      }

      .opacity-5 {
        opacity: 0.5;
      }

      .text-black {
        color: #000;
      }

      .text-white {
        color: #fff;
      }

      .top-36 {
        top: 9rem;
      }

      .top-48 {
        top: 12rem;
      }

      .top-52 {
        top: 13rem;
      }

      .top-80 {
        top: 20rem;
      }

      .top-88 {
        top: 22rem;
      }

      .left-4 {
        left: 1rem;
      }

      .right-4 {
        right: 1rem;
      }

      .gap-4 {
        gap: 1rem;
      }

      .left-20 {
        left: 5rem;
      }

      .bottom-14 {
        bottom: 3.5rem;
      }

      .bottom-20 {
        bottom: 5rem;
      }

      .mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
      }

      .mb-6 {
        margin-bottom: 1.5rem;
      }

      .fs12 {
        font-size: 12px;
      }

      .fs30-scaled {
        font-size: 20px;
      }

      .fs40-scaled {
        font-size: 25px;
      }

      .fs50-scaled {
        font-size: 30px;
      }

      .fs70-scaled {
        font-size: 40px;
      }

      .fs100-scaled {
        font-size: 100px;
      }

      .border-none {
        border: 0 !important;
      }

      .border-red-48 {
        border-bottom:5px solid rgb(192, 11, 32);
        width: 12rem;
      }

      .border-red-80 {
        border-bottom:5px solid rgb(192, 11, 32);
        width: 20rem;
      }

      .border-red-100 {
        border-bottom:5px solid rgb(192, 11, 32);
        width: 25rem;
      }

      .border-left-red {
        border-right: .275rem solid rgb(192, 11, 32);
      }

      .border-rounded {
        border-radius: 25px;
        border: 2px solid grey;
      }

      .row-gap-1 {
        row-gap: 0.25rem;
      }

      .row-gap-4 {
        row-gap: 1rem;
      }

      @media (min-width: 576px) {
        .fs30-scaled {
          font-size: 30px;
        }

        .fs40-scaled {
          font-size: 40px;
        }

        .fs50-scaled {
          font-size: 50px;
        }

        .fs70-scaled {
          font-size: 70px;
        }
      }

      .fs-normal {
        font-weight: 300 !important;
      }

      .fs-bold-400 {
        font-weight: 400;
      }

      .fs-bold-550 {
        font-weight: 550;
      }

      .fs-bold-600 {
        font-weight: 600;
      }

      .fs-bold-650 {
        font-weight: 650;
      }

      .fs-bold-700 {
        font-weight: 700;
      }

      .header-area {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 99999;
        height: 85px;
        background: rgb(250,250,250);
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
      }

      .header-area .main-nav {
        min-height: 80px;
        background: transparent;
      }

      /* Chery Logo */
      .logo {
        position: relative;
        margin-top: 10px;
        width: auto;
        height: 65px;
        left: 2px;
        /* left: 12px; */
      }

      @media (min-width: 1024px) and (max-width: 1280px) {
        .logo {
          left: .875rem !important;
        }
      }

      .header-area.header-sticky .nav {
        margin-top: 20px !important;
      }

      .header-area .main-nav .nav {
        float: right;
        margin-top: 27px;
        margin-right: 0px;
        background-color: transparent;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        position: relative;
        z-index: 999;
      }

      .header-area .main-nav .nav li a {
        font-family: 'Work Sans', sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: #000;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        height: 40px;
        line-height: 40px;
        border: transparent;
        letter-spacing: 1px;
      }

      @media (min-width: 768px) and (max-width: 1279px) {
        .header-area .main-nav .nav li a {
          font-size: 13px;
        }

        .bottom-nav a{     
          bottom: 5vh;
          font-size: 14px;
          width: 150px;
          align-items:center;
          z-index:10000;
          left: 80vw;
          font-weight: 600;
        }
      }

      @media (max-width: 768px) {
        .header-area .main-nav .nav li a {
          font-size: 14px;
        }

        .fs100-scaled {
          font-size: 40px;
        }

        .border-red-80 {
          width: 15.5rem;
        }
      }

      .header-area .main-nav .nav li a:hover {
        color: #ed0000;
      }

      .phone:hover {
        color: #ed0000;
      }

      /* Nav Paddings */
      .header-area .main-nav .nav li {
        padding-left: 20px;
        padding-right: 20px;
      }

      /* Dropdown Nav Models */
      .sub-scroll-model{
        display: none;
      }

      .visible-scroll-model{
        display: block;
        position: absolute;
        border-top: 3px solid red;
        margin-top: 23px;
        padding-left: 0;
        padding-right: 0;
        background-color: white;
      }

      /* Dropdown Layanan Models */
      .sub-scroll-layanan{
        display: none;
      }

      .visible-scroll-layanan{
        display: block;
        position: absolute;
        border-top: 3px solid red;
        margin-top: 23px;
        padding-left: 0;
        padding-right: 0;
        background-color: white;
      }

      /* Dropdown Info Models */
      .sub-scroll-info {
        display: none;
      }

      .visible-scroll-info{
        display: block;
        position: absolute;
        border-top: 3px solid red;
        margin-top: 23px;
        padding-left: 0;
        padding-right: 0;
        background-color: white;
        width: 240px;
      }

      .dropdown-icon::after {
        content: ' ▾ ';
      }

      @media (max-width: 920px) {
        .swiper-button-next, .swiper-button-prev {
          display: none;
        }
      }

      @media (min-width: 1200px) and (max-width: 1280px){
        .header-area .main-nav .nav li {
          padding-left: 12px !important;
          padding-right: 12px !important;
        }
      }

      @media (max-width: 1280px) {
        .header-area .main-nav .nav li {
          padding-left: 15px ;
          padding-right: 15px;
        }
      }

      @media (min-width: 970px) {
        .header-area .main-nav .nav {
          display: flex !important;
        }
      }

      /* Header Mobile Navbar */
      @media (max-width: 920px) {
        /* .logo {
          left: 35px;
        } */
        .whatsapp-icon {
          height: 135px;
        }

        .whatsapp-container {
          width: 80px;
        }

        .whatsapp-container:before {
          top:42.5%;
          left: 43%;
        }

        .header-area.header-sticky .nav {
          margin-top: 1px !important;
          position: relative;
          left: 0;
        }

        .header-area {
          background-color: #f7f7f7;
          padding: 0px 15px;
          height: 80px;
          box-shadow: none;
          text-align: left;
        }

        .header-area .main-nav .nav {
          float: none;
          width: 100%;
          display: none;
          -webkit-transition: all 0s ease 0s;
          -moz-transition: all 0s ease 0s;
          -o-transition: all 0s ease 0s;
          transition: all 0s ease 0s;
          background: rgb(192, 11, 32) !important;
          border-radius: 0 0 .5rem .5rem;
        }        

        .header-area .main-nav .nav li {
          width: 100%;
          padding-left: 40px !important;
          padding-right: 0px !important;
        }

        .header-area .main-nav .nav .sub-li {
          width: 100%;
          padding-left: 15px !important;
          padding-right: 0px !important;
        }

        .header-area .main-nav .nav li a {
          color: #fff;
        }

        .header-area .menu-trigger {
          display: block !important;
        }
      
        .header-area .main-nav {
          overflow: hidden;
          width: 100vw;
          left: 0;
          position: absolute;
        }

        .visible-scroll-model {
          display: block;
          position: relative;
          border-top: none;
          margin-top: 0;
          padding-left: 0;
          padding-right: 0;
          background-color: rgb(192, 11, 32);
        }

        .visible-scroll-layanan {
          display: block;
          position: relative;
          border-top: none;
          margin-top: 0;
          padding-left: 0;
          padding-right: 0;
          background-color: rgb(192, 11, 32);
        }

        .visible-scroll-info {
          display: block;
          position: relative;
          border-top: none;
          margin-top: 0;
          padding-left: 0;
          padding-right: 0;
          background-color: rgb(192, 11, 32);
        }
      }

      /* Burger Buttons */
      .header-area .main-nav .menu-trigger span {
        top: 16px;
      }

      .header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span::before, .header-area .main-nav .menu-trigger span::after {
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        background-color: #1e1e1e;
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 0;
      }

      .header-area .main-nav .menu-trigger {
        cursor: pointer;
        display: block;
        position: absolute;
        top: 23px;
        width: 32px;
        height: 40px;
        text-indent: -9999em;
        z-index: 99;
        right: 40px;
        display: none;
      }

      .header-area .main-nav .menu-trigger span,
      .header-area .main-nav .menu-trigger span:before,
      .header-area .main-nav .menu-trigger span:after {
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        background-color: #1e1e1e;
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 0;
      }

      .background-header .main-nav .menu-trigger span,
      .background-header .main-nav .menu-trigger span:before,
      .background-header .main-nav .menu-trigger span:after {
        background-color: #1e1e1e;
      }

      .header-area .main-nav .menu-trigger span:before,
      .header-area .main-nav .menu-trigger span:after {
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        background-color: #1e1e1e;
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 0;
        width: 75%;
      }

      .background-header .main-nav .menu-trigger span:before,
      .background-header .main-nav .menu-trigger span:after {
        background-color: #1e1e1e;
      }

      .header-area .main-nav .menu-trigger span:before,
      .header-area .main-nav .menu-trigger span:after {
        content: "";
      }

      .header-area .main-nav .menu-trigger span {
        top: 16px;
      }

      .header-area .main-nav .menu-trigger span:before {
        -moz-transform-origin: 33% 100%;
        -ms-transform-origin: 33% 100%;
        -webkit-transform-origin: 33% 100%;
        transform-origin: 33% 100%;
        top: -10px;
        z-index: 10;
      }

      .header-area .main-nav .menu-trigger span:after {
        -moz-transform-origin: 33% 0;
        -ms-transform-origin: 33% 0;
        -webkit-transform-origin: 33% 0;
        transform-origin: 33% 0;
        top: 10px;
      }

      .header-area .main-nav .menu-trigger.active span,
      .header-area .main-nav .menu-trigger.active span:before,
      .header-area .main-nav .menu-trigger.active span:after {
        background-color: transparent;
        width: 100%;
      }

      .header-area .main-nav .menu-trigger.active span:before {
        -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
        -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
        -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
        transform: translateY(6px) translateX(1px) rotate(45deg);
        background-color: #1e1e1e;
      }

      .background-header .main-nav .menu-trigger.active span:before {
        background-color: #1e1e1e;
      }

      .header-area .main-nav .menu-trigger.active span:after {
        -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
        -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
        -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
        transform: translateY(-6px) translateX(1px) rotate(-45deg);
        background-color: #1e1e1e;
      }

      .background-header .main-nav .menu-trigger.active span:after {
        background-color: #1e1e1e;
      }

      /* Swiper CSS */
      .swiper {
        position: relative;
        width: 100%;
        height: auto;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; 
      }

      .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        position: absolute !important;
        bottom: 6vh;
      }

      .swiper-button-next, .swiper-button-prev {
        color: rgb(192, 11, 32) !important;
      }

      .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width,
               var(--swiper-pagination-bullet-size,12px)) !important;
        height: var(--swiper-pagination-bullet-height,
                var(--swiper-pagination-bullet-size,12px)) !important;
      }
    
      .swiper-pagination-bullet-active {
        background: rgb(192, 11, 32) !important;
      }

      /* Car models banner */
      .model-wrapper {
        position: relative;
        background-color: rgb(192, 11, 32);
        width: 100%;
        border-radius: 0.375rem;
        height: 2rem;
        margin-top: -40px;
        z-index: 9999;
        font-family: Conthrax Sb, sans-serif;
      }

      .models-button {
        text-transform: uppercase;
        border: none;
        background-color: transparent;
        color: #fff;
        font-size: 12px;
        text-decoration: underline;
        text-underline-position: under;
        text-decoration-thickness: 0.1rem;
      }

      /* Cars models part */
      .cars-models-wrapper {
        position: relative;
        padding-top: 1rem;
      }

      .font-work {
        font-family: 'Work Sans',sans-serif;
      }

      .models-font {
        font-family: Conthrax Sb, sans-serif;
      }

      .omoda-font {
        font-family: expansiva, sans-serif;
      }

      .models-font > h3 { 
        text-align:center;
      }

      .detail-button {
        margin-top: 5px;
        color: rgb(192, 11, 32);
        font-size: 14px;
        width: 115px;
        border: .125rem solid rgb(192, 11, 32);
        border-radius: 0.5rem;
        cursor: pointer;
      }

      .detail-button:hover {
        color: #fff;
        background-color: rgb(192, 11, 32);
      }

      @media (min-width: 1024px) {
        .model-wrapper {
          height: 6rem;
          width: 91.6777%;
          margin-top: -20px;
        }

        .models-button {
          font-size: 20px;
          margin-top: 1rem;
          padding-top: 1rem;
          padding-bottom: 1rem;
          text-decoration-thickness: 0.25rem;
        }

        .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
          bottom: 8.5vh;
        }

        .cars-model-wrapper {
          padding-top: 5rem;
        }

        .detail-button {
          font-size: 17px;
        }
        
      }

      /* News card part */
      .card-news {
        min-height: 200px !important;
      }

      .card-news-img {
        height: 225px;
        object-fit: cover;
      }

      .news-button {
        margin-top: 5px;
        color: #fff !important;
        background-color: rgb(192, 11, 32) !important;
        border: .125rem solid rgb(192, 11, 32);
        border-radius: 0.5rem;
        font-weight: 600 !important;
        cursor: pointer;
      }

      /* Dealer Card part */
      .card {
        border-radius: .5rem !important;
        min-height: 250px;
      }

      .card-header {
        background-color: #fff !important;
        border-bottom: 3px solid rgba(0, 0, 0, 0.25) !important;
      } 

      .card-title-font {
        font-family: Audiowide Regular, sans-serif;
        font-size: 1.25rem !important;
        color:rgb(192, 11, 32);
        margin-bottom: .25rem !important;
        line-height: 2rem !important;
      }

      .footer-title-font {
        font-family: Audiowide Regular, sans-serif;
        font-size: 1.25rem !important;
        color:rgb(192, 11, 32);
        margin-bottom: .25rem !important;
        line-height: 2rem !important;
      }

      .card-opening-soon {
        font-family: segoesc, sans-serif !important;
        font-size: 3.75rem !important;
        font-weight: 900;
        color:rgb(192, 11, 32);
        margin-bottom: .125rem !important;
        line-height: 1.5rem !important;
      }

      .card-subtitle-font {
        font-family: segoesc, sans-serif;
        margin-bottom: .25rem !important;
      }

      .card-header {
        padding: .75rem 1rem !important;
      }

      .card-item {
        display: flex;
        align-items: center;
      }

      .card-item a {
        color: #000;
      }

      .card-item a:hover {
        color: rgb(192, 11, 32);
      }

      .card-item .fa-location-dot {
        font-size: 25px;
        margin-top: -10px;
      }

      .card-item .fa-phone {
        font-size: 25px;
      }

      .card-item p {
        padding: 0;
        font-family: 'Work Sans', sans-serif;
        font-size: 15px; 
      }

      /* Opening Stamp */
      .opening-stamp {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0 !important;
        border-radius: calc(0.25rem - 1px);
      }

      /* Footer Part */
      .footer-border {
        /* margin-top: 1rem; */
        border-top: .75rem solid rgb(192, 11, 32);
      }

      .footer-wrapper {
        font-family: 'Work Sans', sans-serif;
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(1, minmax(0, 1fr));
      }

      .mobile-flex-column {
        display: flex;
        flex-direction:row;
        justify-content: space-between;
      }

      .footer-header {
        font-weight: 600;
        margin-bottom: 0.5rem !important;
      }

      .no-padding > ul {
        padding-left: 0 !important;
      }

      .footer-logo-small {
        width: 100px;
        height: 100px;
      }

      .tiggo-nav {
        display: block;
        position: relative;
        padding: 2.5px 5px 2.5px;
        background: rgb(192, 11, 32);
        border: 6px solid rgb(192, 11, 32);
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        margin: 0 20px;
        font-weight: 900;
        font-size: 20px;
        /* border-right: 6px solid rgb(192, 11, 32);
        border-radius: 15px 15px 0 0; */
      }

      /* .hide-fa {
        display: block !important;
      } */

      /* .media-mobile {
        display: none;
      } */

      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .footer-logo-small {
          width: 125px;
          height: 125px;
        }

        .footer-title-font {
          font-size: 1rem !important;
        }

        .logo {
          left: 8.75rem !important;
        }
        
        /* .footer-wrapper {
          grid-template-rows: repeat(2, auto) !important;
        } */

        /* .footer-wrapper div:nth-of-type(2) {
          order: 2;
        }

        .footer-wrapper div:nth-of-type(3) {
          order: 3 !important;
        }

        .footer-wrapper div:nth-of-type(4) {
          order: 6 !important;
          
        }

        .footer-wrapper div:nth-of-type(5) {
          order: 4 !important;
        }

        .footer-wrapper div:nth-of-type(6) {
          order: 5 !important;
        }

        .footer-wrapper div:nth-of-type(7) {
          order: 7 !important;
        } */

        .footer-wrapper > div {
          padding-left: 10rem !important;
        }

        /* .footer-wrapper > div:nth-of-type(4) {
          padding-left: 4.5rem !important;
        }

        .footer-wrapper > div:nth-of-type(5) {
          padding-left: 4.5rem !important;
        }

        .footer-wrapper > div:nth-of-type(6) {
          padding-left: 4.5rem !important;
        }
        
        .footer-wrapper > div:nth-of-type(7) {
          padding-left: 4.5rem !important;
        } */

      }

      .footer-logo {
        width:125px;
        height:125px;
      }

      .footer-wrapper div p a {
        color:#000;
      }

      .footer-wrapper div p a:hover {
        color: rgb(192, 11, 32);
      }

      .footer-wrapper div ul li a {
        color:#000;
      }

      .footer-wrapper div ul li a:hover {
        color: rgb(192, 11, 32);
      }

      .footer-desktop-padding {
        padding-right: 2rem !important;
        padding-left: 1.7rem !important;
      }

      @media (max-width: 400px) {
        .footer-wrapper > div {
          padding-left: 2rem !important;
        }
      }

      @media (max-width: 360px) {
        .footer-wrapper > div {
          padding-left: 1.5rem !important;
        }
      }
      
      @media (max-width: 1024px) {

        .desktop-nav {
          display: none;
        }

        .mobile-nav {
          display: block !important;
          background-color: #000;
        }

        .mobile-nav .nav {
          flex-direction: column !important;
        }

        .mobile-nav .nav .nav-item .nav-link {
          padding: .15rem .25rem !important;
        }

        .pane-title {
          display: none !important;
        }

        .pane-text {
          display: none !important;
        }

        .pane-text-mobile {
          display: block !important;
        }

        /* .hide-fa {
          display: none !important;
        } */

        .tiggo-nav {
          display: block;
          position: relative;
          padding: 0.5px 1.5px 0.5px;
          background: rgb(192, 11, 32);
          border: 6px solid rgb(192, 11, 32);
          border-bottom-right-radius: 15px;
          border-bottom-left-radius: 15px;
          margin: 0;
          font-weight: 700;
          font-size: 15px;
        }

        .card-opening-soon {
          font-size: 2.25rem !important;
          font-weight: 700;
        }

        .bg-exhibition {
          background: url('../img/exhibition-mobile.jpg') no-repeat center center;
          background-size: cover;
          opacity: 1;
          background-blend-mode: darken;
          background-color: rgba(32,32,32, 0.5);
        }

        /* .footer-wrapper {
          display: grid;
          grid-auto-flow: column;
          grid-template-rows: repeat(2, auto);
          row-gap: .25rem;
          column-gap: .5rem;
        } */

        .mobile-flex-column {
          display:flex;
          flex-direction: column;
        }

        .footer-wrapper {
          display: flex;
        }

        .footer-wrapper div p a {
          font-size: 14px;
        }

        .footer-wrapper div ul li a {
          font-size: 14px;
        }

        .footer-wrapper > div {
          padding-left: 2.625rem;
        }

        /* need to fix some change after commenting the styling */

        /* .footer-wrapper > div:nth-of-type(4) {
          padding-left: 3.5rem;
        }

        .footer-wrapper > div:nth-of-type(5) {
          padding-left: 3.5rem;
        }
         */

        /*
        .footer-wrapper > div:nth-of-type(7) {
          padding-left: 1.25rem ;
        } */

        /* .mb-none {
          display: none !important;
        }

        .footer-wrapper div:nth-of-type(2) {
          order: 2;
        }

        .footer-wrapper div:nth-of-type(3) {
          order: 3;
        }

        .footer-wrapper div:nth-of-type(4) {
          order: 4;
        }

        .footer-wrapper div:nth-of-type(5) {
          order: 5;
        } */

        /* Comment this part because some navs aren't use yet */

        /* .footer-wrapper div:nth-of-type(6) {
          order: 4;
        }

        .footer-wrapper div:nth-of-type(7) {
          order: 5;
        } */

        .footer-desktop-padding {
          padding-right: 0rem !important;
          padding-left: 0rem !important;
        }
      }

      /* sosmed icon part */
      .sosmed ul {
        display: flex;
        list-style-type: none;
      }

      .circle {
        background-color:#000;
        border:1px solid #fff;    
        border-radius:50%;
        -moz-border-radius:50%;
        -webkit-border-radius:50%;
      }

      .sosmed ul li {
        padding: 0 10px;
      }

      .sosmed ul li a {
        color: #000 !important;
        font-size: 1.25rem;
      }

      .sosmed ul li a:hover {
        color: rgb(192, 11, 32) !important;        
      }

      /* footer copyright part */
      .copyright {
        font-family: 'Work Sans', sans-serif;
        color: #000;
        font-size: 11px; 
      }

      .teaser-video {
        width: 100%;
        height: auto;
      }

      .teaser-video video {
        display: block;
      }

      @media (max-width: 768px) {
        .teaser-video {
          height: 250px;
        }

        .footer-logo-small {
          width: 90px;
          height: 90px;
        }

        .card-title-font {
          font-size: 1.125rem !important;
        }

        .footer-title-font {
          font-size: .525rem !important;
        }

        .fs-phone-small {
          font-size: .5rem;
        }

        .fs-logo-small {
          font-size: .425rem;
        }

        /* .row-gap-1 {
          row-gap: .15rem !important;
        } */

        .footer-subtitle-font {
          font-size: .625rem !important;
        }

        .body {
          padding-top: .5rem;
          font-size: 24px;
          line-height: 2.5rem;
        }

        .bottom-nav a{     
          bottom: 2.5vh;
          font-size: 14px;
          width: 150px;
          align-items:center;
          z-index:10000;
          left: 65vw;
          font-weight: 600;
        }

        /* .media-mobile {
          display: block;
          position: fixed;
          left: 0;
          bottom: 0;
          padding: 5px 10px 5px;
          background: rgb(192, 11, 32);
          z-index: 99999;
          border-top: 6px solid rgb(192, 11, 32);
          border-left: 6px solid rgb(192, 11, 32);
          border-right: 6px solid rgb(192, 11, 32);
          border-radius: 15px 15px 0 0;
        } */
  
      }
      
      /* the pause button */
      .playpause {
          background-image:url('../../models/tiggo7pro/assets/img/play_video.png');
          background-repeat:no-repeat;
          width:100px;
          height:100px;
          position:absolute;
          left:0%;
          right:0%;
          top:0%;
          bottom:0%;
          margin:auto;
          background-size:contain;
          background-position: center;
      }

      /* design the nav pills and the nav link */
      .nav {
        flex-wrap: nowrap !important;
      }

      .nav-link {
        padding: .5rem .5rem !important;
        transition: none !important;
      }

      .nav-pills .nav-link {
        color: #fff !important;
        border: 1px solid #fff !important;
        border-radius: .5rem !important;
      }

      .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #000 !important;
        background-color: #fff !important;
      }

      .pane-title {
        display: block;
      }

      .pane-text {
        display: block;
      }

      .pane-text-mobile {
        display: none;
      }

      .tab-pane div p {
        font-size: 1rem;
        line-height: 1.5rem; 
      }

      .mobile-nav {
        display: none;
      }

      /* car performance & feature part */
      .h1-custom {
        font-size: 1.5rem;
        line-height: 2rem;
      }

      .border-desc {
        border-bottom: 3px solid rgb(192, 11, 32);
      }

      /* test drive part */
      .panel-row {
        background-color: transparent;
      }

      .panel-container {
        float: left;
        width: 100%;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        border: 0px;
        border-top: 2px solid #E5E5E5;
        margin-bottom: 20px;
        position: relative;
        -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 20%);
        box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 20%);
      }

      .panel-img {
        border: 1px solid #dadce0;
        border-radius: 8px;
      }

      .panel-section {
        margin-top: 12px;
        background-color: #fff;
        border: 1px solid #dadce0;
        border-radius: 8px;
        margin-bottom: 12px;
        padding-top: 22px;
        position: relative;
      }

      .panel-blue {
        background-color: rgb(70, 83, 107);
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        height: 10px;
        left: -1px;
        position: absolute;
        top: -1px;
        width: calc(100% + 2px);
      }

      .required::after {
        content: ' * ';
        color: red;
      }

      .form-label-text {
        font-size: 14px;
      }

      .disclamer-font {
        font-family: 'Work Sans', sans-serif;
        font-size: 12px;
        text-align:justify;
      }

      .form-resize {
        padding: .125rem .5rem !important;
        font-size: 14px !important;
      }

      .form-select-resize {
        padding: 0.225rem 2.25rem 0.225rem 0.75rem !important;
        font-size: 14px !important;
      }

      .custom-file-upload {
          display: inline-block;
          padding: 6px 12px;
          cursor: pointer;
          padding: .25rem .5rem;
          font-size: .875rem;
          border-radius: .2rem;
          color: #fff;
          background-color: #198754;
          border-color: #198754;
          border: 1px solid transparent;
      }

      .note-editable ul{
        list-style: disc !important;
        list-style-position: inside !important;
      }

      .note-editable ol {
          list-style: decimal !important;
          list-style-position: inside !important;
      }

    
      
