

@media screen and (max-width: 600px) {
    
}

@media screen and (max-width: 767.9px) {
    .bread {
		position: relative;
		bottom: unset;

	}
	.h-hero__section {
        margin-bottom: 0;
    }
}

/**news****/
.menuright .middle{
    display: flex;
        justify-content: flex-start;
        margin-bottom: 20px;
        align-items: center;
        position: relative;
        z-index: 999;
}
.menuright .middle div.btn {
    background-color: #00652e;
    padding: 10px 20px;
    border-radius: 30px;
}
.menuright .middle div.btn a{
    color:#fff
}
.navigation{
   /** height:200px;**/
}
.divmm .middle{
    margin-top: 1rem;
}
.divmm .middle div.btn{
    background-color: #00652e;
}