.bg_line {
    
    background-color: #06C755;
}

.mt_100{
    margin-top: 100px;
}


.line_1 {
    height: auto;
}
.icon_size{
    width: 68px;
    height: 68px;
}

.white_line {
    height: 3px;
    width: 100%;
    background: #fff;
    margin: 10px auto;
}

.line-btn {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  cursor: pointer;
  padding: 10px 26px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  background: transparent;

  transition: all 0.2s ease;
}

/* hover cho PC */
.line-btn:hover {
  background: #fff;
  color: #07C755; /* xanh LINE */
}

.line-btn2 {
  cursor: pointer;
  padding: 10px 80px;
  border-radius: 999px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  background: #07C755;
  transition: all 0.2s ease;
}

