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;
        /* width: 100vw; */
      }

      .bg-section {
        background: url('../../assets/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('../../assets/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;
      }

      .banner-swiper {
        max-height: 100vh;
      }

      @media (min-width: 1280px) {
        .banner-swiper {
          /* min-height: 110vh; */
          max-height: 130vh !important;
        }
      }

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

      @media (max-width: 920px) {
        .carSwiper > .swiper-button-next {
          display: block !important;
        }

        .carSwiper > .swiper-button-prev {
          display: block !important;
        }
      }

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

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

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

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

      @media (min-width: 1021px) {
        .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');
      }

      .font-conthrax {
        font-family: Conthrax Sb;
      }

      .font-audiowide {
        font-family: Audiowide Regular;
      }

      .font-segoesc {
        font-family: segoesc;
      }

      .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;
      }

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

      .btn-chery-border {
        background-color: rgb(192, 11, 32) !important;
        border: 1px solid #000 !important;
      }

      .btn-green-economy {
        background-color: rgb(9, 121, 105) !important;
      }

      .background-black {
        background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(16, 16, 16, 1) 50%, rgba(87,87,91,1) 80%, rgba(255, 255, 255, 1) 100%);
      }

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

      .chery-orange {
        color: #FF6200 !important;
      }

      .chery-green {
        color: rgb(9, 121, 105) !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-2 {
        margin-left: .5rem;
      }

      .ml-3 {
        margin-left: .75rem;
      }

      .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-4 {
        padding-right: 1rem;
      }

      .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: 50px;
      }

      .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;
      }

      .barrrs {
        height: .35rem;
        background-color: rgb(192, 11, 32);
      }

      .dealer-underline {
        text-decoration-line: underline;
        text-decoration-thickness: .35rem;
        text-decoration-color: rgb(192, 11, 32);
        text-underline-offset: .5rem;
      }

      /* .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-10 {
        bottom: 2rem;
      }

      .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 !important;
      }

      .fs13 {
        font-size: 13px !important;
      }

      .fs14 {
        font-size: 14px !important;
      }

      .fs15 {
        font-size: 15px !important;
      }

      .fs16 {
        font-size: 16px !important;
      }

      .fs17 {
        font-size: 17px !important;
      }

      .fs18 {
        font-size: 18px !important;
      }

      .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-green-81 {
        border-bottom:5px solid rgb(9, 121, 105);
        width: 23rem;
      }

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

      .border-green-84 {
        border-bottom:5px solid rgb(9, 121, 105);
        width: 26rem;
      }

      .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; */
        height: 80px;
        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: 12px;
        }

        .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-green-81 {
          width: 15.5rem;
        }

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

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

        .border-green-84 {
          width: 15.5rem;
        }

        .f-sm-65 {
          font-size: .65rem;
        }

        .mt-md-7half {
          margin-top: 7.5%;
        }
      }

      .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;
        }

        .header-area .menu-trigger {
          display: block !important;
        }

        .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; */
          background: #000 !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); */
          background-color: #000;
        }

        .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); */
          background-color: #000;
        }

        .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); */
          background-color: #000;
        }
      }

      @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: 1028px) {
        .header-area .main-nav .nav {
          display: flex !important;
        }
      }

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

        .whatsapp-container {
          width: 80px;
        }

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

        
      }

      /* 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: 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;
        
      }

      .lokasi-dealer-swiper {
        text-align: left !important;
      }

      .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: 2.5rem;
        margin-top: -5px;
        /* margin-top: -33px; */
        z-index: 999;
        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;
        /* max-height: 50vh; */
      }

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

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

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

      .font-oxanium {
        font-family: "Oxanium", 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; */
          margin-top: -14px;
        }

        .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 .fa-instagram {
        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;
        gap: 2rem;
        /* 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) {
        .footer-wrapper > div {
          padding-left: 2.625rem;
        }
      } */

      @media (max-width: 767px) {
        .mobile-flex-column {
          gap: 0 !important;
        }

        .footer-wrapper div p a {
          font-size: 12px !important;
        }

        .footer-wrapper div ul li a {
          font-size: 12px !important;
        }

        .play-video {
          aspect-ratio: 16 / 10 !important;
        }
      }

      @media (min-width: 768px) and (max-width: 1024px) {
        .mobile-flex-column {
          display:flex;
          flex-direction: column;
          gap: 1.5rem;
        }

        .play-video {
          aspect-ratio: 16 / 8 !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('../../assets/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;
        } */

        .footer-wrapper {
          display: flex;
        }

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

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

        /* 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 (min-width: 769px) and (max-width: 1024px) {
        .fs-phone-small {
          font-size: .85rem;
        }
      }

      @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: .85rem !important;
        }

        .fs-logo-small {
          font-size: .85rem !important;
        }

        /* .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('https://orientalgroup.id/chery-official-medan/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: #fff !important;
        background-color: rgb(192, 11, 32) !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;
      }

    
/* Whatsapp Animation */
.whatsapp-fixed {
    position: fixed;
    bottom: 5%;
    right: 2.5%;
    z-index: 10000;
}

.btn-whatsapp {
    background-color: #30bf39;
    color: #fff;
    border-radius: 100%;
    transition: background-color .5s;
    width: 60px!important;
    height: 60px!important;
  line-height: 70px;
    position: relative!important;
    display: block;
    transform: none!important;
    z-index: 9;
    text-align: center;
  box-shadow:
            0 1px 2px rgba(0,0,0,0.07),
            0 2px 4px rgba(0,0,0,0.07),
            0 4px 8px rgba(0,0,0,0.07),
            0 8px 16px rgba(0,0,0,0.07),
            0 16px 32px rgba(0,0,0,0.07),
            0 32px 64px rgba(0,0,0,0.07);
}

.btn-whatsapp:hover {
  background-color: #53ca5b;
}

.green-pulse {
  background-color: rgb(0 128 128);
  color: #fff;
  border-radius: 100%;
  transition: background-color .5s;
  width: 15px!important;
  height: 15px!important;
  line-height: 20px;
  display: block;
  transform: none!important;
  z-index: 9;
  text-align: center;
  box-shadow:
      0 1px 2px rgba(0,0,0,0.07),
      0 2px 4px rgba(0,0,0,0.07),
      0 4px 8px rgba(0,0,0,0.07),
      0 8px 16px rgba(0,0,0,0.07),
      0 16px 32px rgba(0,0,0,0.07),
      0 32px 64px rgba(0,0,0,0.07);
  bottom: 0;
}

.whatsapp-fixed a.video-vemo-icon.btn-whatsapp i {
    font-size: 32px;
    color: #fff;
    animation: sm-shake-animation linear 1.5s infinite;
    animation-delay: 3s;
}

.rs-video .animate-border .video-vemo-icon:before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
  opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.rs-video .animate-border .video-vemo-icon:after {
    content: "";
    border: 2px solid #fff;
    position: absolute;
  opacity: 0;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.rs-video-2 .animate-border-2 .video-vemo-icon-2:before {
  content: "";
  border: 2px solid rgb(0 128 128);
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.rs-video-2 .animate-border-2 .video-vemo-icon-2:after {
  content: "";
  border: 2px solid rgb(0 128 128);
  position: absolute;
  opacity: 0;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}


.btn-whatsapp:after, .btn-whatsapp:before {
    border: 2px solid #30bf39 !important;
    width: 130px!important;
    height: 130px!important;
}

.quick-message {
    position: absolute;
    bottom: 8px;
    right: 66px;
    width: max-content;
    border-radius: 15px;
    background: #30bf39;
}

.line-up {
  opacity: 0;
    animation-name: anim-lineUp;
    animation-duration: 0.75s;
  animation-fill-mode: forwards;
    animation-delay: 5s;
}

.quick-message p {
  line-height: 40px;
  font-size: 15px;
  padding: 0px 16px;
  height: 40px;
  position: relative;
  color: #fff;
  margin: 0;
  font-family: Conthrax Sb, sans-serif;
}

#hover-message {
  display: none;
}

.whatsapp-fixed:hover #hover-message {
  display: block;
}

@keyframes zoomBig{
  0%{transform:translate(-50%,-50%) scale(.5);opacity:1;border-width:3px}
  40%{opacity:.5;border-width:2px}
  65%{border-width:1px}100%{transform:translate(-50%,-50%) scale(1);opacity:0;border-width:1px}}

@keyframes sm-shake-animation {
 0% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 25% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 35% {
  transform:rotate(-0.3rad) scale(1) skew(0.017rad)
 }
 45% {
  transform:rotate(0.3rad) scale(1) skew(0.017rad)
 }
 55% {
  transform:rotate(-0.3rad) scale(1) skew(0.017rad)
 }
 65% {
  transform:rotate(0.3rad) scale(1) skew(0.017rad)
 }
 75% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 100% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
}

@keyframes notificationPoint {
  from {transform: scale(0)}
  to {transform: scale(1)}
}

@keyframes anim-lineUp {
  from {
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media (min-width: 768px) {
  .text-md-justify {
    text-align: justify;
  }

  /* everything went wrong, after i fix one damn it */

  /* .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 25px) !important;
    left: auto;
  } */
}





