





:root{
    --accent-color:#2478cc;
    --accent-color2:#a5ccf3;

	--line-color:#dde4f1;


    --button-color1:#003594;
	--button-hover-color1:#2478cc;
    --button-color2:#006600;
	--button-hover-color2:#008500;
    --button-color3:#993300;
	--button-hover-color3:#cc4b00;
    --button-color4:#2c5cda;
	--button-hover-color4:#00aa89;
    --button-color5:#2c5cda;
	--button-hover-color5:#00aa89;
    --button-color6:#2c5cda;
	--button-hover-color6:#00aa89;
    --button-color7:#2c5cda;
	--button-hover-color7:#00aa89;

	--link-color:#2478cc;
	--link-hover-color:#003594;
}
@media (min-width:576px) {
	:root{
		--container-width: 540px;
	}
}
@media (min-width:768px) {
	:root{
		--container-width: 760px;
	}
}
@media (min-width:992px) {
	:root{
		--container-width: 960px;
	}
}
@media (min-width:1200px) {
	:root{
		--container-width: 1140px;
	}
}

@media (min-width:1600px) {
	:root{
		--container-width: 1200px;
	}
}

/*google translate*/


.header-right-link{
	display: flex;
	gap: 15px;
}

#header3 .head_mid {
	display: flex;
		align-items: center;
		justify-content: space-between;
}
#header3 .head_mid::before,
#header3 .head_mid::after {
	content: none;
}
#header3 .pulldownsearch  {
  order: 3;
}

.goog-te-banner-frame,
#google_translate_element,
#goog-gt-tt,
.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}


.header_bg .google-translation-popupbox .current-lang {
    display: none;
}

.google-translation-popupbox {
    position: fixed;
    z-index: 1003;
}

.google-translation-popupbox .current-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    border-radius: 30px;
    box-shadow: 0px 2px 8px 3px rgba(60, 64, 67, 0.1);
    padding: 0;
    border: none;
    outline:none;

}

.google-translation-popupbox .text {
    padding: 0;
    color: #5f6368;
    font-size: 16px;
    max-width: 0;
    overflow: hidden;
    transition: all ease-in 300ms;
    white-space: nowrap;
}

.google-translation-popupbox .text svg {
    margin: 0 3px 2px 20px;
    vertical-align: middle;
}

.google-translation-popupbox .icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
}
.google-translation-popupbox .icon svg{
    width: 56px;
    height: 56px;
}
.google-translation-popupbox.popupbox-lefttop,
.google-translation-popupbox.popupbox-leftbottom{
    opacity: 0;
    transform: translateX(-100px);
    transition: all ease-in 300ms;
}

.google-translation-popupbox.popupbox-righttop,
.google-translation-popupbox.popupbox-rightbottom{
    opacity: 0;
    transform: translateX(100px);
    transition: all ease-in 300ms;
}
.google-translation-popupbox.popupbox-lefttop.active,
.google-translation-popupbox.popupbox-leftbottom.active,
.google-translation-popupbox.popupbox-righttop.active,
.google-translation-popupbox.popupbox-rightbottom.active{
    opacity: 1;
    transform: translateX(0);
}

.google-translation-popupbox .current-lang:hover .text {
    max-width: 200px;
}

.google-translation-popupbox.popupbox-lefttop .current-lang,
.google-translation-popupbox.popupbox-leftbottom .current-lang{
    flex-direction: row-reverse;
}

.google-translation-popupbox.popupbox-lefttop .text svg,
.google-translation-popupbox.popupbox-leftbottom .text svg{
    margin: 0 3px 2px 0;
}
.google-translation-popupbox.popupbox-lefttop .current-lang:hover .text,
.google-translation-popupbox.popupbox-leftbottom .current-lang:hover .text{
    padding-right: 20px;
}



#google-translation-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1004;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
}

#google-translation-popup button{
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
    outline:none;
}


#google-translation-popup[style *="display: block"] {
    display: flex !important;
}

#google-translation-popup .popup-box {
    position: relative;
    background-color: #FFF;
}

#google-translation-popup .lang-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin:45px 0 0;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(95vh - 45px);
    max-width: 95vw;
    width: 600px;
    padding:15px 30px 30px;
}

#google-translation-popup .lang-list button {
    padding: 4px 0;
    cursor: pointer;
    transition: all ease-in 300ms;
}

#google-translation-popup .lang-list button.active,
#google-translation-popup .lang-list button:hover {
    color: #105386;
}

#google-translation-popup .close-lang {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #FFF;
    cursor: pointer;
    background-color:#105386;
    transition: all ease-in 300ms;
}
#google-translation-popup .close-lang:hover{
    filter: contrast(1.2);
}


#google-translation-popup .close-lang::after,
#google-translation-popup .close-lang::before {
    content: "";
    width: 16px;
    border-bottom: 2px solid currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -8px;
}

#google-translation-popup .close-lang::after {
    transform: rotate(45deg);
}

#google-translation-popup .close-lang::before {
    transform: rotate(-45deg);
}

#google-translation-popup .lang-list::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
    position: fixed;
}

#google-translation-popup .lang-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

#google-translation-popup .lang-list::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
}

#google-translation-popup .lang-list::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

@media only screen and (max-width: 991px) {
    #google-translation-popup .lang-list {
        grid-template-columns: repeat(2, 1fr);
        max-height: calc(90vh - 45px);
    }

}

#google-translation-popup .lang-original{
    position: absolute;
    right: 60px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#google-translation-popup .lang-original:hover{
    color: #105386;
}

  
@media only screen and (min-width: 992px) {
    .google-translation-popupbox.is-mobile{
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .google-translation-popupbox{
       zoom: 0.8;
    }
    .google-translation-popupbox:not(.is-mobile){
       display: none;
    }
}


#google-translation-popup .admin-msg{
    position: absolute;
    left: 30px;
    top: 12px;
    color: #F00;
    line-height: 1.2;
    max-width: 66%;
}












/* Common styles for printing */
@media print {
    body #dnn_wrapper {
        padding: 0;
    }

    body #dnn_wrapper>.wrapper> :not(#dnn_content) {
        display: none !important;
    }

    body #dnn_wrapper>.wrapper> :not(#dnn_content):has(header .dnn_logo),
    body #dnn_wrapper>.wrapper> :not(#dnn_content):has(footer .Footer_Bottombg) {
        display: block !important;
    }

    body #dnn_wrapper>.wrapper> :not(#dnn_content):has(header .dnn_logo) .roll_menu {
        display: none !important;
    }

    body #dnn_wrapper>.wrapper> :not(#dnn_content) header .dnn_logo {
        float: none;
        text-align: center;
    }

    body #dnn_wrapper>.wrapper> :not(#dnn_content) header .dnn_logo~* {
        display: none !important;
    }

    body #dnn_wrapper>.wrapper> :not(#dnn_content) footer> :not(.Footer_Bottombg) {
        /* display: none !important; */
    }

    body #dnn_content #ListBox {
        display: none !important;
    }

    body #dnn_content #ListBox+#ContentBox {
        width: 100%;
    }

    body .body_bg.full+div:has(> footer) {
        display: none;
    }


    body img{
        width: auto !important;
    }
    body .animationhover{
        width: fit-content;
    }
    body .col-md-2:has(img[style*='max-width:130px;']),
    body .col-sm-2:has(img[style*='max-width:130px;']),
    body .col-md-3:has(.animationhover[style*='max-width:350px;'] img){
        float: left;
    }
    body .list_list li span.ico{
        background: #000 !important;
        width: 5px;
        height: 5px; 
    }

    body .responsive-video{
        display: none;
    }

    body .verticalTab_Left ul.resp-tabs-list,
    body .horizontalTab_Top ul.resp-tabs-list {
        display: none;
    }

    body .verticalTab_Left h2.resp-accordion,
    body .horizontalTab_Top h2.resp-accordion{
        display: block;
        background-color: transparent;
        font-size: 1.2rem;
    }

    body .verticalTab_Left .resp_container,
    body .horizontalTab_Top .resp_container {
        display: block;
        background-color: transparent;
    }

    body .horizontalTab_Top .resp-tabs-container {
        border: none;
    }

    body .verticalTab_Left .resp-tab-content .resp_margin{
        min-height: auto !important;
    }



}

/* Font color when printing in landscape orientation */
@media print and (orientation: landscape) {
    body {}
}

/* Font color when printing in portrait orientation */
@media print and (orientation: portrait) {
    body{}
}


	




.dng-main{
	 background-color:#FFFFFF;  	}
.container{
		padding-left:15px;
	padding-right:15px;
		width: auto;
	max-width: 100%;
}
.is-container{
	max-width: auto;
}
.container-fluid {
		padding-right:15px;
	padding-left:15px;
		margin-right: auto;
	margin-left: auto;
}   
#dnn_content{
	 padding-top:0px;		 padding-bottom:0px;	}		

@media (min-width:576px) {
		.container {
		width: 540px;
	}	
	.is-container {
		max-width: 540px;
	}
			}
@media (min-width:768px) {
		.container {
		width: 760px;
	}	
	.is-container {
		max-width: 760px;
	}	
			}
@media (min-width:992px) {
		.container {
		width: 960px;
	}	
	.is-container {
		max-width: 960px;
	}	
			}
@media (min-width:1200px) {
		.container {
		width: 1140px;
	}
	.is-container {
		max-width: 1140px;
	}	
			}

@media (min-width:1600px) {
		.container {
		width: 1200px;
	}	
	.is-container {
		max-width: 1200px;
	}	
	}

	.left-full-column > .full-column-inner{
		margin-left:-15px;
		width:calc(100% + 15px);
	}
	.right-full-column > .full-column-inner{
		margin-right:-15px;
		width:calc(100% + 15px);
	}


@media (min-width:576px) {
		.left-full-column > .full-column-inner{
		margin-left:calc((540px - 100vw)/2);
		width:calc(100% + (100vw - 540px)/2);
	}
	.right-full-column > .full-column-inner{
		margin-right:calc((540px - 100vw)/2);
		width:calc(100% + (100vw - 540px)/2);
	}
	}
@media (min-width:768px) {
		.left-full-column > .full-column-inner{
		margin-left:calc((760px - 100vw)/2);
		width:calc(100% + (100vw - 760px)/2);
	}
	.right-full-column > .full-column-inner{
		margin-right:calc((760px - 100vw)/2);
		width:calc(100% + (100vw - 760px)/2);
	}
	}
@media (min-width:992px) {
		.left-full-column > .full-column-inner{
		margin-left:calc((960px - 100vw)/2);
		width:calc(100% + (100vw - 960px)/2);
	}
	.right-full-column > .full-column-inner{
		margin-right:calc((960px - 100vw)/2);
		width:calc(100% + (100vw - 960px)/2);
	}
	}
@media (min-width:1200px) {
		.left-full-column > .full-column-inner{
		margin-left:calc((1140px - 100vw)/2);
		width:calc(100% + (100vw - 1140px)/2);
	}
	.right-full-column > .full-column-inner{
		margin-right:calc((1140px - 100vw)/2);
		width:calc(100% + (100vw - 1140px)/2);
	}
	}
@media (min-width:1600px) {
		.left-full-column > .full-column-inner{
		margin-left:calc((1200px - 100vw)/2);
		width:calc(100% + (100vw - 1200px)/2);
	}
	.right-full-column > .full-column-inner{
		margin-right:calc((1200px - 100vw)/2);
		width:calc(100% + (100vw - 1200px)/2);
	}
	}



h1, h2, h3, h4, h5, h6{
	font-family:inherit;
}

h1{
	color:#2478cc;
	font-family:"Nunito"; 	font-weight:lighter;
	font-size:30px;
	line-height:1.2;
	letter-spacing:0;
}		
h2{
	color:#2478cc;
		font-family:"Nunito"; 	font-weight:bold;
	font-size:20px;
	line-height:1.3;
	letter-spacing:0;
}		
h3{
	color:#003594;
		font-family:"Nunito"; 	font-weight:bold;
	font-size:18px;
	line-height:1.3;
	letter-spacing:0;
}		
h4{
	color:#003594;
		font-family:"Nunito"; 	font-weight:bold;
	font-size:16px;
	line-height:1.4;
	letter-spacing:0;
}		
h5{
	color:#003594;
		font-family:"Nunito"; 	font-weight:bold;
	font-size:14px;
	line-height:1.4;
	letter-spacing:0;
}		
h6{
	color:#000000;
		font-weight:normal;
	font-size:16px;
	line-height:1.5;
	letter-spacing:0;
}	

#Body .is-inherit-root-text,
#Body .is-inherit-root-text p,
#Body .is-inherit-root-text li,
#Body .is-inherit-root-text div,
#Body .is-inherit-root-text span{
	color: #000000 ;
}
#Body .is-inherit-root-text h1{
	color:#2478cc;
}
#Body .is-inherit-root-text h2{
	color:#2478cc;
}
#Body .is-inherit-root-text h3{
	color:#003594;
}
#Body .is-inherit-root-text h4{
	color:#003594;
}
#Body .is-inherit-root-text h5{
	color:#000000;
}
#Body .is-inherit-root-text h6{
	color:#000000;
}
#Body .is-inherit-root-text a, 
#Body .is-inherit-root-text a:link{
	color:#2478cc;
}
#Body .is-inherit-root-text a:visited{
	color:#2478cc;
}
#Body .is-inherit-root-text a:hover{
	color:#003594;
}
#Body .is-inherit-root-text a:active{
	color:#003594;
}



@media only screen and (min-width: 576px)  {
						}
@media only screen and (min-width: 768px) {	
						}
@media only screen and (min-width: 992px) {	
		h1{
		font-size:53px;		line-height:1.2;	}
			h2{
		font-size:30px;		line-height:1.4;	}		
			h3{
		font-size:24px;			}		
			h4{
		font-size:18px;			}		
			h5{
		font-size:16px;			}		
			h6{
		font-size:16px;			}					
	}
@media only screen and (min-width: 1200px) {	
						}

a, 
a:link{
	color:#2478cc;
}
a:visited{
	color:#2478cc;
}
a:hover{
	color:#003594;
}
a:active{
	color:#003594;
}




.btn-accent,
a.btn-accent{
	color:#2478cc;
	border-color:#2478cc;
	background-color:#2478cc;
}
[class*="am-btn-"].btn-accent:before{
	background-color:#2478cc;
}

div [class*="am-btn-"].hover-accent:hover{
	color:#2478cc;
	border-color:#2478cc;
	background-color:#2478cc;
}
div [class*="am-btn-"].hover-accent:hover:before{
	background-color:#2478cc; 
}



#Body .bg-accent{
	background-color:#2478cc;
}
#Body .color-accent{
	color:#2478cc;
} 
#Body .border-accent{
	border-color:#2478cc;
}
#Body .bg-accent-hover:hover{
	background-color:#2478cc;
}
#Body .color-accent-hover:hover{
	color:#2478cc;
} 
#Body .border-accent-hover:hover{
	border-color:#2478cc;
}
#Body .bg-accent2{
	background-color:#a5ccf3;
}
#Body .color-accent2{
	color:#a5ccf3;
} 
#Body .border-accent2{
	border-color:#a5ccf3;
}
#Body .bg-accent3{
	background-color:${AccentColour3};
}
#Body .color-accent3{
	color:${AccentColour3};
} 
#Body .border-accent3{
	border-color:${AccentColour3};
}
#Body .bg-accent4{
	background-color:${AccentColour4};
}
#Body .color-accent4{
	color:${AccentColour4};
} 
#Body .border-accent4{
	border-color:${AccentColour4};
}
#Body .bg-accent5{
	background-color:${AccentColour5};
}
#Body .color-accent5{
	color:${AccentColour5};
} 
#Body .border-accent5{
	border-color:${AccentColour5};
}

b,
strong{
	font-weight:bold;
}
.bold,
.font-weight-bold,
.strong-before:before,
.strong-after:after,
.strong-before :before,
.strong-after :after{
	font-weight:bold!important;
}



#Body, body, .Head, .SubTitle, .SubSubTitle, .Normal{
	font-family: Nunito;  
	font-size: 1rem; 
	line-height: 1.8;
	letter-spacing: 0;
	color: #000000 ;
}
.default-size{font-size:1rem;}
.default-lineheight{line-height:1.8;}

@media (min-width:576px) {
		}
@media (min-width:768px) {
		}
@media (min-width:992px) {
	#Body, html, body, .Head, .SubTitle, .SubSubTitle, .Normal,.default-size{font-size:16px;}	}
@media (min-width:1200px) {
		}



button, 
input, 
select, 
textarea,
.btn{
	font-family: Nunito;  
}

.default-color{
	color: #000000!important;
}
.default-bg-color{
	background-color: #000000!important;
}
.default-bg-color-hover:hover{
	background-color:#000000!important;
}
.default-border-color{
	border-color: #000000!important;
}
.accent-color{
	color: #2478cc;
}
.default-family{
	font-family:"Nunito"!important;
}


/*default color*/



/*page title*/
.page-title-bg{
			background-color:#418fde; 
		}		
 

	

.page-title-bg.light-overlay::after{
	background-color: rgba(255, 255, 255, 0.10);
}
.page-title-bg.dark-overlay::after{
	background-color: rgba(0, 0, 0, 0.10);
}

.page-title-container{
	 height: 130px;
}
@media only screen and (max-width: 767px) {
	.page-title-container{
		height: auto;padding-top:35px;padding-bottom:35px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.page-title-container{
		height:78px;
		min-height:162px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
.page-title.dark .main-title ,
.page-title.dark .pagetitle-breadcrumbs-box a:hover {
	color: #2478cc;
}


/*breadcrumbs*/
.page-breadcrumbs{
	background-color:#ffffff;  
	}

.page-breadcrumbs > .container{
		padding-top:8px;
				padding-bottom:20px;
			padding-left:16px;
	}

.page-breadcrumbs .breadcrumbs a:hover{
		color:#2478cc!important;
	}

.page-breadcrumbs .breadcrumbs{
    color: #000000;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs-box > a,
.page-breadcrumbs .breadcrumbs-box > span > span > span{
    line-height:15px;
}
.page-breadcrumbs .breadcrumbs a,
.page-breadcrumbs .breadcrumbs a:link,
.page-breadcrumbs .breadcrumbs a:active,
.page-breadcrumbs .breadcrumbs a:visited{
    color: #000000;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs a:hover{
			color:#2478cc!important;
	}

.breadcrumbs_sytle2 .breadcrumbs-box,
.breadcrumbs_sytle3 .breadcrumbs-box > a:before, 
.breadcrumbs_sytle3 .breadcrumbs-box > span > span > span:before{
	background-color:#ededed;
}

html.html-night .page-breadcrumbs{ 
	background: #000;
}
html.html-night .page-breadcrumbs,
html.html-night .page-breadcrumbs .breadcrumbs,
html.html-night .page-breadcrumbs .breadcrumbs a, 
html.html-night .page-breadcrumbs .breadcrumbs a:link, 
html.html-night .page-breadcrumbs .breadcrumbs a:active, 
html.html-night .page-breadcrumbs .breadcrumbs a:visited{
	color: #fff;
}
html.html-night .breadcrumbs_sytle2 .breadcrumbs-box,
html.html-night .breadcrumbs_sytle3 .breadcrumbs-box > a:before, 
html.html-night .breadcrumbs_sytle3 .breadcrumbs-box > span > span > span:before{
    background: #080808;
}



/*sidebar dynamic*/

.sidebar_dynamic.sidebar_dynamic_sytle01{
	padding-top:0;	padding-right:0;	padding-bottom:50px;	padding-left:0;}

@media only screen and (max-width: 991px) {
	.sidebar_dynamic.sidebar_dynamic_sytle01{
		padding-top:0!important;
		padding-right:15px!important;
		padding-bottom:0!important;
		padding-left:15px!important;
		margin-top: 30px;
	}
}
.sidebar_dynamic.sidebar_dynamic_sytle01,
.sidebar_dynamic.sidebar_dynamic_sytle01 .Normal{
}


.has-sidebar >.row{
	position: relative;
}


.sidebar_dynamic{
	min-height: 1px;
}

.sidebar-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar-menu svg{
	width: 1em;
	height: 1em;
	margin-right: 10px;
    fill: currentColor;
}

.sidebar-menu .gomenu  > ul > li > a{
	padding: 18px 25px;
	display: block;
	position: relative;
	border-left: 5px solid transparent;
	transition: all ease 300ms;
	margin-bottom: -1px;
}

.sidebar-menu .gomenu  > ul > li > a, 
.sidebar-menu .gomenu  > ul > li > a:link, 
.sidebar-menu .gomenu  > ul > li > a:active, 
.sidebar-menu .gomenu  > ul > li > a:visited{
	color:#003594;	font-family:"Nunito";	font-weight:300;	font-size:15px;	line-height:18px;}


.sidebar-menu .gomenu > ul > li:hover > a,
.sidebar-menu .gomenu > ul > li.current > a{
	color: #ffffff;
	text-decoration: none;
	border-left-color:rgba(0,0,0,.2);
}
.sidebar-menu .gomenu  > ul > li{
	border-bottom: 1px dashed #ebebeb;
	position: relative;
}

.sidebar-menu .gomenu  > ul > li > a::before{
	content: "";
	position: absolute;
	left: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 19px;
	transition: all ease 300ms;
}
.sidebar-menu .gomenu > ul > li:hover > a,
.sidebar-menu .gomenu > ul > li.current > a,
.sidebar-menu .gomenu > ul > li a::before{
	background-color:var(--current-color);  
}

.sidebar-menu .gomenu > ul > li:hover > a::before,
.sidebar-menu .gomenu > ul > li.current  > a::before{
	height: 100%;
	opacity: 0;
}

.sidebar-menu .gomenu > ul > li > ul{
	padding: 15px 0;
}
.sidebar-menu .gomenu ul ul li{
	padding: 4px 0px 4px 30px;
}
.sidebar-menu .gomenu ul ul ul li a{
	position: relative;
}
.sidebar-menu .gomenu ul ul ul li a::before{
	content: "";
    width: 3px;
    height: 3px;
    background-color: currentColor;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-left: -15px;
    margin-top: -2px;
}

.sidebar-menu .gomenu ul ul ul li:last-child{
	padding-bottom: 0;
}
.sidebar-menu .gomenu ul ul ul li{
	padding-left: 25px;
}
.sidebar-menu .gomenu ul ul ul{
	padding: 10px 0;
}

.sidebar-menu .gomenu > ul > li > ul{
	display: none;
}
.sidebar-menu .gomenu > ul > li.current > ul{
	display: block;
}

.sidebar-menu .gomenu ul ul a, 
.sidebar-menu .gomenu ul ul a:link, 
.sidebar-menu .gomenu ul ul a:active, 
.sidebar-menu .gomenu ul ul a:visited{
	color:#003594;	font-family:"Nunito";	font-weight:300;	font-size:15px;	line-height:20px;}

.sidebar-menu .gomenu > ul > li ul a:hover{
	color:var(--current-color);  
}

.sidebar-menu .gomenu ul li.subcurrent > a{
	color: var(--current-color);
	font-weight:600;
}

html.html-night .sidebar-menu .gomenu li a, 
html.html-night .sidebar-menu .gomenu li a:link, 
html.html-night .sidebar-menu .gomenu li a:active, 
html.html-night .sidebar-menu .gomenu li a:visited{
	color: #FFF !important;
}

	.sidebar-menu svg,
	.sidebar-menu svg img{
		display: none;
	}

@media only screen and (max-width: 767px) {
	.sidebar-menu{
		display: none !important;  
	}
}








/*page */
.swiper-container .swiper-pagination-bullet-active{
	background: #2478cc;	
}
.swiper-container .swiper-button-next:hover, 
.swiper-container .swiper-button-prev:hover{
	color: #2478cc;	
}
 
.isotope-grid .isotope-group a:before {
    border-top-color:#a5ccf3;
}

.isotope-grid .isotope-group a:after {
    border-top-color:#a5ccf3;
}

.easy-carousel .pagination-bullet{
	color: #2478cc;	
}
 


#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(2):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(2) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(2).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(2).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(2) > a.current,
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(2):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(2) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(2).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(2).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(2) > a.current{
	background-color: #003594
}
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(2):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(2) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(2).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(2).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(2) > a.current,
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(2):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(2) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(2).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(2).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(2) > a.current{
	color: #003594 !important;
}
#dng-wrapper .dng-megamenu .primary_structure > li:nth-child(2) > a > span > span{
	width: 1.4em;  
	height: 1.4em;  
	background-image: url("/Portals/20/ThemePluginPro/uploads/2021/5/17/Community_Wt Bacground_Menu Banner.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
    vertical-align: middle;
    margin:0 0 0 0.5em;
}
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(3):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(3) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(3).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(3).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(3) > a.current,
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(3):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(3) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(3).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(3).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(3) > a.current{
	background-color: #006600
}
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(3):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(3) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(3).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(3).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(3) > a.current,
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(3):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(3) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(3).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(3).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(3) > a.current{
	color: #006600 !important;
}
#dng-wrapper .dng-megamenu .primary_structure > li:nth-child(3) > a > span > span{
	width: 1.4em;  
	height: 1.4em;  
	background-image: url("/Portals/20/ThemePluginPro/uploads/2021/5/17/HP_Wt Bacground_Menu Banner.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
    vertical-align: middle;
    margin:0 0 0 0.5em;
}
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(4):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(4) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(4).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(4).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(4) > a.current,
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(4):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(4) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(4).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(4).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(4) > a.current{
	background-color: #660066
}
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(4):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(4) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(4).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(4).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(4) > a.current,
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(4):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(4) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(4).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(4).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(4) > a.current{
	color: #660066 !important;
}
#dng-wrapper .dng-megamenu .primary_structure > li:nth-child(4) > a > span > span{
	width: 1.4em;  
	height: 1.4em;  
	background-image: url("/Portals/20/ThemePluginPro/uploads/2021/5/17/Evidence_Wt Bacground_Menu Banner.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
    vertical-align: middle;
    margin:0 0 0 0.5em;
}
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(5):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(5) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(5).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(5).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_3 .primary_structure > li:nth-child(5) > a.current,
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(5):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(5) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(5).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(5).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_8 .primary_structure > li:nth-child(5) > a.current{
	background-color: #993300
}
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(5):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(5) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(5).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(5).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_5 .primary_structure > li:nth-child(5) > a.current,
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(5):hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(5) > a:focus, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(5).current > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(5).menu_hover > a, 
#dng-wrapper .dng-megamenu.hoverstyle_9 .primary_structure > li:nth-child(5) > a.current{
	color: #993300 !important;
}
#dng-wrapper .dng-megamenu .primary_structure > li:nth-child(5) > a > span > span{
	width: 1.4em;  
	height: 1.4em;  
	background-image: url("/Portals/20/ThemePluginPro/uploads/2021/5/17/Project_Wt Bacground_Menu Banner.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
    vertical-align: middle;
    margin:0 0 0 0.5em;
}


