



.btn-primary {
    color: #fff;
    background-color: #82c114;
    border-color: #82c114;
    width: 100%;
    line-height: 45px;
    border-radius: 0;
}
.p_categoryBox .p_linkBox.click {
    background-color: rgba(1, 109, 231, 0);
}
.p_categoryBox .p_linkBox.click .p_title{
   color: #82c114;
}

   .p_categoryBox .p_parentBox .p_linkBox.click:before{
       content:" ";
       display:block;
     transition:all 0.5s;
     width:65px;
       height:3px;
       background-color:#82c114;
       position:absolute;bottom:0px;left:50%;transform:translateX(-50%);
     }

.mouse_bac:hover {background-color: rgba(1, 109, 231, 0);}
.mouse_bac:hover .p_title{
color: #82c114;
}

 .p_categoryBox .p_parentBox:hover{
        background-color: rgba(1, 109, 231, 0);
    }
       .p_categoryBox .p_parentBox:before{
       content:" ";
       display:block;
     transition:all 0.5s;
     width:0px;
       height:3px;
       background-color:#82c114;
       position:absolute;bottom:0px;left:50%;transform:translateX(-50%);
     }
     .p_categoryBox .p_parentBox:hover:before{
      
       width:65px;
    

     }
 .p_categoryBox .p_parentBox:hover .p_title{
        color: #82c114;
    }

