<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	font-family: 'Roboto Condensed', sans-serif;
}
body a:hover,
body a:focus
{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto Condensed', sans-serif;
	line-height: normal;
}
.header_top
{
	background-color: #f6f7f8;
	border-bottom: 1px solid #e9ebed;
}
.header_top_menu
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.header_top_menu li
{
	display: inline-block;
}
.header_top_menu li a
{
	padding: 6px 8px;
	font-size: 11px;
	color: #00488f;	
	text-transform: uppercase;
}
.header_top_right
{
	text-align: right;
}
.header_top_social
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.header_top_social li
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.header_top_social li:first-child a
{
	color: #00488f;
	font-size: 11px;
	text-transform: uppercase;
	vertical-align: middle;
}
.header_top_social li:first-child a span
{
	margin-top: 2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.logo
{
	margin: 10px 0px;
	display: block;
}
.logo img
{
	width: 100%;
	max-width: 660px;
}

.header_index
{
	text-align: right;
	margin: 15px 0px;
}
.header_index_item
{
	/*background-color: #8A2BE2;*/
	display: inline-block;
	border-left: 1px solid #fff;
	padding: 10px;
	text-align: left;
}
.header_index_item.red
{
	background-color: rgba(255, 87, 51 , 1);
}
.header_index_item.green
{
	background-color: rgba(39, 174, 96, 1);
}
.header_index_item h5
{
	font-size: 14px;
	color: #fff;
	margin: 0px;
}
.header_index_item h2
{
	font-size: 20px;
	color: #fff;
	margin: 5px;
	text-align: right;
}
.red
{
	color: red;
}
.green
{
	color: green;
}
.header_index_item h3
{
	font-size: 18px;
	color: #fff;
	margin: 0px;
	text-align: right;
}

.menu_container
{
	background-color: #00448f;
	z-index: 9999;
}
.menu
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	z-index: 9999;
}
.menu li
{
	display: inline-block;
	position: relative;
}
.menu li a
{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 10px;
	font-size: 12px;
	display: block;
	background-color: #00448f;
	transition: 0.2s all ease-in-out;
}
.menu li:first-child img
{
	height: 15px;
}
.menu li a:hover,
.menu li a.active
{
	background-color: #0068dc;
}

.menu &gt; li &gt; ul
{
	display: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0px;
	padding: 0px;
	margin: 0px;
}
.menu &gt; li &gt; ul li a
{
	display: block;
	text-align: left;
	width: 200px;
	border-top: 1px solid #fff;
	font-size: 12px;
	text-transform: capitalize;
}
.menu &gt; li &gt; ul &gt; li &gt; ul
{
	position: absolute;
	display: none;
	left: 100%;
	top: 0px;
	padding: 0px;
	margin: 0px;
}
.menu &gt; li &gt; ul &gt; li &gt; ul a
{
	border-left: 1px solid #fff;
}

.menu li:hover &gt; ul
{
	display: block;
}

.page_container
{
	margin-top: 15px;
}

.slide
{
	margin-bottom: 30px;
	width: 100%;
	z-index: 999;
}
.slide img
{
	width: 100%;
}

.content_head
{
	background-color: #004E9B;
}
.mb-4
{
	margin-bottom: 10px !important;
}
.content_head h3
{
	padding: 5px 20px 3px 10px;
	font-size: 13px;
	text-transform: uppercase;
	/*background-color: #FF4500;*/
	background-color: #004E9B;
	color: #fff;
	display: inline-block;
	margin: 0px;
}
.content_head h3 a
{
	color: #fff;
}
.content_index img
{
	width: 100%;
}
.content_index table tr th
{
	background: #82a5c1;
    color: #fff;
    text-transform: initial;
    text-align: center;
    font-size: 12px;
    padding: 3px;
    font-weight: 400;
}
.content_index table tr td
{
    font-size: 12px;
    padding: 3px;
    font-weight: 400;	
    text-align: left;
}
.content_index table tr td.green
{
	color: green;
}
.content_index table tr td.red
{
	color: red;
}
.content_index table tr &gt; td:nth-child(1),
.content_index table tr &gt; td:nth-child(3)
{
	text-align: center;
}
.content_index table tr td i
{
	width: 20px;
	text-align: center;
}

.content_news h2
{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #004a8f;
	text-transform: uppercase;
    color: #004a8f;
    font-size: 13px;
    padding-bottom: 10px;
}

/* Let's get this party started */
.content_news ::-webkit-scrollbar {
    width: 3px;
}
 
/* Track */
.content_news ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
.content_news ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,74,143,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.content_news ::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,74,143,0.6); 
}
.content_right_news
{
	display: block;
	overflow-y: scroll;
	height: 400px;
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 30px;
}
.content_right_more
{
	display: block;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
.content_right_item
{
	padding: 0px 0px 3px;
	border-bottom: 1px solid #004a8f;
	margin-right: 10px;
	margin-bottom: 10px;
}
.content_right_item h3
{
	color: #004a8f;
    font-size: 14px;
    line-height: 15px;
    margin: 0px;
}
.content_right_item h3 a
{
	color: #004a8f;
	transition: all 0.2s ease-in-out;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}
.content_right_item h3 a:hover
{
	color: #cd3c2e;
}
.content_right_item p
{
	font-size: 12px;
	font-weight: 300;
}
.content_right_item a i
{
	color: #b21e2d;
	margin-left: 10px;
}

.video_news
{
	padding-bottom: 30px;
}
.video_news .owl-theme .owl-nav.disabled + .owl-dots
{
	bottom: -30px;
}
.video_news img
{
	margin-bottom: 10px;
}
.video_news h4
{
	line-height: 15px;
}
.video_news a
{
	color: #004a8f;
    font-size: 14px;
    line-height: 15px;
    transition: all 0.2s ease-in-out;
}
.video_news a:hover
{
	color: #cd3c2e;
}
.video_news p
{
	font-size: 12px;
}

.statistic_item
{
	border-radius: 0px;
}
.statistic_head
{
	border-radius: 0px;
	padding: 10px 10px;
	background-color: #e9eaec;
	cursor: pointer;
	border-left: 5px solid #004e9b;
}
.statistic_head h5
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}
.statistic_body
{
	padding: 10px;
}
.statistic_body ul
{
	list-style: none;
	padding: 0px;
}
.statistic_body ul li
{
	padding: 10px 10px;
	border-bottom: 1px solid #e9eaec;
	font-size: 14px;
	line-height: 16px;
}
.statistic_body ul li span
{
	float: right;
	font-size: 16px;
	font-weight: 700;
}

.content_tab .nav-tabs
{
	border: none;
}
.content_tab .nav-tabs li a
{
	font-size: 76%;
    font-family: tahoma, verdana;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 8px 8px;
    position: relative;
    color: #fff;
    background: #004a8f;
}
.content_tab .nav-tabs li.active a
{
	color: #666;
    background-color: #fafafa;
    border: 1px solid #85a4c0;
    border-bottom: 1px solid transparent;
}
.content_tab .tab-content
{
	border: 1px solid #85a4c0;
	padding: 20px;
}
.content_tab .tab-content table tr td
{
	text-align: center;
}
.trade_table table tr th
{
	background: #82a5c1;
    color: #fff;
    text-transform: initial;
    text-align: center;
    font-size: 10px;
    padding: 3px;
    font-weight: 400;
}
.trade_table table tr td
{
    font-size: 13px;
    padding: 3px;
    font-weight: 400;	
    text-align: right;
}
.trade_table table tr &gt; td:nth-child(1)
{
	text-align: center;
	width: 30px;
}
.trade_table table tr td i
{
	width: 20px;
	text-align: center;
}
.banner img
{
	width: 100%;
	border: 1px solid #85a4c0;
	margin-top: 15px;
	margin-bottom: 30px;
}

.home_announcement ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.home_announcement ul li
{
	padding: 5px 0px;
	border-bottom: 1px solid #004a8f;
}
.home_announcement ul li:first-child
{
	padding-top: 0px;
}
.home_announcement ul li a
{
	display: block;
	color: #004a8f;
	font-size: 14px;
}
.home_announcement ul li span
{
	font-size: 12px;
	color: #888;
}

.footer_container
{
	background-color: #e9eaec;
	padding: 30px 0px;
	margin-top: 30px;
}
.footer_col
{
	color: #004a8f;
}
.footer_col h4
{
	font-size: 14px;
	font-weight: 700;
}
.footer_col &gt; ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footer_col a
{
	font-size: 11px;
	line-height: 12px;
	color: #004a8f;
}
.footer_col &gt; ul ul
{
	list-style: none;
	padding-left: 15px; 
}
.footer_col ul li
{
	border-bottom: 1px solid #004a8f;
	line-height: 12px;
	padding: 5px 0px;
}
.footer_col ul li:last-child
{
	border-bottom: none;
}
.footer_bottom_container
{
	background-color: #004a8f;
	padding: 15px 0px;
	text-align: center;
}
.footer_bottom_container h4
{
	color: #fff;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

/*###################################################################*/

/*body
{
	font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
}
body a:hover,
body a:focus
{
	text-decoration: none;
}*/
.res_menu
{
	display: none;
}
/*.header_top
{
	padding-top: 10px;
}
.header_top ul
{
	list-style: none;
	margin-bottom: 20px;
}
.header_top ul li
{
	display: inline-block;
	padding-left: 10px;
}
.header_top ul li a
{
	font-size: 10px;
	color: #044880;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}
.header_top ul li a:hover
{
	color: #b71b29;
}
.header_top .change_lang
{
	float: right;
	text-align: left;
	margin-left: 10px;
}
.header_top .change_lang a
{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #044880; 
	line-height: 14px;
}*/
/*.header_search input[type="text"]
{
	padding-left: 10px;
	min-width: 300px;
	margin-right: 0px;
}
.header_search button
{
	background: #004b84;
    color: #fff;
    border: 2px solid #004b84;
    margin-left: -5px;
}
.header_logo img
{
	max-width: 100%;
}*/

/* .menu_container
{
	padding: 10px 0px 0px;	
	border-bottom: 1px solid #015a94;
}
.menu
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu li
{
	display: inline-block;
}
.menu li a
{
	padding: 15px 15px 10px;
	display: block;
	color: #004888;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
	transition: all 0.2s ease-in-out;
}
.menu li a:hover,
.menu li a.active
{
	color: #b51c2e;
	border-color: #b51c2e;
} */
/*.menu_container
{
	margin: 10px 0px 0px;	
	border-bottom: 1px solid #015a94;
	background-color: #004a8f;
}
.menu
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu li
{
	display: inline-block;
}
.menu li a
{
	padding: 15px 14px 10px;
	display: block;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
	transition: all 0.2s ease-in-out;
}
.menu li a:hover,
.menu li a.active
{
	background-color: #2F9DD3;
}*/
/*
.page_container
{
	padding: 20px 0px 40px;
}
.slide img
{
	height: 320px;
}
.content_right h2
{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #004a8f;
	text-transform: uppercase;
    color: #004a8f;
    font-size: 13px;
    padding-bottom: 10px;
}

.content_right ::-webkit-scrollbar {
    width: 3px;
}
 
.content_right ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
.content_right ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,74,143,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.content_right ::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,74,143,0.6); 
}
.content_right_news
{
	display: block;
	overflow-y: scroll;
	height: 295px;
}
.content_right_more
{
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content_right_item
{
	padding: 10px 0px 3px;
	border-bottom: 1px solid #004a8f;
	margin-right: 10px;
}
.content_right_item h3
{
	color: #004a8f;
    font-size: 12px;
    line-height: 15px;
    margin: 0px;
}
.content_right_item h3 a
{
	color: #004a8f;
	transition: all 0.2s ease-in-out;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}
.content_right_item h3 a:hover
{
	color: #cd3c2e;
}
.content_right_item p
{
	font-size: 12px;
	font-weight: 300;
}
.content_right_item a i
{
	color: #b21e2d;
	margin-left: 10px;
}*/
/* h1.content_title
{
	text-transform: uppercase;
    color: #004a8f;
    margin: 10px 0;
    font-size: 13px;
    line-height: 35px;
    border-bottom: solid 4px #004a8f;
} */
h1.content_title
{
	text-transform: uppercase;
    color: #fff;
    margin: 10px 0;
    font-size: 13px;
    line-height: 35px;
    background-color: #004a8f;
    text-align: center;
    margin-bottom: 20px;
}
h1.content_title a
{
	color: #fff;
}

.footer
{
	border-top: solid 1px #b0b2b4;
	border-bottom: 8px solid #004a8f;
	padding: 20px 0px;
}
.footer_social
{
	text-align: center;
}
.footer_social ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.footer_social ul li
{
	display: inline-block;
	margin: 0px 3px;
}
.footer_social ul li a
{
	width: 26px;
    height: 26px;
    display: block;
    text-align: center;
    font-size: 20px;
    background: #004a8f;
    border: 1px solid #004a8f;
    color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
}
.footer_social ul li a:hover
{
	background-color: transparent;
    border-color: #cd3c2e;
    color: #cd3c2e;
}
.footer_social span
{
	color: #004a8f;
	font-size: 13px;
}
.footer_address
{
	padding-top: 20px;
	text-align: right;
	border-right: 1px solid #808080;
	padding-right: 20px;
	float: right;
}
.footer_address p
{
	color: #004a8f;
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
}
.footer_address p a
{
	color: #b21e2d;
}
.footer_logo
{
	text-align: right;
	float: right;
	padding-left: 30px;
	width: 100px;
}
.footer_logo img
{
	max-width: 100%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.6;
}

.blue_line
{
	display: block;
	width: 100%;
	height: 5px;
	background-color: #004a8f;
}

.left_menu
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
}
.left_menu li.sub &gt; a
{
	border-bottom: solid 1px #c6c6c6;
}
.left_menu li.sub &gt; a i
{
	float: right;
	color: #b21e2d;
	margin-top: 5px;
	margin-right: 5px;
}
.left_menu li a
{
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0px;
	color: #004888;
    display: block;
    outline: none;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.left_menu li a:hover,
.left_menu li a.active
{
	color: #b21e2d;
}
.left_menu li ul
{
	display: none;
	visibility: hidden;
	opacity: 0;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	transition: all 0.2s ease-in-out;
}
.left_menu li.submenu &gt; ul
{
	visibility: visible;
	opacity: 1;
	display: block;
}
.left_menu li ul li a
{
	font-size: 12px;
	line-height: 18px;
}
.left_grafic
{
	display: block;
	width: 100%;
	margin: 10px 0px;
}
.left_grafic img
{
	max-width: 100%;
}
.left_menu h2
{
	font-size: 22px;
	border-bottom: solid 1px #004a8f;
	margin: 0px;
	padding: 5px 0px;

}
.left_menu h2 a
{
	color: #222;
}
.left_news_item
{
	border-bottom: 1px solid #004a8f;
	padding: 10px 0px;
}
.left_news_item h3
{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	text-transform: uppercase;
}
.left_news_item h3 a
{
	color: #222;
    transition: all 0.2s ease-in-out;
}
.left_news_item h3 a:hover
{
	color: #cd3c2e;
}
.left_news_item span
{
	font-size: 12px;
	color: #555;
	margin-bottom: 10px;
}
.left_news_item p
{
	font-size: 12px;
	line-height: 18px;
	color: #555;
	margin-top: 10px;
}
.left_trading h2
{
	font-size: 22px;
	margin: 0px;
	padding: 5px 0px;
	border-bottom: solid 1px #004a8f;
}
.left_trading ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.left_trading ul li a
{
	display: block;
	font-size: 12px;
	color: #23527c;
	padding: 3px 15px;
	transition: all 0.2s ease-in-out;
}
.left_trading ul li a:hover
{
	color: rgb(205, 60, 46);
}

.left_allcontent h2
{
	font-size: 22px;
	margin: 0px;
	padding: 5px 0px;
}
.left_allcontent table tr td
{
	padding-left: 0px;
}

/* Let's get this party started */
.left_allcontent ::-webkit-scrollbar {
    width: 3px;
}
 
/* Track */
.left_allcontent ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
.left_allcontent ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,74,143,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.left_allcontent ::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,74,143,0.6); 
}
.left_allcontent table
{
	display: block;
	overflow-y: scroll;
	height: 300px;
}

.single_page_img
{
	border-bottom: 1px solid #b0b2b4;
	text-align: right;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.single_page_img img
{
	width: 100%;
}
.single_page_img span
{
	color: #b21e2d;
	font-size: 14px;
}
.single_news img
{
	max-width: 100%;
	/* width: 100%; */
}
.single_news h1
{
	color: #004a8f;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.single_news h1.single_news_title
{
	font-size: 15px;
	color: #006dcc;
	font-weight: 400;
}
.single_news_date
{
	font-size: 12px;
	color: #555;
}
.single_news_head
{
	border-bottom: 1px solid #b0b2b4;
	margin-bottom: 20px;
}
.single_news_head h2
{
	text-transform: uppercase;
    color: #004a8f;
    font-size: 20px;
    border-bottom: 4px solid #004a8f;
    margin: 0 0 -2px 0;
    padding-bottom: 2px;
    display: inline-block;
}
.single_news article
{
	font-size: 13px;
	line-height: 18px;
}

.news_item
{
	border-left: 1px solid #004a8f;
	padding: 0px 10px 10px;
	margin: 20px 0px;
	display: inline-block;
	float: left;
}
.news_item h3
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.news_item h3 a
{
	color: #044880;
    transition: all 0.2s ease-in-out;
}
.news_item h3 a:hover
{
	color: #cd3c2e;
}
.news_item span
{
	font-size: 12px;
	color: #555;
	margin-bottom: 10px;
}
.news_item p
{
	font-size: 12px;
	line-height: 18px;
	color: #555;
	margin-top: 10px;
}
.news_image img
{
	width: 100%;
	margin: 20px 10px 10px 0px;
}
.grey_line
{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #aeaeae;
}

.broker_tab .nav-tabs
{
	border: none;
}
.broker_tab .nav-tabs li a
{
	font-size: 76%;
    font-family: tahoma, verdana;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 8px 8px;
    position: relative;
    color: #fff;
    background: #004a8f;
}
.broker_tab .nav-tabs li.active a
{
	color: #666;
    background-color: #fafafa;
    border: 1px solid #85a4c0;
    border-bottom: 1px solid transparent;
}
.broker_tab .tab-content
{
	border: 1px solid #85a4c0;
	padding: 20px;
}

.broker_details h3
{
	font-size: 16px;
	font-weight: 700;
	color: #333;
}
.broker_details
{
	color: #444;
	font-size: 14px;
}
.broker_details a
{
	color: #044880;
	transition: all 0.2s ease-in-out;
}
.broker_details a:hover
{
	color: #cd3c2e;
}
.broker_details table
{
	font-size: 12px;
}
.broker_details h4
{
	font-size: 13px;
	font-weight: 600;
}
.broker_select
{
	margin-bottom: 20px;
	font-size: 12px;
}

.broker_finance
{
	display: none;
}
.broker_finance h2
{
	font-size: 14px;
    text-transform: uppercase;
    color: #004888;
    margin: 20px 0 10px 0;
    font-weight: 700;
}
.broker_finance ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.broker_finance ul li
{
	margin: 5px 0 5px 0;
    float: left;
    color: #272727;
    padding: 0 5px 0px 1px;
    border-bottom: 1px dashed silver;
    width: 100%;
    text-align: left;
    display: block;
    font-size: 12px;
}
.broker_finance ul li b
{
	font-weight: 700;
	float: right;
}
.newsletter_table th
{
	background: #82a5c1;
    color: #fff;
    text-transform: initial;
    text-align: center;
}
.newsletter_table tbody &gt; tr &gt; td
{
	padding: 3px 10px;
	font-size: 12px;
}
.newsletter_table tbody &gt; tr &gt; td a
{
	color: #23527c;
	transition: all 0.2s ease-in-out;
}
.newsletter_table tbody &gt; tr &gt; td a:hover
{
	color: #cd3c2e;
}
.newsletter_table tbody &gt; tr &gt; td:nth-child(1)
{
	text-align: center;
}
.teamleader_item
{
	margin-bottom: 30px;
}
.teamleader_item h6
{
	width: 170px;
}

.schedule_table th
{
	background: #00488f;
	color: #fff;
	text-transform: initial;
	text-align: center;
}
.schedule_table tbody &gt; tr &gt; td
{
	padding: 3px 10px;
	font-size: 12px;
}
.schedule_table tbody &gt; tr &gt; td a
{
	color: #23527c;
	transition: all 0.2s ease-in-out;
}
.schedule_table tbody &gt; tr &gt; td a:hover
{
	color: #cd3c2e;
}
.schedule_table tbody &gt; tr &gt; td:nth-child(1)
{
	text-align: center;
}

.faq_item
{
	border: none;
}
.faq_header
{
	padding: 0px;
}
.faq_header a
{
	color: #434955 !important;
    border-color: #004a8f !important;
    background-color: #f7f8f9 !important;
    border: none;
	width: 100%;
	display: block;
	font-size: 13px;
	padding: 10px 15px;
    border-left: 0px solid #004a8f;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    transition: all 0.2s ease-in-out;
}
.faq_header a:hover,
.faq_header a.active
{
	border-left: 5px solid #004a8f;
    transition: all 0.2s ease-in-out;
}
.faq_body .panel-body
{
	border-top: none !important;
	padding: 15px;
	font-size: 12px;
    color: #434955;
}
.faq_header a.active .item_arrow:before
{
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq_header .item_arrow:before
{
	content: "\f107";
    font-family: FontAwesome;
    float: right;
    font-size: 18px;
    transition: all .2s linear;
}

.contact_map
{
	height: 400px;
	width: 100%;
}
.contact_map #map
{
	height: 100%;
	width: 100%;
}
.contact_title
{
	text-transform: uppercase;
    color: #004a8f;
    font-size: 20px;
    border-bottom: 4px solid #004a8f;
    margin-bottom: 15px;
}
.contact_title h2
{
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}
.contact_page table td
{
	padding: 0px 5px;
	font-size: 13px;
}

.trade_page .bootstrap-select &gt; .dropdown-toggle
{
	border-radius: 0px;
	outline: 0;
}
.trade_page .red_text
{
	color: red;
	margin-top: 20px;
	font-size: 13px;
}
.trade_today_title
{
	margin: 20px 0px 10px;
}
.trade_today_title h3
{
	float: left;
	font-size: 14px;
	margin: 0px;
    font-weight: 700;
}
.trade_today_title span
{
	float: right;
	font-size: 14px;
}

.trade_table table tr th
{
	background: #82a5c1;
    color: #fff;
    text-transform: initial;
    text-align: center;
    font-size: 12px;
    padding: 3px;
    font-weight: 400;
}
.trade_table table tr td
{
    font-size: 12px;
    padding: 2px;
    font-weight: 400;	
    text-align: right;
}
.trade_table table tr &gt; td:nth-child(1)
{
	text-align: center;
	width: 30px;
}
.trade_table table tr td i
{
	width: 20px;
	text-align: center;
}
.up_green
{
	font-weight: 700;
	color: green;
}
.down_red
{
	font-weight: 700;
	color: red;
}

.trade_history_filter
{
	margin-bottom: 30px;
	display: block;
}
.trade_history_filter .bootstrap-select
{
	width: 100% !important;
}
.trade_history_filter label
{
	font-size: 13px;
}
.trade_history_filter p
{
	font-size: 11px;
	margin: 0px;
	color: red;
}

.content_tab .nav-tabs
{
	border: none;
}
.content_tab .nav-tabs li a
{
	font-size: 76%;
    font-family: tahoma, verdana;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 8px 8px;
    position: relative;
    color: #fff;
    background: #004a8f;
}
.content_tab .nav-tabs li.active a
{
	color: #666;
    background-color: #fafafa;
    border: 1px solid #85a4c0;
    border-bottom: 1px solid transparent;
}
.content_tab .tab-content
{
	border: 1px solid #85a4c0;
	padding: 20px;
}
.content_tab .tab-content table tr td
{
	text-align: center;
}
.green_text
{
	color: green;
}
.red_text
{
	color: red;
}
a.trade_more
{
	color: #044880;
	font-size: 12px;
	text-align: right;
	width: 100%;
	display: block;
}

.video_news
{
	padding-bottom: 30px;
}
.video_news .owl-theme .owl-nav.disabled + .owl-dots
{
	bottom: -30px;
}
.video_news a
{
	color: #004a8f;
    font-size: 14px;
    line-height: 15px;
    transition: all 0.2s ease-in-out;
}
.video_news a:hover
{
	color: #cd3c2e;
}
.video_news p
{
	font-size: 12px;
}

.companies_info article
{
	margin: 20px 0px;
	font-size: 13px;
	line-height: 18px;
}
.companies_info table tr td
{
	padding: 3px 10px;
	font-size: 13px;
}
.companies_info table tr td:nth-child(1),
.companies_info table tr th:nth-child(1)
{
	text-align: center;
}

.company_tab
{
	margin-top: 30px;
}
.company_tab .nav-tabs
{
	border: none;
}
.company_tab .nav-tabs li a
{
	font-size: 76%;
    font-family: tahoma, verdana;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 8px 8px;
    position: relative;
    color: #fff;
    background: #004a8f;
}
.company_tab .nav-tabs li.active a
{
	color: #666;
    background-color: #fafafa;
    border: 1px solid #85a4c0;
    border-bottom: 1px solid transparent;
}
.company_tab &gt; .tab-content
{
	border: 1px solid #85a4c0;
	padding: 20px;
}
.company_tab .tab-content table tr td
{
	text-align: center;
}

.company_tab img
{
	max-height: 70px;
}
.company_tab h1
{
	font-size: 16px;
    margin: 15px 0 10px 0;
    border-bottom: solid 1px #1174d4;
}

.bp_div
{
	display: inline-block;
	margin-left: 30px;
	margin-bottom: 15px;
}
.bigprice_up
{
	color: green;
}
.bigprice_down
{
	color: red;
}
.company_trade ul
{
	margin: 0px;
	padding: 0px;
}
.company_trade ul li
{
	margin: 5px 0 5px 0;
    float: left;
    color: #272727;
    padding: 0 5px 0px 1px;
    border-bottom: 1px dashed silver;
    width: 100%;
    text-align: left;
    display: block;
    font-size: 12px;
}
.company_trade ul li b
{
	float: right;
    color: #111;
    font-weight: bold;
    text-align: right;
    margin-right: 5px;
}

.company_main .nav-tabs li a
{
	font-size: 76%;
    font-family: tahoma, verdana;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 8px 8px;
    position: relative;
    color: #044880;
    background: transparent;
}
.company_main .nav-tabs li.active a
{
	color: #666;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.company_main_tab
{
	padding: 10px 0px;
}
.company_main table tr td
{
	text-align: left !important;
}
.company_main table tr &gt; td:nth-child(1)
{
    color: #004888;
}
.company_main_nemelt
{
	padding: 0px 10px;
}
.company_main_nemelt h4
{
	font-size: 14px;
	margin-bottom: 10px;
	color: #004888;
}
.company_main_nemelt table
{
	font-size: 12px;
}
.company_main_modal .modal-header
{
	margin-bottom: 20px;
}
.company_main_modal .modal-header h5
{
	font-size: 16px;
	float: left;
}
.company_main_modal .modal-body table tr td:nth-child(1)
{
	text-align: center !important;
}
.company_main_modal .modal-body table tr td
{
	padding: 5px;
}
.company_trade h2
{
	font-size: 14px;
    text-transform: uppercase;
    color: #004888;
    margin: 20px 0 10px 0;
    font-weight: 700;
}
.company_finance_item
{
	display: none;
}
.meeting_note table td
{
	vertical-align: top;
	padding: 10px 0px;
	border-bottom: 1px solid #e1e1e1;
}
.attach_text
{
	margin-bottom: 10px;
}
.attach_text .attach_left
{
	width: 70%;
	float: left;
}
.attach_text .attach_right
{
	width: 30%;
	float: right;
}
.attach_text .attach_right p
{
	margin-bottom: 0px;
}
.board_list h2
{
	font-size: 14px;
    text-transform: uppercase;
    color: #004888;
    margin: 20px 0 10px 0;
    font-weight: 700;
}
.board_list table tr td
{
	text-align: left !important;
}
.trade_history table
{
	margin-top: 20px;
}
.company_chart_title
{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	margin-top: 30px;
	border-top: 1px solid #ddd;
}
.company_chart_title div
{
	height: 30px;
    padding: 8px 0 0 10px;
    color: #000;
    font-size: 13px;
}

#chartdiv ul li
{
	margin: 0px !important;
	border: none !important;
}

.left_index
{
	margin-top: 10px;
	text-align: center;
}
.left_index h1
{
	display: inline-block;
	font-size: 22px;
	color: #333;
    font-weight: bold;
    margin: 0px;
}
.left_index h6
{
	font: 13px;
	display: inline-block;
}
.left_index h6 i
{
	margin: 0px 5px;
}
.left_index h6.green
{
	color: green;
}
.left_index h6.red
{
	color: red;
}

.left_chart_table table tr th
{
	background: #82a5c1;
    color: #fff;
    text-transform: initial;
    text-align: center;
    font-size: 12px;
    padding: 3px;
    font-weight: 400;
}
.left_chart_table table tr td
{
    font-size: 12px;
    padding: 3px;
    font-weight: 400;	
    text-align: left;
}
.left_chart_table table tr td.green
{
	color: green;
}
.left_chart_table table tr td.red
{
	color: red;
}
.left_chart_table table tr &gt; td:nth-child(1),
.left_chart_table table tr &gt; td:nth-child(3)
{
	text-align: center;
}
.left_chart_table table tr td i
{
	width: 20px;
	text-align: center;
}

.company_change table td
{
	text-align: left !important;
}

.company_report table td
{
	text-align: left !important;
}
.company_report table td:nth-child(1),
.company_report table td:nth-child(6),
.company_report table td:nth-child(7)
{
	text-align: center !important;
}

.modal-header
{
	background-color: #85a4c0;
}
.modal-header .modal-title
{
	font-size: 24px;
	color: #fff;
}
.modal-body
{
	padding: 0px 30px 20px;
}
.modal-body h2
{
	font-size: 16px;
    margin: 15px 0 10px 0;
    border-bottom: solid 1px #1174d4;
}
.modal-body table tr td
{
	padding: 5px 15px 5px 0px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.modal-body table tr td:nth-child(1)
{
	color: #004888;
}

.exchange_government table tr td
{
	font-size: 11px;
}
.exchange_government table tr td:nth-child(1)
{
	text-align: center !important;
	width: 200px !important;
}

.mse_all_table table tr th,
.mse_all_table table tr td
{
	text-align: left;
}

.lessonregister table tr td
{
	padding: 5px;
}

.table-striped tr th:nth-child(1),
.table-striped tr td:nth-child(1)
{
	width: 30px;
	text-align: center;
}


@media (min-width: 992px) and (max-width: 1025px)
{
	.menu li a
	{
		padding: 15px 10px 10px;
		font-size: 11px;
	}
}

@media (min-width: 768px) and (max-width: 992px)
{
	.menu li a
	{
		padding: 15px 5px 10px;
		font-size: 9px;
	}
	.slide,
	.content_right
	{
		margin-bottom: 30px;
	}
}

@media (max-width: 767px)
{
	.page_container
	{
		margin: 0px 15px;
	}
	.header_search input[type="text"]
	{
		min-width: 230px;
	}
	.slide,
	.content_right
	{
		margin-bottom: 20px;
	}
	.slide img
	{
		height: auto;
	}
	.menu_container
	{
		position: relative;
	}
	.menu_button
	{
		position: relative;
		right: 0px;
		top: 0px;
		float: right;
		background-color: #fff;
		padding: 3px 10px 1px;
		margin: 10px 0px;
		border-radius: 3px;
	}
	.res_menu
	{
		display: none;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.menu_show
	{
		display: block;
	}
	.res_menu li
	{
		display: block;
	}
	.res_menu li a
	{
		padding: 10px 14px 7px;
		display: block;
		color: #fff;
		font-size: 13px;
		text-transform: uppercase;
		border-bottom: 3px solid transparent;
		margin-bottom: -2px;
		transition: all 0.2s ease-in-out;
	}
	.res_menu li a:hover,
	.res_menu li a.active
	{
		background-color: #2F9DD3;
	}
	.footer_logo
	{
		float: none;
		text-align: center;
		margin: 0 auto;
		padding: 0px;
	}
	.footer_address
	{
		padding-right: 0px;
		border: none;
	}
}
</pre></body></html>