/* 01 RESET */


*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body { font-family: 'Tahoma', sans-serif;font-size: 14px;line-height: 20px;color:#191F26;background: #fff url(../images/bg_loginloop.jpg) left top repeat-x;word-wrap:break-word;text-rendering:optimizeLegibility;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,table,caption,tbody,tfoot,thead,tr,th,td,figure{border:0;margin:0;padding:0}
html {overflow-y: scroll;-webkit-text-size-adjust:auto;-webkit-overflow-scrolling: touch;}

img,fieldset,abbr,acronym{border:0;}
article,aside,figure,figcaption,hgroup,footer,header,nav,section,video,object{display:block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}

img             {border:0;max-width:100%;vertical-align:middle;}
figure      {position:relative;}
figure img  {display:block;}

input,button,select,textarea {font-family: inherit;font-size: inherit;line-height: inherit;}

/* 02 GLOBAL STYLES */

ul              {margin:0 0 20px;}
ul > li         {list-style:none;position:relative;padding:0 0 10px 15px;}
ul ul               {margin:10px 0 -10px 2px;}
/*ul ul li:before     {content:"\00af";font-size:25px;top:0;left:-2px;}           */
ol              {margin:0 0 20px 25px;}
ol li               {list-style:decimal outside;padding:0 0 10px 5px;}
ol ol           {margin:10px 0 -10px 15px;}
nav ul          {margin:0;}
nav li:before       {display:none;}

p {padding:0 0 17px;}

a                   {text-decoration:none;-webkit-transition:all 0.2s ease-in;-moz-transition:all 0.2s ease-in;-o-transition:all 0.2s ease-in;-ms-transition:all 0.2s ease-in;transition:all 0.2s ease-in;}
a:active,a:hover    {outline: 0;}

.color ::-moz-selection,.color::-moz-selection  {background:#191F26;}
.color ::selection,.color::selection                {background:#191F26;}

.left       {float:left !important;}
.right      {float:right !important;}
.center,
.center .wrap   {}

/* 03 TYPOGRAPHY */
h1,h2,h3,h4,h5,h6,.header,.intro,label,input,textarea,select,table,dl,option,optgroup,.selector,.btn,.f-title,.pager,.contact-data,.categories,.meta,.tabs,.price,.trigger,.close,.output,.xdsoft_datetimepicker,.slicknav_menu,.readonly .f-row,.infoBox, #message,.history > div       {font-weight:500;}

h1 {font-size:24px;}
h2 {font-size:24px;padding:0 0 28px;}
h3 {font-size:19px;padding:0 0 15px;}
h4 {font-size:17px;padding:0 0 15px;}
h5 {font-size:15px;padding:0 0 15px;}
h6 {font-size:17px;text-transform:uppercase;padding:0 0 23px;}

/* 04 COLOR SPECIFICS */       
.black  {background-color:#191F26 !important;}
.grey   {background-color:#34394A !important;}
.grey-light {background-color:#f9f9f9 !important;}
.white  {background-color:#fff !important;}

/* 05 LAYOUT */
.wrap       {margin:0 auto;width:1200px;text-align:left;position:relative;max-width:94%;display:inline-block;}
.row        {margin:0 -15px;}

.full-width         {float:left;width:100%;padding:0 15px 30px;max-width:100%;}
.three-fourth   {float:left;width:75%;padding:0 15px 30px;max-width:100%;}
.one-half       {float:left;width:50%;padding:0 15px 30px;max-width:100%;}
.one-third      {float:left;width:33.33%;padding:0 15px 30px;max-width:100%;}
.two-third      {float:left;width:66.66%;padding:0 15px 30px;max-width:100%;}
.one-fourth         {float:left;width:25%;padding:0 15px 30px;max-width:100%;}
.one-fifth      {float:left;width:20%;padding:0 15px 30px;max-width:100%;}
.one-sixth      {float:left;width:16.66%;padding:0 15px 30px;max-width:100%;}

.row:before, 
.row:after              {content: "";display:table;}
.row:after          {clear: both;}

/* 06 BUTTONS */
.btn        {border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff !important;display:inline-block;text-align:center;max-width:100%;}
.btn.small  {font-size:12px;padding:8px 14px;}
.btn.medium     {font-size:15px;padding:11px 20px;min-width:142px;}
.btn.large  {font-size:17px;width:200px;height:54px;line-height:54px;padding:0 14px;}
.btn.huge   {font-size:20px;width:270px;height:70px;line-height:70px;padding:0 14px;}

.btn.white  {color:#191F26 !important;}
.btn.full   {width:100%;}
.btn.color:hover,.btn.color:focus,.btn.white:hover,.btn.white:focus {background:#191F26 !important;color:#fff !important;}
.btn.black:hover,.btn.black:focus,.cta .btn:hover,.cta .btn:focus   {background:#fff !important;color:#191F26 !important;}

.more               {font-weight:600;padding-top:2px;display:inline-block;position:relative;text-decoration:none;}
.more:after             {content:"";position:absolute;left:0;bottom:-3px;opacity:0;-ms-opacity:0;width:0;}
.more:hover:after,
.more:focus:after       {opacity:1;-ms-opacity:1;width:100%;}

.back {background:#858585;}

/* 07 ICONS */
.ico        {display:inline-block;overflow:hidden;vertical-align:middle;background-image:url(../images/icons.png);background-repeat:no-repeat;background-color:transparent !important;}
.phone          {width:29px;height:24px;margin-top:-1px;}
.phone.black    {background-position:0 0;}
.email          {width:29px;height:19px;}
.email.black    {background-position:-31px -4px;}

.circle     {float:left;width:88px;height:88px;border:1px solid #191F26;margin:0 20px 30px 0;-webkit-border-radius:45px;-moz-border-radius:45px;border-radius:45px;text-align:center;line-height:90px;}
.circle .ico {height:40px;}
.heart      {background-position:0 -53px;width:38px;}
.wand       {background-position:-40px -53px;width:35px;}
.lock       {background-position:-80px -53px;width:27px;}
.award      {background-position:0 -93px;width:38px;}
.pig        {background-position:-40px -93px;width:38px;}
.shuttle    {background-position:-80px -93px;width:36px;}
.wallet         {background-position:0 -135px;width:35px;}
.clip       {background-position:-40px -135px;width:21px;}
.telephone  {background-position:-80px -135px;width:25px;}
.people     {width:35px;height:40px;}
.luggage    {width:35px;height:40px;}
.time       {width:33px;height:40px;}
body{
	color:#000;
	background:#fff; 
	font-size: 14px;
	text-align: center;	
	}
a:hover{
color: #ff3f02 !important;
}
.top{
	background: #108de5;
	height: 45px;
}
.date-time {
    color: #fff;
    padding: 14px 0;
    width: 180px;
    border-right: 1px solid #3ba1e8;
    float: left;
}
.chaomung{
	float: left;
	width: 580px;
	padding: 14px 20px;
	border-right: 1px solid #3ba1e8;
}
.chaomung marquee{
	color: #fff;
	text-transform: uppercase;
}
.right_top{
	float: right;
	width: 440px;
	padding: 14px 0;
}
.right_top ul {

}
.right_top ul li{
	float: left;
    margin-right: 12px;
}
.right_top ul li a{
	color: #fff;
	font-weight: bold;
}
.header{
	margin: 0 auto;
	padding: 25px 0;
	border-top: 1px solid #108de5;
	background: url('images/bg-header.png') no-repeat center;
	background-size: cover;
	    position: relative;
    width: 1225px;
}
table tr td,table tr td p{
	text-align: left !important;
}
a.logo {
    margin-left: 155px;
    float: left;
    z-index: 999;
    position: relative;
}
.language{
	float: right;
    margin-top: 20px;
}
.language p{
	margin-bottom: 10px;
}
.language a{
	margin-right: 10px;
}
.language a:last-child{
	margin-right: 0;
}
.menu_chinh{
	background: #108de5;
	float: left;
    width: 100%;
        height: 43px;
}
.menu_chinh a:hover{
	color: #fff !important;
}
.logo img{
	float: left;
}
.logo h1{
	float: left;
	text-transform: uppercase;
	color: #047dbc;
	font-weight: bold;
	margin-left: 10px;
	font-size: 30px;
	margin-top: -3px;
	margin-left: 20px;
}
.logo h1 p{
	    clear: both;
    font-size: 17px;
    text-transform: none;
    color: #ff5f3e;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.right_header{
	float: right;
}
.right_header .hotline{
	    float: left;
    padding: 6px 20px 12px 35px;
    border-right: 1px solid #e6e6e6;
    margin-right: 20px;
    background: url(images/icon-phone.png) no-repeat center left;
}
.right_header .hotline p{
	padding-bottom: 0;
	margin-top: 5px;
	font-weight: bold;

}
.menu_chinh ul{
    margin: 0 auto;
    margin-left: 0;
    padding-left: 0;
}
.menu_chinh ul li{
	float: left;
	padding-left: 0;
}
.menu_chinh ul li a{
	    display: block;
    color: #fff;
    font-weight: bold;
    padding: 11px 14px;
    text-transform: uppercase;
    font-size: 13px;
}
.menu_chinh ul li a:hover{
	border-bottom: 6px solid #fff;
}


.menu_chinh ul li:hover ul{
	display: block;
}

.submenu{
	display: none;
    position: absolute;
    top: 38px;
    left: 0;
    width: 250px;
    background: #0b7ac7;
    z-index: 999;
}
.submenu li a{
	text-transform: none !important;
    padding: 10px 20px !important;
    line-height: 20px;
    font-weight: normal !important;
}
.submenu li{
	padding-bottom: 0 !important;
	width: 100%;
}
.submenu li a:hover {
    border-bottom: none !important;
    background: #0d74bf;
}
span.submenu_icon12 {
    position: absolute;
    right: 7px;
    display: block !important;
    top: 12px;
    color: #fff;
}
span.submenu_icon4 {
    position: absolute;
    right: 0px;
    display: block !important;
    top: 12px;
    color: #fff;
}
.search_form{
	float: right;
	position: relative;
}
.search_form input{
	    width: 265px;
    background: #2da505;
    border: none;
    padding: 10px;
    outline: none;
    color: #ddd;
}
.search_form button{
	border: none;
    color: #fff;
    right: 5px;
    top: 8px;
    background: #0c7dcc;
    padding: 11px 15px;
    font-weight: bold;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.main_content{
	clear: both;
	margin: 35px auto;
	margin-bottom: 0;
}
.line30{
	    height: 5px;
    width: 50px;
    background: #ff3f00;
    margin-bottom: 25px;
    display: inline-block;
}
.line20{
	    height: 3px;
    width: 30px;
    background: #ff3f00;
    margin-bottom: 25px;
    display: inline-block;
}
.hoatdong{
	background: url('images/bg_hoatdong.png') bottom center;
	background-size: cover;
}
.tit_hoatdong{
	text-align: center;	
}
.tit_hoatdong h1{
	color: #ff3f00;
	font-size: 35px;
	font-weight: bold;
}
.content_hoatdong{
	margin-top: 35px;
	
	overflow: auto;
}
.content_hoatdong .one-fourth a{
	text-transform: uppercase;
	color: #333;
	margin-top: 15px;
	display: block;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 21px;
}
.about{
	background: url('images/bg_about.png') no-repeat right center #d8dfdf;
	background-size: auto 100%;
	padding: 40px 0;
}
.left_about{
	width: 60%;
}
.left_about h4{
	text-transform: uppercase;
}
.left_about h2{
	text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    width: 500px;
    padding-bottom: 15px;
}
.left_about p{
	text-align: justify;
	line-height: 21px;	
	padding-bottom: 20px;
}
.left_about a{
	background: #ff3f00;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	float: left;
	padding: 15px 30px;
}
.main_content .main_left{
	width: 250px;
	float: left;
}
.main_content .main_left .danhmuc{
	background: #2594db;
}
.main_content .main_left .danhmuc .tit_danhmuc{
	background: #0966a2;
}
.main_content .main_left .danhmuc .tit_danhmuc h4{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
}
.main_content .main_left .danhmuc ul{
	
}
.main_content .main_left .danhmuc ul li{
	    padding: 8px 0;
    border-bottom: 1px solid #42A6E6;
    padding: 10px;
}
.main_content .main_left .danhmuc ul li a{
	color: #fff;
    font-size: 15px;
    background: url('images/icon_butlet.png') no-repeat 0 6px;
    padding-left: 15px;
    display: block;
    line-height: 18px;
}
.main_content .main_left .lichcongtac_tuan{
	margin-top: 10px;
	background: #f8f8f8;
}
.main_content .main_left .lichcongtac_tuan .tit_lichcongtac{
	background: url('images/bg_tit_left.png') ;
}
.main_content .main_left .lichcongtac_tuan .tit_lichcongtac h4{
	color: #b00303;
    text-transform: uppercase;
    padding: 5px;
    font-size: 15px;
    line-height: 22px;
    padding-left: 10px;
}
.main_content .main_left .lichcongtac_tuan ul{
	padding: 10px;
}
.main_content .main_left .lichcongtac_tuan ul li{
	padding: 5px 0;
}
.main_content .main_left .lichcongtac_tuan ul li a{
	color: #333;
    font-weight: bold;
    line-height: 18px;
    background: url('images/icon_butlet_blue.png') no-repeat 0 6px;
    padding-left: 15px;
    display: block;
}
.main_content .main_right{
	width: 735px;
	float: right;
}
.feature_news{
	    clear: both;
    overflow: hidden;
}
.feature_news .feature_left{
	width: 500px;
	float: left;
}
.feature_news .feature_left h4{
	font-size: 22px;
	color: #444444;
}
.feature_news .feature_left img{
	margin-top: 10px;
	width: 100%;
}
.feature_news .feature_left p{
	margin-top: 10px;
	line-height: 18px;
}
.feature_news .feature_left p span{
	color: #c00904;
	font-style: italic;
}
.feature_right{
	float: right;
	width: 200px;
	padding-top: 20px;
	border-top: 5px solid #ddd;
}
.feature_news .feature_right ul{

}
.feature_news .feature_right ul li{
	    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.feature_news .feature_right ul li a{
	line-height: 17px;
    text-align: justify;
    font-weight: bold;
    width: 100%;
    display: block;
}
.news_content_modul{
	clear: both;
	margin-top: 20px;
}
.news_content_modul .news_modul_left {
	float: left;
	width: 350px;
}
.news_content_modul .news_modul_left .modul_news{
	border-top: 5px solid #ddd;
	width: 100%;
	    margin-bottom: 20px;
}
.news_content_modul .news_modul_left .modul_news h4{
	text-transform: uppercase;
    color: #e00404;
    font-size: 13px;
    padding: 10px 0;
}
.news_content_modul .news_modul_right{
	float: right;
	width: 350px;
	background: #f7f7f7;
} 
.modul_news ul li{
	overflow: hidden;
    margin-bottom: 8px;
}
.modul_news ul li img{
	float: left;
	margin-right: 10px;
}
.modul_news ul li a{
	font-size: 15px;
    display: block;
    line-height: 21px;
}
.detail{
	float: right;
    font-size: 13px !important;
    color: #e00404;
}
.detail:hover{
	text-decoration: underline;
}
.modul_news_right{
	border-top: 5px solid #2594db;
	padding: 10px;
	margin-bottom: 10px;
}
.modul_news_right h4{
	text-transform: uppercase;
	color: #2594db;
	font-size: 13px;
	margin-bottom: 10px;
}
.modul_news_right ul li{
	margin-bottom: 10px;
}
.modul_news_right ul li a{
	color: #9e0606;
	line-height:18px;
	font-weight: bold;
}
.modul_news_right ul li p{
	font-size: 12px;
	color: #555555;
	margin-top: 3px;
	line-height: 16px;
}
.xemthem{
	font-weight: bold;
	float: right;
	color: #9e0606;
}

.hinhanh_gal img {
    margin: 1px;
}
.list_news{
	margin-top: 
}
.list_news a{
	font-weight: bold;
    display: block;
    color: #890202;
    line-height: 18px;
    margin-bottom: 10px;
    background: url('images/butlet_blue.jpg') no-repeat 0 7px;
    padding-left: 17px;
}

.main_content .main_left .dangnhap {
    margin-top: 10px;
    background: #f8f8f8;
    overflow: hidden;
}
.main_content .main_left .dangnhap .tit_dangnhap {
    background: url('images/bg_tit_left.png');
}
.main_content .main_left .dangnhap .tit_dangnhap h4 {
    color: #b00303;
    text-transform: uppercase;
    padding: 5px;
    font-size: 15px;
    line-height: 22px;
    padding-left: 10px;
}
.main_content .main_left .dangnhap .tit_dangnhap h4 span, .main_content .main_left .lichcongtac_tuan .tit_lichcongtac h4 span, .main_content .main_left .lienket_ngoai .tit_lienket h4 span{
	color: #146ba3;
}
.dangnhap form{
	padding: 10px;
	    overflow: hidden;
}
.dangnhap form input[type="text"]{
	    width: 92%;
    padding: 2px 7px;
    margin: 9px 0;

}
.dangnhap form label{
	font-weight: bold;
	color: #555;
}
.dangnhap form input[type=submit]{
	    background: #2594db;
    color: #fff;
    border: none;
    font-weight: bold;
    padding: 5px 10px;
    float: right;
    margin-top: 10px;
}
.dangnhap a{
	float: right;
    margin-left: 15px;
    color: #c13131;
    margin-right: 10px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 15px;
}
.lienket_noibo{
	margin-top: 10px;
}
.lienket_noibo a{
	margin-bottom: 5px;
    display: block;
}
.main_content .main_left .lienket_ngoai .tit_lienket {
    background: url('images/bg_tit_left.png');
}
.main_content .main_left .lienket_ngoai{
	margin-top: 10px;
}
.main_content .main_left .lienket_ngoai .tit_lienket h4 {
    color: #b00303;
    text-transform: uppercase;
    padding: 5px;
    font-size: 15px;
    line-height: 22px;
    padding-left: 10px;
}
.lienket_ngoai a{
	display: block;
	margin-top: 5px;
}
.lienket_ngoai a img{
	border: 1px solid #75bee8;
}
.footer{
	    background: url(images/bg_footer.png) right bottom no-repeat #0b8acf;
    clear: both;
    min-height: 50px;
    float: left;
    width: 100%;
    overflow: auto;
    padding: 27px 0;
        padding-bottom: 0;
}
.footer .in_footer{
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
}
.footer .in_footer .footer_left{
	    float: left;
    width: 670px;
}
.footer .in_footer .footer_left img{
	    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}
.footer .in_footer .footer_left h4{
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
}
.footer .in_footer .footer_left p{
	color: #fff;
	line-height: 18px;
}
.footer_right{
	float: left;
	padding-top: 40px;
	font-size: 13px;
}
.footer .one-third{
     padding: 0 0px 0px;
}
.menu_ft{
    clear: both;
    overflow: hidden;
}
.menu_ft li{
	    float: left;
    border-right: 1px solid #2a9a04;
    padding-right: 15px;
    padding-left: 0;
    margin-right: 15px;
    padding-bottom: 3px;
}
.menu_ft li:last-child{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.menu_ft li img{
	margin-right: 10px;
}
.menu_ft li a{
	color: #fff;
}
.footer_right p{
	color: #fff;
    padding-bottom: 10px;
    line-height: 20px;
}
.footer_right p.coppyright{
	    color: #e2e2e2;
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
    margin-top: 8px;
}
.bottom_info{
	padding: 15px 0px;
	width: 1000px;
	margin: 0 auto;
	clear:both;
	margin-bottom: 20px;
}
.footer .one-half{
	padding-bottom: 0;
}
.bottom_info p{
	float: left;
    margin: 0 26px;
    font-weight: bold;
    color: #555;
}

.bottom_info p span{
	color: #f00;
}

.thongbao_top {
    position: absolute;
    z-index: 999;
    bottom: 5px;
    font-size: 15px;
    margin: 0 auto;
    right: 10px;
    font-weight: bold;
    width: 84%;
    text-transform: uppercase;
    color: #ff0000;
    text-shadow: 0px 0px 1px #ffffff;
}

.name_ft{
	margin-bottom: 15px;
}
.name_ft h4{
	padding-bottom: 8px;
}
.tintuc{
	padding: 40px 0;
	background: #f5f6f6;
}
.tintuc .one-half{
	padding-bottom: 0;
}
.title_news h4{
	font-size: 25px;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
.content_news{
	padding: 15px 0;
	padding-bottom: 0;
}
.content_news a{
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	margin-bottom: 12px;
}
.content_news p.detail_duan{
	text-align: justify;
	color: #333;
}
.content_news ul{
	margin-bottom: 0;
}
.content_news ul li{
	overflow: auto;
	padding-left: 0;
}
.content_news ul li a.images_news{
	float: left;
	padding: 0;
	margin-right: 15px;
}
.content_news ul li a.title_news{
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;

}
.content_news ul li p{
	text-align: justify;
}
.sidebar_ft{
    margin-top: 50px;
}
.facebook {
    border: 1px solid #ddd;
    padding: 25px;
    height: 360px;
}
.events{
    border: 1px solid #ddd;
    padding: 25px;
    height: 360px;
}
.events .info i {
    display: inline-block;
    float: left;
    margin-right: 23px;
    width: 60px;
    height: 60px;
    font-size: 31px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #d92727;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.extra-wrap {
    overflow: hidden;
}
.events .info:first-child {
    margin-top: 0;
}
.events .info {
    display: inline-block;
    width: 100%;
    margin-top: 19px;
}
.events .info p {
    color: rgb(186, 186, 186);
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, sans-serif;
}
.events .info a {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    color: rgb(49, 53, 61);
    text-transform: uppercase;
    margin: 0px 0px 9px;
}
.news{
    border: 1px solid #ddd;
    padding: 25px;
    height: 360px;
}
.events h3, .facebook h3, .news h3 {
    font-size: 20px;
    line-height: 24px;
    color: rgb(49, 53, 61);
    text-transform: uppercase;
    margin: 0px 0px 16px;
}
.news ul li{
    padding-left: 0;
}
.news ul li a{
        color: #333;
    padding-left: 20px;
    display: block;
}
.news ul li a i{
        color: #be2222;
    margin-right: 15px;
    margin-left: -20px;
}
.gallery li a {
    padding: 0px !important;
    width: 97px;
    height: 76px;
    overflow: hidden;
}
.gallery li {
    float: left;
    padding-right: 10px;
}
.gallery li a img {
    width: 100%;
    height: 100%;
}
.gallary.row li {
    text-decoration: none;
    list-style: none;
    padding: 10px;
    float: left;
}
.gallary.row>.thumb {
    width: 200px;
    height: 200px;
    float: left;
    text-align: center;
    border: 1px solid #f9f9f9;
    padding: 10px;
	padding-top: 20px;
}
p.namegalary {
    font-weight: bold;
    padding: 10px;
	color: #b6201f;
}
.gallery li:nth-last-child(3n+1) {
	padding-right:0px;	
}
.brand{
	background: #f7f7f7;
	padding: 40px 0;
	margin-top: 15px;
}
.slider div img{
	border: 1px solid #ddd;
}
.brand .bx-wrapper{
	background: none;
	border: none;
	box-shadow: none;
	    margin: auto;
}
.bx-wrapper .bx-prev {
    left: -55px !important;
    text-indent: 0 !important;
    background: #108de5 !important;
    color: #fff;
    font-size: 25px;
    padding: 27px 11px !important;
    top: 0 !important;
    margin-top: 0 !important;
    height: auto !important;
}
	
.bx-wrapper .bx-next {
    right: -55px !important;
    
     text-indent: 0 !important;
    background: #108de5 !important;
    color: #fff;
    font-size: 25px;
    padding: 27px 11px !important;
    top: 0 !important;
    margin-top: 0 !important;
    height: auto !important;
    }
.footer_left img{
	float: left;
	margin-right: 20px;
	width: 73px;
}
.info_ft {
    float: left;
    width: 490px;
}
.info_ft h4{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.info_ft p{
	color: #fff;
	padding-bottom: 10px;
}
.info_ft p i{
	    background: #0770bb;
    width: 25px;
    height: 25px;
    color: #ffffff;
    display: table-cell;
    float: left;
    margin-right: 15px;
    text-align: center;
    padding: 4px 0;
    font-size: 16px;
}
.info_ft p span{
	line-height: 24px;
}
.linhvuc h4{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.linhvuc ul li{
	padding-left: 0;

}
.linhvuc ul li a{
	color: #fff;
	line-height: 21px;
}
.linhvuc ul li a:hover{
	color: #af3f1c !important;
}



/**** css for liên đoàn ****/
.feature {
    background: #f3f9fe;
    padding: 25px 0;
    float: left;
    width: 100%;

}
.title_news_f{
	font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 12px;
    display: block;
    margin-bottom: 12px;
}
.des_f{
	color: #303030;
	text-align: justify;
}
.more_news_f li{
	padding-left: 0;
	position: relative;
	margin-bottom: 20px;
}
.more_news_f li a{
	    color: #fff;
    background: rgba(51, 51, 51, .8);
    padding: 10px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}
.search_wg{
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
.search_wg input{
	    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #ececec;

}
.search_wg button{
	    position: absolute;
    right: 8px;
    top: 10px;
    border: none;
    color: #ff9d00;
    font-size: 16px;
        background: none;
}
.widget_hinhanh{
	margin-bottom: 15px;
}
.widget_hinhanh img{
	width: 100%;
}
.wthongbaomoi{

float: left;

width: 100%;
}
.wthongbaomoi .tit_wthongbaomoi h4{
	font-size: 16px;
	text-transform: uppercase;
	float: left;
	background: #f3f9fe;
	z-index:  9;
	position: relative;
	padding-right: 14px;
	color: #fa7601;
}
.wthongbaomoi .tit_wthongbaomoi .line_orange{
	    height: 2px;
	    background: #fa7600;
	    display: block;
	    margin-top: -24px;
	    float: left;
	    width: 100%;
}
.content_wthongbao{
	clear: both;
}
.content_wthongbao .nd_thongbao{
	color: #000;
	line-height: 18px;
	border-bottom: 1px solid #d3eafa;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.content_wthongbao .nd_thongbao a{
	color: #000;
}
.main_content{
	padding: 25px 0;
}
.main_content .widget_hinhanh{
	box-shadow: 0px 2px 5px #ccc;
	margin-bottom: 20px;
}
.clear{
	clear: both;
}
.whoatdong{
	margin-bottom: 20px;
}
.title_whoatdong{
	background: #deeefb;
	border-top: 2px solid #0a8bce;
	overflow: auto;
}
.title_whoatdong h4{
	float: left;
	padding: 10px 5px;
	color: #fff;
	background: #0a8bce;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.cat_whoatdong{
	float: left;
	margin-bottom: 0;
	margin-top: 9px;
}
.cat_whoatdong li{
	float: left;
    color: #fa7600;
    border-right: 1px solid #c2d5e6;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 0;
}
.cat_whoatdong li:last-child{
	border:none;
}
.cat_whoatdong li a{
	font-size: 13px;
	color: #333;
}
.content_whoatong{
	padding-top: 15px;
}
.feature_n_hoatdong{
}
.img_ft_hoatdong{
	width: 100%;
}
.feature_n_hoatdong a{
	font-size: 16px;
	margin-top: 15px;
	display: block;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}
.feature_n_hoatdong p{
	color: #555;
	text-align: justify;
}
.content_whoatong .one-half{
	border-right: 1px solid #ddd;
	padding-bottom: 0;
}
.content_whoatong .one-half:last-child{
	border-right: none;
}
.more_whoatdong{
}
.more_whoatdong li {
    padding-left: 0;
    float: left;
    width: 50%;
    border-right: 1px solid #ddd;
    padding: 0 15px;
	height: 255px;
}
.more_whoatdong li:nth-child(2n){
	border-right: 1px solid transparent;
}
.more_whoatdong li a{
	    color: #000;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
}
.more_whoatdong li p{
	color: #555;
	font-size: 12px;
}
.wtuvanphapluat{
	margin-bottom: 15px;
	    overflow: auto;
}
.title_tuvanphapluat{
	    text-transform: uppercase;
    border-top: 2px solid #0a8bce;
    padding-top: 12px;
}
.title_tuvanphapluat h4{
	font-size: 14px;
	color: #1f95e7;
	font-weight: bold;

}
.title_tuvanphapluat h4 i{
	font-size: 18px;
}
.content_tuvanphapluat{
	padding: 15px;
	background: #0a8bce;
}
.question{
	position: relative;
	padding-left: 30px;
	color: #fff;
	border-bottom: 1px solid #25a2e6;
}
.icon{
	position: absolute;
	color: #fff;
	left: 0;
	top: 2px;
	font-size: 18px;
}
.ans{
	margin-top: 15px;
	position: relative;
	padding-left: 30px;
	color: #fff;

}
.ans p{
	padding-bottom: 10px;
}
.viewmore{
	float: right;
	margin-top: 15px;
	color: #e76f1f;
}
.othernew a{
	color: #333;
}
.gr_image img{
	float: left;
	width: 275px;
	margin-right: 15px;
}
.in_center_top .meta_desc{
	font-weight: bold;
}
.wvanban{
	margin-bottom: 15px;
	    overflow: auto;
}
.title_vanban{
	    text-transform: uppercase;
    border-top: 2px solid #0a8bce;
    padding-top: 12px;
}
.title_vanban h4{
	font-size: 14px;
	color: #1f95e7;
	font-weight: bold;

}
.title_vanban h4 i{
	font-size: 18px;
}
.content_vanban{

}
.content_vanban ul li{
	
      padding-left: 0;
    border-bottom: 1px solid #cce1f4;
    margin-bottom: 10px;
    text-align: justify;
}
.content_vanban ul{
	margin-bottom: 0;
}
.content_vanban ul li a{
	color: #000;
}
.wlienketnoibo {
	margin-bottom: 15px;
}
.wlienketnoibo img {
    margin-bottom: 10px;
    width: 100%;
}
.tit_lienket{
	text-align: center;
}
.wlienketngoai {
	margin-bottom: 15px;
}
.wlienketngoai img {
    margin-bottom: 10px;
    width: 100%;
}
.title_video{
	    text-transform: uppercase;
    border-top: 2px solid #0a8bce;
    background: #dfeefb;
}
.title_video h4{
	font-size: 14px;
	color: #1f95e7;
	font-weight: bold;
	padding: 10px 15px;
}
.title_video h4 i{
	font-size: 18px;
}
.content_video{
	padding-top: 15px;
}
.des_video{
	padding: 10px 15px;
	background: #ece9e9;
	color: #000;
}
.more_video{
	margin-top: 15px;
}
.more_video li{
	    width: 30.6%;
    float: left;
    padding-left: 0;
    margin-right: 15px;
}
.more_video li:last-child{
	margin-right: 0;
}
.title_gallery{
	    text-transform: uppercase;
    border-top: 2px solid #0a8bce;
    background: #dfeefb;
}
.title_gallery h4{
	font-size: 14px;
	color: #1f95e7;
	font-weight: bold;
	padding: 10px 15px;
}
.title_gallery h4 i{
	font-size: 18px;
}
.content_gallery{
	padding-top: 15px;
}
.des_video{
	padding: 10px 15px;
	background: #ece9e9;
	color: #000;
}
.more_video{
	margin-top: 15px;
}
.more_video li{
	width: 30.5%;
    float: left;
    padding-left: 0;
    margin-right: 15px;
}
.more_video li:last-child{
	margin-right: 0;
}
.feature .three-fourth, .feature .one-fourth{
	padding-bottom: 0;
}
.footer .two-third{
	width: 52%;
	padding-bottom: 10px;
}
.in_center_top p{
	text-align: justify;
}




/**** Page con ****/
.ft_new_cat a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 12px;
    display: block;
    margin-bottom: 12px;
}
.ft_new_cat img{
	width: 100%;
}
.ft_new_cat p{
	text-align: justify;
	padding-bottom: 0;
}
.more_new_cat{
	border-top: 5px solid #e5e9ed;
	margin-top: 20px;
	padding-top: 20px;
}
.more_new_cat ul li{
	padding-left: 0;
	overflow: auto;
}
.more_new_cat ul li img{
	float: left;
	margin-right: 15px;
}
.more_new_cat ul li a{
	font-size: 16px;
	color: #000;
	text-align: justify;
}
.more_new_cat ul li p{
	color: #555;
	margin-top: 5px;
	text-align: justify;
	padding-bottom: 0;
}


.title_wdanhmuc{
	    text-transform: uppercase;
	    border-top: 2px solid #ed1c24;
}
.title_wdanhmuc h4{
	font-size: 13px;
	color: #ed1c24;
	font-weight: bold;
	padding: 10px 0;
}
.title_wdanhmuc h4 i{
	font-size: 18px;
}
.content_wdanhmuc{
	padding-top: 15px;
    background: #f3f9fe;
}
.content_wdanhmuc ul li{
	    color: #ed1c24;
    list-style: outside;
    padding-left: 0;
    margin-left: 30px;
    padding-right: 15px;
    

}
.content_wdanhmuc ul li a{
	color: #333;
	font-size: 13px;
	text-align: justify;
	    width: 100%;
    display: block;
}
.content_wdanhmuc .main_link{
	text-align: left !important;
}

h3.tit_header {
        font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
        border-bottom: 2px solid #108de5;
}
.noidungtin {
    text-align: left;
    position: relative;
}
.print_page {
    background: url(images/print0.png) no-repeat scroll 0 0 transparent;
    padding-right: 15px;
    margin-left: 10px;
        display: none;
}
.thematic {
    background: #f7f7f7;
    padding: 15px;
    margin-bottom: 15px;
}

.thematic span.img_new{
	display: block;
}
.thematic span.img_new a{
	    color: #333;
    background: url(images/ul_style.png) no-repeat scroll left 6px transparent;
    padding-left: 15px;
    display: block;
}
.thematic_no_images{
	 background: #f7f7f7;
    padding: 15px;
    margin-bottom: 15px;
}
.thematic_no_images span.img_new{
	display: block;
}
.thematic_no_images span.img_new a{
	    color: #333;
    background: url(images/ul_style.png) no-repeat scroll left 6px transparent;
    padding-left: 15px;
    display: block;
}
.email_page {
    background: url(images/email0.png) no-repeat scroll 0 0 transparent;
    padding-right: 15px;
    display: none;
}
.noidungtin .control_page {
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
}

.in_center_top .titcontent {
           margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 20px;
}

#OldComment {
    border-top: 2px solid #f2f2f2;
    padding-top: 10px;
	margin-top: 35px;
}
.formcomment input {
    padding: 5px;
    border: 1px solid #e1e0e0;
    margin: 5px 0px;
}
.img_captcha {
    position: relative;
    margin-left: 5px;
    height: 37px;
}
.buttomothernew {
    margin-top: 20px;
}
.buttomothernew .info {
        text-transform: uppercase;
    padding-bottom: 9px;
    margin-bottom: 15px;
}
.buttomothernew .othernew{
	color: #333;
	background: url(images/ul_style.png) no-repeat scroll left 6px transparent;
	padding-left: 20px;
	display: block;
	font-weight:normal !important;
	margin-bottom: 5px;
}
#short_desc1 i{
	cursor: pointer;
}
p.titcontent_noimg{
	margin-bottom: 0;
}
p#msg_comment {
    background: #71ad53;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 15px;
}
p.item_nocomment {
    color: #f00;
    font-style: italic;
}
#list_other_link div {
    padding: 5px 0px;
}
p.item_comment {
    background: #e7f9ff;
    margin-bottom: 12px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #c9e8f3;
}
span.item_name {
    font-weight: bold;
}
.wdanhmuc.br {
    float: left;
    width: 100%;
}
.in_center_top .noidungtin {
        text-align: justify;
    position: relative;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
table tr td{
	border:1px solid #ddd;
	padding: 5px;
}
table{
	    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
}
.titcontent_noimg{
	margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
}

.more_new_cat img {
    width: 205px;
        margin-bottom: 12px;
}
.center .ft_new_cat{
	text-align: justify;
}
.tbl_calendar {
    border-top: 1px solid #d0cbcb;
    border-left: 1px solid #d0cbcb;
}

.tbl_calendar td{
    border-bottom: 1px solid #d0cbcb;
    border-right: 1px solid #d0cbcb;
	padding:5px;
}
.content_page{
	border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 10px 0px;
    background: #fafafa;	
}
.page_question span:last-child {
        float: right;
    padding-left: 5px;
    position: absolute;
    font-weight: bold;
    padding-right: 15px;
    text-align: justify;
}
.page_question{
	width: 100%;
    display: inline-block;	
}
.page_question i {
    float: left;
    padding: 20px;
    font-size: 20px;
}
.group_page {
    display: table;
    width: 100%;
    border-bottom: 2px solid #e5e5e5;
	padding-bottom: 10px;
}

.page_answer {
    border-top: 2px solid #f2f2f2;
    padding: 10px;
	    margin-top: 10px;
}
.page_answer p{
	padding-bottom:0px;	
}
.one-half .gallery_album{
	margin-left: -15px;
}
.one-half .video{
	margin-right: -15px;
}
.feature .one-third, .feature .two-third{
	padding-bottom: 0;
}
.more_news_f{
	margin-bottom: 0;
}
.more_news_f li:last-child{
	margin-bottom: 0;
}
#formx table td{
	border: none;
}
#formx table td input[type="text"]{
	border: 1px solid #ddd;
	padding: 7px;
}
#formx table td input[type="submit"]{
	padding: 7px 20px;
    background: #0b8acf;
    color: #fff;
    margin-right: 10px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
}
#formx table td input[type="reset"]{
	padding: 7px 20px;
    background: #ccc;
    color: #333;
    margin-right: 15px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
}
#formx table td textarea{
	padding: 7px;
	border: 1px solid #ddd;

}
.in_center_top_content
{
   
    padding-bottom: 10px;
	margin-bottom:10px;
    width: 100%;
	text-align:justify;
    overflow: auto;
}
.in_center_top_content img{
	display: block;
    height: auto;
    margin: 0 auto;

	}
.in_center_top_content .ft_new_cat img{
	margin-bottom: 15px;
}
.in_center_top_content .tit{
	    line-height: 23px;
    margin-bottom: 15px;
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
	}
.in_center_top_content .titcontent {
    float: left;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
   width: 100%;
	color:#666;
}

.in_center_top_content .titcontent_noimg {
        margin-top: 5px;
    font-size: 18px;
    line-height: 24px;
}
.center .noidungtin .in_center_top_content img{
	float:left;
	margin-right: 10px;
}
.wbantinmoi p{
	text-align: justify;
}
.noidungtin_kehoach{
	    padding-bottom: 5px;
}
.in_center_parent .listnamecontent a{
	color: #333;
}
.page_question{
	cursor: pointer;
}
.ft_new_cat .thumb_img{
	margin-bottom: 10px;
}
.content_gallery .gallery_box{
	    float: left;
    width: 31.7%;
    margin-right: 15px;
    margin-bottom: 15px;
}
.content_gallery .gallery_box:nth-child(3),.content_gallery .gallery_box:nth-child(6),.content_gallery .gallery_box:nth-child(9),.content_gallery .gallery_box:nth-child(12),.content_gallery .gallery_box:nth-child(15),.content_gallery .gallery_box:nth-child(18),.content_gallery .gallery_box:nth-child(21){
	margin-right: 0;
}
.content_gallery .gallery_box {
    margin-right: 15px;
    margin-bottom: 15px;
    height: 136px;
    overflow: hidden;
    width: 205px;
    display: inline-block;
}
.content_gallery .gallery_box a img{
	max-height: 100%;
}
.buttomothernew .header_other_menu {
    text-transform: uppercase;
    padding-bottom: 9px;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px dotted #666;
    color: #666;
}
.nav_top
{
border: 1px solid #F1F1F1;
    border-left: none;
    border-right: none;
    width: 100%;
    margin-top: 17px;
    padding-top: 10px;
    overflow: auto;
    padding-bottom: 10px;
}
.nav_calendar
{
	display:-webkit-inline-box;
	width:60%;
	float:left;
    margin-bottom: 0;	
}
.nav_calendar li
{
margin-right:10px;
font-weight:bold;
width:50px;	
display:inline;
}
.nav_calendar li:hover
{
	color:#00C
}
.selected_week
{
	padding-left:5px;
	padding-right:5px;
	width:250px !important;	
}
.selected_week a{
	color: #333;
}
.nav_calendar li a{
	font-weight: normal;
	color: #333;
}
.tbl_ct_hop tr td{
	border: none;
}

.tbl_calendar tbody > tr:first-child{
	background: #f7f7f7;
}
.tbl_ct_hop tr:first-child{
	background: none !important;
}
.curent_week a{
	color: #333;
}
.title_gallery h4 a{
	color: #2094e7;
}
.title_video h4 a{
	color: #2094e7;
}


.in_center_down {
    float: left;
    padding: 10px 0;
    width: 100%;
	line-height:20px;
}
.in_center_parent {
	 width: 100%;
    line-height: 20px;
    margin-top: 5px;
	float:left;
}
.in_center_down ul li{
    min-height: 10px;
    padding-left: 0;
        padding-bottom: 0;
	}
.in_center_down ul li img{
	float:left;
	margin-right:15px;
	width:145px;
	}
.in_center_down ul li p{
	line-height:20px;

	}
.in_center_down ul{
	margin-bottom: 0;
}
.in_center_down ul li a{
	font-family: arial;
    font-size: 14px;
	}
.ul_split_page li{
	    padding-left: 0;
    float: left;
    margin-right: 10px;
    
    
    font-weight: bold;

}
.ul_split_page li a{
	color: #333;
	padding: 9px 15px;
	background: #f7f7f7;
}
.ul_split_page li a.current{
	    color: #fff;
    background: #0b89d0;
}
.ul_split_page {
	float: left;
    width: 100%;
}
.tit {
	color: #000;
}
.list_gallery .more_new_cat a{
	float: left;
    margin-right: 7px;
    margin-bottom: 15px;
    text-align: center;
    color: #333;
    margin-left: 8px;
    width: 31%;
}    
.trangchu_text{
	display: none;
}
.menu_mobile, .menu_cat_mobile{
	display: none;
}
span.file {
    margin-right: 10px;
}
.more_whoatdong .newsmore img {
    height: 110px;
}
.video_page .info iframe{
	width: 100% !important;
	margin-bottom: 20px;
}
.video_page .info .tit a{
	color: #000;
}
.title_vanban a{
	color: #0b89d0;
}
.widget_hinhanh a{
	margin-bottom: 15px;
	    display: block;
}






.bg_info_start
{
position:fixed;
left:0px;
top::0px;
height:100%;
width:100%;
background:url(/images/khaitruong.jpg) no-repeat  0px -20px !important;
z-index:9998;
}

.bg_info_start1
{
background:url(/images/1024/khaitruong.jpg) no-repeat  0px -20px !important;
}
.bg_info_start2
{
    background: url(/images/khaitruong.jpg) no-repeat bottom #fff !important;
    background-size: cover !important;
}
.btn_info_start
{
	    z-index: 9999;
    position: fixed;
    left: 42.7%;
    top: 75%;
    background: url(/images/button_start.png) no-repeat;
    border: none !important;
    cursor: pointer;
    background-size: contain;
    width: 200px;
    height: 200px;
}
.div_count
{
display:none;
z-index:9999;
position:fixed;
left:45%;
top:75%;
color:rgba(255,0,0,1);
font-size:150px;
text-shadow: 4px 4px 4px #fff;
}

.addthis_toolbox.addthis_default_style{
	float: right !important;	
}
#___plusone_0{
	    padding-right: 10px !important;	
		margin-right: 10px !important;
}
.video_page .info{
	margin-bottom: 20px;
}
div.slider_header{
    position: absolute;
    right: 0;
    top: 0;
    height: 127px;
    overflow: hidden;
    background: url('images/banner-hd2.jpg') no-repeat right;

}
.more_video li img{
	border:1px solid #ddd;
}
.box_new_content {
    overflow: auto;
    margin-bottom: 15px;
}




.form_send_aswer li input,.form_send_aswer li textarea{
	border:1px solid #ccc;
	border-radius:2px 2px;
	width:100%;	
}


.two_box{
	float: left;
    width: 50%;
}
.two_box li:first-child{
	width:30%;
	float:left;
	padding: 0px;	
}
.two_box li:last-child{
	float:left;
	width: 70%;
	padding-left: 10px;
}

.two_box ul:last-child li:last-child{
	padding-left: 10px;
}


.one_box{
	clear:both;	
}
.one_box li:first-child{
	width:15%;
	float:left;
	padding: 0px;	
}
.one_box li:last-child{
	float:left;
	width: 85%;
}
.button_send{
	padding: 7px 20px;
    background: #0b8acf;
    color: #fff;
    margin-right: 10px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
	width: 90px !important;
}

.form_send_aswer fieldset {
    display: block;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
    border-width: 1px;
    border-style: solid;
    border-color: threedface;
    border-image: initial;
	margin-bottom:20px;
}
.form_send_aswer legend {
    display: block;
    -webkit-padding-start: 2px;
    -webkit-padding-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
	font-weight:bold;
}
#msg_error {
    width: 100%;
    clear: both;
    padding-left: 17%;
    font-weight: bold;
    color: #0b8acf;
    font-size: 13px;
}

p.tacgiabv {
    text-align: right;
    font-weight: bold;
}
.datetime_current {
    float: left;
    background: #f3f9fe;
    width: 100%;
    padding-top: 15px;
    font-weight: bold;
    color: #085a94;
}

#img_btv{
	width:100%  !important;
    text-align:center;
}
#img_btv td{
	border: none !important;
}
#img_btv p{
	width:100%;
    text-align:center !important;
}
.bchimg {
    width: 300px;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.bchimg img {
    border: 2px double #f2f2f2;
    margin-bottom: 10px;
}

.content_uudai {
    padding: 10px;
    background: #fdfdfd;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 40px;
}
.content_uudai h5 {
    font-weight: bold;
    text-transform: uppercase;
    color: #ffbf0c;
}
.ds_uudai p {
    background: url(/images/butlet_tron.png) no-repeat 0 50%;
    padding-left: 15px;
    padding-bottom: 0px;
}
.ds_uudai p a{
    font-weight:bold;
	color:#333;
}

.giayphep {
    color: #fff;
	font-size: 13px;
	    padding-top: 45px;
}
.giayphep p {
    padding: 0px;
    line-height: 24px;
}

.banner-slider .two-third.news-content{
		width:75%;
}
.banner-slider .one-third{
	width:25%;
}
.banner-slider .more_news_f li a{
	padding: 5px;
    font-size: 13px;
    text-align: justify;
    line-height: 18px;
}
#code_confirm {
    padding: 8px 10px;
    border: 1px solid #f2f2f2;
}

#frm_comment .form-row {
    display: flex;
}

#frm_comment .form-row {
    display: flex;
}
.formcomment .btn-primary{
	background: #108de5;
}
