/* 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%;}
.leftMenu > ul > li > ul {display: none; padding-bottom: 5px; padding-top: 5px; }
.leftMenu > ul > li {position: relative; z-index: 1; padding: 0px 0; margin: 0;}
.leftMenu > ul > li:after {position: absolute; content: ""; width: 100%; height: 1px; background:#ededed; left: 0; bottom: 0; }
.leftMenu > ul > li:hover:after {background:linear-gradient(90deg, #04509c 0%, #189dd4 50%, #76c8c1 100%); height: 2px; }
.leftMenu > ul > li:hover > a > div:nth-of-type(2) {color: #6caea2;}
.leftMenu > ul > li > a { display: flex !important; flex-direction: row; flex-wrap: nowrap; align-items: center; position: relative;padding: 14px 45px 14px 10px; font-size: 16px; color: #000033; font-weight: 600; line-height: 1.2;}
.leftMenu > ul > li > a > div:nth-of-type(1) {width: calc(100% - 30px);hyphens: auto;}
.leftMenu > ul > li > a > div:nth-of-type(2) {width: 30px; text-align: right; font-weight: 500; font-size: 14px; color: #b3bbc6;}
.leftMenu > ul > li:hover  > a > div:nth-of-type(1){ color: transparent !important; background: linear-gradient(90deg, #184598 0%, #46b6d2 50%, #2cdfc4 100%); background-clip:text;}
.leftMenu > ul > li.current  > a { color: #fff !important; background: linear-gradient(90deg, #0e509a 0%, #47c3ca 100%);}
.leftMenu > ul > li.current  > a > div:nth-of-type(1){ color: #fff !important; }
.leftMenu > ul > li:hover  .menu_dot:before { }
.leftMenu > ul > li.current  .menu_dot:before { border-color: #fff; }
.leftMenu > ul > li:hover  > a > div:nth-of-type(2){ color: #46c1c9; }
.leftMenu > ul > li.current  > a > div:nth-of-type(2){ color: #fff; }

.leftMenu > ul > li > ul > li > a { font-weight: 400 !important; font-size: 16px; color: #999 !important ; padding-top: 7px !important; padding-bottom:10px !important; padding-right: 0 !important; padding-left:10px !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, .leftMenu > ul > li > ul > li.current > a { color: #184598 !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: #184598 !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:15px; right: 10px; z-index: 99; cursor: pointer;  }
.menu_dot::before {content: ""; position: absolute; top: 50%; left: 50%; z-index: 99; transition: all 0.5s ease 0s;  width: 12px; height: 12px;transform-origin:50% 50%;border-width: 1px 1px 0 0; border-color: #666; border-style: solid; transform:translate(-50%, -50%) rotate(-45deg);}
.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 { transform:rotate(180deg); top:8px;}
.leftMenu .menu_dot_open:before { border-color: #fff;}
/*.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 {}
.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 { transform:rotate(90deg); transition: all 0.5s ease 0s;}

@media only screen and (max-width:1365px){
.leftMenu {padding: 0 0px 0px 0;}
    .leftMenuMobile {width: auto; height: 44px; margin: 0px auto 0px auto; position: relative; cursor: pointer; border-radius: 22px; padding-left: 50px; padding-right: 20px; background: linear-gradient(90deg, #04509c 0%, #189dd4 50%, #76c8c1 100%);}
    .leftMenuMobile > span:nth-child(1) {width: 12px; height: 12px; display: block; position: absolute;border-width: 0 1px 1px 0; border-style: solid; border-color: #fff; transform-origin: 50% 50%; transform: rotate(45deg); top: 12px; right: 25px; transition: all 0.5s ease 0s;}
    .leftMenu > div.show > span:nth-child(1) {transform:rotate(45deg) scale(-1); top:18px;}
    /*.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: 20px; text-align: center; font-size: 16px; font-weight: 500; color: #fff;}
    .leftMenu > ul {max-height: 0; overflow: hidden; transition: all 0.5s ease 0s; padding: 0 0;}
    .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); padding:15px 5px 15px 0; }
	
	.leftMenu > ul > li > a { font-size: 17px;}
	.leftMenu > ul > li > ul > li > a { font-size: 16px;}
}
