@charset "utf-8";
@font-face {
  font-family: "NotoSansThai_Bold";
  src: url(NotoSansThai_Bold.ttf);
}
@font-face {
  font-family: "NotoSansThai_Medium";
  src: url(NotoSansThai_Medium.ttf);
}
@font-face {
  font-family: "NotoSansThai_Regular";
  src: url(NotoSansThai_Regular.ttf);
}
@font-face {
  font-family: "NotoSansThai_SemiBold";
  src: url(NotoSansThai_SemiBold.ttf);
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "NotoSansThai_Regular", sans-serif;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(8px);
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  height: 90px;
}

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

  font-weight: 400;
  font-size: 20px;
  color: #58595b;
  margin: 10px;
}

.navbar-nav .nav-link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #d21c23;
  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 {
  width: 1440px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}

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

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

.navbar-nav {
  margin-left: 0;
  display: flex;
  gap: 50px;
}

.navbar-toggler {
  border: 0px;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  right: 37px;
}

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

}

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

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

.logoimg {
  width: 144px;
  height: 52px;
  object-fit: contain;
}
#navbarNav ul.navbar-nav li.login_bt {
  background-color: #d21c23;
  width: 247px;
  height: 52px;
  object-fit: contain;
  border-radius: 30px;
  color: #fff;
  box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.5);
  margin-top: 5px;

  text-decoration: none;
  font-size: 24px;
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  line-height: 52px;
  text-align: center;

  cursor: pointer;
}

#navbarNav ul.navbar-nav li.login_bt:hover {
  background-color: #d9d8d8;
  color: #d21c23;
  transition: 0.4s;
}
.hero {
  width: 1380px;
  height: 612px;
  background-color: yellow;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  background: url("../../images/jt_hero.webp") no-repeat center center/cover;
  position: relative;
}
.hero_box_01 {
  position: absolute;
  width: 497px;
  height: 327px;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.8);
  padding: 24px 40px;
  margin-top: 29px;
  margin-left: 38px;
}
.hero_box_01_p1 {
  font-family: "NotoSansThai_Bold", sans-serif;
  font-weight: 700;
  font-size: 37px;
  color: #1e1e1e;
  height: 40px;
}

.hero_box_01_p2 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #1e1e1e;
  margin: 0;
  padding: 0;
width: 600px;


}
.hero_box_01_p3 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #58595b;
  margin-top: 50px;
width: 460px;
}

.hero_box_02 {
  width: 497px;
  height: 130px;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.8);

  position: absolute;
  bottom: 60px;
  margin-left: 38px;
}

.hero_box_02_free{
width: 129px;
height: 117px;
font-family: "NotoSansThai_SemiBold", sans-serif;
font-weight: 600;
font-size: 85px;
color:#EA2127;
margin-top: 5px;
margin-left: 40px;
float: left;


}

.hero_box_02_list {
  width: 280px;
  height: 25px;

  float: left;
  margin-top: 25px;
margin-left: 30px;
}
.hero_box_02_list img {
  margin-top: 7px;
  width: 18px;
  height: 18px;
  float: left;
}
.hero_box_02_list p.hero_box_02_list_t1 {
  height: 40px;
  line-height: 40px;
  float: left;

  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #ea2127;
  margin-left: 10px;
}
.hero_box_02_list p.hero_box_02_list_t2 {
  height: 40px;
  line-height: 30px;
  float: left;

  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #1e1e1e;
  margin-left: 10px;
}

.hero_box_03 {
  width: 290px;
  height: 160px;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  background: rgba(204, 0, 0, 0.8);
  position: absolute;
  bottom: 29px;
  margin-left: 463px;
  display: none;
}
.hero_box_03_t1 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;

  font-size: 40px;
  color: #ffffff;
  width: 100%;
  height: 54px;
  text-align: center;
  margin-top: 15px;
}
.hero_box_03_t2 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 64px;
  color: #ffffff;
  width: 100%;
  height: 87px;
  text-align: center;
  margin-top: -25px;
}

.free_box {
  width: 1378px;
  height: 134px;
  border-radius: 20px;
  border: solid 1.5px #1e1e1e;

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

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

.free_box_list {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 12px;
}

.free_box_list_icon {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.free_box_list_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.05;
}

.free_box_list_text_t1 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #1e1e1e;
  position: relative;
}
.free_box_list_text_t1 sup{
    font-weight: 600;
  font-size: 16px;
position: absolute;
top: 17px;
}
.free_box_list_text_t2 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #1e1e1e;
  margin-left: 5px;
}

.free_box_list_text_t3 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #1e1e1e;
}

#form_tk {
  width: 1378px;
  height: 285px;
  border: solid 1px #1e1e1e;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

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

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

  margin-left: 12px;
}

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

.user_submit {
  background: #cc0000;
  color: #fff;
  border: none;

  font-weight: 400;
  font-size: 24px;
  border-radius: 15px;
  cursor: pointer;

  width: 736px;
  height: 49px;
  line-height: 49px;
  margin-top: 10px;
  transition: color 0.4s ease;
}
.user_submit:hover {
  cursor: pointer;
  color: #000;
}

.form-right {
  width: 100%;
  text-align: center;
  float: left;
  margin-left: 10px;
}

.form-right img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.form-right p {
  margin: 5px 0;
  font-size: 14px;
}

.contact-box {
  padding: 30px;
  margin: 0 auto;
}

.contact-box-rp {
  width: 560px;
  height: 255px;
  margin-top: 20px;
}
.contact-box-rp2{
  display: none;
}
.contact-line {
  width: 1px;
  height: 190px;

  border-left: solid 0.5px #231f20;
  float: left;
  margin-left: 25px;
  margin-top: 10px;
}

.contact-info {
  text-align: left;
  color: #58595b;
  float: left;
  margin-left: 30px;
  width: 300px;
  height: auto;
  z-index: 400;
  margin-top: 10px;
}
.contact-info img.tk_contact01 {
  width: 39px;
  height: 39px;
  margin-top: 4px;
  margin-right: 10px;
}
.contact-info .ctif_call01 {
  float: left;
  height: 42px;
  clear: both;
  margin-bottom: 30px;
}
.contact-info .ctif_call02 {
 
  margin-left: 10px;
  float: left;
  line-height: 25px;

  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #8c8d8f;
}
.contact-info .ctif_call02 a {
  color: #58595b;
  text-decoration: none;
}
.line-box {
  text-align: center;
  border-right: 1px solid #ccc;
}
.line-add-btn {
  background-color: #02b502;
  color: white;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 161px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  margin-top: -5px;
}
.line-addf {
  width: 170px;
  height: auto;
  float: left;
  text-align: center;
}

.line-addf h6 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #02b502;
}

.line-addf img {
  width: 145px;
  height: 145px;
  margin-top: -5px;
}

#promoImage {
  background: url("../../images/jt_promo.webp") no-repeat center center/cover;
  width: 416px;
  height: 280px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 25px;
  margin-right: 49px;
  z-index: 500;

  transition: transform 0.3s ease;

  transition: all 0.5s;
}

#promoImage.scrolled {
  position: fixed;
  top: 0;
  margin-top: 100px;
  cursor: pointer;
  margin-right: 25px;
}

#promoImage:hover {
  transform: scale(1.05);
  cursor: pointer;
  opacity: 0.1;
}

.kstc_box {
  width: 1324px;
  height: 200px;
  border-radius: 20px;
  border: solid 1px #1e1e1e;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

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

.kstc_box_list1 img {
  width: 79px;
  height: 104px;
  object-fit: cover;
}
.kstc_box_list1_text_t1 {
  font-family: "NotoSansThai_Medium", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #1e1e1e;

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

.kstc_box_list1_text_t2 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #1e1e1e;
  width: 565px;
  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: 570px;
  height: 200px;
  display: flex;
  align-items: center;
  margin-left: 35px;
  float: left;
}

.kstc_box_list2 img {
  width: 104px;
  height: 104px;
  object-fit: cover;
}
.kstc_box_list2_text_t1 {
  font-family: "NotoSansThai_Medium", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #1e1e1e;

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

.kstc_box_list2_text_t2 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #1e1e1e;
  width: 565px;
  margin-left: 34px;
  margin-top: 15px;
}

.rentgps_box {
  width: 1100px;
  height: auto;
  margin: auto;
  margin-top: 28px;
  padding-bottom: 20px;
}
.rentgps_box_t1 {
  width: 100%;
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 48px;
  text-align: center;

  color: #1e1e1e;
}

.rentgps_box_list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  
}

.rentgps_box_list2 {
  display: none;
}
.rentgps_box_list p{

  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: #1e1e1e;
  padding-top: 15px;

}
.rentgps_box_list img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-left: 47px;
}
.rentgps_box_t2 {
  width: 100%;
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #1e1e1e;
  margin-top: 5px;
  line-height: 50px;
}

.featuresgps_box {
  width: 1324px;
  height: 512px;
  border-radius: 20px;
  border: solid 1px #1e1e1e;
  margin: auto;
  margin-top: 10px;
}

.featuresgps_box_t1 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #1e1e1e;
  width: 100%;
  text-align: center;
  margin: 10px;
}

.featuresgps_box_line {
  height: 1px;
  width: 1220px;
  border-bottom: solid 1px #626262;
  margin: auto;
}

.featuresgps_box_list_cont {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 35px;
  margin-top: 30px;
}

.featuresgps_box_list {
  width: 590px;
  height: 100px;

  display: flex;
}

.featuresgps_box_list img {
  width: 78px;
  height: 78px;
  float: left;
  margin: 10px 20px;
}
.featuresgps_box_list_text {
  float: left;
}

.featuresgps_box_t2 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #1e1e1e;
  width: 100%;
  text-align: left;
  margin: 10px;

  width: 100%;
  height: 43px;
}

.featuresgps_box_t3 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
    font-size: 20px;
  color: #1e1e1e;
  width: 100%;
  text-align: left;
  margin: 10px;

  width: 100%;
  height: 33px;
  margin-top: -5px;
  position: relative;
  z-index: 200;

}

.gpsspec_box {
  width: 1324px;
  height: 1930px;
  margin: auto;
  margin-top: 45px;
}

.gpsspec_box_img1 {
  width: 483px;
  height: 495px;
  border-radius: 20px;
  background-color: #fff;
  background: url("../../images/Vector_17.webp") no-repeat center center/cover;
  float: left;
}

.gpsspec_box_box1 {
  width: 812px;
  height: 495px;
  border-radius: 20px;
  border: solid 1px #1e1e1e;
  float: left;
  margin-left: 28px;
  padding: 15px 32px;
}
.icon-30 { font-size: 30px; color:#e7104d }

.gpsspec_box_box1_t1 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #1e1e1e;
}

.gpsspec_box_box1_t2 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #626262;
  line-height: 32px;
}

.gpsspec_box_box2 {
  width: 755px;
  height: 530px;
  border-radius: 20px;
  border: solid 1px #1e1e1e;
  float: left;
  margin-top: 45px;
  padding: 15px 32px;
}

.gpsspec_box_box2_t1 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #1e1e1e;
}

.gpsspec_box_box2_t2 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #1e1e1e;
}

.gpsspec_box_box2_t3 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #626262;
  line-height: 40px;
}

.gpsspec_box_img2 {
  width: 529px;
  height: 530px;
  border-radius: 20px;
  background-color: #fff;

  background: url("../../images/Vector_18.webp") no-repeat center center/cover;
  float: left;
  margin-top: 45px;
  margin-left: 38px;
}

.gpsspec_box_img3 {
  width: 100%;
  height: 94px;
  text-align: center;
  float: left;
  margin-top: 54px;
}
.gpsspec_box_img3 img {
  width: 258px;
  height: 94px;
  object-fit: contain;
}

.gpsspec_box_text {
  width: 100%;
  height: 94px;
  text-align: center;
  float: left;
  margin-top: 54px;
}

.gpsspec_box_text_t1 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 35px;
  color: #1e1e1e;

  margin-top: -20px;
}

.gpsspec_box_text_t2 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #1e1e1e;

  text-align: left;
  width:980px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;

}
.gpsspec_box_text_t3 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #1e1e1e;

  text-align: left;
   width: 980px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 44px;
}

.gpsspec_box_text_condition {
    font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 16px;
text-align: center;
width: 100%;
height: 50px;
color: #626262;
}

.planspricing_box {
  width: 1324px;
  height: 674px;
  border-radius: 20px;
  border: solid 1px #1e1e1e;
  margin: auto;
  margin-top: 10px;
  display: none;
}

.planspricing_box_t1 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #1e1e1e;
  width: 100%;
  text-align: center;
  margin: 10px;
}

.planspricing_box_line {
  height: 1px;
  width: 1220px;
  border-bottom: solid 1px #626262;
  margin: auto;
}

.planspricing_box_line2 {
  height: 70px;
  width: 1220px;
  border-bottom: solid 1px #626262;
  margin: auto;
  clear: both;
  padding-top: 20px;

  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #8f8f8f;
}

.planspricing_box_rent_cont_title {
  width: 1020px;
  height: 45px;
  float: right;
  margin-top: 18px;
}
.planspricing_box_rent_cont_title ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.planspricing_box_rent_cont_title ul li {
  font-family: "NotoSansThai_Medium", sans-serif;
  font-weight: 500;
  font-size: 32px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #1e1e1e;
  float: left;
  margin: 0px 60px;
}

.planspricing_box_rent_cont_price {
  width: 100%;
  height: 137px;
  float: left;

  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.planspricing_box_rent_cont_price_box {
  width: 200px;
  padding-top: 20px;
  height: 137px;
}

.planspricing_box_rent_cont_price_t1 {
  font-family: "NotoSansThai_Bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #1e1e1e;

  width: 200px;
  padding-top: 50px;
  height: 137px;
}

.planspricing_box_rent_cont_price_line {
  width: 1px;
  height: 137px;
  background-color: #1e1e1e;
}

.planspricing_box_rent_cont_price_t2 {
  font-family: "NotoSansThai_Bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #d21c23;

  width: 200px;
  padding-top: 50px;
  height: 137px;
}

.planspricing_box_rent_cont_price_t3 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 26px;
  text-align: center;
  color: #8f8f8f;
}
.planspricing_box_rent_cont_price_t4 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: #1e1e1e;
}

.planspricing_box_buy_cont_price {
  width: 100%;
  height: 221px;
  float: left;
  margin-top: 36px;

  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.planspricing_box_buy_cont_price_box {
  width: 200px;
  padding: 10px;
  height: 221px;
}

.planspricing_box_buy_cont_price_t1 {
  font-family: "NotoSansThai_Bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #1e1e1e;

  width: 200px;
  padding-top: 40px;
  height: 131px;
}

.planspricing_box_buy_cont_price_line {
  width: 1px;
  height: 221px;
  background-color: #1e1e1e;
}

.planspricing_box_buy_cont_price_t2 {
  font-family: "NotoSansThai_Bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #d21c23;

  width: 200px;
  padding-top: 50px;
  height: 221px;
}

.planspricing_box_buy_cont_price_t3 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 26px;
  text-align: center;
  color: #8f8f8f;
}
.planspricing_box_buy_cont_price_t4 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: #1e1e1e;
}

.plan_text {
  width: 100%;
  height: 200px;
  text-align: center;
  margin-top: 28px;
display: none;
}
.plan_text_t1 {
font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 36px;
color:#1E1E1E;

}

.plan_text_t2 {
font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 20px;
color:#1E1E1E;
margin-top: 20px;

}

.plan_text_t3 {
font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 15px;
color:#58595B;
margin-top: 20px;

}


.box-fromemail {
  background: url("../../images/formcontactbg.webp") no-repeat center
    top/cover;

  width: 100%;
  clear: both;
  height: auto;
  margin-top: 20px;
  padding-bottom: 30px;
}


.emailinputmb {
  margin-top: 0px;
}

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

#contactus .left-box {
  background: url("../../images/fromemail_bg.webp") no-repeat left bottom;
  background-size: 415px;
  padding: 30px 40px;
  color: white;
  width: 315px;
  height: 661px;
}
.text_a_left p.text_a_left_pc{
  font-family: "NotoSansThai_Medium", sans-serif;
font-weight: 500;
font-size: 40px;
color: #FFFFFF;
display: block;

}
.text_a_left p.text_a_left_mb{
  font-family: "NotoSansThai_Medium", sans-serif;
font-weight: 500;
font-size: 40px;
color: #FFFFFF;
display: none;

}
#contactus .right-box {
  width:640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding-top: 30px;
}
.form-label {

 font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 22px;
  color:#8e8e8f ;


}

.form-cap {
  font-size: 22px;
  color:#8e8e8f ;
}
.captcha-box {
   font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 30px;
  color:#58595B ;
  width: 80px;
  height: 35px;
  padding-left: 10px;
  color: #E00000;
  margin-top: -5px;



}
.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: #e00000;
  outline: none;
  box-shadow: 0 0 0 2px rgba(224, 0, 0, 0.2);
}
 
.send-btn {
  width: 300px;
  height: 45px;
  background-color: #e00000;
  color: white;
  border-radius: 20px;
  border: none;
  transition: background-color 0.6s ease, box-shadow 0.6s ease;
  font-size: 24px;
  font-weight: 400;
  margin: auto;
}

.send-btn:hover {
  background-color: #511111;
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.3);
}

.icon-text {
font-family: "NotoSansThai_SemiBold", sans-serif;
font-weight: 600;
font-size: 18px;
color: #fff;
width: 100%;

margin-bottom: 20px;

}

.icon-text img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  float: left;
  margin-top: 7px;

}

.icon-text-box {
   float: left;
}

.icon-text-box2 {
  display: block;
  font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 11px;
color: #fff;
display: none;
}

.text_a_contact {
  width: 300px;
  height: 150px;
  display: flex;
flex-direction: column;
flex-wrap: nowrap;
  align-items:flex-start;
  justify-content:flex-start;
margin-top: 260px;


}

.promo_hiden {
  display: none;
}
.promo_show {
  display:block;
}

.footer_box {
  width: 100%;
  height: 275px;
  
  display: flex;
  flex-direction: row;
  justify-content:center;
  align-items: center;
  gap: 0px 68px ;

}

.footer_box_mb_cont {
  display: flex;
  flex-direction: row;
  justify-content:center;
  align-items: center;
}

.footer_box_logo {
  width: 327px;
  height: auto;
  margin-right: 30px;
  
}

.footer_box_logo img{
  width: 144px;
  height: 52px;
 
}

.footer_box_logo p{
  font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 16px;
color: #58595B;
margin-top: 20px;
width:100%;
 
}
.textshow {
  display: block;
}
.textshow_mb {
  display:none;
}

.footer_box_contact {
  width: 327px;
  height: 200px;
  

font-family: "NotoSansThai_Medium", sans-serif;
font-weight: 500;
font-size: 15px;
color: #58595B;


}
.footer_box_contact_text {
  width: 300px;
  height: 70px;

  display: flex;
flex-direction: row;
flex-wrap: nowrap;
  align-items:flex-start;
  justify-content:flex-start;
}

.footer_box_contact_text img{
  height: 29px;
  width: 29px;
  float: left;
margin-top: 8px;
margin-right: 25px;

  
}

.footer_box_tag {
  width: 420px;
  height: 144px;


}
.footer_box_tag p {
font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 16px;
color: #58595B;

}

.boxpage {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.boxpage.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .navbar {
    background-color: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(8px);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    height: 60px;
  }
  #navbarNav {
    height: 265px;
    overflow: hidden;
  }
  .navbar-nav .nav-link {
    padding: 0px 0px;
    font-weight: 400;
    font-size: 16px;
    color: #58595b;
  }
  .navbar-collapse {
    position: fixed;
    top: 56px;
    right: 0;
    height: 280px;
    width: 50%;
    background: white;
    z-index: 1050;
    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;
  }

  .logoimg {
    width: 82px;
    height: 29px;
    object-fit: contain;
   position:absolute;
   left: 59px;
   top: 15px;
  }

  .navbar-nav .nav-link {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    color: #58595b;
    margin: 0;
    padding: 0;
  }

  #navbarNav ul.navbar-nav li.login_bt {
    background-color: #d21c23;
    width: 125px;
    height: 25px;
    object-fit: contain;
    border-radius: 25px;
    color: #fff;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.5);

    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;

    cursor: pointer;

    margin-left: auto;
    margin-right: auto;
  }

  #navbarNav ul.navbar-nav li.login_bt:hover {
    background-color: #d9d8d8;
    color: #d21c23;
    transition: 0.4s;
  }

  .navbar-nav {
    margin-left: 0;
    display: flex;
    gap: 25px;
  }
  .navbar .container {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    gap: 60%;
  }

  
.hero {
  width: 385px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  background: url("../../images/jt_hero2.webp") no-repeat center center/cover;
  position: relative;

}
.hero_box_01 {
  position: absolute;
  width: 197px;
  height: 144px;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.8);
  padding: 11px 13px;
  margin-top: 10px;
  margin-left: 10px;
}
.hero_box_01_p1 {
  font-family: "NotoSansThai_Bold", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #1e1e1e;
  height: 20px;
}

.hero_box_01_p2 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #1e1e1e;
  margin: 0;
  padding: 0;
  line-height: 18px;

  width: 170px;
 
}
.hero_box_01_p3 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #58595b;
  margin-top: 18px;
  line-height: 14px;
    width:150px;
  
}

.hero_box_02 {
  width: 197px;
  height: 50px;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 10px;
  margin-left: 10px;
  margin-top: 30px;

}

.hero_box_02_free{
width: 62px;
height: 45px;
font-family: "NotoSansThai_SemiBold", sans-serif;
font-weight: 600;
font-size: 36px;
color:#EA2127;
margin-top: 0px;
margin-left: 15px;
float: left;

}

.hero_box_02_list {
  width: 90px;
  height: 18px;
  overflow: hidden;
  margin-left: 5px;

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

}
.hero_box_02_list img {
  margin-top: 4px;
  width: 10px;
  height: 10px;
  float: left;
}
.hero_box_02_list p.hero_box_02_list_t1 {
  height: 20px;
  line-height: 18px;
  float: left;
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #ea2127;
  margin-left: 4px;
}
.hero_box_02_list p.hero_box_02_list_t2 {
  height: 20px;
  line-height: 18px;
  float: left;

  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #1e1e1e;
  margin-left: 5px;
}

.hero_box_03 {
  width: 91px;
  height: 50px;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  background: rgba(204, 0, 0, 0.8);
  position: absolute;
  bottom: 10px;
  margin-left: 145px;
   display: none;
}
.hero_box_03_t1 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;

  font-size: 12px;
  color: #ffffff;
  width: 100%;
  height: 20px;
  text-align: center;
  margin-top: 5px;
}
.hero_box_03_t2 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  width: 100%;
  height: 87px;
  text-align: center;
  margin-top: -22px;
}
#promoImage { 
  display: none;
}

.promo_hiden {
  display: none;
}
.promo_show {
  display:block;
}

#promoImage2 {
  background: url("../../images/jt_promo.webp") no-repeat center center/cover;
  width: 130px;
  height: 85px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0px;
  margin-right: 5px;
  z-index: 500;

  transition: transform 0.3s ease;

  transition: all 0.5s;
}

#promoImage2.scrolled {
  position: fixed;
  top: 0;
  margin-top: 70px;
  cursor: pointer;
  margin-right: 5px;
}

#promoImage2:hover {
  transform: scale(1.05);
  cursor: pointer;
  opacity: 0.1;
}

.free_box {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.free_box_list {
width: 290px;
height: 55px;
border-radius: 8px;



  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 12px;

    border-radius: 8px;
  border: solid 0.5px rgba(44, 43, 43, 0.5);

}

.free_box_list_icon {
  width: 43px;
  height: 43px;
  object-fit: cover;
}

.free_box_list_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.05;
}

.free_box_list_text_t1 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #1e1e1e;
  position: relative;
}
.free_box_list_text_t1 sup{
    font-weight: 600;
  font-size: 10px;
position: absolute;
top: 10px;
}
.free_box_list_text_t2 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1e1e1e;
}

.free_box_list_text_t3 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #1e1e1e;
}

#form_tk {
  width: 386px;
  height: 126px;
   border: solid 0.5px rgba(44, 43, 43, 0.5);
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;

}
.contact-form {
   width: 386px;
  height: 126px;
  gap: 0px;
    margin-left: auto;
  margin-right: auto;
 
}
.form-left {
  width: 100%;
  height: 120px;
  flex: 1;

 display: flex;
flex-direction: column;
gap: 20px 0px;
padding-left: 18px;
margin-top: -5px;

}
.form-left .row {
  width: 300px;
  height: 20px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
gap: 10px 10px;

}
.form-left .row input {
  flex: 2;
  width: 172px;
  height: 27px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #b3b3b3;

}

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

.user_submit {
  background: #cc0000;
  color: #fff;
  border: none;
  font-weight: 400;
  font-size: 13px;
  border-radius: 5px;
  cursor: pointer;

  width: 345px;
  height: 22px;
  line-height: 22px;
  margin-top: 15px;
  transition: color 0.4s ease;
  margin-left: 0px;
}
.user_submit:hover {
  cursor: pointer;
  color: #000;
}

.form-right {
  width: 100%;
  text-align: center;
  float: left;
  margin-left: 10px;
  display: none;
  
}



.form-right img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.form-right p {
  margin: 5px 0;
  font-size: 14px;
}

.contact-box {
  padding: 30px;
  margin: 0 auto;
}

.contact-box-rp {
  width: 560px;
  height: 255px;
  margin-top: 20px;
}

.contact-box-rp2 {
  width: 100%;
  height: 150px;
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 20px;

}

.contact-line {


  border-left: none;
  float: left;
  margin-left: 0px;
  margin-top: 0px;

  width: 1px;
  height: 121px;
background-color: rgba(121, 119, 119, 0.5);

}

.contact-info {
  text-align: left;
  color: #58595b;
  float: left;
  margin-left: 38px;
  width: 130px;
  height: 121px;
  z-index: 400;
  margin-top: 5px;


}
.contact-info img.tk_contact01 {
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-right: 0px;
}
.contact-info .ctif_call01 {
  float: left;
  height: 22px;
  clear: both;
  margin-bottom: 20px;
}
.contact-info .ctif_call02  {
  margin-left: 10px;
  float: left;
  font-weight: 500;
  line-height: 15px;

  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #58595b;
}
.contact-info .ctif_call02 a {
  color: #58595b;
  text-decoration: none;
}
.line-box {
  text-align: center;
  border-right: 1px solid #ccc;
}
.line-add-btn {
  background-color: #02b502;
  color: white;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  font-size: 8px;
  width: 79px;
  height: 18px;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
}
.line-addf {
  width: 120px;
  height: auto;
  text-align: center;
  margin-right: 20px;

}

.line-addf h6 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  color: #02b502;
}

.line-addf img {
  width: 78px;
  height: 78px;
  margin-top: -5px;
}



.kstc_box {
  
  width: 385px;
  height: 188px;
  border-radius: 8px;
  border: solid 1px #1e1e1e7d;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;

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


}

.kstc_box_list1 {
  width: 285px;
  height: 80px;
  display: flex;
  align-items: center;
  margin-left: 3px;
  float: left;
  margin-top: 10px;


}

.kstc_box_list1 img {
  width: 44px;
  height: 58px;
  object-fit: cover;
}
.kstc_box_list1_text {
margin: 0px;
padding: 0px;
}
.kstc_box_list1_text_t1 {
  font-family: "NotoSansThai_Medium", sans-serif;
  font-weight: 500;
  font-size: 11px;
  color: #1e1e1e;
  margin-left: 24px;


}

.kstc_box_list1_text_t2 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #1e1e1e;
  margin-left: 24px;
  margin-top: 5px;
 
}

.kstc_box_list_line {
  width: 300px;
  height: 1px;
  background-color: rgba(54, 53, 53, 0.5);
  margin: auto;
}

.kstc_box_list2 {
  height: 80px;
  display: flex;
  align-items: center;
  margin-left: 3px;
  float: left;
  margin-top: 0px;

width: 335px;

}

.kstc_box_list2 img {
  width: 57px;
  height: 57px;
  object-fit: cover;
  margin-left: 15px;
  position: relative;
  right: -5px;
  top: -5px;

}
.kstc_box_list2_text_t1 {
  font-family: "NotoSansThai_Medium", sans-serif;
  font-weight: 500;
  font-size: 11px;
  color: #1e1e1e;

  width: 555px;
  height: 30px;
  margin-left: 24px;
  margin-top: 0px;
}

.kstc_box_list2_text_t2 {
   font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #1e1e1e;
  margin-left: 24px;
  margin-top: 5px;
}

.rentgps_box {
  width: 100%;
  height: 160px;
  margin: auto;
  margin-top: 21px;
  padding-bottom: 15px;

}
.rentgps_box_t1 {
  width: 100%;
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #1e1e1e;

}

.rentgps_box_list {
  width: 80%;
margin: auto;
height: 20px;
display: none;

}

.rentgps_box_list img {
  width: 12px;
  height: 12px;
  float: left;
  margin-top: 2px;
}
.rentgps_box_list p {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #1e1e1e;
  width: 100px;
   float: left;
}

.rentgps_box_list2 {
  width: 340px;
margin: auto;
height: 20px;
display: flex;
justify-content: space-evenly;
margin-top: -10px;


}

.rentgps_box_list2 img {
  width: 12px;
  height: 12px;
  float: left;
  margin-top: 2px;
}
.rentgps_box_list2 p {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #1e1e1e;
  width: 100px;
   float: left;
}


.rentgps_box_t2 {
  width: 100%;
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #1e1e1e;
  margin-top: 10px;
  line-height: 20px;
}

.featuresgps_box {
  width: 386px;
  height: 272px;
  border-radius: 8px;
  border: solid 1px #1e1e1e57;
  margin: auto;
  margin-top: 10px;
  
}

.featuresgps_box_t1 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1e1e1e;
  width: 100%;
  text-align: center;
  margin: 10px;
}

.featuresgps_box_line {
  height: 1px;
  width: 100%;
  border-bottom: solid 1px #62626270;
  margin: auto;
}


.featuresgps_box_list_cont {
  width:380px;
  height: auto;
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 5px;
  margin-top: 5px;
  gap: 10px;

}
.featuresgps_box_list {
  width:180px;
  height: auto;

  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction:row;
  flex-wrap: nowrap;


}

.featuresgps_box_list img {
  width: 28px;
  height: 28px;
  float: left;
}
.featuresgps_box_list_text {
  float: left;
  width: 150px;
  height: 60px;
 margin-left: -20px;
}

.featuresgps_box_t2 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #1e1e1e;
  text-align: left;
  height: 15px;
width: 120px;
 

}

.featuresgps_box_t3 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 9px;
  color: #1e1e1e;
  width: 120px;
  text-align: left;
  margin-top: -5px;
  margin-left: 10px;
 
  
}

.gpsspec_box {
  width: 100%;
height: 1320px;
  margin: auto;
  margin-top: 8px;



}
.gpsspec_box_cont {
display: flex;
align-items: center;
justify-content: space-evenly;
flex-direction: column;
}

.gpsspec_box_img1 {
  width: 384px;
  height: 136px;
  border-radius: 5px;
  background-color: #fff;
  background: url("../../images/Vector_17_1.webp") no-repeat center center/cover;

}

.gpsspec_box_box1 {
  width: 386px;
  height: 240px;
  border-radius: 8px;
  border: solid 1px #1e1e1e46;
  float: left;
  margin: 0px;
  margin-top: 8px;
  padding: 8px;
}
.icon-30 { font-size: 16px; }
.gpsspec_box_box1_t1 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1e1e1e;
}

.gpsspec_box_box1_t2 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #626262;
  margin-top: -10px;
  line-height: 15px;
}

.gpsspec_box_box2 {
  width: 381px;
  height: 268px;
  border-radius: 8px;
  border: solid 1px #1e1e1e93;
  float: left;
  margin-top: 8px;
  padding: 10px 18px;
}

.gpsspec_box_box2_t1 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1e1e1e;

}

.gpsspec_box_box2_t2 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1e1e1e;
   margin-top: -8px;
}

.gpsspec_box_box2_t3 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #626262;
  margin-top: -8px;
  line-height: 17px;
}

.gpsspec_box_img2 {
  width: 529px;
  height: 530px;
  border-radius: 20px;
  background-color: #fff;

  background: url("../../images/Vector_18.webp") no-repeat center center/cover;
  float: left;
  margin-top: 45px;
  margin-left: 38px;
  display: none;
}

.gpsspec_box_img2_mb{
  width: 385px;
  height: 156px;
  border-radius: 8px;
  background-color: #fff;

  background: url("../../images/Vector_18_2.webp") no-repeat center center/cover;
  float: left;
  margin-top: 8px;
}

.gpsspec_box_img3 {
  width: 100%;
  height: 33px;
  text-align: center;
  margin-top: 17px;
}
.gpsspec_box_img3 img {
  width: 91px;
  height: 33px;
  object-fit: contain;
}

.gpsspec_box_text {
  width: 100%;
  height: 94px;
  text-align: center;
  float: left;
  margin-top: 54px;
}

.gpsspec_box_text_t1 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1e1e1e;
  width: 350px;
  margin: auto;
  margin-top: -40px;
}

.gpsspec_box_text_t2 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #1e1e1e;
  text-align: left;
    width: 324px;
  margin: auto;
    margin-top: 25px;

}
.gpsspec_box_text_t3 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #1e1e1e;
  text-align: left;
    width: 314px;
  margin: auto;
    margin-top: 25px;
}

.gpsspec_box_text_condition {
    font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 9px;
text-align: center;
width: 100%;
height: 30px;
color: #626262;
margin-top: -15px;
margin-bottom: 10px;


}

.planspricing_box {
  width: 100%;
  height: 674px;
  border-radius: 20px;
  border: solid 1px #1e1e1e;
  margin: auto;
  margin-top: 10px;
  float: left;
  clear: both;
  display: none;
}

.planspricing_box_t1 {
  font-family: "NotoSansThai_SemiBold", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #1e1e1e;
  width: 100%;
  text-align: center;
  margin: 10px;
}

.planspricing_box_line {
  height: 1px;
  width: 1220px;
  border-bottom: solid 1px #626262;
  margin: auto;
}

.planspricing_box_line2 {
  height: 70px;
  width: 1220px;
  border-bottom: solid 1px #626262;
  margin: auto;
  clear: both;
  padding-top: 20px;

  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #8f8f8f;
}

.planspricing_box_rent_cont_title {
  width: 1020px;
  height: 45px;
  float: right;
  margin-top: 18px;
}
.planspricing_box_rent_cont_title ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.planspricing_box_rent_cont_title ul li {
  font-family: "NotoSansThai_Medium", sans-serif;
  font-weight: 500;
  font-size: 32px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #1e1e1e;
  float: left;
  margin: 0px 60px;
}

.planspricing_box_rent_cont_price {
  width: 100%;
  height: 137px;
  float: left;

  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.planspricing_box_rent_cont_price_box {
  width: 200px;
  padding-top: 20px;
  height: 137px;
}

.planspricing_box_rent_cont_price_t1 {
  font-family: "NotoSansThai_Bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #1e1e1e;

  width: 200px;
  padding-top: 50px;
  height: 137px;
}

.planspricing_box_rent_cont_price_line {
  width: 1px;
  height: 137px;
  background-color: #1e1e1e;
}

.planspricing_box_rent_cont_price_t2 {
  font-family: "NotoSansThai_Bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #d21c23;

  width: 200px;
  padding-top: 50px;
  height: 137px;
}

.planspricing_box_rent_cont_price_t3 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 26px;
  text-align: center;
  color: #8f8f8f;
}
.planspricing_box_rent_cont_price_t4 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: #1e1e1e;
}

.planspricing_box_buy_cont_price {
  width: 100%;
  height: 221px;
  float: left;
  margin-top: 36px;

  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.planspricing_box_buy_cont_price_box {
  width: 200px;
  padding: 10px;
  height: 221px;
}

.planspricing_box_buy_cont_price_t1 {
  font-family: "NotoSansThai_Bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #1e1e1e;

  width: 200px;
  padding-top: 40px;
  height: 131px;
}

.planspricing_box_buy_cont_price_line {
  width: 1px;
  height: 221px;
  background-color: #1e1e1e;
}

.planspricing_box_buy_cont_price_t2 {
  font-family: "NotoSansThai_Bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #d21c23;

  width: 200px;
  padding-top: 50px;
  height: 221px;
}

.planspricing_box_buy_cont_price_t3 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 26px;
  text-align: center;
  color: #8f8f8f;
}
.planspricing_box_buy_cont_price_t4 {
  font-family: "NotoSansThai_Regular", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: #1e1e1e;
}

.plan_text {
  width: 100%;
  height: 200px;
  text-align: center;
  margin-top: 28px;
  display: none;

}
.plan_text_t1 {
font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 36px;
color:#1E1E1E;

}

.plan_text_t2 {
font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 20px;
color:#1E1E1E;
margin-top: 20px;

}

.plan_text_t3 {
font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 15px;
color:#58595B;
margin-top: 20px;

}


.box-fromemail {
  background: url("../../images/formcontactbg.webp") no-repeat center
    center/cover;

  width: 100%;
  clear: both;
  height: auto;
  margin-top: 0px;
}

.form-wrapper {
width:350px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px 30px;
}

#contactus .left-box {
  background: url("../../images/Vector_22.webp") no-repeat left bottom;
 
  color: white;
  width: 358px;
  height: 119px;
  padding: 10px 8px;

}
.text_a_left p.text_a_left_pc{
  font-family: "NotoSansThai_Medium", sans-serif;
font-weight: 500;
font-size: 24px;
color: #FFFFFF;
margin-left: 5px;
display: none;

}
.text_a_left p.text_a_left_mb{
  font-family: "NotoSansThai_Medium", sans-serif;
font-weight: 500;
font-size: 24px;
color: #FFFFFF;
margin-left: 5px;
display: block;
margin-bottom: 50px;

}
#contactus .right-box {
  width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding-top: 8px;
}
.form-label {
height: 18px;
 font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 12px;
  color:#58595B ;
  margin-left: 8px;

}
.form-cap {
  font-size: 12px;
  color:#8e8e8f ;
}

.captcha-box {
   font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 16px;
  color:#58595B ;
  width: 80px;
  height: 12px;
  padding-left: 5px;
  color: #E00000;
  line-height: 30px;

}


.formemailmb {
  margin-top: 15px;
}
.form-control {
  width: 350px;
  height: 20px;
  background-color: #fff;
  border-radius: 8px;
  border: 1.5px solid #ccc;
  box-shadow: none;
  transition: border-color 0.2s ease;
  margin-left: 5px;
}

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

.send-btn {
  width: 208px;
  height: 26px;

  background-color: #e00000;
  color: white;
  border-radius: 5px;
padding: 0px;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  margin: auto;

}

.send-btn:hover {
  background-color: #ff3333;
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.3);
}

.icon-text {
width: auto;
margin-top: 15px;

display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;

}

.icon-text img {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 4px;
  margin-top: -2px;

}

.icon-text-box {
   float: left;
   display: none;
}

.icon-text-box2 {
  display: block;
  font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 11px;
color: #fff;
}

.text_a_contact {
  width: 340px;
  height: 25px;

  display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-content:space-around;

margin-top: -10px;

}


.footer_box {
  width: 402px;
  height: 275px;
  
  display: flex;
  flex-direction: row;
  justify-content:center;
  align-items: center;
flex-wrap:wrap;

  gap: 0px 0px ;
  overflow: hidden;

}

.footer_box_mb_cont {
   width: 402px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content:center;
  align-items: center;
  padding-left: 10px;
}



.footer_box_logo {
  width:200px;
  height: auto;
  padding-top: 10px;
margin-left: 20px;
  
  
}
.textshow {
  display: none;
}
.textshow_mb {
  display:block;
}
.footer_box_line {
  width: 1px;
  height: 121px;
  background-color:#231f2033;
  margin-left: -30px;
  margin-right: 20px;
}
.footer_box_logo img{
  width: 91px;
  height: 33px;
 

}

.footer_box_logo p{
  font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 12px;
color: #58595B;
margin-top: 10px;
width: 170px;

}

.footer_box_contact {
 width:230px;
  height: 132px;
font-family: "NotoSansThai_Medium", sans-serif;
font-weight: 500;
font-size: 11px;
color: #58595B;
margin-top: 18px;
margin-left: 0px;

}
.footer_box_contact_text {
  width: 140px;
  height: 32px;

  display: flex;
flex-direction: row;
flex-wrap: nowrap;
  align-items:flex-start;
  justify-content:flex-start;

  margin-bottom: 13px;
}

.footer_box_contact_text img{
  height: 19px;
  width: 19px;
  float: left;
  margin-top: 4px;
  margin-right: 10px;
}

.footer_box_tag {
  width: 350px;
  height: 125px;
margin: auto;



}
.footer_box_tag p {
font-family: "NotoSansThai_Regular", sans-serif;
font-weight: 400;
font-size: 12px;
color: #58595B;

}





}

@media (max-width: 401px) {
.hero {
  width: 370px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  background: url("../../images/jt_hero2.webp") no-repeat center center/contain;
  position: relative;

}


#promoImage2 {
  background: url("../../images/jt_promo.webp") no-repeat center center/contain;
  width: 163px;
  height: 110px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0px;
  margin-right: 0px;
  z-index: 500;

  transition: transform 0.3s ease;

  transition: all 0.5s;
}

.kstc_box {
  
  width: 370px;
  height: 188px;
  border-radius: 8px;
  border: solid 1px #1e1e1e7d;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;

  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.featuresgps_box {
  width: 370px;
  height: 272px;
  border-radius: 8px;
  border: solid 1px #1e1e1e57;
  margin: auto;
  margin-top: 10px;
  
}

.gpsspec_box_img1 {
  width: 370px;
  height: 136px;
  border-radius: 5px;
  background-color: #fff;
  background: url("../../images/Vector_17_1.webp") no-repeat center center/contain;

}

.gpsspec_box_box1 {
  width: 370px;
  height: 245px;
  border-radius: 8px;
  border: solid 1px #1e1e1e46;
  float: left;
  margin: 0px;
  margin-top: 8px;
  padding: 8px;
}
.gpsspec_box_img2_mb{
  width: 370px;
  height: 156px;
  border-radius: 8px;
  background-color: #fff;

  background: url("../../images/Vector_18_2.webp") no-repeat center center/contain;
  float: left;
  margin-top: 8px;
}

.gpsspec_box_box2 {
  width: 370px;
  height: 268px;
  border-radius: 8px;
  border: solid 1px #1e1e1e93;
  float: left;
  margin-top: 8px;
  padding: 10px 18px;
}

#form_tk {
  width: 370px;
  height: 126px;
   border: solid 0.5px rgba(44, 43, 43, 0.5);
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;

}
}
