@import url('../dist/swiper/swiper/swiper-bundle.min.css');
@import url('public.css');
@import url(../dist/icon/iconfont.css);
@import url(../dist/icon/bottom_icon/iconfont.css);
:root {
  --red: #B9272D;
  --2color: #2C77AF;
}
body {
  font-family: "Inter, sans-serif";
}
.mousetrap{
    width: 100% !important;
    height: 100%!important;
}



.grecaptcha-badge { visibility: hidden; }
#all #this_col .this_public2 .w1400 {
  width: 1400px;
  margin: auto;
}
#all #this_col .this_public2 .w1140 {
  width: 1140px;
  margin: auto;
}
#all #this_col .this_public2 .w1600 {
  width: 1600px;
  margin: auto;
}
#all #this_col .this_public2 .w1520 {
  width: 1520px;
  margin: auto;
}
#all #this_col .this_public2 .w750 {
  width: 750px;
  margin: auto;
}
#all #this_col .this_public2 .w98 {
  width: 98vw;
  margin: auto;
}
#all #this_col .this_public2 .w95 {
  width: 95vw;
  margin: auto;
}
#all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in {
  height: 830px;
  display: flex;
  align-items: center;
}
#all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in .left {
  width: 50%;
  height: 100%;
  padding: 0 110px;
  background-color: #F3F5F8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in .left h2 {
  font-size: 64px;
  color: #1C244B;
}
#all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in .left .this_text p {
  color: #1C244B;
  font-size: 22px;
  font-weight: 300;
}
#all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in .right {
  width: 50%;
  padding: 0 110px;
}
#all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in .right .thisForm {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
#all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in .right .thisForm .this_list input {
  border: 1px solid #C8D5DC;
  padding: 8px 15px;
  background-color: transparent;
  width: 100%;
  color: #324A6D;
  font-size: 16px;
  font-weight: 300;
}
#all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in .right .thisForm .this_list input::placeholder {
  color: #324A6D;
  font-size: 16px;
  font-weight: 300;
}
#all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in .right .thisForm .this_list textarea {
  border: 1px solid #C8D5DC;
  padding: 8px 15px;
  background-color: transparent;
  width: 100%;
  min-height: 120px;
  color: #324A6D;
  font-size: 16px;
  font-weight: 300;
}
#all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in .right .thisForm .this_list textarea::placeholder {
  color: #324A6D;
  font-size: 16px;
  font-weight: 300;
}
#all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in .right .thisForm .w50 {
  width: 49%;
}
#all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in .right .thisForm .w100 {
  width: 100%;
}
#all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in .right .thisForm input[type="submit"] {
  background-color: #467FF7;
  color: #fff;
  border-radius: 50px;
  padding: 20px 95px;
  font-size: 16px;
  margin-bottom: 30px;
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper {
  padding: 50px 0;
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_title {
  text-align: center;
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_title h2 {
  font-size: 60px;
  color: #1C244B;
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_title p {
  font-size: 16px;
  color: #324A6D;
  font-weight: 300;
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.25%;
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child {
  width: 19%;
  display: flex;
  flex-direction: column;
  transition: 0.3s all;
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.5);
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child:hover {
  transition: 0.3s all;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child .img_b {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child .this_text {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0 6%;
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child .this_text h5 {
  font-weight: 500;
  font-size: 16px;
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child .thisButtonWrap {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 2%;
  padding-bottom: 4%;
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child .thisButtonWrap .thisButton {
  width: 46%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child .thisButtonWrap .addToCart2 {
  border: 1px solid #000000;
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child .thisButtonWrap .addToCart2:hover {
  background-color: var(--red);
  color: var(--red);
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child .thisButtonWrap .learnMore {
  background-color: var(--red);
  color: #fff;
}
#all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child .thisButtonWrap .learnMore:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  transition: all 0.3s;
}
#all #this_col .this_public2 .AskFaqWrappper .Wrapper {
  padding: 80px 0;
}
#all #this_col .this_public2 .AskFaqWrappper .Wrapper .this_title {
  text-align: center;
}
#all #this_col .this_public2 .AskFaqWrappper .Wrapper .this_title h5 {
  font-weight: 400;
  font-size: 22px;
}
#all #this_col .this_public2 .AskFaqWrappper .Wrapper .this_title h2 {
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
}
#all #this_col .this_public2 .AskFaqWrappper .Wrapper .this_in {
  margin-top: 80px;
  border-top: 1px solid #F8F812;
}
#all #this_col .this_public2 .AskFaqWrappper .Wrapper .this_in .faq ul {
  width: 100%;
}
#all #this_col .this_public2 .AskFaqWrappper .Wrapper .this_in .faq ul li {
  padding: 10px 0;
  border-bottom: 1px solid #858585;
}
#all #this_col .this_public2 .AskFaqWrappper .Wrapper .this_in .faq ul li .question {
  padding: 20px;
  background-color: #FFF;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}
#all #this_col .this_public2 .AskFaqWrappper .Wrapper .this_in .faq ul li .question p {
  display: inline-block;
  width: calc(100% - 20px);
}
#all #this_col .this_public2 .AskFaqWrappper .Wrapper .this_in .faq ul li .question b {
  background-image: url(../img/add.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  font-family: Astra;
  font-size: 14px;
  font-weight: 700;
  color: #a7afb4;
  transform: rotate(0deg);
  transition: all 0.3s;
}
#all #this_col .this_public2 .AskFaqWrappper .Wrapper .this_in .faq ul li .question .active {
  background-image: url(../img/del.png);
}
#all #this_col .this_public2 .AskFaqWrappper .Wrapper .this_in .faq ul li .answer {
  display: none;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  color: #546a8c;
}
#all #this_col .this_public2 .LCRWrapper {
  background-color: #F7F7F7;
}
#all #this_col .this_public2 .LCRWrapper .Wrapper {
  padding: 100px 0;
}
#all #this_col .this_public2 .LCRWrapper .Wrapper .this_title {
  text-align: center;
}
#all #this_col .this_public2 .LCRWrapper .Wrapper .this_title h5 {
  font-size: 16px;
  font-weight: 300;
  color: #222222;
  text-transform: uppercase;
}
#all #this_col .this_public2 .LCRWrapper .Wrapper .this_title h2 {
  font-size: 55px;
  color: #222222;
}
#all #this_col .this_public2 .LCRWrapper .Wrapper .this_in {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#all #this_col .this_public2 .LCRWrapper .Wrapper .this_in .textWrap {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#all #this_col .this_public2 .LCRWrapper .Wrapper .this_in .textWrap .this_child {
  width: 100%;
  text-align: center;
}
#all #this_col .this_public2 .LCRWrapper .Wrapper .this_in .textWrap .this_child h5 {
  font-size: 28px;
  color: #212121;
  margin-bottom: 16px;
}
#all #this_col .this_public2 .LCRWrapper .Wrapper .this_in .textWrap .this_child p {
  color: #212121;
  font-size: 16px;
  font-weight: 300;
}
#all #this_col .this_public2 .LCRWrapper .Wrapper .this_in .textWrap .line {
  padding: 35px 0;
  display: flex;
  align-items: center;
}
#all #this_col .this_public2 .LCRWrapper .Wrapper .this_in .textWrap .line span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
#all #this_col .this_public2 .LCRWrapper .Wrapper .this_in .center {
  width: 40%;
}
#all #this_col .this_public2 .LCRWrapper .Wrapper .this_in .center .img_b {
  width: 100%;
}
#all #this_col .this_public2 .LCRWrapper .Wrapper .this_in .center .img_b img {
  width: 100%;
}
#all #this_col .this_public2 .LRTextWrapper .Wrapper {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
}
#all #this_col .this_public2 .LRTextWrapper .Wrapper .left {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
#all #this_col .this_public2 .LRTextWrapper .Wrapper .left h2 {
  color: #111827;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.1;
}
#all #this_col .this_public2 .LRTextWrapper .Wrapper .left p {
  display: inline-block;
  font-size: 16px;
  color: #595853;
  font-weight: 300;
  line-height: 1.5;
}
#all #this_col .this_public2 .LRTextWrapper .Wrapper .left ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#all #this_col .this_public2 .LRTextWrapper .Wrapper .left ul li {
  font-size: 16px;
  color: #1C244B;
  font-weight: 400;
  position: relative;
  padding-left: 12px;
}
#all #this_col .this_public2 .LRTextWrapper .Wrapper .left ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1B1B1B;
}
#all #this_col .this_public2 .LRTextWrapper .Wrapper .left .thisButton {
  margin-top: 20px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  color: #FFFFFF;
  color: #1B1B1B;
  border: 1px solid #1B1B1B;
  border-radius: 100px;
  padding: 15px 35px;
  transition: all 0.3s;
  cursor: pointer;
}
#all #this_col .this_public2 .LRTextWrapper .Wrapper .left .thisButton:hover {
  transition: all 0.3s;
  color: #fff;
  border: 1px solid #1B1B1B;
  background-color: #1B1B1B;
}
#all #this_col .this_public2 .LRTextWrapper .Wrapper .right {
  width: 66%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5%;
}
#all #this_col .this_public2 .LRTextWrapper .Wrapper .right .this_child {
  width: 30%;
}
#all #this_col .this_public2 .LRTextWrapper .Wrapper .right .this_child h5 {
  color: #1B1B1B;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.1;
}
#all #this_col .this_public2 .LRTextWrapper .Wrapper .right .this_child p {
  color: #595853;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.5;
}
#all #this_col .this_public2 .NoNumWrapper .Wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col .this_public2 .NoNumWrapper .Wrapper .left {
  width: 45%;
}
#all #this_col .this_public2 .NoNumWrapper .Wrapper .left ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#all #this_col .this_public2 .NoNumWrapper .Wrapper .left ul li {
  font-size: 16px;
  color: #1C244B;
  font-weight: 400;
  position: relative;
  padding-left: 12px;
}
#all #this_col .this_public2 .NoNumWrapper .Wrapper .left ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1B1B1B;
}
#all #this_col .this_public2 .NoNumWrapper .Wrapper .left h2 {
  color: #111827;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.1;
  margin-top: 15px;
  padding-bottom: 35px;
  border-bottom: 1px solid #1B1B1B;
}
#all #this_col .this_public2 .NoNumWrapper .Wrapper .left .this_content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#all #this_col .this_public2 .NoNumWrapper .Wrapper .left .this_content .this_child {
  padding-bottom: 25px;
  border-bottom: 1px solid #1B1B1B;
}
#all #this_col .this_public2 .NoNumWrapper .Wrapper .left .this_content .this_child h5 {
  color: #1B1B1B;
  font-size: 28px;
  font-weight: 300;
}
#all #this_col .this_public2 .NoNumWrapper .Wrapper .left .this_content .this_child p {
  color: #595853;
  font-size: 16px;
  font-weight: 200;
}
#all #this_col .this_public2 .NoNumWrapper .Wrapper .right {
  width: 42%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#all #this_col .this_public2 .NoNumWrapper .Wrapper .right .img_b {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
#all #this_col .this_public2 .NoNumWrapper .Wrapper .right .img_b img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .this_public2 .NoNumWrapper .Wrapper .right .video_b {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
#all #this_col .this_public2 .NoNumWrapper .Wrapper .right .video_b video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .left h2 {
  color: #111827;
  font-size: 72px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 30px;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .left p {
  display: inline-block;
  font-size: 16px;
  color: #595853;
  font-weight: 300;
  line-height: 1.5;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .right {
  width: 50%;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .right .thisFormWrap .thisForm {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .right .thisFormWrap .thisForm .this_list .this_text {
  color: #9e9e9e;
  font-weight: 200;
  margin-bottom: 15px;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .right .thisFormWrap .thisForm .this_list input {
  border: 1px solid transparent;
  padding: 8px 15px;
  background-color: transparent;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #1B1B1B;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .right .thisFormWrap .thisForm .this_list input::placeholder {
  color: #DFDEDE;
  font-size: 16px;
  font-weight: 300;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .right .thisFormWrap .thisForm .this_list input:focus {
  border: 1px solid #E5E5E5;
  border-bottom: 1px solid #1B1B1B;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .right .thisFormWrap .thisForm .this_list textarea {
  border: 1px solid transparent;
  border-bottom: 1px solid #1B1B1B;
  padding: 8px 15px;
  background-color: transparent;
  width: 100%;
  min-height: 120px;
  font-size: 14px;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .right .thisFormWrap .thisForm .this_list textarea::placeholder {
  color: #DFDEDE;
  font-size: 16px;
  font-weight: 300;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .right .thisFormWrap .thisForm .this_list textarea:focus {
  border: 1px solid #E5E5E5;
  border-bottom: 1px solid #1B1B1B;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .right .thisFormWrap .thisForm .w50 {
  width: 49%;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .right .thisFormWrap .thisForm .w100 {
  width: 100%;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .right .thisFormWrap .thisForm input[type="submit"] {
  margin: auto;
  text-align: center;
  margin-right: 0;
  margin-bottom: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  color: #FFFFFF;
  color: #1B1B1B;
  border: 1px solid #1B1B1B;
  border-radius: 100px;
  padding: 15px 100px;
  transition: all 0.3s;
  cursor: pointer;
}
#all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .right .thisFormWrap .thisForm input[type="submit"]:hover {
  transition: all 0.3s;
  color: #fff;
  border: 1px solid #1B1B1B;
  background-color: #1B1B1B;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper {
  padding: 50px 0;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in {
  display: flex;
  justify-content: space-between;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in .this_child {
  width: 33%;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in .left {
  padding-right: 5%;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in .left .img_b {
  width: 80px;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in .left .img_b img {
  width: 100%;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in .left p {
  color: #324A6D;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: 0px;
  word-spacing: 0em;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in .center {
  color: #324A6D;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: 0px;
  word-spacing: 0em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #324A6D;
  border-right: 1px solid #324A6D;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in .right {
  padding-left: 5%;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in .right p {
  color: #324A6D;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: 0px;
  word-spacing: 0em;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in .right .EmailForm {
  margin-top: 10px;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in .right .EmailForm input[type="email"] {
  border: 1px solid transparent;
  padding: 8px 15px;
  background-color: transparent;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #1B1B1B;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in .right .EmailForm input[type="email"]::placeholder {
  color: #DFDEDE;
  font-size: 16px;
  font-weight: 300;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in .right .EmailForm input[type="email"]:focus {
  border: 1px solid #E5E5E5;
  border-bottom: 1px solid #1B1B1B;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in .right .EmailForm input[type="submit"] {
  margin-top: 20px;
  background-color: #467FF7;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  color: #FFFFFF;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 100px;
  padding: 15px 35px;
  transition: all 0.3s;
  cursor: pointer;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in .right .EmailForm input[type="submit"]:hover {
  transition: all 0.3s;
  color: #467FF7;
  border: 1px solid #467FF7;
  background-color: #467FF7;
  background-color: transparent;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .bottom ul li a {
  width: 15px;
  height: 15px;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .bottom ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .bottom .thisCopyRight p {
  color: #595853;
  font-size: 12px;
  font-weight: 200;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: 0px;
}
#all #this_col .this_public2 .lrButton {
  opacity: 1;
  background-color: transparent;
  color: #fff;
}
#all #this_col .this_public2 .lrButton::before {
  display: none;
}
#all #this_col .this_public2 .lrButton::after {
  display: none;
}
#all #this_col .this_public2 .swiper-pagination-bullet::before {
  display: none;
}
@media screen and (max-width: 1680px) {
  #all #this_col .this_public2 .w1600 {
    width: 1400px;
  }
}
@media screen and (max-width: 1680px) and screen and (max-width: 1680px) {
  #all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in {
    gap: 20px 1.33333%;
  }
  #all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child {
    width: 24%;
  }
}
@media screen and (max-width: 1520px) {
  #all #this_col .this_public2 .w1520 {
    width: 1400px;
  }
}
@media screen and (max-width: 1440px) {
  #all #this_col .this_public2 .w1400 {
    width: 1200px;
  }
  #all #this_col .this_public2 .w1600 {
    width: 1200px;
  }
  #all #this_col .this_public2 .w1520 {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  #all #this_col .this_public2 .w1400 {
    width: 1000px;
  }
  #all #this_col .this_public2 .w1600 {
    width: 1000px;
  }
  #all #this_col .this_public2 .w1520 {
    width: 1000px;
  }
  #all #this_col .this_public2 .w1140 {
    width: 1000px;
  }
  #all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in {
    gap: 20px 2%;
  }
  #all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child {
    width: 32%;
  }
}
@media screen and (max-width: 1024px) {
  #all #this_col .this_public2 .w1400 {
    width: 900px;
  }
  #all #this_col .this_public2 .w1600 {
    width: 900px;
  }
  #all #this_col .this_public2 .w1520 {
    width: 900px;
  }
  #all #this_col .this_public2 .w1140 {
    width: 900px;
  }
}
@media screen and (max-width: 950px) {
  #all #this_col .this_public2 .w1400 {
    width: 90vw;
  }
  #all #this_col .this_public2 .w1600 {
    width: 90vw;
  }
  #all #this_col .this_public2 .w1520 {
    width: 90vw;
  }
  #all #this_col .this_public2 .w1140 {
    width: 90vw;
  }
  #all #this_col .this_public2 .w750 {
    width: 90vw;
  }
  #all #this_col .this_public2 .w98 {
    width: 90vw;
  }
  #all #this_col .this_public2 .w95 {
    width: 90vw;
  }
  #all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in {
    flex-direction: column;
  }
  #all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in .left {
    width: 100%;
    padding: 0 20px;
  }
  #all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in .left h2 {
    font-size: 32px;
  }
  #all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in .left p {
    font-size: 18px;
  }
  #all #this_col .this_public2 .ContactBlueWrapper .Wrapper .this_in .right {
    width: 100%;
    padding: 0 20px;
  }
  #all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_title h2 {
    font-size: 32px;
  }
  #all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in {
    gap: 20px 1%;
    flex-direction: column;
  }
  #all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child {
    width: 100%;
  }
  #all #this_col .this_public2 .AskFaqWrappper .Wrapper .this_title h2 {
    font-size: 32px;
  }
  #all #this_col .this_public2 .LCRWrapper .Wrapper .this_title h2 {
    font-size: 32px;
  }
  #all #this_col .this_public2 .LCRWrapper .Wrapper .this_in {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .this_public2 .LCRWrapper .Wrapper .this_in .left {
    width: 100%;
  }
  #all #this_col .this_public2 .LCRWrapper .Wrapper .this_in .center {
    width: 100%;
  }
  #all #this_col .this_public2 .LCRWrapper .Wrapper .this_in .right {
    width: 100%;
  }
  #all #this_col .this_public2 .LRTextWrapper .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .this_public2 .LRTextWrapper .Wrapper .left {
    width: 100%;
  }
  #all #this_col .this_public2 .LRTextWrapper .Wrapper .left h2 {
    font-size: 32px;
  }
  #all #this_col .this_public2 .LRTextWrapper .Wrapper .right {
    width: 100%;
  }
  #all #this_col .this_public2 .NoNumWrapper .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .this_public2 .NoNumWrapper .Wrapper .left {
    width: 100%;
  }
  #all #this_col .this_public2 .NoNumWrapper .Wrapper .left h2 {
    font-size: 32px;
  }
  #all #this_col .this_public2 .NoNumWrapper .Wrapper .left .this_content .this_child h5 {
    font-size: 20px;
  }
  #all #this_col .this_public2 .NoNumWrapper .Wrapper .right {
    width: 100%;
  }
  #all #this_col .this_public2 .FreeInquiryWrapper .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .left {
    width: 100%;
  }
  #all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .left h2 {
    font-size: 32px;
  }
  #all #this_col .this_public2 .FreeInquiryWrapper .Wrapper .right {
    width: 100%;
  }
  #all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .this_public2 .EmailCopyRightWrapper .Wrapper .this_in .this_child {
    width: 100%;
    padding: 10px;
    border: 1px solid transparent;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  #all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child .thisButtonWrap {
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }
  #all #this_col .this_public2 .AllProductsWrapper .Wrapper .this_in .this_child .thisButtonWrap .thisButton {
    width: 100%;
  }
  #all #this_col .this_public2 .LRTextWrapper .Wrapper .right {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .this_public2 .LRTextWrapper .Wrapper .right .this_child {
    width: 100%;
  }
}

#all #this_col .indexPage2 .this_title h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

#all #this_col .indexPage2 .this_title h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
#all #this_col .indexPage2 .bannerWrapper .bgHide {
  position: relative;
  width: 100%;
  height: 30vw;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#all #this_col .indexPage2 .bannerWrapper .bgHide .video-background {
  position: relative;
  width: 100%;
  height: 30%;
  padding-bottom: 42.25%;
  overflow: hidden;
}
#all #this_col .indexPage2 .bannerWrapper .bgHide .video-background::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}
#all #this_col .indexPage2 .bannerWrapper .bgHide .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#all #this_col .indexPage2 .bannerWrapper .bgHide .video-background .ytp-play-button.ytp-button {
  display: none !important;
}
#all #this_col .indexPage2 .bannerWrapper .swiper .img_b {
  width: 100%;
}
#all #this_col .indexPage2 .bannerWrapper .swiper .img_b img {
  width: 100%;
}
#all #this_col .indexPage2 .categoryWrapper {
  padding: 50px 0;
}
#all #this_col .indexPage2 .categoryWrapper .this_in {
  margin-top: 50px;
  width: 100%;
}


#all #this_col .indexPage2 .categoryWrapper .this_in .swiper {
    display: none;
}

#all #this_col .indexPage2 .categoryWrapper .this_in .swiper .lrButton {
    color: #333;
}

#all #this_col .indexPage2 .categoryWrapper .this_in .swiper .lrButton i {
    font-size: 32px;
}


#all #this_col .indexPage2 .categoryWrapper .this_in .swiper .this_child .img_b {
  width: 100%;
  padding-top: 100%;
  position: relative;  transition: all .5s;
}
#all #this_col .indexPage2 .categoryWrapper .this_in .swiper .this_child img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
 
}
#all #this_col .indexPage2 .categoryWrapper .this_in .swiper .this_child:hover .img_b{
    /*transform: scale(1.2);*/
    transition: all .5s;
}


#all #this_col .indexPage2 .categoryWrapper .this_in .swiper .this_child .this_text {
  margin-top: 8px;
  width: 100%;
}
#all #this_col .indexPage2 .categoryWrapper .this_in .swiper .this_child .this_text p {
  text-align: center;
  white-space: nowrap;
}




#all #this_col .indexPage2 .categoryWrapper .this_in ul {
  display: flex;
  flex-wrap: wrap;
  /*margin: auto 5%;*/
}
#all #this_col .indexPage2 .categoryWrapper .this_in ul li {
  box-sizing: border-box;
  padding: 0 6%;
  width: 25%;
  position: relative;
  cursor: pointer;
}
#all #this_col .indexPage2 .categoryWrapper .this_in ul li .img_b {
  width: 100%;
  padding-top: 100%;
  position: relative;  transition: all .5s;
}
#all #this_col .indexPage2 .categoryWrapper .this_in ul li .img_b img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
 
}
#all #this_col .indexPage2 .categoryWrapper .this_in ul li:hover .img_b{
    transform: scale(1.2);
    transition: all .5s;
}


#all #this_col .indexPage2 .categoryWrapper .this_in ul li .this_text {
  margin-top: 8px;
  width: 100%;
}
#all #this_col .indexPage2 .categoryWrapper .this_in ul li .this_text p {
  text-align: center;
  white-space: nowrap;
}
#all #this_col .indexPage2 .categoryWrapper .this_in ul li:nth-child(6) {
  /*margin-left: 5%;*/
  position: relative;
}
#all #this_col .indexPage2 .categoryWrapper .this_in .Wrap {
  margin-top: 80px;
}
#all #this_col .indexPage2 .categoryWrapper .this_in .Wrap .this_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.33333333%;
  opacity: 0;
}
#all #this_col .indexPage2 .categoryWrapper .this_in .Wrap .this_content .this_child {
  display: flex;
  width: 24%;
}
#all #this_col .indexPage2 .categoryWrapper .this_in .Wrap .this_content .this_child .img_b {
  width: 50%;
  padding-top: 50%;
  position: relative;
}
#all #this_col .indexPage2 .categoryWrapper .this_in .Wrap .this_content .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#all #this_col .indexPage2 .categoryWrapper .this_in .Wrap .this_content .this_child .this_text {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px;
  box-shadow: 1px 1px 1px #E9E9E9;
}
#all #this_col .indexPage2 .categoryWrapper .this_in .Wrap .this_content .this_child .this_text p {
  color: #3F444B;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#all #this_col .indexPage2 .categoryWrapper .this_in .bottom {
  margin-top: 80px;
  display: flex;
  gap: 1%;
}
#all #this_col .indexPage2 .categoryWrapper .this_in .bottom .img_b {
  position: relative;
  width: 49.5%;
}
#all #this_col .indexPage2 .categoryWrapper .this_in .bottom .img_b img {
  width: 100%;
}
#all #this_col .indexPage2 .proWrapper {
  padding-top: 50px;
}
#all #this_col .indexPage2 .proWrapper .this_in {
  margin-top: 20px;
}


#all #this_col .indexPage2 .proWrapper .this_in .swiper-father {
  position: relative;
}
#all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper {
  padding-bottom: 50px;
}
#all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 500px) {
    #all #this_col .indexPage2 .proWrapper .this_in .swiper-father {
        /*width: 100%;*/
        /*height: 100vh;*/
    }
    
     #all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper {
       width: 100%;
       /*height: 750px;*/
        margin-left: auto;
      margin-right: auto;
     }

}



#all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .img_b {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
#all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .this_text {
  margin-top: 10px;
  margin-bottom: 20px;
 
}
#all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .this_text h5 {
  font-weight: 500;
  font-size: 16px;
   display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .thisButtonWrap {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 2%;
}
#all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .thisButtonWrap .thisButton {
  width: 46%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid transparent;
  cursor: pointer;
}
#all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .thisButtonWrap .addToCart2 {
  border: 1px solid #000000;
}
#all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .thisButtonWrap .addToCart2:hover {
  background-color: var(--red);
  color: var(--red);
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}
#all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .thisButtonWrap .learnMore {
  background-color: var(--red);
  color: #fff;
}
#all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .thisButtonWrap .learnMore:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  transition: all 0.3s;
}



.aProductPage .thisButtonWrap {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 2%;
}
.aProductPage .thisButtonWrap .thisButton {
  width: 46% !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid transparent;
  cursor: pointer;
}
.aProductPage .thisButtonWrap .addToCart2 {
  border: 1px solid #000000;
}
.aProductPage .thisButtonWrap .addToCart2:hover {
  background-color: var(--red);
  color: var(--red);
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}
.aProductPage .thisButtonWrap .learnMore {
  background-color: var(--red);
  color: #fff !important;
}
.aProductPage .thisButtonWrap .learnMore:hover {
  background-color: transparent;
  color: #000 !important;
  border: 1px solid #000;
  transition: all 0.3s;
}








#all #this_col .indexPage2 .proWrapper .this_in .swiper-father .lrButton i {
  font-size: 24px;
}
#all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper-pagination-bullet-active {
  background-color: black;
}
#all #this_col .indexPage2 .proWrapper .this_in .swiper-father .next {
  bottom: 0;
}
#all #this_col .indexPage2 .videoWrapper {
  margin-top: 50px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
#all #this_col .indexPage2 .videoWrapper .Wrapper .this_in {
  position: relative;
  min-height: 20vw;
}
#all #this_col .indexPage2 .videoWrapper .Wrapper .this_in .dr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#all #this_col .indexPage2 .videoWrapper .Wrapper .this_in .dr i {
  font-size: 80px;
  color: var(--red);
}
#all #this_col .indexPage2 .videoWrapper .Wrapper .this_in .videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999999999999;
}
#all #this_col .indexPage2 .videoWrapper .Wrapper .this_in .videomain .videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
#all #this_col .indexPage2 .videoWrapper .Wrapper .this_in .videomain .videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}
#all #this_col .indexPage2 .videoWrapper .Wrapper .this_in .videomain .videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}
#all #this_col .indexPage2 .videoWrapper .Wrapper .this_in .videomain .videobox video {
  width: 100%;
  height: 100%;
}
#all #this_col .indexPage2 .videoWrapper .Wrapper .this_in .videomain .videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
}


#all #this_col .indexPage2 .videoWrapper2 {
    
  margin-top: 50px;
}

#all #this_col .indexPage2 .videoWrapper2 .iframeWrap{
    width: 100%;
    position:relative;
    padding-top: 50%;
 
}
#all #this_col .indexPage2 .videoWrapper2 iframe{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#all #this_col .indexPage2 .videoWrapper2 video {
    width: 100%;
}
#all #this_col .indexPage2 .whyWrapper {
  padding: 50px 0;
}
#all #this_col .indexPage2 .whyWrapper .this_in {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.25%;
}
#all #this_col .indexPage2 .whyWrapper .this_in .this_child {
  width: 19%;
  padding: 1.82291667vw;
  background-color: #F9FAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .indexPage2 .whyWrapper .this_in .this_child:nth-child(n+6) .img_b {
  background-color: var(--2color);
}
#all #this_col .indexPage2 .whyWrapper .this_in .this_child .img_b {
  position: relative;
  background-color: var(--red);
  border-radius: 50%;
  width: 100px;
  height: 100px;
 display: flex;
 justify-content: center;
 align-items: center;
}
#all #this_col .indexPage2 .whyWrapper .this_in .this_child .img_b i{
   color: #fff;
   font-size: 55px;
}


#all #this_col .indexPage2 .whyWrapper .this_in .this_child .img_b img {
  width: 50%;
  height: 50%;
  object-fit: cover;
  position: absolute;
  left: 0%;
  top: 0%;
  transform: translate(50%, 50%);
}
#all #this_col .indexPage2 .whyWrapper .this_in .this_child .this_text {
  margin-top: 10px;
}
#all #this_col .indexPage2 .whyWrapper .this_in .this_child .this_text p {
  font-size: 16px;
  text-align: center;
}
#all #this_col .indexPage2 .inquiryWrapper .this_in {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  position: relative;
  /*padding-right: 5vw;*/
}
#all #this_col .indexPage2 .inquiryWrapper .this_in::before {
  z-index: 1;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  --background-overlay: '';
  background-image: linear-gradient(90deg, #FFFFFF00 0%, #FFFFFF 100%);
}

#all #this_col .indexPage2 .inquiryWrapper .inquiry_left{
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px; 
    justify-content: center; 
    max-width: 700px; 
    margin: auto;
    position: relative;
    z-index: 2;
}
#all #this_col .indexPage2 .inquiryWrapper .inquiry_left .left_li{
    background: #fff; 
    border-radius: 10px; 
    padding: 20px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    text-align: center;
}

#all #this_col .indexPage2 .inquiryWrapper .inquiry_left .left_li .iconWrap{
    width: 70px;
    height:70px;
    margin: 10px auto 20px auto;
}
#all #this_col .indexPage2 .inquiryWrapper .inquiry_left .left_li .iconWrap img{
    width: 100%;
    height: 100%;
}


#all #this_col .indexPage2 .inquiryWrapper .inquiry_left .left_li h3{
    color: #ff7f00;
}

#all #this_col .indexPage2 .inquiryWrapper .this_in .indexFormWrap {
  z-index: 2;
  background-color: #0D5781C1;
  width: 35%;
  padding: 30px;
}
#all #this_col .indexPage2 .inquiryWrapper .this_in .indexFormWrap .indexFormText {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#all #this_col .indexPage2 .inquiryWrapper .this_in .indexFormWrap .indexFormText h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
#all #this_col .indexPage2 .inquiryWrapper .this_in .indexFormWrap .indexFormText p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
#all #this_col .indexPage2 .inquiryWrapper .this_in .indexFormWrap .indexForm {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}
#all #this_col .indexPage2 .inquiryWrapper .this_in .indexFormWrap .indexForm .this_list input {
  border: 1px solid #fff;
  padding: 8px 15px;
  border-radius: 20px;
  background-color: transparent;
  width: 100%;
  font-size: 16px;
}
#all #this_col .indexPage2 .inquiryWrapper .this_in .indexFormWrap .indexForm .this_list input::placeholder {
  color: #ffffff77;
  font-size: 16px;
}
#all #this_col .indexPage2 .inquiryWrapper .this_in .indexFormWrap .indexForm .this_list textarea {
  border: 1px solid #fff;
  padding: 8px 15px;
  border-radius: 20px;
  background-color: transparent;
  width: 100%;
  min-height: 120px;
  font-size: 16px;
}
#all #this_col .indexPage2 .inquiryWrapper .this_in .indexFormWrap .indexForm .this_list textarea::placeholder {
  color: #ffffff77;
  font-size: 16px;
}
#all #this_col .indexPage2 .inquiryWrapper .this_in .indexFormWrap .indexForm .w50 {
  width: 49%;
}
#all #this_col .indexPage2 .inquiryWrapper .this_in .indexFormWrap .indexForm .w100 {
  width: 100%;
}
#all #this_col .indexPage2 .inquiryWrapper .this_in .indexFormWrap .indexForm input[type="submit"] {
  background-color: var(--red);
  color: #fff;
  border-radius: 3px;
  padding: 10px 24px;
  font-size: 18px;
  margin-bottom: 30px;
}
#all #this_col .indexPage2 .blogWrapper {
  padding: 50px 0;
}
#all #this_col .indexPage2 .blogWrapper .this_in {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
#all #this_col .indexPage2 .blogWrapper .this_in .this_child {
  width: 32%;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
}
#all #this_col .indexPage2 .blogWrapper .this_in .this_child .img_b {
  width: 100%;
  padding-top: 70%;
  position: relative;
}
#all #this_col .indexPage2 .blogWrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
#all #this_col .indexPage2 .blogWrapper .this_in .this_child .this_text {
  padding: 10px;
}
#all #this_col .indexPage2 .blogWrapper .this_in .this_child .this_text h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
#all #this_col .indexPage2 .blogWrapper .this_in .this_child .this_text .time {
  font-size: 14px;
  color: #3F444B;
  margin-bottom: 15px;
}
#all #this_col .indexPage2 .blogWrapper .this_in .this_child .this_text .learnMore p {
  display: inline-block;
  color: var(--red);
  border-bottom: 1px solid var(--red);
}
#all #this_col .indexPage2 .blogWrapper .this_in .this_child .this_text .learnMore:hover p {
  color: var(--red);
  border-bottom: 1px solid #81181D;
}

@media screen and (max-width: 1200px) {
    #all #this_col .indexPage2 .inquiryWrapper .inquiry_left{
        max-width: 51vw;
    }
    #all #this_col .indexPage2 .inquiryWrapper .this_in{
        padding-right: 0;
    }
}

@media screen and (max-width: 1024px) {
  #all #this_col .indexPage2 .categoryWrapper .this_in ul li {
    width: 25%;
  }
  #all #this_col .indexPage2 .categoryWrapper .this_in ul li:nth-child(5) {
    /*margin-left: 5%;*/
  }
  #all #this_col .indexPage2 .categoryWrapper .this_in ul li:nth-child(6) {
    margin: auto;
  }
  #all #this_col .indexPage2 .inquiryWrapper .this_in {
    padding-right: 0;
  }
  #all #this_col .indexPage2 .inquiryWrapper .this_in .indexFormWrap {
    width: 45%;
  }

  #all #this_col .indexPage2 .proWrapper .this_in {
    width: 100%;
  }

  #all #this_col .indexPage2 .proWrapper .this_in .swiper-father {
    width: 100%;
  } 

  #all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper {
    width: 100%;
  }
  
    
    #all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper {
    height: 800px;
    }
    #all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide {
    height: calc((100% - 30px) / 2);
    }
    #all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide  {
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    }
  
  #all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .img_b {
      padding-top: 240px;
  }
  
  #all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .img_b img {
      object-fit: contain;
  }
}
@media screen and (max-width: 950px) {
    #all #this_col .indexPage2 .inquiryWrapper .this_in{
        flex-direction: column;
    }
    #all #this_col .indexPage2 .inquiryWrapper .inquiry_left{
        max-width: none;
        margin: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
    #all #this_col .indexPage2 .inquiryWrapper .this_in::before{
        display: none;
    }
  #all #this_col .indexPage2 .categoryWrapper .this_in ul li {
    width: 33%;
    padding: 0 1%;
  }
  #all #this_col .indexPage2 .categoryWrapper .this_in ul li:nth-child(5) {
    margin-left: 0;
  }
  #all #this_col .indexPage2 .categoryWrapper .this_in ul li:nth-child(6) {
    margin-left: 0;
  }
  #all #this_col .indexPage2 .categoryWrapper .this_in ul li .this_text p {
    white-space: break-spaces;
  }
  #all #this_col .indexPage2 .categoryWrapper .this_in .Wrap .this_content {
    gap: 10px 2%;
  }
  #all #this_col .indexPage2 .categoryWrapper .this_in .Wrap .this_content .this_child {
    width: 100%;
  }
  #all #this_col .indexPage2 .categoryWrapper .this_in .Wrap .this_content .this_child .img_b {
    padding-top: 30%;
  }
  #all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .thisButtonWrap {
    /*flex-direction: column;*/
    margin-top: 20px;
    gap: 10px;
  }
  #all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .thisButtonWrap .thisButton {
    width: 100%;
  }
  
  
   
  .aProductPage .thisButtonWrap {
    /*flex-direction: column;*/
    margin: 10px 0;
    gap: 10px;
  }
  .aProductPage .thisButtonWrap .thisButton {
    width: 100% !important;
  }  
 
  
  #all #this_col .indexPage2 .inquiryWrapper .this_in {
    padding-right: 0;
  }
  #all #this_col .indexPage2 .inquiryWrapper .this_in .indexFormWrap {
    width: 55%;
  }
  #all #this_col .indexPage2 .whyWrapper .this_in {
    gap: 10px 2%;
  }
  #all #this_col .indexPage2 .whyWrapper .this_in .this_child {
    width: 49%;
  }
  #all #this_col .indexPage2 .blogWrapper .this_in {
    flex-direction: column;
  }
  #all #this_col .indexPage2 .blogWrapper .this_in .this_child {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #all #this_col .indexPage2 .inquiryWrapper .this_in {
    padding-right: 0;
  }
  #all #this_col .indexPage2 .inquiryWrapper .this_in .indexFormWrap {
    width: 100%;
  }
}
#all #this_col .slabTransportCartSolutionPage .bannerWrapper {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
#all #this_col .slabTransportCartSolutionPage .bannerWrapper .Wrapper {
  padding: 260px 0 200px;
}
#all #this_col .slabTransportCartSolutionPage .bannerWrapper .Wrapper .this_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .slabTransportCartSolutionPage .bannerWrapper .Wrapper .this_text h5 {
  color: #F8F812;
  font-size: 22px;
  font-weight: 300;
}
#all #this_col .slabTransportCartSolutionPage .bannerWrapper .Wrapper .this_text h1 {
  font-size: 66px;
  color: #fff;
  font-weight: 900;
}
#all #this_col .slabTransportCartSolutionPage .bannerWrapper .Wrapper .this_text .thisButton {
  margin-top: 30px;
  font-size: 18px;
  color: #1B252F;
  transition: all 0.5s;
  padding: 20px 55px;
  border: 1px solid #000;
  background-color: #F8F812;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
#all #this_col .slabTransportCartSolutionPage .bannerWrapper .Wrapper .this_text .thisButton:hover {
  transform: scale(1.1);
  transition: all 0.5s;
  border: 1px solid #F8F812;
  background-color: #000;
  color: #F8F812;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper {
  padding: 35px 0 85px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .left {
  width: 45%;
  position: relative;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .left .img_b {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .left .img_b img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .left .dr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .left .dr i {
  font-size: 80px;
  color: var(--red);
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .left .videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999999999999;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .left .videomain .videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .left .videomain .videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .left .videomain .videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .left .videomain .videobox video {
  width: 100%;
  height: 100%;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .left .videomain .videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .right {
  width: 50%;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .right h5 {
  font-size: 18px;
  color: #EE3131;
  margin-bottom: 15px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .right h2 {
  font-size: 40px;
  color: #1A1A1A;
  margin-bottom: 28px;
  line-height: 1.3;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .right p {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .right .numWrap {
  padding-right: 20px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .right .numWrap .this_num .top {
  margin-bottom: 8px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .right .numWrap .this_num .top .sl {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .right .numWrap .this_num .top .fh {
  font-size: 24px;
  vertical-align: top;
  top: 0;
  left: 0;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .right .numWrap .this_num p {
  font-weight: bold;
  color: #949494;
  font-size: 14px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper {
  display: flex;
  align-items: stretch;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .left {
  padding: 70px 45px 95px 30px;
  background-color: #000;
  width: 65%;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .left h2 {
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  padding-left: 60px;
  position: relative;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .left h2::before {
  background-color: #fff;
  content: '';
  display: inline-block;
  height: 3px;
  width: 45px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .left h2 span {
  font-weight: bold;
  transition: all 0.5s;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .left h2 span:hover {
  color: #F99900;
  transition: all 0.5s;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .left .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  gap: 50px 0;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .left .bottom .this_child {
  width: 49%;
  display: flex;
  justify-content: space-between;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .left .bottom .this_child i {
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 40px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .left .bottom .this_child .this_text {
  width: calc(100% - 60px);
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .left .bottom .this_child .this_text h5 {
  color: #fff;
  font-size: 20px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .left .bottom .this_child .this_text p {
  display: inline-block;
  margin-top: 5px;
  color: #fff;
  line-height: 14px;
  line-height: 1.8;
  font-size: 14px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .right {
  width: 45%;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .right .img_b {
  width: 100%;
  height: 100%;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .right .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper3 {
  padding: 80px 0;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in .left {
  width: 49.5%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in .left .this_child {
  width: 32%;
  padding-top: 32%;
  position: relative;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in .left .this_child .img_b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in .left .this_child .img_b img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in .left .this_child .video_b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in .left .this_child .video_b iframe {
  width: 100%;
  height: 100%;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in .right {
  width: 49.5%;
  padding: 10px;
  column-gap: 10px;
  columns: 2;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in .right h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in .right p {
  font-size: 16px;
  line-height: 1.7;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in .right h5 {
  font-size: 20px;
  margin-top: 20px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in .right ul {
  margin-top: 5px;
  padding-left: 18px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in .right ul li {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.7;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper5 .Wrapper {
  padding: 100px 0;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper5 .Wrapper .this_title h2 {
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  padding-left: 60px;
  position: relative;
  color: #273171;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper5 .Wrapper .this_title h2::before {
  background-color: #273171;
  content: '';
  display: inline-block;
  height: 3px;
  width: 45px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper5 .Wrapper .this_title h2 span {
  font-weight: bold;
  transition: all 0.5s;
  color: #000;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper5 .Wrapper .this_title h5 {
  color: #9398B8;
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0px 0px 170px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper5 .Wrapper .this_in {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper5 .Wrapper .this_in .this_child {
  width: 32%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper5 .Wrapper .this_in .this_child .img_b {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper5 .Wrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper5 .Wrapper .this_in .this_child .this_text {
  padding: 30px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper5 .Wrapper .this_in .this_child .this_text h5 {
  font-size: 24px;
  color: #1A1A1A;
  margin-bottom: 20px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper5 .Wrapper .this_in .this_child .this_text p {
  color: #666666;
  font-size: 16px;
  font-weight: 300;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 {
  padding-top: 80px;
  padding-bottom: 20px;
  background-size: 100% 300px;
  background-repeat: no-repeat;
  position: relative;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6::before {
  z-index: 1;
  content: '';
  display: inline-block;
  opacity: 0.8;
  background-color: #273171;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper {
  position: relative;
  z-index: 2;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_title h2 {
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  padding-left: 60px;
  position: relative;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_title h2::before {
  background-color: #fff;
  content: '';
  display: inline-block;
  height: 3px;
  width: 45px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_title h2 span {
  font-weight: bold;
  transition: all 0.5s;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_title h2 span:hover {
  color: #000;
  transition: all 0.5s;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_title h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0px 0px 170px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_in {
  margin-top: 40px;
  display: flex;
  gap: 2%;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_in .this_child {
  display: flex;
  flex-direction: column;
  width: 49%;
  background-color: #fff;
  padding: 55px 40px 60px 40px;
  border-radius: 10px;
  position: relative;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_in .this_child::before {
  content: '\e817';
  display: inline-block;
  font-family: iconfont-icon;
  position: absolute;
  right: 5%;
  bottom: 5%;
  color: #D3E3FE;
  font-size: 60px;
  width: 60px;
  height: 60px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_in .this_child ul {
  display: flex;
  align-items: center;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_in .this_child ul li i {
  font-size: 24px;
  color: #EFB336;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_in .this_child p {
  color: #666666;
  margin: 0px 0px 30px 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_in .this_child .this_user {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_in .this_child .this_user .img_b {
  width: 80px;
  height: 80px;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, 0.1);
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_in .this_child .this_user .img_b img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_in .this_child .this_user span {
  display: block;
  width: calc(100% - 100px);
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1280px) {
  #all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in {
    flex-direction: column;
  }
  #all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in .left {
    width: 100%;
  }
  #all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in .right {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  #all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in {
    flex-direction: column;
  }
  #all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .left {
    width: 100%;
  }
  #all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .right {
    margin-top: 20px;
    width: 100%;
  }
  #all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper {
    flex-direction: column-reverse;
  }
  #all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .left {
    width: 100%;
  }
  #all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .right {
    width: 100%;
  }
  #all #this_col .slabTransportCartSolutionPage .modelWrapper5 .Wrapper .this_in {
    gap: 20px 1%;
    flex-direction: column;
  }
  #all #this_col .slabTransportCartSolutionPage .modelWrapper5 .Wrapper .this_in .this_child {
    width: 100%;
  }
  #all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_in {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .slabTransportCartSolutionPage .modelWrapper6 .Wrapper .this_in .this_child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .right .numWrap {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  #all #this_col .slabTransportCartSolutionPage .modelWrapper1 .Wrapper .this_in .right .numWrap .this_num {
    width: 50%;
  }
  #all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .left .bottom {
    flex-direction: column;
  }
  #all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .left .bottom .this_child {
    width: 100%;
  }
  #all #this_col .slabTransportCartSolutionPage .modelWrapper3 .Wrapper .this_in .right {
    columns: 1;
  }
}
@media screen and (max-width: 500px) {
  #all #this_col .slabTransportCartSolutionPage .modelWrapper2 .Wrapper .left .bottom .this_child {
    flex-direction: column;
    display: flex;
    gap: 20px;
  }
}
#all #this_col .slabTransportAFrameSolution .bannerWrapper .img_b {
  width: 100%;
}
#all #this_col .slabTransportAFrameSolution .bannerWrapper .img_b img {
  width: 100%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper1 .Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 50px 0;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper1 .Wrapper h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper1 .Wrapper p {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper1 .Wrapper .thisButton {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 5px;
  background-color: var(--red);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 1;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper1 .Wrapper .thisButton:hover {
  background-color: #ED9C24;
  transition: all 0.3s;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper2 {
  background-color: #F5F5F5;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper2 .Wrapper {
  padding: 50px 0;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper2 .Wrapper .this_title h2 {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper2 .Wrapper .this_in {
  margin-top: 20px;
  display: flex;
  gap: 1.33333333%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper2 .Wrapper .this_in .this_child {
  width: 24%;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
  transition: 0.3s all;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper2 .Wrapper .this_in .this_child:hover {
  transition: 0.3s all;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
}
#all #this_col .slabTransportAFrameSolution .modelWrapper2 .Wrapper .this_in .this_child .img_b {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper2 .Wrapper .this_in .this_child .img_b img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper2 .Wrapper .this_in .this_child .this_text {
  background-color: #F5F5F5;
  padding: 10px;
  padding-top: 15px;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper2 .Wrapper .this_in .this_child .this_text p {
  font-size: 16px;
  color: #54595F;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper3 .Wrapper {
  padding: 50px 0;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper3 .Wrapper .this_title {
  text-align: center;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper3 .Wrapper .this_title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper3 .Wrapper .this_title p {
  color: #002140;
  font-size: 14px;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper3 .Wrapper .this_in {
  margin-top: 30px;
  padding: 10px 0;
  display: flex;
  gap: 1.25%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper3 .Wrapper .this_in .this_child {
  width: 19%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper3 .Wrapper .this_in .this_child i {
  font-size: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
}
#all #this_col .slabTransportAFrameSolution .modelWrapper3 .Wrapper .this_in .this_child .this_text {
  margin-top: 15px;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper3 .Wrapper .this_in .this_child .this_text h5 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper3 .Wrapper .this_in .this_child .this_text p {
  font-size: 14px;
  font-weight: 300;
  color: #002140;
  line-height: 1.6;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper4 {
  background-color: #F5F5F5;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper4 .Wrapper {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper4 .Wrapper .left {
  width: 48%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper4 .Wrapper .left h2 {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 10px;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper4 .Wrapper .left p {
  font-size: 14px;
  line-height: 1.8;
  color: #002140;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper4 .Wrapper .right {
  width: 48%;
  padding: 0 2%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper4 .Wrapper .right .swiper .img_b {
  width: 100%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper4 .Wrapper .right .swiper .img_b img {
  width: 100%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper5 {
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper5::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper5 .Wrapper {
  position: relative;
  z-index: 2;
  min-height: 360px;
  display: flex;
  align-items: center;
  text-align: center;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper5 .Wrapper h2 {
  width: 100%;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper6 .Wrapper {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper6 .Wrapper .left {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper6 .Wrapper .left h2 {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 10px;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper6 .Wrapper .left p {
  font-size: 14px;
  line-height: 1.8;
  color: #002140;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper6 .Wrapper .left .thisButton {
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 5px;
  background-color: var(--red);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 1;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper6 .Wrapper .left .thisButton:hover {
  background-color: #ED9C24;
  transition: all 0.3s;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper6 .Wrapper .right {
  width: 48%;
  padding: 0 2%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper6 .Wrapper .right .swiper .img_b {
  width: 100%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper6 .Wrapper .right .swiper .img_b img {
  width: 100%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper7 {
  background-color: #F5F5F5;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper7 .Wrapper {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper7 .Wrapper .left {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper7 .Wrapper .left h2 {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 10px;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper7 .Wrapper .left p {
  font-size: 14px;
  line-height: 1.8;
  color: #002140;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper7 .Wrapper .left .thisButton {
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 5px;
  background-color: var(--red);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 1;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper7 .Wrapper .left .thisButton:hover {
  background-color: #ED9C24;
  transition: all 0.3s;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper7 .Wrapper .right {
  width: 48%;
  padding: 10px 2%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper7 .Wrapper .right .swiper .img_b {
  width: 100%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper7 .Wrapper .right .swiper .img_b img {
  width: 100%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper8 .Wrapper {
  padding: 50px 0;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper8 .Wrapper .this_title h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper8 .Wrapper .this_in {
  margin-top: 30px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper8 .Wrapper .this_in .video_b {
  width: 49%;
  padding-top: 25%;
  position: relative;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper8 .Wrapper .this_in .video_b iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 {
  background-color: #F5F5F5;
  padding: 50px 0;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper {
  display: flex;
  background-color: #fff;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .left {
  width: 50%;
  padding: 50px;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .left h2 {
  line-height: 1;
  font-size: 32px;
  font-weight: 500;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .left .faq {
  margin-top: 20px;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .left .faq ul {
  width: 100%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .left .faq ul li {
  border-bottom: 1px solid #E7E7E7;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .left .faq ul li .question {
  padding: 8px;
  background-color: #F7F9FB;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .left .faq ul li .question p {
  display: inline-block;
  width: calc(100% - 20px);
  line-height: 1.5;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .left .faq ul li .question b {
  line-height: 1.5;
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #a7afb4;
  transform: rotate(0deg);
  transition: all 0.3s;
  position: relative;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .left .faq ul li .question b::before {
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '\eaf3';
  font-family: iconfont-icon;
  font-size: 16px;
  color: #000;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .left .faq ul li .question b.active::before {
  content: '\eaf5';
  color: #fff;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .left .faq ul li .question.active {
  color: #fff;
  background-color: var(--red);
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .left .faq ul li .answer {
  display: none;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  color: #546a8c;
  font-weight: 300;
  color: #54595F;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .right {
  width: 50%;
  padding: 50px;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .right .thisFormWrap .thisFormText h2 {
  font-size: 32px;
  font-weight: 500;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .right .thisFormWrap .thisForm {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 2%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .right .thisFormWrap .thisForm .this_list input {
  border: 1px solid #69727D;
  padding: 8px 15px;
  background-color: transparent;
  width: 100%;
  font-size: 14px;
  border-radius: 3px;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .right .thisFormWrap .thisForm .this_list input::placeholder {
  color: #A7A7A7;
  font-size: 14px;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .right .thisFormWrap .thisForm .this_list textarea {
  border: 1px solid #69727D;
  padding: 8px 15px;
  background-color: transparent;
  width: 100%;
  min-height: 120px;
  border-radius: 3px;
  font-size: 14px;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .right .thisFormWrap .thisForm .this_list textarea::placeholder {
  color: #A7A7A7;
  font-size: 14px;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .right .thisFormWrap .thisForm .w50 {
  width: 49%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .right .thisFormWrap .thisForm .w100 {
  width: 100%;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .right .thisFormWrap .thisForm input[type="submit"] {
  margin: auto;
  text-align: center;
  background-color: var(--red);
  color: #fff;
  border-radius: 5px;
  padding: 12px 24px;
  font-size: 12px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
#all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .right .thisFormWrap .thisForm input[type="submit"]:hover {
  background-color: #ED9C24;
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  #all #this_col .slabTransportAFrameSolution .modelWrapper2 .Wrapper .this_in {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper2 .Wrapper .this_in .this_child {
    width: 100%;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper3 .Wrapper .this_in {
    flex-direction: column;
    gap: 30px;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper3 .Wrapper .this_in .this_child {
    width: 100%;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper4 .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper4 .Wrapper .left {
    width: 100%;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper4 .Wrapper .right {
    width: 100%;
    padding: 0;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper6 .Wrapper {
    flex-direction: column-reverse;
    gap: 20px;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper6 .Wrapper .left {
    width: 100%;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper6 .Wrapper .right {
    width: 100%;
    padding: 0;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper7 .Wrapper {
    flex-direction: column-reverse;
    gap: 20px;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper7 .Wrapper .left {
    width: 100%;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper7 .Wrapper .right {
    width: 100%;
    padding: 0;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper8 .Wrapper .this_in {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper8 .Wrapper .this_in .video_b {
    width: 100%;
    padding-top: 50%;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .left {
    width: 100%;
    padding: 10px;
  }
  #all #this_col .slabTransportAFrameSolution .modelWrapper9 .Wrapper .right {
    width: 100%;
    padding: 10px;
  }
}
#all #this_col .slabLiftingClampsSolutionPage .bannerWrapper {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#all #this_col .slabLiftingClampsSolutionPage .bannerWrapper .Wrapper {
  padding: 100px 0 180px;
}
#all #this_col .slabLiftingClampsSolutionPage .bannerWrapper .Wrapper .this_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .slabLiftingClampsSolutionPage .bannerWrapper .Wrapper .this_text h5 {
  color: #F8F812;
  font-size: 22px;
  font-weight: 300;
}
#all #this_col .slabLiftingClampsSolutionPage .bannerWrapper .Wrapper .this_text h1 {
  font-size: 66px;
  color: #fff;
  font-weight: 900;
}
#all #this_col .slabLiftingClampsSolutionPage .bannerWrapper .Wrapper .this_text .thisButton {
  margin-top: 30px;
  font-size: 18px;
  color: #1B252F;
  transition: all 0.5s;
  padding: 20px 55px;
  border: 1px solid #000;
  background-color: #F8F812;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
#all #this_col .slabLiftingClampsSolutionPage .bannerWrapper .Wrapper .this_text .thisButton:hover {
  transform: scale(1.1);
  transition: all 0.5s;
  border: 1px solid #F8F812;
  background-color: #000;
  color: #F8F812;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper1 .Wrapper {
  margin-top: 50px;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper1 .Wrapper .this_title h2 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper1 .Wrapper .this_in {
  text-align: center;
  background-color: #F9F9F9;
  padding: 20px;
  margin-top: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper1 .Wrapper .this_in h2 {
  margin: 20px 0;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper1 .Wrapper .this_in p {
  margin-bottom: 20px;
  font-size: 14px;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .left {
  width: 49%;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .left .swiper {
  padding-bottom: 50px;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .left .swiper .img_b {
  width: 100%;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .left .swiper .img_b img {
  width: 100%;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .left .swiper .lrButton i {
  font-weight: bold;
  font-size: 36px;
  color: #F0F0F0;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .left .swiper .next .swiper-pagination-bullet {
  opacity: 0.3;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .left .swiper .next .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .right {
  width: 49%;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .right h2 {
  color: #0056B3;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .right h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .right ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .right ul li {
  font-size: 18px;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .right .this_text {
  margin-top: 50px;
  text-align: center;
  padding: 20px;
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .right .this_text h5 {
  font-size: 18px;
  color: #0056B3;
  font-weight: 500;
  margin-bottom: 10px;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .right .this_text p {
  color: #444;
  font-size: 16px;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper3 .Wrapper {
  padding-bottom: 50px;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper3 .Wrapper .this_in {
  display: flex;
  align-items: stretch;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper3 .Wrapper .this_in .left {
  width: 50%;
  padding: 5% 0;
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper3 .Wrapper .this_in .left h2 {
  color: #1C244B;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper3 .Wrapper .this_in .left p {
  color: #324A6D;
  font-size: 16px;
  font-weight: 300;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper3 .Wrapper .this_in .left .thisButton {
  margin-top: 20px;
  background-color: #467FF7;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  color: #FFFFFF;
  border: 1px solid #467FF7;
  border-radius: 100px;
  padding: 15px 35px;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper3 .Wrapper .this_in .left .thisButton:hover {
  background-color: transparent;
  color: #467FF7;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper3 .Wrapper .this_in .right {
  width: 50%;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper3 .Wrapper .this_in .right .video_b {
  width: 100%;
  height: 100%;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper3 .Wrapper .this_in .right .video_b iframe {
  width: 100%;
  height: 100%;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 {
  background-color: transparent;
  background-image: linear-gradient(180deg, #EDF3FF 0%, #FFFFFF 30%);
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper {
  display: flex;
  align-items: center;
  padding: 100px 0;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .left {
  width: 40%;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .left h5 {
  color: #212121;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .left h2 {
  margin-top: 10px;
  color: #222222;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .right {
  width: 60%;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .right .this_child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .right .this_child .img_b {
  width: 30%;
  padding-top: 40%;
  position: relative;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .right .this_child .img_b img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .right .this_child .this_text {
  width: calc(70% - 20px);
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .right .this_child .this_text p {
  color: #212121;
  font-size: 22px;
  font-weight: 300;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .right .this_child .this_text h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #212121;
  font-size: 24px;
  font-weight: 500;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .right .this_child .this_text span {
  font-size: 16px;
  color: #212121;
  font-weight: 400;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 {
  background-color: transparent;
  background-image: linear-gradient(180deg, #EDF3FF 0%, #FFFFFF 30%);
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 100px 0;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .left {
  width: 40%;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .left h5 {
  color: #212121;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 10px;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .left h2 {
  color: #222222;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .right {
  width: 60%;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .right .this_child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .right .this_child .img_b {
  width: 30%;
  padding-top: 40%;
  position: relative;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .right .this_child .img_b img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .right .this_child .this_text {
  width: calc(70% - 20px);
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .right .this_child .this_text p {
  color: #212121;
  font-size: 22px;
  font-weight: 300;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .right .this_child .this_text h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #212121;
  font-size: 24px;
  font-weight: 500;
}
#all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .right .this_child .this_text span {
  font-size: 16px;
  color: #212121;
  font-weight: 400;
}
@media screen and (max-width: 950px) {
  #all #this_col .slabLiftingClampsSolutionPage .bannerWrapper .Wrapper .this_text h1 {
    font-size: 36px;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .left {
    width: 100%;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper2 .Wrapper .right {
    width: 100%;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper3 .Wrapper .this_in {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper3 .Wrapper .this_in .left {
    width: 100%;
    padding-right: 0;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper3 .Wrapper .this_in .left h2 {
    font-size: 32px;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper3 .Wrapper .this_in .right {
    width: 100%;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper3 .Wrapper .this_in .right .video_b iframe {
    height: 400px;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .left {
    width: 100%;
    text-align: center;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .left h2 {
    font-size: 32px;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .left br {
    display: none;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .right {
    width: 100%;
    padding-right: 0;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .left {
    width: 100%;
    text-align: center;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .left h2 {
    font-size: 32px;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .left br {
    display: none;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .right {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .right .this_child {
    flex-direction: column;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .right .this_child .img_b {
    width: 100%;
    padding-top: 70%;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper4 .Wrapper .right .this_child .this_text {
    margin-top: 10px;
    width: 100%;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .right .this_child {
    flex-direction: column;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .right .this_child .img_b {
    width: 100%;
    padding-top: 70%;
  }
  #all #this_col .slabLiftingClampsSolutionPage .modelWrapper5 .Wrapper .right .this_child .this_text {
    margin-top: 10px;
    width: 100%;
  }
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper1 .Wrapper {
  padding: 50px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper1 .Wrapper h2 {
  font-size: 66px;
  color: #1C244B;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper1 .Wrapper p {
  font-size: 16px;
  color: #324A6D;
  font-weight: 300;
  padding: 0 150px;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper1 .Wrapper .thisButton {
  margin-top: 20px;
  background-color: #467FF7;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  color: #FFFFFF;
  border: 1px solid #467FF7;
  border-radius: 100px;
  padding: 15px 35px;
  transition: all 0.3s;
  cursor: pointer;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper1 .Wrapper .thisButton:hover {
  transition: all 0.3s;
  background-color: transparent;
  color: #467FF7;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper3 .Wrapper {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper3 .Wrapper .left {
  width: 45%;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper3 .Wrapper .left .img_b {
  width: 100%;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper3 .Wrapper .left .img_b img {
  width: 100%;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper3 .Wrapper .right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper3 .Wrapper .right h2 {
  color: #111827;
  font-size: 55px;
  line-height: 1.1;
  margin-bottom: 50px;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper3 .Wrapper .right p {
  display: inline-block;
  font-size: 16px;
  color: #324A6D;
  font-weight: 300;
  line-height: 1.5;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper4 .Wrapper {
  padding: 50px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper4 .Wrapper .left {
  width: 45%;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper4 .Wrapper .left .img_b {
  width: 100%;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper4 .Wrapper .left .img_b img {
  width: 100%;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper4 .Wrapper .right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper4 .Wrapper .right h2 {
  color: #111827;
  font-size: 55px;
  line-height: 1.1;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper4 .Wrapper .right p {
  display: inline-block;
  font-size: 16px;
  color: #324A6D;
  font-weight: 300;
  line-height: 1.5;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper4 .Wrapper .right ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper4 .Wrapper .right ul li {
  font-size: 16px;
  color: #1C244B;
  font-weight: 300;
  position: relative;
  padding-left: 12px;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper4 .Wrapper .right ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #467FF7;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper5 .Wrapper {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper5 .Wrapper .left {
  width: 45%;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper5 .Wrapper .left .img_b {
  width: 100%;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper5 .Wrapper .left .img_b img {
  width: 100%;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper5 .Wrapper .right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper5 .Wrapper .right h2 {
  color: #111827;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.1;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper5 .Wrapper .right p {
  display: inline-block;
  font-size: 18px;
  color: #324A6D;
  font-weight: 300;
  line-height: 1.5;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper5 .Wrapper .right ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper5 .Wrapper .right ul li {
  font-size: 16px;
  color: #1C244B;
  font-weight: 400;
  position: relative;
  padding-left: 12px;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper5 .Wrapper .right ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1B1B1B;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper5 .Wrapper .right .thisButton {
  margin-top: 20px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  color: #FFFFFF;
  color: #1B1B1B;
  border: 1px solid #1B1B1B;
  border-radius: 100px;
  padding: 15px 35px;
  transition: all 0.3s;
  cursor: pointer;
}
#all #this_col .forkliftBoomSolutionPage .modelWrapper5 .Wrapper .right .thisButton:hover {
  transition: all 0.3s;
  color: #fff;
  border: 1px solid #1B1B1B;
  background-color: #1B1B1B;
}
#all #this_col .forkliftBoomSolutionPage .categoryWrapper {
  padding: 50px 0;
}
#all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in {
  margin-top: 50px;
  width: 100%;
}
#all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto 5%;
}
#all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in ul li {
  box-sizing: border-box;
  padding: 0 4%;
  width: 19%;
  position: relative;
}
#all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in ul li.on .this_text p {
  color: var(--red);
}
#all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in ul li .img_b {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
#all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in ul li .img_b img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in ul li .this_text {
  margin-top: 8px;
  width: 100%;
}
#all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in ul li .this_text p {
  text-align: center;
  white-space: nowrap;
}
#all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in .Wrap {
  margin-top: 80px;
}
#all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in .Wrap .this_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.33333333%;
  opacity: 0;
}
#all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in .Wrap .this_content .this_child {
  display: flex;
  width: 24%;
}
#all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in .Wrap .this_content .this_child .img_b {
  width: 50%;
  padding-top: 50%;
  position: relative;
}
#all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in .Wrap .this_content .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in .Wrap .this_content .this_child .this_text {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px;
  box-shadow: 1px 1px 1px #E9E9E9;
}
#all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in .Wrap .this_content .this_child .this_text p {
  color: #3F444B;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  #all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in ul li {
    width: 25%;
  }
}
@media screen and (max-width: 950px) {
  #all #this_col .forkliftBoomSolutionPage .modelWrapper1 .Wrapper h2 {
    font-size: 36px;
  }
  #all #this_col .forkliftBoomSolutionPage .modelWrapper1 .Wrapper p {
    padding: 0 2%;
  }
  #all #this_col .forkliftBoomSolutionPage .modelWrapper3 .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .forkliftBoomSolutionPage .modelWrapper3 .Wrapper .left {
    width: 100%;
  }
  #all #this_col .forkliftBoomSolutionPage .modelWrapper3 .Wrapper .right {
    width: 100%;
  }
  #all #this_col .forkliftBoomSolutionPage .modelWrapper3 .Wrapper .right h2 {
    font-size: 32px;
  }
  #all #this_col .forkliftBoomSolutionPage .modelWrapper4 .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .forkliftBoomSolutionPage .modelWrapper4 .Wrapper .left {
    width: 100%;
  }
  #all #this_col .forkliftBoomSolutionPage .modelWrapper4 .Wrapper .right {
    width: 100%;
  }
  #all #this_col .forkliftBoomSolutionPage .modelWrapper4 .Wrapper .right h2 {
    font-size: 32px;
  }
  #all #this_col .forkliftBoomSolutionPage .modelWrapper5 .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .forkliftBoomSolutionPage .modelWrapper5 .Wrapper .left {
    width: 100%;
  }
  #all #this_col .forkliftBoomSolutionPage .modelWrapper5 .Wrapper .right {
    width: 100%;
  }
  #all #this_col .forkliftBoomSolutionPage .modelWrapper5 .Wrapper .right h2 {
    font-size: 32px;
  }
  #all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in ul li {
    width: 33%;
  }
  #all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in ul li .this_text p {
    white-space: break-spaces;
  }
  #all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in .Wrap .this_content {
    gap: 10px 2%;
  }
  #all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in .Wrap .this_content .this_child {
    width: 100%;
  }
  #all #this_col .forkliftBoomSolutionPage .categoryWrapper .this_in .Wrap .this_content .this_child .img_b {
    padding-top: 30%;
  }
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper1 .Wrapper {
  padding: 50px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper1 .Wrapper h2 {
  font-size: 66px;
  color: #1C244B;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper1 .Wrapper p {
  font-size: 16px;
  color: #324A6D;
  font-weight: 300;
  padding: 0 150px;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper1 .Wrapper .thisButton {
  margin-top: 20px;
  background-color: #467FF7;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  color: #FFFFFF;
  border: 1px solid #467FF7;
  border-radius: 100px;
  padding: 15px 35px;
  transition: all 0.3s;
  cursor: pointer;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper1 .Wrapper .thisButton:hover {
  transition: all 0.3s;
  background-color: transparent;
  color: #467FF7;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper3 .Wrapper {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper3 .Wrapper .left {
  width: 45%;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper3 .Wrapper .left .img_b {
  width: 100%;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper3 .Wrapper .left .img_b img {
  width: 100%;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper3 .Wrapper .right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper3 .Wrapper .right h2 {
  color: #111827;
  font-size: 55px;
  line-height: 1.1;
  margin-bottom: 50px;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper3 .Wrapper .right p {
  display: inline-block;
  font-size: 16px;
  color: #324A6D;
  font-weight: 300;
  line-height: 1.5;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper4 .Wrapper {
  padding: 50px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper4 .Wrapper .left {
  width: 45%;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper4 .Wrapper .left .img_b {
  width: 100%;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper4 .Wrapper .left .img_b img {
  width: 100%;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper4 .Wrapper .right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper4 .Wrapper .right h2 {
  color: #111827;
  font-size: 55px;
  line-height: 1.1;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper4 .Wrapper .right p {
  display: inline-block;
  font-size: 16px;
  color: #324A6D;
  font-weight: 300;
  line-height: 1.5;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper4 .Wrapper .right ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper4 .Wrapper .right ul li {
  font-size: 16px;
  color: #1C244B;
  font-weight: 300;
  position: relative;
  padding-left: 12px;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper4 .Wrapper .right ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #467FF7;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper5 .Wrapper {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper5 .Wrapper .left {
  width: 45%;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper5 .Wrapper .left .img_b {
  width: 100%;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper5 .Wrapper .left .img_b img {
  width: 100%;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper5 .Wrapper .right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper5 .Wrapper .right h2 {
  color: #111827;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.1;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper5 .Wrapper .right p {
  display: inline-block;
  font-size: 18px;
  color: #324A6D;
  font-weight: 300;
  line-height: 1.5;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper5 .Wrapper .right ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper5 .Wrapper .right ul li {
  font-size: 16px;
  color: #1C244B;
  font-weight: 400;
  position: relative;
  padding-left: 12px;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper5 .Wrapper .right ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1B1B1B;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper5 .Wrapper .right .thisButton {
  margin-top: 20px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  color: #FFFFFF;
  color: #1B1B1B;
  border: 1px solid #1B1B1B;
  border-radius: 100px;
  padding: 15px 35px;
  transition: all 0.3s;
  cursor: pointer;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper5 .Wrapper .right .thisButton:hover {
  transition: all 0.3s;
  color: #fff;
  border: 1px solid #1B1B1B;
  background-color: #1B1B1B;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper .left {
  width: 200px;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper .left ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper .left ul li {
  cursor: pointer;
  font-size: 14px;
  padding: 15px 30px;
  color: #000;
  background-color: #F0F1F4;
  font-weight: 400;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper .left ul li.on {
  color: #D72924;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper .right {
  width: calc(100% - 280px);
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper .right .this_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper .right .this_content .this_child {
  width: 32%;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper .right .this_content .this_child .img_b {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper .right .this_content .this_child .img_b:hover img {
  transition: all 0.3s;
  transform: scale(1.1);
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper .right .this_content .this_child .img_b img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.3s;
}
#all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper .right .this_content .this_child .this_text {
  padding: 10px;
}
@media screen and (max-width: 950px) {
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper1 .Wrapper h2 {
    font-size: 36px;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper1 .Wrapper p {
    padding: 0 2%;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper3 .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper3 .Wrapper .left {
    width: 100%;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper3 .Wrapper .right {
    width: 100%;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper3 .Wrapper .right h2 {
    font-size: 32px;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper4 .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper4 .Wrapper .left {
    width: 100%;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper4 .Wrapper .right {
    width: 100%;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper4 .Wrapper .right h2 {
    font-size: 32px;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper5 .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper5 .Wrapper .left {
    width: 100%;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper5 .Wrapper .right {
    width: 100%;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper5 .Wrapper .right h2 {
    font-size: 32px;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper {
    flex-direction: column;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper .left {
    width: 100%;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper .right {
    width: 100%;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper .right .this_content {
    flex-direction: column;
  }
  #all #this_col .slabDisplayRackSolutionPage .modelWrapper6 .Wrapper .right .this_content .this_child {
    width: 100%;
  }
}
#all #this_col .stoneWasterContainerSolutionPage .bannerWrapper {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#all #this_col .stoneWasterContainerSolutionPage .bannerWrapper .Wrapper {
  padding: 100px 0 180px;
}
#all #this_col .stoneWasterContainerSolutionPage .bannerWrapper .Wrapper .this_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .stoneWasterContainerSolutionPage .bannerWrapper .Wrapper .this_text h5 {
  color: #F8F812;
  font-size: 22px;
  font-weight: 300;
}
#all #this_col .stoneWasterContainerSolutionPage .bannerWrapper .Wrapper .this_text h1 {
  font-size: 66px;
  color: #fff;
  font-weight: 900;
}
#all #this_col .stoneWasterContainerSolutionPage .bannerWrapper .Wrapper .this_text .thisButton {
  margin-top: 30px;
  font-size: 18px;
  color: #1B252F;
  transition: all 0.5s;
  padding: 20px 55px;
  border: 1px solid #000;
  background-color: #F8F812;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
#all #this_col .stoneWasterContainerSolutionPage .bannerWrapper .Wrapper .this_text .thisButton:hover {
  transform: scale(1.1);
  transition: all 0.5s;
  border: 1px solid #F8F812;
  background-color: #000;
  color: #F8F812;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper1 .Wrapper {
  margin-top: 50px;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper1 .Wrapper .this_title h2 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper1 .Wrapper .this_in {
  text-align: center;
  background-color: #F9F9F9;
  padding: 20px;
  margin-top: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper1 .Wrapper .this_in h2 {
  margin: 20px 0;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper1 .Wrapper .this_in p {
  margin-bottom: 20px;
  font-size: 14px;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .left {
  width: 49%;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .left .swiper {
  padding-bottom: 50px;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .left .swiper .img_b {
  width: 100%;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .left .swiper .img_b img {
  width: 100%;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .left .swiper .lrButton i {
  font-weight: bold;
  font-size: 36px;
  color: #F0F0F0;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .left .swiper .next .swiper-pagination-bullet {
  opacity: 0.3;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .left .swiper .next .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .right {
  width: 49%;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .right h2 {
  color: #0056B3;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .right h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .right ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .right ul li {
  font-size: 18px;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .right .this_text {
  margin-top: 50px;
  text-align: center;
  padding: 20px;
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .right .this_text h5 {
  font-size: 18px;
  color: #0056B3;
  font-weight: 500;
  margin-bottom: 10px;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .right .this_text p {
  color: #444;
  font-size: 16px;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper3 .Wrapper {
  padding-bottom: 50px;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper3 .Wrapper .this_in {
  display: flex;
  align-items: stretch;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper3 .Wrapper .this_in .left {
  width: 50%;
  padding: 5% 0;
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper3 .Wrapper .this_in .left h2 {
  color: #1C244B;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper3 .Wrapper .this_in .left p {
  color: #324A6D;
  font-size: 16px;
  font-weight: 300;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper3 .Wrapper .this_in .left .thisButton {
  margin-top: 20px;
  background-color: #467FF7;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  color: #FFFFFF;
  border: 1px solid #467FF7;
  border-radius: 100px;
  padding: 15px 35px;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper3 .Wrapper .this_in .left .thisButton:hover {
  background-color: transparent;
  color: #467FF7;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper3 .Wrapper .this_in .right {
  width: 50%;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper3 .Wrapper .this_in .right .video_b {
  width: 100%;
  height: 100%;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper3 .Wrapper .this_in .right .video_b iframe {
  width: 100%;
  height: 100%;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 {
  background-color: transparent;
  background-image: linear-gradient(180deg, #EDF3FF 0%, #FFFFFF 30%);
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper {
  display: flex;
  align-items: center;
  padding: 100px 0;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .left {
  width: 40%;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .left h5 {
  color: #212121;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .left h2 {
  margin-top: 10px;
  color: #222222;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .right {
  width: 60%;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .right .this_child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .right .this_child .img_b {
  width: 30%;
  padding-top: 40%;
  position: relative;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .right .this_child .img_b img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .right .this_child .this_text {
  width: calc(70% - 20px);
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .right .this_child .this_text p {
  color: #212121;
  font-size: 22px;
  font-weight: 300;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .right .this_child .this_text h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #212121;
  font-size: 24px;
  font-weight: 500;
}
#all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .right .this_child .this_text span {
  font-size: 16px;
  color: #212121;
  font-weight: 400;
}
@media screen and (max-width: 950px) {
    #all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .this_text{
        margin:10px 0;
    }
    #all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .this_text h5{
        font-size: 15px;
        font-weight: 400;
   
    }
        #all #this_col .indexPage2 .proWrapper .this_in .swiper-father .swiper .swiper-wrapper .swiper-slide {
       height: calc((100% - 30px) / 2);
    }
    
  #all #this_col .stoneWasterContainerSolutionPage .bannerWrapper .Wrapper .this_text h1 {
    font-size: 36px;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .left {
    width: 100%;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper2 .Wrapper .right {
    width: 100%;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper3 .Wrapper .this_in {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper3 .Wrapper .this_in .left {
    width: 100%;
    padding-right: 0;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper3 .Wrapper .this_in .left h2 {
    font-size: 32px;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper3 .Wrapper .this_in .right {
    width: 100%;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper3 .Wrapper .this_in .right .video_b iframe {
    height: 400px;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .left {
    width: 100%;
    text-align: center;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .left h2 {
    font-size: 32px;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .left br {
    display: none;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .right {
    width: 100%;
    padding-right: 0;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper5 .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper5 .Wrapper .left {
    width: 100%;
    text-align: center;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper5 .Wrapper .left h2 {
    font-size: 32px;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper5 .Wrapper .left br {
    display: none;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper5 .Wrapper .right {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .right .this_child {
    flex-direction: column;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .right .this_child .img_b {
    width: 100%;
    padding-top: 70%;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper4 .Wrapper .right .this_child .this_text {
    margin-top: 10px;
    width: 100%;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper5 .Wrapper .right {
    justify-content: center;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper5 .Wrapper .right .this_child {
    flex-direction: column;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper5 .Wrapper .right .this_child .img_b {
    width: 100%;
    padding-top: 70%;
  }
  #all #this_col .stoneWasterContainerSolutionPage .modelWrapper5 .Wrapper .right .this_child .this_text {
    margin-top: 10px;
    width: 100%;
  }
}



 
@media screen and (max-width: 950px) {
    #all #this_col .indexPage2 .categoryWrapper .this_in .swiper {
        display: block;
    }
    
    #all #this_col .indexPage2 .categoryWrapper .this_in ul {
        display: none;
    }
    
    #all #this_col .indexPage2 .categoryWrapper .this_in .Wrap .this_content .this_child .img_b img {
        object-fit: contain;
    }
}

.NewsDetailPage .paragraph {
    line-height: 1.8;
    font-size: 16px;
}


.newsWrapper .userWrap {
    display: flex;
    position: sticky;
    top: 100px;;
}



.newsWrapper .userWrap .this_child {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px  30px;
    background: #FBB116;
    border-radius: 20px;
}


.newsWrapper .userWrap .this_child .img_b {
    width: 70%;
    height:0;
    padding-top: 70%;
    position: relative;
}

.newsWrapper .userWrap .this_child .img_b img {
    width:100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left:0;
    top: 0;
}

.newsWrapper .userWrap .this_child .this_text {}



.newsWrapper .userWrap .this_child .this_text h5 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0 20px;
}

.newsWrapper .userWrap .this_child .this_text p {
    font-size: 16px;
    line-height: 1.5;
}

.newsWrapper .userWrap .this_child .this_button {
    padding: 10px 15px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: none;
    border:1px solid transparent;
    margin-top: 20px;
}

.newsWrapper .userWrap .this_child .this_button:hover{
    background-color:#B9272D;
}


.newsWrapper .userWrap .this_child .this_button:hover i {
    color:#fff;
}


.newsWrapper .userWrap .this_child .this_button:hover span{
    
    color:#fff;
}


.newsWrapper .userWrap .this_child .this_button i
{
    color: #B9272D;
    font-size: 16px;
    width: 20px;
    
}
 
.newsWrapper .userWrap .this_child .this_button span
{
    color: #B9272D;
    font-size: 16px;
    display: inline-block;
    width:calc(100% - 30px);
}