
.custom-dropdown-content {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid hsla(0,4%,66%,.5);
    box-shadow: 0 4px 6px rgba(0,0,0,.15);
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    /* top:64px; */
    width: 100%;
    z-index: 1010
}

.custom-dropdown-content .custom-dropdown-menu {
    align-items: flex-start;
    background-color: #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 6px 0
}

.custom-dropdown-content .custom-dropdown-menu .custom-menuItem {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 16px 0 10px;
    text-align: left;
    white-space: nowrap;
    width: 100%
}

.custom-dropdown-content .custom-dropdown-menu .wrap-menuItem {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: inherit;
    justify-content: flex-start
}

.custom-dropdown-content .custom-dropdown-menu .wrap-menuItem .menuItem {
    align-items: center;
    background: #fff;
    color: #333;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    height: 230px;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-right: 50px;
    padding: 10px;
    text-align: center;
    transition: all .3s ease-in-out;
    width: 200px
}

.custom-dropdown-content .custom-dropdown-menu .wrap-menuItem .menuItem img {
    width: 180px
}

.custom-dropdown-content .custom-dropdown-menu .wrap-menuItem .menuItem div {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    white-space: wrap;
    width: 100%
}

.custom-dropdown-content .custom-dropdown-menu .wrap-menuItem .menuItem:hover {
    box-shadow: 0 4px 6px rgba(0,0,0,.15);
    color: #0a64d2
}

.custom-nav .active-background a {
    color: #333
}

.custom-nav .active-background .active {
    color: #0a64d2!important
}

.list-group-item {
    border: none;
    border-radius: 0!important;
    border-right: 1px solid hsla(0,4%,66%,.5);
    color: #333;
    font-size: 16px
}

.list-group-item.active {
    background: transparent;
    border-radius: 0;
    border-right: 2px solid #0a64d2;
    color: #0a64d2
}
.list-group-item.active:hover {
	 background: transparent;
    border-radius: 0;
    border-right: 2px solid #0a64d2;
    color: #0a64d2
}
.list-group-item:hover {
    border-radius: 0;
    border-right: 2px solid #0a64d2;
    color: #0a64d2;
    cursor: pointer
}
.navproduct-list{
	width: 1200px;
    margin: 0 auto;	
}
.navproduct-list ul {
            display: flex;
            flex-flow: wrap;
            align-items: center;
            justify-content: center; }
.navproduct-list ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16.666%;
    font-size: 14px;
    font-weight: normal;
    color: #5f5f5f;
    margin: 24px 0 33px;
    cursor: pointer;
}
.navproduct-list ul li img{
    width: 98px;
    height: 98px;
    margin-bottom: 25px;
}
.navproduct-list ul li p{
    line-height: 24px; color:#333;
}
.navproduct-list ul li:hover p {
    color: #0a64d2;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
	padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
@media(min-width: 1200px) {
  .custom-dropdown-content  .container {
  
        width:1300px!important;
		
    }
	
}
