/* CSS Document */
.leftMenu {padding: 0 0px 0 0;}
.leftMenu ul, .leftMenu ul li {list-style-type:none; margin: 0; padding: 0;}
.leftMenu ul {width: 100%; text-align: center;}
.leftMenu > ul > li > ul {display: none; padding-bottom: 10px; }
.leftMenu > ul {padding: 0; margin: 0; list-style: none; display:flex; flex-direction: row; flex-wrap: nowrap;}
.leftMenu > ul > li { display: inline-block; position: relative;}
.leftMenu > ul > li:hover > a > div:nth-of-type(2) {color: #9bbfee;}
.leftMenu > ul > li:hover .leftMenu-icon-0 {opacity: 0;}
.leftMenu > ul > li:hover .leftMenu-icon-1 {opacity: 1;}
.leftMenu > ul > li > a { display: block !important; position: relative; font-size: 17px; font-weight: 400; color: #5c6065; padding:12px calc(10px + 1vw);line-height: 1; background: transparent; border-radius:22px;}
.leftMenu > ul > li:before { content:""; position: absolute;  top: 50%; transform: translateY(-50%);right: 0; width: 1px; height: 15px; background: #e2e2e2;}
.leftMenu > ul > li:last-child:before { display: none;}
.leftMenu > ul > li > a:after { position: absolute; height: 3px; width: 100%; background: transparent; bottom: -22px; left: 0;transition: all 0.4s ease-out 0s;}
.leftMenu > ul > li:hover  > a, .leftMenu > ul > li.current  > a{ color: #fff; background: #0e509a;}
.leftMenu > ul > li:hover:before, .leftMenu > ul > li.current:before{ display: none;}
.leftMenu > ul > li:hover  > a:after, .leftMenu > ul > li.current  > a:after{ background: #f3a313; }
.leftMenu > ul > li:hover .menu_dot::before, .leftMenu > ul > li:hover .menu_dot::after, .leftMenu > ul > li.current .menu_dot::before, .leftMenu > ul > li.current .menu_dot::after { background: #222 !important; }

.leftMenu > ul > li > ul > li > a { font-weight: 400 !important; font-size: 17px; color: #787878 !important ; padding-top: 7px !important; padding-bottom:7px !important; padding-right: 0 !important; padding-left:0px !important; position: relative; line-height: 110%;}
.leftMenu > ul > li > ul > li > a:before { content: ""; position: absolute; width: 5px; height: 1px; border-radius: 0%; background: #666; left: 17px; top: 20px;display: none;}
.leftMenu > ul > li > ul > li > a:hover { color: #006ec3 !important;}
.leftMenu > ul > li > ul > li > a:hover:before { background: #ab1a2d;}
.leftMenu > ul > li > ul > li:last-child > a { border-width: 0;}
.leftMenu > ul > li > a:before {  position: absolute; width: 5px; height: 5px; border-radius: 100%;  left: 0px; top:20px; background: #0c1f35; display: none;}
.leftMenu > ul > li > li {border-bottom: 0px solid #eee;}
.leftMenu > ul > li > li > a { font-weight: 400 !important; font-size: 16px; color: #322e26 !important; padding-top: 6px !important; padding-bottom: 6px !important; position: relative; padding-left: 0 !important;}
.leftMenu > ul > li > li > a:before { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 100%;  left: -15px; top:15px; background: #0c1f35; }
.leftMenu > ul > li > li > a:hover, .leftMenu > ul > li > li > a.current { color: #006ec3 !important; font-weight: 400 !important;}
.leftMenu > ul > li.current {}
.leftMenu > ul > li.current > ul {display: block;}
.leftMenu > ul > li:last-child {}
.menu_dot {position: absolute;width: 25px; height: 25px;   top:10px; right: 0px; z-index: 99; cursor: pointer;  }
.menu_dot::before {content: ""; position: absolute; top: 10px; left: 8px; z-index: 99; transition: all 0.5s ease 0s;  background: #222222;  width: 7px; height: 8px;transform-origin:50% 50%;clip-path: polygon(0% 50%, 100% 0%, 100% 100%);}
.menu_dot::after {display: none;content: ""; position: absolute; top: 7px; left: 8px; z-index: 99; transition: all 0.5s ease 0s;  background: #333; color: #000; width: 8px; height: 1px;  transform: rotate(0deg);transform-origin:50% 50%;}
/*.menu_dot::after {content: ''; width: 16px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 17px; left: 7px; z-index: 99; transition: all 0.5s ease 0s;}*/
.leftMenu .menu_dot_open::before { transform: rotate(-90deg); }
/*.leftMenu .menu_dot_open::after {top: 14px; -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); transition: all 0.5s ease 0s;}*/
.leftMenu a:link, .leftMenu a:visited {text-decoration:none; display: block; position: relative; z-index: 1; transition: all 0.5s ease 0s; }
.leftMenu a:active, .leftMenu > ul > li:hover > a, a.menu_arrow_open > div:nth-of-type(2) {text-decoration:none; cursor:pointer; transition: all 0.5s ease 0s; }

.leftMenu > ul > li:hover .menu_dot::before {color:#fff100 !important; }
.menu_arrow {position: absolute; top: 10px; left: 5px; width: 20px; height: 20px;  transition: all 0.5s ease 0s;}
/*.menu_arrow::before {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 7px; left: 6px; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition: all 0.5s ease 0s;}*/
.leftMenu a:hover .menu_arrow::before, a.menu_arrow_open .menu_arrow::before, a.menu_arrow_open .menu_arrow::after {background-color: #222; transition: all 0.5s ease 0s;}
/*.menu_arrow::after {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 11px; left: 6px; -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); transition: all 0.5s ease 0s;}*/
.leftMenu a:hover .menu_arrow::after {background-color: #fff; transition: all 0.5s ease 0s;}
.menu_arrow_open .menu_arrow {-moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); transition: all 0.5s ease 0s;}

@media only screen and (max-width:1279px){
.leftMenu {padding: 0 0px 0 0; width: 100%;}
    .leftMenuMobile {width: auto;  margin: 0px auto 0px auto; position: relative; cursor: pointer; border-bottom: 0px solid #ddd; padding:22px 20px;  border-radius: 0;}
    .leftMenuMobile > span:nth-child(1) {width: 11px; height: 11px; display: block; position: absolute;border-width: 0 1px 1px 0; border-style: solid; border-color: #333; transform-origin: 50% 50%; transform: rotate(45deg); top: 13px; right: 5px; transition: all 0.5s ease 0s;}
    .leftMenu > div.show > span:nth-child(1) {transform:rotate(45deg) scale(-1); top:19px;}
    /*.leftMenuMobile > span:nth-child(2) {width: 24px; height: 2px; background-color: #111; position: absolute; top: 21px; left: 7px; transition: all 0.5s ease 0s;}
    .leftMenu > div.show > span:nth-child(2) {top: 14px; transform: rotate(-45deg);}*/
    .leftMenuMobile::before {content: attr(data-title); width: auto; height: 30px; line-height: 30px; position: absolute; top: 6px; left: 0px; text-align: left; font-size: 16px; font-weight: 500; color: #444;}
    .leftMenu > ul {max-height: 0; overflow: hidden; transition: all 0.5s ease 0s;padding:0;flex-direction: column;  }
    .leftMenu > ul.open {max-height: 400px; overflow: auto; transition: all 0.5s ease 0s; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0); background: transparent;}
    .leftMenu > ul > li {display: block;}
	
	.leftMenu > ul > li > a { font-size: 16px; background: none !important; border-width: 0 0 1px 0; border-style: solid; border-color:#bebebe; border-radius: 0; padding: 12px 10px; text-align: left;}
	.leftMenu > ul > li:hover > a, .leftMenu > ul > li.current  > a{ color: #fff; background: #0e509a !important;}
	.leftMenu > ul > li > a:after{ display:none;}
	.leftMenu > ul > li:before { display:none;}
	.leftMenu > ul > li > ul > li > a { font-size: 16px;}
}
