@import url("utilities/container.css");
@import url("utilities/color.css");

@font-face {
  font-family: "FCMinimal-Regular";
  src: url("../fonts/fc-minimal/FC_Minimal_Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FCMinimal-Bold";
  src: url("../fonts/fc-minimal/FC_Minimal_Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "AgencyFB-Bold";
  src: url("../fonts/agency-fb/AGENCYB.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Tw-Cen-MT-Condensed";
  src: url("../fonts/tw-cen-mt-condensed/Tw-Cen-MT-Condensed-Font.ttf");
  font-weight: normal;
  font-style: normal;
}

.section_1 .product_slider .product-name {
  display: none;
}

#product_details .product_feature .text-white {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FCMinimal-Bold", sans-serif;
}

.product_video {
  display: none;
}

a.text-white[href="news.html"] {
  display: none;
}

.fc-minimal-regular {
  font-family: "FCMinimal-Regular", sans-serif;
}

.fc-minimal-bold {
  font-family: "FCMinimal-Bold", sans-serif;
}

.agency-fb-bold {
  font-family: "AgencyFB-Bold", sans-serif;
}

.tw-cen-mt-condensed {
  font-family: "Tw-Cen-MT-Condensed", sans-serif;
}

b,
.font-bold {
  font-family: "FCMinimal-Bold", sans-serif;
}

body {
  font-family: "FCMinimal-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #161616;
  background-color: #fff;
}

h1 {
  font-size: 42px;
  line-height: 1em;
}

h2 {
  font-size: 38px;
  line-height: 1.2;
}

h3 {
  font-size: 34px;
  line-height: 1.2;
}

h4 {
  font-size: 29px;
  line-height: 1.2;
}

h5 {
  font-size: 26px;
  line-height: 1.2;
}

h6 {
  font-size: 24px;
  line-height: 1.2;
}

strong {
  font-size: 30px;
  line-height: 1em;
}

small {
  font-size: 12px;
  line-height: 1.5;
}

section {
  overflow: hidden;
}

.swal2-popup {
  padding: 0;
}

.swal-video-popup {
  padding: 0;
  /* ตัด padding default ออก */
}

.swal2-html-container {
  margin: 0 !important;
  /* เอา margin ข้างในออก */
  padding: 0 !important;
}

.video-full {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* หรือ contain ถ้าอยากให้ไม่ครอป */
}


#destination-title_transport,
#destination_img_transport,
#destination_content_transport {
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-out {
  opacity: 0;
  transform: translateY(10px);
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.95);
  min-width: 280px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  top: 100%;
  left: 0;
  border-radius: 8px;
  border: 1px solid #333;
  padding: 10px 0;
  backdrop-filter: blur(10px);
}

.dropdown-content a {
  color: white !important;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  font-size: 22px !important;
  margin: 0 !important;
  border-bottom: none !important;
  transition: all 0.3s ease;
}

.dropdown-content a:hover {
  background-color: #d2f801;
  color: black !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown>a::after {
  content: "▼";
  font-size: 12px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.dropdown:hover>a::after {
  transform: rotate(180deg);
}

.mobile-dropdown {
  position: relative;
}

.mobile-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 8px 16px;
}

.mobile-dropdown-toggle::after {
  content: "▼";
  font-size: 14px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.mobile-dropdown-toggle.active::after {
  transform: rotate(180deg);
}

.mobile-dropdown-content {
  display: none;
  background-color: rgba(210, 248, 1, 0.1);
  margin-top: 10px;
  padding: 10px 0;
  border-radius: 8px;
}

.mobile-dropdown-content.show {
  display: block;
}

.mobile-dropdown-content a {
  color: #d2f801 !important;
  padding: 8px 20px;
  font-size: 20px !important;
  display: block;
  text-decoration: none;
  margin: 5px 20px !important;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.mobile-dropdown-content a:hover {
  background-color: #d2f801;
  color: black !important;
}

.section_1 {
  background-image: url("../images/hero_banner.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 45vw;
  background-color: black;
  background-attachment: fixed;
}

.line-border-left {
  position: relative;
}

.section_2 .line-border-left {
  padding-left: 20px;
  padding-bottom: 20px;
}

.section_3 .line-border-left {
  padding-bottom: 20px;
}

.line-border-left::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #d2f801;
  position: absolute;
  left: 0;
  top: 0;
}

#mdvr_page {
  position: relative;
  background-image: url("../images/mdvr_background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-color: black;
}

#mdvr_page .section_1 {
  background-image: url("../images/mdvr_banner.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 32vw;
  background-color: black;
  background-attachment: fixed;
}

#mdvr_page .section_2 {
  position: relative;
  background-image: url("../images/mdvr_section2_banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 56.25vw;
  background-color: black;
}

#mdvr_page .section_3 {
  position: relative;
  background-image: url("../images/mdvr_section3_banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 53vw;
  background-color: black;
}

#mdvr_page .section_4 {
  position: relative;
  background-image: url("../images/mdvr_section4_banner-new.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 40vw;
  background-color: black;
}

#mdvr_page .section_6 {
  position: relative;
  background-image: url("../images/mdvr_section6_banner.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 30vw;
  background-color: black;
}

#mdvr_page .section_1 .title h1 {
  font-size: 60px;
}

#mdvr_page .section_1 .title_2 {
  font-size: 30px;
}

#mdvr_page .section_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 40%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

#mdvr_page .section_2>* {
  position: relative;
  z-index: 2;
}

#mdvr_page .section_5_inner_left {
  width: 50%;
}

#mdvr_page .section_5_inner_right {
  margin-left: 50px;
}

#mdvr_page .title {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

#mdvr_page .title h1 {
  margin-right: 10px;
}

#mdvr_page span {
  font-size: 30px;
}

#mdvr_page p {
  font-size: 24px;
  margin: 25px 0;
}

#mdvr_page .section_2_inner {
  width: 45%;
}

#mdvr_page .section_3_inner_2 {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 45%;
  margin-left: 14%;
}

#mdvr_page .section_4 span {
  font-size: 38px;
  line-height: 1em;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.menu_desktop .active-menu {
  color: #d2f801;
  border-bottom: 2px solid #d2f801;
}

.menu_mobiles .active-menu {
  color: black;
  background-color: #d2f801;
  border-radius: 5px;
}

.menu_desktop a {
  font-size: 28px;
  letter-spacing: 1.5px;
  line-height: 1.2em;
  margin: auto 50px;
}

.menu_desktop a:hover {
  color: #d2f801;
}

.text-color-primary {
  color: #d2f801;
}

.text-color-white {
  color: #fff;
}

.banner_text h1 {
  letter-spacing: 0.2rem;
}

.banner_text p {
  font-size: 30px;
  line-height: 1em;
}

.btn span {
  box-shadow: -4px 0 5px -3px rgba(0, 0, 0, 0.5);
  padding-left: 8px;
  margin-left: 20px;
}

.btn-primary {
  background-color: #d2f801;
  color: white;
  font-size: 35px;
  padding: 10px 20px;
  border-radius: 0;
  border: none;
  display: flex;
  justify-content: space-between;
  width: max-content;
  min-width: 130px;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.btn-primary:hover {
  top: -5px;
}

.text-highlight-banner {
  position: absolute;
  top: 30px;
  left: 20rem;
  right: 0;
  width: max-content;
  margin: auto;
  text-align: left;
}

.text-highlight-banner h1 {
  font-size: 60px;
}

.section_1_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.banner_containe {
  flex-grow: 1;
}

.product_slider {
  width: 45.5%;
  margin-top: auto;
  position: relative;
  align-self: flex-end;
  left: 10%;
  bottom: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after,
.next_slide_public_transport:after,
.prev_slide_public_transport:after {
  display: none;
}

.navigation_slide_public_transport {
  position: absolute;
}

.product_slider .swiper-button-next {
  left: -45px;
  top: 32px;
  background: #0367fc;
  height: 60px;
  width: 40px;
  padding: 10px;
}

.product_slider .swiper-button-prev {
  border: 2px solid #d2f801;
  left: -45px;
  height: 60px;
  width: 40px;
  padding: 10px;
  top: 110px;
}

.section_1 .product-card {
  /* position: relative; */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #d1f702;
  background-image: url(../images/ourproducts/bg_gradient_product.png);
  background-size: cover;
  width: 281px;
  height: 217px;
  overflow: hidden;
}

.section_1 .product-card img {
  width: 66%;

}

.section_1 .product-card .product-name {
  font-size: 50px;
  bottom: 40px;
  right: 91px;
  border: 4px solid #d2f801;
  color: #fff;
  position: absolute;
  line-height: 1em;
  padding: 0 4px;
}

.product-card .title_card {
  font-size: 50px;
  line-height: 0.8em;
}

.slide_public_transport {
  position: relative;
  left: 20rem;
  top: 4rem;
}

.slide_public_transport .product-card .title_slide {
  font-size: 28px;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  padding-left: 20px;
}

.slide_public_transport .product-card .title_slide:before {
  content: "";
  display: block;
  width: 13%;
  height: 3px;
  background-color: white;
  margin-bottom: 10px;
  border-radius: 50px;
  margin-left: 0;
}

.customer_card .title_card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.customer_card p {
  font-size: 30px;
  text-align: center;
  line-height: 1em;
}

.customer_card .card_set_2 {
  margin-top: -45px;
}

.customer_card .number_customer {
  font-size: 35px;
}

.customer_card .title_card_set_1 {
  margin-bottom: -90px;
  z-index: 1;
  position: relative;
}

.customer_card .title_card_set_2 {
  margin-top: -110px;
  z-index: 1;
  position: relative;
}

footer {
  background-image: url("../images/bg-footer.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-color: black;
  background-attachment: fixed;
}

.btn_contact_us {
  height: 50px;
}

footer .title_section {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

footer .title_menu ::after {
  content: "";
  display: block;
  width: 30%;
  height: 5px;
  background-color: #f4faef;
  margin-top: 10px;
  border-radius: 50px;
}

.slide_public_transport .swiper-slide-active {
  width: 43% !important;
}

.next_slide_public_transport,
.prev_slide_public_transport {
  top: -10px;
}

.next_slide_public_transport {
  left: 50px;
}

.prev_slide_public_transport {
  left: 0;
}

.social_media_follow {
  position: fixed;
  top: 150px;
  left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 999;
}

.social_media_follow img {
  width: auto;
  height: 45px;
}

.social_media_follow .icon_location {
  background-color: black;
  padding: 10px;
  border-radius: 100px;
}

.line_blue {
  background-color: #0367fd;
  height: 30px;
  width: 2px;
}

.title_gps_banner {
  font-size: 80px;
  line-height: 0.7em;
}

.image_transport {
  width: 350px;
  height: 500px;
  object-fit: cover;
}

.section_2 .card_highlight {
  width: 60%;
}

.section_2 .slide_public_transport {
  width: 45%;
  left: 16rem;
}

.section_2 .card_slide_image {
  width: 100%;
  max-width: 300px;
  height: 400px;
  object-fit: cover;
}

.section_3 .title_section h1 {
  font-size: 50px;
  line-height: 0.8em;
}

.section_3 .title_section {
  left: -20px;
}

.menu_mobiles {
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
  text-align: left;
  padding: 10px 0px;
  background-color: black;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99;
  top: 0;
  overflow-y: scroll;
}

.menu_mobiles .menu_mobile_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 24px;
  text-align: center;
}

.solution_section {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 45vw;
  background-color: black;
}

.solution_section.taxi {
  background-image: url("../images/bg_solution_new.png");
}

.solution_section.transportation {
  background-image: url("../images/transportation/bg.png");
}

.solution_section.truck {
  background-image: url("../images/truck/bg.png");
}

.solution_section.chemical_truck {
  background-image: url("../images/chemical_truck/bg.png");
}

.solution_section.refrigerator_truck {
  background-image: url("../images/refrigerator_truck/bg.png");
}

.solution_banner_left {
  position: relative;
  bottom: 4rem;
  right: 2rem;
}

.solution_banner_left_img {
  max-width: max-content;
  position: relative;
  right: 2rem;
}

.solution_banner_left_img.taxi {
  width: 130%;
}

.solution_banner_left_img.transportation {
  width: 120%;
}

.solution_banner_left_img.truck {
  width: 120%;
}

.solution_banner_left_img.chemical_truck {
  width: 120%;
}

.solution_banner_left_img.refrigerator_truck {
  width: 120%;
}

.solution_banner_left .line_white {
  background-color: #fff;
  height: 2px;
  width: 30px;
  position: absolute;
}

.solution_banner_left h1 {
  font-size: 60px;
  line-height: 0.8em;
}

.solution_banner_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 50px;
}

.solution_banner_right .solution_banner_right_title {
  font-size: 55px;
}

.is_underline {
  position: relative;
}

.is_underline::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.solution_banner_description .line_white {
  background-color: #fff;
  height: 2px;
  width: 30px;
  position: absolute;
}

.solution_banner_description p,
.solution_banner_description ul {
  font-size: 25px;
  line-height: 1.2em;
}

.solution_banner_description ul {
  list-style-type: decimal;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1em;
}

.solution_hero_slider {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 5px;
  position: relative;
  height: 130px;
}

.solution-hero-swiper .swiper-slide:first-child,
.solution-hero-swiper-4row .swiper-slide:first-child {
  border-left: none;
}

.solution-hero-swiper .swiper-slide,
.solution-hero-swiper-4row .swiper-slide {
  border-left: 2px solid #47494c;
}

.solution_hero_slider .solution-hero-card {
  font-size: 25px;
  height: 100px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  transition: all 0.3s ease-in-out;
  position: relative;
  bottom: 0;
}

.solution_hero_slider .solution-hero-card.active_card {
  border-radius: 10px;
  font-weight: bold;
  bottom: 30px;
  position: relative;
  height: 130px;
  transition: all 0.3s ease-in-out;
  background-color: #d2f801;
  max-width: 100%;
}

.solution_hero_slider .solution-hero-card:hover {
  font-weight: bold;
  bottom: 10px;
  position: relative;
  height: 130px;
  transition: all 0.3s ease-in-out;
}

.solution_hero_slider .swiper {
  bottom: 20px;
  height: 135px;
}

.solution_hero_slider .swiper .swiper-wrapper {
  padding-top: 30px;
}

.next_slide_solution {
  right: -2%;
  position: absolute;
  top: 45%;
  cursor: pointer;
}

.prev_slide_solution {
  left: -2%;
  position: absolute;
  top: 45%;
  cursor: pointer;
}

.solution_banner_description .solution_banner_description_title {
  font-size: 40px;
  margin-top: 16px;
}

#solution_page .banner_container {
  display: flex;
}

#products_page .products_banner_section {
  background-image: url("../images/ourproducts/bg_products.png");
  background-size: cover;
  background-color: #000d1f;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom;
}

#products_page .products_banner_section_left {
  position: relative;
  bottom: 5rem;
}

#products_page .products_banner_section_left .title_banner h1 {
  font-size: 80px;
  line-height: 60px;
}

#products_page .products_section_2 .card_products_item .card_products_itme__text {
  position: absolute;
  top: 0;
  padding: 20px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#products_page .products_section_2 .card_products_item .btn_card_item {
  font-size: 30px;
}

#products_page .products_section_2 .card_products_item .title_card {
  line-height: 35px;
  font-size: 50px;
  margin-top: 20px;
}

#products_page .products_section_2 .card_products_item .text_des_card {
  font-size: 30px;
  line-height: 30px;
  margin-top: 10px;
}

#products_page .products_section_2 .card_products_item .card_products_item_img_card {
  min-height: 250px;
  object-fit: cover;
}

#products_page .products_section_3 .input_search {
  width: 40%;
  border: 2px solid #d1f801;
  border-radius: 0;
  background: transparent;
  height: 60px;
}

#products_page .products_section_3 .input_search input {
  color: #d1f801;
  font-size: 30px;
  padding: 15px;
}

#products_page .products_section_3 .input_search input::placeholder {
  opacity: 1 !important;
}

#products_page .products_section_4 {
  background-image: url("../images/ourproducts/bg_prodct_list.png");
  background-size: cover;
}

#products_page .products_section_2 .card_products_item {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  position: relative;
  top: 0px
}

#products_page .products_section_2 .card_products_item:hover,
#products_page .products_section_2 .card_products_item:focus,
#products_page .products_section_2 .card_products_item:focus-visible,
#products_page .products_section_2 .card_products_item:focus-within {
  border-color: #d1f702;
  top: -10px;
}

#products_page .products_section_4 .our_products_slide .product-card,
#dash_camera_page .dash_camera_section_4 .our_products_slide .product-card,
#gps_tracking_page .dash_camera_section_4 .our_products_slide .product-card,
#taxi_meter_page .taxi_meter_section_4 .our_products_slide .product-card {
  border: 2px solid #d1f702;
  background-image: url("../images/ourproducts/bg_gradient_product.png");
  background-size: cover;
}

#products_page .products_section_4 .our_products_slide .product-card img,
#dash_camera_page .dash_camera_section_4 .our_products_slide .product-card img,
#gps_tracking_page .dash_camera_section_4 .our_products_slide .product-card img,
#taxi_meter_page .taxi_meter_section_4 .our_products_slide .product-card img {
  max-height: 180px;
  width: 80%;
  transition: all 0.3s ease-in-out;
  margin: auto;
}

#products_page .products_section_4 .our_products_slide .product-card img:hover,
#dash_camera_page .dash_camera_section_4 .our_products_slide .product-card img:hover,
#gps_tracking_page .dash_camera_section_4 .our_products_slide .product-card img:hover,
#taxi_meter_page .taxi_meter_section_4 .our_products_slide .product-card img:hover {
  scale: 1.08;
}

#products_page .products_section_4 .our_products_slide .btn_card_item,
#dash_camera_page .dash_camera_section_4 .our_products_slide .btn_card_item,
#gps_tracking_page .dash_camera_section_4 .our_products_slide .btn_card_item,
#taxi_meter_page .taxi_meter_section_4 .our_products_slide .btn_card_item {
  font-size: 30px;
  height: 45px;
}

#products_page .products_section_4 .our_products_slide .navigation_slide_our_products img,
#dash_camera_page .dash_camera_section_4 .our_products_slide .navigation_slide_our_products img,
#gps_tracking_page .dash_camera_section_4 .our_products_slide .navigation_slide_our_products img,
#taxi_meter_page .taxi_meter_section_4 .our_products_slide .navigation_slide_our_products img {
  width: auto;
  height: auto;
  max-width: max-content;
  object-fit: contain;
}

#products_page .products_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-next,
#dash_camera_page .dash_camera_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-next,
#gps_tracking_page .dash_camera_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-next,
#taxi_meter_page .taxi_meter_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-next {
  right: -5rem;
  opacity: 1;
}

#products_page .products_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-prev,
#dash_camera_page .dash_camera_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-prev,
#gps_tracking_page .dash_camera_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-prev,
#taxi_meter_page .taxi_meter_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-prev {
  left: -5rem;
  opacity: 1;
}

#products_page .products_section_4 .our_products_slide .pagination_our_products,
#dash_camera_page .dash_camera_section_4 .our_products_slide .pagination_our_products,
#gps_tracking_page .dash_camera_section_4 .our_products_slide .pagination_our_products,
#taxi_meter_page .taxi_meter_section_4 .our_products_slide .pagination_our_products {
  bottom: -20px;
}

#products_page .products_section_4 .our_products_slide .pagination_our_products .swiper-pagination-bullet,
#dash_camera_page .dash_camera_section_4 .our_products_slide .pagination_our_products .swiper-pagination-bullet,
#gps_tracking_page .dash_camera_section_4 .our_products_slide .pagination_our_products .swiper-pagination-bullet,
#taxi_meter_page .taxi_meter_section_4 .our_products_slide .pagination_our_products .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}

#products_page .products_section_4 .our_products_slide .pagination_our_products .swiper-pagination-bullet-active,
#dash_camera_page .dash_camera_section_4 .our_products_slide .pagination_our_products .swiper-pagination-bullet-active,
#gps_tracking_page .dash_camera_section_4 .our_products_slide .pagination_our_products .swiper-pagination-bullet-active,
#taxi_meter_page .taxi_meter_section_4 .our_products_slide .pagination_our_products .swiper-pagination-bullet-active {
  background-color: #d1f801;
}

#products_page .products_section_4 .our_products_slide .product-card h2,
#dash_camera_page .dash_camera_section_4 .our_products_slide .product-card h2,
#gps_tracking_page .dash_camera_section_4 .our_products_slide .product-card h2,
#taxi_meter_page .taxi_meter_section_4 .our_products_slide .product-card h2 {
  font-size: 35px;
}

#dash_camera_page .products_banner_section {
  background-image: url("../images/dash_camera/bg_dash_camera.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 32vw;
  background-color: black;
  background-attachment: fixed;
  z-index: 2;
  position: relative;
}

#dash_camera_page .products_banner_section .title_banner h1,
#gps_tracking_page .products_banner_section .title_banner h1,
#taxi_meter_page .products_banner_section .title_banner h1 {
  font-size: 70px;
  line-height: 60px;
}

#dash_camera_page .dash_camera_section_2 {
  background-color: black;
  background-image: url("../images/dash_camera/bg_dash_camera_content.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#dash_camera_page .dash_camera_section_2::before,
#gps_tracking_page .dash_camera_section_2::before,
#taxi_meter_page .taxi_meter_section_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 40%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

#dash_camera_page .dash_camera_section_2 .title_dash_camera,
#dash_camera_page .dash_camera_section_3 .title_dash_camera,
#gps_tracking_page .dash_camera_section_2 .title_dash_camera,
#gps_tracking_page .dash_camera_section_3 .title_dash_camera,
#taxi_meter_page .taxi_meter_section_2 .title_taxi_meter,
#taxi_meter_page .taxi_meter_section_3 .title_taxi_meter,
#about_page .about_section_4 .title_about,
#contact_page .contact_section_3 .title_contact {
  border-left: 2px solid #d1f801;
  z-index: 1;
  position: relative;
}

#dash_camera_page .dash_camera_section_3,
#gps_tracking_page .dash_camera_section_3,
#about_page .about_section_4,
#contact_page .contact_section_3 {
  background-color: black;
  background-image: url("../images/dash_camera/bg_dash_camera_content_2.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}



#dash_camera_page .dash_camera_section_3 .description_dash_camera_card,
#gps_tracking_page .dash_camera_section_3 .description_dash_camera_card,
#about_page .about_section_4 .description_dash_camera_card {
  padding-left: 4rem;
  position: relative;
}

#dash_camera_page .dash_camera_section_3 .description_dash_camera_card h2,
#gps_tracking_page .dash_camera_section_3 .description_dash_camera_card h2,
#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card h2,
#about_page .about_section_4 .description_dash_camera_card h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card h2 {
  margin-bottom: 10px;
}

#dash_camera_page .dash_camera_section_3 .description_dash_camera_card p,
#gps_tracking_page .dash_camera_section_3 .description_dash_camera_card p,
#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card p,
#about_page .about_section_4 .description_dash_camera_card p {
  font-size: 30px;
  line-height: 30px;
}

#dash_camera_page .dash_camera_section_3 .description_dash_camera_card::after,
#gps_tracking_page .dash_camera_section_3 .description_dash_camera_card::after,
#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card::after,
#about_page .about_section_4 .description_dash_camera_card::after {
  font-size: 10em;
  position: absolute;
  top: 2rem;
  left: 1rem;
  width: 50px;
  height: 50px;
  color: #d1f801;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  opacity: 0.3;
}


#dash_camera_page .dash_camera_section_3 .description_dash_camera_card_1::after,
#gps_tracking_page .dash_camera_section_3 .description_dash_camera_card_1::after,
#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_1::after,
#about_page .about_section_4 .description_dash_camera_card_1::after {
  content: '01';
}

#dash_camera_page .dash_camera_section_3 .description_dash_camera_card_2::after,
#gps_tracking_page .dash_camera_section_3 .description_dash_camera_card_2::after,
#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_2::after,
#about_page .about_section_4 .description_dash_camera_card_2::after {
  content: '02';
}

#dash_camera_page .dash_camera_section_3 .description_dash_camera_card_3::after,
#gps_tracking_page .dash_camera_section_3 .description_dash_camera_card_3::after,
#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_3::after {
  content: '03';
}

#gps_tracking_page .dash_camera_section_3 .description_dash_camera_card_4::after,
#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_4::after {
  content: '04';
}

#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_5::after {
  content: '05';
}

#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_6::after {
  content: '06';
}

#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_7::after {
  content: '07';
}

#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_8::after {
  content: '08';
}


#dash_camera_page .dash_camera_section_4,
#gps_tracking_page .dash_camera_section_4,
#taxi_meter_page .taxi_meter_section_4 {
  background-image: url("../images/ourproducts/bg_prodct_list.png");
  background-size: cover;
}

#gps_tracking_page .products_banner_section {
  background-image: url("../images/gps_tracking/bg_gps_tracking.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 32vw;
  background-color: black;
  background-attachment: fixed;
  z-index: 2;
  position: relative;
}

#gps_tracking_page .dash_camera_section_2 {
  background-color: black;
  background-image: url("../images/gps_tracking/bg_gps_tracking_content.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#taxi_meter_page .products_banner_section {
  background-image: url("../images/taxi_meter/bg_taxi_meter.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 32vw;
  background-color: black;
  background-attachment: fixed;
  z-index: 2;
  position: relative;
}


#taxi_meter_page .taxi_meter_section_2 {
  background-color: black;
  background-image: url("../images/taxi_meter/bg_taxi_meter_content.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 600px;
}

#taxi_meter_page .taxi_meter_section_3 {
  background-color: black;
  background-image: url("../images/taxi_meter/bg_taxi_center.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 1000px;
  background-position: center;
}

#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card {
  padding-left: 4rem;
  position: relative;
  width: 350px;
}

#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_1_set {
  left: 0;
}

#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_2_set {
  left: 40%;
  top: -5em;
}

#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_3_set {
  left: 75%;
}

#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_4_set {
  left: 85%;
  top: 17em;
}

#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_5_set {
  left: 75%;
  top: 32em
}

#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_6_set {
  left: 40%;
  top: 35em;
}

#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_7_set {
  left: 0;
  top: 32em
}

#taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_8_set {
  left: -3%;
  top: 17em;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade_action {
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
}

.fade_action.is-visible {
  animation: fadeInUp 0.8s ease forwards;
}

.description_taxi_meter_card_1_set.is-visible {
  animation-delay: 0.10s;
}

.description_taxi_meter_card_2_set.is-visible {
  animation-delay: 0.30s;
}

.description_taxi_meter_card_3_set.is-visible {
  animation-delay: 0.50s;
}

.description_taxi_meter_card_4_set.is-visible {
  animation-delay: 0.70s;
}

.description_taxi_meter_card_5_set.is-visible {
  animation-delay: 0.90s;
}

.description_taxi_meter_card_6_set.is-visible {
  animation-delay: 1.10s;
}

.description_taxi_meter_card_7_set.is-visible {
  animation-delay: 1.30s;
}

.description_taxi_meter_card_8_set.is-visible {
  animation-delay: 1.50s;
}

@media (prefers-reduced-motion: reduce) {
  .description_taxi_meter_card {
    opacity: 1;
    transform: none;
  }

  .description_taxi_meter_card.is-visible {
    animation: none;
  }
}

#product_details .product_details_section {
  background-image: url("../images/product_detail/bg_product_detail.jpg");
  background-size: cover;
  background-color: #000000;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 785px;
  background-position: center;
  padding-top: 8em;
  position: relative;
}

#product_details .all_products {
  background-image: url("../images/product_detail/bg_all_products.jpg");
  background-size: cover;
  background-color: #000000;
  background-repeat: no-repeat;
  min-height: 700px;
  background-position: center;
  padding-top: 6em;
  padding-bottom: 6em;
}

#product_details .product_details_section .imgage_product__name h1 {
  font-size: 60px;
}

#product_details .product_details_section .product_details__content .product_details__content__name h1 {
  font-size: 60px;
  line-height: normal;
}

#product_details .product_details_section .product_details__content .product_details__content__name h2 {
  font-size: 50px;
  line-height: normal;
  font-weight: normal;
  font-family: "FCMinimal-Regular", sans-serif;
}

#product_details .product_details_section .product_details__content .product_details__content__description p {
  font-size: 22px;
  line-height: normal;
}



#product_details .product_details_section .product_details__content .product_details__content__description ul {
  font-size: 22px;
  line-height: normal;
  list-style-type: disc;
}


#product_details .product_details_section .product_details__content .product_series p {
  font-size: 30px;
  line-height: normal;
}

#product_details .product_feature p {
  font-size: 30px;
  line-height: normal;
}

#product_details .product_details_section .image_product img {
  margin-left: auto;
  margin-right: 2em;
}

#product_details .product_details_section .image_product__name {
  position: relative;
  bottom: 0;
  width: 100%;
}


#product_details .product_feature .product_feature__content {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 60%;
  background-color: #0000005e;
}

#product_details .product_feature .product_feature__content__swiper {
  border-left: 3px solid #d1f702;
  padding: 20px;
  width: 100%;
  margin-left: 0;
}


#product_details .product_feature .swiper-button-next__product_feature {
  top: 40px;
  background: #0367fc;
  height: 80px;
  width: 50px;
  padding: 10px;
}

#product_details .product_feature .swiper-button-prev__product_feature {
  border: 2px solid #d2f801;
  top: 40px;
  left: -55px;
  height: 80px;
  width: 50px;
  padding: 10px;
}

#product_details .product_feature .pagination_product_feature .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}

#product_details .product_feature .pagination_product_feature .swiper-pagination-bullet-active {
  background-color: #d1f801;
}

#product_details .product_video {
  padding: 20px 0;
}

#product_details .product_video .product_video__content__swiper .product-card {
  background-color: #2b2a2f;
  border-bottom: 2px solid #d1f702;
}

#product_details .product_video .product_video__content__swiper .product-card__video .img_video {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

#product_details .product_video .product_video__content__swiper .product-card__image img {
  padding: 20px;
  height: 250px;
  margin: auto;
  object-fit: contain;
}

#product_details .product_details_section .product_details__content__description .ul-2 {
  margin-left: 50px;
}

.product_detail_4g {
  display: flex;

}

.product_detail_4g ul {
  font-size: 19px !important;

}

.close-modal {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}

.close_modal_set {
  overflow: unset;
}

#product_details .product_video .product_video__content__swiper {
  width: 80%;
}

#product_details .product_video .swiper-button-next__product_video {
  width: 40px;
  right: 6em;
}

#product_details .product_video .swiper-button-prev__product_video {
  width: 40px;
  left: 6em;
}

#product_details .product_video .pagination_product_video .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}

#product_details .product_video .pagination_product_video .swiper-pagination-bullet-active {
  background-color: #d1f801;
}

#product_details .all_products .all_products__content .all_products__card__item .product-card {
  border: 2px solid #d1f702;
  background-image: url('../images/ourproducts/bg_gradient_product.png');
  background-size: cover;
}

#product_details .all_products .all_products__content .all_products__card__item .product-card img {
  max-height: 200px;
}

#about_page .banner_section {
  background-image: url("../images/about/bg_about.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 32vw;
  background-color: black;
  background-attachment: fixed;
  z-index: 2;
  position: relative;
}

#about_page .banner_section .title_banner h1 {
  font-size: 80px;
  line-height: 50px;
  margin-bottom: 20px;
}

#about_page .about_section_2 {
  background-color: black;
}

#about_page .about_section_2 .title_about {
  border-left: 2px solid #d1f801;
  z-index: 1;
  position: relative;
}

#about_page .about_section_2 .title_about h1 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}

#about_page .about_section_3 {
  background-image: url("../images/about/bg_city.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 38vw;
  background-color: black;
  background-attachment: fixed;
  z-index: 2;
  position: relative;
}

#about_page .about_section_3 .title_about {
  border-left: 2px solid #d1f801;
  z-index: 1;
  position: relative;
}

#about_page .about_section_3 .title_about h1 {
  font-size: 50px;
  line-height: 50px;
}

#contact_page .contact_banner_section {
  background-image: url("../images/contact/bg_contact.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 32vw;
  background-color: black;
  background-attachment: fixed;
  z-index: 2;
  position: relative;
}

#contact_page .contact_section_2 {
  background-image: url("../images/contact/bg_contact_detail.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  background-color: black;
  z-index: 2;
  position: relative;
}

#contact_page .contact_banner_section .title_banner h1 {
  font-size: 70px;
  line-height: 60px;
}

#contact_page .contact_section_2 .title_contact {
  border-left: 2px solid #d1f801;
  z-index: 1;
  position: relative;
}

#contact_page .contact_section_2 .title_contact h1,
#contact_page .contact_section_3 .title_contact h1 {
  font-size: 50px;
  line-height: 50px;
}

#contact_page .contact_section_2 .contact_section_2_inner {
  backdrop-filter: brightness(0.6);
  padding: 20px;
}

#contact_page .contact_section_2 .contact_section_2_inner h2 {
  font-size: 45px;
}

#contact_page .contact_section_3 .google_map_section iframe {
  width: 100%;
}

@media screen and (max-width: 1900px) {
  .text-highlight-banner {
    top: 0;
  }

  .text-highlight-banner h1 {
    font-size: 45px;
  }

  .product_slider {
    left: 8%;
    bottom: -26px;
  }

  .section_1 .product-card .product-name {
    font-size: 30px;
    bottom: 30px;
    right: 90px;
  }

  .section_2 .card_highlight {
    width: 55%;
  }

  .section_2 .slide_public_transport {
    width: 45%;
  }

  #products_page .products_section_4 .our_products_slide .product-card img,
  #dash_camera_page .dash_camera_section_4 .our_products_slide .product-card img,
  #gps_tracking_page .dash_camera_section_4 .our_products_slide .product-card img {
    max-height: 150px;
  }

  #products_page .products_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-next,
  #dash_camera_page .dash_camera_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-next,
  #gps_tracking_page .dash_camera_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-next {
    right: -3.5rem
  }

  #dash_camera_page .dash_camera_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-prev,
  #gps_tracking_page .dash_camera_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-prev {
    left: -3.5rem
  }
}

@media screen and (max-width: 1899px) {
  #product_details .product_feature .product_feature__content {
    bottom: 20px;
  }

  #product_details .all_products .all_products__content .all_products__card__item .product-card img {
    max-height: 180px;
  }
}

@media screen and (max-width: 1691px) {
  .product_slider {
    bottom: 0;
  }

  #product_details .product_details_section .image_product img {
    max-width: 330px;
  }

  #product_details .product_details_section .imgage_product__name h1 {
    font-size: 50px;
  }

  #product_details .product_details_section .product_details__content .product_details__content__name h1 {
    font-size: 50px;
  }

  #product_details .product_details_section .product_details__content .product_details__content__name h2 {
    font-size: 40px;
  }


  #product_details .product_details_section .product_details__content .product_details__content__description li {
    padding: 5px 0;
  }


  #product_details .product_details_section {
    min-height: 700px;
  }

  #product_details .product_video .swiper-button-next__product_video {
    right: 4em;
  }

  #product_details .product_video .swiper-button-prev__product_video {
    left: 4em;
  }

  .section_1 .product-card .product-name {
    right: 70px;
  }
}

@media screen and (max-width: 1599px) {
  .product_slider {
    left: 10%;
  }

  .section_2 .card_highlight {
    width: 60%;
  }

  .section_2 .slide_public_transport {
    width: 40%;
    left: 9rem;
  }

  .slide_public_transport .swiper-slide-active {
    width: 58% !important;
  }

  .solution_hero_slider {
    margin: auto;
    width: 95%;
    margin-bottom: 0;
  }

  #dash_camera_page .dash_camera_section_3 .description_dash_camera_card h2,
  #gps_tracking_page .dash_camera_section_3 .description_dash_camera_card h2,
  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  #dash_camera_page .dash_camera_section_3 .description_dash_camera_card p,
  #gps_tracking_page .dash_camera_section_3 .description_dash_camera_card p,
  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card p {
    font-size: 25px;
    line-height: 25px;
  }

  #product_details .product_video .product_video__content__swiper .product-card__image img {
    height: 200px;
  }

  #product_details .product_video .product_video__content__swiper .product-card__video .img_video {
    height: 200px;
  }

  #product_details .all_products .all_products__content .all_products__card__item .product-card img {
    max-height: 140px;
  }

}

@media screen and (max-width: 1540px) {
  .menu_desktop a {
    margin: auto 32px;
  }
}

@media screen and (max-width: 1520px) {
  .menu_desktop a {
    margin: auto 32px;
  }
}

@media screen and (max-width: 1500px) {
  .product_slider {
    left: 8%;
  }

  .solution_banner_left {
    bottom: 4rem;
    right: -1rem;
  }

  .solution_banner_left_img.taxi {
    width: 110%;
    right: -1rem;
  }

  .solution_banner_left_img.transportation {
    width: 110%;
  }

  .solution_banner_left_img.truck {
    width: 110%;
  }

  .solution_banner_left_img.chemical_truck {
    width: 110%;
  }

  .solution_banner_left_img.refrigerator_truck {
    width: 110%;
  }

  .solution_banner_right .solution_banner_right_title {
    font-size: 45px;
  }

  .solution_banner_description p,
  .solution_banner_description ul {
    font-size: 22px;
    line-height: 1em;
  }

  #dash_camera_page .dash_camera_section_3 .description_dash_camera_card::after {
    font-size: 7em;
    top: 1rem;
    left: 2rem;
  }

  #dash_camera_page .our_products_slide,
  #gps_tracking_page .our_products_slide,
  #taxi_meter_page .our_products_slide {
    width: 90%;
    margin: auto;
  }

  #taxi_meter_page .taxi_meter_section_3 {
    min-height: 850px;
  }

  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card::after {
    font-size: 7em;
    top: 1rem;
  }

  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_4_set {
    left: 80%;
    top: 12em;
  }

  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_5_set {
    top: 25em;
  }

  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_6_set {
    top: 28em;
  }

  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_7_set {
    top: 25em;
  }

  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_8_set {
    top: 12em;
  }

  #product_details .product_feature .product_feature__content__swiper {
    width: 98%;
  }
}

@media screen and (max-width: 1460px) {
  .product_slider {
    left: 6%;
  }

  .section_1 .product-card .product-name {
    right: 36px;
  }
}

@media screen and (max-width: 1400px) {
  .product_slider {
    left: 4%;
    bottom: 0;
  }
}

@media screen and (max-width: 1399px) {
  h2 {
    font-size: 32px;
  }

  .title_gps_banner {
    font-size: 65px;
  }

  .text-highlight-banner {
    top: -2rem;
  }

  .text-highlight-banner h1 {
    font-size: 40px;
  }

  .product_slider {
    left: 10%;
    bottom: -19px;
  }

  .image_transport {
    width: 300px;
    height: 450px;
    object-fit: cover;
  }

  .product-card .title_card {
    font-size: 40px;
  }

  .section_2 .card_slide_image {
    height: 350px;
  }

  .section_2 .card_highlight {
    width: 75%;
  }

  .section_2 .slide_public_transport {
    width: 35%;
    left: 8rem;
  }

  .slide_public_transport .swiper-slide-active {
    width: 60% !important;
  }

  .section_3 .title_section {
    left: -50px;
  }

  .btn-primary {
    font-size: 30px;
  }

  .solution_banner_left h1 {
    font-size: 50px;
    line-height: 0.8em;
  }

  .solution_section {
    height: 47vw;
  }

  #products_page .products_section_4 .our_products_slide .product-card img,
  #dash_camera_page .dash_camera_section_4 .our_products_slide .product-card img,
  #gps_tracking_page .dash_camera_section_4 .our_products_slide .product-card img,
  #taxi_meter_page .taxi_meter_section_4 .our_products_slide .product-card img {
    max-height: 120px;

  }

  #product_details .product_details_section {
    min-height: 730px;
  }

  #product_details .product_feature .product_feature__content__swiper {
    width: 95%;
  }

  #about_page .text-highlight-banner h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1367px) {
  .product_slider {
    bottom: 5%;
  }
}

@media screen and (max-width: 1332px) {
  .product_slider {
    left: 8%;
    bottom: 0;
  }
}

@media screen and (max-width: 1310px) {
  .product_slider {
    bottom: 3%;
  }
}

@media screen and (max-width: 1299px) {
  .product_slider {
    left: 7%;
    bottom: 4%;
  }

  .menu_desktop a {
    margin: auto 20px;
  }

  .is_underline::before {
    margin-top: 20px;
  }

  .solution_banner_right .solution_banner_right_title {
    font-size: 40px;
  }

  .solution_banner_description p,
  .solution_banner_description ul {
    line-height: 1.2em;
  }

  .solution_hero_slider .solution-hero-card.active_card,
  .solution_hero_slider .solution-hero-card:hover {
    height: 110px;
    bottom: 15px;
  }

  .solution_hero_slider {
    height: 110px;
    width: 90%;
  }

  .solution_hero_slider .swiper {
    height: 120px;
  }

  .solution_hero_slider .swiper .swiper-wrapper {
    padding-top: 20px;
    height: 100px !important;
  }

  .solution_banner_left_img.taxi {
    width: 125%;
    right: 1rem;
  }

  .solution_banner_description .solution_banner_description_title {
    font-size: 30px;
    margin-top: 16px;
  }



  #products_page .products_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-next,
  #dash_camera_page .dash_camera_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-next,
  #gps_tracking_page .dash_camera_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-next,
  #taxi_meter_page .taxi_meter_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-next {
    right: -3rem;
  }

  #products_page .products_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-prev,
  #dash_camera_page .dash_camera_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-prev,
  #gps_tracking_page .dash_camera_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-prev,
  #taxi_meter_page .taxi_meter_section_4 .our_products_slide .navigation_slide_our_products.swiper-button-prev {
    left: -3rem;
  }

  #dash_camera_page .dash_camera_section_3 .description_dash_camera_card p,
  #gps_tracking_page .dash_camera_section_3 .description_dash_camera_card p,
  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card p {
    font-size: 25px;
    line-height: 25px;
  }

  #dash_camera_page .dash_camera_section_3 .description_dash_camera_card h2,
  #gps_tracking_page .dash_camera_section_3 .description_dash_camera_card h2,
  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }


}

@media screen and (max-width: 1286px) {
  .product_slider {
    left: 6%;
    bottom: 13%;
  }
}

@media (max-width: 1280px) {
  h1 {
    font-size: 38px;
    line-height: 1em;
  }

  h2 {
    font-size: 28px;
  }


  .product-card .justify-center {
    justify-content: start;
  }

  .btn-primary {
    font-size: 20px;
  }

  .slide_public_transport .product-card .title_slide {
    font-size: 24px;
  }

  .customer_card .number_customer {
    font-size: 30px;
  }

  .menu_desktop a {
    font-size: 24px;
    margin: auto 15px;
  }

  .product_slider {
    width: 49.5%;
    left: 5%;
    bottom: 5%;
  }

  .product_slider .swiper-slide {
    width: 280px !important;
  }

  .section_1 .product-card {
    width: 275px;
    height: 190px;
  }

  .section_1 .product-card img {
    width: 50%;
  }

  .section_1 .product-card .product-name {
    border: 2px solid #d2f801;
    font-size: 30px;
    bottom: 22px;
    right: 18px;
  }

  .text-highlight-banner {
    top: 0rem;
    left: 14rem;
  }

  .text-highlight-banner h1 {
    font-size: 33px;
  }

  .title_gps_banner {
    font-size: 50px;
  }

  .image_transport {
    width: 220px;
    max-height: 310px;
    object-fit: contain;
  }

  .section_2 .section_2_inner {
    display: flex;
  }

  .section_2 .slide_public_transport_content {
    display: none;
  }

  .section_2 .title_card {
    display: none;
  }

  .section_2 .card_slide_image {
    width: 260px;
  }

  .section_2 .card_highlight {
    width: 50%;
  }

  .section_2 .slide_public_transport {
    top: -10px;
  }

  .section_3 .title_section h1 {
    font-size: 40px;
    line-height: 0.8em;
  }

  .customer_card p {
    font-size: 24px;
    text-align: center;
    line-height: 1em;
  }

  footer .title_menu p {
    font-size: 30px;
  }

  footer .menu_footer ul li {
    font-size: 20px;
  }

  #products_page .products_section_4 .our_products_slide .product-card,
  #dash_camera_page .dash_camera_section_4 .our_products_slide .product-card,
  #gps_tracking_page .dash_camera_section_4 .our_products_slide .product-card,
  #taxi_meter_page .taxi_meter_section_4 .our_products_slide .product-card {
    min-height: 280px;

  }

  #dash_camera_page .dash_camera_section_4 .our_products_slide .navigation_slide_our_products img {
    width: 30px;
  }

  #products_page .products_section_4 .our_products_slide .product-card {
    min-height: 280px;
  }

  #products_page .products_section_4 .our_products_slide .navigation_slide_our_products img {
    width: 30px;
  }

  #product_details .product-card .justify-center {
    justify-content: center;
  }

  #product_details .product_details_section {
    padding-top: 6em;
  }

  #about_page .about_section_2 .title_about h1 {
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  #about_page .about_section_3 {
    height: 45vw;
  }

  #about_page .about_section_3 .title_about h1 {
    font-size: 38px;
    line-height: 1em;
  }

  #contact_page .contact_section_2 .title_contact h1,
  #contact_page .contact_section_3 .title_contact h1 {
    font-size: 38px;
    line-height: 50px;
  }

  #contact_page .contact_section_2 .contact_section_2_inner h2 {
    font-size: 35px;
  }
}

@media (max-width: 1279px) {
  .product_slider {
    bottom: -1.5%;
  }

  .solution_section {
    height: 47vw;
  }

  .solution_banner_left {
    width: 40%;
    bottom: 6rem;
  }

  .solution_banner_right {
    width: 60%;
  }

  .solution_hero_slider {
    margin-top: 1rem;
  }

  #products_page .products_banner_section_left .title_banner h1 {
    font-size: 60px;
    line-height: 0.7em;
  }

  #products_page .products_section_4 .our_products_slide .product-card img,
  #dash_camera_page .dash_camera_section_4 .our_products_slide .product-card img,
  #gps_tracking_page .dash_camera_section_4 .our_products_slide .product-card img,
  #taxi_meter_page .taxi_meter_section_4 .our_products_slide .product-card img {
    max-height: 120px;
    transition: all 0.3s ease-in-out;
  }

  #products_page .products_section_4 .our_products_slide .product-card h2,
  #dash_camera_page .dash_camera_section_4 .our_products_slide .product-card h2,
  #gps_tracking_page .dash_camera_section_4 .our_products_slide .product-card h2,
  #taxi_meter_page .taxi_meter_section_4 .our_products_slide .product-card h2 {
    font-size: 30px;
  }

  #products_page .products_section_3 .input_search {
    width: 50%;
  }

  #dash_camera_page .products_banner_section .title_banner h1,
  #gps_tracking_page .products_banner_section .title_banner h1,
  #taxi_meter_page .products_banner_section .title_banner h1 {
    font-size: 60px;
    line-height: 50px;
  }

  #dash_camera_page .dash_camera_section_3 .description_dash_camera_card p,
  #gps_tracking_page .dash_camera_section_3 .description_dash_camera_card p,
  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card p,
  #about_page .about_section_4 .description_dash_camera_card p {
    font-size: 25px;
    line-height: 30px;
  }

  #dash_camera_page .dash_camera_section_3 .description_dash_camera_card h2,
  #gps_tracking_page .dash_camera_section_3 .description_dash_camera_card h2,
  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card h2,
  #about_page .about_section_4 .description_dash_camera_card h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  #taxi_meter_page .taxi_meter_section_2 {
    min-height: auto;
  }

  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_2_set {
    left: 35%;
  }

  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_3_set {
    left: 70%;
  }


  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_5_set {
    left: 70%;
    top: 23em;
  }

  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_6_set {
    left: 35%;
    top: 26em;
  }

  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_7_set {
    top: 23em;
  }


  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card {
    width: 300px;
  }

  #taxi_meter_page .taxi_meter_section_3 {
    min-height: 750px;
  }

  #product_details .product_details_section .image_product img {
    max-width: 300px;
  }

  #product_details .product_details_section .product_details__content .product_details__content__name h2 {
    font-size: 30px;
  }

  #product_details .product_feature .swiper-button-prev__product_feature {
    top: 45px;
    left: -50px;
    height: 70px;
    width: 45px;
  }

  #product_details .product_feature .swiper-button-next__product_feature {
    top: 45px;
    height: 70px;
    width: 45px;
  }

  #about_page .banner_section .title_banner h1 {
    font-size: 60px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  #about_page .about_section_2 .title_about h1 {
    font-size: 35px;
    line-height: normal;
  }

  #about_page .about_section_3 {
    height: auto;
    padding-bottom: 8em;
  }
}

@media (max-width: 1226px) {
  .product_slider {
    left: 3%;
    bottom: 5%;
  }
}

@media (max-width: 1201px) {
  .product_slider {
    width: 54%;
    left: 7%;
  }

  .customer_card .title_card_set_2 {
    margin-top: -130px;
    flex-direction: column-reverse !important;
  }

  .customer_card .card_set_2 {
    margin-top: -108px;
  }
}

@media (max-width: 1169px) {
  .product_slider {
    width: 55%;
    left: 6%;
    bottom: 0;
  }
}

@media (max-width: 1149px) {
  .product_slider {
    left: 5%;
    bottom: 3%;
    width: 56%;
  }
}

@media (max-width: 1050px) {
  .product-card .justify-center {
    justify-content: center;
  }

  .product_slider {
    width: 49%;
  }

  .product_slider .swiper-slide {
    width: 230px !important;
  }

  .section_2 .title_slide {
    display: none;
  }

  .section_2 .slide_public_transport_content {
    display: block;
  }

  .section_2 .title_card {
    display: block;
  }

  .card_highlight {
    display: none;
  }

  .section_2 .slide_public_transport {
    left: 0;
    width: 100%;
    top: 0;
  }

  .slide_public_transport .swiper-slide-active {
    width: 100% !important;
  }

  .next_slide_public_transport {
    right: 0;
    left: auto;
  }

  .prev_slide_public_transport {
    right: 50px;
    left: auto;
  }

  #products_page .products_banner_section {
    background-attachment: scroll;
    background-position: center center;
  }
}

@media screen and (max-width: 1024px) {
  .product_slider {
    width: 50%;
    bottom: 10%;
  }

  .solution_banner_left {
    bottom: 0;
    width: 100%;
    flex-direction: row-reverse;
  }

  .solution_banner_right {
    width: 100%;
  }

  .solution_section {
    background-image: url("../images/bg_solution.png");
    width: 100%;
    height: 100%;
  }

  .banner_container {
    display: block;
  }

  #solution_page .banner_container {
    display: block;
  }

  .solution_banner_left_img.taxi {
    width: 400px;
    right: 0;
    margin-left: auto;
  }

  .solution_banner_left_img.transportation {
    width: 400px;
    right: 0;
    top: 58px;
    margin-left: auto;
  }

  .solution_banner_left_img.truck {
    width: 400px;
    right: 0;
    top: 58px;
    margin-left: auto;
  }

  .solution_banner_left_img.chemical_truck {
    width: 400px;
    right: 0;
    top: 58px;
    margin-left: auto;
  }

  .solution_banner_left_img.refrigerator_truck {
    width: 400px;
    right: 0;
    top: 58px;
    margin-left: auto;
  }

  .solution_hero_slider {
    width: 90%;
    margin: auto;
    margin-top: 2rem;
  }

  .solution_banner_left h1 {
    font-size: 45px;
  }

  .solution_banner_right .solution_banner_right_title {
    font-size: 35px;
  }

  .solution_banner_description_title {
    display: none;
  }

  #products_page .products_section_2 .card_products_item .title_card {
    margin-top: 10px;
    line-height: 30px;
    font-size: 40px;
  }

  #products_page .products_section_2 .card_products_item .text_des_card {
    font-size: 25px;
    line-height: 25px;
  }

  #dash_camera_page .dash_camera_section_3 .description_dash_camera_card::after,
  #gps_tracking_page .dash_camera_section_3 .description_dash_camera_card::after,
  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card::after,
  #about_page .about_section_4 .description_dash_camera_card::after {
    font-size: 7em;
    top: 1rem;
  }

  #taxi_meter_page .taxi_meter_section_3 {
    background-image: url("../images/dash_camera/bg_dash_camera_content_2.png");
  }

  #taxi_meter_page .fade_action {
    opacity: 1;
    position: relative;
    transform: translateX(0);
    margin-bottom: 40px;
  }

  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card {
    width: 100%;
  }

  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_2_set,
  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_3_set,
  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_4_set,
  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_5_set,
  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_6_set,
  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_7_set,
  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card_8_set {
    left: 0;
    top: 0;
  }


  #product_details .product_details_section {
    background-attachment: unset;
    background-position: left;
  }

  #product_details .product_details_section .image_product__name {
    position: relative;
    bottom: 0;
    width: 50%;
  }

  #product_details .product_feature .product_feature__content {
    position: relative;
    bottom: 0px;
    right: 0;
    width: 100%;
    margin: 15px 0;
  }

  #product_details .product_feature .product_feature__content__swiper .swiper-slide .product-card img {
    margin: auto;
  }

  #product_details .product_details_section {
    background-image: url("../images/product_detail/bg_product_detail_mobile.png");
    padding-bottom: 20px;
  }

  #product_details .product_details_section .image_product img {
    margin: auto;
    max-width: 260px;
  }

  #product_details .product_video .swiper-button-next__product_video {
    right: 3em;
  }

  #product_details .product_video .swiper-button-prev__product_video {
    left: 3em;
  }

  /* ////////////////////////  */
  #product_details .product_feature .product_feature__content__swiper {
    width: 100%;
  }

  #product_details .product_details_section .imgage_product__name h1 {
    font-size: 50px;
    color: #d2f801;
  }

  #product_details .product_details_section .imgage_product__name h2 {
    font-size: 35px;
    line-height: normal;
    font-weight: normal;
    font-family: "FCMinimal-Regular", sans-serif;
  }


  #product_details .product_feature .product_feature__content__swiper .swiper-slide .product-card img {
    margin: auto;
  }

  #product_details .product_feature .swiper-button-next__product_feature {
    right: -55px;
  }

  #product_details .all_products .all_products__content .all_products__card__item .product-card img {
    max-height: 120px;
  }

  #product_details .product_video .product_video__content__swiper {
    padding: 20px 0px;
    width: 80%;
  }

  #product_details .all_products {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  #product_details .product_video .product_video__content__swiper .product-card__video .img_video,
  #product_details .product_video .product_video__content__swiper .product-card__image img {
    height: 170px;
  }
}

@media screen and (max-width: 991px) {
  .text-highlight-banner {
    top: -2rem;
    left: 12rem;
  }

  .text-highlight-banner h1 {
    font-size: 28px;
  }

  .section_1 .banner_container {
    padding-left: 50px;
  }

  .product_slider {
    left: 2%;
    bottom: 13%;
  }

  #products_page .products_banner_section {
    background-position: bottom;
  }

  #products_page .products_section_4 .our_products_slide .product-card h2,
  #dash_camera_page .dash_camera_section_4 .our_products_slide .product-card h2,
  #gps_tracking_page .dash_camera_section_4 .our_products_slide .product-card h2,
  #taxi_meter_page .taxi_meter_section_4 .our_products_slide .product-card h2 {
    font-size: 25px;
  }

  #dash_camera_page .products_banner_section .title_banner h1,
  #gps_tracking_page .products_banner_section .title_banner h1,
  #taxi_meter_page .products_banner_section .title_banner h1 {
    font-size: 50px;
    line-height: 40px;
  }

  #dash_camera_page .dash_camera_section_2::before,
  #gps_tracking_page .dash_camera_section_2::before,
  #taxi_meter_page .taxi_meter_section_2::before {
    right: 0;
  }

  #dash_camera_page .dash_camera_section_3 .description_dash_camera_card p,
  #gps_tracking_page .dash_camera_section_3 .description_dash_camera_card p,
  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card p,
  #about_page .about_section_4 .description_dash_camera_card p {
    font-size: 18px;
    line-height: 20px;
  }

  #products_page .products_section_4 .our_products_slide .product-card,
  #dash_camera_page .dash_camera_section_4 .our_products_slide .product-card,
  #gps_tracking_page .dash_camera_section_4 .our_products_slide .product-card,
  #taxi_meter_page .taxi_meter_section_4 .our_products_slide .product-card {
    min-height: 220px;
  }

  #products_page .products_section_4 .our_products_slide .product-card {
    min-height: 200px;
  }

  #product_details .product_details_section {
    padding-top: 6em;
  }

  #product_details .product_details_section .image_product img {
    max-width: 250px;
  }

  #product_details .product_details_section .product_details__content .product_details__content__description p,
  #product_details .product_details_section .product_details__content .product_series p,
  #product_details .product_feature p {
    font-size: 20px;
    line-height: 1em;
  }

  #dash_camera_page .our_products_slide,
  #gps_tracking_page .our_products_slide,
  #taxi_meter_page .our_products_slide {
    width: 85%;
  }

  #about_page .banner_section .title_banner {
    padding-left: 40px;
  }

  #about_page .banner_section .title_banner h1 {
    font-size: 50px;
    line-height: 30px;
  }

  #about_page .text-highlight-banner h1 {
    font-size: 35px;
  }

  .section_1 .product-card {
    width: 226px;
    height: 162px;
  }

}

@media screen and (max-width: 951px) {
  .product_slider {
    left: 0%;
    bottom: 19%;
    width: 50%;
  }

  #product_details .product_video {
    padding: 10px 0;
  }
}

@media screen and (max-width: 880px) {
  .product_slider {
    width: 53%;
    bottom: 31%;
  }
}

@media screen and (max-width: 820px) {
  .product_slider {
    bottom: 47%;
  }

  .section_1 .product-card .product-name {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .hide_mobile {
    display: none !important;
  }

  .product_slider {
    top: -50%;
  }

  .product_slider .swiper-slide {
    width: 190px !important;
  }

  .social_media_follow {
    top: 85% !important;
  }

  .btn-primary {
    font-size: 20px;
  }

  .product_details__content {
    padding-left: 40px;
  }

  .product_detail_4g {
    display: block;
  }

  #product_details .product_details_section .product_details__content__description .ul-2 {
    margin-left: 0;
  }

  .section_1 .product-card {
    width: 225px;
    height: 147px;
  }

}

@media screen and (max-width: 766px) {
  .product_slider {
    top: -5%;
  }
}

@media screen and (max-width: 756px) {
  .product_slider {
    position: relative;
    width: 100%;
    top: 0;
    left: 2%;
  }

  .product_slider .swiper-slide {
    width: 160px !important;
  }

  .section_1 .product-card {
    width: 190px;
    height: 115px;
  }

  .section_1 .product-card img {
    width: 55%;
  }
}

@media screen and (max-width: 680px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  .section_1 {
    background-size: cover;
    background-position: top;
    height: 100%;
    background-attachment: unset;
  }

  .section_1 .banner_container {
    padding-left: 0;
    padding-top: 5rem;
  }

  .product_slider {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
  }

  .section_1 .product-card .product-name {
    font-size: 22px;
    bottom: 18px;
    right: 15px;
  }

  .product-card .title_card {
    font-size: 35px;
  }

  .section_3 .title_section h1 {
    font-size: 35px;
  }

  .customer_card .title_card_set_1 {
    margin-bottom: -11rem;
    z-index: 1;
    position: relative;
  }

  .customer_card .title_card_set_2 {
    margin-top: 0;
  }

  .customer_card .card_set_2 {
    margin-top: -13rem;
  }

  footer .title_menu ::after {
    width: 15%;
  }

  .image_transport {
    width: 100%;
  }

  .solution_banner_left {
    flex-direction: column-reverse;
    left: 0;
    gap: 20px;
  }

  .solution_banner_left h1 {
    font-size: 35px;
  }

  .solution_banner_left_img.taxi {
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
  }

  .solution_banner_left_img.transportation {
    right: 20%;
    top: 23px;
  }

  .solution_banner_left_img.truck {
    right: 20%;
    top: 23px;
  }

  .solution_banner_left_img.chemical_truck {
    right: 20%;
    top: 23px;
  }

  .solution_banner_left_img.refrigerator_truck {
    right: 20%;
    top: 23px;
  }

  .solution_banner_right .solution_banner_right_title {
    font-size: 30px;
  }

  .solution_banner_description p,
  .solution_banner_description ul {
    font-size: 20px;
  }

  .solution_banner_right {
    margin-top: 20px;
  }

  .solution_hero_slider .solution-hero-card.active_card,
  .solution_hero_slider .solution-hero-card:hover {
    height: 88px;
  }

  .solution_hero_slider {
    height: 85px;
  }

  .solution_hero_slider .swiper {
    height: 95px;
  }

  .solution_hero_slider .swiper .swiper-wrapper {
    padding-top: 20px;
    height: 75px !important;
  }

  .solution_hero_slider .solution-hero-card {
    height: 75px;
  }

  #products_page .products_banner_section {
    background-position: center;
  }

  #products_page .products_banner_section_left {
    position: relative;
    bottom: 0;
  }

  #products_page .products_section_4 .our_products_slide .product-card img,
  #dash_camera_page .dash_camera_section_4 .our_products_slide .product-card img,
  #gps_tracking_page .dash_camera_section_4 .our_products_slide .product-card img,
  #taxi_meter_page .taxi_meter_section_4 .our_products_slide .product-card img {
    max-height: 150px;
  }

  #products_page .products_section_4 .our_products_slide .product-card h2,
  #dash_camera_page .dash_camera_section_4 .our_products_slide .product-card h2,
  #gps_tracking_page .dash_camera_section_4 .our_products_slide .product-card h2,
  #taxi_meter_page .taxi_meter_section_4 .our_products_slide .product-card h2 {
    font-size: 30px;
  }

  #products_page .products_section_3 .input_search {
    width: 100%;
  }

  #products_page .products_section_3 .input_search input {
    font-size: 25px;
  }

  #products_page .products_section_4 .our_products_slide .pagination_our_products,
  #dash_camera_page .dash_camera_section_4 .our_products_slide .pagination_our_products,
  #gps_tracking_page .dash_camera_section_4 .our_products_slide .pagination_our_products,
  #taxi_meter_page .taxi_meter_section_4 .our_products_slide .pagination_our_products {
    bottom: -8px;
  }

  #products_page .products_banner_section_left .title_banner h1 {
    font-size: 50px;
  }

  #products_page .products_section_2 .card_products_item .text_des_card {
    font-size: 25px;
  }

  #products_page .products_section_2 .card_products_item .title_card {
    line-height: 30px;
    font-size: 40px;
  }

  #products_page .products_section_2 .card_products_item .btn_card_item,
  #products_page .products_section_4 .our_products_slide .btn_card_item,
  #dash_camera_page .dash_camera_section_4 .our_products_slide .btn_card_item,
  #gps_tracking_page .dash_camera_section_4 .our_products_slide .btn_card_item,
  #taxi_meter_page .taxi_meter_section_4 .our_products_slide .btn_card_item {
    font-size: 25px;
  }

  #dash_camera_page .products_banner_section,
  #gps_tracking_page .products_banner_section,
  #taxi_meter_page .products_banner_section {
    height: 100%;
  }

  #dash_camera_page .products_banner_section .title_banner h1,
  #gps_tracking_page .products_banner_section .title_banner h1,
  #taxi_meter_page .products_banner_section .title_banner h1,
  #contact_page .contact_banner_section .title_banner h1 {
    font-size: 40px;
    line-height: 30px;
  }

  #dash_camera_page .dash_camera_section_2,
  #dash_camera_page .dash_camera_section_3,
  #gps_tracking_page .dash_camera_section_2,
  #gps_tracking_page .dash_camera_section_3,
  #taxi_meter_page .taxi_meter_section_2,
  #taxi_meter_page .taxi_meter_section_3 {
    background-position: center;
  }

  #dash_camera_page .dash_camera_section_3 .description_dash_camera_card::after,
  #gps_tracking_page .dash_camera_section_3 .description_dash_camera_card::after,
  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card::after,
  #about_page .about_section_4 .description_dash_camera_card::after {
    font-size: 4em;
    top: 0rem;
    left: 0rem;
  }

  #dash_camera_page .dash_camera_section_3 .description_dash_camera_card h2,
  #gps_tracking_page .dash_camera_section_3 .description_dash_camera_card h2,
  #taxi_meter_page .taxi_meter_section_3 .description_taxi_meter_card h2,
  #about_page .about_section_4 .description_dash_camera_card h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  #taxi_meter_page .fade_action {
    margin-bottom: 20px;
  }

  #product_details .product_details_section .imgage_product__name h1 {
    font-size: 40px;
  }

  #product_details .product_details_section .imgage_product__name h2 {
    font-size: 30px;
  }

  #product_details .product_details_section .product_details__content .product_details__content__description p,
  #product_details .product_details_section .product_details__content .product_series p,
  #product_details .product_feature p {
    font-size: 20px;
    line-height: 25px;
  }

  #product_details .product_feature .product_feature__content {
    width: 100%;
  }

  #product_details .product_feature .product_feature__content__swiper {
    padding: 10px;
  }

  #product_details .product_feature .product_feature__content__swiper .swiper-slide .product-card img {
    width: 60px;
    height: 60px;
  }

  #product_details .product_details_section .image_product img {
    max-width: 200px;
  }

  #product_details .all_products {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  #product_details .all_products .all_products__content .all_products__card__item .product-card .product-card-title h2 {
    font-size: 25px;
  }

  #product_details .product_video .product_video__content__swiper {
    width: 100%;
    padding: 20px;
  }

  #dash_camera_page .our_products_slide,
  #gps_tracking_page .our_products_slide,
  #taxi_meter_page .our_products_slide {
    width: 100%;
  }

  #about_page .about_section_3 .title_about h1,
  #about_page .about_section_2 .title_about h1 {
    font-size: 30px;
  }

  #about_page .banner_section .title_banner {
    padding-left: 0;
    text-align: center;
  }

  #about_page .banner_section .title_banner h1 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 0;
  }

  #about_page .banner_section {
    height: 100%;
  }

  #about_page .about_section_3 {
    padding-bottom: 3em;
  }

  #contact_page .contact_banner_section {
    height: 100%;
  }

  #contact_page .contact_section_2 .title_contact h1,
  #contact_page .contact_section_3 .title_contact h1 {
    font-size: 30px;
    line-height: normal;
  }

  #contact_page .contact_section_2 .contact_section_2_inner h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 491px) {
  .solution_banner_left_img.transportation {
    right: 0;
    top: 23px;
  }

  .solution_banner_left_img.truck {
    right: 0;
    top: 23px;
  }

  .solution_banner_left_img.chemical_truck {
    right: 0;
    top: 23px;
  }

  .solution_banner_left_img.refrigerator_truck {
    right: 0;
    top: 23px;
  }

  #products_page .products_banner_section {
    background-image: url(../images/ourproducts/bg430x500.png);
  }
}

@media screen and (max-width: 481px) {
  .card_customer_container {
    flex-direction: row;
  }

  .solution_banner_left_img.truck {
    width: 280px;
  }

  .solution_banner_left_img.chemical_truck {
    width: 280px;
  }

  .solution_banner_left_img.refrigerator_truck {
    width: 280px;
  }

  .section_1 .banner_container {
    padding-bottom: 5%;
  }

  .section_1 .product-card img {
    width: 50%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .card_customer_container {
    flex-direction: column;
  }


}

@media (min-width: 320px) and (max-width: 430px) {
  .product_slider {
    top: 0;
    right: 0;
    left: -7%;
    width: 80%;
  }
}

@media (min-width: 320px) and (max-width: 414px) {
  .product_slider {
    width: 81%;
  }
}

@media (min-width: 320px) and (max-width: 390px) {
  .product_slider {
    width: 87%;
  }
}

@media (min-width: 320px) and (max-width: 375px) {
  .product_slider {
    left: -5%;
    width: 93%;
  }
}

@media (min-width: 320px) and (max-width: 360px) {
  .product_slider {
    left: -4%;
    width: 95%;
  }
}

@media screen and (max-width: 380) {
  .solution_banner_left_img.transportation {
    width: 300px;
  }
}