.center-margin {
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center;
}

.bold-font {
  font-weight: bold;
}

.grey-small {
  margin-top: 0.5%;
  font-size: 0.8em;
  color: rgba(95,95,95,1);
}

.list-hot {
  margin-bottom: 4vh;
}

.hot-item {
  margin: 1%;
  padding-top: 3%;
  padding-left: 2%;
  background: rgba(244,244,244,1);
}

.hot-item:hover {
  background: rgba(255,255,255,1);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.05);
}

.hot-item:hover .text-pro-more {
  padding-left: 4%;
  color: rgba(255,255,255,1);
  background: rgba(37,118,220,1);
  cursor: pointer;
}

.hot-item:hover .line-blue {
  display: none;
}

.hot-name {
  margin-bottom: 2%;
  font-weight: bold;
  color: rgba(37,118,220,1);
}

.column-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.small-8-grey {
  font-size: 0.8em;
  color: rgba(154,154,154,1);
}

.con-pro-more {
  width: 100%;
  margin-bottom: 10%;
}

.text-pro-more {
  display: inline-block;
  padding: 1% 4% 1% 0;
  background: rgba(244,244,244,1);
}

.line-blue {
  width: 15%;
  height: 1px;
  background: rgba(37,118,220,1);
}

.list-search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2%;
}

.flex1 {
  flex: 1;
}

.sel-pro2 {
  background-image: url(../images/triangled.png);
}

.lmargin-auto {
  margin-left: auto;
}

.pro-list {
  display: flex;
  flex-wrap: wrap;
}

.pro-img-name {
  width: 24%;
  margin-bottom: 2.49vh;
}

.pro-img-name:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}

.pro-img-name:hover .productn {
  color: rgba(37,118,220,1);
}

.productn {
  margin-top: 2%;
  color: rgba(102,102,102,1);
  text-align: center;
}

.home-page {
  display: inline-block;
  padding-left: 2%;
  padding-right: 2%;
  color: rgba(153,153,153,1);
  background: rgba(242,242,242,1);
  cursor: pointer;
}

.con-paging {
  margin-top: 3.2vh;
  margin-bottom: 5.16vh;
  text-align: center;
}

.number {
  height: auto !important;
  font-size: 1rem !important;
  color: rgba(153,153,153,1) !important;
  line-height: 1.5 !important;
}

.pag-el {
  display: inline-block;
}

.active {
  color: rgba(255,255,255,1) !important;
  background: rgba(37,118,220,1) !important;
}

.el-icon-more {
  color: rgba(153,153,153,1) !important;
}