@charset "utf-8";
@font-face {
  font-family: "Prompt_Bold";
  src: url(Prompt-Bold.ttf);
}
@font-face {
  font-family: "Prompt_Medium";
  src: url(Prompt-Medium.ttf);
}
@font-face {
  font-family: "Prompt_Regular";
  src: url(Prompt-Regular.ttf);
}
@font-face {
  font-family: "Prompt_SemiBold";
  src: url(Prompt-SemiBold.ttf);
}

@font-face {
  font-family: "fontpage";
  src: url(Prompt-Regular.ttf); 
}
* {
  font-family: fontpage;
}

body {
  font-family: fontpage;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.3s ease, box-shadow 0.3s ease; /* เพิ่ม animation */
}

.navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar-nav {
  margin: 0 auto;
}

.navbar-nav .nav-link {
  position: relative;
  padding: 15px 15px;
  font-weight: 400;
  font-size: 20px;
  color: #525252;
  text-transform: uppercase;
  margin: 10px;
}

.navbar-nav .nav-link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: red;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.navbar .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
}

.navbar-brand {
  margin-right: 0;
  padding-right: 10px;
}

.navbar-collapse {
  flex-grow: 0;
}

.navbar-nav {
  margin-left: 0;
  display: flex;
  gap: 10px;
}
.navbar .container{
  height: 100%;
}
.navbar-toggler {
  border: 0px;
  border-radius: 50px;
position: relative;
right: -105px;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;


}

.nav-bg {
  background: url("../../mwork/images/menu_bg.webp") no-repeat center
    center/cover;
  
}

.logoimg {
  width: 189px;
  height: 56px;
  object-fit: cover;
}

.hero {
  width: 100%;
  height: 900px;
  background: url("../../gpstracking/images/index_hero04.webp") no-repeat left
    top;
  background-size: cover;
  margin: auto;
  margin-top: 70px;

  color: white;
  position: relative;
}
.hero_container {
  margin-top: 70px;
  width: 60%;
  height: 900px;
  float: right;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero_img {
  width: 266px;
  height: 269px;
}

.hero_img img {
  width: 266px;
  height: 269px;
}

.hero-content {
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  color: #c61c24;
}

.hero_slider {
  width: 728px;
  height: 100px;
  border-radius: 20px;
  background-color: #ffffffea;

  margin-top: 50px;
}

.userdSlider2 {
  width: 100%;
  height: 100px;
  margin-left: 0px;
  margin-top: 10px;
  overflow: hidden;
  display: block;
}
.simple-slider-container {
  width: 600%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 0px 0;
}

.simple-slider-container img {
  object-fit: contain;
  margin: 0 2px;
  display: inline-block;
}



.simple-slider-container.auto-slide .slide-content {
  animation: slide-animation 30s linear infinite;
}

@keyframes slide-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.kstc_box {
  width: 960px;
  height: 200px;

  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.kstc_box_list1 {
  width: 490px;
  height: 200px;
  display: flex;
  align-items: center;
  margin-left: 35px;
  float: left;
}

.kstc_box_list1 img {
  width: 61px;
  height: 81px;
  object-fit: cover;
}
.kstc_box_list1_text_t1 {
    font-family: "Prompt_Medium", sans-serif;
  
  font-weight: 500;
  font-size: 15px;
  color: #626262;

  height: 35px;
  margin-left: 34px;
}

.kstc_box_list1_text_t2 {
    font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #626262;
  text-align: left;
  margin-left: 34px;
  margin-top: 15px;
}

.kstc_box_list_line {
  width: 1px;
  height: 146px;
  float: left;
  border-left: solid 1px #626262;
  margin-top: 25px;
}

.kstc_box_list2 {
  width: 490px;
  height: 200px;
  display: flex;
  align-items: center;
  margin-left: 35px;
  float: left;
}

.kstc_box_list2 img {
  width: 81px;
  height: 81px;
  object-fit: cover;
}
.kstc_box_list2_text_t1 {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #626262;
  text-align: left;
  height: 35px;
    margin-left: 34px;
}

.kstc_box_list2_text_t2 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #626262;
  text-align: left;
  margin-left: 34px;
  margin-top: 15px;
}

.section-icon {
  font-size: 2rem;
  color: red;
}

.img-feature {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin-top: 1rem;
}

.navbar-nav .nav-link.active {
  color: #da3333 !important;
  font-weight: bold;
}

.navbar-nav .nav-link:hover {
  color: #da3333 !important;
}

.logo-container {
  width: 140px;
  height: 80px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.logo-container img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logo-container:hover img {
  transform: scale(1.1);
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.logo-text01 {
  font-size: 24px;
  font-weight: 400;
  color: #58595b;
  text-align: center;
}

.box-fromemail {
  width: 100%;
  clear: both;
  height: auto;
  padding-bottom: 30px;
  background-color: #fff;
}
.emailinputmb {
  margin-top: 0px;
}

.form-wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 10px 30px;
}

#contactus .left-box {
  background: url("../../mwork/images/fromemail_bg.webp") no-repeat left bottom;
  background-size: 415px;
  padding: 30px 40px;
  color: white;
  width: 615px;
  height: 661px;
}
.text_a_left_text {
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
}
.text_a_left {
  margin-bottom: 170px;
}
.text_a_left p {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 48px;
  color: #fff;
}
#contactus .right-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding-top: 30px;
}
.form-label {
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  color: #58595b;
}
.formemailmb {
  margin-top: 0px;
}
.form-control {
  background-color: #fff;
  border-radius: 12px;
  border: 1.5px solid #ccc;
  box-shadow: none;
  transition: border-color 0.2s ease;
}

.form-control:focus {
  border-color: #CC0000;
  outline: none;
  box-shadow: 0 0 0 2px rgba(224, 0, 0, 0.2);
}

.send-btn {
  width: 100%;
  background-color: #CC0000;
  color: white;
  border-radius: 20px;
  padding: 10px 30px;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  font-size: 24px;
  font-weight: 400;
}

.send-btn:hover {
  background-color: #ff3333;
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.3);
}
.icon-text1 {
  display: none;
}
.icon-text {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.icon-text img {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.icon-text i {
  margin-right: 10px;
}

#box-footer {
  background: linear-gradient(to bottom, #cc0000, #cc000083);
  color: #fff;
  padding: 30px 0;
  min-height: 304px;
}

#box-footer .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0px 0px;
}
.footer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.footer-divider {
  border-left: 1px solid #fff;
  height: 198px;
  margin: 0 50px;
}

.ft_logo1 {
  width: 197px;
  height: 149px;
  float: left;
  margin-top: 30px;
  margin-right: 50px;
}
.ft_logo1 img {
  width: 197px;
  height: 149px;
  object-fit: contain;
}

.ft_co {
  min-width: 450px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  padding-top: 30px;
  margin-left: 30px;
}

.ft_co h6 {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
}
.ft_co p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 25px;
  line-height: 28px;
}

.ft-txt02 {
  margin-top: 10px;
  min-width: 480px;
  padding-top: 30px;
}

.footer-contact {
  color: #f0f0f0;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 18px;
}

.ft_logo2 {
  width: 108px;
  height: 152px;
  float: left;
  margin-top: 55px;
  margin-right: 58px;
}
.ft_logo2 img {
  margin-top: -5px;
  width: 108px;
  height: 152px;
  object-fit: contain;
  float: left;
}

.footer-contact img {
  width: 26px;
  height: 26px;
  position: relative;
  top: -8px;
  margin-right: 17px;
}
.footer-contact p {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  height: 30px;
}

#box-footer-mb {
  display: none;
}

.captcha-box {
  font-size: 24px;
  letter-spacing: 6px;
  background: #f2f2f2;
  padding: 10px 20px;
  display: inline-block;
  user-select: none;
  border-radius: 6px;
  margin-bottom: 10px;
}
#msg {
  font-weight: bold;
  margin-top: 15px;
}

.fixed-bottom-right {
  display: block;
  position: fixed;
  bottom: -10px;
  right: 3%;
  z-index: 1000;
  cursor: pointer;
}

.floating-image {
  width: 170px;
  height: auto;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  margin-left: 20%;
}

.floating-image:hover {
  transform: scale(1.2);
}

.information {
  width: 300px;
  height: 50px;
  background: url("../../mwork/images/information_pbt.webp") no-repeat center
    top;
  background-size: 300px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
}

#swipeCarousel {
  display: none;
}

#customizable_box {
  display: none;
}

#slide_features {
  display: none;
}

.image-container {
  display: inline-block;
  transition: transform 0.4s ease-in-out;
}

.zoom-in {
  transform: scale(1.2);
}

.footer-link {
  color: #666;
  text-decoration: none;
}

.footer-link:hover {
  color: #000;
  text-decoration: none;
}

.contact-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 800px;
  margin: 50px auto;
}
.form-left {
  flex: 1;
  margin-right: 20px;
}

.form-left .row {
  width: 750px;
  display: flex;
  gap: 10px;
}
.form-left .row input {
  flex: 2;
  width: 100%;
  height: 61px;
  padding: 10px;
  font-size: 26px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 15px;
  color: #b3b3b3;
}

.form-left .row input::placeholder {
  color: #b3b3b3;
}

#contactForm2 .form-left button {
  background: #d60000;
  color: white;
  border: none;
  font-size: 24px;
  font-weight: 400;
  border-radius: 15px;
  cursor: pointer;
  width: 142px;
  height: 49px;
  line-height: 49px;
  position: relative;
  right: -10px;
  margin-top: 10px;
}
.form-left button:hover {
  background: #a90505;
  color: rgb(242, 230, 230);
}
.form-right {
  width: 100%;
  text-align: center;
  float: left;
  margin-left: 10px;
}
.form-right2 {
  display: none;
}
.form-right img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.form-right p {
  margin: 5px 0;
  font-size: 14px;
}

#form_tk {
  width: 845px;
  float: left;
  clear: both;
}

.contact-box {
  padding: 30px;
  margin: 0 auto;
}
.contact-info {
  text-align: left;
  color: #58595b;
  float: left;
  padding-left: 25px;
  width: 280px;
  padding-top: 15px;
  z-index: 1000;
}
.contact-info img.tk_contact01 {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
.contact-info .ctif_call01 {
  float: left;
  height: 42px;
  clear: both;
  margin-bottom: 15px;
}
.contact-info .ctif_call02 {
  margin-left: 10px;
  float: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.contact-info .ctif_call02 a {
  color: #58595b;
  text-decoration: none;
}
.line-box {
  text-align: center;
  border-right: 1px solid #ccc;
}
.line-qr {
  width: 110px;
}
.line-add-btn {
  background-color: #02b502;
  color: white;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  width: 112px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.line-addf {
  width: 170px;
  height: auto;
  float: left;
  text-align: center;
  border-right-width: 0.5px;
  border-right-style: solid;
  border-right-color: #231f20;
}

.line-addf h6 {
  font-size: 15px;
  font-weight: 400;
  color: #02b502;
}
.contact-box-rp {
  width: 460px;
  height: 172px;
}

.list-unstyled {
  font-size: 24px;
  font-weight: 400;
  color: #58595b;
}
.list-unstyled-h {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #d21c23;
}
#box-footer_v2 {
  width: 100%;
  height: 300px;
}
#box-footer_v2 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px 110px;
}

.mobile_hd {
  display: block;
}
.mobile_hd img {
  width: 196px;
  height: 98px;
  object-fit: contain;
  margin-top: 50px;
  margin-left: 50px;
}

.mnf-01 {
  width: 490px;
  margin-top: 50px;
  display: block;
}
.mnf-01 p {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  color: #626262;
}
.mnf-02 {
  width: 380px;
  font-size: 24px;
  font-weight: 500;
  margin-top: 25px;
}
.mnf-02 h6 {
  font-size: 24px;
  font-weight: 500;
}

.gps01_box {
  width: 1266px;
  height: 533px;
  background: url("../../gpstracking/images/gps01_bg.webp") no-repeat center
    center/cover;
  margin: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  position: relative;
  top: 20px;
}

.gps01_box_list_type1 {
  width: 476px;
  height: 115px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;

  margin-left: 700px;
  margin-top: -50px;
}

.gps01_box_list_type2 {
  width: 446px;
  height: 115px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;

  margin-left: -650px;
}

.gps01_box_list_type3 {
  width: 590px;
  height: 115px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;

  margin-left: 650px;
  margin-top: 180px;
}

.gps01_box_list_type1_pic {
  width: 112px;
  height: 112px;
}
.gps01_box_list_type1_pic img {
  width: 112px;
  height: 112px;
  object-fit: cover;
}

.gps01_box_list_type1_text {
  width: 345px;
  height: 115px;
  margin: 0px 15px;
}

.gps01_box_list_type1_text2 {
  width: 445px;
  height: 115px;
  margin: 0px 15px;
}

.gps01_box_list_type1_text_t1 {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #c61c24;
  height: 32px;
}
.gps01_box_list_type1_text_t2 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 20px;
  height: 20px;
  color: #626262;
}

.video_container {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  margin-top: 30px;
}

#box_vdo {
  clear: left;
  float: left;
  height: auto;
  width: 1240px;
}
#box_vdo_play {
  width: 708px;
  height: 390px;
  float: left;
  margin-top: 0px;
  padding: 0px;
  z-index: 400;
}
#myVideo {
  position: relative;
  z-index: 150;
  border-radius: 20px;
  border: solid 1px #dedfe0;
  margin-left: -5px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.8);
}
.introd_v {
  width: 200px;
  height: 60px;
  background-color: #cc0000;

  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 70px;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
  float: right;
  position: relative;
  top: -22px;
  right: -10px;
  z-index: 10;
}

#box_vdo_bt01 {
  width: 450px;
  height: 100px;
  float: left;
  background: url("../../gpstracking/images/download_b.webp") no-repeat center
    center;
  color: #da1c23;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  margin-top: 100px;
  margin-left: 50px;
  display: block;
}
#box_vdo_bt02 {
  width: 450px;
  height: 100px;
  float: left;
  background: url("../../gpstracking/images/download_b2.webp") no-repeat center
    center;

  color: #da1c23;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  margin-top: 30px;
  margin-left: 50px;
  display: block;
}
#box_vdo_bt01,
#box_vdo_bt02 {
  transition: filter 0.3s ease-in-out;
}

#box_vdo_bt01:hover,
#box_vdo_bt02:hover {
  cursor: pointer;
  filter: brightness(0.85);
}

.box_vdo_mbbt {
  display: none;
}


.box_vdo_mbbt {
  display: block;
}

  #box_vdo_bt01_m {
    width: 170px;
    height: 30px;
    float: left;
    background: url("../../mwork/images/element_08.webp") no-repeat center center;
    background-size: 170px;
    color: #cc0000;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    text-align: right;
    padding-right: 12px;
    float: left;
    display: block;
  }
  #box_vdo_bt02_m {
    width: 170px;
    height: 30px;
    float: left;
    background: url("../../mwork/images/element_09.webp") no-repeat center center;
    background-size: 170px;
    color: #cc0000;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    text-align: right;
    padding-right: 20px;
    float: left;
    display: block;
  }


#box_vdo_bt01_m,
#box_vdo_bt02_m {
  display: none;
}

.product {
  width: 1270px;
  height: 633px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.ourproduce {
  min-width: 280px;
  height: 633px;
  border-radius: 15px;
  background-color: #c61c24;

  color: #fff;
}
.ourproduce_t1 {
  font-family: "Prompt_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 36px;

  color: #ffffff;
  padding: 20px 36px;
}
.ourproduce_t2 {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 14px;

  color: #ffffff;

  padding: 20px;

}
.ourproduce_t3 {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 14px;

  color: #ffffff;

  padding: 20px 36px;
  display: none;
}
.pcshow {
  display: block;
}

.product_box {
  width: 1000px;
  height: 633px;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.product_box_list {
  width: 469px;
  height: 312px;
  border-radius: 15px;
  border: solid 1px #58595b;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;

  padding-left: 15px;
}

.product_box_list_pic img {
  width: 100%;
  object-fit: contain;
}
.product_box_list_line {
  width: 1px;
  height: 236px;
  background-color: #626262c9;

  margin-right: 10px;
}
.product_box_list_text {
  width: 280px;
  padding-left: 20px;
}

.product_box_list_text_t1 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #8f8f8f;
}

.product_box_list_text_t2 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #c61c24;
}
.product_box_list_text_t3 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #8f8f8f;
  margin-top: 30px;
  line-height: 22px;
  position: relative;
}

.product_box_list_picbs {
  width: 80px;
  height: 80px;
  z-index: 700;
  position: relative;
  right: 30px;
  top: -130px;
    display: block;
}

.product_box_list_picbs_mb {
  width: 80px;
  height: 80px;
  z-index: 700;
  position: relative;
  right: 30px;
  top: -130px;
  display: none;
}



.gps_accessories {
  width: 1100px;
  height: 300px;

  margin: auto;

  display: flex;
  align-items: center;
  gap: 35px;
}

.gps_accessoriesfc {

display: none;
  
}


.gps_accessories1 {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #c61c24;
  min-width: 250px;
  text-align: center;
    display: block;
}
.gps_accessories_line {
  width: 1px;
  height: 200px;
  background-color: #c61c23;
  display: block;

}

.gps_accessories2 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #c61c24;
  min-width: 280px;
  display: block;
}

.gps_accessories3 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #626262;
  min-width: 450px;
}

.product_box_listbs_i {
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 800;
  bottom: -10px;
  right: -135px;
  display: none;
}


.software_box {
  width: 100%;

  background: url("../../gpstracking/images/software_box.webp") no-repeat center
    top/cover;
  background-size: 100%;

   
}
.software_box_p_t1 {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  color: #c61c24;
  height: 50px;
  padding-top: 50px;
}
.software_box_pic {
  width: 963px;
  height: 746px;
  margin: auto;
  margin-top: 100px;
}

.software_box_text {
  width: 1200px;
  height: 960px;

  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 120px;

  margin-top: 50px;
}
.software_box_text1_list {
  width: 560px;
  height: auto;
  margin-top: 50px;
}

.software_box_text1_list_t1 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #c61c24;
}

.software_box_text1_list_t2 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #626262;

  margin-bottom: 80px;
}
.software_box_text1_list img.pic1 {
  margin-top: -90px;
  width: 415px;
  height: 35px;
  margin-bottom: 20px;
}
.software_box_text1_list img.pic2 {
  margin-top: -40px;
  width: 333px;
  height: 118px;
}


.software_box_text1_list img.pic3 {
  width: 130px;
  height: 130px;
  position: relative;
  top: -310px;
  right: -330px;
  z-index: 500;
}

.software_box2_text {
  width: 1300px;
  height: 550px;
  margin: auto;
 

  display: flex;
  gap: 30px;
}
.software_box2_text_pic {
  width: 663px;
  height: 530px;
  border-radius: 20px;
  background: url("../../gpstracking/images/safety1_bg.webp") no-repeat center
    center/cover;
  min-width: 663px;
  position: relative;
}

.software_box2_text_pic img {
  width: 408px;
  height: 302px;
  position: absolute;
  right: 50px;
  top: 115px;
}
.software_box_text2_text {
  width: 800px;
}
.software_box_text2_text_t1 {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #c61c24;
  height: 42px;
}

.software_box_text2_text_t2 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #58595b;
  height: 34px;
}

.software_box_text2_text_t3 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #626262;
  margin-top: 38px;
}

.software_box3_text {
  width: 100%;
  height: 700px;
  margin: auto;
  background: url("../../gpstracking/images/safety3_bg.webp") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.software_box3_text_list {
  width: 1270px;
  height: 300px;

  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.software_box3_text_list_text {
  width: 750px;
  height: 250px;
}
.software_box3_text_list_pic {
  width: 382px;
  height: 360px;
}
.software_box3_text_list_pic p {
  width: 591px;
  height: 276px;
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #626262;
  margin-left: -140px;
  line-height: 35px;
}

.software_box3_text_list_pic img {
  width: 382px;
  height: 360px;
}

.showpc {
  display: block;
}
.showmb {
  display: none;
}


.gps_tracker_box {
  width: 1320px;
  height: 630px;
  margin: auto;
  background: url("../../gpstracking/images/gps2.webp") no-repeat left bottom;
  background-size: 673px;
  margin-top: 30px;
}
.gps_tracker_box_c1 {
  width: 1260px;
  height: 110px;
  margin: auto;

  display: flex;
  align-items: center;
  justify-content: space-around;
}
.gps_tracker_box_c1_text {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #c61c24;
  width: 450px;
  padding-left: 50px;
}
.gps_tracker_box_c1_pic {
  width: 74px;
  height: 97px;
}
.gps_tracker_box_c1_pic img {
  width: 74px;
  height: 97px;
  object-fit: contain;
}
.gps_tracker_box_c1_pic2 {
  width: 97px;
  height: 97px;
}
.gps_tracker_box_c1_pic2 img {
  width: 97px;
  height: 97px;
  object-fit: contain;
}
.gps_tracker_box_c1_line {
  width: 1px;
  height: 97px;
  background-color: #626262;
  margin: 5px 0px;
}
.gps_tracker_box_c1_text2 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  width: 550px;
  height: 110px;
  border-radius: 10px;
  border: solid 1px #58595b;
  color: #58595b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gps_tracker_box_c2 {
  width: 1150px;
  text-align: left;

  margin: auto;
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #626262;
}
.gps_tracker_box_c3 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #626262;
  float: right;
}
#footermb2 {
  margin-left: 60px;
}

.footer_mb {
  display: none;
}


@media (max-width: 768px) {
  .nav-bg {
    background: url("../../mwork/images/menu_bg.webp") no-repeat right;
    background-size: 200% 100%;
  }

  .logoimg {
    height: 26px;
    width: 89px;
    position: absolute;
    left: 25px;
   top: 15px;
  }
  .footer-divider {
    display: none !important;
  }

  html,
  body {
    overflow-x: hidden;
  }
  .hero {
    width: 100%;
    background: url("../../gpstracking/images/index_hero01.webp") no-repeat top
      left;
    background-size: contain;
    color: white;
    min-height: 300px;
    background-position: left -30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    height: 400px;
  }

  .hero_container {
    margin-top: 70px;
    width: 100%;
    display: unset;
    height: 420px;
  
  }

  .hero_img {
    width: 88px;
    height: 88px;
    float: right;
    margin-right: 20%;
   
  }

  .hero_img img {
    width: 88px;
    height: 88px;
  }

  .hero-content {
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    color: #c61c24;

    font-family: "Prompt_Regular", sans-serif;
    font-weight: 400;
    font-size: 12px;

    clear: both;
    float: right;
    margin-right: 5%;
    margin-top: 15px;
  }

  .hero_slider {
    width: 270px;
    height: 41px;
    border-radius: 10px;
    background-color: #ffffffea;

    margin-top: 30px;
    margin-right: 10px;
    clear: both;
    float: right;
    margin-bottom: 20px;
  }

  .userdSlider2 {
    width: 100%;
    height: 50px;
    margin-left: 0px;
    margin-top: 0px;
    overflow: hidden;
    display: block;
    padding-top: 5px;
  }
  .simple-slider-container {
    width: 600%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 0px 0;
  }

  .simple-slider-container img {
    width: 33px;
    height: 100%;

    object-fit: contain;
    margin: 0 2px;
    display: inline-block;
  }

  .kstc_box {
    padding-left: 15px;
    width: 100%;
    height: 200px;
    margin: auto;
    margin-top: 32px;
  
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    
  }

  .kstc_box_list1 {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    margin-left: 35px;
    float: left;
  }

  .kstc_box_list1 img {
    width: 44px;
    height: 58px;
    object-fit: cover;
  }
  .kstc_box_list1_text_t1 {
    font-weight: 500;
    font-size: 11px;
    color: #626262;

    height: 35px;
    margin-left: 35px;
  }

  .kstc_box_list1_text_t2 {
    font-weight: 400;
    font-size: 10px;
    color: #626262;
    text-align: left;
    margin-left: 35px;
    margin-top: 3px;
  }

  .kstc_box_list_line {
    width: 1px;
    height: 146px;
    float: left;
    border-left: solid 1px #626262;
    margin-top: 25px;
    display: none;
  }

  .kstc_box_list2 {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    margin-left: 35px;
    float: left;
  }

  .kstc_box_list2 img {
    width: 57px;
    height: 57px;
    object-fit: cover;
    margin-top: -10px;
    margin-left: -5px;
  }
  .kstc_box_list2_text_t1 {
    font-weight: 500;
    font-size: 11px;
    color: #626262;

    height: 35px;
    margin-left: 29px;
  }

  .kstc_box_list2_text_t2 {
    font-weight: 400;
    font-size: 10px;
    color: #626262;
    text-align: left;
    margin-left: 29px;
    margin-top: 3px;
  }

  .fixed-bottom-right {
    display: block;
    position: fixed;
    bottom: -10px;
    right: 3%;
    z-index: 1000;
    cursor: pointer;
  }

  .gps01_box {
    width: 402px;
    height: 233px;
    background: url("../../gpstracking/images/gps0101.webp") no-repeat center
      top;

    background-size: contain;
    margin: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;
    top: 70px;

  }

  .gps01_box_list_type1 {
    width: 167px;
    height: 115px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

    margin-left: 0px;
    margin-top: 0px;

    position: relative;

    left: -60px;
    top: 0px;
  }

  .gps01_box_list_type2 {
    width: 167px;
    height: 115px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

    margin-left: 0px;
    margin-top: 0px;

    position: relative;
    right: -90px;
    top: 75px;
  }

  .gps01_box_list_type3 {
    width: 167px;
    height: 115px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

    margin-left: 0px;
    margin-top: 0px;

    position: relative;
    left: -60px;
    top: 60px;
  }
  .gps01_box_list_type1_pic {
    width: 46px;
    height: 46px;
  }
  .gps01_box_list_type1_pic img {
    width: 46px;
    height: 46px;
    object-fit: cover;
  }

  .gps01_box_list_type1_text {
    width: 100%;
    height: 24px;
    margin: 0px 0px;

    text-align: center;
    margin-top: 5px;
  }
  .pictopmb {
    margin-top: -75px;
  }

  .gps01_box_list_type1_text_t1 {
    font-family: "Prompt_Medium", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #c61c24;
    height: 15px;
    line-height: 15px;
    margin-top: 5px;
  }
  .gps01_box_list_type1_text_t2 {
    font-family: "Prompt_Regular", sans-serif;
    font-weight: 400;
    font-size: 10px;
    height: 14px;
    color: #626262;
    line-height: 15px;
    margin-top: -10px;
  }

  .gps01_box_list_type1_text2 {
    width: 100%;
    height: 115px;
    margin: 0px 15px;
    text-align: center;
  }

  .floating-image {
    width: 100px;
    height: auto;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    margin-left: 20%;
  }

  .floating-image:hover {
    transform: scale(1.2);
  }

  .information {
    width: 150px;
    height: 30px;
    background: url("../../mwork/images/information_pbt.webp") no-repeat center
      top;
    background-size: 300px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
  }

  .box-fromemail {
    width: 100%;
    clear: both;
    height: 870px;
    padding-top: 0px;
    background: url("../../mwork/images/formcontactbg_mb.webp") no-repeat left
        bottom,
      linear-gradient(to bottom, #fff, #fff);
    background-size: 100% 600px;
    text-align: center;
  }
  .emailinputmb {
    margin-top: 15px;
  }

  #contactus .form-wrapper {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px 0px;
  }

  #contactus .form-wrapper .left-box {
    background: url("../../mwork/images/tracking_contactmbbg.webp") no-repeat
      center top;
    background-size: cover;
    color: white;
    padding: 15px;
    width: 377px;
    height: 129px;
  }

  .text_a_left_text {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;

  }
  .left-box .text_a_left h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
  }
  #contactus .form-wrapper .right-box {
    width: 90%;
    text-align: left;
    margin-top: -10px;
  }
  .form-label {
    padding-left: 5px;
    font-size: 12px;
    font-weight: 400;
    color: 58595b;
    float: left;
  }
  .formemailmb {
    margin-top: 15px;
  }
  #captchaText {
    width: 100%;
  }
  .form-control {
    background-color: #fff;
    border-radius: 12px;
    border: 1.5px solid #ccc;
    box-shadow: none;
    transition: border-color 0.2s ease;
  }

  .form-control:focus {
    border-color: #CC0000;
    outline: none;
    box-shadow: 0 0 0 2px rgba(224, 0, 0, 0.2);
  }

  .send-btn {
    width: 100%;
    height: 26px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    background-color: #CC0000;
    color: white;
    border-radius: 5px;
    padding: 0px;
    float: right;

    border: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin-top: -5px;
  }

  .send-btn:hover {
    background-color: #ff3333;
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.3);
  }
  .icon-text {
    display: none;
  }
  .icon-text1 {
    display: block;   
    width: 100%;
    text-align: left;
 margin-top: -5px;
    display: flex;
    flex-direction: row;
    align-items: left;
    gap: 5px 8px;
 
  }
  .icon-text1 img {
    width: 14px;
    height: 14px;
  }
  .icon-text1 p {
    font-size: 10px;
    font-weight: 400;
  }
  #box-footer {
    display: none;
  }
  

  #box-footer-mb {
    background: url("../../mwork/images/footer_mbbg.webp") no-repeat center
      right/cover;
    background-size: 160%;
    display: block;

    width: 100%;
    height: 208px;
    overflow: hidden;
    margin-top: -85px;
  }

  #box-footer-mb-01 {
    padding-top: 15px;
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0px 26px;
  }

  .ft_logo2-mb {
    width: 70px;
    height: 80px;
    text-align: center;
  }
  .ft_logo2-mb img {
    margin-top: 15px;
    width: 40px;
    height: auto;
    object-fit: contain;
  }
  .ft-txt02-mb {
    width: 200px;
    height: 100px;
  }

  .ft_logo3-mb {
    width: 100px;
    float: left;
    margin-left: 12%;
  }
  .ft_logo3-mb img {
    margin-top: 5px;
    width: 75px;
    height: auto;
    object-fit: contain;
    padding-left: 5px;
  }

  .footerlinemb {
    border-bottom: 1px solid #fff;
    height: 5px;
    margin: 0 20px;
    clear: both;
  }

  .footer-contact-mb {
    width: 220px;
    float: left;
    height: 25px;
  }
  .footer-contact-mb img {
    float: left;
    clear: both;
    width: 16px;
    margin-right: 10px;
  }
  .footer-contact-mb p {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    float: left;
    line-height: 20px;
  }
  .footer_vlogo {
    width: 100%;

    height: 140px;
    display: flex;
    flex-direction: row;
    justify-items: flex-start;
    margin-top: 15px;

    position: relative;

  }
  .footer-contact-mb2 {
    width: 250px;
    margin-left: 30px;
  }
  .footer-contact-mb2 .textconame {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    float: left;
    line-height: 16px;
  }
  .footer-contact-mb2 p {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    float: left;
    line-height: 16px;
  }
  .ft-txt03-mb {
 width: 250px;
padding: 5px 18px;
 position: absolute;

  }

  #navbarNav {
    height: 400px;
    overflow: hidden;
  }
  .navbar-nav .nav-link {
    padding: 5px 15px;
    font-weight: 400;
    font-size: 16px;
    color: #525252;
    text-transform: uppercase;
  }
  .navbar-collapse {
    position: fixed;
    top: 50px;
    right: 0;
    height: 480px;
    width: 50%;
    background: white;
    z-index: 1050;
    padding: 1rem;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }

  .navbar-collapse.show {
    transform: translateX(0);
  }

  .navbar-collapse.collapsing {
    transition: none;
  }

  .navbar-nav {
    text-align: left;
  }

  .footer-link {
    color: #666;
    text-decoration: none;
  }

  .footer-link:hover {
    color: #000;
    text-decoration: none;
  }

  .contact-form {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 0;
    max-width: 380px;
    gap: 0 15px;
    padding: 0px;
  }

  .form-left {
    flex: 1;
    margin-left: 15px;
  }

  .form-left .row {
    width: 110%;
    display: flex;
    gap: 5px 10px;
  }
  .form-left .row input {
    flex: 2;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #b3b3b3;
    width: 170px;
    height: 27px;
  }

  .form-left .row input::placeholder {
    color: #b3b3b3;
  }

  #contactForm2 .form-left button {
    background: #cc0000;
    color: white;
    border: none;
    font-size: 13px;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
    width: 62px;
    height: 20px;
    line-height: 20px;
    position: relative;
    right: -20px;
    margin: 0;
  }
  .form-left button:hover {
    background: #a90505;
    color: rgb(242, 230, 230);
  }

  .form-right {
    display: none;
    text-align: center;
    clear: both;
  }

  .form-right2 {
    display: block;
    text-align: center;
    clear: both;
  }
  .form-right img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .form-right2 img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .contact-box-rp {
    padding-left: 30px;
    height: 150px;
  }
  .line-addf {
    width: 28%;
    height: auto;
    float: left;
    text-align: center;
    border-right-width: 0.5px;
    border-right-style: solid;
    border-right-color: #cbccce;
  }

  .line-addf h6 {
    font-size: 10px;
    font-weight: 400;
  }
  .line-add-btn {
    background-color: #02b502;
    color: white;
    border-radius: 25px;
    text-decoration: none;
    width: 80px;
    height: 19px;
    line-height: 19px;
    font-size: 8px;
  }

  .form-right p {
    margin: 5px 0;
    font-size: 14px;
  }

  #form_tk {
    width: 100%;
    float: left;
    clear: both;
  }
  .contact-info {
    text-align: left;
    color: #58595b;
    float: left;
    padding-left: 25px;
    width: 250px;
    padding-top: 15px;
    z-index: 1000;
  }
  .contact-info img.tk_contact01 {
    width: 22px;
    height: 22px;
  }
  .contact-info .ctif_call01 {
    float: left;
    height: 42px;
    clear: both;
    margin-bottom: 0px;
  }
  .contact-info .ctif_call02 {
    margin-left: 15px;
    float: left;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
  }
  .contact-info .ctif_call02 a {
    color: #58595b;
    text-decoration: none;
  }

  .text_a_left {
    text-align: left;
   margin-bottom :0px;
  }
  .box_m_4 {
    margin: 20px;
  }

.video_container {
  width: 100%;
  height: 200px;
  clear: both;
  margin-top: 210px;

}

#box_vdo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;


}
#box_vdo_bt01 {
display: none;

}
#box_vdo_bt02 {
display: none;

}

#box_vdo_play {
  width: 338px;
  height: 196px;
  float: left;
  margin-top: 0px;
  padding: 0px;
  z-index: 400;
}
#myVideo {
  position: relative;
  z-index: 150;
  border-radius: 20px;
  border: solid 1px #dedfe0;
  margin-left: -5px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.8);
}
.introd_v {
  width: 200px;
  height: 60px;
  background-color: #cc0000;

  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 70px;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
  float: right;
  position: relative;
  top: -22px;
  right: -10px;
  z-index: 10;
}

#box_vdo_bt01 {
  width: 450px;
  height: 100px;
  float: left;
  background: url("../../gpstracking/images/download_b.webp") no-repeat center
    center;
  color: #da1c23;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  margin-top: 100px;
  margin-left: 50px;
 
}
#box_vdo_bt02 {
  width: 450px;
  height: 100px;
  float: left;
  background: url("../../gpstracking/images/download_b2.webp") no-repeat center
    center;

  color: #da1c23;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  margin-top: 30px;
  margin-left: 50px;
 
}
#box_vdo_bt01,
#box_vdo_bt02 {
  transition: filter 0.3s ease-in-out;
}

#box_vdo_bt01:hover,
#box_vdo_bt02:hover {
  cursor: pointer;
  filter: brightness(0.85);
}

.box_vdo_bt_mb {
  display: flex;
  flex-direction: row;
  gap: 0px ;
  margin-top: 20px;
  justify-content: center;

}

  #box_vdo_bt01_m {
    width: 165px;
    height: 34px;
    float: left;
    background: url("../../gpstracking/images/video_btdownload01.webp") no-repeat center center;
    background-size: 165px;
    display: block;
  }
  #box_vdo_bt02_m {
    width: 140px;
    height: 34px;
    float: left;
    background: url("../../gpstracking/images/video_btdownload02.webp") no-repeat center center;
    background-size: 139px;
    display: block;
  }


.product {
  width: 100%;
  height: 333px;
  margin: auto;
  clear: both;
  display: flex;
  flex-direction: column;
  margin-top: 55px;
}

.ourproduce {
  width: 94%;
  margin: auto;
  min-width: 280px;
  height: 77px;
  border-radius: 10px;
  background-color: #c61c24;

  color: #fff;
}
.ourproduce_t1 {
  font-family: "Prompt_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 22px;
  height: 24px;
  color: #ffffff;
  padding: 0px 15px;
  padding-top: 8px;
}
.ourproduce_t2 {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
  padding: 0px 15px;
    display: none;
}
.ourproduce_t3 {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 10px;

  color: #ffffff;
 padding: 0px 15px;
     display: block;
}
.pcshow {
  display: none;
}
.product_box {
  width: 100%;
  height: 633px;
    display:flex;
justify-content: center;
  gap: 10px;
}

.product_box_list {
  width: 192px;
  height: 154px;
  border-radius: 10px;
  border: solid 1px #58595b;
}
.product_box_list_pic {
  width: 80px;
}
.product_box_list_pic img {
  width: 90%;
  object-fit: contain;
}
.product_box_list_line {
  width: 1px;
  height: 117px;
  background-color: #626262c9;

  margin-right: 0px;
}
.product_box_list_text {
  width: 200px;
  height: 145px;
  padding-left: 10px;

  clear: both;
}

.product_box_list_text_t1 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #8f8f8f;
  margin-top: 10px;
 
}

.product_box_list_text_t2 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #c61c24;
  margin-top: -15px;
}
.product_box_list_text_t3 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 8px;
  color: #8f8f8f;
  position: relative;
  line-height: 12px;
    margin-top: -10px;
}

.product_box_list_picbs {
  width: 45px;
  height: auto;
  z-index: 700;
  position: relative;
  right: 55px;
  top: -5px;
  display: none;

}




.gps_accessories {
  width: 100%;
  height: 250px;


  margin: auto;

  display: flex;
  
  align-items: center;
  justify-content:space-around;
  gap: 20px;

 background: url("../../gpstracking/images/gps_accessories_bgmb.png") no-repeat center bottom;
background-size: cover;

}
.gps_accessoriesfc {
display: block;
  width: 125px;
  height: 132px;
  margin-left: 25px;
  
}
.gps_accessories1fc {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #c61c24;
  min-width: 125px;
  text-align: left;
  margin-bottom: 10px;
}


.gps_accessories2fc {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #c61c24;
  min-width: 125px;
    line-height: 18px;
}


.gps_accessories1 {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #c61c24;
  min-width: 125px;
  text-align: left;
  margin-bottom: 10px;
  display: none;
}
.gps_accessories_line {
  width: 1px;
  height: 200px;
  background-color: #c61c23;
  display: none;
}

.gps_accessories2 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #c61c24;
  min-width: 125px;
    line-height: 18px;
     display: none;
}


.gps_accessories3 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #626262;
  min-width: 125px;
  margin-right: 20px;
  line-height: 18px;
  margin-top: 50px;


}

.product_box_listbs_i {
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 800;
  bottom: -10px;
  right: -135px;
  display: block;
  
}


.software_box {
  width: 100%;
  background: url("../../gpstracking/images/software_boxbgmb.png") no-repeat right top;
  background-position-y: 20px;
  margin-top: -25px;

}
.software_box_p_t1 {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #c61c24;
  height: 50px;
}
.software_box_pic {
  width: 312px;
  height: 241px;
  margin-top: 50px;

}

.software_box_pic img{
  width: 312px;
  height: 241px;

}
.software_box_textbg {
  background: url("../../gpstracking/images/gps_accessories_bgmb.png") no-repeat bottom;
  padding-bottom: 20px;
}

.software_box_text {
  width: 300px;
  height: auto;

  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 20px;


}

.software_box_text2 {
  position: relative;
  margin-top: -30px;
}

.software_box_text1_list {
  width: 300px;
  height: auto;
  margin-top: 20px;
}

.software_box_text1_list_t1 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #c61c24;
}

.software_box_text1_list_t2 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #626262;
  margin-bottom: 20px;
  margin-top: -10px;

}
.software_box_text1_list img.pic1 {
  width: 170px;
  height: 17px;
  object-fit: contain;
  margin-top: -10px;

}
.software_box_text1_list img.pic2 {
  width: 186px;
  height: 66px;
  position: absolute;
  right: 0px;
  top:75px;
  
}

.software_box_text1_list img.pic3 {
  width: 78px;
  height: 78px;
  z-index: 500;
    position: absolute;
  right: -30px;
  top:410px;
}

.software_box2_text {
  width: 402px;
  height:auto;
  margin: auto;
 
  display: flex;
  flex-direction: column;
  gap: 30px;
  
}
.software_box2_text_pic {
  width:402px;
  height: 291px;
  border-radius: 0px;
  background: url("../../gpstracking/images/safety1mb_bg.png") no-repeat left
    center/cover;
    background-size: 402px;
    background-color: #FFF;
  position: relative;
  overflow: hidden;
}

.software_box2_text_pic img {
  width: 233px;
  height: 173px;
  position: absolute;
  left: 135px;
 top: 70px;

}
.software_box_text2_text {
  width: 325px;
  margin: auto;
}
.software_box_text2_text_t1 {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #c61c24;
  height: 20px;
 
}

.software_box_text2_text_t2 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #58595b;
  height: 20px;
  margin-top: -10px;
 
}

.software_box_text2_text_t3 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #626262;
  margin-top: 8px;


}

.w250px {
width: 250px;
}
.mt250px {
  margin-top: -100px;
}
.software_box3_text {
  width: 100%;
 height: 500px;
  margin: auto;
  background: url("../../gpstracking/images/safety3_bg.webp") no-repeat left top;
  background-size: contain;
  display: unset;
  
}

.software_box3_text_list {
  width: 100%;
  height: auto;

  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

    position: relative;

}
.bgfat {
    background: url("../../gpstracking/images/safety3_bg.webp") no-repeat center center;
  background-size: contain;
}
.software_box3_text_list_text {
  width: 325px;
  height: auto;
}
.software_box3_text_list_pic {
  width: 127px;
  height: 119px;
}
.software_box3_text_list_pic img {
   width: 127px;
  height: 119px;
  position: absolute;
  right: 5px;
  top: 55px;
}

.software_box3_text_list_pic p {
  width: 325px;
  margin: auto;
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #626262;
  line-height: 20px;
  margin-left: -90px;

}


.gps_tracker_box {
  width: 100%;
  height: 630px;
  margin: auto;
  background: none;
 
  margin-top: 30px;
}
.gps_tracker_box_c1 {
  width: 325px;
  height: 80px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.gps_tracker_box_c1_text {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #c61c24;
  width: 450px;
  padding-left: 50px;

}
.gps_tracker_box_c1_pic {
  width: 31px;
  height: 41px;
}
.gps_tracker_box_c1_pic img {
  width: 31px;
  height: 41px;
  object-fit: contain;
}
.gps_tracker_box_c1_pic2 {
   width: 41px;
  height: 41px;
}
.gps_tracker_box_c1_pic2 img {
   width: 41px;
  height: 41px;
  object-fit: contain;
}
.gps_tracker_box_c1_line {
  width: 1px;
  height: 46px;
  background-color: #58595b51;
  margin: 5px 0px;
}
.gps_tracker_box_c1_text2 {
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 11px;
  width: 208px;
  height: 46px;
  border-radius: 10px;
  border: solid 1px #58595b51;
  color: #58595b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #fff;
}
.gps_tracker_box_c2 {
  width: 325px;
  text-align: left;

  margin: auto;
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #626262;
   float: unset;
  margin: auto;
}
.gps_tracker_box_c3 {
    width: 325px;
  font-family: "Prompt_Regular", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #626262;
  float: unset;
  margin: auto;
  margin-top: 20px;
  
}

.text_a_left p {
  font-family: "Prompt_Medium", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}


.showpc {
  display: none ;
}
.showmb {
  display: block;
}



  #box-footer-mb-01 {
    padding-top: 15px;
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0px 26px;
  }

  .ft_logo2-mb {
    width: 70px;
    height: 80px;
    text-align: center;
  }
  .ft_logo2-mb img {
    margin-top: 15px;
    width: 40px;
    height: auto;
    object-fit: contain;
  }
  .ft-txt02-mb {
    width: 200px;
    height: 100px;
  }

  .ft_logo3-mb {
      width: 76px;
      height: 57px;
      position: absolute;

      top: 60px;
      z-index: 700;


 
  }
  .ft_logo3-mb img {

    width: 76px;
    height: auto;
    object-fit: contain;

  }

  .footerlinemb {
    border-bottom: 1px solid #fff;
    height: 5px;
    margin: 0 20px;
    clear: both;
  }

  .footer-contact-mb {
    width: 220px;
    float: left;
    height: 25px;
  }
  .footer-contact-mb img {
    float: left;
    clear: both;
    width: 16px;
    margin-right: 10px;
  }
  .footer-contact-mb p {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    float: left;
    line-height: 20px;
  }
  .footer_vlogo {
    width: 100%;

    height: 70px;
    display: flex;
    flex-direction: row;
    justify-items: flex-start;
    margin-top: 15px;
  }
  .footer-contact-mb2 {
    width: 250px;
    margin-left: 30px;
  }
  .footer-contact-mb2 .textconame {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    float: left;
    line-height: 16px;
  }
  .footer-contact-mb2 p {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    float: left;
    line-height: 16px;
  }
  .ft-txt03-mb {
    margin-top: 0px;
    margin-right: 50px;
  }


  .footer_mb {
width: 100%;
height: 215px;
margin: auto;
background: linear-gradient(#CC0202,#E57E7E);
overflow: hidden;
display: flex;

margin-top: -80px;
  }

  .footer_mb_text_t1 p{
  font-family: "Prompt_Regular", sans-serif;
font-weight: 400;
font-size: 10px;
color: #FFFFFF;
line-height: 20px;


  }
  .footer_mb_pic {
    width:150px;
    height: 215px;

  display: flex;
  align-items: center;
  justify-content: center;
  }
.footer_mb_pic img {
  width: 77px;
  height: 58px;
}

.footer_mb_text {
    width:150px;
    height: 215px;

    display: flex;
    flex-direction: column;
}
.footer_mb_text_t1 {
  height: 150px;
  width: 230px;
  padding: 15px;
}
.footer_mb_text_t2 {
    height: 150px;
  width: 230px;
  padding: 0px 15px;
  margin-top: -20px;

}

.mobile_hd {
  width: 200px;
margin-top: 10px;
margin-left: 40px;
}
.mobile_hd img {
  width: 127px;
  height: 38px;
  object-fit: contain;
  margin: 0;

}

.mnf-01 {
    min-width: 150px;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    margin-top: 0px;
    display: none;
  }
  .mnf-02 {
    margin-top: 0px;
    min-width: 150px;
    float: left;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
  }

  .mnf-01 h6 {
    font-size: 13px;
    font-weight: 500;
  }

  .mnf-02 h6 {
    font-size: 13px;
    font-weight: 500;
  }


  #box-footer_v2 {
    background-color: #fff;
    height: 144px;
    overflow: hidden;
  }
  #box-footer_v2 .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 40px;
  }


  .list-unstyled {
    margin-top: 10px;
    margin-left: 10px;
  font-size: 10px;
  font-weight: 400;
  color: #58595b;
    line-height: 21px;
    font-family: "Prompt_Regular", sans-serif;
}
.list-unstyled-h {

   margin-top: 20px;
    margin-left: 10px;
  font-size: 10px;
  font-weight: 500;
  color: #d21c23;
  font-family: "Prompt_Medium", sans-serif;


}


}


@media (max-width: 1400px) and (min-width: 1366px) { 
.kstc_box {
  width: 860px;
margin-left: -50px;
}
.kstc_box_list1 {
  margin-right: 20px;
}
.kstc_box_list1_text_t1{
  font-size: 13px;
}
.kstc_box_list2_text_t2{
   font-size: 12px;
}
.kstc_box_list2_text_t1{
  margin-left: 32px;
  font-size: 13px;
}
.kstc_box_list1_text_t2{
   font-size: 12px;
}
  
}

@media (max-width: 401px) and (min-width: 375px) {

    .product_box_list {
        width: 180px;
        height: 154px;
        border-radius: 10px;
        border: solid 1px #58595b;
    }



}
