.anchor {
      display: block;
      height: 115px;
      margin-top: -115px;
      visibility: hidden;
  }
  .anchor-btn{
    width:140px;
    margin-top:10px;
    text-align:center;
    border-radius:3px;
    line-height: 1.0 !important;
    font-size: 14px!important;
    font-weight: normal !important;
    padding: 8px 5px !important;
  }
  
#navbar2 {
    overflow: hidden;
    margin-top: 0px !important; 
    background-color: #509e2f;
    height:45px;
  }
  .sticky-bar-category{
	 height: 100%;
	 font-size:15px;
	 color:#fff;
	 line-height: 45px;
	 padding-left: 15px;
	 text-align:left;
  }
  .sticky-bar-category a{
	color:#fff;  
	white-space: nowrap;
  }
  
  
  .content {
    padding: 16px;
  }
  .sticky {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 9999;
  }
  .vl {
	margin: 0px 10px;
  }
  @media screen and (max-width:1023px){
	  #navbar2 {
		overflow: hidden;
		margin-top: 0px; 
		background-color: #509e2f;
		height:auto;
	  }
	  .sticky-bar-category{
		 line-height: 25px !important;
		 padding: 5px 0;
		 text-align: center;
	  }
	  .sticky {
		top: 0;
	  }
  }
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
    padding-top: 60px;
  }
  
  .sb-prod-cate{
    display: inline-flex;
    text-overflow: ellipsis;
    height: 100%;
    text-align:center; 
    border-left:1px solid #fff;
  }
  .sb-prod-cate:last-child {
    border-right:1px solid #fff;
  }
  .sb-prod-cate a{
    width:150px;
    color:#fff;
    font-size:16px;
    font-weight: bold;
    text-decoration:none;
    line-height: 45px;
  }