/*Reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong { font-weight:bold;}
em { font-style:italic;}
a, a:hover { text-decoration:none;}
.overflow { overflow:hidden;}

/*structure*/ 
input::-webkit-input-placeholder{color: #777562;}
input::-moz-input-placeholder{color: #777562;}
input::-ms-input-placeholder{color: #777562;}
input::-o-input-placeholder{color: #777562;}

@font-face{
    font-family:'RobotoCondensed-Regular';src:url('../font/RobotoCondensed-Regular.ttf');src:url('../font/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),url('../font/RobotoCondensed-Regular.woff') format('woff'),url('../font/RobotoCondensed-Regular.ttf') ,url('../font/RobotoCondensed-Regular.svg') format('svg');
    }

@font-face{
    font-family:'RobotoCondensed-Light';src:url('../font/RobotoCondensed-Light.ttf');src:url('../font/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),url('../font/RobotoCondensed-Light.woff') format('woff'),url('../font/RobotoCondensed-Light.ttf') ,url('../font/RobotoCondensed-Light.svg') format('svg');
    }
@font-face{
    font-family:'RobotoCondensed-Bold';src:url('../font/RobotoCondensed-Bold.ttf');src:url('../font/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),url('../font/RobotoCondensed-Bold.woff') format('woff'),url('../font/RobotoCondensed-Bold.ttf') ,url('../font/RobotoCondensed-Bold.svg') format('svg');
    }
    
@font-face{
font-family:'RobotoSlab-Bold';src:url('../font/RobotoSlab-Bold.ttf');src:url('../font/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),url('../font/RobotoSlab-Bold.woff') format('woff'),url('../font/RobotoSlab-Bold.ttf') ,url('../font/RobotoSlab-Bold.svg') format('svg');
}
body { font-family:Tahoma, Helvetica, sans-serif; font-size:12px; line-height:18px; color:#000; background: #11110e;}      
.clearfix{display: inline-block;}
#container { width:100%; position: relative;}       
	
    .wrap-header {height:261px; width:100%; background:url(../images/bg_header.jpg) 50% 0 no-repeat;}
		.header { width:1000px; margin:0 auto; position:relative;}
		.logo { display:block; position:absolute; top: -2px; left: 330px; z-index: 21;}
		.main_menu{position: absolute; top: 0; left:-5px; z-index: 20;}
			 .main_menu ul li{float: left; position: relative; display: block; height: 75px; background: url(../images/main_menu.png) no-repeat 0 0;  margin: 0; z-index: 10;}
             
       			
             .main_menu li.mmn1{width: 130px; background-position: 0 0; } 
             .main_menu li.mmn2{width: 108px; background-position: -130px 0; } 
			 .main_menu li.mmn3{width: 128px; background-position: -238px 0; margin-right: 269px;} 
             .main_menu li.mmn4{width: 138px; background-position: -635px 0;}
             .main_menu li.mmn5{width: 101px; background-position: -773px 0;}
             .main_menu li.mmn6{width: 124px; background-position: -874px 0;}

			
			 
             .main_menu li.mmn1:hover, .main_menu li.mmn1.active{background-position: 0 -79px;} 
             .main_menu li.mmn2:hover, .main_menu li.mmn2.active{background-position: -130px -79px; } 
			 .main_menu li.mmn3:hover, .main_menu li.mmn3.active{background-position: -238px -79px;} 
             .main_menu li.mmn4:hover, .main_menu li.mmn4.active{background-position: -635px -79px;}
             .main_menu li.mmn5:hover, .main_menu li.mmn5.active{background-position: -773px -79px;} 
             .main_menu li.mmn6:hover, .main_menu li.mmn6.active{background-position: -874px -79px;}
			 .main_menu li.mmn a{display: block; width: 100%; height: 75px; z-index: 10;}
	
			 
			 .main_menu ul.sub_main_menu{width: 193px; min-height: 221px; display: none; position: absolute; top: 71px; right: 0px; text-align: right; padding-top: 0; z-index: 10; background: url(../images/bg_sub_left.png) no-repeat 0 0;}
			 .main_menu ul.sub_main_menu_right{left: 0; background: url(../images/bg_sub_right.png) no-repeat 0 0; text-align: left;}
			 .main_menu ul li:hover ul.sub_main_menu{display: block; z-index: 10;}
			 .main_menu ul.sub_main_menu li{float: none; margin: 0; height: 30px; width: 175px; line-height: 30px; position: relative;}
			 .main_menu ul.sub_main_menu_right li{margin: 0 0 0 15px;}
			 ul.sub_main_menu li a{color: #40150c; font-family: RobotoCondensed-Regular; font-size: 16px; font-weight: normal; height: 30px; line-height: 30px; display: block; padding-right: 30px;}
			
			 ul.sub_main_menu li a:hover{color: #bb1300;}
			
			.main_menu_ser ul.sub_main_menu li a{color: #bcbcbc;}
			.main_menu_ser ul.sub_main_menu li a:hover{color: #ffe400;}
 


.wrap-main { background:url(../images/bg_ctn_repeat.jpg) 50% 0 repeat-y; width:100%; position: relative; margin: 0; z-index: 30; min-height: 854px;}
		.inner-main {background:url(../images/bg_ctn_bot.jpg) 50% 100% no-repeat; }
			.main { background:url(../images/bg_ctn_top.jpg) 50% 0 no-repeat; overflow:hidden; min-height: 854px; padding: 0 0 35px 0;}
			.wrap-content { width:1000px; margin:0 auto;}
					
		.content { width:1000px; padding:0 0 0 0; position: relative;}

 
/**Main Content**/
.content .Contentright{width: 754px; height: auto; position: relative; z-index: 99; float: left; background: none; padding-top: 250px;}
.content .Sidebarleft{width: 231px; height: auto; position: relative; z-index: 90; float: left; margin: 0 10px 0 0; display: inline; background: none;}
.content .Contentright .inner_Contentright{margin: 0 0 0 0;}
		
	.wrap-footer {width: 100%; height: 129px; background:url(../images/bg_footer.jpg) 50% 0 no-repeat;}	
		.footer { width:1000px; font-size:11px; color:#989898; text-align: center; margin: 0 auto; position: relative; height: 100%; overflow: hidden;}
	.footer .logo_footer{position: absolute; top: 65px; left: 50px;}
        	.footer p { text-align: left; position: absolute; top: 70px; left: 245px; color: #ffffff; font-family: RobotoCondensed-Regular; font-size: 15px; font-weight: normal; }
        .footer .back_to_top{width: 110px; height: 40px; display: block; position: absolute; top: 8px; left: 440px;}

/**SIDERBAR LEFT**/
.ctn_sidebarleft{width: 100%;}
           
.taigame_block{width: 300px; height: 450px; margin: 27px 0 0 -60px; position: relative; z-index: 9;}

/**2 Button**/
.two_btn_ctn{width: 100%; height: 80px; margin: -83px 0 0 0; position: relative; z-index: 10;}
.two_btn_ctn .mask{position: absolute; z-index: 10; top: -20px; left: 66px;}
.two_btn_ctn ul li{float: left; height: 80px; margin: 0; padding: 0;}
.two_btn_ctn ul li .two_btn{height: 80px; display: block; background: url(../images/dk_napthe.png) no-repeat; -webkit-transition: background 0.3s;
				-moz-transition: background 0.3s;
				-ms-transition: background 0.3s;
				-o-transition: background 0.3s;
				transition: background 0.3s;}
.two_btn_ctn ul li .two_btn1{width: 116px; background-position: 0 0;}
.two_btn_ctn ul li .two_btn2{width: 115px; background-position: -116px 0;}


.two_btn_ctn ul li .two_btn:hover, .two_btn_ctn ul li .two_btn.active{background: url(../images/dk_napthe.png) no-repeat;}
.two_btn_ctn ul li .two_btn1:hover, .two_btn_ctn ul li .two_btn1.active{background-position: 0 -80px;}
.two_btn_ctn ul li .two_btn2:hover, .two_btn_ctn ul li .two_btn2.active{background-position: -116px -80px;}			 

/**Phone Support**/
.phone_sp{width: 100%; display: inline-block; margin-top: 20px; opacity:1.0;} 
a.phone_sp:hover{opacity:0.5;}

/**Email Support BXH**/
a.email_btn{width: 100%; height: 71px; background: url(../images/support_btn.png) no-repeat 0 0; display: block; margin: 0 auto; position: relative;}
/**a.email_btn:hover{background: url(../images/support_btn.png) no-repeat -232px 0;}**/
a.email_btn:hover{opacity: 0.5;}

a.bxh_btn{width: 100%; height: 80px; background: url(../images/support_btn.png) no-repeat 0 -71px; display: block; margin: 0 auto 10px auto; position: relative;}
a.bxh_btn:hover{background: url(../images/support_btn.png) no-repeat -232px -71px;}


/**Vote**/
.vote_block{width: 100%; display: inline-block; margin: 0; min-height: 216px; background: #0c0c0b url(../images/bg_vote.png) no-repeat 0 0;}
.vote_block .vote_box{width: 205px; margin: 10px auto 0 auto;}
.vote_box .ques_vote{color: #aeadad; font-family: RobotoSlab-Bold; font-size: 13px; text-transform: uppercase; margin-bottom: 10px;}
.vote_box .list_ans li{width: 100%; height: 32px; line-height: 32px;}
.vote_box .list_ans li input{float: left; display: inline-block; margin: 10px 10px 0 0;}
.vote_box .list_ans li label{float: left; display: inline-block; color: #80807f; font-family: RobotoCondensed-Regular; font-size: 15px; font-weight: normal;}
.vote_box .vote_btn{width: 109px; height: 35px; display: inline-block; background: url(../images/vote_btn.png) no-repeat 0 0; -webkit-transition: background 0.3s;
				-moz-transition: background 0.3s;
				-ms-transition: background 0.3s;
				-o-transition: background 0.3s;
				transition: background 0.3s;
                margin-top: 10px;
                }
.vote_box .vote_btn:hover{background-position: 0 -35px;}
/**CONTENT RIGHT**/
.banner_hotnews{width: 100%; margin-bottom: 7px;}
/**BANNER EVENT**/
.event_banner_block{width: 380px; height: 228px; background: url(../images/bg_banner.png) no-repeat 0 0; float: left; margin: 0; padding: 0; position: relative; display: inline-block;}

/*event*/
			
	*+html .event {z-index:-1;}
    .event #img{position: absolute; top: 4px; left: 4px; z-index: 2;}
	.event #img li {opacity: 0; position: absolute;}
		.event #img li a { display:block; position:relative}
        .event #img li a img{width: 372px; height: 216px;}
	.event #img li.ActiveBanner {opacity: 1;z-index: 2;}
	.event #imgControl{overflow: hidden; position: absolute; z-index: 3; right: 8px; bottom: 15px;}
	.event #imgControl li { float: left; margin:0 3px;}
	.event #imgControl a { background:url(../images/bullet_banner.png) 0 0 no-repeat; width:8px; height:8px; display:block;}
	.event #imgControl .ActiveBanner a { background:url(../images/bullet_banner.png) -9px 0 no-repeat}   

.hot_news{width: 373px; height: 225px; background: url(../images/bg_hot.png) no-repeat 0 0; float: left; display: inline-block; margin: 0; padding: 0; position: relative;}
.xemthem{width: 90px; height: 16px; background: url(../images/xemthem.png) no-repeat 0 0; display: block; position: absolute; top: 10px; right: 15px;}
.xemthem:hover{background-position: 0 -17px;}

.hot_news .two_hot{width: 347px; margin: 40px 0 0 10px;}
.two_hot li{width: 100%; position: relative; height: 30px; line-height: 30px;}
.two_hot li a{color: #a8483f; font-family: RobotoCondensed-Regular; font-size: 13px; font-weight: normal; background: url(../images/ico_news.png) no-repeat 0 50%; padding-left: 25px; display: block;}
.two_hot li a:hover{color: #d20006;}
.two_hot li span{color: #a8483f; font-family: RobotoCondensed-Regular; font-size: 13px; font-weight: normal; position: absolute; right: 0; top: 0px;}
.two_hot li:hover span{color: #d20006;}

.hot_news .sub_news{width: 340px; margin: 15px 0 0 16px;}
.sub_news li{width: 100%; position: relative; height: 33px; line-height: 33px;}
.sub_news li a{color: #616161; font-family: RobotoCondensed-Regular; font-size: 13px; font-weight: normal; background: url(../images/bl_news.png) no-repeat 0 50%; padding-left: 15px; display: block;}
.sub_news li a:hover{color: #d20006;}
.sub_news li span{color: #616161; font-family: RobotoCondensed-Regular; font-size: 13px; font-weight: normal; position: absolute; right: 0; top: 0px;}
.sub_news li:hover span{color: #d20006;}

/**3 Step**/
.three_step{width: 100%; margin-bottom: 10px;}
.three_step ul li{float: left; margin: 0; padding: 0;}
.three_step ul li .step{width: 251px; height: 79px; background: url(../images/3btn.png) no-repeat; display: block; -webkit-transition: all 0.3s;
				-moz-transition: all 0.3s;
				-ms-transition: all 0.3s;
				-o-transition: all 0.3s;
				transition: all 0.3s;}
.three_step ul li .step1{background-position: 0 0;}
.three_step ul li .step2{background-position: -251px 0;}
.three_step ul li .step3{background-position: -502px 0;}

.three_step ul li .step:hover{background: url(../images/3btn_h.png) no-repeat;}
.three_step ul li .step1:hover{background-position: 0 0;}
.three_step ul li .step2:hover{background-position: -251px 0;}
.three_step ul li .step3:hover{background-position: -502px 0;}
 
 
 /**Huong dan News - Cong dong news**/
 .hd_cd_news{width: 100%; margin-bottom: 10px;}
 .hd_news{width: 370px; height: 314px; background: url(../images/bg_hd.png) no-repeat 0 0; float: left; display: inline-block; position: relative;}
 .cd_news{width: 370px; height: 314px; background: url(../images/bg_cd.png) no-repeat 0 0; float: right; display: inline-block; position: relative;}
.hd_news .xemthem, .cd_news .xemthem{top: 15px;}
.tinnoibat{width: 345px; margin: 56px 0 0 10px; display: inline-block; height: 120px;}
.tinnoibat .imgs{width: 116px; height: 89px; background: #000000; float: left; overflow: hidden; margin-right: 12px;}
.tinnoibat .imgs img{width: 110px; height: 83px; padding: 3px;}
.tinnoibat .tintxt{float: left; overflow: hidden; width: 216px;}
.tinnoibat .tintxt h3{margin-bottom: 18px; width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.tinnoibat .tintxt h3 a{color: #8a3d36; font-family: RobotoCondensed-Regular; font-size: 15px; font-weight: normal;}
.tinnoibat .tintxt h3 a:hover{color: #d20006;}
.tinnoibat .tintxt p{color: #727272; font-family: RobotoCondensed-Regular; font-size: 13px; font-weight: normal; text-align: justify;}

.cd_news .sub_news, .hd_news .sub_news{width: 345px; margin: 10px 0 0 10px;}
.cd_news .sub_news li, .hd_news .sub_news li{height: 30px; line-height: 30px;}

/**Thu Vien**/
.block_lib{width: 100%; height: 183px; background: url(../images/bg_lib.png) no-repeat 0 0; margin: 0; position: relative;}
.block_lib .xemthem{top: 16px;}
#list_tab_lib{margin: 0 0 0 0; width: 100%; height: 44px;}
#list_tab_lib ul li{float: left; margin:0; padding: 0;}
#list_tab_lib ul li a{display: block; width: 115px; height: 44px; background: url(../images/lib_tab.png) no-repeat; text-indent: -9000px;}
#list_tab_lib ul li.tab1 a{background-position: 0 0;}
#list_tab_lib ul li.tab2 a{background-position: -115px 0;}
#list_tab_lib ul li.tab3 a{background-position: -230px 0;}

#list_tab_lib ul li a.active{background: url(../images/lib_tab.png) no-repeat;}
#list_tab_lib ul li.tab1 a.active{background-position: 0 -44px;}
#list_tab_lib ul li.tab2 a.active{background-position: -115px -44px;}
#list_tab_lib ul li.tab3 a.active{background-position: -230px -44px;}

.block_lib .Content_subtab{width: 734px; height: 115px; overflow: hidden; margin: 7px 0 0 10px;}
.block_lib .listimg{width: 734px; height: 115px;}
.block_lib .listimg ul li{float: left; margin: 0 15px 0 0;}
.block_lib .listimg ul li.no-right{margin: 0 0 0 0;}
.block_lib .listimg ul li a{display: block; position: relative;}
.block_lib .listimg ul li a img{width: 160px; height: 115px;}

.block_lib .listimg ul li a .ico_video{width: 46px; height: 44px; background: url(../images/play_ico.png) no-repeat 0 0; position: absolute; top: 37px; left: 56px;}

.carousel ul {
    position:absolute;
    overflow:hidden;
    margin:0;
    padding:0;
    list-style:none;
    }
    
    .no-js .carousel ul {position:static;}
    
    .carousel .mask {
    position:relative;
    overflow:hidden;
    }
    
    .carousel ul li {
    float:left;

    margin:0;
    }
    
    .carousel .pagination-links {
    display: none;
    }
    
    
    .carousel .disabled {
    opacity: 0.3;
    cursor:default;
    }
    
    
    /** my carousel 1 **/
    .carousel{width: 734px; position: relative;}
    .carousel .next, .carousel .prev{width: 14px; height: 21px; position: absolute; top: 50px; display: block; text-indent: -9999px;} 
    .carousel .next{background: url(../images/next.png) no-repeat 0 0; right: 0;}
    .carousel .prev{background: url(../images/prev.png) no-repeat 0 0; left: 0;}
    .carousel .mask {
    width:689px;
    margin-left: 25px;
    }
    
    .carousel ul li {
    cursor: pointer;
    position: relative;
    }

	
/**BEGIN INSIDE PAGE**/

.wrap-main_is { background:url(../images/bg_ctn_repeat_is.jpg) 50% 0 repeat-y; width:100%; position: relative; margin: 0; z-index: 30; min-height: 854px;}
		.inner-main_is {background:url(../images/bg_ctn_bot_is.jpg) 50% 100% no-repeat; }
			.main_is { background:url(../images/bg_ctn_top_is.jpg) 50% 0 no-repeat; overflow:hidden; min-height: 854px; padding: 0 0 135px 0;}

/**Main Content**/

.content .Contentright_is{width: 754px; height: auto; position: relative; z-index: 99; float: left; background: none; padding-top: 250px; margin-left: 3px;}
.title_page{width: 100%; height: 35px;}
.breadcrum{width: 100%; height: 40px; line-height: 40px;}
.breadcrum ul li{height: 40px; line-height: 40px; float: left; margin: 0 10px;}
.breadcrum ul li a{color: #424140; font-family: RobotoSlab-Bold; font-size: 15px; text-transform: uppercase; background: url(../images/arrow_breadcrum.png) no-repeat 100% 50%; padding-right: 28px;}
.breadcrum ul li a:hover{color: #717071;}
.breadcrum ul li span{color: #717071; font-family: RobotoSlab-Bold; font-size: 15px; text-transform: uppercase;}

    /**Lich Su Kien**/
    .list_event_date{width: 217px; overflow: hidden; background: #e8e1d7; display: none;}
    .list_event_date ul li{width: 100%; border-bottom: 1px solid #d9cfc3; height: 29px; line-height: 29px; text-align: left; }
    .list_event_date ul li.last{border: none;}
    .list_event_date ul li a{display: block;height: 29px; line-height: 29px; color: #5a4330; font-size: 12px; background: none !important; padding-left: 25px; font-weight: normal;}
    .list_event_date ul li a:hover, .list_event_date ul li a.active{font-weight: bold; color: #5a4330;}
    .bot_sidebar #linkTop { width:50px; height:100px; display:block; margin: 0 auto;}

.sidebar a.ds{width: 245px; height: 118px; background: url(../images/ds_is.png) no-repeat 0 0; display: block; margin: 0 auto;}
.sidebar a.ds:hover{background: url(../images/ds_is_act.png) no-repeat 0 0;}
.sidebar a.ds p{width: 100px; top: 60px; right: 10px;}
.sidebar a.bikip{width: 245px; height: 115px; background: url(../images/bikip_is.png) no-repeat 0 0; display: block; margin: 5px auto 10px auto;}
.sidebar a.bikip:hover{background: url(../images/bikip_is_act.png) no-repeat 0 0;}
.sidebar a.bikip p{width: 100px; top: 70px; right: 10px;}

.sidebar .fb_block .tit_box{width: 230px; height: 50px; background: url(../images/fb_top_is.png) no-repeat 0 0; margin: 0 0 10px 20px;}
.sidebar .fb_block .like_fb_box{width: 240px; margin: 0 0 0 25px;}
/**Block Main Content**/
.Sidebarleft_is .list_tab_sub{background: url(../images/bg_tab_tt_is.png) no-repeat 0 0;}
.block_main_content{width: 700px; margin: 15px 0 0 15px; overflow: hidden;}

/**NEWS**/
.block_news_is{width: 100%; margin-top: 40px;}
.sukienconlist {
	margin-bottom: 20px;
	width: 100%;
	background: url(../images/bor_news.png) repeat-x 0 100%;
	padding-bottom: 20px;
	overflow: hidden;
}
.list_news .first_news{padding-top: 0;}
.sukienconlist .imgs{overflow: hidden; float: left; margin: 0 17px 0 23px;}
.sukienconlist img {
	float: left;
	height: 125px;
	
	padding: 1px;
	width: 185px;
    border: 5px solid #363333;
}
.sukienconlist .tintxt {
	overflow:hidden;
	line-height:18px;
	padding:0;
	/*min-height: 110px;*/
	position: relative;
	width: 490px;
}
.sukienconlist .title_new{position: relative; padding: 0;}
.sukienconlist .title_new h3{width: 100%; padding: 0;}

.sukienconlist .title_new h3 a {
	color: #a8483f; font-family: RobotoCondensed-Regular; font-size: 16px; font-weight: normal; 
	text-align: justify;
	display: block;
}
.sukienconlist .title_new h3 a.ico_news{background: url(../images/ico_news.png) no-repeat 0 50%; padding-left: 20px;}
.sukienconlist .title_new h3 a:hover {
	color:#990000;
}
.sukienconlist .tintxt p {
	text-align:justify;
	padding: 15px 0 0 0;
	color: #6b6b6b; font-family: RobotoCondensed-Regular; font-size: 13px; font-weight: normal;;
}
.sukienconlist .title_new span.date{
	color: #6b6b6b; font-family: RobotoCondensed-Regular; font-size: 13px; font-weight: normal;
	padding: 0;
}	

.PagingWrapper {
				width:100%;
				overflow:hidden;
				padding:0;
				margin-bottom:15px;
			}
 .PagingControl {
	position:relative;
	left:0;
	padding:0;
	margin:0;
}
 .CenterWrapper {
	position:relative;
	left:0;
	padding:0;
	margin:0;
	overflow:hidden;
}
 .PagingControl ul.PageList {
	float:left;
	position:relative;
	padding:0;
	margin:0 0 0 23px;
}
 .PagingControl ul.PageList li {
	float:left;
	height:24px;
	line-height: 24px;
	padding:0;
	margin:0 3px;
	padding: 0;
	overflow:hidden;
	background: none;
}
 .PagingControl ul.PageList li.active a, .PagingControl ul.PageList li a:hover {
	background: url(../images/paging_bg.png) no-repeat -25px 0;
	border: none;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	height: 24px;
    width: 24px;
    text-align: center;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
}
 .PagingControl ul.PageList li a {
	background: url(../images/paging_bg.png) no-repeat 0 0;
	border: none;
	color: #fff;
	display: block;
	float: left;
	font-size: 11px;
    width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
}
 .PagingControl ul.PageList li.prev_page a, .PagingControl ul.PageList li.next_page a, .PagingControl ul.PageList li.first_page a, .PagingControl ul.PageList li.last_page a  {
	border: none;
	display: block;
	float: left;
	width: auto;
	height: 24px;
	margin: 0 10px;
	line-height: 24px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
	padding: 0;
    color: #6f6f6f; font-family: RobotoSlab-Bold; font-size: 13px; text-transform: uppercase;
    background: none;
}

.PagingControl ul.PageList li.prev_page a{margin: 0 10px 0 0;}
.PagingControl ul.PageList li.prev_page a:hover, .PagingControl ul.PageList li.next_page a:hover{background: none;}

 .PagingControl ul.PageList li.first_page a {
	width: auto;
	background: url(../images/first_page.png) no-repeat 50% 50%;
}
 .PagingControl ul.PageList li.last_page a {
	width: 15px;
	background: url(../images/last_page.png) no-repeat 50% 50%;
}


/**SERVICES**/
/*.wrap-header_ser {height:261px; width:100%; background:url(../images/bg_header_ser.jpg) 50% 0 no-repeat;}*/
.wrap-header_ser {
height: 261px;
width: 100%;
background: url(../images/bg_header_ser.jpg) 50% 0 no-repeat;
position: relative;
z-index: 109;
}

.wrap-main_ser { background:url(../images/bg_ctn_repeat_ser.jpg) 50% 0 repeat-y; width:100%; position: relative; margin: 0; z-index: 30; min-height: 854px;}
		.inner-main_ser {background:url(../images/bg_ctn_bot_ser.jpg) 50% 100% no-repeat; }
			.main_ser { background:url(../images/bg_ctn_top_ser.jpg) 50% 0 no-repeat; overflow:hidden; min-height: 854px; padding: 0 0 135px 0;}
.wrap-footer_ser {width: 100%; height: 129px; background:url(../images/bg_footer_ser.jpg) 50% 0 no-repeat;}

.breadcrum .tit_menu{height: 40px; line-height: 40px; color: #717170; font-family: RobotoSlab-Bold; font-size: 15px; text-transform: uppercase; background: url(../images/arrow_breadcrum.png) no-repeat 0 50%; padding-left: 15px; margin-left: 10px;}

/**Menu Left**/
.menu_left{width: 100%; position: relative; overflow: hidden; margin-top: 284px;}
	
.menu_left .nav { overflow:hidden; width: 100%; margin: 0 auto 0 auto; padding: 0 0 0 0;}
	.menu_left .nav li { width:100%; float:none;}
		.menu_left .nav li .item {height: 70px; width: 230px; line-height: 70px; display: block; background: url(../images/main_menu_ser.png) no-repeat; text-indent: -9000px; display: block; cursor: pointer;}
		.menu_left .nav li .item1{background-position: 0 0;}
		.menu_left .nav li .item2{background-position: 0 -71px;}
		
		.menu_left .nav li.active .item{background: url(../images/main_menu_ser.png) no-repeat;} 
		.menu_left .nav li.active .item1{background-position: -231px 0;}
		.menu_left .nav li.active .item2{background-position: -231px -71px;}

		
.menu_left .sub-nav{padding: 0 0 5px 0; overflow: hidden; width: 100%; margin: 0 auto; background: #0d0d0c url(../images/bg_sub_menu_ser.png) repeat 0 0;}
.menu_left .sub-nav li { width: 100%; margin-left:0; padding:0 0 !important; height: 30px; line-height: 30px; background: url(../images/bor_news.png) repeat-x 0 100%;}
	.menu_left .sub-nav li a, .menu_left .nav li.active .sub-nav li a { color: #585858; font-family: RobotoSlab-Bold; font-size: 12px; text-transform: uppercase; width: 195px; margin-left: 10px; display: block; background: url(../images/bl_sub_ser.png) no-repeat 0 50%; padding-left: 25px;}
	.menu_left .nav li.active .sub-nav li a:hover{color: #ffffff !important; text-decoration: none; background: url(../images/bl_sub_ser_h.png) no-repeat 0 50%;}
		.menu_left .sub-nav li a:hover { text-decoration: none; color: #ffffff !important; background: url(../images/bl_sub_ser_h.png) no-repeat 0 50%;}

.Sidebarleft_ser .phone_sp{margin-top: 0;}

.block_content_is{width: 720px; margin: 20px auto 0 auto;}
.block_content_is .detail_content{width: 100%; display: inline-block; color: #bababa; font-family: RobotoCondensed-Regular; font-size: 15px; font-weight: normal;}
.detail_content p{color: #bababa; font-family: RobotoCondensed-Regular; font-size: 15px; font-weight: normal; line-height: 1.5; margin: 0 0 20px 0;}


/**CAM NANG**/

.wrap-header_cn {height:261px; width:100%; background:url(../images/bg_header_cn.jpg) 50% 0 no-repeat;}

.wrap-main_cn { background:url(../images/bg_ctn_repeat_cn.jpg) 50% 0 repeat-y; width:100%; position: relative; margin: 0; z-index: 30; min-height: 854px;}
		.inner-main_cn {background:url(../images/bg_ctn_bot_cn.jpg) 50% 100% no-repeat; }
			.main_cn { background:url(../images/bg_ctn_top_cn.jpg) 50% 0 no-repeat; overflow:hidden; min-height: 854px; padding: 0 0 135px 0;}
.wrap-footer_cn {width: 100%; height: 129px; background:url(../images/bg_footer_cn.jpg) 50% 0 no-repeat;}



/**Menu Left CAM NANG**/


		.menu_left_cn .nav li .item {height: 70px; width: 230px; line-height: 70px; display: block; background: url(../images/main_menu_cn.png) no-repeat; text-indent: -9000px; display: block; cursor: pointer;}
		.menu_left_cn .nav li .item1{background-position: 0 0;}
		.menu_left_cn .nav li .item2{background-position: 0 -70px;}
        .menu_left_cn .nav li .item3{background-position: 0 -140px;}
        .menu_left_cn .nav li .item4{background-position: 0 -210px;}
        .menu_left_cn .nav li .item5{background-position: 0 -280px;}
        .menu_left_cn .nav li .item6{background-position: 0 -350px;}
        .menu_left_cn .nav li .item7{background-position: 0 -420px;}
        .menu_left_cn .nav li .item8{background-position: 0 -490px;}
		
		.menu_left_cn .nav li.active .item{background: url(../images/main_menu_cn.png) no-repeat;} 
		.menu_left_cn .nav li.active .item1{background-position: -232px 0;}
		.menu_left_cn .nav li.active .item2{background-position: -232px -70px;}
        .menu_left_cn .nav li.active .item3{background-position: -232px -140px;}
		.menu_left_cn .nav li.active .item4{background-position: -232px -210px;}
        .menu_left_cn .nav li.active .item5{background-position: -232px -280px;}
		.menu_left_cn .nav li.active .item6{background-position: -232px -350px;}
        .menu_left_cn .nav li.active .item7{background-position: -232px -420px;}
		.menu_left_cn .nav li.active .item8{background-position: -232px -490px;}


.form_dn{width: 67%; margin: 50px auto 0 auto;}
.form_dn ul li{float: none; width: 100%; height: 24px; line-height: 24px; margin: 0 0 20px 0;}
.form_dn ul li.btn{margin: 0 0 5px 0;}
.form_dn ul li.link_acc{color: #ba9539; padding-left: 100px;}
        .form_dn ul li .input_txt{float: left; height: 24px; line-height: 24px; background: #717170; border: 1px solid #682712; color: #ffffff; font-size: 12px; width: 220px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; padding: 0 5px;}

.form_dn ul li label{width: 90px; float: left; text-align: right; margin-right: 10px; color: #ba9539; font-weight: bold;}

.form_dn ul li .btn_dn
{
    margin-left: 100px;
    background: url(../images/btn_login.jpg) no-repeat ;
    width: 94px;
    height: 23px;
    cursor: pointer;
    border: none;
}

.form_dn ul li.link_acc .link{color: #ba9539;}
.form_dn ul li.link_acc .link:hover{text-decoration: underline;}















