.bvndl {
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease;
}

.bvndl.is-collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.btn-xemthem-wrap {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.btn-xemthem-wrap::before,
.btn-xemthem-wrap::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ddd;
}

.btn-xemthem {
  margin: 0 12px;
  padding: 6px 16px;
  font-size: 14px;
  color: #10870d;
  border: 1px solid #10870d;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.btn-xemthem:hover {
  background: #007bff;
  color: #fff;
}

.cos_cms-wrapper ul { list-style-type: disc; padding-left: 1.5rem; margin-bottom: 1rem; }
.cos_cms-wrapper ol { list-style-type: decimal; padding-left: 1.5rem; margin-bottom: 1rem; }
.cos_cms-wrapper li { display: list-item; margin-bottom: 0.25rem; }

.ultail {list-style-type: none !important; list-style: none !important; padding: 0 !important; margin: 0 !important;}
.ultail li {margin: 0 !important;}