/*------------------- developed by JJD front-end developer ------------------*/
/*-------------------------------Apr 2022--------------------------------*/
/*------------------- developed by JJD front-end developer ------------------*/
/*-------------------------------Dec 2020--------------------------------*/
.beforeHover {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s;
}
.afterHover {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.transition {
  transition: all 0.3s;
}
.proDataDes {
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  color: #1F2B18;
  line-height: 1.4em;
}
.proDataImg {
  width: 565px;
  height: 500px;
  float: right;
  border-radius: 15px;
  overflow: hidden;
  margin-left: 30px;
}
.proDataImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proDataGal {
  width: 100%;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.proDataGalIn {
  width: calc( (100% - (25px * 4) ) / 5 );
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
}
.proDataGalIn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proDataEx {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.proDataExHead {
  width: 100%;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  color: #425147;
  flex-direction: column;
  gap: 10px;
}
.proDataExHeadM {
  font-weight: 600;
  color: #18251C;
}
.proDataExImg {
  width: 100%;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.proDataExImgIn {
  width: calc( (100% - (25px * 3) ) / 4 );
  font-size: 18px;
  font-weight: 500;
  color: #0E8E39;
  text-align: center;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.proDataExImgIn .imgBlock {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}
.proDataExImgIn .imgBlock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
