@import url('reset.css');
@import url('swiper-bundle.min.css');
@font-face {
  font-family: Montserrat;
  src: url(Montserrat-ExtraLight-5.otf);
}
@font-face {
  font-family: Montserrat-Light;
  src: url(Montserrat-Light-6.otf);
}
@font-face {
  font-family: Montserrat-Medium;
  src: url(Montserrat-Medium-7.otf);
}
.MarblePage .Marblelayout {
  width: 1140px;
  margin: 0 auto;
}
.MarblePage .Marblebanner {
  height: 400px;
  position: relative;
}
.MarblePage .Marblebanner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.MarblePage .Marblebanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.MarblePage .Marblebanner .infoWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.MarblePage .Marblebanner .infoWrap .title {
  font-size: 42px;
}
.MarblePage .Marblebanner .infoWrap p {
  margin-top: 20px;
  font-size: 19px;
  font-family: Montserrat;
  line-height: 1.8;
  font-weight: 400;
}
.MarblePage .Marblebanner .infoWrap .inquiry_btn {
  font-family: Montserrat;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #032E82;
  padding: 10px 20px;
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
}
.MarblePage .Marblebanner .infoWrap .inquiry_btn svg {
  width: 12px;
}
.MarblePage .Marblebanner .infoWrap .inquiry_btn svg path {
  fill: #fff;
}
.MarblePage .page_title {
  text-align: center;
}
.MarblePage .page_title .title {
  font-size: 32px;
  color: #000;
  font-family: Montserrat-Medium;
}
.MarblePage .page_title .desc {
  margin-top: 20px;
  line-height: 1.8;
  font-size: 13px;
  font-family: Montserrat;
}
.MarblePage .Marbleintro {
  padding: 50px 0;
  background-color: #F1F1F1;
}
.MarblePage .MarbleProduct {
  padding: 50px 0;
}
.MarblePage .MarbleProduct ul {
  display: flex;
  flex-wrap: wrap;
}
.MarblePage .MarbleProduct ul li {
  flex: 0 25%;
  padding: 20px 10px ;
  box-sizing: border-box;
}
.MarblePage .MarbleProduct ul li a {
  display: block;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.MarblePage .MarbleProduct ul li a .imgWrap {
  width: 100%;
  padding-top: 80%;
  position: relative;
}
.MarblePage .MarbleProduct ul li a .imgWrap img {
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
  top: 0;
}
.MarblePage .MarbleProduct ul li a .title {
  padding: 10px;
  font-size: 16px;
  color: #156FDA;
}
.MarblePage .Marblelist ul {
  display: flex;
  flex-direction: column;
}
.MarblePage .Marblelist ul li {
  background-color: #F1F1F1;
}
.MarblePage .Marblelist ul li .Wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}
.MarblePage .Marblelist ul li .Wrap .left {
  flex: 0 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.MarblePage .Marblelist ul li .Wrap .left .title {
  font-size: 32px;
  color: #000;
  font-family: Montserrat-Medium;
}
.MarblePage .Marblelist ul li .Wrap .left .desc {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 15px;
}
.MarblePage .Marblelist ul li .Wrap .left .more {
  font-family: Montserrat;
  background-color: #6066E9;
  padding: 8px 20px;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 5px;
  transition: all 0.5s;
}
.MarblePage .Marblelist ul li .Wrap .right {
  flex: 0 48%;
}
.MarblePage .Marblelist ul li .Wrap .right img {
  width: 100%;
}
.MarblePage .Marblelist ul li:nth-child(2n+2) {
  background-color: #fff;
}
.MarblePage .Marblelist ul li:nth-child(2n+2) .Wrap {
  flex-direction: row-reverse;
}
.MarblePage .Marblevideo {
  background-color: #F1F1F1;
  padding: 50px 0;
}
.MarblePage .Marblevideo .videoWrap {
  display: flex;
  margin-top: 40px;
  gap: 20px;
}
.MarblePage .Marblevideo .videoWrap .item {
  position: relative;
  padding-top: 30%;
  width: 50%;
}
.MarblePage .Marblevideo .videoWrap .item iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.MarblePage .Marblevideo .infoWrap {
  margin-top: 15px;
}
.MarblePage .Marblevideo .infoWrap .title {
  font-size: 24px;
  color: #000;
  font-family: Montserrat-Medium;
}
.MarblePage .Marblevideo .infoWrap .desc {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 16px;
  font-family: Montserrat;
}
.MarblePage .Marblevideo .infoWrap .desc p {
  padding: 5px 0;
}
.MarblePage .Marblequote {
  background-color: #F1F1F1;
  padding: 50px 0;
}
.MarblePage .Marblequote .Wrap {
  display: flex;
  justify-content: space-between;
  gap: 5vw;
  align-items: flex-start;
  position: relative;
}
.MarblePage .Marblequote .Wrap .page_title {
  text-align: left;
  margin-bottom: 15px;
}
.MarblePage .Marblequote .Wrap .left {
  flex: 0 60%;
}
.MarblePage .Marblequote .Wrap .left p {
  padding: 8px 0;
  font-size: 18px;
  line-height: 1.8;
  font-family: Montserrat;
}
.MarblePage .Marblequote .Wrap .left h3 {
  margin: 5px 0;
  font-size: 24px;
  font-family: Montserrat-Medium;
  color: #000;
}
.MarblePage .Marblequote .Wrap .right {
  flex: auto;
  position: sticky;
  top: 10px;
}
.MarblePage .Marblequote .Wrap .right .form {
  background-color: #6E92BE;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 22px;
}
.MarblePage .Marblequote .Wrap .right .form .form_title {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0;
}
.MarblePage .Marblequote .Wrap .right .form #form .list {
  margin-bottom: 15px;
}
.MarblePage .Marblequote .Wrap .right .form #form .list p {
  display: none;
}
.MarblePage .Marblequote .Wrap .right .form #form .list input {
  width: 100%;
  line-height: 1.8;
  padding: 20px 10px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.MarblePage .Marblequote .Wrap .right .form #form .list input::placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.MarblePage .Marblequote .Wrap .right .form #form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.8;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  resize: none;
  height: 120px;
  background: transparent;
}
.MarblePage .Marblequote .Wrap .right .form #form .list textarea::placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.MarblePage .Marblequote .Wrap .right .form #form #submit {
  width: 30%;
  margin-left: 70%;
  border-radius: 10px;
  color: #fff;
  background-color: #135480;
  border: none;
  line-height: 1.8;
  padding: 8px;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
  font-family: Montserrat;
}
@media screen and (max-width: 1300px) {
  .MarblePage .Marblelayout {
    width: 90vw;
  }
}
@media screen and (max-width: 950px) {
  .MarblePage .Marblelayout {
    width: 95vw;
  }
  .MarblePage .Marblebanner .infoWrap .title {
    font-size: 25px;
  }
  .MarblePage .Marblebanner .infoWrap p {
    font-size: 16px;
  }
  .MarblePage .MarbleProduct ul li {
    flex: 0 100%;
  }
  .MarblePage .Marblelist ul li .Wrap {
    flex-direction: column;
    gap: 20px;
  }
  .MarblePage .Marblelist ul li .Wrap .left .desc {
    font-size: 16px;
  }
  .MarblePage .Marblelist ul li:nth-child(2n+2) .Wrap {
    flex-direction: column;
  }
  .MarblePage .Marblevideo .videoWrap {
    flex-direction: column;
  }
  .MarblePage .Marblevideo .videoWrap .item {
    width: 100%;
    padding-top: 60%;
  }
  .MarblePage .Marblequote .Wrap {
    flex-direction: column;
  }
  .MarblePage .Marblequote .Wrap .right {
    width: 100%;
    position: static;
  }
}
.TablePage {
  font-family: Montserrat-Light;
}
.TablePage .Tablelayout {
  width: 1400px;
  margin: 0 auto;
}
.TablePage .page_title {
  text-align: center;
}
.TablePage .page_title .title {
  font-size: 32px;
  color: #000;
  font-family: Montserrat-Medium;
}
.TablePage .page_title .desc {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 16px;
  color: #54595F;
  font-family: Montserrat;
}
.TablePage .Tablebanner {
  height: 750px;
  position: relative;
}
.TablePage .Tablebanner  .banner_swiper{
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.TablePage .Tablebanner .imgWrap {
  width: 100%;
  height: 100%;
}
.TablePage .Tablebanner  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.TablePage .Tablebanner .infoWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.TablePage .Tablebanner .infoWrap .title {
  font-size: 34px;
  /*color: #000;*/
  color: #fff;
  font-family: Montserrat-Light;
  margin-bottom: 20px;
}
.TablePage .Tablebanner .infoWrap a {
  font-family: Montserrat-Light;
  padding: 12px 30px;
  background-color: #000;
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.TablePage .Tablebanner .infoWrap a::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #C7B793;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s;
}
.TablePage .Tablebanner .infoWrap a span {
  position: relative;
  z-index: 2;
}
.TablePage .Tablebanner .infoWrap a:hover::before {
  height: 300%;
  transition: all 0.3s;
}
.TablePage .Tablebanner .path_bar {
  position: absolute;
  left: 6%;
  bottom: 10px;
  padding: 0;
}
.TablePage .Tablebanner .path_bar, .path_bar a{
    font-size: 16px;
  color: #000;
  font-family: Montserrat;
  font-weight: 550;
}
.TablePage .Tablebanner .path_bar, .path_bar span{
    font-size: 16px;
  color: #000;
  font-family: Montserrat;
  font-weight: 550;
}
.TablePage .Tablebanner .path_bar:before{
    content: '';
    background-color:unset;
}
.TablePage .Tablebanner .path_bar ul {
  display: flex;
}
.TablePage .Tablebanner .path_bar ul li {
  font-size: 16px;
  color: #000;
  font-family: Montserrat;
  font-weight: 550;
}
.TablePage .Tablebanner .path_bar ul li a {
  color: #000;
  font-family: 'Montserrat';
}
.TablePage .Tablebanner .path_bar ul li::after {
  content: ">";
  padding: 0 8px 0 5px;
}
.TablePage .Tablebanner .path_bar ul li:last-child::after {
  display: none;
}
.TablePage .Tableintro {
  padding: 50px 0;
  border-bottom: 1px solid #ECECEC;
}
.TablePage .Tableintro .Wrap {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.TablePage .Tableintro .Wrap .imgWrap {
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
}
.TablePage .Tableintro .Wrap .imgWrap img {
  width: 100%;
}
.TablePage .TableProduct {
  padding: 50px 0;
  border-bottom: 1px solid #ECECEC;
}
.TablePage .TableProduct .product_list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.TablePage .TableProduct .product_list li {
  padding: 15px 10px;
  box-sizing: border-box;
  flex: 0 25%;
}
.TablePage .TableProduct .product_list li a .imgWrap {
  width: 100%;
  position: relative;
  padding-top: 70%;
  overflow: hidden;
}
.TablePage .TableProduct .product_list li a .imgWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.8s;
  background-color: rgba(0, 0, 0, 0.3);
}
.TablePage .TableProduct .product_list li a .imgWrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.TablePage .TableProduct .product_list li a .imgWrap:hover img {
  transform: scale(1.1);
  transition: all 0.8s;
}
.TablePage .TableProduct .product_list li a .imgWrap:hover::after {
  opacity: 1;
  transition: all 0.8s;
}
.TablePage .TableProduct .product_list li a .title {
  margin: 10px 0;
  font-size: 18px;
  color: #3f444b;
  text-align: center;
}
.TablePage .TableProduct .product_list li a .btn {
  width: 100%;
  letter-spacing: 1px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: Montserrat-Light;
  position: relative;
}
.TablePage .TableProduct .product_list li a .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  width: 0;
  height: 100%;
  display: block;
  background-color: #C7B793;
  transition: all 0.3s;
}
.TablePage .TableProduct .product_list li a .btn span {
  position: relative;
  z-index: 2;
}
.TablePage .TableProduct .product_list li a .btn:hover::after {
  width: 90%;
  transition: all 0.3s;
}
.TablePage .TableFeature {
  padding: 50px 0;
  border-bottom: 1px solid #ECECEC;
}
.TablePage .TableFeature .feature_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.TablePage .TableFeature .feature_list li {
  flex: 0 50%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid #ececec00;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.TablePage .TableFeature .feature_list li .iconWrap {
  width: 70px;
  height: 70px;
}
.TablePage .TableFeature .feature_list li .iconWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.TablePage .TableFeature .feature_list li .title {
  font-size: 18px;
  color: #000;
  font-family: Montserrat-Medium;
  margin: 10px 0;
  text-align: center;
}
.TablePage .TableFeature .feature_list li .desc {
  text-align: center;
  font-size: 14px;
  font-family: Montserrat;
  color: #7A7A7A;
  line-height: 1.6;
}
.TablePage .TableFeature .feature_list li:hover {
  border: 1px solid #D6CEC5;
  transition: all 0.3s;
}
.TablePage .TableCase {
  padding: 50px 0;
}
.TablePage .TableCase .caseSwiper {
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
.TablePage .TableCase .caseSwiper .swiper-slide {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.TablePage .TableCase .caseSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.TablePage .TableCase .caseSwiper .swiper-button-prev::after,
.TablePage .TableCase .caseSwiper .swiper-button-next::after {
  color: #fff;
  font-size: 24px;
}
.TablePage .TableFixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: contain;
  position: relative;
}
.TablePage .TableFixed::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.TablePage .TableFixed .page_title {
  padding: 50px 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.TablePage .TableFixed .page_title .title {
  color: #fff;
}
.TablePage .TableFixed .page_title .desc {
  color: #fff;
}
.TablePage .TableFixed .page_title .btn {
  margin-top: 20px;
  padding: 10px 30px;
  display: block;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  position: relative;
}
.TablePage .TableFixed .page_title .btn::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #C7B793;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s;
}
.TablePage .TableFixed .page_title .btn span {
  position: relative;
  z-index: 2;
}
.TablePage .TableFixed .page_title .btn:hover::before {
  height: 300%;
  transition: all 0.3s;
}
.TablePage .TableService {
  padding: 50px 0;
}
.TablePage .TableService .serviceSwiper {
  overflow: hidden;
  position: relative;
}
.TablePage .TableService .serviceSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.TablePage .TableService .serviceSwiper .swiper-slide .left {
  flex: 0 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
  box-sizing: border-box;
  position: relative;
  padding-top: 30%;
}
.TablePage .TableService .serviceSwiper .swiper-slide .left img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.TablePage .TableService .serviceSwiper .swiper-slide .right {
  flex: 0 50%;
  padding: 40px 20px 40px 40px;
  margin-right: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.TablePage .TableService .serviceSwiper .swiper-slide .right .title {
  font-family: Montserrat-Medium;
  font-size: 34px;
  color: #000;
  margin-bottom: 20px;
}
.TablePage .TableService .serviceSwiper .swiper-slide .right .desc {
  color: #7a7a7a;
  font-family: Montserrat;
  line-height: 1.6;
  font-size: 16px;
}
.TablePage .TableService .serviceSwiper .swiper-button-prev,
.TablePage .TableService .serviceSwiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #ECA70E;
}
.TablePage .TableService .serviceSwiper .swiper-button-prev::after,
.TablePage .TableService .serviceSwiper .swiper-button-next::after {
  color: #fff;
  font-size: 28px;
}
.TablePage .TableDesign {
  background-color: #F3F3F3;
  padding: 50px 0;
}
.TablePage .TableDesign .Tablelayout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.TablePage .TableDesign .Tablelayout .left {
  flex: 0 35%;
  position: sticky;
  top: 128px;
  min-height: 670px;
  padding: 30px;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}
.TablePage .TableDesign .Tablelayout .left::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.6s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.TablePage .TableDesign .Tablelayout .left .left_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}
.TablePage .TableDesign .Tablelayout .left .left_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.TablePage .TableDesign .Tablelayout .left .Wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
}
.TablePage .TableDesign .Tablelayout .left .Wrap .title {
  font-size: 34px;
  font-family: Montserrat-Medium;
  margin-bottom: 20px;
}
.TablePage .TableDesign .Tablelayout .left .Wrap .desc {
  font-size: 16px;
  font-family: Montserrat;
  line-height: 1.6;
}
.TablePage .TableDesign .Tablelayout .left .Wrap .btn {
  margin-top: 40px;
  padding: 12px 40px;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  transition: all 0.4s;
  border-radius: 5px;
}
.TablePage .TableDesign .Tablelayout .left .Wrap .btn:hover {
  background-color: #fff;
  transition: all 0.4s;
  color: #000;
}
.TablePage .TableDesign .Tablelayout .left:hover::after {
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.6s;
}
.TablePage .TableDesign .Tablelayout .left:hover .left_bg {
  transform: scale(1.1);
  transition: all 0.8s;
}
.TablePage .TableDesign .Tablelayout .right {
  flex: 0 58%;
  position: relative;
  height: 100%;
}
.TablePage .TableDesign .Tablelayout .right .title {
  font-family: Montserrat-Light;
  font-size: 34px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.TablePage .TableDesign .Tablelayout .right .desc {
  margin-top: 20px;
  font-size: 16px;
  font-family: Montserrat;
  line-height: 1.6;
}
.TablePage .TableDesign .Tablelayout .right .timelineWrap {
  position: relative;
  margin: 30px 0;
}
.TablePage .TableDesign .Tablelayout .right .timeline {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.TablePage .TableDesign .Tablelayout .right ul {
  display: flex;
  flex-direction: column;
}
.TablePage .TableDesign .Tablelayout .right ul li {
  width: 100%;
  position: relative;
}
.TablePage .TableDesign .Tablelayout .right ul li .Wrap {
  width: 50%;
  padding-right: 8%;
  box-sizing: border-box;
}
.TablePage .TableDesign .Tablelayout .right ul li .Wrap .intro {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  position: relative;
}
.TablePage .TableDesign .Tablelayout .right ul li .Wrap .intro::after {
  position: absolute;
  left: 100%;
  top: 35px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid #fff;
  border-top-width: 30px;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  vertical-align: middle;
  transform: rotate(-90deg);
}
.TablePage .TableDesign .Tablelayout .right ul li .Wrap .intro .item_title {
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #313131;
  line-height: 1.5;
  margin: 15px 0;
}
.TablePage .TableDesign .Tablelayout .right ul li .Wrap .intro .item_title::after {
  content: "";
  display: block;
  height: 1px;
  width: 70px;
  margin-top: 10px;
  background-color: #919191;
}
.TablePage .TableDesign .Tablelayout .right ul li .Wrap .intro .desc {
  margin: 10px 0;
  font-size: 14px;
  font-family: Montserrat;
}
.TablePage .TableDesign .Tablelayout .right ul li .Wrap img {
  width: 100%;
}
.TablePage .TableDesign .Tablelayout .right ul li .Wrap:hover .intro .item_title {
  color: #ECA70E;
}
.TablePage .TableDesign .Tablelayout .right ul li .Wrap:hover .iconWrap {
  background-color: #ECA70E;
  transition: all 0.3s;
}
.TablePage .TableDesign .Tablelayout .right ul li .Wrap:hover .iconWrap svg path {
  fill: #fff;
  transition: all 0.3s;
}
.TablePage .TableDesign .Tablelayout .right ul li .iconWrap {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 25px;
  border: 1px solid #e2e2e2;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.TablePage .TableDesign .Tablelayout .right ul li .iconWrap svg {
  width: 100%;
  height: 100%;
}
.TablePage .TableDesign .Tablelayout .right ul li .iconWrap svg path {
  transition: all 0.3s;
}
.TablePage .TableDesign .Tablelayout .right ul li:nth-child(2n+2) .Wrap {
  float: right;
  padding-left: 8%;
  padding-right: 0;
}
.TablePage .TableDesign .Tablelayout .right ul li:nth-child(2n+2) .Wrap .intro::after {
  left: auto;
  right: 100%;
  transform: rotate(90deg);
}
.TablePage .TableDesign:nth-of-type(2n+1) {
  background-color: #fff;
}
.TablePage .TableDesign:nth-of-type(2n+1) .Tablelayout {
  flex-direction: row-reverse;
}
.TablePage .TableFaq {
  background-color: #F3F3F3;
  padding: 50px 0;
}
.TablePage .TableFaq .Tablelayout {
  background-color: #fff;
  display: flex;
}
.TablePage .TableFaq .Tablelayout .title {
  font-size: 26px;
  font-family: Montserrat-Medium;
  margin-bottom: 20px;
}
.TablePage .TableFaq .Tablelayout .faq_left {
  flex: 0 50%;
  padding: 2.5vw;
  box-sizing: border-box;
}
.TablePage .TableFaq .Tablelayout .faq_left .faq ul li {
  cursor: pointer;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
  justify-content: space-between;
}
.TablePage .TableFaq .Tablelayout .faq_left .faq ul li b {
  font-size: 18px;
  color: #737573;
  font-family: Montserrat-Light;
}
.TablePage .TableFaq .Tablelayout .faq_left .faq ul li .question {
  flex: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.TablePage .TableFaq .Tablelayout .faq_left .faq ul li .question > p {
  color: #2A2B32;
  font-size: 16px;
  font-family: Montserrat-Light;
  font-style: normal;
  line-height: 1.5;
  text-transform: capitalize;
}
.TablePage .TableFaq .Tablelayout .faq_left .faq ul li .answer {
  display: none;
}
.TablePage .TableFaq .Tablelayout .faq_left .faq ul li .answer p {
  padding: 20px 30px 20px 20px;
  color: #54595F;
  font-size: 14px;
  line-height: 1.8;
  font-style: normal;
  font-family: Montserrat;
}
.TablePage .TableFaq .Tablelayout .faq_left .faq ul li .show .question {
  background-color: #BEB193;
}
.TablePage .TableFaq .Tablelayout .contact_right {
  flex: 0 50%;
  padding: 2.5vw;
}
.TablePage .TableFaq .Tablelayout .contact_right .list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.TablePage .TableFaq .Tablelayout .contact_right .list h6{
    display: none;
}
.TablePage .TableFaq .Tablelayout .contact_right .list p{
    width: 100%;
}
.TablePage .TableFaq .Tablelayout .contact_right #form{
    padding:10px 10px 10px 0!important;
}
.TablePage .TableFaq .Tablelayout .contact_right .list li {
  flex: 0 auto;
}
.TablePage .TableFaq .Tablelayout .contact_right .list li a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
}
.TablePage .TableFaq .Tablelayout .contact_right .list li a .icon {
  width: 16px;
  height: 16px;
}
.TablePage .TableFaq .Tablelayout .contact_right .list li a .icon svg {
  width: 100%;
  height: 100%;
}
.TablePage .TableFaq .Tablelayout .contact_right .formWrap {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-20px / 2);
  margin-right: calc(-20px / 2);
}
.TablePage .TableFaq .Tablelayout .contact_right .formWrap .item {
  flex: 0 50%;
  padding: 10px;
  box-sizing: border-box;
}
.TablePage .TableFaq .Tablelayout .contact_right .formWrap .item input,
.TablePage .TableFaq .Tablelayout .contact_right .formWrap .item textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
}
.TablePage .TableFaq .Tablelayout .contact_right .formWrap .item input::placeholder,
.TablePage .TableFaq .Tablelayout .contact_right .formWrap .item textarea::placeholder {
  font-size: 16px;
  font-family: Montserrat;
  color: #B6B6B6;
}
.TablePage .TableFaq .Tablelayout .contact_right .formWrap .textitem {
  flex: 0 100%;
}
.TablePage .TableFaq .Tablelayout .contact_right .formWrap .send {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
.TablePage .TableFaq .Tablelayout .contact_right .formWrap .send input {
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  background-color: #C51212;
  border-radius: 5px;
  color: #fff;
  font-family: Montserrat-Light;
}
@media screen and (max-width: 1500px) {
  .TablePage .Tablelayout {
    width: 89vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .TablePage .Tablelayout {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 950px) {
  .TablePage .Tablebanner .infoWrap .title {
    font-size: 25px;
    text-align: center;
  }
  .TablePage .page_title .title {
    font-size: 22px;
  }
  .TablePage .Tableintro .Wrap {
    flex-direction: column;
  }
  .TablePage .Tableintro .Wrap .imgWrap {
    width: 100%;
  }
  .TablePage .TableProduct .product_list li {
    flex: 0 50%;
    padding: 5px;
  }
  .TablePage .TableProduct .product_list li a .title {
    font-size: 16px;
  }
  .TablePage .TableService .serviceSwiper .swiper-slide {
    flex-direction: column;
  }
  .TablePage .TableService .serviceSwiper .swiper-slide .left {
    margin-left: 0;
    padding-top: 50px;
  }
  .TablePage .TableService .serviceSwiper .swiper-slide .left img {
    position: relative;
    max-height: 250px;
    object-fit: cover;
  }
  .TablePage .TableService .serviceSwiper .swiper-slide .right {
    margin-right: 0;
    padding: 5px;
  }
  .TablePage .TableService .serviceSwiper .swiper-slide .right .title {
    font-size: 20px;
  }
  .TablePage .TableService .serviceSwiper .swiper-slide .right .desc {
    font-size: 14px;
  }
  .TablePage .TableService .serviceSwiper .swiper-button-next,
  .TablePage .TableService .serviceSwiper .swiper-button-prev {
    top: 20px;
  }
  .TablePage .TableFeature .feature_list li {
    flex: 0 100%;
    padding: 10px;
  }
  .TablePage .TableDesign .Tablelayout {
    flex-direction: column;
  }
  .TablePage .TableDesign .Tablelayout .left {
    position: relative;
    min-height: auto;
    top: 0;
  }
  .TablePage .TableDesign .Tablelayout .left .Wrap .title {
    font-size: 25px;
  }
  .TablePage .TableDesign .Tablelayout .right {
    margin-top: 20px;
  }
  .TablePage .TableDesign .Tablelayout .right .title {
    text-align: left;
  }
  .TablePage .TableDesign .Tablelayout .right .timeline {
    left: 8%;
  }
  .TablePage .TableDesign .Tablelayout .right ul {
    gap: 20px;
  }
  .TablePage .TableDesign .Tablelayout .right ul li .iconWrap {
    left: 8%;
  }
  .TablePage .TableDesign .Tablelayout .right ul li .Wrap {
    width: 100%;
    padding-left: 20%;
    padding-right: 0;
  }
  .TablePage .TableDesign .Tablelayout .right ul li .Wrap .intro::after {
    left: auto;
    right: 100%;
    transform: rotate(90deg);
  }
  .TablePage .TableDesign .Tablelayout .right ul li:nth-child(2n+2) .Wrap {
    padding-left: 20%;
  }
  .TablePage .TableDesign:nth-of-type(2n+1) .Tablelayout {
    flex-direction: column;
  }
  .TablePage .TableFaq .Tablelayout {
    flex-direction: column;
  }
  .TablePage .TableFaq .Tablelayout .contact_right .formWrap .item {
    flex: 100%;
  }
  .TablePage .TableFaq .Tablelayout .contact_right .formWrap .send {
    margin: 0 10px;
  }
  .TablePage .TableFaq .Tablelayout .contact_right .formWrap .send input {
    width: 100%;
  }
}
