@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
/*Light 300 Regular 400 Semi-bold 600 Bold 700 Extra-bold 800*/

.product-title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
  color: #000000;
}
.product-description {
  padding-top: 5px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
}
.product-features {
  font-weight: 400;
  font-size: 13px;
  color: #000000;
}
.product-features ul {
  margin: 8px 0;
  padding-left: 15px;
  color: #000000;
}
.bold {
  font-weight: 700;
}
.form-title {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
  color: #000000;
}

/*For desktop*/
.product-body, #icons-product, #footer-product {
  position: relative;
  top: 134px;
  width: 100%;
}
.product-bio {
  width: 720px;
  height: 300px;
  margin: 0 auto;
  padding: 60px 0;
}
.product-textbox {
  float: left;
  width: 400px;
  height: 300px;
}
.product-imgbox {
  width: 280px;
  height: 300px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  margin-left: 0;
  -webkit-box-shadow: 0.1rem 0.2rem 0.2rem rgba(0, 0, 0, 0.4);
          box-shadow: 0.1rem 0.2rem 0.2rem rgba(0, 0, 0, 0.4);
}
.slider-wrap {
  margin: 0 auto;
  width: 280px;
  height: 300px;
	position: relative;
	overflow-x: scroll;
  overflow-y: hidden;

  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.slider-wrap::-webkit-scrollbar {
  display: none;
}
.slider {
  width: 560px;
  height: 300px;
	position:absolute;
	top:0;
	left:0;
  padding: 0;
  margin: 0;
}
.slider li{
	float:left;
	position:relative;
  background-color: #ffffff;
  list-style: none;
}
.product-img {
  width: 280px;
  height: 300px;
  cursor: pointer;
}

/*slide controler*/
.slide-controler {
	position: absolute;
	width:15px;
	height:50px;
	top:50%;
	margin-top:-25px;
	line-height:57px;
	text-align:center;
	background:rgba(0,0,0,0.1);
	z-index:999;

	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;

	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.slide-controler:hover{
	background:rgba(0,0,0,0.3);
  cursor: pointer
}
.next {right: -50px; border-radius: 7px 0px 0px 7px;}
.previous {left: -50px; border-radius: 0px 7px 7px 0px;}

.slider-wrap.active .next {right: 0px;}
.slider-wrap.active .previous {left: 0px;}

/*ANIMATION*/
.slider-wrap ul {
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);
}

/*control bar*/
.pagination-wrap {
  position: absolute;
  width: 100%;
  top: 278px;
}
.pagination-wrap ul {
	width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination-wrap ul li{
	margin: 0 3px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000000;
	opacity: 0.2;
	position: relative;
}
.pagination-wrap ul li.active {
	opacity: 0.4;
	-webkit-box-shadow: rgba(0,0,0,0.1) 1px 1px 0px;
	        box-shadow: rgba(0,0,0,0.1) 1px 1px 0px;
}

/*specification*/
.specification {
  position: relative;
  width: 100%;
  background-color: #004B87;
  color: #ffffff;
  padding: 30px 0;
}
.table {
  border-collapse: collapse;
  width: 720px;
  margin: 0 auto;
  border-style: hidden;
}
.table-head > .row {
  border-collapse: collapse;
  border: 1px solid #ffffff;
}
.cell {
  border-collapse: collapse;
  border: 0.5px solid #ffffff;
  padding: 5px 8px;
  text-align: left;
  font-size: 14px;
}
/*technical-drawing*/
.technical-drawing {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background-color: #ffffff;
}
.tech-img-container-1 {
  width: 720px;
  margin: 0 auto;
  display: block;
}
.tech-img-container {
  width: 720px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.tech-img-container-4 {
  width: 720px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (2fr)[2];
  grid-template-columns: repeat(2, 2fr);
}
.tech-img {
  width: 100%;
  cursor: pointer;
}
.product-video {
  position: relative;
  width: 100%;
  padding: 40px 0;
  background-color: #838487;
}
.product-video-center {
  margin: 0 auto;
  width: 560px;
  text-align: center;
}
#request-form {
  position: relative;
  top: 135px;
  width: 100%;
  padding: 80px 0 180px 0;
  background: url('../imgs/logo_bg.webp') repeat #C4CAD3;
  background-size: 20%;
}
.request-form-container {
  width: 600px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  background-color: #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  resize: vertical;
  border: 0;

  -webkit-border-radius:5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -ms-border-radius: 5px;
	border-radius: 5px;
  margin-bottom: 10px;
}
select option[type=text] {
  padding: 5px;
}
.custom-select {
  width:100%;
  position: relative;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
}
#request-form input[type=button] {
  background-color: #004B87;
  color: white;
  font-size: 12px;
  margin: 20px 0;
  padding: 10px 20px;
  border: none;
  cursor: pointer;

  -webkit-border-radius:4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-ms-border-radius: 4px;
  -webkit-appearance: none;
	border-radius: 4px;
}
#request-form input[type=button]:hover {
  background-color: #4c4c52;
}


/*For small screen*/
@media only screen and (max-width: 910px) {
  .product-body, #request-form {
    top: 64px;
  }
  .product-bio {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .product-imgbox {
    float: none;
    width: 100%;
    height: 300px;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-shadow: 0.1rem 0.2rem 0.2rem rgba(0, 0, 0, 0);
            box-shadow: 0.1rem 0.2rem 0.2rem rgba(0, 0, 0, 0);
    background-color: #ffffff;
  }
  #pagination-wrap{
    top: 280px;
  }
  .product-textbox {
    float: none;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
  }
  .specification {
    width: 100%;
    padding: 10px 0;
  }
  .table {
    width: 90%;
  }
  .cell {
    padding: 5px 5px;
  }
  .technical-drawing {
    width: 100%;
    padding: 15px 0;
  }
  .tech-img-container {
    width: 90%;
    -ms-grid-columns: (2fr)[1];
    grid-template-columns: repeat(1, 2fr);
  }
  .tech-img-container-4 {
    width: 90%;
    -ms-grid-columns: (4fr)[1];
    grid-template-columns: repeat(1, 4fr);
  }
  .tech-img {
    width: 100%;
  }
  .product-video-center {
    width: 100%;
  }
  #request-form {
    padding: 40px 20px 80px 20px;
  }
  .request-form-container {
    width: 100%;
  }

  }

  /*For phone*/
@media only screen and (max-width: 576px) {
  .product-video-center iframe {
     width: 100%;
  }
}
