*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body{
  position: relative;
  overflow-x: hidden !important;
}
.body-active{
  overflow-y: hidden !important;
}
.loading-page{
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  background-color: black;
  z-index: 900;
}

.loading-page img{
  width: 300px;
}
.home-html{
  padding: 0 !important;
  background: #EFEFEF;
}
.ms-top i{
  font-size: 15px;
}
.mynavbar-main{
  margin-top: 20px;
  display: flex;
  gap: 15px;
  list-style-type: none;
  align-items: end;
}

.navbar{
  position: sticky !important;
  top: 0 !important;
  z-index: 200 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.dropdown-item{
  text-align: center !important;
}
.nav-tar{
  background-color: #FF0025;
  color: white;
}
.mynavbar-main a{
  color: white;
  text-decoration: none;
}
.dropdown-menu[data-bs-popper]{
    left: auto;
}
.mynavbar-main button:hover{
  color: #FF0025 !important;
}
.mynavbar-main .mynavbar-item a:hover{
  color: #FF0025 !important;
}
.nav-item{
  text-align: center;
}
.nav-item a:hover{
  color: #FF0025 !important;
}
.nav-item button:hover{
  color: #FF0025 !important;
}
.navbar-toggler{
  display: none;
}
.mySwiper-home2{
  padding: 0 !important;
}
.mySwiper-home2 img{
  height: 222px;
  object-fit: cover;
}
.mySwiper-home2 .swiper-wrapper{
  padding: 0 !important;
}
.myhome-swip3 img{
  width: 100%;
  height: 222px;
  object-fit: cover;
}
/*.vd-pg-wrapper {*/
/*  width: 100%;*/
/*  height: 60px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  position: absolute;*/
/*  bottom: 90px !important;*/
/*  z-index: 999 !important;*/
/*}*/
/*.vd-wrapper .vd-carusel-pg {*/
/*  width: 140px !important;*/
/*  height: 50px;*/
/*  position: relative;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  color: #fff;*/
/*  border-radius: 50px;*/
/*}*/
/*.vd-wrapper .swiper-pagination .swiper-pagination-bullet {*/
/*  width: 11px;*/
/*  height: 11px;*/
/*}*/
/*.vd-wrapper .swiper-pagination .swiper-pagination-bullet-active {*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  background-color: #ED1C24 !important;*/
/*}*/
/*.vd-wrapper .swiper-pagination span {*/
/*  background: #d6d6d6 !important;*/
/*}*/
/*.playBtn, .pauseBtn {*/
/*  width: 45px;*/
/*  height: 45px;*/
/*  border: 2px solid #ED1C24 !important;*/
/*  background: transparent;*/
/*  color: #ED1C24;*/
/*  padding: 12px;*/
/*  border-radius: 100%;*/
/*  font-size: 18px;*/
/*  border: none;*/
/*  z-index: 999;*/
/*  margin-top: 18px;*/
/*  margin-left: 150px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/
/*.playBtn {*/
/*  display: none;*/
/*}*/
.main-bottom{
  width: 100%;
  display: flex;
}
.main-bottom-left{
  width: 43%;
  padding-top: 20px;
}
.mb-left{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.main-bottom-right{
  width: 57%;
  padding: 20px;  
  display: flex;
  justify-content: center;
  align-items: center;
}
.ml-one{
  width: 260px;
  display: flex;
  margin: auto;
}
.ml-one h6{
  width: 130px;
  padding: 10px;
  cursor: pointer;
}
.main-bottom-right img{
  height: 550px; 
  object-fit: cover;
}
.myhome-swip{
  width: 20%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.myhome-swip3{
  border-radius: 10px;
  background-color: white;
}
.myhome-swip3 h6{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 500 !important;
  padding: 20px !important;
  cursor: pointer;
}
.myhome-swip3 img{
  border-radius: 10px 10px 0 0;
}
.main-video{
  width: 100%;
  height: 100%;
  position: relative;
}

.main-video img {
    height: 90vh;
}
/* Modal Start */
.modal-big{
  position: fixed;
  z-index: 201;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px; 
}
.modal-transb{
  width: 100% !important;
  height: 100vh !important;
  top: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.74) !important;
}
.modal-small{
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  background-color: white;
  gap: 10px;
  transform: scale(0, 0);
  padding: 0;
}
.modal-trans{
  transform: scale(1.3, 1.1);
  position: fixed;
}
.ms-top{
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 10px;
}
.ms-top input{
  color: black !important ;
}
.modal-small button{
  border-radius: 0 0 10px 10px !important;
}
/* Modal End */


/* Model Start */
.model-in-html{
  background: #EFEFEF;
}
.main-bottom-2{
  width: 100%;
  display: flex;
  padding: 20px;
}
.main-bottom-3{
  width: 100%;
  display: flex;
}
.main-bottom-left-2{
  width: 45%;
  padding: 30px;
}
.model2-car img{
  width: 100%;
  object-fit: cover;
  height: 500px !important;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#customers td, #customers th {
  padding: 8px;
}
#customers tr:nth-child(even){background-color: #FF0025;color: white;}
#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
.main-bottom-right-2{
  width: 55%;
  padding-left: 20px;
  padding-right: 20px;
}
.mySwiper-model{
  width: 100%;
  height: 100%;
  padding: 0;
}
.my-slide-model img{
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.my-slide-model-bottom{
  padding: 5px;
  height: 140px;
}
.my-slide-model-bottom img{
  width: 100%;
  height: 140px;
  object-fit: cover !important;
}
.mySwiper-model .swiper-slide {
  opacity: 0.4;
}
.mySwiper-model .swiper-slide-thumb-active {
  opacity: 1;
}
.appreciation img{
  height: 400px;
  object-fit: cover !important;
}


.mySwiper3b-model{
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
}
.mySwiper3b-model .swiper-slide {
  opacity: 0.4;
}
.mySwiper3b-model .swiper-slide-thumb-active {
  opacity: 1;
}
.model2-car{
  width: 100%;
  padding: 40px;
  display: flex !important;
}
.model2-car img{
  width: 50%;
  height: 500px;
  border-radius: 10px;
}
.bottom-left2{
  width: 50%;
  padding: 40px;
}


.model-download{
  width: 100%;
  justify-content: center !important;
  display: flex !important;
  align-items: center;
  gap: 50px;
}
/* Model End */



/* News Start */
.news-in-html{
  background: #EFEFEF;
}
.main-text{
  width: 100%;
  padding: 40px;
}
.main-text h2{
  font-weight: 600 !important;
}
.mynav-img{
  width: 200px;
  cursor: pointer;
}

/* Location Start */
.filial{
  display: flex;
  flex-direction: column;
  justify-content: top;
  }
.filial h4 {
  cursor: pointer;
  padding: 20px;
  background-color: #EFEFEF;
  color: black;
  border-radius: 10px;
}
.filial h4:hover {
  box-shadow: 5px 5px rgb(246, 242, 242);
}
.filial h4.active {
  background: black;
  border-radius: 10px;
  color: white;
}
/* Location End */
/* Footer Start */
footer{
  width: 100%;
  height: 100%;
  display: block !important;
  padding: 10px;
  background-color: black;
}
.main-foot{
  width: 100%;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-1{
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-2{
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-2-t{
  width: 50%;
  gap: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 2;
}
.main-2-t a{
  text-decoration: none;
}
.main-2-t a:hover{
  color: #FF0025 !important;
}
.main-3{
  width: 50%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.main-3-icons{
  display: flex;
  gap: 20px;
}
/* Footer End */

@media (max-width: 1350px) {
  .main-bottom-left{
    width: 60%;
  }  
  .main-bottom-right{
    width: 40%;
  }
  .main-bottom-left-2{
    width: 50%;
  }  
  .main-bottom-right-2{
    width: 50%;
  }
  .vd-pg-wrapper{
    bottom: 4% !important;
  }
}
@media (max-width: 1300px) {
  .model2-car{
    width: 100%;
    flex-direction: column;
  }
  .model2-car img{
    width: 100% !important;
  }
  .bottom-left2{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .main-bottom{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .main-bottom-left{
    width: 100%;
    padding: 0;
    margin-top: -22px;
    padding-top: 0 !important;
  }
  .main-bottom-right{
    width: 100%;
    padding: 0;
  }
  .main-bottom-2{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .main-bottom-left-2{
    width: 100%;
  }
  .main-bottom-right-2{
    width: 100%;
    padding: 0;
  }
  .main-bottom-3{
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .main-foot{
      width: 100%;
      display: flex;
      flex-direction: column;
  }
  .main-1{
      width: 100%;
  }
  .main-2{
      width: 100%;
  }
  .main-2-t{
      width: 50%;
      display: flex;
      gap: 10px;
      padding: 40px;
      align-items: end;
  }
  .main-3{
      width: 50%;
  }
  .my-slide-model img{
    width: 100%;
    height: 520px;
  }
}
@media (max-width: 991px) {
  .map-fd{
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .branch h4{
    text-align: center;
  }
}
@media (max-width: 900px) {
  .navbar-toggler{
      display: block !important;
  }
  .mynavbar-main{
      display: none !important;
  }
  .vd-pg-wrapper{
    bottom: 6% !important;
  }
}
@media (max-width: 700px) {
  .main-2-t{
      width: 30%;
  }
  .main-3{
      width: 70%;
  }
  .model-download{
    flex-direction: column;
    gap: 10px;
  }
  .model2-car{
    padding: 0 !important;
  }
  .model2-car img{
    height: 370px;
  }
  .main-1 img{
    width: 300px;
  }
}
@media (max-width: 550px) {
  .myhome-swip{
    padding: 5px;
  }
  /*.vd-pg-wrapper{*/
  /*  bottom: 4% !important;*/
  /*}*/
  /*.playBtn, .pauseBtn{*/
  /*  width: 30px;*/
  /*  height: 30px;*/
  /*  margin-left: 100px;*/
  /*}*/
  .model2-car img{
    width: 100%;
    object-fit: cover;
    height: 350px !important;
  }
}
@media (max-width: 500px) {
  .main-text h2{
      font-size: 18px;
  }
  .main-text b{
      font-size: 12px;
  }
  .main-2{
      width: 100%;
      display: flex;
      flex-direction: column;
  }
  .main-2-t{
      width: 100%;
      align-items: center;
      padding: 0;
  }
  .main-3{
      width: 100%;
      align-items: center;
      flex-direction: column-reverse;
  }
  .main-3-icons i{
      font-size: 18px !important;
      padding: 5px !important;
  }
  .mynav-img{
    width: 200px;
}
  .main-img{
      width: 100%;
      height: 270px;
      object-fit: cover;
  }
  .my-slide-model img{
    width: 100%;
    height: 350px;
  }
  .main-bottom-left-2 h1{
    font-size: 17px;
  }
  /* .filial h3 i{
    font-size: 16px !important;
  }
  .filial h3 span{
    font-size: 14px !important;
  } */
  .model2-car img{
    height: 300px;
  }
  .appreciation img{
    height: 250px;
    object-fit: cover !important;
  }
}
@media (max-width: 400px) {
  .mynav-img{
      width: 133px;
  }
  .navbar{
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  .navbar-toggler i{
      padding: 0;
      font-size: 15px !important;
  }
  .main-img{
      width: 100%;
      height: 200px;
  }
  .my-slide-model img{
    width: 100%;
    height: 250px;
  }
  .mySwiper-home{
    padding: 2px !important;
  }
  .myhome-swip3 h6{
    font-size: 12px !important;
  }
  .myhome-swip3 p{
    font-size: 9px !important;
  }
  .mb-left p{
    font-size: 13px !important;
    font-weight: 400 !important;
  }
  .myhome-swip3 img{
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .loading-page img{
    width: 250px;
  }
  .main-1 img{
    width: 220px;
  }
}
@media (max-width: 360px) {
  .mb-left img{
    width: 100%;
  }
  .myhome-swip h5{
    font-size: 16px !important;
  }
  .myhome-swip{
    width: 100% !important;
  }
  .model2-car img{
    height: 250px;
  }
  .main-bottom-left h2{
    font-size: 20px !important;
  }
}
@media (max-width: 310px) {
  .main-img{
      height: 180px;
  }
}


.swiper-button-next,
.swiper-button-prev {
    background-color: black;
    border-radius: 50%;
    padding: 5px;
    width: 30px !important;
    height: 30px !important;
}
.swiper-button-next::after, .swiper-button-prev::after{
  color: #fff;
  font-size: 18px !important;
}


.swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 13px;
  background: #FF0025 !important;
}
.swiper-pagination span {
  background: #c5c5c5 !important;
}




#truck{
  display: none;
}
.home-active{
  background-color: #FF0025 !important;
  color: white !important;
}