.listing-2 {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}



.listing-2 li {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 46.0566%;
    margin-bottom: 4.88679%;

    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

    height: 70px;
}


.listing-2 li img {
    float: left;
    margin-right: 10px;
    border: 1px solid #eee;
width: 80px!important;
    height: 70px!important;
}


.listing-2 li h3 {
    font-weight: 400;
    color: #23336a;
    margin-top: 0;

 
           font-size: 1.2em;
    font-family: Oxygen;
    text-transform: capitalize;

}


.listing-2 li p {
   
    color: #000;
    margin-top: 0;
    font-size: 14px;
      font-size: 1em;
    font-family: Oxygen;
}






/*===================================================================================*/
/*  NAVIGATION                                                                       */
/*===================================================================================*/

#menu,
#menu ul,
#menu li,
#menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}


/* Menu */


#menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;

text-align: left;
}

/* Links */

#menu li a {
font: 13px/27px Oxygen,Arial,Verdana !important;
	display: block;
padding: 19px 6px 20px;
margin: 0px;
line-height: 28px;
text-decoration: none;
font-size: 13px;
font-family: Oxygen;
 text-transform: uppercase;
    font-weight: 600!important;
    background-color: transparent!important;


	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

#menu ul li a:after{border: none!important;}


#menu li a:after{
width: 2px;
    height: 20px;
    /*background-color: #B00027;*/
       border-right: 1px solid #B00027;
    content: "";
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    margin-top: 4px;
}


#menu li:last-child a:after {
    border: none!important;
}


#menu li:first-child a { border-left: none; }
#menu li:last-child a{/* border-right: none;*/ }

#menu li:hover > a { /*color: #8fde62;*/ }

/* Sub Menu */

#menu ul {

	top: 45px;
	left: 0;

	opacity: 0;
	
	

	/*-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
 background-color: #fff;*/

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;

   
    height: auto;
    overflow: hidden;
    padding-bottom: 8px;
}

#menu li:hover > ul { opacity: 1; }



#menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

#menu ul li:first-child{display:none;}


#menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;

}


#menu ul li a {
	width: 231px;
	padding: 4px 0 4px 40px;
	margin: 0;
    line-height: 17px;
	border: none;
	/*border-bottom: 1px solid #353539;*/
pointer-events: visible;
cursor: pointer;
  
    text-transform: uppercase!important;
    font-size: 12px;
    font-weight: normal;
}


#menu ul li a:hover {
    background-color: #b00028!important;
    color: #fff!important;
  
}
.menu ul li:last-child a { border: none; }

/* Icons */

#menu a.documents { background: url(../img/docs.png) no-repeat 6px center; }
#menu a.messages { background: url(../img/bubble.png) no-repeat 6px center; }
#menu a.signout { background: url(../img/arrow.png) no-repeat 6px center; }







/*===================================================================================*/
/*  GENERAL                                                                            */
/*===================================================================================*/


@import url('http://fonts.googleapis.com/css?family=Poiret+One|Roboto:400,300,400italic,500,500italic&subset=latin,latin-ext,vietnamese');

html, body{height: 100%;}
body
{
    height: auto;
	font-size: 14px;
	font-family: "Oxygen", Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #666;
	background: transparent;
	font-weight: 300;
	overflow: hidden;
}
a
{
	color: #666;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	outline: none !important;
}

a:hover, a:active
{
	color: #666;
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	text-decoration: none;
}
.jPanelMenu-panel{background-color:transparent!important;}

.jPanelMenu header.main nav {
    text-indent: 0;
}


.img_table {width:100%!important;
    text-align: center;}


.img_table img{display: inline-block;
    width: auto!important;}

.member_title{font: 17px/24px Oxygen;
color: rgb(35, 51, 106);
font-weight: bold;
margin-bottom: 5px;
margin-top: 5px;}


.member_sub{font: 15px/22px Oxygen;
color: #666;
margin-top: 5px;
margin-bottom: 5px;
font-weight: bold;}

.item{display: inline-block;}

.member_data{font: 15px/22px Oxygen;
color: rgb(35, 51, 106);
margin-bottom: 25px;}

.member_data2 {
    font: 15px/22px Oxygen;
    color: rgb(35, 51, 106);
    margin-bottom: 25px;

    overflow: visible;
    min-height: 45px;
}

.center_data{text-align:center;}

.member_img{float:left;
width: 145px !important;}

.member_main_data{margin-left: 174px;}

.main_member{
overflow: auto;
margin-bottom: 30px;}



.lightbox-wrapper{
display:none;}

a:focus {text-decoration:none;}
a:focus, input:focus, select:focus, textarea:focus {outline: none !important;}

h1,h2,h3,h4,h5,h6
{
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}


* p:last-child {  margin-bottom: 0; }
p:empty { display: none; }


/*For Black White Plugin*/
.bwWrapper
{
	position:relative;
	display:block;
}

#Wrapper{

/*height:100%;*/}

.MsoNormal{    color: #23336A;
    font-family: Oxygen !important;
    line-height: 28px !important;
    font-size: 13pt !important;
    padding-bottom: 11px;
    font-weight: 200;}


.sidebar_title{
font-family: Oxygen;

font-size: 19px;
margin-top: 2px;
margin-bottom: 9px;
}





.maincolor{   
    padding-left: 0;}

.header{width: 100%;
height: 53px;
background-color: rgb(0, 39, 99);}


#nav-mobile-sticky-wrapper{
	display: none;
}

.nav-normal
{
	width: 100%;
	z-index: 2000;
	/*background: #B00027;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);*/
	z-index: 2000;
	position: relative!important;
padding-bottom:15px;
	
}


.nav-normal .container{padding-left:0;
padding-right:0;}


.nav-normal h1
{
	text-transform: uppercase;
	float: left;
	margin: 0;
	line-height: 70px;
	font-size: 30px;
}

.nav-normal ul
{
	text-align: left;
	text-align: center;
	float: left;
	padding: 0;
	line-height: 70px;
	margin: 0;

}

.nav-normal ul li
{
	display: inline-block;
	
}
.nav-normal ul li:first-child
{
	margin-left: 0;
}
.nav-normal ul li a
{
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
}

.nav-normal ul li:hover a, .nav-normal ul li.active a, .nav-normal ul li.current a{
	color: #AAA;
}

/*Navigation circle*/

.nav-circle h1{display: none;}
.nav-circle .container
{
	position: fixed;
	height: 100%;
	display: table;
	z-index: 2000;
	left:5px;
	top:0;
}

.nav-circle ul
{
	text-align: left;
	display: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav-circle ul li
{
	border-left: 3px solid #AAA;
	height: 25px;
	position: relative;
	top: -26px;
	margin-bottom: 26px;

}
.nav-circle ul li:first-child
{
	border-left: none;
	margin-left:4px;
}
.nav-circle ul li a
{
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	position: absolute;
	top: 29px;
	padding-left: 20px;
}

.nav-circle ul li a:before
{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 3px solid #AAA;
	left: -16px;
	top: -6px;
}
.nav-circle ul li a:after
{
	content: '';
	position: absolute;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 0px;
	height: 0px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	left: 0px;
	top: 9px;
	background: #AAA;
}
.nav-circle ul li.active a:after, .nav-circle ul li.current a:after, .nav-circle ul li:hover a:after
{
	width: 16px;
	height:16px;
	left: -9px;
	top: 1px;
	opacity: 1;
}

.nav-circle ul li a span
{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	padding-left: 10px;
}

.nav-circle ul li:hover a span
