/* <=== vhboardspg ===> */
.vhboardspg .bopadd{
  padding: 45px 0 65px;
}
.tpboardsmm{
  margin-bottom: 50px;
}
.itboardsmm{
  max-width: 370px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.itboardsmm .mmthumb{
  width: 170px;
  height: 170px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 63, 141, 0.2);
  margin: 0 auto;
  z-index: 1;
}
.itboardsmm .mmthumb img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itboardsmm .mmdecss{
  padding: 25px 30px 30px;
  background-color: #164399;
  border-radius: 10px;
  position: relative;
  margin-top: -20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.itboardsmm .mmdecss, .itboardsmm .mmdecss a{
  color: #fff;
}
.itboardsmm .dscapts{
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.itboardsmm .dstitle{
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.itboardsmm .dsconts{
  color: #a7c5ff;
  font-size: 14px;
  line-height: 25px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.itboardsmm:hover .dsconts{
  color: #333;
}
.itboardsmm .dsconts p{
  padding: 0;
}
.itboardsmm .mmpopup{
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  z-index: 2;
  padding: 20px 30px 30px;
  box-shadow: 0 10px 20px 0 rgba(0, 63, 141, 0.3);
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.itboardsmm:hover .mmpopup{
  opacity: 1;
  pointer-events: auto;
}
.itboardsmm:hover .mmdecss{
  background-color: #e5f2ff;
  color: #333;
}
.itboardsmm:hover .dscapts, .itboardsmm:hover .dstitle{
  color: #164399;
}
.itboardsmm .mmpopup .ditem{
  margin-bottom: 12px;
}
.itboardsmm .mmpopup .ditem:last-child{
  margin-bottom: 0;
}
.itboardsmm .mmpopup h3{
  color: #164399;
  margin-bottom: 5px;
}
.itboardsmm .mmpopup ul{
  padding-left: 12px;
}
.itboardsmm .mmpopup li{
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.itboardsmm .mmpopup li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  background-color: #222222;
  border-radius: 100%;
}
.tpboardshh{
  max-width: 970px;
  margin: 0 auto;
}
.tpboardshh .hhgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: -30px;
}
.tpboardshh .hhgrip > div{
  padding: 0 15px;
  width: 50%;
  margin-bottom: 50px;
}
.itboardshh{
  position: relative;
  cursor: pointer;
}
.itboardshh, .itboardshh .vvinfos, .itboardshh .vvgrip, .itboardshh .vvgrip > div{
  height: 100%;
}
.itboardshh .vvgrip{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.itboardshh .vvgrip .xcol{
  width: 150px;
}
.itboardshh .vvgrip .ycol{
  width: calc(100% - 150px);
}
.itboardshh .vthumb{
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 63, 141, 0.2);
  z-index: 1;
}
.itboardshh .vthumb img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.itboardshh .vdecss{
  padding: 30px 30px 30px 70px;
  background-color: #164399;
  border-radius: 10px;
  position: relative;
  margin-left: -50px;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.itboardshh:hover .vdecss{
  background-color: #e5f2ff;
}
.itboardshh:hover .vdecss, .itboardshh:hover .vdecss a{
  color: #333;
}
.itboardshh .vdecss, .itboardshh .vdecss a{
  color: #fff;
}
.itboardshh:hover .dscapts, .itboardshh:hover .dstitle{
  color: #164399;
}
.itboardshh:hover .dsconts{
  color: #333;
}
.itboardshh .vdecss > div{
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.itboardshh .dscapts{
  text-transform: uppercase;
}
.itboardshh .dstitle{
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.itboardshh .dsconts{
  color: #a7c5ff;
  font-size: 14px;
  line-height: 25px;
}
.itboardshh .dsconts p{
  padding: 0;
}
.itboardshh .vvpopup{
  width: 100%;
  position: absolute;
  top: 70%;
  background-color: #fff;
  z-index: 2;
  padding: 20px 30px 30px;
  box-shadow: 0 10px 20px 0 rgba(0, 63, 141, 0.3);
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.itboardshh:hover .vvpopup{
  opacity: 1;
  pointer-events: auto;
}
.itboardshh .vvpopup .ditem{
  margin-bottom: 12px;
}
.itboardshh .vvpopup .ditem:last-child{
  margin-bottom: 0;
}
.itboardshh .vvpopup h3{
  color: #164399;
  margin-bottom: 5px;
}
.itboardshh .vvpopup ul{
  padding-left: 12px;
}
.itboardshh .vvpopup li{
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.itboardshh .vvpopup li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  background-color: #222222;
  border-radius: 100%;
}
.tpboardshh .hhgrip > div:nth-child(odd) .itboardshh .vvpopup{
  left: 70%;
}
.tpboardshh .hhgrip > div:nth-child(even) .itboardshh .vvpopup{
  left: unset;
  right: 70%;
}
/* <=== vhboardspg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
  /* <=== vhboardspg ===> */
  .tpboardsmm{
    margin-bottom: 30px;
  }
  .vhboardspg .bopadd{
    padding: 35px 0 55px;
  }
  .itboardshh .vvgrip .xcol{
    width: 120px;
  }
  .itboardshh .vvgrip .ycol{
    width: calc(100% - 120px);
  }
  .itboardshh .vthumb{
    width: 120px;
    height: 120px;
  }
  .tpboardshh .hhgrip{
    margin: 0 -10px;
    margin-bottom: -20px;
  }
  .tpboardshh .hhgrip > div{
    padding: 0 10px;
  }
  /* <=== vhboardspg ===> */
}
@media all and (max-width: 767px){
  /* <=== vhboardspg ===> */
  .tpboardshh .hhgrip > div{
    width: 100%;
    margin-bottom: 30px;
  }
  .itboardshh .vdecss{
    padding: 18px 18px 18px 40px;
    margin-left: -30px;
  }
  .itboardshh .dstitle{
    font-size: 16px;
  }
  .itboardshh .vvpopup{
    top: 100%;
  }
  .tpboardshh .hhgrip > div:nth-child(odd) .itboardshh .vvpopup, .tpboardshh .hhgrip > div:nth-child(even) .itboardshh .vvpopup{
    left: 0;
    right: 0;
  }
  /* <=== vhboardspg ===> */
}