.keyword_product_list {
  text-align: center;
  padding: 0;
  font-size: 0.9rem;
  height: 2.6rem;
  color: #007aff;
}

.detail_product_list {
  text-align: left;
  font-size: 14px;
  padding: 0.2rem 0.5rem 0rem 0.5rem;
  margin-bottom: 0.3rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 90px;
  color: #696969;
}

@media screen and (min-width:768px) {
  .detail_product_list {
    padding: 0.2rem 1rem 0rem 1rem;
  }
}

.product_Name {
  white-space: nowrap;
}

.txt_body_list {
  height: auto;
}

.products_Product_Item .more>a {
  color: #696969;
  border: 1px solid;
}

.products_Product_Item .duibi>a {
  color: #696969;
  border: 0px solid;
  white-space: nowrap;
}

.xxx_large_products_2024 {
  font-size: xxx-large;
  padding: 3rem 0;
  text-align: center;
  font-weight: bold;
}

.xx_large_products_2024 {
  font-size: xx-large;
  padding: 3rem 0;
  text-align: center;
  font-weight: bold;
}

.flex_body_products_2024 {
  margin: 0rem 5rem;
  display: flex;
  justify-content: space-around;
  gap: 2rem;
}

@media screen and (max-width:767px) {
  .flex_body_products_2024 {
    margin: 0rem 1rem;
    gap: 1rem;
  }
}

.flex_body_5vw_products_2024 {
  margin: 0rem 10vw;
  display: flex;
  justify-content: space-around;
  gap: 2rem;
}

.flex_body_products_2024.space_large {
  gap: 4rem;
}

.flex_body_center_center_2024 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
}

.x_large_products_2024 {
  font-size: x-large;
  font-weight: bold;
}

.large_products_2024 {
  font-size: large;
  font-weight: bold;
  line-height: 1.8rem;
  height: 3.6rem;
  margin-top: 1rem;
}

.position_relative {
  position: relative;
}

.position_relative img.bg_products_2024 {
  width: 100%;
  display: block;
}

.position_relative .meng_ceng_products_2024 {
  display: flex;
  color: white;
  gap: 1rem;
  margin: 0 1rem;
}

@media screen and (max-width: 767px) {
  .position_relative .meng_ceng_products_2024 {
    display: block;
  }
}

.meng_ceng_products_2024 .detail_in_short {
  min-height: 6rem;
}

.meng_ceng_products_2024 ul {
  margin-left: 0;
}

.blue_products_2024 {
  color: #06aeed;
}

.green_products_2024 {
  color: #02b962;
}

.orange_products_2024 {
  color: #eeba04;
}

.blue_green_products_2024 {
  color: #11c8d6;
}

.square_rounded_inquiry_btn_products_2024 {
  border-radius: 0.3rem;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: #ffd200;
  color: #333;
  cursor: pointer;
  font-size: large;
  transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
}

.square_rounded_inquiry_btn_products_2024:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.center_body_products_2024 {
  margin: 0rem 5vw;
}

.application_list_center_body_products_2024 {
  margin: 0rem 5vw;
  display: grid;
  grid: auto / 50% 50%;
}


@media screen and (max-width: 767px) {
  .application_list_center_body_products_2024 {
    margin: 0rem 1.5rem;
    display: grid;
    grid: auto / 100%;
  }
}

.application_list_item_products_2024 {
  position: relative;
  margin: 1rem;
  margin-bottom: 2rem;
  border-radius: 1.5rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  min-height: 5rem;
  box-shadow: 0 0 3rem -1.5rem rgba(0, 0, 0, 1);
  overflow: hidden;
}

.application_list_item_products_2024 .img_body {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 300px;
}

@media screen and (max-width:767px) {
  .application_list_item_products_2024 .img_body {
    height: 50vw;
  }

  .application_list_item_products_2024 {
    margin: 0;
    margin-bottom: 1.5rem;
  }
}

.application_list_item_products_2024 img {
  width: 100%;
}

.application_list_item_products_2024:hover {
  /* box-shadow: 0 0 3rem -1rem rgba(0, 0, 0, 1);
  transform: scale(1.05);*/
}

.application_list_item_products_2024 .text_body {
  height: 100%;
  padding: 0rem 2rem 6rem 2rem;
}



.words_products_2024 {
  padding: 2rem 5rem;
  text-align: center;
}

.words_btn_products_2024 {
  position: absolute;
  top: calc(50% - 2rem);
  line-height: 4rem;
  font-size: xx-large;
  cursor: pointer;
  z-index: 999;
}

.words_btn_products_2024:hover {
  color: #218fed;
}

.prev_products_2024 {
  left: 1rem;
}

.next_products_2024 {
  right: 1rem;
}

#imgs_feedback img {
  width: 0;
}

#form_body {
  /*padding: 5rem 0;*/
}

#words_body_products_2024 {
  margin: 0rem 5vw;
}

.grey_f2 {
  background-color: #f2f2f2;
}

.p_3 {
  padding: 3rem;
  padding-bottom: 0;
}

#contact_us_container {
  padding: 3rem;
}

#contact_us_container input {
  width: 100%;
  margin-top: 0.3rem;
}

#contact_us_container textarea {
  width: 100%;
  min-height: 8rem;
}

.contact_us_tips {
  opacity: 0;
  color: tomato;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding-bottom: 0.5rem;
}


#contact_us_container #first_row {
  margin-top: 2rem;
}

.flex_5 {
  flex: 5;
}

.product_inquiry {
  text-align: center;
}

.product_inquiry a {
  border-radius: 1000px;
  background-color: #ffd200;
  color: #333;
  cursor: pointer;
  transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  font-size: calc(.7rem + .2vw);
  width: 50%;
  display: inline-block;
  min-width: 160px;
  padding: .25rem 0;
  border: 1px solid #ffd200;
}

.product_inquiry a:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

#meng_ceng_bg_products_2024 ul {
  padding-left: 1rem;
  margin-left: 0;
}

@media screen and (min-width:1200px) {
  .application_list_center_body_products_2024 {
    margin: 0rem calc(50vw - 600px);
  }
}

@media screen and (min-width:1200px) {
  .flex_body_products_2024 {
    margin: 0rem 5rem;
  }
}

@media screen and (min-width:1200px) {
  #words_body_products_2024 {
    margin: 0rem calc(50vw - 600px);
  }
}

#layer_dialog {
  padding: 3rem 2rem;
}

#layer_dialog input,
#layer_dialog textarea {
  width: 100%;
}

input,
textarea {
  font-size: 1rem !important;
}

.sweet-overlay {
  z-index: 100000000000000000;
}

.sweet-alert {
  z-index: 100000000000000001;
}

@media screen and (min-width:768px) and (max-width:1199px) {
  .xx_large_products_2024 {
    font-size: x-large;
  }
}

@media screen and (min-width:768px) and (max-width:1199px) {
  .x_large_products_2024 {
    font-size: large;
  }
}

@media screen and (min-width:768px) and (max-width:1199px) {

  .flex_body_5vw_products_2024,
  .flex_body_products_2024,
  .application_list_center_body_products_2024,
  .words_body_products_2024 {
    font-size: 0.8rem;
  }
}

@media screen and (min-width:768px) and (max-width:1199px) {
  .square_rounded_inquiry_btn_products_2024 {
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
  }
}

@media screen and (min-width:768px) and (max-width:1199px) {
  .flex_body_products_2024.space_large {
    gap: 0rem;
  }
}

@media screen and (min-width:768px) and (max-width:1199px) {
  #products_Top_Image p {
    margin-bottom: 5px;
  }
}

@media screen and (min-width:768px) and (max-width:1199px) {
  #products_Top_Image span {
    font-size: 14px !important;
  }
}

@media screen and (min-width:768px) and (max-width:1199px) {
  #main_Container .products {
    min-height: 200px;
  }
}

@media screen and (min-width:1199px) {
  #main_Container .products {
    min-height: 200px;
  }
}

#meng_ceng_bg_products_2024 img {
  width: 146px;
  height: 146px;
}

@media screen and (max-width:767px) {
  .xx_large_products_2024 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width:767px) {
  .x_large_products_2024 {
    font-size: 1rem;
  }
}

@media screen and (max-width:767px) {

  .flex_body_5vw_products_2024,
  .flex_body_products_2024,
  .application_list_center_body_products_2024,
  .words_body_products_2024 {
    font-size: 14px;
  }
}

@media screen and (max-width:767px) {
  .square_rounded_inquiry_btn_products_2024 {
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
  }
}

@media screen and (max-width:767px) {
  .flex_body_products_2024.space_large {
    gap: 0rem;
  }
}

@media screen and (max-width:767px) {
  #products_Top_Image p {
    margin-bottom: 5px;
  }
}

@media screen and (max-width:767px) {
  #products_Top_Image span {
    font-size: 14px !important;
  }
}

@media screen and (max-width:767px) {
  .flex_body_5vw_products_2024 {
    gap: 0;
    flex-direction: column;
  }
}

@media screen and (max-width:767px) {
  .product_inquiry a {
    border-radius: 1000px;
    font-size: calc(.9rem);
    width: 80%;
    min-width: 100px;
  }
}

@media screen and (max-width:767px) {
  .meng_ceng_products_2024 {
    padding: 1rem 0;
  }
}

@media screen and (max-width:767px) {
  .meng_ceng_products_2024 .flex_body_products_2024 {
    display: block;
    margin: 0 0;
  }
}

@media screen and (max-width:767px) {
  .meng_ceng_products_2024 .flex_1 {
    display: inline-block;
    padding: 0.5rem;
    vertical-align: top;
  }
}

@media screen and (max-width:767px) {
  .application_list_item_products_2024 {
    flex-direction: column;
  }
}

@media screen and (max-width:767px) {
  .application_list_item_products_2024 .img_body {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .application_list_item_products_2024 .text_body {
    padding: 1rem;
    padding-top: 0;
    padding-bottom: 5rem;
    position: inherit;
  }
}

@media screen and (max-width:767px) {
  .application_list_item_products_2024 .text_body .square_rounded_inquiry_btn_products_2024 {
    position: inherit;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width:767px) {
  #guarantee {
    margin: 0 0;
    display: inherit;
  }
}

@media screen and (max-width:767px) {
  #guarantee .flex_1 {
    display: inline-block;
    width: calc(50vw - 4px);
    vertical-align: top;
    margin-bottom: 0.5rem;
    padding: 1rem;
  }
}

@media screen and (max-width:767px) {
  #form_body {
    padding: 0 0;
  }
}

@media screen and (max-width:767px) {
  #form_body .flex_body_products_2024 {
    margin: 0rem 0;
    gap: 0rem;
    flex-direction: column;
  }
}


@media screen and (max-width:767px) {
  #layer_dialog {
    padding: 2rem 1rem;
  }
}

@media screen and (max-width:767px) {
  #layer_dialog .row .col-md-6 {
    width: 50%;
  }
}

@media screen and (max-width:767px) {
  #layer_dialog .privacy {
    font-size: small;
  }
}

@media screen and (max-width:767px) {
  #meng_ceng_bg_products_2024 img {
    width: 25vw;
    height: 25vw;
  }
}

.flex_1 {
  flex: 1;
}

.list_item_in_2 .img_row {
  margin-bottom: 2rem;
}

.list_item_in_2 .t_title {
  line-height: 2rem;
  height: 4rem;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

#top_in_flex_body_5vw_products_2024 {
  gap: 4rem;
}

.application_list_item_products_2024 .x_large_products_2024 {
  line-height: 4rem;
  border-bottom: 1px solid lightgray;
  /*font-size: xx-large;*/
}

.application_list_item_products_2024 p {
  margin-top: 0.8rem;
}

@media (min-width: 1400px) {
  .application_list_center_body_products_2024 {
    margin: 0rem 15%;
    margin-bottom: 5rem;
  }
}

.btns_202406 {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2.5rem;
  display: flex;
  gap: 2rem;
}

.pill_inquiry_btn_products_2024 {
  border-radius: 100px;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: #ffd200;
  color: #333;
  cursor: pointer;
  transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  white-space: nowrap;
  font-weight: bold;
}

.banner_zuo_meng_ceng {
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  width: 60%;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  /* -webkit-animation-name: lan_se_zuo_bian_in_left;
  animation-name: lan_se_zuo_bian_in_left;*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-image: url(../../../assets/img/202406/i12.webp);
  background-size: cover;
  padding: 3rem 22% 3rem 12%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width:768px) {
  .banner_zuo_meng_ceng {
    padding: 1rem 12% 1rem 1rem;
  }
}

@media screen and (min-width:1000px) {
  .banner_zuo_meng_ceng {
    padding: 2rem 15% 2rem 2rem;
  }
}

@media screen and (min-width:1400px) {
  .banner_zuo_meng_ceng {
    padding: 3rem 13% 3rem 12%;
  }
}


#top_banner {
  overflow: hidden;
  text-align: right;
  color: white;
}

@media screen and (max-width:767px) {
  #top_banner {
    margin-top: 50px;
  }
}

@media screen and (min-width:768px) {
  #top_banner {
    margin-top: 0;
  }
}


.banner_you_meng_ceng {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 100%;
  /* -webkit-animation-name: lan_se_you_bian_in_right;
  animation-name: lan_se_you_bian_in_right;*/
  /*  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;*/
}

.banner_txt {}

.flex_body_5vw_products_2024 img {
  width: 94px;
  height: 94px;
}

.application_list_item_2024 .bg_image {
  width: 100%;
  display: block;
}

.txt_body {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 116, 193, 1), rgba(0, 116, 193, 0));
  padding-top: 4vw;
}

.application_list_item_icon {
  width: 50px;
}

.txt_body h2 {
  margin-top: 1rem;
}

.application_list_item_2024 ul {
  list-style-type: circle;
  padding-left: 1rem;
  margin-bottom: 0;
}

.pill_inquiry_btn_products_2024.smaller {
  font-size: 10px;
  padding: 0.5rem 1rem;
}

.flex_body {
  display: flex;
}

.application_list_item_2024 .flex_body {
  padding-bottom: 2rem;
  justify-content: center;
}

.pill_inquiry_btn_products_2024.white_it {
  color: #333;
  background-color: white;
}

.application_list_item_2024.position_relative {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}


.text_only {
  padding: 0.5rem;
}

@media screen and (min-width:768px) {
  .text_only {
    padding: 0.5rem;
  }
}

@media screen and (min-width:1200px) {
  .text_only {
    padding: 1rem;
  }
}

@media screen and (min-width:1400px) {
  .text_only {
    padding: 1.8rem;
  }
}

.pill_inquiry_btn_products_2024.blue_it {
  background-color: rgb(0, 130, 200);
  color: white;
}

#guarantee img {
  width: 82px;
}

.why_us .x_large_products_2024 {
  font-size: xx-large;
}

.number_it {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #007eff;
  border-radius: 50px;
  color: white;
  font-size: large;
  margin-right: 3rem;
  display: inline-block;
}



.contact_us_btns_group_202406 {
  display: flex;
  gap: 10rem;
  justify-content: center;

}

.contact_us_btns_group_202406 button {
  width: 280px;
  height: 48px;
  border-radius: 24px 24px 24px 24px;
}

.contact_us_btns_group_202406 .orange {
  background: #F8D447;
  color: #555;

}

.left_angle {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 50px;
}

.swiper-button-prev {
  margin-left: 1rem;
}

.swiper-button-next {
  margin-right: 1rem;
}



.swiper-pagination {
  -webkit-transform: translateY(300);
  transform: translateY(300);

}

#feedback_swiper p {
  text-align: center;
}

@media screen and (min-width:768px) and (max-width:1199px) {

  .btns_202406 {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 2.5rem;
    display: flex;
    gap: 0;
    font-size: 12px;
  }
}

@media screen and (max-width:767px) {

  .btns_202406 {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1.5rem;
    display: flex;
    gap: 0;
    font-size: 12px;
  }
}