#tree {
  margin: 20px auto;
  background: #f7f5ef;
  border: 1px solid #ddd;
  border-radius: 12px;
}
#tree {
  background-image: url('bgtree.jpg');
  background-size: cover; /* hoặc contain */
  background-position: center center;
  background-repeat: no-repeat;
}
.bt-link {
  border-color: #000000 !important; /* Màu line */
}
.bt-link {
  border-top: 3px solid #000 !important;
}
.node {
  opacity: 0;
}
path[Attributes Style] {
	stroke: #000!important;
}
path {
	stroke: #20640c!important;
}
rect{
	fill: #2f6c73 !important;
}
.bft-form-fieldset button, .bft-link{
	display:none!important;
}


.ft-tree-list.grid-container {
  display: grid;
  /*grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));*/
  gap: 20px;
  margin: 30px 0;
}

.ft-tree-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  transition: transform 0.2s ease;
  align-items: center;
  padding: 0 20px;
  position: relative;
}

.ft-tree-card:hover {
  transform: translateY(-5px);
}

.ft-tree-thumb img {
  width: 100%;
  height: 50px;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.ft-tree-body {
  padding: 15px;
  text-align: center;
}

.ft-tree-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.ft-tree-btn {
  display: inline-block;
  padding: 8px 16px;
  background: #0073aa;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
}

.ft-tree-btn:hover {
  background: #005f8d;
}
.ft-member-count{
	right: 20px;
    position: absolute;
    top: 20px;
}
.ft-tree-title a{
	color: #136109;
}

.title-gia-pha{
	color: #136109;
	font-weight: bold;
	text-align: center;
	font-size: 38px;
	margin: 20px;
	font-family: "Dancing Script", sans-serif;
}