.tree-box{
    position: relative;
    z-index: 1;
	display: table;
}
.tree-box img {
    border-radius: 7px;
}
.img-aluoi {
    width: 55px;
    height: 55px;
    position: absolute;
    background: #ffffff;
    top: 20px;
    left: 108px;
    padding: 1px;
    border-radius: 100%;
    border: 2px solid #2b8409;
}
.img-namdong {
    width: 40px;
    height: 40px;
    position: absolute;
    background: #ffffff;
    top: 71px;
    left: 61px;
    padding: 1px;
    border-radius: 100%;
    border: 2px solid #2b8409;
}
.img-thuybieu {
    width: 46px;
    height: 46px;
    position: absolute;
    background: #ffffff;
    top: 71px;
    left: 164px;
    padding: 1px;
    border-radius: 100%;
    border: 2px solid #2b8409;
}
.img-hue {
    width: 53px;
    height: 53px;
    position: absolute;
    background: #ffffff;
    top: 115px;
    left: 32px;
    padding: 1px;
    border-radius: 100%;
    border: 2px solid #2b8409;
}
.img-trip {
    width: 44px;
    height: 44px;
    position: absolute;
    background: #ffffff;
    top: 121px;
    left: 187px;
    padding: 1px;
    border-radius: 100%;
    border: 2px solid #2b8409;
}
.img-lagoon {
    width: 44px;
    height: 44px;
    position: absolute;
    background: #ffffff;
    top: 174px;
    left: 178px;
    padding: 1px;
    border-radius: 100%;
    border: 2px solid #2b8409;
}
.img-tamgiang {
    width: 35px;
    height: 35px;
    position: absolute;
    background: #ffffff;
    top: 196px;
    left: 34px;
    padding: 1px;
    border-radius: 100%;
    border: 2px solid #2b8409;
}
.link-local a{
    display: block;
    position: absolute;
}
.link-local a.namdong{
        width: 129px;
    height: 22px;
    top: 105px;
    left: 36px;
}
.link-local a.aluoi{
    width: 87px;
    height: 22px;
    top: 18px;
    left: 409px;
}
.link-local a.thuybieu{
    width: 215px;
    height: 43px;
    top: 156px;
    left: 733px;
}
.link-local a.hue{
    width: 190px;
    height: 18px;
    top: 333px;
    left: 20px;
}
.link-local a.tamgiang{
        width: 279px;
    height: 21px;
    top: 550px;
    left: 17px;
}
.link-local a.trip{
    width: 215px;
    height: 67px;
    top: 317px;
    left: 766px;
}
.link-local a.lagoon{
    width: 215px;
    height: 47px;
    top: 520px;
    left: 730px;
}




.tree-box div:hover{
    border: 2px solid #f00   ;
}

.tree-box div img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tree-box div:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
