.custom_top_menu li{
	    list-style-type: none;
}
.custom_top_menu .item_1._active{
	        padding: 0 12px;
			    min-height: 52px;
				font-size: 12px;
				justify-content: center;
				display: flex;
    align-items: center;
}
.custom_top_menu .item_1:hover .b-level-2.sub-wrap{
	display:block
}
.b-level-2.sub-wrap{
    position: absolute;
    top: 0;
    background: #fff;
    padding-left: 0;
    margin-top: 46px;
border: 1px solid #e9ebef;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    padding-top: 10px;
}
.b-level-2.sub-wrap a{
	justify-content: flex-start;
    text-align: left;
	    min-height: unset;
}
.custom_top_menu .item_1.has-children{
	position: relative;
	    padding-right: 20px;
}
.custom_top_menu .item_1.has-children>i:after{
	content: "";
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #afacad;
    border-left: 2px solid #afacad;
    transform: translate(50%, -50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    transition: all .3s ease;
}
@media (max-width:992px){
	.custom_top_menu a{
		    justify-content: flex-start;
	}
	.custom_top_menu .item_1._active {
font-size: 13px;
        font-weight: 500;
		        padding: 10px 15px;
        min-height: 0;
		justify-content: flex-start;
}
.custom_top_menu .item_1.has-children>i:after{
	content:unset
}
.custom_top_menu .item_1.has-children .b-level-2.sub-wrap{
	display:none !important
}
}