﻿
.color-red { color: #e30e1f; }
/* Grid */

.sticky-thumb{
  position: fixed;
  top: 100px;
  width: 100%;
}

.row{
  margin-left: 40px;
  margin-right: 40px;
}
.col-p-1, .col-p-2, .col-p-3, .col-p-4, .col-p-5, .col-p-6{
  display: grid;
  grid-gap: 30px;
}
.col-p-1{
  grid-template-columns: repeat(1,1fr);
}
.col-p-2{
  grid-template-columns: repeat(2,1fr);
}
.col-p-3{
  grid-template-columns: repeat(3,1fr);
}
.col-p-4{
  grid-template-columns: repeat(4,1fr);
}
.col-p-5{
  grid-template-columns: repeat(5,1fr);
}
.col-p-6{
  grid-template-columns: repeat(6,1fr);
}

.btn_box{
  display: inline-block;
  background-color: #ffe100;
  height: 2.2em;
  padding: 0 2em;
  border: 0;
}
.btn_stroke{
  background-color: #fff;
  height: 2.2em;
  padding: 0 3em;
  border: 3px solid #ffe100;
}

/* .col-12, .col-4, .col-3, .col-2{
  padding-left: 30px;
  padding-right: 30px;
}
.col-12{
  width: 100%;
  background-color: pink;
}
.col-4{
  width: 25%;
  background: springgreen;
}
.col-3{
  width: 33.3333%;
  background-color: paleturquoise;
}
.col-2{
  width: 16.6666%;
  background-color: orangered;
} */



/* products */
.intro-products, .updates{
  background: #f9f8f7;
  padding: 6em 0;
}
.intro-products .prd-grid{
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows : 10px;
}
.intro-products .prd{
  overflow: hidden;
  padding: 40px;
  background-color: #fff;
  height: 400px;
  position: relative;
  transition: all ease .3s;
}
.intro-products .title{
}
.intro-products .title h2, .values h2, .updates h2{
  display: inline-block;
  text-align: center;
  padding: 0 0.6em;
  margin-bottom: 0.6em;
}
.intro-products .title p{ font-size: 1rem; }
.intro-products .all{
  width: 100%;
  height: 220px;
  background: url("../image/product-img-all.jpg") no-repeat;
  background-position: center right;
  background-size: 60%;
  background-color: #2b5c8e;

  -webkit-transition: background-size .3s ease-out;
  -moz-transition: background-size .3s ease-out;
  -ms-transition: background-size .3s ease-out;
  -o-transition: background-size .3s ease-out;
  transition: background-size .3s ease-out;

}
.intro-products .all a{
  height: 100%;
  font-size: 2rem;
  font-weight: 800;
  transition: all ease .5s;
  padding-left: 40px;
  line-height: 240px;
  display: block;
}
.intro-products .all a span{
  display: block;
  margin-top: 12%;
}
.intro-products .all a i{
  position: relative;
  left: 6px;
  transition: all ease .5s;
}
.intro-products .btn_box{
  font-weight: 700;
  font-size: 0.9rem;
  height: 3.2em;
  line-height: 3.2em;
  text-indent: -6px;
  letter-spacing: -0.04rem;

  transition: all ease .5s;
}
.intro-products .btn_box:after{
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  position: relative;
  left: 6px;

  transition: all ease .5s;
}
.intro-products .prd h4{
  margin-bottom: 0.8em;
  width: 60%;
  font-size: 1.8rem;
  font-weight: 800;
}

.intro-products .prd:hover{
  box-shadow: 0 14px 28px rgba(25,43,57,0.10), 0 10px 10px rgba(25,43,57,0.08);
  transition: all ease .3s;
}
.intro-products .prd img{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all ease .3s;
}
.intro-products .prd:hover img{
  width: 105%;
  left: -2%;
  transition: all ease .3s;
}
.intro-products .prd:hover .btn_box{
  text-indent: -2px;
}
.intro-products .prd:hover .btn_box:after{
  left: 14px;
}
.intro-products .all:hover a i{
  left: 18px;
  transition: all ease .5s;
}
.intro-products .all:hover{
  background-size: 100%;
  background-size: 68%;
  box-shadow: 0 14px 28px rgba(25,43,57,0.10), 0 10px 10px rgba(25,43,57,0.08);
}


/* mobile */
@media all and (max-width: 769px){
  /* p{ -ms-word-break: break-all !important; word-break: break-all !important; } */
  .col-p-1, .col-p-2, .col-p-3, .col-p-4, .col-p-5, .col-p-6{ display: block; }
  .row{
    margin-left: 20px;
    margin-right: 20px;
  }
 
  /* products */
  .intro-products .title p{ margin-bottom: 20px; }
  .intro-products .prd-grid{
    display: block;
  }
  .intro-products .prd{
    margin-bottom: 20px;
    padding: 20px;
    height: auto;
  }
  .intro-products .prd h4{
    font-size: 1.5rem;
  }
  .intro-products .btn_box{
    line-height: 0;
    height: 2.8em;
  }
  .intro-products .all a{
    padding: 30px 20px;
    font-size: 1.4rem;
  }

  

  /* product mid */
  .pdt-mid-wrap h3{ font-size: 1.2rem; }
  .pdt-mid-top .mid-list ul li{
    display: block;
    float: none;
    width: 100%;
  }
  .pdt-mid-top .mid-list a{
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 3em;
    line-height: 3em;
    padding: 0;
    text-align: center;
    font-size: 0.8rem;
  }
  .pdt-mid-wrap .item-top img{ margin-bottom: 1em; }
  .pdt-detail-top img{  width: 100%; max-width: none; }
  .pdt-mid-top .mid-list a:hover i{
    margin-left: 10px;
  }
  .pdt-detail-wrap{ margin-top: 60px; }
  .howto h4{ font-size: 1rem; margin-right: 0.5em; margin-left: 0.5em; text-align: left; }
  .sticky{ position: static;}
  .sticky + .pdt-detail-content{
    margin-top: 4em;
  }
  .pdt-detail-nav ul li{ width: 100%; }
  .pdt-detail-nav ul li a{ font-size: 0.85rem; padding: 0.8em 1em; }
  .pdt-detail-top h2{ font-size: 1.6rem; }
  .pdt-detail-top h2 span{ font-size: 1.1rem; }
  .tab_menu li { width: 33.3333%; }
  .tab_menu.tab-4 li { width: 25%; }
  .tab_menu li a{ font-size: 0.8rem; padding: 0.6em 0; text-align: center; width: 100%; border-right: 1px solid #fff; }
  .pdt-detail-content .section h4{ font-size: 1.3rem; }
  .pdt-detail-content .option h5{ font-size: 1.1rem; }
  /* applications */
  .app-item{
    width: 100%;
  }
  /* footer */
 
  .tbl_wrap {width: 100%; overflow: hidden; overflow-x: scroll;}
  .tbl_wrap .tbl_guide {display: block; padding: 20px 0 0 0; color: #0f8095; font-size: 13px; line-height: 130%;}
  .tbl_wrap .tbl{width: auto; min-width: 1000px; font-size: 0.85rem;}
  .intro-products .prd img{ width: 100%; position: relative; }
  .intro-products .prd:hover{ box-shadow: none; }
  .intro-products .prd:hover img{ width: 100%; left: 0; }
  .pdt-mid-top .mid-img img, .pdt-mid-wrap .item-top img{
    width: 100%;
  }
  .cont .left, .cont .right{ float: none; }
  .cont .left img, .cont .right img{ max-width: none; }
  .cont .left{ width: 40%; margin: 0 auto; margin-bottom: 2em; }
  .cont .right{ width: 100%; }
  .responsive_gallery {width: 100%;}
  .draw-3d .btn_box{ font-size: 1.2em; }
 
 
}


.tbl_wrap table {
  /*min-width:1100px; */
  max-width:100%;
}
.tbl_wrap .tbl_guide {display:none;}

@media all and (max-width: 1024px) and (orientation: landscape){
  .pg-title{
    padding: 2em 0;
  }
  .pdt-main-wrap .container{
    padding: 1em 0;
  }
}

.cB:after {content:''; display:block; clear:both;}
.Product-Description { width:100%; max-width:1102px; }
.Product-Description li:nth-child(1) {float:left;}
.Product-Description li:nth-child(2) {float:right;}
@media (max-width:768px) {
	.Product-Description li:nth-child(1) {display:block; width:100%;}
	.Product-Description li:nth-child(2) {display:block; float:left; width:100%;}
}

