.counter_wrap {
    display: flex;
    flex-flow: wrap row;
    justify-content:center;
}
.counter {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 1.5%;
    font-size: 50px;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.counter .item {
    text-align: center;
    width: 25%;
}
@media only screen and (max-width: 560px) {
    .counter {
        display: block;
    }
    .counter .item {
        width: 100%;
    }
}
.counter .item span {
    position: relative;
}
.counter .item span::after {
    content: '+';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
}
.counter .item p {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
}
.product_list .prd .thumbnail {
    width: 100%;
    height: 200px;
}
.product_list .prd .item img {
    object-fit: cover;
    height: 100%;
 }

 .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #fa8c00;
    border-radius: 50%;
    padding: 10px 19px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #fa8c00;
    border-radius: 50%;
    padding: 10px 19px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.prd_page {
    margin: 31px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.prd_page .thumbnail {
    width: 100%;
    height: 200px;
}
.prd_page .item img {
    object-fit: cover;
    height: 100%;
 }
 .scroll_box {
    height: 100%;
    width: 100%;
    overflow: auto;
    border: 0;
    margin: 1em 0;
}


/*----------------genealogy-tree----------*/
.genealogy-tree ul {
    padding-top: 20px; 
    position: relative;
    padding-left: 0px;
    display: flex;
    margin: 0;
}
.genealogy-tree li {
    float: center;
	text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
}
.genealogy-tree li::before, .genealogy-tree li::after{
    content: '';
    position: absolute; 
  top: 0; 
  right: 50%;
    border-top: 2px solid #5e784f;
    width: 50%; 
  height: 19px;
}
.genealogy-tree li::after{
    right: auto; left: 50%;
    border-left: 2px solid #5e784f;
}
.genealogy-tree li:only-child::after, .genealogy-tree li:only-child::before {
    display: none;
}
.genealogy-tree li:only-child{ 
    padding-top: 0;
}
.genealogy-tree li:first-child::before, .genealogy-tree li:last-child::after{
    border: 0 none;
}
.genealogy-tree li:last-child::before{
    border-right: 2px solid #5e784f;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.genealogy-tree li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}
.genealogy-tree ul ul::before{
    content: '';
    position: absolute; top: 0; left: 50%;
    border-left: 2px solid #5e784f;
    width: 0; height: 20px;
}
.genealogy-tree li a{
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.genealogy-tree li a:hover+ul li::after, 
.genealogy-tree li a:hover+ul li::before, 
.genealogy-tree li a:hover+ul::before, 
.genealogy-tree li a:hover+ul ul::before{
    border-color:  #5e784f;
}

/*--------------memeber-card-design----------*/
.member-view-box{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #5e784f;
    border-radius:5px;
    display:inline-block;
    padding:5px 10px;
    text-decoration: none;
	color:#5e784f;
	font-size:15px;
	font-family: "HurmeGeometricSans4", Arial, sans-serif;
	position: relative;
	white-space: nowrap;
}
.title-content-giapha{
  font-size: 22px;
  font-family: "HurmeGeometricSans4";
  color: #5e784f;
  font-weight: 600;
  text-decoration:none;
  text-transform:uppercase;
}
.title-content-giapha1{
  font-size: 16px;
  font-family: "HurmeGeometricSans4";
  color: #ab7c2c;
  font-weight: 600;
  text-decoration:none;
  text-transform:uppercase;
}
.title-content-giapha1 a{
  font-size: 16px;
  font-family: "HurmeGeometricSans4";
  color: #5e784f;
  font-weight: 600;
  text-decoration:none;
  text-transform:uppercase;
}
.title-content-giapha1 a:hover{
  color: #ab7c2c;
}
.title-content-giapha2{
  font-size: 14px;
  font-family: "HurmeGeometricSans4";
  color: #5e784f;
  text-decoration:none;
}
.title-content-hinhanh{
  font-size: 18px;
  font-family: "HurmeGeometricSans4";
  color: #5e784f;
  font-weight: 600;
  text-decoration:none;
  text-transform:uppercase;
}
.ico-close {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.ico-close::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/ico-close.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.ico-close.active::after {
    content: "";
    background: url(../img/ico-open.png);
    background-size: cover;
    background-repeat: no-repeat;
}


.phado_doc {
    width: 90%;
    margin: 0 auto;
}

.tree {
    margin-bottom:20px;
    background-color: transparent;
	text-decoration:none;
	}
.tree ul{
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative;
}
.tree li:before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto;
}
.tree li:before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li:after {
    border-top:1px solid #999;
    height:20px;
    top:30px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #5e784f;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none;
	white-space: nowrap;
}
.nam a{
  font-size: 15px;
  font-weight: 500;
  color:#5e784f;
  text-decoration:none;
	}
.nu a{
  font-size: 15px;
  font-weight: 500;
  color:#ab7c2c;
  text-decoration:none;
	}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #5e784f;
    border-radius:5px;
    display:inline-block;
    padding:5px 10px;
    text-decoration:none;
	white-space: nowrap;
}
.tree li.parent_li>span {
    cursor:pointer;
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0;
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#fff;
    border:1px solid #5e784f;
    color:#ffffff;
}

