.third-level {
    /*transition: all .5s ease-in-out;
	opacity: 0; 
	height: 0;
	overflow: hidden;*/
	max-height: 0;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
}

/* #menu .dropdown-inner > .second-level > li:hover .third-level{
	opacity: 1;
    height: 100px;

    max-height: 2000px;
    transition: max-height 0.5s ease-in;
} */

#menu .dropdown-inner > .second-level > li .third-level > li{
	padding-left: 10px;
	border-bottom: 2px solid #ddd;
	position: relative;
}

#menu .dropdown-inner > .second-level > li .third-level > li:after{
   content: "";
   position: absolute;
   right:10px;
   top: 50%;
   transform: translate(-50%, 0);
   height: 5px;
   width: 5px;
   background-color: #F3CD27;
}



.dropdown-menu{
	width: 1366px !important;
	padding-bottom: 25px !important;
}

.dropdown-menu > .dropdown-inner{
	width: 75% !important;
	column-width: inherit !important;
	float:left !important;
}

.dropdown-menu > .dropdown-inner > .second-level > li{
	width: 95% !important;
	float: left !important;
	padding: 0px !important;
    margin: 0 14px !important;
	position: relative;
}

.dropdown-menu > .dropdown-inner > .second-level > li > a{
	border-bottom: 2px solid #ddd;
    padding: 5px 0px !important;
    font-size: 13px !important;
	font-weight:bold !important;
}

 .second-level > li.parent:after{
   	content: "";
    height: 10px;
    width: 10px;
    background-image: url(../image/plus.png);
    background-size: cover;
    position: absolute;
    background-position: center;
    right: 0;
    top: 14px;
    transform: translate(-50%, 0);
}

.dropdown-menu > .dropdown-inner > .second-level > li:hover > a{
	padding-top: 5px !important;
	padding-bottom: 5px !important; 
	border-bottom:2px solid #F3CD27 !important;
}
.dropdown-menu > .dropdown-inner > .second-level > li:hover > .third-level > li:last-child{
	border-bottom:2px solid #F3CD27 !important;
}


.second-level > li.parent.clicked:after{
	content: "";
    height: 6px;
    width: 10px;
    top: 16px;
    right: 0px;
    background-image: url(../image/minus.png);
}
#menu .dropdown-inner .second-level {
    padding-right: 14px !important;
    border-right: 2px solid #ECECEC !important;
    width: 33%;
    float: left;
}

#menu .dropdown-inner .second-level:nth-child(3) {
	border-right: none !important; 
}

#menu-main-rightimage{
	width: 25%;
    float:right;
}

#menu-main-rightimage img{
	width: 100%;
}

#menu .dropdown-menu{
	background-image: none !important;
	background-color: #fff;
}

