:root {
  --main-red: #cc0001;
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow {
  z-index: 99;
  background-color: #35363b;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 8px 1px #0003;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-regular {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand.w--current {
  padding-left: 15px;
}

.nav-menu {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 40px;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  display: inline;
  position: static;
}

.nav-link.w--current {
  color: #fff;
  border-bottom: 3px solid #fff;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  font-family: Noto Sans TC, sans-serif;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  width: 3px;
  height: 30px;
}

.list-item {
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  display: flex;
}

.div-block-2 {
  background-color: #fff;
  width: 2px;
  height: 25px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  display: flex;
}

.list-item-2, .list-item-3 {
  margin-left: 20px;
  margin-right: 20px;
}

.head_menu_item.last_menu {
  margin-right: 0;
}

.lang {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  background-color: #fff;
  width: 20%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-5 {
  background-image: url('../images/tri_bg.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100%;
  margin-right: -100px;
  position: absolute;
  inset: 0% 0% 0% 99%;
}

.home_hero {
  background-color: #f3f3f3;
  overflow: hidden;
}

.slider {
  height: 90vh;
}

.slide {
  background-image: url('../images/home_hero1.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.arrow_l, .arrow_r {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.text-block-2 {
  color: #fff;
  text-shadow: 0 0 7px #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  position: absolute;
  inset: 46% 0% 0% 7%;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.main_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 2%;
  display: flex;
  overflow: hidden;
}

.main_container.relative_layer {
  position: relative;
}

.main_container.padding_bottom_0 {
  padding-bottom: 0;
  position: relative;
}

.main_container.padding_bottom_0.overflow_show {
  overflow: visible;
}

.main_container.padding_top_0 {
  padding-top: 0;
}

.main_container.padding_top_0.overflow_show {
  overflow: visible;
}

.main_title {
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
}

.home_car_slide {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 80px;
}

.slide_car {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 1%;
  padding-right: 1%;
  overflow: hidden;
}

.mask {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

.product_item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.prodict_name {
  color: #7f7f81;
  text-align: center;
  height: 70px;
  margin-bottom: 15px;
  font-family: Figtree, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
}

.small_slide_arrow_l {
  margin: 138px 20px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.small_slide_arrow_r {
  margin: 138px 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.more_btn {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
  padding: 15px 50px;
  font-size: 26px;
  font-weight: 800;
  line-height: 27px;
  text-decoration: none;
}

.home_mota_slide {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  margin-bottom: 50px;
}

.image {
  max-height: 230px;
}

.image-2 {
  max-height: 250px;
}

.car_img {
  max-height: 230px;
}

.title_des {
  margin-bottom: 30px;
  font-family: Figtree, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.main_title2 {
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 800;
  line-height: 72px;
}

.video_cover {
  width: 100%;
}

.video_layer {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.play_btn {
  cursor: pointer;
  background-image: url('../images/play_btn.png');
  background-position: 50%;
  background-size: cover;
  width: 70px;
  height: 70px;
  display: none;
  position: absolute;
}

.find_jonda_sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.div-block-9 {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.box_half_w {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box_half_w.bg_grey {
  background-color: #35363b;
}

.box_half_w.bg_red {
  background-color: #cc0001;
}

.box_half_w.home_abt_img1 {
  background-image: url('../images/find_sec_img1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box_half_w.home_abt_img2 {
  background-image: url('../images/find_sec_img2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box_half_w.h_half {
  height: 250px;
}

.image-4 {
  width: 100%;
}

.div-block-10 {
  background-color: #35363b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-5 {
  width: 100%;
  max-width: 120px;
}

.text-block-3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.color_box1 {
  background-color: #35363b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.color_box2 {
  background-color: #cc0001;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-11 {
  width: 70%;
}

.image-6 {
  width: 100%;
}

.box_title_black {
  color: #333;
  letter-spacing: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.fh_box_img {
  width: 100%;
  height: 100%;
}

.fh_box_img.home_abt_img3 {
  background-image: url('../images/find_sec_img3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fh_box_img.home_abt_img4 {
  background-image: url('../images/find_sec_img4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fh_box_img.home_abt_img5 {
  background-image: url('../images/find_sec_img5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fh_box_img.home_abt_img6 {
  background-image: url('../images/find_sec_img6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div_30 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.div_30.grey_bg {
  background-color: #35363b;
}

.box_title_white {
  color: #fff;
  letter-spacing: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.box_title_white_tx_en {
  color: #fff;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-12 {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 5%;
  display: flex;
}

.more_btn2 {
  color: #333;
  border: 1px solid #c00;
  justify-content: center;
  align-items: flex-end;
  min-width: 350px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 10px 50px;
  font-size: 26px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
  display: flex;
}

.text-block-4 {
  color: #c00;
}

.div-block-13 {
  background-color: #c00;
  width: 2px;
  height: 24px;
  margin-left: 15px;
  margin-right: 15px;
}

.footer_sec {
  background-color: #35363b;
}

.footer_row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-14 {
  align-items: flex-start;
  display: flex;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-left: 30px;
  display: flex;
}

.media_icon {
  width: 20px;
}

.media_link {
  margin-left: 15px;
  margin-right: 15px;
}

.footer_menu {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.link-block {
  color: #fff;
  line-height: 20px;
  text-decoration: none;
}

.div-block-16 {
  background-color: #fff;
  width: 1px;
  height: 20px;
  margin-left: 30px;
  margin-right: 30px;
  transform: rotate(30deg);
}

.text-block-5 {
  color: #fff;
  margin-top: 50px;
}

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

.footer_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding: 80px 2%;
  display: flex;
  position: relative;
}

.main_container_100 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.main_container_100.margin_top_100 {
  margin-top: 50px;
  overflow: hidden;
}

.main_container_100.padding_tb_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main_container_100.margin_t_100 {
  margin-top: 100px;
  overflow: hidden;
}

.link_box_half {
  width: 50%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.slide_item_link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.page_hero {
  overflow: hidden;
}

.page_hero.margin_for_sticky {
  margin-top: -60px;
}

.product_hero {
  background-image: url('../images/product_list_hero1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.product_hero_mac {
  width: 100%;
  min-height: 500px;
  background-image: url('../images/product_list_hero1_mac.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.text-block-6 {
  color: #fff;
  letter-spacing: 1.5px;
  text-shadow: 0 1px 3px #00000085;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.filter_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.title_with-_line {
  border-bottom: 1px solid #cdcdcd;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.div-block-17 {
  background-color: #333;
  width: 30px;
  height: 3px;
}

.collapse_icon_plus {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.filter_row {
  cursor: auto;
  border-bottom: 1px solid #cdcdcd;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.collapse_title {
  color: #c00;
  font-weight: 600;
}

.collapse_content {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.collapse_content.direction_vertical {
  flex-flow: column;
}

.filter_btn {
  color: #333;
  background-color: #f4f4f4;
  border-radius: 30px;
  margin-bottom: 15px;
  margin-right: 30px;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 72px;
  text-decoration: none;
}

.filter_btn:hover, .filter_btn:active, .filter_btn:visited {
  color: #fff;
  background-color: #c00;
  box-shadow: 0 0 5px 2px #3333;
}

.filter_btn.highlight_btn {
  color: #fff;
  background-color: #c00;
  box-shadow: 0 2px 5px #f003;
}

.text-block-8 {
  line-height: 16px;
}

.collapse_head {
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.collapse_icon_minus {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}

.collapse_icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.product_box_shadow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 6px .2px #0003;
}

.link-block-2 {
  color: #333;
  width: 208.156px;
  text-decoration: none;
}

.cate_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}

.product_box_link {
  color: #333;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 22%;
  height: 100%;
  margin-bottom: 50px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  text-decoration: none;
  display: flex;
}

.product_box_cate {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.product_box_top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 65px;
  display: flex;
}

.product_box_bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 0;
  display: flex;
}

.product_box_info {
  justify-content: center;
  align-items: center;
  height: 25px;
  margin-top: 15px;
  margin-bottom: 35px;
  display: flex;
}

.product_list_area {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.product_box_top_2 {
  border-bottom: 1px solid #ccc;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  margin-top: 15px;
  display: flex;
  position: relative;
}

.product_box_title {
  width: 100%;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  position: static;
  inset: auto 0% 5px;
}

.product_box_info_2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.red_line_arrow {
  width: 100%;
  max-width: 350px;
  padding-left: 30px;
}

.product_cate_link {
  color: #333;
  cursor: default;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 23%;
  height: 100%;
  margin-bottom: 50px;
  margin-left: 1%;
  margin-right: 1%;
  text-decoration: none;
  display: flex;
}

.product_details_hero {
  background-color: #fff;
  background-image: url('../images/product_details_hero2.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 850px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.text-block-9 {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
	text-shadow: 0 0 7px #000;
  font-weight: 700;
  line-height: 72px;
}

.image-7 {
  text-align: left;
  font-weight: 700;
  line-height: 50px;
}

.hero_text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 570px;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.product_detail_sec {
  position: relative;
}

.product_des_p {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img_layer {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.product_sp_sec {
  position: relative;
}

.sp_row {
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.sp_img {
  width: 50%;
  padding-right: 2%;
}

.sp_info {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.sp_des_content {
  margin-top: 30px;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}

.sp_des_title {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.sp_info_layer {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.sp_img_l {
  width: 48%;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}

.sp_img_r {
  width: 48%;
  margin-left: 2%;
  position: relative;
  overflow: hidden;
}

.product_gear {
  overflow: hidden;
}

.gear_area {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.gear_25 {
  width: 25%;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.gear_50 {
  width: 50%;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.gear_img {
  width: 100%;
}

.gear_tag {
  background-color: #00000070;
  padding: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.gear_tag_name {
  color: #fff;
  font-size: 20px;
}

.div-block-21 {
  border-bottom: 3px solid #c00;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.product_color_sec {
  background-color: #f6f6f6;
  position: relative;
}

.product_color_tab {
  width: 100%;
  margin-top: 25px;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.color_tab_btn {
  background-color: #ddd0;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  box-shadow: 0 0 6px 2px #0003;
}

.color_tab_btn.w--current {
  background-color: #fff;
}

.color_div {
  background-color: #000;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.color_div.clr_red {
  background-color: #b53b3c;
}

.color_div.clr_grey {
  background-color: #8f9294;
}

.color_div.clr_blue {
  background-color: #233454;
}

.color_tab_product_img {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 2% 30px;
  display: flex;
  position: relative;
}

.image-8 {
  width: 100%;
}

.car_shadow {
  position: absolute;
  inset: auto 0% 0%;
}

.color_img {
  width: 100%;
}

.product_tech {
  position: relative;
}

.tech_sub_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.tech_head {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  display: flex;
}

.tech_head_layer {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tech_head_tx_box {
  border-left: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.tech_head_tx_box.first_box {
  border-left-style: none;
}

.tech_sub_number {
  color: #c00;
  padding-top: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.tech_table {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.tech_table_row {
  border-bottom: 1px solid #c00;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 5% 6px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.tech_table_box {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.tech_table_row_title {
  color: #c00;
  width: 40%;
}

.ech_table_row_info {
  width: 60%;
}

.main_container-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 2%;
  display: flex;
}

.gallery_area {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.gallery_l {
  flex-direction: column;
  width: 33%;
  display: flex;
}

.gallery_img {
  width: auto;
  max-width: none;
  height: 100%;
}

.gallery_img.margin_top_10 {
  margin-top: 10px;
}

.gallery_r {
  flex-direction: column;
  width: 32%;
  margin-left: 1%;
  display: flex;
}

.gallery_center {
  flex-direction: column;
  width: 32%;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.gallery_area-copy {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.gallery_img_box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.gallery_img_box.gallery_img1 {
  background-image: url('../images/product_gallery_1.png');
  background-position: 50%;
  background-size: cover;
}

.gallery_img_box.gallery_img2 {
  background-image: url('../images/product_gallery_2.png');
  background-position: 50%;
  background-size: cover;
}

.gallery_img_box.img3 {
  background-image: url('../images/product_gallery_3.png');
}

.gallery_img_box.gallery_img4 {
  background-image: url('../images/product_gallery_4.png');
  background-position: 50%;
  background-size: cover;
}

.gallery_img_box.gallery_img5 {
  background-image: url('../images/product_gallery_2.png');
  background-position: 50%;
  background-size: cover;
}

.gallery_img_box.gallery_img5.margin_top_15 {
  background-image: url('../images/product_gallery_5.png');
}

.gallery_img_box_c {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.gallery_img_box_c.gallery_img1 {
  background-image: url('../images/product_gallery_1.png');
  background-position: 50%;
  background-size: cover;
}

.gallery_img_box_c.img2 {
  background-image: url('../images/product_gallery_2.png');
  background-position: 50%;
  background-size: cover;
}

.gallery_img_box_c.img2.margin_top_10 {
  margin-top: 10px;
}

.gallery_img_box_c.gallery_img3 {
  background-image: url('../images/product_gallery_3.png');
  height: 715px;
}

.gallery_r_2 {
  flex-direction: column;
  width: 33%;
  display: flex;
}

.product_details_hero_menu {
  z-index: 98;
  background-color: #ffffffe6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 17px 5% 13px;
  display: flex;
  position: sticky;
  inset: 75px auto auto;
}

.details_point_menu {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.details_menu_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.details_menu_item {
  border-bottom: 0 solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.details_menu_icon {
  padding-bottom: 10px;
}

.details_menu_r {
  justify-content: flex-end;
  align-items: flex-start;
  width: 70px;
  min-height: 27px;
  display: flex;
}

.details_menu_top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.details_menu_line {
  display: flex;
}

.l_line {
  background-color: #cc0e0e;
  width: 45px;
  height: 2px;
}

.r_line {
  background-color: #d0d0d0;
  width: 100%;
  min-width: 160px;
  height: 2px;
}

.details_menu_links {
  color: #333;
  margin-left: 40px;
  text-decoration: none;
}

.dis_hero {
  background-image: url('../images/dis_hero1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.dis_title {
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.text-block-10 {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}

.text-block-11 {
  text-align: center;
  line-height: 40px;
}

.div-block-22 {
  background-color: #333;
  width: 2px;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.list {
  flex-direction: column;
  display: flex;
}

.dis_point_title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.dis_main_point {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 25px;
}

.paragraph {
  line-height: 30px;
}

.paragraph-2 {
  line-height: 25px;
}

.paragraph-3 {
  line-height: 30px;
}

.dis_p {
  line-height: 35px;
}

.paragraph-5 {
  line-height: 30px;
}

.news_hero {
  background-image: url('../images/news_hero1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.news_list_area {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.news_box {
  flex-direction: column;
  width: 30%;
  margin-bottom: 50px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  display: flex;
  box-shadow: 1px 2px 5px .5px #0003;
}

.news_box_link {
  width: 553.281px;
  margin-bottom: 30px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.news_box_area {
  width: 100%;
}

.image-9 {
  flex-direction: column;
  display: flex;
}

.news_box_links {
  color: #333;
  text-decoration: none;
}

.news_title {
  min-height: 90px;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.news_date {
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.date {
  margin-left: 10px;
}

.news_cover {
  background-color: #dbdbdb;
  height: 250px;
}

.news_cover.news_img2 {
  background-image: url('../images/news_img2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news_cover.news_img1 {
  background-image: url('../images/news_img1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news_cover.news_img3 {
  background-image: url('../images/news_img3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news_cover.tech_cover1 {
  background-image: url('../images/about_tech_img1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news_cover.tech_cover2 {
  background-image: url('../images/about_tech_img2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news_cover.tech_cover3 {
  background-image: url('../images/about_tech_img3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news_ititle_info {
  width: 100%;
  padding: 15px 5%;
}

.news_more_btn {
  color: #c00;
  background-image: url('../images/red_arrow_link_short_1red_arrow_link_short.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  justify-content: flex-end;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
}

.drop_down_head {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.form {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.search_btn {
  text-align: center;
  background-color: #c00;
  border: 1px solid #c00;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.search_btn:hover {
  color: #c00;
  background-color: #fff;
  border: 1px solid #c00;
}

.search_select {
  background-color: #fff;
  border: 0 #0000;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 20px;
  display: flex;
}

.search_select_btn {
  border: 1px solid #333;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 300px;
  height: 50px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.div-block-23 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-24 {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.global_news_btn {
  width: auto;
  text-decoration: none;
}

.text-block-12 {
  margin-left: 20px;
}

.text-block-13 {
  font-size: 22px;
  line-height: 35px;
}

.div-block-25 {
  border: 1px solid var(--main-red);
  background-color: var(--main-red);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-left: 30px;
  padding: 6px 25px;
  font-weight: 700;
  display: flex;
}

.link-block-3 {
  text-decoration: none;
}

.content_area {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-14 {
  margin-left: 20px;
  font-size: 22px;
  line-height: 42px;
}

.text-block-15 {
  background-color: #f4f4f4;
  border-radius: 30px;
  margin-left: 20px;
  padding: 7px 20px;
  font-size: 19px;
}

.content_head {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.back_btn {
  color: #c00;
  font-size: 21px;
  line-height: 30px;
  text-decoration: none;
}

.text-block-16 {
  background-image: url('../images/red_arrow_link_short_R_1red_arrow_link_short_R.png');
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  padding-bottom: 5px;
  padding-left: 25px;
}

.content_info {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.news_detail_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.news_detail_img1 {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 50px;
}

.news_detail_p {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 30px;
}

.content_footer {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.dealers_hero {
  background-image: url('../images/dealers_hero1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.dealers_tab {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -20px 0% auto;
}

.dealers_location_tab {
  width: 100%;
  padding-top: 100px;
}

.location_tab_menu {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: -35px 0% auto;
}

.location_tab_btn {
  background-color: #fff;
  padding: 25px 10%;
  box-shadow: 0 2px 5px #0003;
}

.location_tab_btn:hover {
  color: #fff;
  background-color: #cc0001;
}

.location_tab_btn.w--current {
  z-index: 1;
  color: #fff;
  background-color: #cc0001;
}

.dealers_cate_tab {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.product_cate_menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  font-size: 19px;
  font-weight: 600;
  display: flex;
}

.product_cate_btn {
  border-radius: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 7px 40px;
  box-shadow: 0 0 5px #0003;
}

.product_cate_btn:hover, .product_cate_btn.w--current {
  color: #fff;
  background-color: #cc0001;
}

.tabs-content-2 {
  width: 100%;
}

.dealer_tab_title {
  color: #cc0001;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.dealers_tab_l {
  width: 50%;
  padding-right: 2%;
}

.dealer_tab_area {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.location_box {
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
}

.collapse_title2 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
}

.location_row {
  cursor: auto;
  border-bottom: 1px solid #cdcdcd;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.location_info_row {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.location_icon {
  width: 50px;
}

.location_text {
  font-size: 18px;
  line-height: 30px;
}

.share_media_box {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.media_icon_clr {
  margin-right: 15px;
}

.dealers_tab_r {
  width: 50%;
  padding-top: 40px;
  padding-left: 2%;
}

.collapse_title3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
}

.about_hero {
  background-image: url('../images/about_hero.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding-left: 15%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.about_info {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 80%;
  display: flex;
  overflow: hidden;
}

.about_box1 {
  justify-content: flex-start;
  align-items: center;
  width: 97%;
  margin-bottom: 50px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  display: flex;
}

.info_tx {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 33px;
}

.div-block-26 {
  flex-direction: column;
  align-items: flex-start;
  width: 69%;
  max-width: 870px;
  padding-left: 8%;
  display: flex;
}

.search_more_tx {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.search_more_btn {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  padding: 7px 30px;
  font-size: 19px;
  font-weight: 700;
  display: flex;
}

.search_more_btn_tx {
  margin-right: 10px;
}

.link-block-4 {
  color: #333;
  text-decoration: none;
}

.link-block-5 {
  color: #333;
  margin-top: 20px;
  text-decoration: none;
}

.about_box2 {
  color: #fff;
  background-image: url('../images/about_img2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 250px;
  font-size: 25px;
  line-height: 30px;
  display: flex;
}

.about_info_row {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-10 {
  width: 100%;
}

.text-block-17 {
  font-size: 25px;
  line-height: 30px;
}

.about_box_link {
  width: 30%;
  margin-bottom: 30px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  text-decoration: none;
}

.div-block-27 {
  width: 31%;
}

.about_box3 {
  color: #fff;
  background-image: url('../images/about_img3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 250px;
  font-size: 25px;
  line-height: 30px;
  display: flex;
}

.about_box4 {
  color: #fff;
  background-image: url('../images/about_img4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 250px;
  font-size: 25px;
  line-height: 30px;
  display: flex;
}

.about_pt2_sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.about2_row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about2_row_l {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.about2_row_r {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 600px;
  height: 100%;
  padding-left: 5%;
  padding-right: 2%;
  display: flex;
}

.about2_sub_des {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.arout2_row_l {
  width: 50%;
  padding-left: 5%;
  padding-right: 2%;
}

.div-block-29 {
  width: 100%;
  max-width: 530px;
}

.arout2_row_r {
  width: 50%;
  padding-left: 5%;
  padding-right: 2%;
}

.arout2_row_r_2 {
  width: 50%;
}

.about2_row2 {
  background-color: #f0f2f4;
  background-image: url('../images/about2_img3_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-11 {
  background-image: linear-gradient(277deg, #fff, #fff);
}

.red_cricle {
  border: 2px solid #cc0001;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
}

.text-block-19 {
  color: #c00;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}

.about2_big_title {
  color: #b2bec5;
  text-align: left;
  font-size: 130px;
  font-weight: 700;
  line-height: 136px;
}

.arout2_row_r_2-copy {
  width: 50%;
}

.arout2_row_r_3 {
  width: 50%;
  padding: 100px 2% 100px 5%;
}

.about2_sub_title {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.about2_sub_point {
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.about2_sub_point.last_point {
  margin-bottom: 0;
}

.about2_sub_des2 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 33px;
  display: flex;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: -13% 0% auto;
}

.image-12 {
  width: 100%;
  max-width: 300px;
}

.about2_row_100 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 70px;
  display: flex;
}

.about2_box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  margin-bottom: 30px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  display: flex;
}

.about2_box_title {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-21 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.about2_box_des {
  text-align: center;
  max-width: 290px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
}

.image-13, .image-14 {
  width: 100%;
}

.about2_row3 {
  background-color: #5e738f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.arout2_row_r_4 {
  width: 50%;
  height: 100%;
  padding-left: 5%;
  padding-right: 2%;
}

.about2_sub_title_white {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.about2_sub_des_white {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.image-15 {
  width: 100%;
}

.about2_row4 {
  background-color: #f6f5f4;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.about2_sub_title2 {
  color: #c00;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.about2_row_l_2 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.image-10-copy {
  width: 100%;
}

.div-block-27-copy {
  width: 40%;
}

.div-block-26-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding-left: 5%;
  display: flex;
}

.about_info2 {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about_tech_hero {
  background-image: url('../images/about_tech_hero.png');
  background-position: 0%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.about_tech_img {
  width: 100%;
  margin-bottom: 100px;
}

.detailes_row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.detailes_row.margin_bottom_100 {
  margin-bottom: 100px;
}

.details_row_l {
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  display: flex;
}

.details_row_r {
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  padding-left: 5%;
  display: flex;
}

.div-block-31 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 8%;
  display: flex;
}

.text-block-22 {
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
}

.text-block-23 {
  color: #333;
  margin-top: 35px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-23-copy {
  color: #c00;
  margin-top: 35px;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-23-copy2 {
  color: #333;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.details_row_l_2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.details_row_r_2 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 5%;
  display: flex;
}

.div-block-31-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-23-copy3 {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.dropdown-list {
  z-index: -1;
  text-align: left;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 63px;
  box-shadow: 0 0 5px 3px #0003;
}

.dropdown-link, .dropdown-link-2 {
  text-align: center;
}

.drop_menu_row {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #c00;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.drop_menu_row:hover {
  color: #c00;
}

.drop_menu_row.w--current {
  color: var(--main-red);
}

.drop_menu_row.last_drop_menu {
  border-bottom-width: 0;
}

.dropdown-toggle {
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 10px;
  display: flex;
}

.nav-link-copy {
  color: #fff;
  letter-spacing: .25px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  position: static;
}

.nav-link-copy:hover {
  color: #c00;
}

.nav-link-copy:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.dropdown-list-2 {
  display: block;
  position: absolute;
}

.dropdown-link-3 {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.dropdown-toggle-2 {
  padding: 0;
}

.dropdown {
  display: none;
}

.dropdown-toggle-3 {
  color: #fff;
  padding: 0;
  font-size: 16px;
}

.text-block-24 {
  font-size: 14px;
  line-height: 20px;
}

.dropdown-list-3 {
  background-color: #fff;
  top: 63px;
  box-shadow: 2px 0 5px 2px #0003;
}

.div-block-5-copy {
  background-image: url('../images/tri_bg.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100%;
  margin-right: -100px;
  position: absolute;
  inset: 0% auto 0% 260px;
}

.about_page_menu {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: absolute;
  inset: -35px 0% auto;
  box-shadow: 0 0 5px 3px #0003;
}

.about_menu_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.about_menu_item {
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #c00;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 50px;
  display: flex;
}

.about_menu_item:hover {
  background-color: #c00;
}

.about_menu_item.last_menu {
  border-right-style: none;
}

.about_menu_item.no_right_border {
  position: relative;
}

.about_menu_box_link {
  color: #333;
  text-decoration: none;
  display: block;
}

.about_menu_box_link:hover {
  color: #fff;
  background-color: #c00;
}

.about_menu_box {
  width: 25%;
}

.div-block-32 {
  z-index: 1;
  position: absolute;
  inset: -7% 10% auto auto;
}

.scroll_top_btn {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.div-block-33 {
  height: 0;
}

.div-block-34 {
  background-color: #c00;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  transform: rotate(45deg);
}

.text-block-25 {
  transform: rotate(-45deg);
}

.stick_button {
  z-index: 90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 1% 3% auto;
}

.link-block-6 {
  margin-bottom: 5px;
}

.slide-2 {
  background-image: url('../images/product_details_sp_3.png');
  background-position: 50%;
  background-size: cover;
}

.dropdown-2 {
  padding-top: 1px;
}

.header_logo_div {
  background-color: #fff;
  display: flex;
}

.tri {
  z-index: -1;
  background-image: url('../images/tri_bg.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 101%;
  margin-right: 0;
  position: absolute;
  inset: -1% -99px 0% auto;
}

.lightbox-link {
  width: 100%;
  height: 380px;
  display: block;
}

.lightbox-link.gear_img1 {
  background-image: url('../images/product_details_gear_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link.gear_img2 {
  background-image: url('../images/product_details_gear_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link.gear_img3 {
  background-image: url('../images/product_details_gear_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link.gear_img4 {
  background-image: url('../images/product_details_gear_4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link.gear_img5 {
  background-image: url('../images/product_details_gear_5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link.gear_img6 {
  background-image: url('../images/product_details_gear_6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sp_img2 {
  width: 100%;
}

.lightbox-link-2 {
  overflow: hidden;
}

.lightbox-link-3 {
  margin-top: 15px;
  overflow: hidden;
}

.lightbox-link-4 {
  overflow: hidden;
}

.lightbox-link-5 {
  margin-top: 15px;
  overflow: hidden;
}

.text-block-5-copy {
  color: #fff;
}

.about2_box_icon {
  height: 70px;
}

.about2_box_icon_img {
  max-width: none;
  height: 100%;
}

.about2_row_l_3 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.details_row_r_3 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 5%;
  display: flex;
}

.more_btn_row {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.grey_mid_line {
  z-index: -1;
  background-color: #f0f0f0;
  width: 100%;
  height: 1px;
  position: absolute;
}

.white_bg {
  z-index: -1;
  background-color: #fff;
  width: 100%;
  max-width: 350px;
  height: 100%;
  position: absolute;
}

.image-17 {
  margin-bottom: 20px;
}

.product_img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.product_img.product_img1 {
  background-image: url('../images/product_item_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product_img.product_img2 {
  background-image: url('../images/product_item_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-36 {
  width: 30px;
}

.div-block-37 {
  width: 1px;
  height: 80px;
  margin-top: 30px;
}

.div-block-38 {
  background-color: #333;
  width: 1px;
  height: 80px;
  margin-top: 30px;
}

.main_title3 {
  margin-bottom: 5px;
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
}

.div-block-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.collapse_head2 {
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.nav-link2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  display: inline;
  position: static;
}

.nav-link2:hover {
  color: #c00;
}

.nav-link2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.map {
  height: 500px;
}

.filter_btn_all {
  color: #333;
  background-color: #f4f4f4;
  border-radius: 30px;
  margin-bottom: 15px;
  margin-right: 30px;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 72px;
  text-decoration: none;
}

.filter_btn_all:hover, .filter_btn_all:active, .filter_btn_all:visited {
  color: #fff;
  background-color: #c00;
  box-shadow: 0 0 5px 2px #3333;
}

.filter_btn_all.highlight_btn {
  color: #fff;
  background-color: #c00;
  box-shadow: 0 2px 5px #f003;
}

.archive {
  width: 0;
  height: 0;
  position: absolute;
  top: -130px;
}

.div-block-40 {
  flex-direction: row;
  display: flex;
}

.red_bg {
  z-index: -1;
  background-color: #c00;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grey_bg {
  z-index: 2;
  background-color: #35363b00;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.red_bg_2 {
  z-index: 2;
  background-color: #e6022000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.white_bg_2 {
  z-index: 2;
  background-color: #fff0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.animation_side_bg {
  z-index: 2;
  background-color: #35363b00;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.car_bg_img_div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
}

.car_bg_img_div.car_img1 {
  background-image: url('../images/car_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.car_bg_img_div.car_img2 {
  background-image: url('../images/car_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.car_bg_img_div.car_img3 {
  background-image: url('../images/car_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.car_bg_img_div.moto_img1 {
  background-image: url('../images/mo_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.car_bg_img_div.moto_img2 {
  background-image: url('../images/mo_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.car_bg_img_div.moto_img3 {
  background-image: url('../images/mo_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link-6 {
  overflow: hidden;
}

.top_archive, .section {
  height: 0;
}

.div-block-41 {
  width: 70%;
  height: 100%;
}

.div_70 {
  width: 70%;
  height: 100%;
  overflow: hidden;
}

.video_wrapper {
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mp3btn {
  z-index: 500;
  background-color: #110d1e;
  border-radius: 50%;
  width: 25%;
  padding-top: 25%;
  position: absolute;
  inset: -12% -6% auto auto;
}

.mp3btn:hover {
  filter: brightness(65%);
}

.div-block-42 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-3 {
  margin-bottom: 10px;
}

.text-block-7 {
  color: #f0ff00;
  font-weight: 700;
  line-height: 1.4;
}

.text-block-33 {
  color: #34c2bd;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.gear_lightbox {
  width: 100%;
  height: 380px;
  display: block;
}

.gear_lightbox.gear_img1 {
  background-image: url('../images/product_details_gear_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gear_lightbox.gear_img2 {
  background-image: url('../images/product_details_gear_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gear_lightbox.gear_img3 {
  background-image: url('../images/product_details_gear_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gear_lightbox.gear_img4 {
  background-image: url('../images/product_details_gear_4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gear_lightbox.gear_img5 {
  background-image: url('../images/product_details_gear_5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gear_lightbox.gear_img6 {
  background-image: url('../images/product_details_gear_6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  margin-bottom: 30px;
}

.image-18 {
  position: relative;
  inset: auto -10px auto auto;
}

.arrow-r {
  background-image: url('../images/arrow-r.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 20px;
  position: static;
  inset: 0% auto 0% 23%;
}

.dropdown-3 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.close-btn {
  cursor: pointer;
  background-image: url('../images/cancel-close-svgrepo-com.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 13px;
  width: auto;
  margin-bottom: 40px;
  padding-right: 20px;
  line-height: 15px;
  display: none;
  position: static;
  inset: auto 0% 0% auto;
}

.close-btn:hover {
  opacity: .7;
}

.global_mainframe_wrapper {
  align-self: center;
  width: 100%;
  display: flex;
}

.grey-line {
  background-color: #dfdfdf;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.heading-2 {
  color: #fff;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 30px;
  font-size: 36px;
  line-height: 36px;
  display: block;
}

.text-block-59 {
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 24px;
}

.cs-cag {
  letter-spacing: -.2px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.reg-txt {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 21px;
}

.accordion1 {
  border-bottom: 1px solid #cdcdcd;
}

.toggle {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.toggle._03 {
  background-image: url('../images/cs_v03_11.jpg');
}

.toggle._02 {
  background-image: url('../images/cs_v03_08.jpg');
}

.map-2 {
  opacity: 1;
  height: 700px;
}

.left-arrow, .right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ex_link_icon {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-top: 3px;
  display: flex;
}

.ex_link_icon.ex_link_menu {
  margin-top: 0;
  margin-left: 5px;
}

.title_with_icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ex_link_icon2 {
  margin-top: 7px;
  margin-left: 10px;
}

.ex_link_icon2.ex_link_menu, .ex_link_icon2.footer_menu {
  margin-top: 0;
  margin-left: 5px;
}

.ex_link_icon3 {
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding-top: 2px;
  display: flex;
}

.ex_link_icon3.ex_link_menu {
  margin-top: 0;
  margin-left: 5px;
}

.footer_dropdown_toggle {
  color: #fff;
  padding: 0;
}

.footer_dropdown_list {
  background-color: #fff;
  box-shadow: 2px 0 5px 2px #0003;
}

.footer_dropdown_list.w--open {
  top: 30px;
}

.footer_dropdown_row {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #c00;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 90px;
  padding: 7px 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.footer_dropdown_row:hover {
  color: #c00;
}

.footer_dropdown_row.w--current {
  color: #e60220;
}

.footer_dropdown_row.last_drop_menu {
  border-bottom-width: 0;
}

.header_logo_bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.link-block-7 {
  margin-top: 50px;
  text-decoration: none;
}

.slider_link {
  width: 100%;
  height: 100%;
}

.link-2 {
  color: var(--main-red);
  text-decoration: underline;
}

.map2 {
  width: 100%;
  height: 700px;
}

.toggle-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.toggle-2._03 {
  background-image: url('../images/cs_v03_11.jpg');
}

.toggle-2._02 {
  background-image: url('../images/cs_v03_08.jpg');
}

.div-block-43 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.car-title {
  text-align: center;
  margin-bottom: 5px;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.soical-links-sec {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: center;
  padding-bottom: 100px;
  display: flex;
}

.city-name {
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.soical-links-item {
  align-items: center;
  display: flex;
}

.soical-links-mid-line {
  background-color: var(--black);
  width: 2px;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.soical-links-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  display: flex;
}

.soical-link {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.soical-link.fb {
  background-image: url('../images/facebook-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.soical-link.ig {
  background-image: url('../images/ig-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
}

.soical-link.wtsapp {
  background-image: url('../images/whatsapp-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.soical-link.fb-msg {
  background-image: url('../images/fb-msg-icon2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.new-tag {
  background-color: var(--main-red);
  color: var(--white);
  padding: 5px 30px 5px 10px;
  font-weight: 700;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ex-link-block {
  z-index: 50;
  flex-flow: column;
  width: 100%;
  max-width: 250px;
  display: flex;
  position: fixed;
  top: 35%;
  right: 0;
  box-shadow: 0 0 5px #0003;
}

.ex-pop-title {
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: flex;
}

.ex-pop-pic {
  width: 100%;
}

.ex-pop-close {
  background-image: url('../images/close-btn.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.ex-pop-top {
  background-color: var(--white);
}

.div-block-44 {
  cursor: pointer;
}

.new-tag-icon {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ex-link-block-m {
  z-index: 50;
  flex-flow: column;
  width: 100%;
  max-width: 250px;
  display: none;
  position: fixed;
  top: 35%;
  right: 0;
  box-shadow: 0 0 5px #0003;
}

.ex-pop-m-open {
  background-image: url('../images/angles-up-solid.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: none;
}

.ex-pop-close-m {
  background-image: url('../images/close-btn.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

html.w-mod-js [data-ix="scroll-side-in-left"], html.w-mod-js [data-ix="load-side-in-left"], html.w-mod-js [data-ix="tab-side-in-left"] {
  opacity: 0;
  transform: translate(-150%);
}

html.w-mod-js [data-ix="tab-side-in-bottom-to-top"] {
  opacity: 0;
  transform: translate(0, -150%);
}

html.w-mod-js [data-ix="load-scale-big-to-sall"], html.w-mod-js [data-ix="scroll-scale-big-to-sall-2"] {
  transform: scale(2);
}

html.w-mod-js [data-ix="scroll-b-to-t"] {
  opacity: 0;
  transform: translate(0, 150px);
}

html.w-mod-js [data-ix="scroll-t-to-b"] {
  opacity: 0;
  transform: translate(0, -150px);
}

html.w-mod-js [data-ix="load-b-to-t"] {
  opacity: 0;
  transform: translate(0, 150px);
}

html.w-mod-js [data-ix="scroll-b-to-t-250"] {
  opacity: 0;
  transform: translate(0, 250px);
}

html.w-mod-js [data-ix="scroll-b-to-t-350"] {
  opacity: 0;
  transform: translate(0, 350px);
}

html.w-mod-js [data-ix="scroll-b-to-t-450"] {
  opacity: 0;
  transform: translate(0, 450px);
}

html.w-mod-js [data-ix="scroll-r-to-l"] {
  opacity: 0;
  transform: translate(150px);
}

html.w-mod-js [data-ix="scroll-r-to-l-250"] {
  opacity: 0;
  transform: translate(250px);
}

html.w-mod-js [data-ix="scroll-l-to-r"] {
  opacity: 0;
  transform: translate(-150px);
}

html.w-mod-js [data-ix="scroll-l-to-r-250"] {
  opacity: 0;
  transform: translate(-250px);
}

html.w-mod-js [data-ix="new-interaction"] {
  transform: scale(1.2);
}

html.w-mod-js [data-ix="tab-opacity"] {
  opacity: 0;
}

html.w-mod-js [data-ix="ex-pop-open"] {
  opacity: 0;
  transform: translate(100%);
}

@media screen and (min-width: 1920px) {
  .navbar-no-shadow-container, .container-regular {
    max-width: 1680px;
  }

  .navbar-brand.w--current {
    position: static;
  }

   .slide {
    background-position: 50% 50%;
  }

  .main_container {
    max-width: 1680px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .box_half_w {
    height: 750px;
  }

  .box_half_w.h_half {
    height: 333px;
  }

  .footer_container {
    max-width: 1680px;
  }

  .product_list_area {
    justify-content: flex-start;
  }

  .main_container-copy {
    max-width: 1680px;
  }

  .gallery_img_box {
    height: 480px;
  }

  .gallery_img_box_c, .gallery_img_box_c.gallery_img3 {
    height: 975px;
  }

  .product_details_hero_menu {
    top: 85px;
  }

  .news_cover {
    height: 350px;
  }

  .search_more_btn_tx {
    font-size: 24px;
    line-height: 30px;
  }

  .about_box2, .about_box3, .about_box4 {
    min-height: 300px;
  }

  .about2_row_r, .about2_sub_des, .about2_sub_title, .about2_sub_des2, .about2_sub_title_white {
    justify-content: center;
  }

  .about2_sub_des_white {
    justify-content: center;
    line-height: 30px;
  }

  .about2_sub_title2 {
    justify-content: center;
  }

  .header_logo_div {
    display: flex;
  }

  .map {
    height: 700px;
  }

  .archive {
    top: -140px;
  }

  .gear_lightbox {
    height: 480px;
  }

  .header_logo_bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ex-link-block, .ex-link-block-m {
    top: 40%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
    top: 75px;
    bottom: auto;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
    box-shadow: 0 2px 5px 2px #0003;
  }

  .nav-link {
    color: #333;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 600;
  }

  .nav-link.w--current {
    color: #c00;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

  .div-block-2 {
    background-color: #333;
  }

  .head_menu_item {
    text-align: left;
    border-bottom: 1px solid #c00;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .head_menu_item.last_menu {
    border-bottom-style: none;
    margin: 0% 5%;
  }

  .lang {
    justify-content: flex-start;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .slider {
    height: 70vh;
  }

  .text-block-2 {
    font-size: 40px;
  }

  .main_container {
    padding: 50px 6% 50px 5%;
  }

  .main_title {
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 40px;
  }

  .home_car_slide {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .prodict_name {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .home_mota_slide {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .title_des {
    font-size: 24px;
  }

  .main_title2 {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-9 {
    margin-top: 50px;
  }

  .div-block-12 {
    flex-direction: column;
  }

  .more_btn2 {
    margin-bottom: 15px;
  }

  .footer_row {
    flex-direction: column;
    align-items: center;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-15 {
    margin-top: 15px;
    margin-left: 0;
  }

  .footer_menu {
    margin-top: 15px;
  }

  .footer_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main_container_100.margin_t_100 {
    margin-top: 50px;
  }

  .link_box_half {
    width: 100%;
  }

  .page_hero.margin_for_sticky {
    margin-top: -110px;
  }

  .product_hero {
    background-position: 60%;
  }
	
	  .product_hero_mac {
    background-position: 60%;
  }

  .cate_title {
    font-size: 30px;
  }

  .product_box_link, .product_cate_link {
    width: 30%;
  }

  .gear_tag {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tech_sub_title {
    font-size: 20px;
  }

  .tech_head_tx_box.first_box {
    padding-left: 2%;
    padding-right: 2%;
  }

  .tech_sub_number {
    font-size: 40px;
  }

  .gallery_img_box.gallery_img1, .gallery_img_box.gallery_img2.margin_top_15, .gallery_img_box.gallery_img4, .gallery_img_box.gallery_img5.margin_top_15 {
    height: 250px;
  }

  .gallery_img_box_c.gallery_img3 {
    height: 515px;
  }

  .details_point_menu {
    flex-wrap: wrap;
  }

  .details_menu_links {
    margin-bottom: 10px;
  }

  .news_box {
    width: 47%;
  }

  .search_select_btn {
    width: 40%;
    min-width: 250px;
    margin-bottom: 15px;
    margin-right: 2%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .form-block {
    width: 100%;
  }

  .div-block-25 {
    margin-left: 0;
  }

  .content_head {
    margin-bottom: 25px;
  }

  .news_detail_title {
    margin-bottom: 25px;
    line-height: 35px;
  }

  .content_footer {
    margin-bottom: 25px;
  }

  .dealers_hero {
    background-position: 70%;
  }

  .dealers_tab_l {
    width: 100%;
    padding-right: 0%;
  }

  .dealers_tab_r {
    width: 100%;
    padding-left: 0%;
  }

  .about_box1 {
    align-items: flex-start;
  }

  .info_tx {
    font-size: 16px;
    line-height: 24px;
  }

  .about2_row {
    align-items: center;
  }

  .about2_sub_des {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-29 {
    padding-left: 0%;
  }

  .about2_big_title {
    font-size: 70px;
  }

  .arout2_row_r_3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about2_sub_title {
    font-size: 24px;
  }

  .about2_sub_des2 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .image-12 {
    max-width: 200px;
  }

  .about2_row_100 {
    margin-top: 50px;
    margin-bottom: 35px;
  }

  .about2_box_title {
    font-size: 26px;
  }

  .about2_box_des {
    font-size: 16px;
    line-height: 20px;
  }

  .about2_sub_title_white {
    font-size: 26px;
  }

  .about2_sub_des_white {
    font-size: 16px;
    line-height: 20px;
  }

  .about2_sub_title2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .about2_row_l_2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about_tech_img {
    margin-bottom: 50px;
  }

  .detailes_row {
    align-items: flex-start;
  }

  .detailes_row.margin_bottom_100 {
    margin-bottom: 50px;
  }

  .details_row_l {
    width: 50%;
  }

  .text-block-22 {
    font-size: 36px;
    line-height: 40px;
  }

  .text-block-23 {
    font-size: 24px;
  }

  .text-block-23-copy {
    font-size: 28px;
  }

  .text-block-23-copy2, .text-block-23-copy3 {
    font-size: 16px;
  }

  .nav-link-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

  .dropdown-toggle-3 {
    text-align: left;
  }

  .about_page_menu {
    top: -70px;
  }

  .about_menu_title {
    font-size: 18px;
  }

  .about_menu_item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-32 {
    right: 20%;
  }

  .header_logo_div {
    padding-left: 2%;
  }

  .icon {
    color: #fff;
    font-size: 40px;
  }

  .about2_box_icon {
    height: 50px;
  }

  .main_title3 {
    font-size: 36px;
    line-height: 40px;
  }

  .nav-link2 {
    color: #333;
    padding: 0 5px;
    font-weight: 600;
    display: block;
  }

  .nav-link2.w--current {
    color: #c00;
  }

  .archive {
    top: -180px;
  }

  .car_bg_img_div {
    height: 200px;
  }

  .video_wrapper {
    width: 100%;
  }

  .gear_lightbox {
    height: 250px;
  }

  .arrow-r {
    width: 12px;
    left: 26%;
  }

  .global_mainframe_wrapper {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
  }

  .global_mainframe_wrapper.cs {
    width: 100%;
  }

  .heading-2 {
    padding-top: 8px;
    font-size: 26px;
  }

  .toggle {
    background-position: 100%;
  }

  .map-2 {
    height: 500px;
  }

  .footer_dropdown_toggle {
    text-align: left;
  }

  .link-block-7 {
    margin-top: 15px;
  }

  .toggle-2 {
    background-position: 100%;
  }

  .car-title {
    font-size: 30px;
    line-height: 36px;
  }

  .soical-links-sec {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .soical-links-item {
    margin-bottom: 50px;
  }

  .ex-link-block, .ex-link-block-m {
    top: 30%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    top: 56px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider {
    height: 50vh;
  }

  .arrow_l, .arrow_r {
    margin-left: 10px;
    margin-right: 10px;
  }

  .main_container {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .main_title {
    font-size: 36px;
    line-height: 40px;
  }

  .slide_car {
    width: 48%;
  }

  .mask {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .prodict_name {
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
  }

  .small_slide_arrow_l, .small_slide_arrow_r {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .box_title_white_tx_en {
    font-size: 20px;
  }

  .main_container_100.margin_t_100 {
    margin-top: 25px;
  }

  .product_hero {
    background-position: 70%;
  }
	 .product_hero_mac {
    background-position: 70%;
  }

  .product_box_link, .product_cate_link {
    width: 47%;
    margin-bottom: 25px;
  }

  .image-7 {
    font-size: 35px;
    line-height: 40px;
  }

  .product_des_p {
    font-size: 30px;
    line-height: 40px;
  }

  .sp_info {
    width: 100%;
    margin-top: 30px;
  }

  .sp_img_l {
    width: 100%;
    margin-left: 2%;
  }

  .sp_img_r {
    order: -1;
    width: 100%;
    margin-right: 2%;
  }

  .gear_25 {
    width: 50%;
  }

  .gear_50 {
    width: 100%;
  }

  .tech_sub_title {
    font-size: 21px;
  }

  .tech_head_layer {
    flex-wrap: wrap;
  }

  .tech_head_tx_box {
    width: 50%;
    margin-bottom: 20px;
  }

  .tech_head_tx_box.no_l_border {
    border-left-style: none;
  }

  .tech_sub_number {
    font-size: 35px;
  }

  .tech_table {
    margin-bottom: 0;
  }

  .tech_table_box {
    width: 100%;
  }

  .gallery_area {
    flex-direction: column;
    align-items: stretch;
  }

  .gallery_l {
    flex-flow: wrap;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0%;
  }

  .gallery_center {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery_r_2 {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-left: 0%;
  }

  .product_details_hero_menu {
    inset: 55px 0% auto;
  }

  .r_line {
    min-width: 50px;
  }

  .details_menu_links {
    margin-left: 15px;
  }

  .search_select_btn {
    width: 100%;
    margin-right: 0%;
  }

  .div-block-24 {
    margin-bottom: 15px;
  }

  .news_detail_title {
    font-size: 26px;
    line-height: 30px;
  }

  .dealers_tab_l {
    width: 100%;
    padding-right: 0%;
  }

  .dealer_tab_area {
    flex-direction: column;
  }

  .dealers_tab_r {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0%;
  }

  .about_box1 {
    flex-direction: column;
  }

  .info_tx {
    font-size: 14px;
  }

  .div-block-26 {
    width: 100%;
    margin-top: 15px;
    padding-left: 0%;
  }

  .about_box2 {
    min-height: 200px;
  }

  .image-10 {
    padding-top: 50px;
  }

  .div-block-27 {
    width: 100%;
  }

  .about_box3, .about_box4 {
    min-height: 200px;
  }

  .about2_row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about2_row_l {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .about2_sub_des {
    font-size: 14px;
  }

  .div-block-29 {
    max-width: none;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0%;
  }

  .arout2_row_r {
    width: 100%;
    padding-right: 5%;
  }

  .arout2_row_r_2 {
    order: -1;
    width: 100%;
  }

  .about2_row2 {
    flex-direction: column;
  }

  .red_cricle {
    width: 150px;
    height: 150px;
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .about2_big_title {
    font-size: 60px;
    line-height: 70px;
  }

  .arout2_row_r_3 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .about2_sub_point {
    margin-bottom: 20px;
  }

  .about2_sub_des2 {
    margin-bottom: 0;
  }

  .div-block-30 {
    width: 100%;
    top: -6%;
  }

  .image-12 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .about2_box_des {
    font-size: 14px;
  }

  .about2_row3 {
    flex-direction: column;
  }

  .arout2_row_r_4 {
    width: 100%;
  }

  .about2_sub_des_white {
    font-size: 14px;
  }

  .about2_row4 {
    flex-direction: column;
  }

  .about2_row_l_2 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-27-copy {
    width: 100%;
  }

  .div-block-26-copy {
    width: 100%;
    margin-top: 20px;
    padding-left: 0%;
  }

  .detailes_row {
    flex-direction: column;
    align-items: center;
  }

  .detailes_row.margin_bottom_100 {
    margin-bottom: 25px;
  }

  .details_row_l {
    width: 100%;
  }

  .details_row_r {
    width: 100%;
    margin-top: 15px;
  }

  .div-block-31 {
    padding-left: 0%;
  }

  .text-block-22 {
    font-size: 30px;
  }

  .text-block-23 {
    margin-top: 5px;
    font-size: 20px;
  }

  .text-block-23-copy {
    margin-top: 10px;
    font-size: 24px;
  }

  .text-block-23-copy2 {
    margin-top: 15px;
  }

  .details_row_l_2 {
    width: 100%;
    margin-top: 25px;
  }

  .details_row_r_2 {
    order: -1;
    width: 100%;
    padding-left: 0%;
  }

  .nav-link-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .about_page_menu {
    flex-wrap: wrap;
  }

  .about_menu_item {
    border-bottom: 1px solid #c00;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .about_menu_item.no_bottom_border {
    border-bottom-style: none;
  }

  .about_menu_item.no_right_border {
    border-right-style: none;
  }

  .about_menu_box {
    width: 50%;
  }

  .div-block-32 {
    top: -6%;
    right: 16%;
  }

  .div-block-34 {
    width: 35px;
    height: 35px;
  }

  .stick_button {
    max-width: 60px;
    bottom: 7%;
  }

  .lightbox-link-2 {
    width: 50%;
    padding-right: 1%;
  }

  .lightbox-link-3 {
    width: 50%;
    margin-top: 0;
    padding-left: 1%;
  }

  .lightbox-link-4 {
    width: 50%;
    padding-right: 1%;
  }

  .lightbox-link-5 {
    width: 50%;
    margin-top: 0;
    padding-left: 1%;
  }

  .image-16 {
    max-width: 80%;
  }

  .text-block-28, .text-block-29, .text-block-30 {
    font-size: 18px;
    line-height: 20px;
  }

  .about2_row_l_3 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .details_row_r_3 {
    width: 100%;
    margin-top: 25px;
    padding-left: 0%;
  }

  .white_bg {
    max-width: 320px;
  }

  .main_title3 {
    font-size: 36px;
    line-height: 40px;
  }

  .nav-link2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .archive {
    top: -160px;
  }

  .car_bg_img_div {
    height: 150px;
  }

  .mp3btn {
    width: 140px;
    height: 140px;
    padding-top: 0%;
  }

  .image-3 {
    width: 30%;
    margin-bottom: 5px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .text-block-33 {
    font-size: 16px;
  }

  .gear_lightbox {
    height: 300px;
  }

  .arrow-r {
    width: 10px;
    left: 29%;
  }

  .dropdown-3 {
    margin-top: 20px;
  }

  .close-btn {
    font-size: 14px;
    line-height: 14px;
  }

  .global_mainframe_wrapper {
    margin-top: 30px;
  }

  .grey-line {
    margin-bottom: 60px;
  }

  .heading-2 {
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 15px;
    font-size: 20px;
  }

  .text-block-59 {
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 19px;
  }

  .cs-cag {
    font-size: 22px;
    line-height: 30px;
  }

  .reg-txt {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 19px;
  }

  .toggle {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: 145px;
    font-size: 16px;
    display: flex;
  }

  .ex_link_icon {
    padding-top: 0;
  }

  .header_logo_bg {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .toggle-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: 145px;
    font-size: 16px;
    display: flex;
  }

  .car-title {
    font-size: 20px;
    line-height: 28px;
  }

  .soical-links-sec {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .soical-links-item {
    flex-flow: column;
    margin-bottom: 70px;
  }

  .soical-links-mid-line {
    display: none;
  }

  .soical-links-block {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    margin-top: 15px;
  }

  .soical-link {
    width: 60px;
    height: 60px;
  }

  .ex-link-block {
    display: none;
  }

  .ex-pop-title {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ex-pop-top.m {
    background-color: #fffc;
  }

  .ex-link-block-m {
    z-index: 99;
    max-width: 100%;
    display: flex;
    inset: auto 0% 0%;
  }

  .ex-pop-m-open {
    background-position: 50%;
    background-size: cover;
    width: 25px;
    height: 25px;
    display: flex;
  }

  .ex-pop-link-m {
    display: none;
  }

  .ex-pop-close-m {
    margin-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-wrapper {
    z-index: 90;
    top: 52px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .slider {
    height: 40vh;
  }

  .slide {
    background-position: 25% 100%;
  }

  .text-block-2 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    inset: auto 0 20%;
  }

  .main_container {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .main_title {
    font-size: 35px;
    line-height: 40px;
  }

  .slide_car {
    width: 98%;
  }

  .mask {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .small_slide_arrow_l, .small_slide_arrow_r {
    margin: 80px 0;
  }

  .title_des {
    margin-bottom: 25px;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 16px;
    line-height: 20px;
  }

  .main_title2 {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .play_btn {
    width: 50px;
    height: 50px;
  }

  .div-block-9 {
    margin-top: 25px;
  }

  .box_half_w {
    flex-direction: column;
    height: 250px;
  }

  .box_half_w.h_half {
    height: auto;
  }

  .image-5 {
    max-width: 60px;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 20px;
  }

  .color_box1, .color_box2 {
    width: 100px;
    height: 100px;
  }

  .fh_box_img {
    order: -1;
    width: 100%;
  }

  .div_30 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .more_btn2 {
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .div-block-13 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer_row {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-15 {
    margin-top: 25px;
  }

  .footer_menu {
    flex-direction: column;
    margin-top: 30px;
  }

  .div-block-16 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .text-block-5 {
    margin-top: 30px;
  }

  .footer_container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main_container_100.margin_top_100 {
    margin-top: 40px;
  }

  .page_hero.margin_for_sticky {
    margin-top: 0;
  }

  .product_hero {
    min-height: 250px;
  }
	  .product_hero_mac {
    min-height: 250px;
  }


  .text-block-6 {
    font-size: 35px;
    line-height: 40px;
  }

  .filter_title {
    font-size: 22px;
  }

  .filter_btn, .filter_btn.highlight_btn {
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .collapse_head {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product_box_link {
    width: 97%;
  }

  .product_box_top {
    height: 100px;
  }

  .product_cate_link {
    width: 100%;
  }

  .product_details_hero {
    background-image: url('../images/6528b7b3ee175084aad2b702_product_details_hero2_m.jpg');
    align-items: flex-end;
    min-height: 450px;
  }

  .hero_text {
    margin-bottom: 50px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .product_des_p {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-19 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sp_row {
    margin-top: 30px;
  }

  .sp_info {
    margin-top: 15px;
  }

  .sp_des_content {
    margin-top: 15px;
    font-size: 16px;
  }

  .sp_des_title {
    font-size: 22px;
  }

  .gear_tag {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .color_div.clr_red, .color_div.clr_grey, .color_div.clr_blue {
    width: 20px;
    height: 20px;
  }

  .color_tab_product_img {
    padding-left: 5%;
    padding-right: 5%;
  }

  .tech_head {
    margin-top: 30px;
  }

  .tech_sub_number {
    font-size: 30px;
    line-height: 35px;
  }

  .gallery_img_box.gallery_img1, .gallery_img_box.gallery_img2.margin_top_15, .gallery_img_box.gallery_img4, .gallery_img_box.gallery_img5.margin_top_15 {
    height: 200px;
  }

  .gallery_img_box_c.gallery_img3 {
    height: 315px;
  }

  .product_details_hero_menu {
    flex-direction: column;
    inset: 39px 0% auto;
  }

  .details_point_menu {
    justify-content: center;
    width: 100%;
    margin-top: 15px;
  }

  .details_menu_r {
    width: 15px;
  }

  .r_line {
    min-width: 15px;
  }

  .details_menu_links {
    margin-left: 2%;
    margin-right: 2%;
  }

  .dis_hero {
    min-height: 250px;
  }

  .text-block-10 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-11 {
    font-size: 26px;
    line-height: 30px;
  }

  .news_hero {
    min-height: 250px;
  }

  .news_box {
    width: 97%;
  }

  .news_title {
    font-size: 18px;
    line-height: 25px;
  }

  .news_date {
    margin-top: 15px;
  }

  .search_btn, .search_select {
    font-size: 18px;
  }

  .search_select_btn {
    width: 98%;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
  }

  .global_news_btn {
    width: 100%;
  }

  .text-block-13 {
    font-size: 16px;
  }

  .div-block-25 {
    margin-left: 0;
  }

  .text-block-14, .text-block-15 {
    font-size: 18px;
  }

  .content_head {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .back_btn {
    order: -1;
  }

  .text-block-16 {
    font-size: 18px;
  }

  .news_detail_title {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .news_detail_img1 {
    margin-bottom: 25px;
  }

  .news_detail_p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
  }

  .content_footer {
    margin-bottom: 25px;
  }

  .dealers_hero {
    min-height: 250px;
  }

  .dealers_location_tab {
    padding-top: 50px;
  }

  .location_tab_menu {
    top: -20px;
  }

  .location_tab_btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dealers_cate_tab {
    flex-direction: column;
  }

  .product_cate_btn.w--current {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dealer_tab_title {
    padding-bottom: 5px;
    font-size: 20px;
  }

  .collapse_title2 {
    font-size: 20px;
  }

  .location_text {
    font-size: 16px;
    line-height: 25px;
  }

  .dealers_tab_r {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .collapse_title3 {
    font-size: 18px;
  }

  .about_hero {
    background-position: 20%;
    min-height: 250px;
  }

  .search_more_tx {
    font-size: 24px;
  }

  .search_more_btn_tx {
    font-size: 16px;
  }

  .about_info_row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about_box_link {
    width: 100%;
    margin-bottom: 15px;
  }

  .div-block-29 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .red_cricle {
    width: 100px;
    height: 100px;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .text-block-19 {
    font-size: 30px;
  }

  .about2_big_title {
    font-size: 36px;
    line-height: 40px;
  }

  .arout2_row_r_3 {
    padding-bottom: 0;
    padding-right: 5%;
  }

  .about2_sub_title {
    margin-bottom: 5px;
  }

  .div-block-30 {
    top: -4%;
  }

  .about2_row_100 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about2_box {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about2_box_title {
    margin-top: 15px;
    font-size: 24px;
  }

  .about2_box_des {
    margin-top: 15px;
  }

  .about2_sub_title_white {
    font-size: 24px;
  }

  .about_tech_hero {
    min-height: 250px;
  }

  .about_tech_img {
    margin-bottom: 25px;
  }

  .text-block-22 {
    font-size: 20px;
  }

  .text-block-23 {
    margin-top: 0;
    font-size: 16px;
  }

  .text-block-23-copy {
    margin-top: 5px;
    font-size: 18px;
  }

  .text-block-23-copy2 {
    font-size: 14px;
    line-height: 22px;
  }

  .details_row_l_2 {
    margin-top: 15px;
  }

  .text-block-23-copy3 {
    font-size: 14px;
    line-height: 22px;
  }

  .dropdown-toggle-3 {
    justify-content: center;
    align-items: center;
  }

  .about_menu_title {
    font-size: 14px;
  }

  .div-block-32 {
    top: -3%;
    right: auto;
  }

  .stick_button {
    max-width: 50px;
  }

  .link-block-6 {
    margin-bottom: 10px;
  }

  .tri {
    width: 100px;
    left: 150px;
  }

  .image-16 {
    max-width: 150px;
  }

  .text-block-26, .text-block-27 {
    font-size: 22px;
  }

  .details_row_r_3 {
    margin-top: 15px;
  }

  .text-block-31, .text-block-32 {
    font-size: 20px;
  }

  .white_bg {
    max-width: 0;
  }

  .image-17 {
    margin-bottom: 5px;
  }

  .main_title3 {
    font-size: 35px;
    line-height: 40px;
  }

  .collapse_head2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link2 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .filter_btn_all, .filter_btn_all.highlight_btn {
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .archive {
    top: -190px;
  }

  .div_70 {
    order: -1;
    width: 100%;
    height: 200px;
  }

  .video_wrapper {
    margin-bottom: 0;
  }

  .mp3btn {
    width: 90px;
    height: 90px;
    top: -20%;
    right: -8%;
  }

  .text-block-7 {
    font-size: 11px;
  }

  .text-block-33 {
    font-size: 14px;
  }

  .gear_lightbox {
    height: 220px;
  }

  .slide-nav {
    margin-bottom: 15px;
  }

  .arrow-r {
    width: 10px;
    left: 31%;
  }

  .global_mainframe_wrapper {
    margin-top: 20px;
  }

  .heading-2 {
    padding-top: 3px;
    padding-left: 30px;
    font-size: 18px;
  }

  .text-block-59 {
    font-size: 14px;
    line-height: 19px;
  }

  .cs-cag {
    font-size: 18px;
    line-height: 26px;
  }

  .reg-txt {
    font-size: 14px;
    line-height: 19px;
  }

  .toggle {
    background-image: linear-gradient(#0000, #0000);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .toggle._03, .toggle._02 {
    background-position: 88%;
  }

  .title_with_icon {
    margin-top: 10px;
  }

  .footer_dropdown_toggle {
    justify-content: center;
    align-items: center;
  }

  .toggle-2 {
    background-image: linear-gradient(#0000, #0000);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .toggle-2._03, .toggle-2._02 {
    background-position: 88%;
  }

  .car-title {
    font-size: 18px;
    line-height: 22px;
  }

  .soical-links-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ex-link-block {
    max-width: 150px;
    top: 40%;
  }

  .ex-pop-link {
    display: none;
  }

  .div-block-44 {
    width: 15px;
    height: 15px;
  }

  .ex-pop-m-open {
    order: 1;
  }
}


